/*
Theme Name: Gala - Schema Child
Version: 1.0
Description: A child theme of Schema by MyThemeShop
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");
/* general */
.container {
    padding:0px 15px;
    max-width: 1920px !important;
}
.btn {
    color: #fff !important;
    background: #1179bd;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 1px 1px 1px #000;
    -moz-box-shadow: 1px 1px 1px #000;
}
.alignleft {
    float: left;
    margin: 0px 20px 20px 0px;
    border: 2px solid #ececec;
    margin-bottom:20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.alignright {
    float: right;
    margin: 0px 0px 20px 20px;
    border: 2px solid #ececec;
    margin-bottom:20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.alignnone {
    border: 2px solid #ececec;
    margin-bottom:20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.center { text-align: Center; }
.clear { clear: both; }

/* header */
.main-header { background: transparent; }
#header { background: transparent; top: 0px;}
.logo-wrap, .headerPhone, .headerInfo { float: left; width: 31%; padding: 1%; }
.logo-wrap { margin: 10px 0 0 0; }
.headerInfo { width: 32%; text-align: right; margin-top: 30px; }
.headerInfo p { margin-bottom: 5px; }
.headerPhone { text-align: center; margin-top: 30px; }
.headerPhone a { color: #fff !important; }
div.header-social-icons { background: none; border: 0px; }
div.header-social-icons a { background: #fff; border-radius: 50%; padding: 10px; width: 30px; text-align: center; line-height: 30px; margin: 0px 5px; font-size: 26px;}
div.header-social-icons::before { border: 0px; }
#primary-navigation .header-social-icons a, .header-social-icons a { padding: 0px 10px; }

.primary-slider-container { max-width: 100%; float: none; width: 100%;  overflow: hidden; margin: 0px; }
.slide-title { font-size: 32px !important; line-height: 34px; }
.owl-carousel .owl-item img { max-width: 100% !important; }
.primary-slider .owl-dots { bottom: 8%; top: inherit; right: 16%; }


#page { padding-top: 0px; width: 100%; max-width: 100%; }

/* home boxes */
.homeBoxes {
    margin: 0px auto;
    margin-top: 0px;
    text-align: left;
    padding: 0px;
}
.homeBoxes h3{
    color: #000;
    font-size: 32px;
    margin-top: 0px;
}
.homeBoxes .box01,
.homeBoxes .box02,
.homeBoxes .box03 {
    float: left;
    width: 33.33%;
    position: relative;
    padding: 0px 15px;
}

/* home widgets */
.homeWidgets {
    margin: 30px auto;
    text-align: left;
}
.widgetBox {
    margin-right: 3%;
    margin-bottom: 20px;
    padding: 2%;
    width: 27%;
    float: left;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background: rgba(255,255,255,0.8);
}
.widgetBox h3 { text-align: center; }

.widgetBox.noMargin {
    margin-right: 0px;
}
.widgetBox img { width: 100%; }

.textwidget p {
    font-size: 16px;
    line-height: 20px;
}



/* inner pages */
#page.single { float: left; }
.article { background: none;  margin: 0 auto; float: none; }
.page h1.title { margin-bottom: 20px; }

/* footer */
.copyrights { text-align: center; }
#copyright-note span { display: none; }
.to-top { float: none; }
#copyright-note .to-top span{ display: inline-block; font-size: 16px; line-height: 24px; }

.hide-d { display: none; }

.social-icons a {
    display: inline-block;
    color: #fff;
    background: #404040;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}
.headerPhone {
    width: 100%;
    margin-top: 0px;
}
.headerPhone p {
    display: inline-block;
    font-size: 14px;
    margin:0px;
    color: #fff;
}
.navigation ul {
    text-align: left;
    padding-top: 0px;
}
.navigation ul li {
    float: none;
    display: inline-block;
}
#secondary-navigation .navigation > ul > .menu-item-has-children > a {
    padding-right: 32px;
} 
#secondary-navigation a{
    padding: 5px 0 22px;
    margin: 0;
    font-weight: 400 !important;
    text-transform: none !important;
}
.newCon {
    height: 670px;
    background-size: cover;
    background-position: 50% 50%;
}
.welcome h1 {
    font-size: 30px;
    color: #282e67;
    margin-top: 0px;
}
.welcome img {
    padding: 3px;
    border: 1px solid #ccc;
}
.leftwow {
    width: -webkit-calc(100% - 640px);
    width: calc(100% - 640px);
    float: left;
    min-height: 600px;
    padding: 50px 50px 30px 70px;
}
.rightwow {
    width: 640px;
    float: right;
}
.row {
    margin:0px -15px;
}
.row:after,
.container:after {
    clear: both;
    content: "";
    display: block;
    position: relative;
}
.main-header .container {
    background-color: transparent !important;
}
#reviews {
    padding-bottom: 20px;
    background: #f2f2f2;
    padding-top: 10px !important;
}
#reviews h2 {
    color: #1179bd;
    font-size: 32px;
    padding-top: 10px !important;
}
#reviews h4 {
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
}
.carousel-indicators {
    bottom: -9px !important;
}
.col-sm-6 {
    width: 50%;
    float: left;
}
.featured {
    margin: 30px auto 10px;
}
.featured img {
    border: 2px solid #ececec;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.featured p {
    padding-right: 15px;
}
.homeBoxes {
    font-size: 14px;
    padding: 0px 0px;
}
.homeBoxes p {
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Open Sans';
    font-weight: normal;
}
.homeBoxes h3 {
    display: block;
    vertical-align: top;
    font-family: 'Raleway';
    font-weight: normal;
    color: #fff;
    font-size: 37px;
    line-height: 42px;
    margin: 0;
}
.textwidget {
    max-width: 450px;
    margin: 0px auto;
}
footer {
    margin-top: 0px;
    padding:10px 0px;
}
.to-top,.to-top a {
    color: #fff !important;
}
#page.single {
    float: none !important;
}
.article:after {
    clear:both;
    content: "";
    display: block;
    position: relative;
}
.post-info {
    display: none !important;
}
#featured-thumbnail {
    float: right;
    width: 30%;
}
.front-view-content {
    float: left;
    width: 68%;
}
.opacit_ { opacity: 0; }
.sticky { position: fixed !important; box-shadow: 0px 0px 17px rgba(0,0,0,0.9); }
.sticky img { max-width: 100px !important }

#logo a, #logo img { float: none !important; }

* {
    box-sizing: border-box;
}
/* Fade in animation */
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s ease-in 1 forwards;
}

/* NEW CSS */
/* Header */
#header #logo a {
    font-size: 28px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 0px;
    line-height: 128px;
}
#primary-navigation .navigation ul ul a, #primary-navigation .navigation ul ul a:link, #primary-navigation .navigation ul ul a:visited, #secondary-navigation .navigation ul ul a, #secondary-navigation .navigation ul ul a:link, #secondary-navigation .navigation ul ul a:visited {
    box-sizing: border-box;
    padding: 10px 15px;
    width: 100%;
    background-color: #1d1d1f !important;
    color: #fff !important;
    display: block;
}
#secondary-navigation .navigation ul ul a:hover {
    background-color: #302c2a !important;
    color: #fff !important;
}
#secondary-navigation .navigation ul ul li {
    display: block;
    margin: 0px auto;
    width: 100%;    
}

#menu-main-menu>li>a:after, #menu-main-menu>li>a:before {
    content: '';
    width: 0;
    height: 3px;
    top: 0px;
    position: absolute;
    left: 0;
    background-color: #1d1d1f;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#menu-main-menu>li>a:before {
    top: auto;
    bottom: 10px;
}
#menu-main-menu>li:hover>a:after, #menu-main-menu>li:hover>a:before {
    width: 100%;
}
#site-header {
    height: 128px;
}
#header {
    top: 0px;
    background-color: #fefefe;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9998;
}
#secondary-navigation .menu-item-has-children > a:after {
    right: 16px;
}
#menu-main-menu:after {
    clear: both;
    content: "";
    display: block;
    position: relative;
    padding:0px !important;
}
.colright {
    width: -webkit-calc(100% - 600px);
    width: calc(100% - 600px);
    float: right;
}
.colleft {
    width: 600px;
    max-width: 100%;
    float: left;
}
#header .logo-wrap {
    width: 490px;
    background-color: #1d1d1f;
    position: relative;
    padding: 0px 0 14px 20px;
    margin: 0;
    overflow: visible;
    color: #1d1d1f;
    max-height: 128px;
}
#header .logo-wrap:before {
    content: "";
    display: block;
    position: relative;
    background-image: none !important;
    height: 32px;
    width: 32px;
    position: absolute;
    right: -68px;
    transform: rotate(15deg);
    height: 100%;
    width: 128px;
    line-height: 128px;
    font-size: 128px;
    color: #111;
    top: -7px;
}
#header h1, #header h2 {
    display: block;
    float: none;
    text-align: center;
    vertical-align: middle;
}
#header .logo-wrap img {
    display: block;
    max-width: 288px;
    margin: 0 auto;
    line-height: 128px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -4px;
}

.colright .clearfix {
    text-align: right;
    padding-bottom: 45px;
}
.headtop-link {
    list-style: none;
    text-align: right;
    display: inline-block;
}
.social-new {
    display: inline-block;
    margin-left: -15px;
    position: relative;
    z-index: 10;
}
.headtop-link li {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    z-index: 1;
}
.headtop-link li a {
    padding:0px !important;
    background-color: #302c2a;
    z-index: 5;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 216px;
    color: #fff !important;
    text-decoration: none;
    font-size: 12px !important;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.025em;
}
.headtop-link li:before {
    content: "";
    display: block;
    position: relative;
    height: 32px;
    width: 32px;
	font-size: 16px !important;
    background-size: contain;
    position: absolute;
    left: -30px;
    transform: rotate(-15deg);
}


.headtop-link li:nth-child(1),.headtop-link li:nth-child(1) a {
    background-color: #028ecb;
    color: #028ecb;
}
.headtop-link li:nth-child(2),.headtop-link li:nth-child(2) a {
    background-color: #1d1d1f;
    color: #1d1d1f;
}
.headtop-link li:nth-child(3),.headtop-link li:nth-child(3) a {
    background-color: #302c2a;
    color: #302c2a;
}
.headtop-link li:nth-child(4),.headtop-link li:nth-child(4) a {
    background-color: #1d1d1f;
    color: #1d1d1f;
}
.headtop-link li:nth-child(5),.headtop-link li:nth-child(5) a {
    background-color: #028ecb;
    color: #028ecb;
}
.navigation ul li {
    float: none;
    display: inline-block;
    float: left;
    margin: 0 0 0 46px;
    padding: 0;
    position: relative;
}
.headtop-link li span {
    display: block;
    position: relative;
    padding: 4px 20px 8px 33px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-weight: bold;
}
ul.headtop-link i {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 20px;
    vertical-align: middle;
}

#secondary-navigation .navigation ul li:hover, #secondary-navigation .navigation ul .current-menu-item {
    background: transparent;
}
.social-new a {
    padding:0px !important;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #fff !important;
    color: #e4e4e4 !important;
    background-size: contain;
    font-size: 17px !important;
    text-align: center !important;
    position: relative;
    line-height: 32px;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}
.social-new a:before {
    height: 32px;
    width: 32px;
    color: #8DB0C3;
    position: absolute;
    left: 0px;
    top: 0px;
}
.social-new a span {
    position: relative;
    z-index: 1;
}
.social-new a:hover:before {
    color: #008fce;
}


/* Slider */
.primary-slider .slide-title {
    margin: 0;
    font-weight: normal;
    font-size: 125px !important;
    line-height: 126px;
    letter-spacing: -0.025em;
    font-family: 'Raleway';
    text-align: center;
}
.slide-caption {
    max-width: 1450px;
    width: 100%;
    left: 0px;
    right: 0px;
    margin:0px auto;
    background: transparent;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
}
.slide-caption span {
    margin-bottom: 10px;
    display: block;
    font-weight: 300 !important;
    font-size: 63px;
    line-height: 80px;
    letter-spacing: -0.025em;
    font-family: 'Raleway';
}
.primary-slider .slide-caption {
    width: 100%;
    position: absolute;
    top: 73%;
    transform: translateY(-50%);
    overflow: visible;
    background-color: transparent;
    padding: 0px;
    max-height: 100%;
    float: none;
    left: 0px;
    bottom: auto;
}
.newCon {
    position: relative;
}
.newCon:before {
    height: 100%;
    width: 30%;
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    transform: scaleX(-1);
}
.owl-controls {
    display: none !important;
}
.slide-btn {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    margin-left: 23px;
    background-color: #028ecb;
    width: 312px;
    font-size: 20px;
    line-height: 26px;
    padding: 9px 0 11px 30px;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    font-weight: 600;

    margin: 0px auto;
    margin:0px auto;
}
.slide-btn:before {
    content: "";
    transition: all 0.25s linear;
    display: block;
    position: relative;
    height: 46px;
    font-size: 46px;
    line-height: 46px;
    color: inherit;
    color: #038ecc;
    width: 46px;
    background-size: contain;
    position: absolute;
    left: -24px;
    top: 0px;
    transform: rotate(-15deg);
}
.slide-btn:after {
    content: "";
    transition: all 0.25s linear;
    display: block;
    position: relative;
    height: 46px;
    font-size: 46px;
    line-height: 46px;
    color: #1d1d1f;
    width: 46px;
    background-size: contain;
    position: absolute;
    left: -10px;
    opacity: 0;
    top: 0px;
    transform: rotate(-15deg);
}
.slide-btn:hover:before {
    left: -34px;
    opacity: 0;
}
.slide-btn:hover:after {
    left: -24px;
    opacity: 1;
}
.slide-btn:hover {
    background-color: #1d1d1f;
    color: #fff !important;
}
.primary-slider {
    margin-bottom: 0px;
}

/* Book an Appointment section */
.bookAnAppointment .hideOnHome,.homeBoxes .hideOnHome {
    display: none !important;
}
.bookAnAppointment .homeForm,.bookAnAppointment .gform_wrapper .gform_footer {
    width: 14.20%;
    float: left;
    padding:0px 10px;
    clear: none !important;
    margin-top: 0px !important;
}
.bookAnAppointment .homeBoxes .homeForm, .homeBoxes .gform_wrapper .gform_footer {
    width: 100%;
    float: none;
    margin-bottom: 20px !important;
}
.bookAnAppointment .gform_wrapper .gform_footer input[type="submit"],.homeBoxes .gform_wrapper .gform_footer input[type="submit"] {
    height: 50px;
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    height: 50px;
    background-color: #038ecc;
    border: 0px;
    color: #fff;
}
.homeForm input::-webkit-input-placeholder {
  color: #fff;
}
.homeForm input:-moz-placeholder {
  color: #fff;
}
.homeForm input::-moz-placeholder {
  color: #fff;
}
.homeForm input:-ms-input-placeholder {
  color: #fff;
}

.homeForm textarea::-webkit-input-placeholder {
  color: #fff;
}
.homeForm textarea:-moz-placeholder {
  color: #fff;
}
.homeForm textarea::-moz-placeholder {
  color: #fff;
}
.homeForm textarea:-ms-input-placeholder {
  color: #fff;
}

.bookAnAppointment textarea {
    color: #fff !important; 
}
.bookAnAppointment #input_1_5 + .ui-datepicker-trigger {
    position: absolute;
    top: 15px;
    right: 11px;
}
body .bookAnAppointment .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
    position: relative;
}
.bookAnAppointment .homeForm input,.bookAnAppointment .homeForm textarea,.homeBoxes .homeForm input,.homeBoxes .homeForm textarea {
    border: 1px solid #e5e5e5;
    width: 100% !important;
    height: 50px !important;
    padding: 10px 15px !important;
    line-height: 30px;
    color: #fff;
    background-color: transparent !important;
}
.homeBoxes .homeForm textarea {
    height: 80px !important;
}

.homeForm .gform_wrapper ul.gform_fields li.gfield,.homeBoxes .gform_wrapper ul.gform_fields li.gfield {
    padding:0px !important;
}
.bookAnAppointment .homeForm select,.homeBoxes .homeForm select {
    width: 100% !important;
    height: 50px;
    background-color: transparent;
    color: #fff;
}
.bookAnAppointment .homeForm label,.homeBoxes .homeForm label{
    display: none !important;
}
body .gform_wrapper ul li.gfield.homeForm {
    margin-top: 0px !important;
}
.bookAnAppointment {
    background: #1d1d1f;
    position: relative;
    padding: 45px 0;
}
.bookAnAppointment h3 {
    font-size: 42px;
    text-align: center;
    color: #fff;
    margin: 0 0 0px;
}

/* Welcome Section */
.welcome h1 {
    color: #1e1c1b;
    font-size: 38px;
    font-weight: normal;
    line-height: 1.1;
    margin: 0 0 15px;
}
.welcome h2 {
    color: #7d6984;
    display: block;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 10px;
}
.welcome p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 25px;
}
.rightwow {
    background-size: cover;
    position: relative;
    background-position: 50% 50%;
}
.rightwow .over {
    position: absolute;
    top: 50px;
    vertical-align: top;
    font-family: 'Raleway';
    font-weight: normal;
    color: #fff;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    margin: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    padding: 0px 85px;
    color: #fff !important;
}
.rightwow .over a {
    color: #fff;
}
.rightwow:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    z-index: 9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: rgb(0, 128, 128);
    background: -moz-linear-gradient(top, rgba(0, 128, 128,0.4) 0%,rgba(255,255,255,0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 128, 128,0.4) 0%,rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 128, 128,0.4) 0%,rgba(255,255,255,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccdb2b', endColorstr='#ffffff',GradientType=0 );
}

/* Custom OfficeTour */
.half {
    width: 50%;
    float: left;
}
#current {
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}
.thirth {
    width: 33.33%;
    float: left;
    background-size: cover;
    background-position: 50% 50%;
    cursor: pointer;
    position: relative;
}
.thirth:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.selectedFrame:before {
    opacity: 0;
}
.thirth img {
    opacity: 0;
}

html button.aicon_link {
    background-color: #1d1d1f !important;
}
.accessibility-location-right .accessability_container {
    top: 40px;    
}
/* Services */
.outServices {
    background-color: #1d1d1f;
    background-position: left top;
    background-repeat: repeat;
}
.servTitle {
    padding: 105px 0;
    text-align: center;
}
.servTitle h2 {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    color: #8DB0C3;
    font-size: 58px;
    line-height: 64px;
    margin: 0;
}
.servicesBoxes {
    padding:0px 45px;
}
.servicesBoxes .boxy {
    position: relative;
    float: left;
    width: 33.33%;
}
.boxy a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #fff;
    font-size: 27px;
    line-height: 36px;
    font-weight: normal;
    letter-spacing: -0.025em;
    padding: 92px 0 24px;
}
.boxy:before {
    content: '';
    position: absolute;
    right: -45px;
    top: -20px;
    width: 108px;
    height: 108px;
    line-height: 108px;
    font-size: 108px;
    color: inherit;
    background-image: none !important;
    z-index: 9;
    transform: rotate(11deg);
}
.boxy:hover span {
    top: -20px;
}
.boxy h5 {
    display: block;
    font-weight: normal;
    -webkit-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
    font-size: 27px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.boxy span {
    display: block;
    top: 0px;
    position: relative;
    margin: 0 auto 30px;
    max-width: 64px;
    height: 64px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.boxy {
    color: #fff;   
}
.boxy:nth-child(1),.boxy:nth-child(3),.boxy:nth-child(5),.boxy:nth-child(9) {
    background-color: #9bbfd2;
        color: #eee;
}
.boxy:nth-child(2),.boxy:nth-child(4),.boxy:nth-child(6) {
    background-color: #8DB0C3;
    color: #666;
}

/* Links */
.featuredLinks {
    padding: 100px 0px;
}
.featuredLinks h3 p,.tourIt p {
    display: inline-block;
    margin: 0px;
}
.tourIt p:before,.featuredLinks h3 p:before {
    line-height: 40px;
    width: 40px;
    height: 40px;
    color: #fff;
}
.col3 {
    width: 33.33%;
    float: left;
    padding:0px 15px;
}

.col3 h3 {
    display: block;
    vertical-align: top;
    font-family: 'Raleway';
    font-weight: normal;
    color: #fff;
    font-size: 37px;
    line-height: 42px;
    margin: 0;
    width: 100%;
    text-align: center;
    max-width: 450px;
    margin:0px auto;
    background-color: #1e1c1b;
    text-align: center;
    padding: 20px 5px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.col3 img {
    max-height: 35px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -3px;
}
.col3 span {
    height: 220px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    display: block;
    border: 2px solid #fffeff;
    max-width: 450px;
    margin: 0px auto;
}
.col3:hover h3 {
    background-color: #605a58;
}

/* Footer */
footer .container {
    max-width: 1920px;
    width: 100%;
    margin:0px auto;
}
.foty.container {
    padding: 15px 0px;
}
.fb_iframe_widget iframe,.fb_iframe_widget span {
    display: block;
    margin:0px auto;
    position: relative !important;
}
.colfot {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding:0px 15px;
}
.colfot h3 {
    display: block;
    vertical-align: top;
    font-family: 'Raleway';
    font-weight: normal;
    color: #fff;
    font-size: 37px;
    line-height: 42px;
    margin: 0;
    text-align: center;
    padding-bottom: 25px;
    color: #fff;
}
.colfot h3:after {
    display: inline-block;
    position: relative;
    width: 32px;
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    height: 32px;
    vertical-align: middle;
    margin-left: 5px;
    background-size: contain;
}
.foothours {
    margin: 0;
    padding: 0 0 20px;
    list-style-type: none;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
.foothours li {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 29px;
    line-height: 34px;
    font-family: 'Open Sans';
    font-weight: normal;
    position: relative;
}
.footday {
    float: left;
    width: 120px;
    position: relative;
    text-transform: uppercase;
}
.foottime {
    float: right;
    width: 100%;
    margin-left: -120px;
    padding-left: 130px;
}
.col4 p {
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Open Sans';
    font-weight: normal;
}
.col4 address {
    color: #fff;
    font-size: 29px;
    line-height: 34px;
    font-family: 'Open Sans';
    font-weight: normal;
    margin-bottom: 0;
}
address  {
    font-style: normal !important;
}
address a {
    color: #fff !important;
}
.box02 {
    text-align: center;
}
.box02 a {
    color: #fff !important;
    font-size: 29px;
    line-height: 34px;
    font-family: 'Raleway';
    font-weight: normal;
}
address span {
    display: inline-block;
    vertical-align: top;
    width: 115px;
}
.allImages  {
    position: relative;
}
.tourIt {
    position: absolute;
    top:80px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    z-index: 10;
}
.tourIt img {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    max-width: 48px;
}
.tourIt a {
    color: #fff !important;
}
#move-to-top {
    padding: 0px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center; 
}
.tourIt h3 {
    display: inline-block;
    vertical-align: top;
    font-family: 'Raleway';
    font-weight: normal;
    color: #fff;
    font-size: 40px;
    line-height: 46px;
    margin: 0;
}
.homeBoxes h3 {
    text-align: center;
    padding-bottom: 25px;
    text-transform: capitalize;
}
.homeBoxes h3:after {
    content: "";
    display: inline-block;
    position: relative;
    color: inherit;
    font-size: 32px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-left: 5px;
    background-size: contain;
}
.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 {
    min-height: 620px;
    padding: 66px 0 30px;
    position: relative; 
}
.box01 {
    background-color: #90B7CC;
}
.box02 {
    background-color: #9bbfd2;
}
.box03 {
    background-color: #8DB0C3;
    padding-bottom: 30px;
}
.widget li {
    list-style: none;
    margin:0px;
}
.foottime small {
    font-size: 18px;
    display: block;
}
.box02 img {
    height: auto;
    display: block;
    margin:40px auto 45px;
    max-width: 450px;
}
.apoW {
    max-width: 450px;
    margin:0px auto;
}
.innerImage {
    height: 400px;
    position: relative;
    background-size: cover;
    background-position: 50% 35%;
}
.specialWidget div:before {
    color: #fff;
    margin: 15px auto 35px;
    line-height: 200px;
    display: block;
    font-size: 200px;
    position: relative;
}
.innerImage:before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.1;
    background-color: #000;
}
.innerImage h1 {
    position: absolute;
    bottom: 65px;
    width: 100%;
    text-transform: uppercase;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-size: 55px;
}
.homeBoxes .gform_footer.top_label {
    margin: 0px !important;
    padding: 0px 10px;
    display: block;
    text-align: right;
    padding: 0px;
    margin-top: 15px !important;
}
.homeBoxes input,.homeBoxes select {
    padding: 5px 13px !important;
}
.homeBoxes #field_1_5 {
    position: relative;
}
.homeBoxes #input_1_5 + img {
    position: absolute;
    right: 25px;
    top: 17px;
}
.homeBoxes input[type="submit"] {
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    height: 50px;
    background-color: #038ecc;
    border: 0px;
    color: #fff;
    max-width: 150px;
}

.copyrights a,.copyrights {
    color: #fff !important;
}
.colfot img {
    max-width: 300px;
    display: block;
    margin: 0px auto;
}
.social-fot {
    text-align: center;
    padding-top: 20px;
}
.colfot .social-fot a {
    padding: 0px !important;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    width: 55px;
    position: relative;
    height: 55px;
    text-align: center;
    color: #fff !important;
    background-size: contain;
    text-align: center !important;
    line-height: 55px;
    font-size: 23px !important;
}
.colfot .social-fot a span {
    position: relative;
    z-index: 1;
}
.colfot .social-fot a:before {
    color: #8DB0C3;
    font-size: 55px;
    position: absolute;
    line-height: 55px;
    left: 0px;
    right: 0px;
}
.box02 span {
    display: block;
}
#secondary-navigation .navigation > ul > .menu-item-has-children > a {
    padding: 5px 0 22px;    
}
@media only screen and (max-width: 1800px) {
    .headtop-link li a {
        padding-right: 10px;
        width: auto;
    }
    .colright {
        padding-right: 15px;
    }
}
@media screen and (max-width: 1620px) {
    .colleft {
        width: 480px;
    }
    .colright {
        width: -webkit-calc(100% - 480px);
        width: calc(100% - 480px);
    }
    #secondary-navigation a {
        font-size: 18px !important;
    }
    html #header .headtop-link li a {
        font-size: 12px !important;
    }
    #header .logo-wrap {
        width: 400px;
        padding-left: 10px;
    }
    .boxy span {
        max-width: 87px;
        height: 75px;
    }
    .boxy a {
        font-size: 17px;
        padding: 68px 0 33px;
    }
    .boxy h5 {
        font-size: 22px;
    }
    .box02 img {
        height: auto;
        display: block;
        margin: 0px auto 28px;
        max-width: 280px;
    }
    .homeBoxes h3,.colfot h3 {
        font-size: 24px;
    }
    .foothours li {
        font-size: 22px;
    }
    .col4 p {
        font-size: 16px;
    }
    .col4 address {
        font-size: 22px;
        line-height: 30px;
    }
    .box02 a {
        font-size: 25px;
        line-height: 34px;
    }
    .home .box03 .homeForm input, .home .box03 .homeForm textarea {
        width: 100% !important;
        height: 38px !important;
    }
    .homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 {
        min-height: 610px;
        padding: 66px 0 30px;
        position: relative;
    }
    .boxy:before {
        content: '';
        position: absolute;
        right: -25px;
        top: -20px;
        width: 75px;
        height: 75px;
        background-image: url(images/opal_bor.png);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 9;
        transform: rotate(11deg);
    }
}
@media screen and (max-width: 1440px) {
    .home .bookAnAppointment .homeForm, .bookAnAppointment .gform_wrapper .gform_footer {
        width: 25%;
        float: left;
        padding: 0px 10px;
        clear: none !important;
        margin-top: 0px !important;
        margin: 0 0 20px !important;
    }
    .primary-slider .slide-title {
        font-size: 100px !important;
        line-height: 90px;
    }
    .primary-slider .slide-caption {
        padding:0px 30px;
    }
    .newCon {
        height: 550px;
        background-size: cover;
        background-position: 50% 50%;
    }
    .colright {
        width: -webkit-calc(100% - 320px);
        width: calc(100% - 320px);
    }
    #site-header {
        height: 114px;
    }
    .colright .clearfix {
        text-align: right;
        padding-bottom: 30px;
    }
    #header .logo-wrap img {
        width: 100%;
        max-width: 268px;
    }
    #header .logo-wrap {
        width: 290px;
        padding: 0px 0 0px 10px;
        line-height: 114px;
    }
    .colleft {
        width: 290px;
    }
    #header #logo a,#header .logo-wrap img,#header .logo-wrap {
        line-height: 114px;
    }
    .box02 img {
        max-width: 290px;
    }
}
.show-tw {
    display: none;
}
.article {
    box-shadow: 0px 0px 0px !important;
    width: 100% !important;
    padding:40px 15px;
    max-width: 1440px;
    margin:0px auto;
    float: none;
}
@media screen and (max-width: 1366px) {
    .navigation ul {
        text-align: center;
    }
    .homeBoxes .textwidget,.bookWrap {
        padding:0px 15px;
    }
    .navigation ul li {
        margin-left: 30px;
        float: none;
    }
    .specialWidget div:before {
        line-height: 147px;
        font-size: 147px;
    }
}
@media screen and (max-width: 1200px) {
	#header .logo-wrap img {
		box-sizing: border-box;
		padding-right: 20px;
	}
    .bookWrap {
        padding: 0px 15px;
        box-sizing: border-box;
    }
    .colleft {
        width: 250px;
    }
    .innerImage h1 {
        bottom: 40px;
    }
    .innerImage {
        height: 300px;
    }
    .container,#page {
        max-width: 100% !important;
    }
    .colright {
        width: -webkit-calc(100% - 250px);
        width: calc(100% - 250px);
    }
    #secondary-navigation .navigation > ul > .menu-item-has-children > a {
        padding: 5px 0 13px;
    }
    #secondary-navigation a {
        font-size: 17px !important;
        padding: 5px 0 13px;
    }
    .navigation ul {
        text-align: right;
    }
    .navigation ul li {
        margin-left: 22px;
        float: none;
    }
    #site-header {
        height: 130px;
    }
    .newCon {
        height: 450px;
    }
    #header .logo-wrap {
        width: 200px;
        padding: 0px;
    }
    .colright .clearfix {
        text-align: right;
        padding-bottom: 4px;
        padding-top: 12px;
    }
    html #header .headtop-link li a {
        font-size: 12px !important;
        display: block;
    }
    .headtop-link li {
        display: inline-block;
        margin-left: 0px;
        position: relative;
        z-index: 1;
        width: 25%;
        float: left;
        display: block;

    }
    .headtop-link {
        display: block;
    }
    .show-tw {
        display: block;
    }
    .hide-tw {
        display: none !important;
    }
    .boxy span {
        max-width: 87px;
        height: 51px;
    }
    address span {
        display: inline-block;
        vertical-align: top;
        width: 85px;
    }
    .col4 address {
        font-size: 18px;
        line-height: 30px;
    }
    .textwidget {
        padding:0px 15px;
    }
    .box02 a {
        font-size: 18px;
        line-height: 25px;
    }
    .box02 img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0px auto 28px;
        max-width: 200px;
    }
    .foothours li {
        font-size: 17px;
    }
    .foothours {
        text-align: center;
    }
    .col3 h3 {
        font-size: 26px;
    }
    .servTitle {
        padding: 60px 0;
        text-align: center;
    }
    .servTitle h2 {
        font-size: 38px;
    }
    .leftwow {
        padding:25px;
    }
    .rightwow .over {
        font-size: 29px;
    }
    .leftwow {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
    }
    .rightwow {
        width: 400px;
    }
     footer .container {
      width: 100%;
     }
     .headerPhone {
      box-sizing: border-box;
     }
     .tourIt h3 {
        display: inline-block;
        vertical-align: top;
        font-family: 'Raleway';
        font-weight: normal;
        color: #fff;
        font-size: 28px;
        line-height: 40px;
        margin: 0;
    }
    .tourIt img {
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
        max-width: 25px;
    }
    #header #logo a, #header .logo-wrap img, #header .logo-wrap {
        line-height: 98px;
    }
    .accessibility-location-right .accessability_container {
        top: 115px;
    }
    #header .logo-wrap:before {
        line-height: 98px;
        top: 2px;
        right: -85px;
        font-size: 98px;
    }
}
@media screen and (max-width: 1090px) {
    .homeBoxes h3, .colfot h3 {
        font-size: 22px;
    }
    .home .bookAnAppointment .homeForm, .bookAnAppointment .gform_wrapper .gform_footer {
        width: 50%;
    }
    .newCon {
        height: 370px;
    }
    .slide-caption span {
        margin-bottom: 10px;
        display: block;
        font-weight: 300 !important;
        font-size: 46px;
        line-height: 50px;
        letter-spacing: -0.025em;
        font-family: 'Raleway';
    }
    .slide-caption span {
        margin-bottom: 10px;
        display: block;
        font-weight: 300 !important;
        font-size: 46px;
        line-height: 50px;
        letter-spacing: -0.025em;
        font-family: 'Raleway';
    }
    .primary-slider .slide-title {
        font-size: 64px !important;
        line-height: 50px;
    }
    .navigation ul li {
        margin-left: 15px;
        float: none;
    }
    .rightwow {
        height: 400px !important;
        width: 100% !important;
    }
    .leftwow {
        min-height: 100%;
        width: 100% !important;
        height: auto !important;
    }
    .boxy h5 {
        font-size: 18px;
    }   
    .servicesBoxes .boxy {
        position: relative;
        float: left;
        width: 33.33%;
    }
}
/* mobile */
@media screen and (max-width: 880px) {
	.social-new a:before {
		font-size: 40px !important;
	}
    #header .logo-wrap:before {
        font-size: 98px;
        line-height: 98px;
    }
    .col4 address {
        text-align: center;
    }
    .boxy:before {
        right: 7px;
    }
    .accessibility-location-right .accessability_container {
        display: none !important;
    }
    #header #logo a { display:block; }
    #header:after,#regular-header:after {
        clear: both;
        content: "";
        display: block;
    }
    .logo-wrap {
        width: 100% !important;
    }
    #header .logo-wrap {
        float: none !important;
    }
    #secondary-navigation {
        height: auto !important;
    }
    .hide-d { display: block; }
    #header {  margin-bottom: 0px; }
    .mobileBtn { margin-bottom: 0px; }
    .mobileBtn a, .hours{ display: block; color: #fff; text-align: center; background: #1179bd; padding: 10px; border-radius: 10px; -moz-border-radius: 10px; margin: 10px !important;}
    .mobileBtn.phoneBtn { font-size: 20px; }
    .mobileBtn a:hover, .mobileBtn a:visited { color: #fff; }
    .primary-slider-container, .hide-xs { display: none; }
    
    .homeBoxes, .homeWidgets, .welcome, .footerSocial, div.footer .copy { width: 100%; height: auto;}
    .box01, .box02, .box03 { width: 96%; float: none; margin-bottom: 20px; padding: 2%;}
    .welcome {margin: 20px auto;}
    .homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 { width: 100%; }
    .post-content img { width: 100% !important; height: auto !important; }
    .footer-widgets.widgets-num-4 .f-widget:nth-child(even), .footer-widgets.widgets-num-3 .f-widget:nth-child(even),
    .footer-widgets.widgets-num-4 .f-widget, .footer-widgets.widgets-num-3 .f-widget    { width: 100% !important; max-width: 100% !important; }
    .hours { display: none !important; }
    .main-header { background-color: #fff !important; }
    .leftwow {
         width: 100%;
    }
    .rightwow {
        width: 100%;
    }
    .col-sm-6 {
        width: 100%;
    }
    .row {
        margin:0px;
    }
    .welcome iframe {
        height: 400px !important;
    }
    .featured .btn {
        display: block;
        text-align: center;
    }
    .container {
        padding:0px !important;
    }
    .homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 {
        height: auto;
    }
    .box02 .btn {
        display: block;
        max-width: 250px;
        margin:10px auto 0px;
    }
    footer .container {
        width: 100%;
    }
    #regular-header { display: none; }
    .sticky { background-color: #fff !important; }
    
    div.header-social-icons { float: none !important; text-align: center; background:none!important;}
    div.header-social-icons a { float: none; display: inline-block; position: relative; z-index: 9999; }
    .header-social-icons {  text-align: Center; float: none !important; }
    .header-social-icons a {  display: inline-block; font-size: 32px !important; width: 34px !important; line-height: 34px; color: #333 !important; }
    .homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 {
        min-height: 100%;
        margin-bottom: 0px;
    }
    .homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 {
        padding:40px 0px;
    }
    .col3 span {
        height: 150px;
        background-size: cover;
        background-position: 50% 50%;
        position: relative;
        width: 100%;
        display: block;
        border: 2px solid #fffeff;
        max-width: 450px;
        margin: 0px auto;
    }
    .col3 h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .col3 img {
        max-height: 21px;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        top: -3px;
    }
    html a#pull:after {
        content: "\f0c9";
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
        font-family: FontAwesome;
        position: relative;
        top: 0px;
        right: 0px;
        padding-left: 17px;
    }
    html a#pull {
        position: absolute;
        right: 36px;
        width: auto;
        background-color: transparent;
        color: #000 !important;
        padding: 0px !important;
        line-height: 40px;
        text-align: right;
        font-size: 21px !important;
    }
    #header .logo-wrap {
        width: 200px;
        padding: 0px;
    }
    html #header .headtop-link li a {
        font-size: 9px !important;
        display: block;
        padding: 0px !important;
    }
    .home .homeForm, .bookAnAppointment .gform_wrapper .gform_footer {
        width: 100% !important;
    }
        .servicesBoxes .boxy {
        position: relative;
        float: left;
        width: 50%;
    }
    .navigation ul li {
        margin-left: 0px;
    }
    .colfot {
        width: 100%;
        margin-bottom: 15px;
    }
    #header .logo-wrap {
        height: 98px;
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: center;
        align-items: center;
    }
    #header #logo a, #header .logo-wrap img, #header .logo-wrap {
        line-height: 60px;
        padding: 0px !important;
    }
    .innerImage {
        height: 250px;
    }
    .innerImage h1 {
        bottom: 20px;
    }
}
@media screen and (max-width: 720px) {

    .rightwow .over {
        padding:0px 50px;
    }
    #site-header {
        height: 140px;
    }
    .headtop-link li:nth-child(4),.headtop-link li:nth-child(4) a {
        background-color: #302c2a;
    }
    .headtop-link li:nth-child(4) {
        color: #302c2a;
    }
    .headtop-link li:nth-child(3) a {
        background-color: #605a58;
    }
    .headtop-link li {
        width: 50%;
    }
    .bookAnAppointment {
        background: #1d1d1f;
        position: relative;
        padding: 25px 0;
    }
    html a#pull {
        position: absolute;
        right: 36px;
        width: auto;
        background-color: transparent;
        color: #000 !important;
        padding: 0px !important;
        line-height: 40px;
        text-align: right;
        font-size: 21px !important;
        line-height: 35px;
    }
    #header .logo-wrap:before {
        content: "";
        display: block;
        position: relative;
        background-image: url(images/big_purp.png);
        height: 32px;
        width: 32px;
        background-size: contain;
        position: absolute;
        right: -44px;
        transform: rotate(15deg);
        height: 100%;
        width: 128px;
        background-size: cover;
        top: 2px;
        width: 83px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .colright .clearfix {
        text-align: right;
        padding-bottom: 1px;
        padding-top: 8px;
    }
    .colleft {
        width: 200px;
    }
    #site-header {
        height: 135px;
    }
    #header .logo-wrap img {
        width: 100%;
        max-width: 190px;
        padding-right: 15px;
    }
    #secondary-navigation .social-new a {
        padding:0px !important;
		width: 36px;
    }
    .col3 {
        width: 33.33%;
        float: left;
        padding: 0px 15px;
        width: 100%;
        margin-bottom: 30px;
    }
    .boxy:before {
        right: 5px;
    }
    #current {
        min-height: 500px;
    }
    .half {
        width: 100%;
    }
}
@media screen and (max-width: 540px) {
    html #header .headtop-link li a {
        font-size: 10px !important;
    }
    .servicesBoxes .boxy {
        width: 100%;
    }
    #current {
        min-height: 300px;
    }
    .home .gform_body {
        width:100% !important;
    }
    .innerImage {
        height: 190px;
    }
}
@media screen and (max-width: 420px) {
    .bookAnAppointment h3 {
    font-size: 32px;
    text-align: center;
    color: #fff;
    margin: 0 0 0px;
    padding-top: 20px;
	}
    .colright .clearfix {
        text-align: right;
        padding-bottom: 1px;
        padding-top: 8px;
        width: 50%;
        float: left;
    }
    .welcome h1 {
    color: #1e1c1b;
    font-size: 31px;
    font-weight: normal;
    line-height: 1.1;
    margin: 0 0 15px;
}
    html a#pull {
        position: relative;
        right: 36px;
        width: auto;
        background-color: transparent;
        color: #000 !important;
        padding: 0px !important;
        line-height: 40px;
        text-align: right;
        font-size: 21px !important;
        line-height: 35px;
        float: right;
        display: block;
           width: 50%;
        right: 0px;
        text-align: center;
    }
    .colright {
        width: 100%;float: none;
        padding:0px 15px;
    }
    html a#pull {
        position: relative;
    }
    #site-header {
        height: 220px;
    }
    .colleft {
        width: 100%;
        overflow: hidden;
    }
    .colright .clearfix {
        text-align: right;
        padding-bottom: 4px;
        padding-top: 4px;
        width: 50%;
        float: left;
        padding: 8px 0px;
    }
    html a#pull {
        top: 6px;
    }

}
.innerImage img { width: 100% !important; }
.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0 !important;}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;outline:0;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}
@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@media screen and (min-width:0) and (min-resolution: .001dpcm) { 
 .opacit_ {opacity:1;}
}