﻿
.whatwedo {
    width:100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;        
    position:absolute;
    z-index:200;    
  top: 50%;
  transform: translateY(-50%);
}

.whatwedo img {
    width: 90%;
    height: auto;
    max-width: 650px;
}



.dnsection {	
	position:relative;
	text-align: center;	
    overflow:hidden;
	-webkit-transition: background 0.5s ease-in-out;
		transition: background 0.5s ease-in-out;
}
.night .dnsection {
	background: #080d17;
  color: #e9e5d5;
}
.night #intro-text {
	color: #e9e5d5;
}
.time-circle {
      
  background: linear-gradient(to bottom, #BE4405, #F6C60C);
  width: 100%;
  height: 325px;
  
  overflow: hidden;
  padding: 0px;
  margin: 0 auto;
  margin-bottom: 10px;
  /*box-shadow: 0 0 10px rgba(0,0,0,0.4);*/
  text-align: center;
  -webkit-transition: all 1.1s ease-in-out;
   transition: all 1.1s ease-in-out;
}
.night .time-circle{
  background: linear-gradient(to bottom, #111936, #285A7B);
  border-color: #e9e5d5;
}
.sun {
  margin-top: 20px;
  background: #F2EF88;
  box-shadow: 0 0 20px rgba(242, 239, 136, 0.4);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  left: 10%;
  top: 5%;

  -webkit-animation: pulse 5s ease infinite alternate;
	animation: pulse 5s ease infinite alternate;
  -webkit-transition: all 1.1s 0.4s ease;
		transition: all 1.1s 0.4s ease;
}
@keyframes pulse {
    0% {box-shadow: 0 0 20px rgba(242, 239, 136, 0.4);}
    50% {box-shadow: 0 0 40px rgba(242, 239, 136, 1);}
    100% {box-shadow: 0 0 20px rgba(242, 239, 136, 0.4);}
}
@-webkit-keyframes pulse {
    0% {box-shadow: 0 0 20px rgba(242, 239, 136, 0.4);}
    50% {box-shadow: 0 0 40px rgba(242, 239, 136, 1);}
    100% {box-shadow: 0 0 20px rgba(242, 239, 136, 0.4);}
}
.night .sun {
  top: 120%;
  left: -10%;

  -webkit-transition: all 1.1s 0s ease;
		  transition: all 1.1s 0s ease;
}
.moon {
 
  background: #d9d8d0;
  box-shadow: inset -10px 2px 0 0px #899098;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  position: absolute;
  left: 120%;
  top: -50%;
  overflow: hidden;

  -webkit-transition: all 1.1s 0s ease;
		transition: all 1.1s 0s ease;
}
.night .moon {
  left: 85%;
  top: 8%;

  -webkit-transition: all 1.1s 0.4s ease;
   transition: all 1.1s 0.4s ease;
}
.moon div:nth-child(n) {
  position: relative;
  background: #b9b8b0;
  border-radius: 50%;
  box-shadow: inset 4px -2px 0 0px #535457;
}
.moon div:nth-child(1) {
  top: 25%;
  left: 12%;
  width: 27%;
  height: 27%;
}
.moon div:nth-child(2) {
  top: -11%;
  left: 60%;
  width: 16%;
  height: 16%;
}
.moon div:nth-child(3) {
  top: 25%;
  left: 44%;
  width: 16%;
  height: 16%;
}

.stars {
  opacity: 0;
  margin-left: 100px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.8s 0s ease;
		transition: all 0.8s 0s ease;
  z-index: 1000;
}
.night .stars {
  opacity: 1;

  -webkit-transition: all 3s 0.4s ease;
		transition: all 3s 0.4s ease;
}
.stars div:nth-child(n) {
  position: absolute;
  background: radial-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 255, 255, 1);
  overflow: hidden;
  width: 4px;
  height: 4px;

  margin-left: 20%;
  margin-top: -20%;

  -webkit-transition: all 1s 0s ease;
		transition: all 1s 0s ease;
}
.night .stars div:nth-child(n) {
  margin-left: 0;
  margin-top: 0;

  -webkit-transition: all 1s 0.4s ease-out;
		transition: all 1s 0.4s ease-out;  
}
.stars div:nth-child(1) {
  left: 25%;
  top: 30%;
}
.stars div:nth-child(2) {
  left: 55%;
  top: 20%;
}
.stars div:nth-child(3) {
  left: 60%;
  top: 60%;
}
.stars div:nth-child(4) {
  left: 40%;
  top: 45%;
}
.stars div:nth-child(5) {
  left: 15%;
  top: 55%;
}
.stars div:nth-child(6) {
  left: 40%;
  top: 10%;
}
.stars div:nth-child(7) {
  left: 70%;
  top: 55%;
}
.stars div:nth-child(8) {
  left: 32%;
  top: 70%;
}
.stars div:nth-child(9) {
  left: 75%;
  top: 70%;
}
.stars div:nth-child(10) {
  left: 79%;
  top: 22%;
}

.water {
  position: absolute;
  background: repeating-radial-gradient(ellipse farthest-corner at center -400%, #f5c30e 30%, #518eac 90%) repeat scroll 0 0 #518eac;
  width: 100%;
  height: 200px;
  top: 68%;

  -webkit-transition: all 1.1s ease;
		transition: all 1.1s ease;

}
.night .water{
  background: repeating-radial-gradient(ellipse farthest-corner at center -400%, #7fa1bb 30%, #1d425a 90%) repeat scroll 0 0 #1d425a;
}
#switch,
#circle {
  height: 30px;
  -webkit-transition: all 0.4s cubic-bezier(0.54, 1.6, 0.5, 1);
          transition: all 0.4s cubic-bezier(0.54, 1.6, 0.5, 1);
} 
#switch {
  width: 60px;
  margin: 0 auto;
  border: 2px solid #DA8508;
  border-radius: 27px;
  background: #DA8508;
  position: relative;
}
#circle {
  margin-top: 5%;
  margin-left: 5%;
  width: 40%;
  height: 80%;
  border-radius: 50%;
  box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
  background: #e9e5d5;
}
.switched {
  border-color: #1C3958 !important;
  background: #1C3958 !important;
}
.switched #circle {
  margin-left: 55%;
  background: #e9e5d5;
}








a:hover, a, a:visited {
    color: #1a79d1;
    text-decoration: none;
}

#contactus h1 {    
    margin-bottom:0px;
    margin-top:0px;
    font-weight:100;
    letter-spacing: -.05em;
    
    font-size:100%;
    font-size: 6rem;
    line-height:normal;
    
}

.colorspin {
    color: #f35626;
    background-image: -webkit-linear-gradient(92deg,#f35626,#feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 60s infinite linear;
}

@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }

    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}


.colorspin_hvac {
    color: #fb8933;
    -webkit-animation: hue_hvac 14s linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 5s;
}

@-webkit-keyframes hue_hvac {
    0% {
        color: #fb8933;
    }
    45% {
        color: #fb8933;
    }
    50% {
        color: #26a9e0;
    }
    95% {
        color: #26a9e0;
    }
    100% {
        color: #fb8933;
    }


}


#imgaboutus {    
    background: url('../img/award_carrierp.png') 0 0 no-repeat;
    display: block;
    height: 500px;
    height: 364px;
    background-position: center;
    -webkit-transition: background .5s;
    transition: background .5s;
}

input[type="checkbox"] + label{
color:#999;
font-size:16.6667px;
}

input[type="checkbox"] {
  display: none;
}
label {
  cursor: pointer;
}
input[type="checkbox"] + label:before {
  border: 1px solid #ccc;
  border-radius: 4px;
  content: "\00a0";  
  display: inline-block;
  font: 18px;
  height: 18px;
  margin: 1px .35em 0 0;
  padding: 0;
  vertical-align: top;
  width: 18px;
}
input[type="checkbox"]:checked + label:before {
  background: #ccc;
  color: #666;
  content: "\2713";
  text-align: center;
}
input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}

#reviews h4 {
    margin-bottom:60px;
}

#howitworks h1 {
    font-size:26px;
    text-align:left;
}

#howitworks p {
    font-size:18px;
    text-align:left;
}


#features .left {
    float:left;
    margin-top: 6px;
}


#features .right {
    float: right;
    text-align: left;
    width: 75%;
}


@media (min-width: 1000px) {
    #features .right {
        width: 80%;
    }

}

#features .row > div {
    overflow: auto;
}

#features h4 {
    margin-top:0px;
}

.bbb {
    justify-items: center;
    display: grid;
    grid-template-columns: 1fr;
}


.scrollTop {
    background: #333;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    border-radius: 4px;
    z-index: 9999;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .5s;
    transition: opacity .5s;

}

.scrollTop a{
    color: #fff;
    display: block;
    line-height: 40px;
    width: 40px;
    height: 40px;
}

.scrollTop:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.scrollTopStuck {
    opacity: .5;
    filter: alpha(opacity=50);
}


/*------ Layout ------*/
.section-title {
    font-family: Roboto, 'Roboto','Helvetica Neue', sans-serif;
    font-weight:bold;
    font-size: 24px;
    color: #404041;
}

h1,h2,h3,h4,h5,h6
 {
    font-family: Roboto, 'Roboto','Helvetica Neue', sans-serif;
    font-weight: 500;
    line-height: 1.7;
    color: inherit;
}

h4 {
    font-size: 18px;
    margin: 10px 0 10px 0;
}


h3 {
    font-weight: 400;
  line-height: 2;
  color: #999;
  font-size:20px;
}



h5 {
    margin:10px 0 10px 0;
    font-size:15px;
}

p {
    margin: 0 0 10px 0;
}


/* ----- BUTTONS ----- */
.lowerButtonBar
{padding: 15px 0 0 0;}

button {
-webkit-appearance: button;
}

button.positive, button.generic, input.generic, div.generic {
font: normal 14px Roboto, "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
color: #fff;
background-color: #58595b;
border: none !important;
font-size: 15px;
cursor: pointer;
line-height: 36px;
height: 36px;
padding: 0 14px 0 12px;
width: auto;
overflow: visible;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-align: center;
text-align: center;
-webkit-transition: background .5s;
transition: background .5s;
border: 0 !important;
outline:0 !important;
}

button.positive {
    background-color:#26a9e0;
}

button.small
{
    line-height: 26px;
    height: 28px;
    font-size: 14px;
}


button.positive[disabled],button.negative[disabled],button.generic[disabled]
{color:#b3b3b3!important;border:solid 1px #ccc!important;border-top:solid 1px #ddd!important;border-left:solid 1px #ddd!important;background-color:#f5f5f5!important;cursor:default!important}

button.positive[disabled] span,button.negative[disabled] span,button.generic[disabled] span
{color: #b3b3b3;}

/*button.positive[disabled] img,button.negative[disabled] img,button.generic[disabled] img
{-moz-opacity:.5;opacity:.5;filter:alpha(opacity=50)}*/

button.positive span {
color: #fff;
margin-right: 10px;
margin-left: 10px;
}

button.generic span, div.generic span {
color: #fff;
margin-right: 10px;
margin-left: 10px;
}

button.negative span {
color: #D12F19;
margin-right: 10px;
margin-left: 10px;
}

button.positive img, button.negative img, button.generic img {
vertical-align: -3px;
border-width: 0;
margin-right: -4px;
width: 16px;
height: 16px;
}

button.positive:hover, button.positive.hover {
background-color: #2595c4;
color: #fff;
}

button.generic:hover, button.generic.hover, div.generic:hover, div.generic.hover {
background-color:#37353a;
color:#fff;
}

button.negative:hover, button.negative.hover {
background:#fbe3e4;
border:1px solid #fbc2c4;
color:#fff;
}

/* ----- TABLES ----- */

.bghighlight {
	background: #f1f1f1;
}
h3.sidebar {
	color: #484e54;
}
tr.highlightRow, tr.skinAltRow {
	background-color: #f9fff8;
}

/* ----- GRID ----- */

th.cellCenter, td.cellCenter{text-align:center;}

th.cellLeft, td.cellLeft{text-align:left;}

table.tableHeader th a
{
color: #444;
text-shadow: 1px 1px 0 #fff;
text-decoration: none;
font-weight:bold;
font-size: 13px;
}

table.tableHeader th{
    color:#4F545A;
	background: #f5f5f5;
	border-top: 1px solid #D7D7D7;
	text-shadow:#ffffff 1px 1px 0px;
	border-bottom: 1px solid #E9E9E9;
    line-height:0px;
    padding-top:5px;
}

table.tableHeader th img {
    max-width:none;
}

table.tableHeader th.headerLeft {
padding-left: 11px;
text-align:left;
border-left: 1px solid #D7D7D7;
-moz-border-radius-topleft: 5px;
-khtml-border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
}

table.tableHeader th.headerRight {
padding-right: 11px;
text-align:left;
border-right: 1px solid #D7D7D7;
-moz-border-radius-topright: 5px;
-khtml-border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
border-top-right-radius: 5px;
}

table.tableHeader td {
padding: 4px 6px;
color: #4C4C4C;
border-bottom: 1px solid #E9E9E9;
line-height: 22px;
}

table.tableHeader td.rowRight {
padding: 0 11px 0 0;
}
table.tableHeader td.rowLeft {
padding-left: 11px;
line-height:16px;
height:16px;
text-align:left;
}

table.tableHeader td.rowLeftNormal {
padding-left:0px;
text-align:left;

}

table.tableHeader .subLink
{
    font-size:11px;
    color: #8D9095!important;
}

table.tableHeader .subLink a, table.tableHeader a.subLink:hover, table.tableHeader .subLink:visited
{
    text-decoration:underline;
    font-size:11px;
    color: #8D9095!important;
}

table.tableHeader td.rowRight img {
padding: 8px 0 0 0;
}

table.tableHeader tr:hover{background:#feffe0;}

.hover-toggle .toggle { display:none; }
.hover-toggle:hover .toggle { display:inline; }

table.tableFooter td{
    color:#4F545A;
	background: #f5f5f5;
	border-bottom: 1px solid #D7D7D7;
	text-shadow:#ffffff 1px 1px 0px;
    line-height:38px;
}

table.tableFooter td.footerLeft {
padding-left: 11px;
text-align:left;
border-left: 1px solid #D7D7D7;
-moz-border-radius-bottomleft: 5px;
-khtml-border-bottom-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
}

table.tableFooter td.footerRight {
padding-right: 11px;
text-align:left;
border-right: 1px solid #D7D7D7;
-moz-border-radius-bottomright: 5px;
-khtml-border-bottom-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
}

img.sortIcon {
vertical-align: middle;
padding-left: 6px;
padding-bottom:2px;
}



/* ----- FORMS ----- */
input[type="text"], input[type=email], input[type="password"], .flatSelect label, fieldset, textarea{width:340px; padding:10px 12px; font:normal 16px arial,verdana,sans-serif; border:1px solid #ccc; -moz-border-radius:4px; border-radius:4px; -webkit-border-radius:4px; _border:1px solid #ccc !important; _padding:none; -webkit-background-clip: padding-box;}
input:focus, textarea:focus{border:1px solid #ababab; outline:none; }
input[type="radio"], input[type="checkbox"]{background:transparent !important; border:0 !important; width:16px !important}
input[type="image"]{border:0; padding:0}
input.error { border: 1px solid #F77171!important; }
button.error { border: 1px solid #F77171!important; }
div.error { border: 1px solid #F77171!important; }
textarea.error { border: 1px solid #F77171!important; }
select.error{ border: 1px solid #F77171!important; }
li.error{ border: 1px solid #F77171!important; }
.flatcheckbox{width:340px;}

.form-response {
    text-align:center;
    font-size: 16px;
    padding-bottom:25px;
}
.form-error {
    color:#de2525;
}

.form-success {
    color:#53c51b;
}


.flatSelect {
    width:340px; 
    display:inline-block; 
    margin-bottom:15px; 
    position:relative;
}

.flatSelect select {
    opacity:0; border:0; background:0; -webkit-appearance:none; z-index:1; padding-left:15px; font: normal 16px arial,verdana,sans-serif; -moz-appearance:none; position:absolute; display:inline-block; width:100%; height:100%;
 }

.flatSelect label {
    width:100%; margin:0; display:inline-block; text-align:left;
}

.flatSelect i {
    position:absolute; top:13px; right:5px; z-index:0;
    color: #a0a0a0;
    color: rgba(0,0,0,0.37);
}


/* ----- header ----- */

.greybg {
    background-color:#1477af;
    -webkit-transition: background .5s;
    transition: background .5s;
}

.bg{    
    display: block;     
    background-position: center;
    -webkit-transition: background .5s;
    transition: background .5s;
}

/*-- http://www.colorzilla.com/gradient-editor/ --*/
        
.leftgrad {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8fc73e+0,8fc73e+100&amp;1+70,0+100 */
background: -moz-linear-gradient(left,  rgba(143,199,62,1) 0%, rgba(143,199,62,1) 70%, rgba(143,199,62,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(143,199,62,1)), color-stop(70%,rgba(143,199,62,1)), color-stop(100%,rgba(143,199,62,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(143,199,62,1) 0%,rgba(143,199,62,1) 70%,rgba(143,199,62,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(143,199,62,1) 0%,rgba(143,199,62,1) 70%,rgba(143,199,62,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(143,199,62,1) 0%,rgba(143,199,62,1) 70%,rgba(143,199,62,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(143,199,62,1) 0%,rgba(143,199,62,1) 70%,rgba(143,199,62,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc73e', endColorstr='#008fc73e',GradientType=1 ); /* IE6-9 */
}

.rightgrad {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8fc73e+0,8fc73e+100&amp;0+0,1+30 */
background: -moz-linear-gradient(left,  rgba(143,199,62,0) 0%, rgba(143,199,62,1) 30%, rgba(143,199,62,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(143,199,62,0)), color-stop(30%,rgba(143,199,62,1)), color-stop(100%,rgba(143,199,62,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(143,199,62,0) 0%,rgba(143,199,62,1) 30%,rgba(143,199,62,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(143,199,62,0) 0%,rgba(143,199,62,1) 30%,rgba(143,199,62,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(143,199,62,0) 0%,rgba(143,199,62,1) 30%,rgba(143,199,62,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(143,199,62,0) 0%,rgba(143,199,62,1) 30%,rgba(143,199,62,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008fc73e', endColorstr='#8fc73e',GradientType=1 ); /* IE6-9 */
}



.navbar {
    display:table;
}

.navbar > li {
    float:left;
    position:relative;
    text-align:center;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    display: table-cell;
    vertical-align: middle;
}

.navbar > li > a {
    padding: 15px 15px 15px 15px;
    line-height: 20px;
    position: relative;
    
    text-decoration: none;    
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: all .5s;
    transition: all .5s;
    letter-spacing: 1px;

    }

.navbar > li > a:hover {
    color: #c4c4c4;
}

.login > a {
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-border-radius:3px;
}

.login > a:hover {
    border: 1px solid #c4c4c4;
}

.try > a {
    border: 1px solid #19a9e5;
    background-color: #19a9e5;
    border-radius: 3px;
    -webkit-border-radius:3px;
}

.try > a:hover {
    border: 1px solid #1895c9;
    background-color: #1895c9;
}

.stuck {
    position:fixed !important;
    top:0px !important;
}


a.anchor{display: block; position: relative; top: -115px; visibility: hidden;}
.appleLinksWhite a {color:#ffffff;}

.mobile-benefits {
    display:none;
}
.phonetopsmall {
        padding-top:10px;
        display:none;
    }

#travelbar > div:first-of-type {
    max-width: 1140px;
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 50px 30px;
    margin-left:auto;
    margin-right:auto;
    height: 140px;
    align-items: center;
}

#travelbar {
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color:#0493ce; 
    width:100%; 
    z-index:999; 
    display:inline-block;
}

.normaltravelbar {
    
    padding:15px 0 15px 0;  
}

#logo {
    -webkit-transition: all .5s;
    transition: all .5s;
    position:absolute;
}

.logo {
    background-image: url(../img/logo3.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    width: 319px;
    height: 129px;
    margin-top: -60px;
}

.smalllogo {
    background-image: url(../img/logo3.png);
    background-repeat:no-repeat;
    background-size:cover;
    width:240px;
    height:97px;
    margin-top:-45px;
    margin-left:45px;
}

#splash {
    text-align:center;
    background-color: #f9fafa;
    border-bottom:20px;
}

#splash h2 {
    font-family: Roboto, 'Roboto','Helvetica Neue', sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #404041;
    padding:25px 15px 20px 15px;
    margin:0px;
}

#splash p {
    font-size: 18px;
    padding:0px 15px 25px 15px;
    margin:0px;
}

#splash .imgdiv {
    margin-bottom: -100px !important;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}

.fadeUp{
    opacity: 0;
}


#mnavmenu {
    padding:15px;
    background:#0493ce;
}

.mlogo {    
    display:block;
    background-image: url(../img/logo3.png);
    background-repeat:no-repeat;
    background-color:transparent;
    background-size: contain;
    background-position: 0px 2px !important;
    width:188px;
    height:76px;
}


@media (min-width: 1700px) {

    #splash .imgdiv {
    margin-bottom: -150px !important;
    }

}


@media (max-width: 1230px){
    .logo {
        margin-left: 25px;
    }
    .navbar > li > a {
        line-height: 35px;
    }
}

@media (max-width: 1024px) {


    #travelbar > div:first-of-type{
       
    }

    #splash .imgdiv {
    margin-bottom: -100px !important;
    }

    
    .whatwedo img {
        width:90%;
    }

    .sun {
        margin-top: 0px;
        width: 70px;
        height: 70px;
        left: 8%;
        top: 5%;
    }

    .moon {
        width:70px;
        height:70px;
    }
    .night .moon {
        left: 85%;
        top:5%;
    }

}

@media (min-width: 769px) {
    a.anchor{top: -115px;}

    #splash .imgdiv {
        max-width: 100%;
    }

    #mnavbar, #mnavbarmenu, #mnavmenu, #mbottombar, .fmcollect, .fmfile{
        display:none;
    }

}


@media (max-width: 768px) {

    #navbar {
        display:none;
    }
    #mnavbar{
        display:block;        
    }
    input[type="text"], .flatSelect, .flatSelect label, textarea, fieldset, .flatcheckbox {
        width:240px;
    }

    #splash .imgdiv {
    margin-bottom: -60px !important;
}

    .fcollect, .ffile{
        display:none;
    }

    #mbottombar {
        font-family: Roboto, 'Roboto','Helvetica Neue', sans-serif;
        font-size:24px;
        font-weight:500;
    }

    a.anchor{top: 0px;}

    h3 {
        line-height:25px;
    }

    #contactus h1 {
        font-size:4rem;
    }

    .time-circle {
        height:275px;
    }

    .whatwedo img {
        width:85%;
    }

    #imgaboutus {        
        background-size:contain;        
    }


}


@media(max-width:700px) {
    .whatwedo img {
        width: 95%;
    }

}

@media(max-width:550px) {
    .whatwedo img {
        width: 95%;
    }
}

@media (max-width: 450px) {

    #contactus h1 {
        font-size:3.5rem;
    }

    .time-circle {
        height:225px;
    }

    .whatwedo img {
        width:100%;
    }

    .sun {
        margin-top: 0px;
        width: 30px;
        height: 30px;
        left: 12%;
        top: 5%;
    }

    .moon {
        width:40px;
        height:40px;
    }
    .night .moon {
        left: 88%;
     
    }

    #imgaboutus {        
        background-size:contain;        
    }

}


@media (max-width: 359px) {
    input[type="text"], .flatSelect, .flatSelect label, textarea, fieldset, .flatcheckbox {
        width:230px;
    }

    #splash .imgdiv {
        margin-bottom: -50px !important;
    }

    a.anchor{top: 0px;}

    #contactus h1 {
        font-size:3rem;
    }

    .time-circle {
        height:200px;
    }

    .whatwedo img {
        width:100%;
    }

    .sun {
        margin-top: 0px;
        width: 30px;
        height: 30px;
        left: 12%;
        top: 5%;
    }

    .moon {
        width:40px;
        height:40px;
    }
    .night .moon {
        left: 85%;        
    }

    #imgaboutus {        
        background-size:contain;        
    }

}

#mnavbarmenu {
    background-color:#25a8e0;
    display:none;
    list-style:none;
    overflow:hidden;
    clear:both;
    margin:0;
    padding:5px 0px 5px 0px;

}

#mnavbarmenu li {
    display:block;
    padding:0px;
    margin:0px;
}

#mnavbarmenu a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff;
    display:block;
}


/* ----- FROM TEST.CSS ----- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin:0;
      font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

img {
    max-width: 100%;
    vertical-align:middle;
    border:0;
}


.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.row {
    margin-left: -15px;
    margin-right: -15px
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666666666666%
}
.col-xs-10 {
    width: 83.33333333333334%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666666666666%
}
.col-xs-7 {
    width: 58.333333333333336%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666666666667%
}
.col-xs-4 {
    width: 33.33333333333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.666666666666664%
}
.col-xs-1 {
    width: 8.333333333333332%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666666666666%
}
.col-xs-pull-10 {
    right: 83.33333333333334%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666666666666%
}
.col-xs-pull-7 {
    right: 58.333333333333336%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666666666667%
}
.col-xs-pull-4 {
    right: 33.33333333333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.666666666666664%
}
.col-xs-pull-1 {
    right: 8.333333333333332%
}
.col-xs-pull-0 {
    right: 0
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666666666666%
}
.col-xs-push-10 {
    left: 83.33333333333334%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666666666666%
}
.col-xs-push-7 {
    left: 58.333333333333336%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666666666667%
}
.col-xs-push-4 {
    left: 33.33333333333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.666666666666664%
}
.col-xs-push-1 {
    left: 8.333333333333332%
}
.col-xs-push-0 {
    left: 0
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666666666666%
}
.col-xs-offset-10 {
    margin-left: 83.33333333333334%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666666666666%
}
.col-xs-offset-7 {
    margin-left: 58.333333333333336%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666666666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.666666666666664%
}
.col-xs-offset-1 {
    margin-left: 8.333333333333332%
}
.col-xs-offset-0 {
    margin-left: 0
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666666666666%
    }
    .col-sm-10 {
        width: 83.33333333333334%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666666666666%
    }
    .col-sm-7 {
        width: 58.333333333333336%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666666666667%
    }
    .col-sm-4 {
        width: 33.33333333333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.666666666666664%
    }
    .col-sm-1 {
        width: 8.333333333333332%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666666666666%
    }
    .col-sm-pull-10 {
        right: 83.33333333333334%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666666666666%
    }
    .col-sm-pull-7 {
        right: 58.333333333333336%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666666666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.666666666666664%
    }
    .col-sm-pull-1 {
        right: 8.333333333333332%
    }
    .col-sm-pull-0 {
        right: 0
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666666666666%
    }
    .col-sm-push-10 {
        left: 83.33333333333334%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666666666666%
    }
    .col-sm-push-7 {
        left: 58.333333333333336%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666666666667%
    }
    .col-sm-push-4 {
        left: 33.33333333333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.666666666666664%
    }
    .col-sm-push-1 {
        left: 8.333333333333332%
    }
    .col-sm-push-0 {
        left: 0
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666666666666%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666666666666%
    }
    .col-sm-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.666666666666664%
    }
    .col-sm-offset-1 {
        margin-left: 8.333333333333332%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-3a,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        /*float: left*/
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666666666666%
    }
    .col-md-10 {
        width: 83.33333333333334%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666666666666%
    }
    .col-md-7 {
        width: 58.333333333333336%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666666666667%
    }
    .col-md-4 {
        width: 33.33333333333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-3a {
        width: 20%
    }
    .col-md-2 {
        width: 16.666666666666664%
    }
    .col-md-1 {
        width: 8.333333333333332%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666666666666%
    }
    .col-md-pull-10 {
        right: 83.33333333333334%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666666666666%
    }
    .col-md-pull-7 {
        right: 58.333333333333336%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666666666667%
    }
    .col-md-pull-4 {
        right: 33.33333333333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.666666666666664%
    }
    .col-md-pull-1 {
        right: 8.333333333333332%
    }
    .col-md-pull-0 {
        right: 0
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666666666666%
    }
    .col-md-push-10 {
        left: 83.33333333333334%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666666666666%
    }
    .col-md-push-7 {
        left: 58.333333333333336%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666666666667%
    }
    .col-md-push-4 {
        left: 33.33333333333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.666666666666664%
    }
    .col-md-push-1 {
        left: 8.333333333333332%
    }
    .col-md-push-0 {
        left: 0
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666666666666%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666666666666%
    }
    .col-md-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-3a {
        margin-left:auto;
        margin-right:auto;

    }
    .col-md-offset-2 {
        margin-left: 16.666666666666664%
    }
    .col-md-offset-1 {
        margin-left: 8.333333333333332%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666666666666%
    }
    .col-lg-10 {
        width: 83.33333333333334%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666666666666%
    }
    .col-lg-7 {
        width: 58.333333333333336%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666666666667%
    }
    .col-lg-4 {
        width: 33.33333333333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.666666666666664%
    }
    .col-lg-1 {
        width: 8.333333333333332%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666666666666%
    }
    .col-lg-pull-10 {
        right: 83.33333333333334%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666666666666%
    }
    .col-lg-pull-7 {
        right: 58.333333333333336%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666666666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.666666666666664%
    }
    .col-lg-pull-1 {
        right: 8.333333333333332%
    }
    .col-lg-pull-0 {
        right: 0
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666666666666%
    }
    .col-lg-push-10 {
        left: 83.33333333333334%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666666666666%
    }
    .col-lg-push-7 {
        left: 58.333333333333336%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666666666667%
    }
    .col-lg-push-4 {
        left: 33.33333333333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.666666666666664%
    }
    .col-lg-push-1 {
        left: 8.333333333333332%
    }
    .col-lg-push-0 {
        left: 0
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666666666666%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666666666666%
    }
    .col-lg-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.666666666666664%
    }
    .col-lg-offset-1 {
        margin-left: 8.333333333333332%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

.site-main {
    padding-top: 0px
}
@media (max-width: 991px) {
    .site-main {
        /*padding-top: 50px*/
    }
}

@media (max-width: 768px) {
    .site-main {
        padding-top: 0px
    }
}
.site-content {
    padding: 60px 0
}
.site-footer {
    text-align: center;
    background: #4b494f;
    color: #999;
    padding: 50px 0 0
}
@media (max-width: 991px) {
    .site-footer {
        padding: 30px 0 0
    }
}
.site-footer a {
    color: #999
}
.site-footer a:hover,
.site-footer a:active {
    color: #999
}

.site-footer .widget {
    margin: 0 0 50px
}

.site-footer .newsletter input {
    margin-bottom: 8px;
    padding: 5px;
}

.site-footer .newsletter a {
    float:left;
}

@media (max-width: 991px) {
    .site-footer .widget {
        margin: 0 0 30px
    }
}
.site-footer .widget p:last-child {
    margin: 0
}
.site-footer .widget-title {
    color: #eee;
    margin: 0 0 15px;
    
}
@media (max-width: 767px) {
    .site-footer .widget-title {
        border-top: 1px solid rgba(255, 255, 255, .1);
        padding-top: 30px
    }
}
.site-footer .widget:first-child .widget-title {
    border-top: 0!important;
    padding-top: 0!important
}
.site-footer #sidebar-footer-2 {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 50px 0 0
}
@media (max-width: 991px) {
    .site-footer #sidebar-footer-2 {
        padding: 30px 0 0
    }
}
.site-footer #sidebar-footer-2 .widget:first-child:before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    right: 0
}
.site-footer #sidebar-footer-2 .tweet {
    background: rgba(0, 0, 0, .1);
    border: 1px solid rgba(255, 255, 255, .1);
    max-width: 320px;
    margin: 0 auto;
    padding: 20px;
    min-height: 100px
}
.site-footer .widget_flickr a {
    margin: 0 5px
}
.site-footer .widget_flickr img {
    width: 100px
}
.site-footer .copyright {
    border-top: 5px solid rgba(255, 255, 255, .1);
    font-size: 12px;
    padding: 20px 0 10px
}
#secondary .widget-area {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 29px
}

.scroll-to-top {
    background: #333;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    border-radius: 4px;
    z-index: 9999;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}
.scroll-to-top.affix {
    opacity: .5;
    filter: alpha(opacity=50)
}
.scroll-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}
.scroll-to-top a {
    color: #fff;
    display: block;
    line-height: 40px;
    width: 40px;
    height: 40px
}

.section {
    padding: 60px 0
}
@media (max-width: 991px) {
    .section {
        padding: 30px 0
    }
}
.section.section-center {
    text-align: center
}
.section.section-hilite {
    background: #eee
}
.section .section-title {
    margin: 0 0 30px;
    text-align: center;
    position: relative
}
@media (max-width: 991px) {
    .section .section-title {
        font-size: 24px
    }
}
@media (max-width: 767px) {
    .section .section-title {
        margin: 0 0 15px
    }
}
.section .section-title:after {
    content: "";
    display: block;
    height: 1px;
    background: #f5f5f5;
    position: absolute;
    top: 20px;
    width: 100%
}

.section .section-title-no-line:after {
    height: 0px;
}

@media (max-width: 991px) {
    .section .section-title:after {
        top: 15px
    }
}
.section.section-hilite .section-title:after {
    background: #e5e5e5
}
.section .section-title span {
    background: #fff;
    padding: 0 10px;
    z-index: 1;
    position: relative
}
.section.section-hilite .section-title span {
    background: #eee
}
.section.section-features {
    padding-bottom: 0
}

.section.section-services {
    padding-bottom: 0
}

.section.section-features .icon-wrap {
    width: 128px;
    height: 128px;
    margin: 0 auto
}
.section.section-features p {
    margin-bottom: 60px
}
@media (max-width: 991px) {
    .section.section-features p {
        margin-bottom: 30px
    }
}
.section.section-testimonial .carousel-control {
    background: 0
}
.section.section-testimonial .carousel-indicators {
    position: inherit;
    margin: 0;
    left: auto;
    width: 100%;
    bottom: auto
}
.section.section-testimonial .carousel-indicators li {
    width: auto;
    height: auto;
    text-indent: 0;
    border: 0;
    border-radius: 60px;
    padding: 5px;
    margin: 5px!important;
    background: #fff;
    position: relative
}
.section.section-testimonial .carousel-indicators li.active {
    background: #f15f4c
}
.section.section-testimonial .carousel-indicators li.active:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #f15f4c;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -10px
}
.section.section-portfolio {
    padding-bottom: 0;
    text-align: center
}
.section.section-portfolio .post {
    margin-bottom: 60px
}
@media (max-width: 991px) {
    .section.section-portfolio .post {
        margin-bottom: 30px
    }
}
.section.section-portfolio .entry-thumbnail img {
    width: 100%
}
.section.section-portfolio #filters {
    list-style-type: none;
    margin: 0 0 30px
}
.section.section-portfolio #filters li {
    display: inline-block;
    margin: 0 5px;
    color: #eee
}
.section.section-portfolio .portfolio-isotope {
    margin-bottom: 30px
}
.section.section-portfolio .portfolio-isotope .portfolio-item {
    margin: 0 0 30px
}
.section.section-portfolio .portfolio-isotope .col-lg-3,
.section.section-portfolio .portfolio-isotope .col-md-3,
.section.section-portfolio .portfolio-isotope .col-sm-3,
.section.section-portfolio .portfolio-isotope .col-xs-3 {
    margin-left: -1px
}
.section.section-pricing h1 {
    margin: 10px 0
}
.section.section-pricing .panel-body {
    padding: 0
}
.section.section-pricing .pricing-table table {
    margin: 0
}
.section.section-pricing .pricing-table tr td:first-child {
    border-top: 0
}
.section.section-blog {
    padding-bottom: 0
}
.section.section-blog .post {
    margin-bottom: 60px
}
@media (max-width: 991px) {
    .section.section-blog .post {
        margin-bottom: 30px
    }
}
@media (max-width: 767px) {
    .section.section-blog .entry-thumbnail {
        margin: 0 0 15px
    }
    .section.section-blog .entry-thumbnail a {
        display: block
    }
    .section.section-blog .entry-thumbnail img {
        width: 100%;
        height: auto;
        display: block
    }
}
.section.section-our-clients {
    padding-bottom: 0
}
.section.section-our-clients a {
    /* background:#fff; */
    background: transparent;
    display: block;
    text-align: center;
    margin-bottom: 60px;
    -webkit-transition: all .5s;
    transition: all .5s
}
@media (max-width: 991px) {
    .section.section-our-clients a {
        margin-bottom: 30px
    }
}
.section.section-our-clients a:hover,
.section.section-our-clients a:active {
    -webkit-box-shadow: 0 0 0 1px #999 inset;
    box-shadow: 0 0 0 1px #999 inset
}
.section.section-cta .main-action {
    margin: 20px 0 0
}
@media (max-width: 767px) {
    .section.section-cta .main-action {
        margin: 0
    }
    .section.section-cta .main-action .btn {
        margin: 20px 0 0
    }
}

.section.section-expertise li {
    text-align:left;
    font-size: 16px;
    margin-top:10px;
}

.section.section-features{
    padding-bottom:0px;
}

.section-features figure {
    background: url('../img/features-shell.png') 0 0 no-repeat;
    width: 635px;
    height: 518px;
    margin-left:auto;
    margin-right:auto;
}

.section-services figure {
    background: url('../img/services-shell.png') 0 0 no-repeat;
    width: 835px;
    height: 522px;
    margin-left:auto;
    margin-right:auto;
}


@media (min-width: 635px) {

    #features-mobile{
        display:none;
    }

    #services-mobile{
        display:none;
    }
}

@media (max-width: 635px) {

    #features figure{
        display:none;
    }

    #services figure{
        display:none;
    }

    #serives-mobile{
        display:inherit;
    }
}


figure > .section-title:after {
    display:none;
}

.section.section-contact form {
    margin-top: 30px
}
.section.section-contact textarea {
    min-height: 132px;
    resize: none
}
.section.section-gmap {
    padding: 0;
    background: #ddd
}
.section.section-gmap .gmap {
    width: 100%;
    height: 480px;
    display: block
}
.section-slide .item {
    text-align: center;
    padding: 60px 0;
    left: 0!important;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}
@media (max-width: 991px) {
    .section-slide .item {
        padding: 30px 0
    }
}
@media (max-width: 767px) {
    .section-slide .item {
        padding: 15px 0
    }
}
.section-slide .item img {
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}
.section-slide .next.left,
.section-slide .prev.right {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1
}
.section-slide .next.left img,
.section-slide .prev.right img {
    opacity: 1;
    filter: alpha(opacity=100)
}
.section-slide .active.left,
.section-slide .active.right {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2
}
.section-slide .active.left img,
.section-slide .active.right img {
    opacity: 0;
    filter: alpha(opacity=0)
}
.section-slide .carousel-control {
    z-index: 3;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}
.section-slide .carousel-control span {
    top: 50%;
    margin-top: -10px;
    right: 30px;
    position: absolute
}
.section-slide .carousel-control.left span {
    right: auto;
    left: 30px
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}
.panel-body {
    padding: 15px
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}
.panel-title>a {
    color: inherit
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.list-group {
    margin-bottom: 0
}
.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}
.panel>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}
.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}
.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}
.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}
.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}
.panel-group {
    margin-bottom: 20px
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden
}
.panel-group .panel+.panel {
    margin-top: 5px
}
.panel-group .panel-heading {
    border-bottom: 0
}
.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ddd
}
.panel-group .panel-footer {
    border-top: 0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}
.panel-default {
    border-color: #ddd
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}
.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}
.panel-primary {
    border-color: #f15f4c
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #f15f4c;
    border-color: #f15f4c
}
.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #f15f4c
}
.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #f15f4c
}
.panel-success {
    border-color: #d6e9c6
}
.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6
}
.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}
.panel-info {
    border-color: #bce8f1
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}
.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1
}
.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}
.panel-warning {
    border-color: #faebcc
}
.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}
.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #faebcc
}
.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #faebcc
}
.panel-danger {
    border-color: #ebccd1
}
.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}
.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ebccd1
}
.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ebccd1
}



.main-action input, select, textarea {
    margin-bottom: 15px;
}

