
body,
html {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 30px;
    text-align: center;
    height: 100%;
    width: 100%;
}

button.btn {
    font-size: 22px;
}

#wrap {
    /*display:table;
    width:100%;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/backgrounds/slide-01.jpg');
    background-position:center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;*/

    min-height: 95%;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #005caf;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 0px;
	font-size: 38px;
    font-weight: 200;
    color: #555;
    line-height: 40px;
}

h3 {
	font-size: 24px;
    font-weight: 850;
    color: #555;
    line-height: 30px;
}

h4 {
	font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}

.regulation-terms {
	line-height: 95%;
	font-size: 11px;
	margin-top: 100px;
}

.message-small-text {
    line-height: 100%;
    font-size: 15px;
    margin-bottom: 20px;
}
.message-med-text {
    line-height: 100%;
}


img { max-width: 100%; }

::-moz-selection { background: #005caf; color: #fff; text-shadow: none; }
::selection { background: #005caf; color: #fff; text-shadow: none; }


/***** Top menu *****/

.navbar {
	padding-top: 10px;
	background: #fff !important;
	background: rgba(51, 51, 51, 0.3);
	border: 0;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.navbar.navbar-no-bg { background: none; }


.navbar .contact {line-height:normal !important; margin-top:16px;
  color: #888;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .contact h3 {line-height:15px !important; font-weight:normal; margin:0; padding:0; font-size:24px;
  color: #888;
  text-shadow: 0 1px 0 #ffffff;
  font-weight:400;
}
	
.navbar .block {color:#000 !important;}
.navbar .block2 {color:#333333 !important;}
.navbar .red {   color:#fa5955 !important;}
.navbar .small { font-size:12px; letter-spacing:0.05em; font-family: 'Noto Sans', sans-serif; font-weight: 400; margin: 0 70px 0 0; color:#333333 !important; 
}
	
ul.navbar-nav {
	font-size: 16px;
	/*color: #fff;*/
}

.disclamer {
	background: #fff !important;
}
.navbar-inverse ul.navbar-nav li { padding-top: 8px; padding-bottom: 8px; }

.navbar-inverse ul.navbar-nav li .li-text { opacity: 0.8; }

.navbar-inverse ul.navbar-nav li a { display: inline; padding: 0; color: #fff; }
.navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border-bottom: 1px dotted #fff; }
.navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border-bottom: 1px dotted #fff; }

.navbar-inverse ul.navbar-nav li .li-social a {
	margin: 0 5px;
	font-size: 28px;
	vertical-align: middle;
}
.navbar-inverse ul.navbar-nav li .li-social a:hover, 
.navbar-inverse ul.navbar-nav li .li-social a:focus { border: 0; color: #005caf; }

.navbar-brand {

	background: url(../img/logo.png) left center no-repeat;
	text-indent: 35px;
	font-size: 30px;
	margin-bottom: 5px;
}

.navbar-brand a:hover, 
.navbar-brand a:focus,
.navbar-brand-text {
	color: #333333;
}


/***** Top content *****/

.top-content { padding: 25px 0 0 0; overflow:auto;
	padding-bottom: 80px;}

.top-content .text { color: #000; }
.top-content .text h1 { color: #000; }
.top-content .description { margin: 20px 0 10px 0; }
.top-content .description p { opacity: 0.8; }
.top-content .description a { color: #fff; }
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box { padding-top: 0px; }

.f1 {
	padding: 25px; background: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; min-height: 450px;
    border-color: lightgray;
    border-width: 1px;
    border-style: double;
}
.f1 h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }

.f1-steps { overflow: hidden; position: relative; margin-top: 20px; }

.f1-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 1px; background: #999; }
.f1-progress-line { position: absolute; top: 0; left: 0; height: 1px; background: #005caf; }

.f1-step { position: relative; float: left; width: 33.333333%; padding: 0 5px; }

.f1-step-icon {
	display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #999;
	font-size: 16px; color: #fff; line-height: 40px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
	background: #fff; border: 1px solid #005caf; color: #005caf; line-height: 38px;
}
.f1-step.active .f1-step-icon {
	width: 48px; height: 48px; margin-top: 0; background: #005caf; font-size: 22px; line-height: 48px;
}

.f1-step p { color: #999; }
.f1-step.activated p { color: #005caf; }
.f1-step.active p { color: #005caf; }

.f1 fieldset { display: none; text-align: left; }

.f1-buttons { text-align: right; margin-top: 30px; }

.f1 .input-error { border-color: #005caf; }

.disclaimer {
    background-color: white;
    text-align: left;
    padding: 10px 60px 60px 60px;
 }
 
.fa {
    margin-top: 10px;
}
 


.hidden-phone {
	display: block;
}

.show-phone {
	display: none;
}

.price_range {
	margin-top: 0px;
	font-size: 38px;
    font-weight: 200;
    color: #555;
    line-height: 40px;
    text-align:center;
    padding: 20px;
}


input[type=date]{
	-webkit-appearance:none;
	-webkit-min-logical-width:100%;
}

.ui-datepicker {	
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;          

}

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.navbar { padding-top: 0; }
	.navbar.navbar-no-bg { background: #333; background: rgba(51, 51, 51, 0.9); }
	.navbar-brand { height: 60px; margin-left: 15px; }
	.navbar-collapse { border: 0; }
	.navbar-toggle { margin-top: 12px; }
	
	.top-content { padding: 0px 0 110px 0;  }
	
    .navbar .contact{
        display:none;
    }
    .hidden-phone {
		display: none !important;
	}
	
	.show-phone {
		display: block !important;
	}
    
    
    .footer {
    	position: relative;
    }
    .sub-title {

        line-height: 0px;
        color:#005caf;
        margin: 10px;
    }
    
    h3 { font-size: 24px; }

    .backstretch {
        display: none;
    }
}



@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }
	
    .f1 { padding-bottom: 20px;
          padding-top: 10px; 
          padding-left: 0px; 
          padding-right: 0px; 
          border-color: black;
          border-width: 0px;
          border-style: double;
        }
	.f1-buttons button { margin-bottom: 5px; }
	
	.form-group {
    	margin-bottom: 10px;
    }

    .navbar {
        margin-bottom: 0px;
    }

}




/* Retina-ize images/icons */

@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	/* logo */
    .navbar-brand {
    	background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; 
    }
	
}













.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 30px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 30px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #FFFFFF;
}

.content-section-disclamer {
    padding: 0px 18px 8px 0px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px;
    text-align: justify;
    line-height: 1.4;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

.footer {
    padding: 20px 0;
    background-color: #f8f8f8;
}

.clearfix {
	padding: 10px;
}
p.copyright {
    margin: 15px 0 0;
}

.sub-title {
    color:#005caf;
    margin-top: 19px;
}

.ui-menu .ui-menu-item a,.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
	text-align:left;
	font-size:16px;
	}
.ui-autocomplete-loading { background: white url("/images/ui-anim_basic_16x16.gif") right center no-repeat; }

.datepicker{z-index:1151 !important;}

/* Selects any <input> element that is read-only */
/* Supported in Firefox with a prefix */
input:-moz-read-only {
    background-color: #ffffff;
  }
  
  /* Supported in Blink/WebKit/Edge without a prefix */
  input:read-only {
    background-color: #ffffff;
  }

  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ffffff;
    opacity: 1;
}
