/* ~~~~~~~~~ common ~~~~~~~~~~ */
html {
    overflow: hidden;
}
body, select, input, textarea {
	font: 1.625em/1.4 tahoma, verdana, arial, helvetica, sans-serif;
	color: #333;
}
body {
	background: #ccc url(../img/bg_tile.png) 0 0;
}
#frame {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index:10000;
    display: none;
}
h1 {
	font-weight: normal;
	color: #666;
	font: 3.2em/1.4 georgia, 'times new roman', times, serif;
	margin: 0.2em 0 0;
}
h2 {
	font-weight: normal;
	color: #666;
	font: 2.4em/1.4 georgia, 'times new roman', times, serif;
	margin: 0.2em 0;
}
section p, section ul, section ol,
aside p, aside ul, aside ol {
	font-size: 1.4em;
	margin: 1em 0;
}
section ul {
	margin-left: 1em;
}
section ol {
	margin-left: 1.4em;
}

*:focus,
*:hover {
    outline: 1px solid transparent;
}

/* ~~~~~~~~~ layout ~~~~~~~~~~ */

#page {
    display: table;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

#page .inner {
    display: table-cell;
    vertical-align: middle;
}

#content {
	width: 1100px;
    display: inline-block;
    text-align: left;
}

#content .holder {
    position: relative;
}

#logo {
    margin: 0;
}

#agent ,
#about {
    float: right;
    background: #252525;
    border: 1px solid #1f1f1f;
    width: 258px;
    bottom: -150px;
    margin-top: 7px;
    line-height: 55px;
    display: inline-block;
    font-size: 15px;
    color: #656565;
    text-transform: uppercase;
    text-align: center;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#about {
	margin-right: 20px;
}
#agent:focus,
#about:focus {
    color: #003949;
    background: rgba(81, 203, 238, 1);
}
#agent:hover #agent_value,
#agent:focus #agent_value,
#about:hover #about_value,
#about:focus #about_value {
    opacity: 1;
}
#info.open {
    opacity: 1;
}
#agent_value,
#about_value,
#info {
    position: absolute;
    background: #252525;
    border: 1px solid #1f1f1f;
    bottom: -120px;
    left: 0;
    width: 1078px;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 10px;
    color: #7D7D7D;
    text-align: center;
    overflow: hidden;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    opacity: 0;
}

#address_bar_wrapper {
    display: inline-block;
    position: relative;
}
#address_bar {
    height: 55px;
    width: 756px;
    font-size: 35px;
    line-height: 55px;
    padding: 25px 30px;
    margin: 20px 0 10px;
    background: #fff;
    border: 2px solid #fff;
    -o-transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
    transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
#address_bar_error {
    opacity: 0;
    position: absolute;
    top: 48px;
    right: 31px;
    font-size: 35px;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}

.error #address_bar {
    background: #FF9F9F;
    border-color: #FF9F9F;
}
.error #address_bar_error {
    opacity: 1;
}

#address_bar:hover,
#address_bar_form :focus {
    background: rgba(81, 203, 238, 1);
    border: 2px solid rgba(81, 203, 238, 1);
}

#address_bar_form .button {
    display: inline-block;
    border: 2px solid #fff;
    line-height: 95px;
    padding: 5px 84px;
    width: 88px;
    margin-left: 12px; 
    background: #fff;
    color: #000;
    font-size: 35px;
    text-align: center;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#address_bar_form .button:hover,
#address_bar_form .button:focus {
    background: rgba(81, 203, 238, 1);
    border: 2px solid rgba(81, 203, 238, 1);

}

/* ~~~~~~~~~ saved_urls ~~~~~~~~~~ */

#saved_urls {
    list-style: none;
    margin-left: -10px;
    margin-right: -10px;
}

#saved_urls:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#saved_urls li {
    float: left;
    margin: 10px;
}

#saved_urls li > span {
    height: 70px;
    width: 198px;
    border: 1px solid #030303;
    font-size: 20px;
    letter-spacing: -1px;
	background: #252525;
	padding: 30px;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    color: #b1b1b1;
    word-wrap: break-word;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#saved_urls li > span  > span {
    overflow: hidden;
    width: 198px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#saved_urls li > span:hover,
#saved_urls li > span:focus {
    background: rgba(81, 203, 238, 1);
    color: #003949;
}
.button i {
  font-size: 10px;
  display: block;
  white-space: nowrap;
  line-height: normal;
}
