/* CSS Document MCR 102017*/
body, html { overflow-x:hidden !important; }
a, a:hover {color: inherit;}
article strong{font-size:22px !important;}

@font-face {
				font-family: 'Corbel';
				src: url('../fonts/corbel.eot');
				src: url('../fonts/corbel.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/corbel.woff') format('woff'),
						 url('../fonts/corbel.ttf') format('truetype'),
						 url('../fonts/corbel.svg#corbel') format('svg');
				font-weight: normal;
				font-style: normal;
		}

@font-face {
    font-family: 'SansitaOneRegular';
    src: url('../fonts/SansitaOne-webfont.eot');
    src: url('../fonts/SansitaOne-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SansitaOne-webfont.woff') format('woff'),
         url('../fonts/SansitaOne-webfont.ttf') format('truetype'),
         url('../fonts/SansitaOne-webfont.svg#SansitaOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

a[href^=tel] { color: inherit; text-decoration: none; }


h1, h2, h3, h4, h5, h6{
margin: 5px 0;
color:#004c4e;
font-weight:normal;
}

body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	font-size:16px;
}

div.container {
	background: none;
}

.italic{
	font-style:italic;
}

.uppercase{
text-transform:uppercase;
}

.bold{
font-weight:bold;
}

header {
  background-color: #ffffff;
}

header div.container div.row {
  background-image: url(../images/header_bg.png) !important;
  background-repeat: no-repeat;
  background-position: center;
}

div.logo {
  text-align: center;
  padding: 20px;
  font-weight: bold;
  text-shadow: -2px -2px 0 #FFF, 2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px 2px 0 #FFF;
  color: #000000;
  font-size: 20pt;
}

div.container.navholder {
	background: none !important;
}


.navbar-default {
	background-color: #105177;
	background: linear-gradient(to bottom, #105177 0%, #262626 100%) repeat scroll 0% 0% transparent;
	border-color:#007C64 !important
}

ul.nav.navbar-nav {
  margin-left: auto;
  margin-right: auto !important;
  float: none !important;
  clear: both;
  display: table;
  text-align: center;
}

.navbar-default .navbar-nav>li>a {
	color: #dedede;
}

.navbar-nav>.active>a{
	color: #00DAFF !important;
	background: none !important;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #00DAFF;
}

.navbar{
	border-radius: 0 !important;
	border-width:0 0 1px 0 !important;
	margin: 0 auto 00px auto !important;
}

div.headcontent {
  	padding: 3px 0;
  	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#001214+1,0c5450+50,001214+100 */
	background: #001214; /* Old browsers */
	background: -moz-linear-gradient(left, #001214 1%, #0c5450 50%, #001214 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #001214 1%,#0c5450 50%,#001214 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #001214 1%,#0c5450 50%,#001214 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001214', endColorstr='#001214',GradientType=1 ); /* IE6-9 */
}

div.headcontent h2{
color: #ffffff;
text-align:right;
font-size: 16pt;
font-family: 'SansitaOneRegular', Arial, Helvetica, sans-serif;
}

div.headcontent p{
color: #ffffff;
font-size: 8pt;
}

div.headcontent img.img-responsive.cc {
float: right;
margin: 5px 0;
width: 150px;
}

#myCarousel .item {
height:auto;
background-color: #f4f4f4;
}

#myCarousel img {
/*position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 200px;*/
margin: 0 auto;
}

.nav-tabs {
border-bottom: 1px solid #ddd;
background: rgba(0, 0, 0, 0.3);
display: inline-block;
padding: 5px 3px 0 5px;
margin-bottom: -9px;
}

div.container.tabmenu {
position: relative;
top: -65px;
}

div.tabholder {
position: relative;
top: -66px;
background: #212E3F;
border-bottom: 4px solid rgba(0,0,0,0.1);
color: #ffffff;
margin-bottom: -40px;
}

div.tabholder h3{
	color:#ffffff;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	background-color: #212E3F;
	border: 0;
	color:#ffffff;
}

.nav-tabs>li>a {
background-color: #264061;
color: #ffffff;
}

.bannerlogo {
	font-size: 40px;
	position: absolute;
	z-index: 1200;
	color: #333;
	top: 10px;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
}

div.bannerlogo h1{
	font-size:20pt;
}

div.bannerlogo h2{
	font-size:16pt;
}

div.carousel-caption h2{
	font-size:16pt;
}

div.bannerlogo h1, div.bannerlogo h2, div.carousel-caption h2{
	color:#ffffff !important;
	text-shadow: 0 1px 2px #000000;
}
div.bannerlogo h1, div.bannerlogo h2{
font-family:'SansitaOneRegular', Arial, Helvetica, sans-serif;
}

div.bannerlogo p{
	color:#ffffff;
	text-shadow: 0 1px 2px #000000;
	font-size:14pt;
	margin:0;
}

aside {
	margin: 10px 0;
}



.s_heading1{
    font-size: 25pt;
}
 	
.s_heading2{
    font-size: 30pt;
}

.s_heading3{
    font-size: 18pt;
}

.s_heading4{
    font-size: 14pt;
}
 


div.sdbar_img {
	width: 265px;
	height: 178px;
	margin: 10px 15px;
	border: 1px solid #dcdcdc;
}

img.img-responsive.lc_img {
  float: left;
  width: 45%;
  height: 45%;
}

article{
	margin: 10px 0;
    background-image: url('images/bg-article.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

aside .panel-default>.panel-heading {
	color: #333645;
	border-color: #ddd;
	background-color: #9FE6FD;
	background: linear-gradient(to bottom, #C2E4EC 0%, #9FE6FD 100%) repeat scroll 0% 0% transparent;
	text-transform: uppercase;
	text-align: center;
	font-size: 10pt;
}

aside div.panel-body {
	font-size: 10pt;    
	background-color: #ffffff;
    height: auto;
    box-shadow: 0px 0px 5px 3px #cccccc;
}

div.row.text-center.bottomlinks {
	background-color: #0c5450;
	border-bottom:1px solid #ffffff;
	padding: 10px 20px;
	font-size: 11pt;
	height: auto;
	width: 100%;
	margin: 0 auto;
	color:#ffffff;
}

div.row.text-center.bottomlinks a{
	color:#FFFFFF;
}

div.row.text-center.uppercase.bold.copyright {
	background-color: #001214;
	color: #ffffff ;
	padding: 15px 0 10px 0;
	font-weight: normal;
	margin: 0 auto;
    background-image: url(../images/bg_bottom.jpg);
}
div.row.text-center.uppercase.bold.copyright .copy{
	font-family: 'SansitaOneRegular', Arial, Helvetica, sans-serif;
	color: #ffffff !important;
}

div.form-holder {
	width: 95%;
	padding: 25px 15px;
	margin: 10px auto;
	border-radius: 10px;
}

.form-horizontal .form-group {
	margin: 0 0 15px 0;
}

.form-horizontal .control-label {
	text-align: left;
}

.btn-info {
	background-color: #333645;
	border-color: #1D1F27;
}

.btn-info:hover{
	background-color: #FFE000;
	border-color: #b0b0b0;
	color:#000000;
}

.form-control:focus {
	border-color: #b0b0b0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #b0b0b0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #b0b0b0;
}


#schemacss{
text-align:center;
margin: 10px 0px;
}

#schemacss a{
color:#cccccc;
}

#schemacss h3{
margin:0;
color: #ffffff;
}

.schema_add_map div {
display: inline;
}

.schema_contact, .schema_contact h3, .schema_contact a {
color:#323232 !important;
}



/*BANNER*/

.bs-slider{
    overflow: hidden;
    max-height: 200px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.40)*/;
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 34%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #0c5450;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #0c5450;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 0%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > div.banner-text{
    
    padding: 0;
    color: rgba(0, 0, 0, 0.8);
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
	-moz-text-stroke-color: #ffffff;
    -webkit-text-stroke-color: #ffffff;
    -moz-text-stroke-width: 2px;
    -webkit-text-stroke-width: 2px;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.btn-banner{
font-size:2em;
font-family: 'Brushstroke', Arial, Helvetica, sans-serif;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
transition: all 0.5s linear;
}

.imagecontent {
    float: right;
    padding: 5px;
    box-shadow: 0px 0px 4px 0px #A1A1A1;
    margin: 10px 10px 10px 15px;
    max-width: 50%;
}


@media screen and (max-height: 31.125em) {
	.bt-menu ul li a:before {
		font-size: 32px;
	}
}

@media (max-width: 319px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
	.hide-xs{display:none;}
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center !important;
		float:none !important;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
	.text-center-xs img {margin:0 auto;}
	.panel-heading.call, .panel-body.promo, .panel-body.service{background:none; background-color:#00699E; text-align:center;}
	.panel-body, .panel-heading{ text-align:center;}
	div.row.text-center.bottomlinks {margin: 0; font-size:16pt;}
	a.navbar-brand.uppercase {height: auto;text-align: center;line-height: 100%;width:150px;}
	div.services {display:none;}
	div.bannerlogo p{font-size: 9pt;}
	div.bannerlogo h1 {display:none;}
	div.bannerlogo p.banner_quick {display:none;}
	div.bannerlogo h2, div.carousel-caption h2{font-size: 12px;}
	.navbar-brand{font-size: 14px;}
	div.container.tabmenu, div.tabholder {display: none;}
	.carousel-indicators {bottom: 0px;}
	div.headcontent p{display:none;}
	div.headcontent h2{text-align:center;font-size: 12pt;}
	div.headcontent img.img-responsive.cc {float: none;margin: 5px auto;}
	header div.container div.row {background:none !important;}
	div.logo {  font-size: 14pt; text-align: right; padding: 10px; float: right; width: 70%;}
	h1{font-size:23px;}
	h2{font-size:20px;}
	h3{font-size:17px;}	
	h4{font-size:14px;}
}

@media (min-width: 320px) and (max-width: 399px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
	.hide-xs{display:none;}
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center !important;
		float:none !important;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
	.text-center-xs img {margin:0 auto;}
	.panel-heading.call, .panel-body.promo, .panel-body.service{background:none; background-color:#00699E; text-align:center;}
	.panel-body, .panel-heading{ text-align:center;}
	div.row.text-center.bottomlinks {margin: 0; font-size:16pt;}
	a.navbar-brand.uppercase {height: auto;text-align: center;line-height: 100%;font-size: 15px;}
	div.services {display:none;}
	div.bannerlogo p{font-size: 9pt;}
	div.bannerlogo h1 {display:none;}
	div.bannerlogo p.banner_quick {display:none;}
	div.bannerlogo h2, div.carousel-caption h2{font-size: 15px;}
	.nav-tabs>li>a{font-size: 12px; padding:10px;}
	.carousel-indicators {bottom: 10px;}
	div.headcontent p{display:none;}
	div.headcontent h2{text-align:center;}
	div.headcontent img.img-responsive.cc {float: none;margin: 5px auto;}
	header div.container div.row {background:none !important;}
	div.logo {  font-size: 18pt; text-align: right; padding: 10px; float: right; width: 70%;}
	h1{font-size:24px;}
	h2{font-size:21px;}
	h3{font-size:18px;}	
	h4{font-size:15px;}
}

@media (min-width: 400px) and (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
	.hide-xs{display:none;}
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center !important;
		float:none !important;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
	.text-center-xs img {margin:0 auto;}
	.panel-heading.call, .panel-body.promo, .panel-body.service{background:none; background-color:#00699E; text-align:center;}
	.panel-body, .panel-heading{ text-align:center;}
	div.row.text-center.bottomlinks {margin: 0; font-size:16pt;}
	a.navbar-brand.uppercase {height: auto;text-align: center;line-height: 100%;font-size: 16pt;}
	div.services {display:none;}
	div.bannerlogo p{font-size: 9pt;}
	div.bannerlogo h1 {font-size: 24px !important;}
	div.bannerlogo h2, div.carousel-caption h2{font-size: 18px;}
	.carousel-indicators {bottom: 20px;}
	div.headcontent p{display:none;}
	div.headcontent h2{text-align:center;}
	div.headcontent img.img-responsive.cc {float: none;margin: 5px auto;}
	h1{font-size:26px;}
	h2{font-size:23px;}
	h3{font-size:20px;}	
	h4{font-size:17px;}
	img.img-responsive.lc_img{ width:auto !important; height:auto !important;}
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {text-align: inherit;}
	.hide-sm{display:none;}
    .text-left-sm {text-align: left;}
    .text-center-sm {text-align: center !important;float:none !important;}
    .text-right-sm {text-align: right;}
    .text-justify-sm {text-align: justify;}
	.text-center-sm img {margin:0 auto;}
	div.bannerlogo p{font-size: 11pt;}
	.carousel-indicators {bottom: 30px;}
	div.headcontent h2{font-size: 13pt;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {text-align: inherit;}
	.hide-md{display:none;}
    .text-left-md {text-align: left;}
    .text-center-md {text-align: center;}
    .text-right-md {text-align: right;}
    .text-justify-md {text-align: justify;}
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {text-align: inherit;}
	.hide-lg{display:none;}
    .text-left-lg {text-align: left;}
    .text-center-lg {text-align: center;}
    .text-right-lg {text-align: right;}
    .text-justify-lg {text-align: justify;}
}



/* nav styling */

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.container_nav {
	padding: 0 80px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 16;
}

.bt-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-width: 0px;
	border-style: solid;
	border-color: rgba(0, 18, 20, 0.80);
	background-color: rgba(0,0,0,0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
}

.bt-menu.bt-menu-open {
	height: 100%;
	border-width: 0px 0px 0px 150px;
	background-color: rgba(0,0,0,0.3); 
	-webkit-transition: border-width 0.3s, background-color 0.3s;
	transition: border-width 0.3s, background-color 0.3s;
    width: 150px;
}

.bt-overlay {
	position: absolute;
	width: 100%;
}

.bt-menu-open .bt-overlay {
	height: 100%;
}

.bt-menu-trigger {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  display: block;
  width: 60px;
  height: 50px;
  cursor: pointer;
  background-color: #262626;
  border-color: #262626;
  border-style: solid;
  border-width: 0px 9px 0px 9px;
}

.bt-menu-trigger span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 8%;
	background-color: #FFFFFF;
	font-size: 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.bt-menu-trigger span:before,
.bt-menu-trigger span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1feac2;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.bt-menu-trigger span:before {
	-webkit-transform: translateY(-250%);
	transform: translateY(-250%);
}

.bt-menu-trigger span:after {
	-webkit-transform: translateY(250%);
	transform: translateY(250%);
}

.bt-menu-open .bt-menu-trigger span {
	background-color: transparent;
}

.bt-menu-open .bt-menu-trigger span:before {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.bt-menu-open .bt-menu-trigger span:after {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

.bt-menu ul {
	position: fixed;
	top: 75px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 90px;
	list-style: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bt-menu ul:first-of-type {
	top: 75px;
	left: 0;
}

.bt-menu ul:nth-of-type(2) {
	right: 0;
	bottom: 0;
}

.bt-menu ul li,
.bt-menu ul li a {
	display: block;
}

.bt-menu ul:nth-of-type(2) li {
	float: left;
	font-size: 0px;
}

.bt-menu ul li {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
	transition: transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
}

.bt-menu.bt-menu-open ul:first-of-type li,
.bt-menu.bt-menu-open ul:nth-of-type(2) li {
	visibility: visible;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s 0.1s;
	transition: transform 0.3s, opacity 0.3s;
}

/* First menu */
.bt-menu ul:first-of-type li {
	width: 150px;
	height: 35px;
	line-height: 35px;
	-webkit-transform: translate3d(-100%,50%,0);
	transform: translate3d(-100%,50%,0);
}

.bt-menu.bt-menu-open ul:first-of-type li {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Second menu */
.bt-menu ul:nth-of-type(2) li {
	width: 60px;
	height: 50px;
	line-height: 50px;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li:first-child { 
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(2) { 
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(3) { 
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(4) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.bt-menu ul li a {
	display: block;
	outline: none;
	text-decoration: none;
}

.bt-menu ul:first-of-type li a {
	padding: 0 10px;
	box-shadow: inset 0 1px rgba(0,0,0,0.2);
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1em;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.bt-menu ul:first-of-type li:last-child a {
	box-shadow: inset 0 1px rgba(0,0,0,0.2), inset 0 -1px rgba(0,0,0,0.2);
}

.bt-menu ul:nth-of-type(2) li a {
	color: transparent;
	text-align: center;
	font-size: 0px;
}

.bt-menu ul li a:before {
	color: #fff;
	font-size: 24px;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}


.bt-menu ul:first-of-type li a:hover,
.bt-menu ul:first-of-type li a:focus,
.bt-menu ul li a:hover:before,
.bt-menu ul li a:focus:before {
	color: #1abc9c;
}

.bt-menu ul:first-of-type li.active a{
	color: #23ffd4 !important;
}



/*------------------------------------------------------*/
/* RESPONSIVE banner
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text div.banner-text {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text div.banner-text {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text div.banner-text {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > div > a.btn-default, 
    .slide-text > div > a.btn-primary {
        font-size: 14px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}


/* end of nav styling */

/* MCR 102017 */