/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('gotham/gothamrndlight.eot');
    src: url('gotham/gothamrndlight.eot') format('embedded-opentype');
    src: url('gotham/GothamRnd-Light.woff')  format('woff');
    src: url('gotham/GothamRnd-Light.ttf')  format('truetype');
    src: url('gotham/GothamRnd-Light.otf')  format('opentype');
}



::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 0px solid #ccc;
    border-radius: 0px;
    box-sizing: border-box;
}

.cf-ol input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-sizing: border-box;
}



/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.contacttable select {-webkit-appearance: none; }

.contacttable select option {
	color:#01afd2;
}
.contacttable select option:not(:checked) {
	color:#9fa7b4;
}

.select-join {
	padding:0px 12px;
	margin-bottom: 9px;
	height: 36px;
	overflow: hidden;
	background: url('img/dropdown.png') no-repeat right #FEFEFE;
	-webkit-box-shadow: inset 0px 0px 10px 1px #FEFEFE;
	box-shadow: inset 0px 0px 10px 1px #FEFEFE; 
}

.select-join select {
   background: transparent;
   color:grey;
   border: 0;
   border-radius: 0;
   height: 36px;
   -webkit-appearance: none;
   
   }
   .select-join select:focus {
    outline: none;
}





/* ==========================================================================
   MAIN STRUCTURE 
   ========================================================================== */
body {
	font-family: 'Arial';
	font-size:16px;
	color:#000;
}

.homeContent {
	width: 100%;
	max-width:1000px;
}

.homebg {
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
}

.container {
	max-width:2400px;
	width:100%;
	padding:0px;
	margin:0 auto;
}

.row {
	max-width:100%;
	margin:0 auto;
	padding:0px 24px;
}

.wrap { max-width:1090px; margin:0 auto; padding: 0px 12px;}
.wrap:after {display: table; content: " "}

h1, h2, h3, h4 {font-family: 'Gotham-Medium',Lato, Arial;}

/* ==========================================================================
   TITLES / HEADINGS / BUTTONS 
   ========================================================================== */
.main-title {
	font-family: 'Gotham-Medium',Lato, Arial !important;
	text-align:center;
	margin:0px;
	padding-top: 100px;
}
 
.main-title h2 {
	font-size: 45px;
	font-weight:600;
	padding-bottom:48px;
	margin: 0px;
}
 
.main-title h4 {
	font-size: 27px;
	padding-bottom: 48px;
	margin:0px;
	font-weight:200;
}
 
.page-title {
	text-align:center;
	padding:72px 0px;
}

.page-title > h1 {
	font-size:44px;
	font-weight: 700;
	margin:0px;
}

.page-title > h3 {
	font-weight:200;
	padding-top:48px;
	margin:0px;
	font-size:26px;
}

.page-text {padding:0px 15px;}
.page-text h3 {margin-top:0px;}

.fs15 {font-size:15px;}

.hr { border-top:2px solid; }

.wht-title {text-align:center; color:#fff; font-size:44px; font-weight: 700; padding-bottom:56px; margin-top: 0px;}

.btn-signup {
	width: 100%;
	max-width: 363px;
	background: rgba(0, 0, 0, 0.85);
	color: #fff;
	margin: 12px;
	border-radius:0px;
	font-size:16px;
}

.btn-packages {
	width: 100%;
	max-width: 363px;
	background: rgba(37, 86, 128, .85);
	color: #fff;
	margin: 12px;
	border-radius:0px;
	font-size:16px;
}

.btn-100 {
	
	background: rgba(37, 86, 128, .85);
	color: #fff;
	margin: 12px;
	border-radius:0px;
	font-size:16px;
	white-space: normal;
}


.btn-100:hover, .btn-signup:hover, .btn-create:hover, .cost1 .btn-create:hover, .contactme:hover, 
.aboutme:hover, .brokers_query:hover, .support_query:hover, .btn-footer:hover {
	background: #ed1941;
	color: #fff;
}



.btn-packages:hover {
	background: #ed1941;
	color: #fff;
}


.btn-breakdown {
	width: 100%;
	max-width: 363px;
	background: rgba(255, 255, 255, .85);
	color: #225382;
	margin: 12px;
	border-radius:0px;
	font-size:16px;
}
.btn-breakdown:hover {
	background: #ed1941;
	color: #fff;
}

.btn-create {
	width: 80%;
	background: #225382;
	color: #fff;
	border-radius:0px;
	position:absolute;
	bottom:27px;
	left:10%;
	font-size: 13px;
	padding: 12px 0px;
}

.cost1 .btn-create {color:#225382; background: #fff;}

.btn-create2 {
	width: 100%;
	background: #225382;
	color: #fff;
	border: 12px solid #fff;
	border-radius:0px;
	position:absolute;
	margin-top:36px;
	bottom:27px;
	left:0%;
}

.btn-create2:hover{background: #ed1941; color: #fff;}

.alert {border-radius:0px; }


/* ==========================================================================
   NAVIGATION
   ========================================================================== */

.nav-row {padding:0px!important; max-width:100%;}
.nav1 {background: rgba(255, 255, 255, 0.75);}

.navbar-header { width:100%; max-width: 1090px; float:none;}

.navbar {
	margin-bottom:0px;
	border:0px;
	padding:0px;
}

#navbar4 > .nav>li {display:inline-block;}

.navbar-right {
	margin-right:0px;
}

.nav1 .navbar-brand {
  height: 80px;
}

.nav1 .navbar-brand img {
  width:250px;
}

#navbar3 { max-width:1090px; padding:0px; margin: 0 auto;}

#navbar3 .nav >li >a {
  padding: 8px 12px;
}

.nav3 .navbar-nav >li >a {
  padding: 30px 6px;
  font-size:15px;
}


.navbar-right{ margin-right:0px; }

.nav1 .navbar-toggle {

  margin: 21px 18px 12px 0;
}

.nav > li.active > a{
	font-weight:600;	
}

#navbar3 .navbar-nav > li > a:hover, #navbar3 .navbar-nav > li > a:focus, 
#navbar4 .navbar-nav > li > a:hover, #navbar4 .navbar-nav > li > a:focus {
	background: transparent;
	color: #ed1941;	
}

.nav > li > a:hover, .nav > li > a:focus {
	background: transparent;
}

#navbar3 .navbar-nav > li > a {
	color: #fff;
	font-size:12px;
}

#navbar4 .navbar-nav > li > a {
	color: #000;
	font-size:13px;
	padding:30px 15px;
}

.navbar-brand {
	padding: 24px 9px 24px 12px;	
}

.navbar>.container .navbar-brand, 
.navbar>.container-fluid .navbar-brand {
	margin-left:0px;	
}

.navbar-toggle .icon-bar {
	border: 1px solid #fff;
}

.navbar-toggle {
	padding: 9px 10px 0px 10px;	
	margin-bottom:0px;
}

.navbar-toggle.collapsed .icon-bar {
  border: 1px solid rgba(0, 0, 0, 0.8);
}

.navbar-toggle {
   position:fixed;
	right:0;
}

.navbar-toggle.collapsed {
   position:relative;
}

.scroller {
	width: 100%;
	height: 36px;
	background: rgba(0, 0, 0, 1);
	padding: 0px;

}

.nav-dropdown {
	position: absolute;
	display: none;
	z-index: 1;
	background-color:#000;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.modal-backdrop {z-index:9;}

.close {color:#fff; opacity: 1; margin: 18px; text-shadow: none; font-size:36px;}
.close:hover {color:#fff;}



/* ==========================================================================
   SLIDE SHOW
   ========================================================================== */

.slideshow {
	text-align:center;
}

.carousel {
	padding:100px 18px 100px 18px;
}

.slide-caption {
	font-family: 'Gotham-bolds',Lato, Arial !important;
	font-weight:600;
	text-align:center;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom:38px;
}

.slide-caption h2 {
	font-size: 54px;
	font-weight:600;
	padding-bottom:48px;
}

.carousel-indicators {
	display:none;
}

.navbar-nav {margin:0px;}




/* ==========================================================================
   FEATURES 
   ========================================================================== */
 
.pro-row {padding:0px; padding-bottom:120px;}
.pro-row .col-xs-12, .pro-row .col-sm-4, .pro-row .col-md-12 {padding:0px;}

.features { 
	height: 520px; 
	overflow: hidden; 
}
.featureTitles {height:150px;}

.norm {  
	float: left; 
	width: 100%;
	height: 260px; 
}

.norm_title { 
	font-family: 'Gotham-Medium',Lato, Arial;
	font-weight:600;
	font-size: 28px; 
	color: rgba(0, 0, 0, 0.8);
	margin-top: 56px;
	line-height:1.2;
}

.norm_sub { 
	font-family: 'Arial';
	font-size: 16px; 
	color: rgba(0, 0, 0, 0.8); 
	margin-top: 10px; 
}

.norm_detail { 
	font-family: 'Arial';
	font-size: 14px; 
	color: rgba(0, 0, 0, 0.8); 
	padding: 20px; 
	text-align: justify; 
}

.norm_extra { 
	width: 100%; 
	height: 260px; 
	background-color: rgba(255,255,255,0.8);  
}

.norm_trans { 
	background: url(img/transparent-white.png); 
	background: rgba(255,255,255,0.8); 
}

.alt { 
	float: left; 
	width: 100%; 
	height: 260px; 
}

.alt_title { 
	font-family: 'Gotham-Medium',Lato, Arial;
	font-weight:600; 
	font-size: 28px; 
	color: #fff; 
	margin-top: 56px;
	line-height:1.2;
}

.alt_sub { 
	font-family: 'Arial';
	font-size: 16px; 
	color: #fff; 
	margin-top: 10px; 
}

.alt_detail { 
	font-family: 'Arial';
	font-size: 14px; 
	color: #fff; 
	padding: 20px; 
	text-align: justify; }

.alt_extra {  
	height: 260px; 
	background-color: rgba(0, 0, 0, 0.8); 
}

.alt_trans { 
	background: url(img/transparent-blue.png); 
	background: rgba(0,0,0,0.8); 
}
	
.alt_pro, .norm_pro {
	height: 260px; 
	overflow: hidden; 
	cursor: pointer;
}

.feature-boxes {
	margin:100px 0px;
}

.feature-col {
	padding:0px;
}

.feature {
	padding:60px 40px;
	height:260px;
	overflow: hidden;
	cursor: pointer;
}

/* ==========================================================================
   PANEL FEATURES
   ========================================================================== */
.pro-acc {
	background-color: #000;
	padding:72px 0px!important;
}

.panel {
	background:transparent;
}

.panel-default {
	border:0px;
}

.panel-group {
	margin:0px 15px;
}

.panel-group .panel {
	border-radius:0px;
	margin-bottom: 9px;
}

.panel-group .panel+.panel {
	margin-top:0px;
}

.panel-heading {
	padding: 12px 12px;
	border-radius:0px;
	text-align:center;
	color: #225382;
}

.panel-title {color: #000;}

.panel-title .glyphicon {top:5px;}

.panel-default>.panel-heading {
	background-image: -webkit-linear-gradient(top, #fffefb 0, #F5F3F3 100%);
	background-image: -o-linear-gradient(top, #fffefb 0, #F5F3F3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fffefb), to( #F5F3F3));
	background-image: linear-gradient(to bottom, #fffefb 0, #F5F3F3 100%);
	filter: progid: dximagetransform.microsoft.gradient(startColorstr='#fffefb', endColorstr='#F5F3F3', GradientType=0);
	filter: progid: dximagetransform.microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #F5F3F3;
}

.panel-heading h2, .panel-heading h5 {
	font-family: 'Lato', sans-serif;
	text-align:center;
	color: #000;
	text-decoration:none;
}

.panel-heading h2, .panel-heading h5:hover {
	text-decoration:none;
}

.panel-heading h2 {
	margin-top:3px;
	margin-bottom:6px;
	font-size:22px;
	font-weight: 600;
	
}

.panel-heading h5 {
	margin-top:3px;
	margin-bottom:3px;
}

.panel-body {
	background: #474747;
	color:#fff;
	padding:24px;
}

.panel-body p {
	text-align:justify;
}


.nav-pills>li>a { border-radius: 0px;}

.nav-pills>li>a:hover, .nav-pills>li.active>a, .nav-pills>li.active>a:hover {background: rgba(37, 86, 128, .85); color:#fff; }
.nav-stacked {margin-bottom:56px;}



/* ==========================================================================
   SUPPORT
   ========================================================================== */

#faq-accordion > .panel {margin-bottom: 0px; border-bottom: 2px solid #000;}

#faq-accordion > .panel-default > .panel-heading {background-image:none; background-color:#fff; color:#000; font-size:24px; text-align:left; padding:24px 0px;}

#faq-accordion > .panel-default > .panel-heading h4 {font-size:22px;}

#faq-accordion > .panel-default > .panel-collapse > .panel-body {background:#fff; color:#000; padding:0px 0px 24px; border-top:none;}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  
    content: "\e260";   
    float: right;       
    color: black;        
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e259";    
}

.table-zebra {margin-bottom:36px; width:100%;}
.table-zebra > thead {background:#000; color:#fff;}
.table-zebra > thead > tr > th {padding:12px 9px;}
.table-zebra > tbody > tr > td {padding:6px 9px;}


/* ==========================================================================
   TRADER BOXES
   ========================================================================== */
.traderboxes {overflow:auto; margin:72px 0px;}
.traderbox  { 
	background: url("../img/boxbg.jpg"); margin-bottom:56px;
	-webkit-box-shadow: 0px 3px 8px -1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 8px -1px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 8px -1px rgba(0,0,0,0.4);}
.traderbox h3 {font-size:32px; margin-bottom:0px;}
.panel-title a:hover {text-decoration:none;}
.tbox-top { background:#000; color:#fff; padding: 72px 36px 36px; height: 180px}
.tbox-bottom { padding:36px;} 
.tbox-bottom p { margin: 12px 12px 27px;}
.tbox-text {height:140px;}
.traderbox .btn-packages {max-width: 280px;}


/* ==========================================================================
   LOGIN FORM
   ========================================================================== */

.form-3 {
    font-family: 'Gotham-Medium', Lato, Arial;
    font-weight: 400;
    /* Size and position */
	width:100%;
    max-width: 400px;
    position: relative;
    margin: 120px auto;
    padding: 24px 18px;
    overflow: hidden;

    /* Styles */
    background: #111; 
    border: 1px solid #191919;
    box-shadow: 
        inset 0 0 2px 1px rgba(255,255,255,0.08), 
        0 16px 10px -8px rgba(0, 0, 0, 0.6);
}

.form-3 label {
    /* Size and position */
    width: 50%;
    float: left;
    padding-top: 16px;

    /* Styles */
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 #000;
    text-indent: 0px;
    font-weight: 700;
    cursor: pointer;
}

.form-3 input[type=text],
.form-3 input[type=password] {
    /* Size and position */
    width: 50%;
    float: left;
    padding: 8px 5px;
	margin: 9px 0;
    margin-bottom: 10px;
    font-size: 12px;

    /* Styles */
    background: linear-gradient(#1f2124, #27292c);    
    border: 1px solid #000;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.1);
    border-radius: 0px;

    /* Font styles */
    font-family: 'arial';
    color: #fff;

}

.form-3 input[type=text]:hover,
.form-3 input[type=password]:hover,
.form-3 label:hover ~ input[type=text],
.form-3 label:hover ~ input[type=password] {
    background: #27292c;
}

.form-3 input[type=text]:focus, 
.form-3 input[type=password]:focus {
    box-shadow: inset 0 0 2px #000;
    background: #494d54;
    border-color:  #255680;
    outline: none; /* Remove Chrome outline */
}

.form-3 p:nth-child(4),
.form-3 p:nth-child(5) {
    float: left;
    width: 50%;
}

.form-3 label[for=remember] {
    width: auto;
    float: none;
    display: inline-block;
    text-transform: capitalize;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0px;
    text-indent: 2px;
	padding-top:6px;
	margin-bottom:0px;
}

.form-3 input[type=checkbox] {
    margin-left: 10px;
    vertical-align: middle;
	margin: 0px 0 0;
}

.form-3 input[type=submit] {
    /* Width and position */
    width: 100%;
    padding: 8px 5px;
	margin-top:5px;
  
    /* Styles */
    border: 1px solid #0273dd; /* Fallback */
    border: 1px solid rgba(0,0,0,0.4);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.3),
        inset 0 10px 10px rgba(255,255,255,0.1);
    border-radius: 0px;
    background: #255680;
    cursor:pointer;
  
    /* Font styles */
    font-family: 'Gotham-Bold', Lato, Arial;
    color: white;
    font-weight: 700;
    font-size: 15px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
	letter-spacing: 1px;
}

.form-3 input[type=submit]:hover { 
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
	background: #ed1941;
}

.form-3 input[type=submit]:active { 
    background: #ed1941;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.6);
    border-color: #000; /* Fallback */
    border-color: rgba(0,0,0,0.9);
}

.no-boxshadow .form-3 input[type=submit]:hover {
    background: #ed1941;
}

/* Gradient line */
.form-3:after {
    /* Size and position */
    content: "";
    height: 1px;
    width: 33%;
    position: absolute;
    left: 20%;
    top: 0;

    /* Styles */
    background: linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
}

/* Small flash */
.form-3:before {
    /* Size and position */
    content: "";
	width: 9px;
	height: 3px;
	position: absolute;
	left: 25%;
	top: -8px;
	/* Styles */
	border-radius: 50%;
	box-shadow: 0 0 6px 4px #fff;
}

.form-3 p:nth-child(2):before{
    /* Size and position */
    content: "";
    width: 250px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 45px;

    /* Styles */
    transform: rotate(75deg);
    background: linear-gradient(50deg, rgba(255,255,255,0.08), rgba(0,0,0,0));
    pointer-events: none;
}

.no-pointerevents .form-3 p:nth-child(2):before {
    display: none;
}

.fancy {
  line-height: 1;
  margin-bottom:18px;
  text-align: left;
  color:#fff;
  overflow:hidden;
}
.fancy span {
	display: inline-block;
	position: relative;  
}
.fancy span:before,
.fancy span:after {
	content: "";
	position: absolute;
	height: 7px;
	border-bottom: 1px solid white;
	top: 0;
	width: 600px;
}
.fancy span:before {
	right: 100%;
	margin-right: 15px;
}
.fancy span:after {
	left: 100%;
	margin-left: 15px;
}


/* ==========================================================================
   SIGNUP SECTION 
   ========================================================================== */
 
.signup {
	 color: #225382;
 } 

.signups {
	 color: #000;
	 margin-bottom:72px;
 } 
 
 .signing {
	 text-align:center;
	 padding:18px;
	 color: #000;
	 height: 400px
}

.signing > h4 {padding-top:24px;}


.tabletitle {padding:18px; color:#fff; font-size: 18px; text-align:center;}

.pd15 { padding: 12px 18px; background-color: #848484; }

.tablesubalt {background-color: #777777;}

.tablesub, .tablesubalt {color:#fff; text-align:left;}

.tdsub {background-color: #cacbcd;}

.costcalc {font-family: 'Lato', sans-serif;}



.legal-row {text-align:center;}
.about-row, .footer {text-align:justify;}




.details-row {color:#fff; padding-bottom:72px;}
.fsb20 {width:30%;}
.fsb20, .fsl20 {font-size:16px;}

.map-container {width: 100%; margin: 48px 0; }
.map-container iframe{width: 100%; display: block; pointer-events: none; position: relative; }
.map-container iframe.clicked{pointer-events: auto;}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer {width: 100%; padding:56px 0px 0px; background-color: #1f1f1f; color: #c8c8c8; font-size:13px;}
.footer-col {padding:0px 36px 36px;}
.footer1 {padding-bottom:56px; background-color:#1f1f1f;}
.footer2 {padding:56px 0px; background-color:#3c3b3b;}
.footer3 {padding:56px 0px 36px; background-color:#1f1f1f;}
.footer4 {padding:56px 0px 36px; color:#717171; background-color:#262626;}
#phonebtn a {color:#fff;}

.footer-nav a:hover {color: #ed1941!important;}
.footer-nav a {color:#c8c8c8}

.footer-icon {height:42px; margin-bottom:12px;}
.social-text {height:104px; }

.btn-footer {width:100%; max-width:300px; border-radius:0px; background-color:#255680; color:#fff!important; }
.footer-links a {color:#c8c8c8;}
.footer-links {text-align:center; margin-bottom:56px;}

.socials ul  {
	list-style:none;
	display:inline-block;
}
.socials ul li {
	float: left;
	height:56px;
	margin-right:12px;
}

@media (min-width: 914px) {
	.nav-dropdown {width:190px; padding:0px 0px 18px;}
	.nav-dropdown li {list-style:none; padding:18px 12px 0px;}
	.nav-dropdown a {color:#fff; font-size:12px; }
	.nav-dropdown a:hover {text-decoration:none; color:#ed1941; }
	.modal {display:block; position: relative;}
	.close {display:none;}
}

@media (max-width: 914px) {
	.navbar-header {float: none;}
	.navbar-toggle {display: block;}
	.navbar-collapse {background: rgba(0, 0, 0, 0.75);}

	.navbar-static-top .navbar-collapse {
		max-height: 100%;
		position: fixed;
		width: 100%;
		top: 0px;
		margin-top: 0px;
		padding-top: 36px;
		-webkit-transition: all 400ms ease-in;
		-moz-transition: all 400ms ease-in;
		-ms-transition: all 400ms ease-in;
		-o-transition: all 400ms ease-in;
		transition: all 400ms ease-in;
	}
	
	.nav > .navbar-nav {margin:45px 0px;}

	.navbar-left,.navbar-right {float: none !important;}
	.navbar-toggle {display: block;}
	.navbar-collapse {border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	#navbar4 > .navbar-nav {
		float: right !important;
		margin: 0 auto;
	}
	#navbar3 > .navbar-nav>li {
		float: none;
	}

	.nav-dropdown {position: static; background:transparent;}
	

	#navbar3 .navbar-nav > li > a  {
		text-align: center;
		color: #fff;
		font-size:18px;
		letter-spacing:4px;
		padding: 18px 9px;}	
	
	.nav-dropdown {list-style:none; padding-left:0px; text-align:center;}
	.nav-dropdown > li {padding:0px;}
	.nav-dropdown > li > a { display: block; color:#fff; font-size:14px; letter-spacing: 4px; text-decoration:none; padding: 18px 9px;}

	#navbar3 .nav >li >a:hover, .nav-dropdown >li >a:hover {background-color: #ed1941; color:#fff;}
	
	.collapse.in{display:block !important;}
	.scroller{margin-top:0px;}
	
	#navbar3 > .navbar-nav > li:first-child {margin-top:100px;}
	#navbar3 > .navbar-nav > li:last-child {margin-bottom:100px;}
	
	

	.slide-caption {
		margin-bottom:27px;
	}

	.slide-caption h2 {
		font-size: 36px;
	}

	.norm_detail, .alt_detail { 
		line-height:1.2;
	}

	.alt_sub, .norm_sub {
		font-size:14px;
	}

	.alt_title, .norm_title{	
		font-size:22px;
	}
	
}

@media (max-width: 840px) {
	.carousel {padding-top:36px;}
	.pro-row {margin-top:48px;}
	.costs {padding:17px;}
}

@media (max-width: 768px) {
	.row {margin-right: 0px; margin-left: 0px; padding:0px;}
	.navbar-brand {width:100%;}	
	.navbar-brand img {margin:0 auto;}
	.navbar-toggle.collapsed {position: absolute;}
	#navbar4 > .navbar-nav {width:100%; text-align: center;}
	#navbar4 > .navbar-nav > li {float: none; display: inline-block;}
	
	.page-text {padding: 0px 18px;}
	.table-zebra > tbody, .table-zebra > thead > tr > th {font-size:9px!important;}
	.table-zebra > tbody > tr > td {padding: 6px 3px;}

	#navbar4 .navbar-nav > li > a {padding: 12px 15px;}
	
	.nav1 .navbar-brand {height: 60px;}
	

	.carousel {
		padding-bottom:66px;
	}

	.pro-row {
		display:none;
	}

	.col-sm-4 {
		padding: 12px 26px;
	}


	.slide-caption h2 {
		font-size:27px;
	}

	.pro-cost {
		margin:0px;
	}

	.costs {
		height: 100%; 
	}

	.main-title h2 {
		font-size:36px;
	}	

	.main-title h4 {
		font-size:20px;
	}

	.ctitle h3{font-size:18px;}


	.footer {height:360px;}

}

@media (min-width: 768px) {
	.pro-acc { display:none;}	
}

@media (max-width: 620px) {
	
	.animate {display:none;}
	.footer {height:100%;}
	.imagefloat {width:100%; margin: 0 auto;}
	
	#btn-online, #btn-classic, #btn-premium {
		font-size:14px;
	}
	.btn-packages, .btn-signup, .btn-breakdown {margin:12px 0px;}
	
	.page-title > h1 {font-size: 36px;}
}


@media (max-width: 420px) {
	.navbar-brand {padding-top:24px;}
	.nav1 .navbar-brand img {width:200px;}

	.table-zebra > thead > tr > th {font-size:12px;}
	.tbox-text {height: 180px;}
	
	.navbar-toggle {padding: 9px 0px 0px 0px; }
	.cost-compare .c-compare ul > li {height: 220px;}

	.slide-caption h2 {
		font-size:20px;
	}
}