@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,400italic);

@font-face {
    font-family: 'Montserrat-Hairline';
    src: url("../fonts/Montserrat-Hairline.eot");
    src: url("../fonts/Montserrat-Hairline.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Hairline.woff") format("woff"),
        url("../fonts/Montserrat-Hairline.ttf") format("truetype"), url("../fonts/Montserrat-Hairline.svg.svg#futura-std-medium") format("svg");
    font-weight: lighter;
    font-style: normal; }


@font-face {
    font-family: 'HoeflerText-Italic';
    src: url("../fonts/HoeflerText-Italic.eot");
    src: url("../fonts/HoeflerText-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/HoeflerText-Italic.woff") format("woff"),
        url("../fonts/HoeflerText-Italic.ttf") format("truetype"), url("../fonts/HoeflerText-Italic.svg.svg#futura-std-medium") format("svg");
    font-weight: normal;
    font-style: italic; }

html,body{
    height: 100%;
}
a,a:hover,a:focus{
    text-decoration: none;
    outline: 0 !important;
	    word-break: break-all;
}
body{
    color:#999999;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
	position:relative;
}
.fulllink
{
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0px;
    font-family: 'Montserrat', sans-serif;
    color:#333;
    font-weight: 700;
}
.navbar-inverse{
    border: 0px;
    background-color: #355666;
    padding: 20px 0;
    margin: 0px;
}
.navbar-inverse.navbar-transparent{
    position: absolute;
    left: 0;
    top: 0;
   /* background: rgba(0, 0, 0, .5);*/
	background:rgba(85, 188, 99, .5);
    width: 100%;
}

#header .search-form{
    position: absolute;
    left: auto;
    right: 0;
    width: 200px;
    background: #fce38a;
    padding: 4px;
    display: none;
    opacity: .95;
}
.search-form .form-control{
    border-radius: 0px;
    border:0px;
    box-shadow: none;
    height: 40px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fce38a;
    background-color: transparent;
    border-bottom-color: #fce38a;
}
@media(min-width: 768px){
.navbar-inverse .navbar-nav>li>a
{
	padding: 15px 0;
	border-bottom: 2px solid transparent;
}
.navbar-inverse .navbar-nav>li
{
	margin: 0px 15px;
}
.wrap .navbar-brand>img
{
    max-width: 100%;
    margin-top: 0;
}
}
.phone-lg
{
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    padding-left: 40px;
}
.bannerhome
{
    overflow: hidden;
    height: 100%;
}
.bannerhome .flexslider
{
    border:0px;
    border-radius: 0px;
    margin: 0px;
    height: 100%;
}
.bannerhome .flexslider .slides li .slide-pos
{
    position: relative;
}
.gradient-overlay
{
    //position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(13,51,70); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(13,51,70,1) 0%, rgba(114,193,185,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(13,51,70,1) 0%,rgba(114,193,185,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(13,51,70,1) 0%,rgba(114,193,185,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3346', endColorstr='#72c1b9',GradientType=0 ); /* IE6-9 */
    opacity: 0.9;
}
.bannerhome .flexslider .slides li .slide-1
{
    background-image: url(../images/slide-1.jpg);
    background-repeat: no-repeat;
    background-position: center center !important;
    height: 100vh;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
	    background-size: 100% auto !important;
}
.slider-overlay{
    width:100%;
    height: 100%;
    display: table;
    position: relative;
    z-index: 2;
}
.slider-content{
    position: relative;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 70px;
}
.slider-content h1{
    font-family: 'Montserrat-Hairline';
    text-transform: uppercase;
    font-size: 35px;
    line-height: 13px;
    color: #fff;
}
.slider-content h2{
    font-family: 'HoeflerText-Italic';
    color:#fff;
    font-size: 72px;
    line-height: 72px;
	font-weight:normal;
}
.center-border{
    width: 70px;
    height: 3px;
    background-color: #55bc63;
    margin: 30px auto;
}
.slider-content .center-border{
    background-color: #fff;
}
.btn{
    border-radius: 0px;
    -webkit-border-radius:0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.btn-white-border{
    border:2px solid #fff;
    color:#fff;
}
.btn-white-border:hover{
    color:#333;
    background-color: #fff;
}


.pull-right p {
    font-size: 17px;
} 
.pull-right p a, .pull-right p a:visited {
    color: #fce38a;
}

.thumb-nail {
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 75%;
    z-index: 9;
    left: 13%;
}
.thumb-nail .slides li{
    cursor: pointer;
    margin: 0 auto;
}
.thumb-nail .slides li+li{
    margin-left: 30px;
}
.thumb-text{
    color: #fff;
    border-top: 2px solid rgba(255,255,255,0.5);
    padding: 10px 5px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}
.thumb-nail .current .thumb-text:before{
    content: "";
    width: 70px;
    height: 2px;
    background-color: #55bc63;
    position: absolute;;
    left: 0;
    top: -2px;
}

.center-heading h3{
    font-family: 'HoeflerText-Italic';
    font-style: italic;
    color:#333;
    font-size: 24px;
}
.center-heading h2{
    font-weight: 700;
    margin-top: 10px;
	color: #333;
}
.commitment p{
    font-size: 15px;
}
.commit-box{
    height: 250px;
    width: 100%;
    display: table;
    color:#fff;
}
.commit-text {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.commit-box h4{
    color:#fff;
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 700;
}
.commit-text img{
    display: block;
    margin: 10px auto;
}
.commit-box.last{
    background-image: url(../images/img1.png);
    background-color: #355666;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;

}
.commit-box.first{
    background:  #95e1d3;
}
.commit-box.middle{
    background:  #6aa9a8;
}
.map-location{
    padding: 50px 0;
    background:url(../images/bg-2.jpg) no-repeat;
    background-size: cover;
    color:  #55bc63;
    text-align: center;
}
.map-location h3{
    font-weight: 700;
    color:  #55bc63;
}
.map-location .center-border{
    margin: 10px auto;
}
.map-location .form-control{
    box-shadow: none;
    border: 4px solid #adadad;
    border-radius: 0px;
    width: 250px;
    margin: 0 auto;
    height: 40px;
    margin-top: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #adadad;
	text-align:center;
}
.map-location i{
    font-size: 30px;
    margin-bottom: 10px;
}


.map-location .form-control::-webkit-input-placeholder {
    color: #adadad;
}
.map-location .form-control::-moz-placeholder {
    color: #adadad;
}
.map-location .form-control:-ms-input-placeholder {
    color: #adadad;
}
.map-location .form-control:-moz-placeholder {
    color: #adadad;
}

.support{
    padding: 60px 0;
}
.support h2{
    font-weight: 700;
	color: #333;
}
.support ul li a{
     font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color:   #d5d5d5;
    font-size: 20px;
}
.support ul li.active a{
    color:  #55bc63;
}
.support ul{
    margin-top: 20px;
    padding-bottom: 0px;
}
.support .tab-content p{
    font-size: 15px;
}
.support .more-link{
    color:  #55bc63;
    text-transform: uppercase;
    font-size: 16px;
}
.support .center-border{
    margin: 10px 0;
}
.footer{
    padding: 40px 0;
    background: #f8f8f8;
}
.follow{padding-bottom: 30px}
.follow li{vertical-align: middle}
.follow li a{color: #95e1d3;font-size: 20px;}
.newsletter form{position: relative;}
.newsletter form .form-control{
  border-radius: 0px;
  box-shadow: none;
  height: 40px;
}
.newsletter .btn{
    position: absolute;
    top: 0;
    right: 0;
}
.btn-sea{
    background:  #95e1d3;
    color:#fff;

}
.footer-nav li{
    padding: 10px 20px;
}
.footer-nav li a{color: #2e3f5b;text-transform: uppercase;font-family: 'Montserrat', sans-serif;font-weight: 400}

.color {color:  #95e1d3;}
.phone-call-bar{padding: 0px 0; height: 40px;line-height: 40px;background: #55bc63;color: #fff;}
.phone-call-bar span b{font-family: 'Montserrat', sans-serif; font-weight: 700; color: #fff!important;}
.phone-call-bar span b a {
  color: #fff!important;
}
.phone-call-bar i{color:  #2e3f5b; margin-left: 10px;}

.page-title img
{
	max-width:100%;
	height:auto;
	width:100%;
}
.page-title{
   
    text-align: center;
    position: relative;
    background-size: 100% auto !important;
   
    margin-top: 128px;
}
@media (max-width: 990px) {
    .page-title {
        margin-top: 0;
    }
}
.page-title .container{
    z-index: 2;
    position: relative;
}
.page-title h1{
    color: #fff;
    font-family: 'HoeflerText-Italic';
    font-style: italic;
    font-size: 50px;
    display: inline-block;
  /*  background: #55bc63;*/
    padding: 2rem;
    margin-bottom: 0px;
	background:none;
}
.page-title.services-page{
/*    background: url(../images/service-bg.jpg) no-repeat;*/
    background-size: cover;
}
.page-title.contact-page{
    /*background: url(../images/contact-bg.jpg) no-repeat;*/
    background-size: cover;
}
.service-nav {
    padding: 20px 0;
    border-top: 3px solid rgba(255,255,255,0.5);
    z-index: 4;
    position: relative;
}
.service-nav ul{
    margin: 0;
    padding: 0;
}
.service-nav ul li a{
    text-transform: uppercase;
    color: #fff;
    opacity: .7;
    font-family: 'Montserrat', sans-serif; font-weight: 800;
    display: block;
}
.service-nav ul li.active a,.service-nav ul li a:hover{
    opacity: 1;
}
.service-contnet h2{
     font-family: 'HoeflerText-Italic';
    font-style: italic;
    color:#6aa9a8;
    font-size: 40px;
}
.btn-border-sea{
    color:  #6aa9a8;
    border: 3px solid #6aa9a8;
}
.btn-border-sea:hover{
    color: #fff;
    background:  #6aa9a8;
}
.service-contnet h4{
    color:  #2e3f5b;
}
.left-sidebar ul li a{
    color: #2e3f5b;
    opacity: 0.58;
    text-transform: uppercase;
    display: block;
    padding: 3px 0;
    font-family: 'Montserrat', sans-serif; font-weight: 400;
}
.left-sidebar ul li.active a{
    opacity: 1;
}
.left-sidebar ul ul{
    list-style: none;
}
.left-sidebar ul ul li a{
    font-size: 13px;
    color:  #6aa9a8;
    font-weight: 400;
    opacity: 1;
}
.left-sidebar ul ul li.active a{
    font-size: 13px;
    color:  #6aa9a8;
    font-weight: 700;
}
.blue{
    color:  #2e3f5b;
}
.sidebar h4{
    font-weight: 400;
    color:  #2e3f5b;
}
.contact-row label{
    text-transform: uppercase;
    margin-bottom: 2px;
     font-family: 'Montserrat', sans-serif; font-weight: 700;
     color:#333;
}
.contact-row form p{
    margin: 0px;
    font-size: 13px;
}
.contact-row h2{
    color:  #6aa9a8;
      font-family: 'HoeflerText-Italic';
    font-style: italic;
}
.contact-row .btn-border-sea{
    background: transparent;
}
.contact-row{
    margin-bottom: 40px;
}
.contact-row .form-control{
    border: 0px;
    min-height: 40px;
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #efefef;
}
.archive-description {
    margin-top: 150px;
    margin-bottom: 150px;
}
/***********responsive css***************/
@media(max-width:1199px){
    .slider-content h2 {
    font-size: 40px;
    line-height: 40px;
}
.slider-content h1{
    font-size: 36px;
    line-height: 36px;
}
.thumb-nail{
    display: none;
}
.navbar-inverse.navbar-transparent {
position:relative !important;
    background-color: #55bc63!important;
}
}
@media(max-width:767px){
    .navbar-inverse.navbar-transparent{
        top: 40px;
        padding: 0px;
    }
    .navbar-inverse .navbar-toggle{
        border: 0px;
        border-radius: 0px;
    }
    .navbar-inverse .navbar-toggle:hover {
    background-color: rgba(255,255,255,0.2);
}
.navbar-nav{
    margin-top: 0px;
    background-color:  #355666;
}

#header  .search-form {
    position: absolute;
    left: auto;
    right: 0;
    width: 100%;
}
.support{
    text-align: center;
}
.support img{
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}
.support .center-border{
    margin: 10px auto;
}
.commitment .col-sm-4{
    padding: 0px;
}
.commit-box{
    margin-bottom: 10px;
}
}

body div.wpcf7-validation-errors
{
color:red;
}
body div.wpcf7-response-output
{
margin: 0;
padding: 15px 0;
border: none !important;clear: both;
}
body .wpcf7-not-valid{
border: 1px solid #FF0000 !important;
}
body span.wpcf7-not-valid-tip
{
display:none;
}
input, select, textarea{
outline:none;
}
body div.wpcf7-mail-sent-ok{
color:#398F14;
}

body div.wpcf7-mail-sent-ng {
	color:#ff0000;
}
.overlay-opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}
.commit-box
{
position:relative;
z-index:2;
word-break: normal;
}
.container.commitment
{
margin-top:70px;
}
.home .container.commitmenttop
{
    margin-top: 25px;
}
#inner
{
margin:0 auto;
width:1170px;
}
#content h1,#content h2,#content h3,#content h4,#content h5,#content h6
{
font-family: 'HoeflerText-Italic';
color: #6aa9a8;
padding-top: 10px;

}
#inner ul{
    list-style-type: square;
    padding: 0 0 0 25px;
}
#inner p {
    margin: 0 0 20px;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 100%;
    border-left: 5px solid #eee;
}
@media (min-width: 992px) {

.content-sidebar #content-sidebar-wrap #content
{
margin-left: 8.33333333%;
margin-bottom: 40px;
width: 58.33333333%;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
float:left;
}
.content-sidebar #content-sidebar-wrap #sidebar
{
margin-left: 8.33333333%;
width: 25%;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
float:left;
}
}

form.searchform.search-form{
    position: relative;
}
input.s.search-input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #999;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 0px;
    box-shadow: none;
    height: 40px;
}
input.searchsubmit.search-submit {
    position: absolute;
    top: 0;
 background-color: #95e1d3 !important;
     color: #fff;
	     border-radius: 0px;
    -webkit-border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;    border: 1px solid rgba(0, 0, 0, 0);
    font-size: 14px;
	    padding: 10px 16px;
margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	    touch-action: manipulation;
		-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    line-height: 1.3333333;
    right: 0;
}
.hentry.entry {
    margin-bottom: 20px;
    padding-bottom: 20px;
  /*  border-bottom: 1px solid #ccc;*/
}
.singular .hentry.entry {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #ccc;
}
.commitment a.commit-box.first:hover{
	opacity:0.7;
}
.footer_bottom {
    text-align: center;
    color: #333;
}
.commit-box p
{
	display:none;
	padding:20px;
	word-break: normal;
}
.commit-box:hover p
{
	display:block;
	color:#fff;
}
input, select, textarea
{
	    border: 1px soid #ccc;
		width:100%;
}
input[type=submit], .directions-btn {
    margin-top: 1rem;
    background: #95e1d3;
	border:none;
    color: #fff;
	    -webkit-border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
	width:auto;
}

.directions-btn  {
    width: 250px;
    background: #55bc63;
}
.directions-btn:hover {
    opacity: .8;
}

.navbar-brand>img {
    display: block;
    margin-top: -25px;
}
.wrap .navbar-brand>img {
    display: block;
    margin-top: -25px;
}
.pull-right p
{
	color:#fff;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover
{
 background-color: transparent;
}
#inner {
    margin: 0 auto;
    max-width: 100%;
}
#inner div#content, div#sidebar {
padding: 15px;
}

@media (max-width: 767px) {
div#sidebar {
    float: none;
    margin: 0px auto;
    padding: 30px 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.hentry.entry {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.container.commitment {
    margin-top: 0px;
}
.page-title.contact-page {
    background-size: cover !important;
}
.bannerhome .flexslider .slides li .slide-1 {
    background-repeat: no-repeat!important;
    background-position: top center !important;
    background-attachment: scroll !important;
    background-size: cover !important;
}
.navbar-inverse.navbar-transparent {
    top: 0;
    padding: 0px;
    position: relative;
    background: #79bfb9;
    border-top: 1px solid #fff;
}
 

.commit-box {
    margin-bottom: 0;
}
.home .container.commitment div, .footer div
{
height:auto !important;
}
body.singular #wrap div {

}
.home .container.commitment .overlay-opacity
{
height:100% !important;
}
body.singular #wrap .container.commitment .overlay-opacity
{
height:100% !important;
}
.footer img{
    display: block;
    margin: 0 auto;
}

.navbar-brand>img
{
   width: 130px;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 0 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-nav {
    margin-top: 0px;
    background-color: #79bfb9 !important;
}
.navbar-inverse {
    border: 0px;
    padding: 0px 0;
    margin: 0px;
}
.page-title h1 {
    padding-bottom: 0px;

}
.navbar-brand
{
height:auto;
}
}
.thumb-nail {
    z-index: 999999;
}
.slider-content h2, .slider-content h1 {
    text-shadow: 1px 1px 5px #000;
}
.thumb-nail {
    position: absolute;
    bottom: 50px;
    left: 0px;
    width: 75%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
body .cycloneslider-template-thumbnails.cycloneslider-thumbnails {
     margin: 0 auto;
     padding: 0px 0;
     text-align: left;
}
body .cycloneslider-template-thumbnails.cycloneslider-thumbnails li {
  list-style: none inside;
  display: block;
  min-width: 40px;
  height: auto;
  margin: 0!Important;
  padding: 0 30px 0 0;
  border: 0px solid #ccc;
  cursor: pointer;
  vertical-align: top;
  box-sizing: border-box;
  overflow: hidden;
  width: 25%!important;
}

.cycloneslider-template-thumbnails div[data-cycle-dynamic-height="off"] .cycloneslider-slide-image {
    background-position: top center !important;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-size: cover !important;
}
.cycloneslider-template-thumbnails .cycloneslider-prev,
.cycloneslider-template-thumbnails .cycloneslider-next
{
display:none !important;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #55bc63!important;
    box-shadow: none;
    right: auto;
    border: none;
}
.dropdown-menu>li>a
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
	color:#fff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fce38a;
    background-color: transparent;
}
@media(min-width: 991px){
	#header {
    background: #fff;
    z-index: 999 !important;
    position: fixed !important;
    top: 0px;
    width: 100%;
}
}
@media(max-width:1199px){
.cycloneslider-template-thumbnails .cycloneslider-prev,
.cycloneslider-template-thumbnails .cycloneslider-next
{
display:block !important;
}
.cycloneslider-template-thumbnails div[data-cycle-dynamic-height="off"] .cycloneslider-slide-image {
    background-position: top center !important;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll !important;
}

.slider-overlay {
width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    z-index: 999999;
    left: 0;
    top: 75%;
    transform: translate(0%,-50%);
}
.slider-content h1 {
    font-size: 20px;
    line-height: 25px;
}
.cycloneslider-template-thumbnails.cycloneslider-width-full .cycloneslider-slide img {
    width: 100%;
    display: block !important;
}
body .cycloneslider-template-thumbnails div[data-cycle-dynamic-height="off"] .cycloneslider-slide-image
{
background:none !important;
}
.slider-content
{
display:table-cell;
vertical-align: bottom;
    bottom: 20px;
}
}

@media(max-width:992px){
    .center-border{
         margin: 15px auto!important;
    }
.wrap .navbar-brand>img {
    display: block;
    margin-top: -30px;
    width: 140px;
}
.slider-content h1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
}
.slider-content h2 {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 0px;
}
}

@media (max-width: 767px) {
  .wrap .navbar-brand>img {
      display: block;
      margin-top: 10px;
      width: 130px;
      margin-bottom: 10px;
  }
  .navbar-inverse .navbar-nav > li{
        display: block;
    }
    .dropdown-menu {
          opacity: 1!important;
    visibility: visible!important;
        display: block !important;
        margin-top:0px !important;
        height: auto !important;
        padding: 0 !important;
        position: static;
        top: auto;
        left: auto;
        width: 100%;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: transparent;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 0px;
        border: 0px;
        border-radius: 4px;
        -webkit-box-shadow:none;
        box-shadow: none;
        overflow: visible!important;
        margin-bottom: 0!important;
    }
    ul.dropdown-menu li > ul.dropdown-menu {
    left: auto !important;
    top: auto !important;
    opacity: 1!important;
    visibility: visible!important;
    display: block !important;
}
.nav>li {
    position: static !important;
    display: block;
    clear: both;
}
    .dropdown-menu > li:before,.navbar-inverse .dropdown-menu > li:after
    {
        display: table;
        content: "";
        clear: both;
        width: 100%;
    }
    .navbar-nav>li:hover > ul.dropdown-menu li > ul.dropdown-menu{
    display: block !important;
}
div[style="height:70px"] {
    height: auto !important;
}
div[style="height:60px"] {
    height: auto !important;
}
div[style="height: 70px"] {
    height: auto !important;
}
div[style="height: 60px"] {
    height: auto !important;
}
.page-title{
    height: auto !important;
}
}

@media(max-width: 991px){
	#header-sticky-wrapper{
	   height: auto!important; 
	}
}
.admin-bar #header {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  .admin-bar #header {
    top: 46px;
  }
}
@media(max-width:575px){
    .slider-overlay {
    width: auto;
       height:85px;
    padding-top: 10px;
    display: block;
    position: relative;
    z-index: 999999;
    left: auto;
    top: auto;
    transform: none;
        background: #55bc63;
        margin-bottom: 50px;
}
.slider-content {
    display: block;
    vertical-align: initial;
    bottom: 0;
    width: auto;
    height: auto;
}
.bannerhome{
    overflow: visible;
    height: auto;
}
.bannerhome:before,.bannerhome:after{
    content: "";
    display: table;
    clear: both;
}
.cycloneslider-template-thumbnails .cycloneslider-slides{
    overflow: visible!important;
}
.slider-content h2 {
    font-size: 24px;
    line-height: 23px;
    margin-bottom: 0px;
}
.slider-content h1 {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0px;
}

.home .container.commitmenttop {
    margin-top:120px;
}
style="height: 60px"
}
.home #inner {
display:none;
}