/*Body*/
body{
 padding-top: 95px;
 font-family: 'DinWeb';

 background: #fff; /* Old browsers */
 background: -moz-linear-gradient(top,  #feffff 0%, #d7f2fb 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#d7f2fb)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top,  #feffff 0%,#d7f2fb 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top,  #feffff 0%,#d7f2fb 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top,  #feffff 0%,#d7f2fb 100%); /* IE10+ */
 background: linear-gradient(to bottom,  #feffff 0%,#d7f2fb 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d7f2fb',GradientType=0 ); /* IE6-9 */


}

h1,h2,h3,h4{
 font-family: 'DinWeb-Bold';
 font-weight: 400;
}

h1{
 color: #0a62a5;
 font-size: 24px;
}

h2{
 color: #0a62a5;
 font-size: 24px;
}

h1 small{
 font-family: 'DinWeb';
 font-weight: normal;
}

.modal h4{
 font-family: 'DinWeb';
 font-weight: normal;
}

.modal h4 strong{
 font-family: 'DinWeb-Bold';
 font-weight: 400;
}

.dropdown-menu li a:hover{
 background-image: none;
 background-color: #00AEEF;
}

/*Navigation*/

.navbar{
 background: #3F3F3F;
 height: 95px;
}

.navbar li a{
 font-size: 13px;
 color: #fff;
 font-family: 'DinWeb-Bold';
 text-transform: uppercase;
 line-height: 14px;
 width: 140px;
 height: 60px;
}

.navbar li a.first{
 width: 180px;
}

.navbar li a.second{
 width: 120px;
}

.navbar li a.third{
 width: 120px;
}

.navbar li a:hover, .navbar li a:focus{
 color: #fff;
 background-color: #00AEEF;
}

.navbar .active a{
 color: #fff;
 background-color: #00AEEF;
}

.navbar .active a:hover{
 background-color: #00AEEF;
 color: #fff;
}

.navbar .dropdown-menu{
 box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
 background-color: #00AEEF;
 border: 0px;
}

.navbar .dropdown-menu .divider{
 background-color: rgba(255,255,255,.2);
}

.navbar .dropdown-menu li a{
 height: 25px;
 line-height: 25px;
 width: 265px;
}

.navbar .dropdown-menu.last li a{
 width: 300px;
}

.navbar .dropdown-menu li a:hover{
 background-image: none;
 background-color: #008fc5;
}

.navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
 background-color: #00AEEF;
 color: #fff;
}

.container{
 width: 980px;
}

.navbar-brand{
 background: url("../images/net10-desktop-assets.png") no-repeat scroll 0 -10px transparent;
 height: 39px;
 width: 87px;
 margin: 25px 20px 0 0;
}

.navbar-brand h1{
 visibility: hidden;
}

.navbar .top-nav{
 font-family: Arial;
 text-align: right;
 font-size: 11px;
 border-bottom: 1px solid rgba(255,255,255,.1);
 height: 35px;
}

.navbar .top-nav a{
 color: #fff;
 line-height: 35px;
}

.navbar .top-nav a:hover{
 color: #fff;
 text-decoration: none;
}

/*Button Style*/

.btn-primary
{
 color: white;
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 background-color: #00AEEF;
 text-transform: uppercase;
 background: -moz-linear-gradient(top,  #00aff1 0%, #28519f 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aff1), color-stop(100%,#28519f)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top,  #00aff1 0%,#28519f 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top,  #00aff1 0%,#28519f 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top,  #00aff1 0%,#28519f 100%); /* IE10+ */
 background: linear-gradient(to bottom,  #00aff1 0%,#28519f 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aff1', endColorstr='#28519f',GradientType=0 ); /* IE6-9 */
 font-family: 'DinWeb-Bold';
 font-weight: 400;
}

.left.carousel-control{
 text-align: left;
}

.right.carousel-control{
 text-align: right;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
 position: absolute;
 top: 50%;
 z-index: 5;
 display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
 left: 0%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
 right: 0%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
 width: 33px;
 height: 43px;
 margin-top: -11px;
 margin-left: 0px;
 font-family: serif;
}


#header{
 padding-bottom: 20px;
}

#content_wrapper
{
 width: 950px;
 margin: 0 auto;
}

#footer{
 color: #999;
 background: #3F3F3F;
 padding: 20px 0;
}

#footer .share{
 text-transform: uppercase;
 font-family: 'DinWeb-Bold';
 font-weight: 400;
 font-size: 16px;
}

#footer a.share{
 color: #00AEEF;
}

#footer a:hover.share{
 color: #fff;
}

#footer p.disclaimer{
 font-size: 11px;
 color: #eee;
}

#footer a{
 color: #fff;
}

#footer a:hover{
 color: #fff;
}

#footer ul{
 margin: 0 0 10px 0;
 padding: 0;
}

#footer ul li{
 margin: 0;
 padding: 0 7px;
 display: inline;
 font-size: 12px;
 border-right: 1px solid #00AEEF;
}

#footer ul li:first-child{
 padding-left: 0px;
 color: #fff;
}

#footer ul li:last-child{
 padding-right: 0px;
 border-right: 0px;
}

.hovercard{
 width: 225px;
 height: 212px;
 position: relative;
 background: url(../images/home/hover_background.png) no-repeat #32b8ec;
}

.hovercard .desc{
 position: absolute;
 top: 0; left: 0;
 z-index: 1;
}

.hovercard .image{
 position: absolute;
 top: 0; left: 0;
 z-index: 0;
}

.tab-facebook{
 background: #4b71cc;
 width: 30px;
 height: 40px;
 border-radius: 0 8px 8px 0px;
 position: absolute;
 top: 55px;
 right: -15px;
 z-index: 0;
 opacity: .5;
 text-align: center;
 cursor: pointer;
}

.tab-facebook .icon-facebook{
 line-height: 40px;
 font-size: 20px;
 color: #fff;
}

.tab-twitter
{
 background: #4fc8fd;
 width: 30px;
 height: 40px;
 border-radius: 0 8px 8px 0px;
 position: absolute;
 top: 10px;
 right: -15px;
 z-index: 0;
 text-align: center;
 opacity: 1;
 cursor: pointer;
}

.tab-twitter .icon-twitter
{
 line-height: 40px;
 font-size: 20px;
 color: #fff;
}

.page-header
{
 margin: 0 0 40px;
 padding-bottom: 35px;
 border-bottom: 1px solid rgba(0,0,0,.2);
}

.page-header h1
{
 width: 310px;
}

.page-header ul
{
 font-size: 16px;
 color: #4d4d4d;
 margin-left: 0;
 padding-left: 20px;
}

.page-header #submit
{
 width: 325px;
 margin-top: 30px;
}

ul.blue
{
 color: #0a62a5;
}

.row ul
{
 font-size: 16px;
}

.row ul li
{
 margin-bottom: 10px;
}

.row p
{
 font-size: 16px;
}

.row.disclaimer
{
 padding: 20px 0 0;
}

.row.disclaimer p
{
 font-size: 12px;
}

.clear{
clear: both;
}

.asterisk{
  font-size: 15px;
  font-weight: bold;
}

#tooltip611{
	background: url('/static/common/images/611tooltip.png') no-repeat;
	width: 108px;
	height: 67px;
	position: absolute;
	top: 55px;
	cursor: pointer;
}

#tooltip611 p{
	font-size: 10px;
	padding: 0;
	margin-top: 14px;
	margin-left: 10px;
	line-height: 15px;
}
