/*!
Theme Name: fitness-theme55

font-family: 'Mulish', sans-serif;
font-family: 'Red Hat Display', sans-serif;
*/

 ::-webkit-input-placeholder {
    opacity: 0.5;
    color: #000
}

 :-moz-placeholder {
    opacity: 0.5;
    color: #000
}

 ::-moz-placeholder {
    opacity: 0.5;
    color: #000
}

 :-ms-input-placeholder {
    opacity: 0.5;
    color: #000
}

html {
    -webkit-font-smoothing: antialiased
}

@media only screen and (-webkit-min-device-pixel-ratio:1.25),
only screen and (min-device-pixel-ratio:1.25),
only screen and (min-resolution:200dpi),
only screen and (min-resolution:1.25dppx) {
    body {
        -webkit-font-smoothing: subpixel-antialiased
    }
}

@media (min-width:1279px) {
    .container {
        width: 1240px !important;
    }
}

.page_headder::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    top: 0;
}


/*! NextGen Gallery */

.ngg-related-gallery {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 5px
}

.ngg-related-gallery img {
    border: 1px solid #ddd;
    float: left;
    margin: 0 3px;
    padding: 2px;
    height: 50px;
    width: 50px
}

.ngg-related-gallery img:hover {
    border: 1px solid #000
}

.ngg-galleryoverview {
    text-align: center;
}

div.ngg-gallery-thumbnail-box {
    display: inline-block;
    float: none;
    margin-right: 5px;
}

div.ngg-navigation span {
    margin: 5px;
}

div.ngg-navigation a.page-numbers,
div.ngg-navigation a.next,
div.ngg-navigation a.prev,
div.ngg-navigation span.page-numbers,
div.ngg-navigation span.next,
div.ngg-navigation span.prev {
    border: 1px solid #a9b3bf;
    margin-right: 5px;
    padding: 0;
    text-decoration: none;
}


/*! OWL Carousel Plugin CSS Start */

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-controls .owl-page span {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 0;
    display: block;
    height: 11px;
    margin: 0 4px 4px;
    width: 11px;
    vertical-align: middle
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    border-color: #01bcfa
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}


/*! OWL Carousel Plugin CSS End */


/*! Contact Form 7 Plugin CSS Start */

div.wpcf7 {
    margin: 0;
    padding: 0
}

div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #f00
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700
}

span.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    background: #fff;
    border: 1px solid #f00;
    font-size: 10pt;
    width: 280px;
    padding: 2px
}

span.wpcf7-not-valid-tip-no-ajax {
    color: #f00;
    font-size: 10pt;
    display: block
}

span.wpcf7-list-item {
    margin-left: .5em
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 img.ajax-loader {
    border: 0;
    vertical-align: middle;
    margin-left: 4px
}

div.wpcf7 .placeheld {
    color: #888
}


/*! Contact Form 7 Plugin CSS End */


/*!
 * UberMenu 3 
 * http://wpmegamenu.com 
 * Copyright 2011-2014 Chris Mavricos, SevenSpark 
 */

.ubermenu,
.ubermenu .ubermenu-column,
.ubermenu .ubermenu-divider,
.ubermenu .ubermenu-icon,
.ubermenu .ubermenu-image,
.ubermenu .ubermenu-item,
.ubermenu .ubermenu-nav,
.ubermenu .ubermenu-retractor,
.ubermenu .ubermenu-row,
.ubermenu .ubermenu-search,
.ubermenu .ubermenu-search-input,
.ubermenu .ubermenu-search-submit,
.ubermenu .ubermenu-submenu,
.ubermenu .ubermenu-submenu-footer,
.ubermenu .ubermenu-tabs,
.ubermenu .ubermenu-tabs-panels,
.ubermenu .ubermenu-target,
.ubermenu-responsive-toggle {
    margin: 0;
    padding: 0;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    text-indent: 0;
    clip: auto;
    position: static;
    background: 0 0;
    text-transform: none;
    overflow: visible;
    z-index: 9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 1.3em;
    border: none;
    border-radius: 0
}

.ubermenu,
.ubermenu .ubermenu-column,
.ubermenu .ubermenu-divider,
.ubermenu .ubermenu-item,
.ubermenu .ubermenu-nav,
.ubermenu .ubermenu-retractor,
.ubermenu .ubermenu-row,
.ubermenu .ubermenu-search,
.ubermenu .ubermenu-search-input,
.ubermenu .ubermenu-search-submit,
.ubermenu .ubermenu-submenu,
.ubermenu .ubermenu-submenu-footer,
.ubermenu .ubermenu-tabs,
.ubermenu .ubermenu-tabs-panels,
.ubermenu .ubermenu-target,
.ubermenu-responsive-toggle {
    height: auto;
    width: auto;
    max-height: none;
    min-height: 0
}

.ubermenu .ubermenu-image,
.ubermenu .ubermenu-submenu-drop {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

.ubermenu {
    display: block;
    line-height: 1.3em;
    text-align: left
}

.ubermenu-bound,
.ubermenu-bound-inner .ubermenu-nav {
    position: relative
}

.ubermenu,
.ubermenu-nav {
    overflow: visible!important;
    z-index: 100
}

.ubermenu-nav,
.ubermenu-row,
.ubermenu-submenu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.ubermenu a.ubermenu-target,
.ubermenu-trigger-click .ubermenu-has-submenu-drop>.ubermenu-target {
    cursor: pointer
}

.ubermenu span.ubermenu-target {
    cursor: default
}

.ubermenu-accessible .ubermenu-target {
    outline: 0
}

.ubermenu-accessible input:not(:hover):focus,
.ubermenu-accessible:not(:hover) .ubermenu-target:focus {
    outline: #2cc4ff solid 1px;
    box-shadow: 0 0 5px #2CC4FF!important;
    z-index: 50;
    transition: outline .1s linear
}

.ubermenu-responsive-toggle,
.ubermenu-sticky-toggle-wrapper {
    display: none;
    text-decoration: none;
    cursor: pointer;
    max-width: 100%
}

.ubermenu-responsive-toggle:hover {
    text-decoration: none
}

.ubermenu-responsive-toggle .fa {
    width: 1.3em;
    text-align: center;
    margin-right: .6em
}

.ubermenu-bar-align-full {
    clear: both
}

.ubermenu-bar-align-left {
    float: left
}

.ubermenu-bar-align-right {
    float: right
}

.ubermenu-bar-align-center {
    float: none;
    margin: 0 auto
}

.ubermenu-bar-inner-center .ubermenu-nav {
    margin: 0 auto
}

.ubermenu-items-align-center {
    text-align: center
}

.ubermenu-items-align-right {
    text-align: right
}

.ubermenu .ubermenu-item {
    text-align: left;
    display: inline-block;
    vertical-align: top
}

.ubermenu .ubermenu-item-level-0 {
    vertical-align: bottom;
    -moz-backface-visibility: visible;
    backface-visibility: visible
}

.ubermenu-items-align-top .ubermenu-item-level-0 {
    vertical-align: top
}

.ubermenu .ubermenu-item.ubermenu-item-level-0 {
    float: none
}

.ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0,
.ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-left {
    float: left
}

.ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-right {
    float: right
}

.ubermenu.ubermenu-horizontal .ubermenu-item-level-0:first-child>.ubermenu-target {
    border-left: none
}

.ubermenu .ubermenu-colgroup .ubermenu-column,
.ubermenu .ubermenu-custom-content-padded,
.ubermenu .ubermenu-nonlink,
.ubermenu .ubermenu-retractor,
.ubermenu .ubermenu-submenu-padded,
.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target,
.ubermenu .ubermenu-target,
.ubermenu .ubermenu-widget,
.ubermenu-responsive-toggle {
    padding: 15px 11px
}

.ubermenu .ubermenu-target-nowrap>.ubermenu-target-title {
    white-space: nowrap
}

.ubermenu-horizontal .ubermenu-item.ubermenu-item-mini>.ubermenu-target {
    padding-left: 5px;
    padding-right: 5px
}

.ubermenu .ubermenu-item-level-0.ubermenu-has-submenu-stack {
    position: relative
}

.ubermenu .ubermenu-item-level-0>.ubermenu-submenu-type-stack {
    padding-top: 0
}

.ubermenu .ubermenu-item-level-0>.ubermenu-submenu-type-stack>.ubermenu-item {
    clear: both;
    width: 100%
}

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-stack {
    width: auto
}

.ubermenu .ubermenu-autocolumn,
.ubermenu .ubermenu-submenu-type-stack {
    padding-top: 10px;
    padding-bottom: 10px
}

.ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack {
    padding-top: 0;
    padding-bottom: 0
}

.ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
    margin-top: 10px
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
    padding-top: 5px;
    padding-bottom: 5px
}

.ubermenu .ubermenu-target {
    display: block;
    text-decoration: none;
    position: relative
}

.ubermenu .ubermenu-target-with-image {
    overflow: hidden
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
    padding-right: 25px
}

.ubermenu-sub-indicators .ubermenu-item-has-children>.ubermenu-target.ubermenu-noindicator {
    padding-right: 20px
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-noindicator:after {
    content: '';
    display: none
}

.ubermenu-sub-indicators .ubermenu-submenu-type-flyout>.ubermenu-has-submenu-drop>.ubermenu-target:after {
    content: "\f105"
}

.ubermenu-sub-indicators .ubermenu-submenu .ubermenu-has-submenu-flyout.ubermenu-submenu-reverse>.ubermenu-target:after {
    right: auto;
    left: 10px;
    content: '\f104'
}

.ubermenu .ubermenu-target-text {
    display: inline-block;
    vertical-align: middle;
    font-family: inherit;
    font-weight: inherit
}

.ubermenu .ubermenu-target-description {
    font-size: 80%;
    font-weight: 400;
    clear: both;
    display: block
}

.ubermenu .ubermenu-target-with-image>.ubermenu-target-text {
    display: block;
    clear: none
}

.ubermenu .ubermenu-item.ubermenu-disable-padding>.ubermenu-target {
    padding: 0
}

.ubermenu .ubermenu-item.ubermenu-disable-padding.ubermenu-has-submenu-drop>.ubermenu-target {
    padding-right: 30px
}

.ubermenu .ubermenu-image {
    display: block;
    max-width: 100%;
    height: auto
}

.ubermenu .ubermenu-item-layout-image_left>.ubermenu-target-text {
    padding-left: 50px
}

.ubermenu .ubermenu-item-layout-image_left>.ubermenu-image {
    float: left
}

.ubermenu .ubermenu-item-layout-image_right>.ubermenu-target-text {
    padding-right: 50px
}

.ubermenu .ubermenu-item-layout-image_right>.ubermenu-image {
    float: right
}

.ubermenu .ubermenu-item-layout-image_above>.ubermenu-image {
    margin-bottom: 10px
}

.ubermenu .ubermenu-item-layout-image_below>.ubermenu-image {
    margin-top: 10px
}

.ubermenu .ubermenu-icon {
    width: 1.3em;
    text-align: center;
    line-height: 1em
}

.ubermenu .ubermenu-item-notext>.ubermenu-icon {
    line-height: 1.3em
}

.ubermenu .ubermenu-item-layout-icon_left>.ubermenu-icon,
.ubermenu .ubermenu-item-layout-icon_right>.ubermenu-icon {
    vertical-align: middle
}

.ubermenu .ubermenu-item-layout-icon_bottom>.ubermenu-icon,
.ubermenu .ubermenu-item-layout-icon_top>.ubermenu-icon {
    line-height: 1.3em
}

.ubermenu .ubermenu-item-layout-icon_left>.ubermenu-target-title {
    margin-left: .6em;
    display: inline-block
}

.ubermenu .ubermenu-content-align-left {
    text-align: left
}

.ubermenu .ubermenu-content-align-left>.ubermenu-image {
    display: inline-block
}

.ubermenu .ubermenu-content-align-center {
    text-align: center
}

.ubermenu .ubermenu-content-align-center>.ubermenu-image {
    float: none;
    margin-left: auto;
    margin-right: auto
}

.ubermenu .ubermenu-content-align-right {
    text-align: right
}

.ubermenu .ubermenu-content-align-right>.ubermenu-image {
    display: inline-block
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
    position: absolute;
    z-index: 500;
    top: -10000px;
    height: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden
}

.ubermenu .ubermenu-item:not(.ubermenu-active) .ubermenu-submenu-drop {
    min-height: 0!important
}

.ubermenu .ubermenu-item .ubermenu-submenu-padded {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.ubermenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop,
.ubermenu-nojs .ubermenu-item:hover>.ubermenu-submenu-drop {
    display: block;
    visibility: visible;
    opacity: 1;
    height: auto;
    max-height: none
}

.ubermenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-type-flyout,
.ubermenu-nojs .ubermenu-item:hover>.ubermenu-submenu-type-flyout {
    overflow: visible
}

.ubermenu .ubermenu-item.ubermenu-in-transition>.ubermenu-submenu-type-flyout {
    overflow: hidden
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

.ubermenu .ubermenu-item-level-0>.ubermenu-submenu-drop {
    clip: rect(0, 5000px, 5000px, -5000px)
}

.ubermenu-bound .ubermenu-submenu-type-mega {
    min-width: 50%
}

.ubermenu .ubermenu-grid-row,
.ubermenu .ubermenu-submenu-grid {
    padding-right: 20px
}

.ubermenu .ubermenu-grid-row .ubermenu-target,
.ubermenu .ubermenu-submenu-grid .ubermenu-target {
    padding-right: 0
}

.ubermenu .ubermenu-item.ubermenu-active>.ubermenu-target,
.ubermenu-nojs .ubermenu-item:hover>.ubermenu-target {
    position: relative
}

.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop,
.ubermenu-nojs .ubermenu-item:hover .ubermenu-submenu-drop {
    z-index: 20
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item {
    left: auto
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-right_edge_item {
    right: auto
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width,
.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_bar {
    left: 0
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-right_edge_bar {
    right: 0
}

.ubermenu .ubermenu-submenu-rtl {
    direction: rtl
}

.ubermenu .ubermenu-submenu-rtl>* {
    direction: ltr
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    width: 100%
}

.ubermenu .ubermenu-retractor {
    display: block;
    clear: both;
    text-align: center;
    cursor: pointer
}

.ubermenu .ubermenu-retractor:hover {
    background: rgba(0, 0, 0, .1)
}

.ubermenu .ubermenu-retractor-desktop {
    float: right;
    padding: 7px 10px;
    z-index: 100;
    position: relative
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item {
    display: block
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item.ubermenu-column-auto {
    width: 100%;
    display: block;
    float: none;
    min-width: 0
}

.ubermenu .ubermenu-submenu-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    color: inherit;
    font-size: inherit;
    list-style: none
}

.ubermenu .ubermenu-submenu-footer a {
    text-decoration: none;
    font-weight: 700;
    font-size: inherit
}

.ubermenu .ubermenu-item.ubermenu-active.ubermenu-in-transition>.ubermenu-submenu-drop,
.ubermenu .ubermenu-item.ubermenu-in-transition>.ubermenu-submenu-drop {
    overflow: hidden!important;
    height: auto
}

.ubermenu:not(.ubermenu-transition-slide) .ubermenu-item.ubermenu-active.ubermenu-in-transition>.ubermenu-submenu-drop,
.ubermenu:not(.ubermenu-transition-slide) .ubermenu-item.ubermenu-in-transition>.ubermenu-submenu-drop {
    max-height: none
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
    -webkit-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    -ms-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.ubermenu-transition-none .ubermenu-item .ubermenu-submenu-drop {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
    top: auto
}

.ubermenu-nojs.ubermenu-transition-none .ubermenu-item:hover>.ubermenu-submenu-drop,
.ubermenu-transition-none .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop {
    max-height: none;
    height: auto;
    overflow-y: visible
}

.ubermenu-transition-slide .ubermenu-item .ubermenu-submenu-drop {
    -webkit-transition-property: max-height, visibility;
    -ms-transition-property: max-height, visibility;
    transition-property: max-height, visibility;
    max-height: 0;
    top: auto
}

.ubermenu-nojs.ubermenu-transition-slide .ubermenu-item:hover>.ubermenu-submenu-drop,
.ubermenu-transition-slide .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop {
    max-height: 1000px
}

.ubermenu-transition-fade .ubermenu-item .ubermenu-submenu-drop {
    opacity: 0;
    -webkit-transition-property: opacity, visibility;
    -ms-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    top: auto;
    margin-top: 1px
}

.ubermenu-nojs.ubermenu-transition-fade .ubermenu-item:hover>.ubermenu-submenu-drop,
.ubermenu-transition-fade .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop {
    opacity: 1;
    top: auto
}

.ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop {
    margin-top: 20px;
    top: auto;
    opacity: 0;
    -webkit-transition-property: margin-top, opacity, visibility;
    -ms-transition-property: margin-top, opacity, visibility;
    transition-property: margin-top, opacity, visibility
}

.ubermenu-nojs.ubermenu-transition-shift .ubermenu-item:hover>.ubermenu-submenu-drop,
.ubermenu-transition-shift .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop {
    margin-top: 0;
    opacity: 1
}

.ubermenu .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
    max-height: 600px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item {
    display: block;
    float: none;
    position: relative;
    min-width: 150px;
    clear: both
}

.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item.ubermenu-active {
    z-index: 50
}

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-flyout {
    margin-top: 0;
    top: 0;
    left: 100%;
    min-width: none;
    clip: rect(-10px, 5000px, 5000px, 0)
}

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-flyout.ubermenu-submenu-align-right_edge_item {
    left: auto;
    right: 100%;
    clip: rect(-10px, 5000px, 5000px, -200px)
}

.ubermenu .ubermenu-submenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-type-flyout {
    top: 0
}

.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item.ubermenu-has-submenu-mega {
    position: static
}

.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item>.ubermenu-submenu.ubermenu-submenu-type-mega {
    left: 100%;
    top: 0;
    min-height: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    clip: rect(-10px, 5000px, 5000px, 0)
}

.ubermenu.ubermenu-horizontal .ubermenu-item-level-1:first-child>.ubermenu-submenu-type-flyout,
.ubermenu.ubermenu-horizontal .ubermenu-item-level-1:first-child>.ubermenu-submenu-type-flyout>.ubermenu-item:first-child>.ubermenu-submenu-type-flyout,
.ubermenu.ubermenu-horizontal .ubermenu-submenu-type-flyout .ubermenu-submenu-type-mega {
    border-top: none
}

.ubermenu .ubermenu-item .ubermenu-submenu-type-mega .ubermenu-submenu-drop {
    margin-top: 0;
    clip: rect(0, 5000px, 5000px, -5000px)
}

.ubermenu .ubermenu-item .ubermenu-submenu-type-mega .ubermenu-item.ubermenu-has-submenu-flyout {
    position: relative
}

.ubermenu .ubermenu-item .ubermenu-submenu-type-mega>.ubermenu-item.ubermenu-has-submenu-flyout>.ubermenu-submenu-drop {
    top: auto;
    left: auto;
    box-shadow: none
}

.ubermenu .ubermenu-row {
    margin-bottom: 10px;
    clear: both
}

.ubermenu .ubermenu-row:after {
    content: "";
    display: table;
    clear: both
}

.ubermenu .ubermenu-submenu .ubermenu-column {
    display: block;
    float: left;
    width: auto
}

.ubermenu .ubermenu-submenu .ubermenu-column-auto {
    min-width: 100px;
    width: auto
}

.ubermenu .ubermenu-nav .ubermenu-column-full {
    width: 100%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-2 {
    width: 50%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-3 {
    width: 33.33%
}

.ubermenu .ubermenu-nav .ubermenu-column-2-3 {
    width: 66.66%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-4 {
    width: 25%
}

.ubermenu .ubermenu-nav .ubermenu-column-3-4 {
    width: 75%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-5 {
    width: 20%
}

.ubermenu .ubermenu-nav .ubermenu-column-2-5 {
    width: 40%
}

.ubermenu .ubermenu-nav .ubermenu-column-3-5 {
    width: 60%
}

.ubermenu .ubermenu-nav .ubermenu-column-4-5 {
    width: 80%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-6 {
    width: 16.66%
}

.ubermenu .ubermenu-nav .ubermenu-column-5-6 {
    width: 83.33%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-7 {
    width: 14.28%
}

.ubermenu .ubermenu-nav .ubermenu-column-2-7 {
    width: 28.57%
}

.ubermenu .ubermenu-nav .ubermenu-column-3-7 {
    width: 42.85%
}

.ubermenu .ubermenu-nav .ubermenu-column-4-7 {
    width: 57.14%
}

.ubermenu .ubermenu-nav .ubermenu-column-5-7 {
    width: 71.42%
}

.ubermenu .ubermenu-nav .ubermenu-column-6-7 {
    width: 85.71%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-8 {
    width: 12.5%
}

.ubermenu .ubermenu-nav .ubermenu-column-3-8 {
    width: 37.5%
}

.ubermenu .ubermenu-nav .ubermenu-column-5-8 {
    width: 62.5%
}

.ubermenu .ubermenu-nav .ubermenu-column-7-8 {
    width: 87.5%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-9 {
    width: 11.11%
}

.ubermenu .ubermenu-nav .ubermenu-column-2-9 {
    width: 22.22%
}

.ubermenu .ubermenu-nav .ubermenu-column-4-9 {
    width: 44.44%
}

.ubermenu .ubermenu-nav .ubermenu-column-5-9 {
    width: 55.55%
}

.ubermenu .ubermenu-nav .ubermenu-column-7-9 {
    width: 77.77%
}

.ubermenu .ubermenu-nav .ubermenu-column-8-9 {
    width: 88.88%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-10 {
    width: 10%
}

.ubermenu .ubermenu-nav .ubermenu-column-3-10 {
    width: 30%
}

.ubermenu .ubermenu-nav .ubermenu-column-7-10 {
    width: 70%
}

.ubermenu .ubermenu-nav .ubermenu-column-9-10 {
    width: 90%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-11 {
    width: 9.09%
}

.ubermenu .ubermenu-nav .ubermenu-column-2-11 {
    width: 18.18%
}

.ubermenu .ubermenu-nav .ubermenu-column-3-11 {
    width: 27.27%
}

.ubermenu .ubermenu-nav .ubermenu-column-4-11 {
    width: 36.36%
}

.ubermenu .ubermenu-nav .ubermenu-column-5-11 {
    width: 45.45%
}

.ubermenu .ubermenu-nav .ubermenu-column-6-11 {
    width: 54.54%
}

.ubermenu .ubermenu-nav .ubermenu-column-7-11 {
    width: 63.63%
}

.ubermenu .ubermenu-nav .ubermenu-column-8-11 {
    width: 72.72%
}

.ubermenu .ubermenu-nav .ubermenu-column-9-11 {
    width: 81.81%
}

.ubermenu .ubermenu-nav .ubermenu-column-10-11 {
    width: 90.9%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-12 {
    width: 8.33%
}

.ubermenu .ubermenu-nav .ubermenu-column-5-12 {
    width: 41.66%
}

.ubermenu .ubermenu-nav .ubermenu-column-7-12 {
    width: 58.33%
}

.ubermenu .ubermenu-nav .ubermenu-column-11-12 {
    width: 91.66%
}

.ubermenu .ubermenu-autoclear>.ubermenu-column-1-10:nth-child(10n+1),
.ubermenu .ubermenu-autoclear>.ubermenu-column-1-11:nth-child(11n+1),
.ubermenu .ubermenu-autoclear>.ubermenu-column-1-12:nth-child(12n+1),
.ubermenu .ubermenu-autoclear>.ubermenu-column-1-2:nth-child(2n+1),
.ubermenu .ubermenu-autoclear>.ubermenu-column-1-3:nth-child(3n+1),
.ubermenu .ubermenu-autoclear>.ubermenu-column-1-4:nth-child(4n+1),
.ubermenu .ubermenu-autoclear>.ubermenu-column-1-5:nth-child(5n+1),
.ubermenu .ubermenu-autoclear>.ubermenu-column-1-6:nth-child(6n+1),
.ubermenu .ubermenu-autoclear>.ubermenu-column-1-7:nth-child(7n+1),
.ubermenu .ubermenu-autoclear>.ubermenu-column-1-8:nth-child(8n+1),
.ubermenu .ubermenu-autoclear>.ubermenu-column-1-9:nth-child(9n+1),
.ubermenu .ubermenu-autoclear>.ubermenu-column-full,
.ubermenu .ubermenu-clear-row {
    clear: both
}

.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column {
    clear: none
}

.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-10:nth-child(10n+2),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-11:nth-child(11n+2),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-12:nth-child(12n+2),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-2:nth-child(2n+2),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-3:nth-child(3n+2),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-4:nth-child(4n+2),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-5:nth-child(5n+2),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-6:nth-child(6n+2),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-7:nth-child(7n+2),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-8:nth-child(8n+2),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-9:nth-child(9n+2),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-full,
.ubermenu .ubermenu-clear-row {
    clear: both
}

.ubermenu .ubermenu-tabs {
    position: relative;
    width: 100%
}

.ubermenu .ubermenu-tabs-group {
    border-style: solid
}

.ubermenu .ubermenu-tab .ubermenu-tab-content-panel {
    position: absolute;
    display: none
}

.ubermenu .ubermenu-tab .ubermenu-tab-content-panel,
.ubermenu .ubermenu-tab>.ubermenu-target {
    border-width: 0;
    border-style: solid
}

.ubermenu .ubermenu-tab.ubermenu-active>.ubermenu-tab-content-panel,
.ubermenu-nojs .ubermenu-tab:hover>.ubermenu-tab-content-panel,
.ubermenu-nojs .ubermenu-tabs-show-default>.ubermenu-tabs-group>.ubermenu-tab:first-child>.ubermenu-tab-content-panel {
    display: block
}

.ubermenu-nojs .ubermenu-tabs-show-default:hover>.ubermenu-tabs-group>.ubermenu-tab:first-child>.ubermenu-tab-content-panel {
    display: none
}

.ubermenu-nojs .ubermenu-tabs-show-default:hover>.ubermenu-tabs-group>.ubermenu-tab:first-child:hover>.ubermenu-tab-content-panel {
    display: block
}

.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group {
    float: left;
    border-width: 0 1px 0 0
}

.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
    right: 0;
    top: 0
}

.ubermenu-sub-indicators .ubermenu-tabs.ubermenu-tab-layout-left>.ubermenu-tabs-group>.ubermenu-has-submenu-drop>.ubermenu-target:after {
    content: "\f105"
}

.ubermenu .ubermenu-tab-layout-right>.ubermenu-tabs-group {
    float: right;
    border-width: 0 0 0 1px
}

.ubermenu .ubermenu-tab-layout-right>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
    left: 0;
    top: 0
}

.ubermenu .ubermenu-tab-layout-right>.ubermenu-tabs-group>.ubermenu-has-submenu-drop>.ubermenu-target {
    padding-left: 25px;
    padding-right: 20px
}

.ubermenu-sub-indicators .ubermenu-tab-layout-right>.ubermenu-tabs-group>.ubermenu-has-submenu-drop>.ubermenu-target:after {
    content: "\f104";
    right: auto;
    left: 10px
}

.ubermenu .ubermenu-tab-layout-top>.ubermenu-tabs-group {
    border-width: 0
}

.ubermenu .ubermenu-tab-layout-top>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
    left: 0;
    top: auto;
    border-width: 1px 0 0
}

.ubermenu .ubermenu-tab-layout-bottom>.ubermenu-tabs-group {
    border-width: 1px 0 0;
    position: absolute;
    bottom: 0
}

.ubermenu .ubermenu-tab-layout-bottom>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
    left: 0;
    bottom: 100%
}

.ubermenu-sub-indicators .ubermenu-tabs.ubermenu-tab-layout-bottom>.ubermenu-tabs-group>.ubermenu-has-submenu-drop>.ubermenu-target:after {
    content: "\f106"
}

.ubermenu h3.ubermenu-widgettitle {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.3em
}

.ubermenu .ubermenu-divider {
    clear: both;
    display: block;
    padding: 20px 0
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-divider {
    padding: 10px 0
}

.ubermenu .ubermenu-divider hr {
    padding: 0;
    margin: 0;
    display: block;
    height: 1px;
    background: 0 0;
    border: 0;
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.ubermenu .ubermenu-search .ubermenu-searchform {
    position: relative;
    background: #f9f9f9;
    width: 150px;
    margin: 7px
}

.ubermenu .ubermenu-search input.ubermenu-search-input {
    width: 100%;
    padding: 8px 40px 8px 15px;
    height: 100%;
    color: #333;
    background: 0 0;
    border: none
}

.ubermenu .ubermenu-search .ubermenu-search-submit,
.ubermenu .ubermenu-searchbar-drop .ubermenu-search-submit {
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    right: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
    color: #666;
    font-family: FontAwesome!important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ubermenu .ubermenu-submenu .ubermenu-search .ubermenu-searchform {
    height: 50px;
    margin: 0;
    background: #f9f9f9;
    width: 100%
}

.ubermenu .ubermenu-submenu .ubermenu-search input.ubermenu-search-input {
    width: 100%;
    padding: 14px 50px 14px 25px;
    height: 100%;
    color: #333;
    background: 0 0
}

.ubermenu .ubermenu-submenu .ubermenu-search .ubermenu-search-submit,
.ubermenu .ubermenu-submenu .ubermenu-searchbar-drop .ubermenu-search-submit {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
    color: #666;
    font-family: FontAwesome!important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ubermenu .ubermenu-postlist-item {
    margin-bottom: 10px
}

.ubermenu .ubermenu-postlist .ubermenu-image {
    float: left
}

.ubermenu .ubermenu-postlist-title>a {
    color: inherit;
    text-decoration: none
}

.ubermenu .ubermenu-postlist-content {
    font-size: 11px;
    opacity: .7
}

.ubermenu .ubermenu-map-canvas img {
    max-width: none
}

.ubermenu-screen-reader,
.ubermenu-target-divider {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    padding: 0;
    margin: 0;
    border: 0
}

.uber-clear:after,
.ubermenu .ubermenu-column:after,
.ubermenu .ubermenu-content-block:after,
.ubermenu .ubermenu-image:after,
.ubermenu .ubermenu-postlist-item:after,
.ubermenu .ubermenu-submenu:after,
.ubermenu .ubermenu-tabs:after,
.ubermenu:after {
    content: "";
    display: table;
    clear: both
}

.ubermenu {
    background: 0 0
}

.ubermenu-submenu-drop {
    background: #fff
}

.ubermenu-test-dimensions {
    visibility: hidden!important;
    display: block!important
}

.ubermenu .ubermenu-force>.ubermenu-submenu {
    display: block!important;
    opacity: 1!important;
    visibility: visible!important;
    margin: 0!important;
    top: auto!important;
    max-height: none;
    height: auto
}

.ubermenu-notransition,
.ubermenu-notransition>.ubermenu-submenu-drop {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
    -ms-transition: none!important;
    transition: none!important
}

.ubermenu-admin-notice {
    background: #eee;
    color: #333;
    padding: 15px;
    border-left: 30px solid #4D90FE;
    margin: 20px;
    position: relative;
    font-size: 12px;
    clear: both
}

.ubermenu-admin-notice a,
.ubermenu-admin-notice a:visited {
    color: #00A3FF;
    text-decoration: underline;
    font-size: inherit
}

.ubermenu-admin-notice a:hover {
    color: #0D75AF
}

.ubermenu-admin-notice strong {
    color: tomato
}

.ubermenu-admin-notice .ubermenu-admin-notice-icon {
    position: absolute;
    left: -18px;
    top: 50%;
    margin-top: -5px;
    color: #fff;
    font-size: 13px
}

.ubermenu-admin-notice:after {
    display: none;
    position: absolute;
    content: 'UberMenu Notice: Only displayed to admin users';
    left: -30px;
    bottom: 100%;
    background: #666;
    color: #eee;
    padding: 7px 10px;
    font-size: 11px
}

.ubermenu-admin-notice:hover:after {
    display: block
}

#wp-admin-bar-ubermenu .fa,
#wp-admin-bar-ubermenu_loading .fa {
    font-family: FontAwesome;
    margin-right: 4px;
    color: #aaa
}

#wp-admin-bar-ubermenu_loading .fa {
    color: #ff0
}

#wpadminbar #wp-admin-bar-ubermenu_loading #wp-admin-bar-ubermenu_loading_msg .ab-item {
    width: 300px;
    white-space: normal;
    height: auto;
    padding: 10px 20px;
    line-height: 1.5em
}

.ubermenu-vertical .ubermenu-item-level-0 {
    display: block;
    clear: both
}

.ubermenu-vertical .ubermenu-item-level-0>.ubermenu-submenu-drop {
    clip: rect(-5000px, 5000px, 5000px, 0)
}

.ubermenu.ubermenu-vertical .ubermenu-item-level-0>.ubermenu-target {
    box-shadow: none;
    border-left: none
}

.ubermenu-vertical.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-item-has-children>a.ubermenu-target:after {
    content: '\f105'
}

.ubermenu-vertical .ubermenu-item>.ubermenu-submenu-drop {
    left: 100%;
    margin-left: 0;
    top: 0
}

.ubermenu-nojs.ubermenu-vertical .ubermenu-item-level-0:hover>.ubermenu-submenu-drop,
.ubermenu-vertical .ubermenu-active .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-submenu-type-mega,
.ubermenu-vertical .ubermenu-item-level-0.ubermenu-active>.ubermenu-submenu-drop {
    top: 0;
    min-height: 100%
}

.ubermenu-nojs.ubermenu-vertical .ubermenu-item-level-0:hover>.ubermenu-submenu-drop.ubermenu-submenu-align-vertical_parent_item,
.ubermenu-vertical .ubermenu-item-level-0.ubermenu-active>.ubermenu-submenu-drop.ubermenu-submenu-align-vertical_parent_item {
    min-height: 0
}

.ubermenu-vertical .ubermenu-item.ubermenu-flyout-full-height {
    position: static
}

.ubermenu-vertical .ubermenu-item.ubermenu-flyout-full-height>.ubermenu-submenu-drop {
    min-height: 100%!important;
    max-height: none;
    height: auto
}

.ubermenu-vertical .ubermenu-submenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop {
    top: 0
}

.ubermenu-vertical.ubermenu-transition-slide .ubermenu-item.ubermenu-active.ubermenu-in-transition>.ubermenu-submenu-drop {
    min-height: 0
}

.ubermenu-vertical .ubermenu-item>.ubermenu-submenu-type-mega {
    width: 600px;
    margin: 0
}

.ubermenu-vertical .ubermenu-tab-layout-left>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel,
.ubermenu-vertical .ubermenu-tab-layout-right>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
    min-height: 100%
}

.ubermenu-vertical .ubermenu-item.ubermenu-relative {
    position: relative
}

.ubermenu-vertical .ubermenu-item.ubermenu-item-level-0.ubermenu-relative.ubermenu-active>.ubermenu-submenu-drop.ubermenu-submenu-align-vertical_parent_item {
    top: 0
}

.ubermenu-vertical .ubermenu-item.ubermenu-item-mini {
    float: left;
    clear: none
}

.ubermenu.ubermenu-vertical .ubermenu-item.ubermenu-item-mini>.ubermenu-target {
    background: 0 0;
    box-shadow: none
}

@media screen and (min-width:960px) {
    .ubermenu-responsive-default.ubermenu {
        display: block!important
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-hide-desktop {
        display: none!important
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-retractors-responsive .ubermenu-retractor {
        display: none
    }
}

@media screen and (max-width:959px) {
    .ubermenu-responsive-toggle,
    .ubermenu-sticky-toggle-wrapper {
        display: block
    }
    .ubermenu-no-transitions.ubermenu-responsive.ubermenu-responsive-collapse {
        display: none;
        visibility: visible;
        height: auto;
        max-height: none;
        overflow: visible!important
    }
    .ubermenu-sticky-wrapper {
        min-height: 0!important
    }
    .ubermenu-sticky-toggle-wrapper {
        display: block
    }
    .ubermenu-responsive-default.ubermenu-responsive {
        width: 100%;
        max-height: 500px;
        visibility: visible;
        overflow: visible;
        -webkit-transition: max-height 1s ease-in;
        transition: max-height .3s ease-in
    }
    .ubermenu-responsive-default.ubermenu-repsonsive.ubermenu-no-transitions,
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-nocollapse {
        display: block;
        max-height: none
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse {
        max-height: 0;
        overflow: hidden!important;
        visibility: hidden
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-in-transition,
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-in-transition .ubermenu-nav {
        overflow: hidden!important;
        visibility: visible
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse:not(.ubermenu-in-transition) {
        border-top-width: 0;
        border-bottom-width: 0
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item-level-0 {
        width: 50%
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-item-level-0>.ubermenu-target {
        border: none;
        box-shadow: none
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-has-submenu-flyout {
        position: static
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-sub-indicators .ubermenu-submenu-type-flyout .ubermenu-has-submenu-drop>.ubermenu-target:after {
        content: "\f107"
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        top: auto;
        left: 0!important
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-active>.ubermenu-submenu-type-mega {
        max-height: none;
        height: auto
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-transition-slide .ubermenu-item.ubermenu-in-transition>.ubermenu-submenu-drop {
        max-height: 1000px
    }
    .ubermenu-responsive-default.ubermenu .ubermenu-submenu-type-flyout .ubermenu-submenu-type-mega {
        min-height: 0
    }
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column,
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
        min-width: 50%
    }
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-autoclear>.ubermenu-column {
        clear: none
    }
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column:nth-of-type(2n+1) {
        clear: both
    }
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-submenu-retractor-top .ubermenu-column:nth-of-type(2n+1) {
        clear: none
    }
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-submenu-retractor-top .ubermenu-column:nth-of-type(2n+2) {
        clear: both
    }
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab,
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab-content-panel,
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tabs,
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tabs-group {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        left: 0
    }
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab-content-panel,
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tabs {
        min-height: 0!important
    }
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab-content-panel {
        z-index: 20
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tab>.ubermenu-target {
        border-width: 0 0 1px
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-sub-indicators .ubermenu-tabs>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-has-submenu-drop>.ubermenu-target:after {
        content: "\f107"
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tabs>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
        position: relative;
        border-width: 0 0 2px
    }
    .ubermenu-responsive-default.ubermenu-reponsive .ubermenu-item-level-0>.ubermenu-submenu-type-stack,
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tab-layout-bottom>.ubermenu-tabs-group {
        position: relative
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-submenu-type-stack .ubermenu-column,
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-submenu-type-stack .ubermenu-column-auto {
        width: 100%;
        max-width: 100%
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item-mini {
        min-width: 0;
        width: auto;
        float: left;
        clear: none!important
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-item-mini>a.ubermenu-target {
        padding: 20px
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-hide-mobile {
        display: none!important
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-hide-bkgs .ubermenu-submenu.ubermenu-submenu-bkg-img {
        background-image: none
    }
}

@media screen and (max-width:480px) {
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-item-level-0 {
        width: 100%
    }
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column,
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
        min-width: 100%
    }
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-item-mini {
        min-width: 0;
        width: auto
    }
}

body {
    font-family: 'Mulish', sans-serif !important;
    font-size: 16px!important;
    color: #000;
    background-color: #ffffff !important;
}

a.btn.active.focus,
a.btn.active:focus,
a.btn.focus,
a.btn.focus:active,
a.btn:active:focus,
a.btn:focus {
    outline: medium none;
    outline-offset: -2px
}

body ul,
.list ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

ul li {
    list-style: none;
    line-height: 30px
}

body h1,
body h2,
body h3,
body h4,
body h5 {
    font-family: 'Red Hat Display', sans-serif !important;
    font-weight: 400;
}

body h1 {
    color: #00c0ff;
    font-size: 36px;
    font-weight: 300;
    line-height: 48px
}

body h1 span {
    font-size: 48px;
    display: block
}

body h2 {
    color: #000;
    line-height: 28px;
    font-size: 30px;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

body h3 {
    color: #ff9f00;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 5px;
}

body p {
    color: #000;
    line-height: 28px;
    font-size: 18px;
    margin: 8px 0 15px 0;
    font-family: 'Mulish', sans-serif;
}


/* {
        min-height: 330px;
    }*/


/*.pad-xm {
    padding: 2% 0;
}*/

.media-links-group {
	display: flex;
	justify-content: center;
}
.media-link p {
	margin: 0px;
	height: 0px;
}
.media-link {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0px 0px 3px #a09b9b;
    margin: 10px;
}
.media-link a {
    background-color: #ffffff;
    transition: transform 0.3s 0s ease-out, background-color 0.3s 0.1s ease-out; 
    transform: scale(1);
    
}
.media-link a:hover {transform: scale(0.95); background: #f3f3f3;}
.media-link img.aligncenter {
	margin: 0px auto;
}
.media-title {
	background: #ff9f00;
	width: 100%;
    margin-bottom:2px;
}
.media-title h3 {
	color: #000;
	margin: 0px;
	padding: 10px;
	text-align: center;
}

.img-desc-group {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
}
.img-description-box {
	width: 48%;
	display: flex;
	align-items: center;
	padding: 0px;
	margin: 0 1% 15px;
	box-shadow: 0px 0px 3px #bbbaba;
}
.img-description-box .p-img {
	width: 45%;
}
.img-description-box > div {
	padding: 15px;
}
.img-description-box .p-img img {
	margin: 0px auto;
}
.img-description-box .p-text {
	width: 55%;
}

.inner_page,
.inner_page p {
    font-size: 18px;
    line-height: 28px;
}

small a {
    text-decoration: underline;
    color: #515151
}

small a:hover,
.sidebar a:hover {
    text-decoration: none
}

body a {
    color: #ff9f00;
    -webkit-transition: all 0ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

body a:hover {
    text-decoration: none;
    color: #646464;
}

body a:focus {
    outline: 0
}

.content-wrapper a:hover,
.header_social a:hover,
.header_social a:hover img,
.footer_social a:hover,
a.btn:hover {
    opacity: 0.8
}

body hr {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #c7d2d9;
    margin: 30px 0
}

.page-id-260 hr {
    margin: 49px 0
}

body figure img {
    height: auto;
    max-width: 100%
}

img.aligncenter,
img.alignleft,
img.alignright,
img.alignnone {
    padding: 0;
    max-width: 100%;
    height: auto
}

.alignleft {
    float: left;
    margin: 5px 15px 15px 0
}

.alignright {
    float: right;
    margin: 5px 0 15px 15px
}

.aligncenter {
    float: none;
    margin: 5px auto 15px
}

.alignnone {
    float: none;
    margin: 5px 0 15px
}

.banner_content_main {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 9;
    bottom: 0px
}

.banner .item>a {
    text-decoration: none;
}

div.banner_content {
    background: rgb(40 40 40 / 61%);
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 10px 22px 15px;
	display: none;
}

.banner_content h2 {
    color: #080b13;
    font-size: 36px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 8px -1px;
    padding: 0;
    text-transform: uppercase;
    display: none;
}

.banner_content p {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

.color_overlay {
    background: rgba(0, 0, 0, 0.25)!important;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

#branding-wrapper {
    position: relative;
    width: 100%;
    padding: 0
}

.banner {
    width: 100%
}

#owl-banner .owl-pagination {
    margin: 0 auto;
    width: 970px;
}

.banner.owl-theme .owl-controls {
    bottom: 0;
    display: block;
    height: 30px;
    left: auto;
    line-height: inherit;
    margin: -31px auto 0;
    padding: 0 10px;
    position: relative;
    right: auto;
    text-align: right;
    width: 100%;
}

.banner.owl-theme .owl-controls .owl-page span {
    background: #fff;
    border: none;
    border-radius: 0;
    display: block;
    height: 8px;
    margin: 0 3px;
    vertical-align: middle;
    width: 8px;
}

.banner.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #000000;
}

.banner .owl-buttons {
    position: relative
}

.banner.owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    padding: 0;
    position: absolute
}

.banner .owl-prev {
    left: 0;
    top: -24px
}

.banner .owl-next {
    right: 0;
    top: -24px
}

.banner_services_main {
    bottom: 169px;
    position: absolute;
    right: 24%;
}

.banner_services_main .container {
    float: right;
    width: auto;
}

.banner_services {
    width: 320px;
    float: right;
    display: none;
}

.banner_services li {
    background: #080b13 none no-repeat scroll center center;
    display: block;
    float: left;
    height: 136px;
    margin: 0 16px 16px 0;
    text-align: center;
    width: 150px;
    overflow: hidden;
}

div.banner_services li.ban_service {
    background-color: #000000 !important;
}

.banner_services li:nth-child(1) {
    background: #080b13 url('images/icon1.png') no-repeat center center;
}

.banner_services li:nth-child(2) {
    background: #080b13 url('images/icon2.png') no-repeat center center;
}

.banner_services li:nth-child(3) {
    background: #080b13 url('images/icon3.png') no-repeat center center;
}

.banner_services li:nth-child(4) {
    background: #080b13 url('images/icon4.png') no-repeat center center;
}

.banner_services a {
    text-decoration: none;
}

.bs_con {
    background: #fff none repeat scroll 0 0;
    color: #4c4c4c;
    font-size: 15px;
    line-height: 17px;
    margin-top: 100%;
    opacity: 0;
    padding: 21px 14px 20px;
    -webkit-transition: all 0ms ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    height: 100%;
    visibility: hidden;
}

.bs_con a {
    text-decoration: none;
    color: #fff;
}

.bs_con>img {
    display: block;
    margin: 0 auto 8px;
}

.banner_services li:hover .bs_con {
    margin: 0;
    opacity: 1;
    visibility: visible;
}

.banner_services li:nth-child(2),
.banner_services li:nth-child(4) {
    margin-right: 0;
}

.banner_services li:nth-child(3),
.banner_services li:nth-child(4) {
    margin-bottom: 0;
}

.header_main {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.65);
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.65)
}

div.navbar {
    background: #000000;
    height: 41px;
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    z-index: 9999;
    width: 100%
}

div.navbar.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
}

div.navbar div.navbar-inner {
    background: transparent
}

div.navbar-inner {
    min-height: 100%
}

div.navbar .nav {
    text-align: right;
    margin: 0;
    padding: 0;
    z-index: 555
}

div.navbar .nav>li {
    color: #6fa0c9;
    display: inline-block;
    float: none;
    list-style: outside none none;
    margin: 0 2px 0 -6px;
    padding: 0;
    position: relative;
    text-transform: uppercase
}

ul.nav li ul {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    display: block;
    position: absolute;
    width: 197px
}

ul.nav>li>ul>li {
    position: relative
}

ul.nav li:hover ul li a {
    background: 0
}

div.navigation ul li ul {
    padding: 0;
    margin: 0;
    left: auto;
    right: 0;
    top: 35px;
    z-index: 1;
    display: none;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -ms-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

div.navigation>ul>li>ul {
    background: #e2edf4 none repeat scroll 0 0
}

div.navigation>ul>li:hover>ul,
div.navigation>ul>li>ul>li:hover>ul,
div.navigation ul.dropdown-menu>li>ul.dropdown-menu>li:hover>ul.dropdown-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
    display: block
}

div.navigation ul.dropdown-menu>li>ul.dropdown-menu,
div.navigation ul.dropdown-menu>li>ul.dropdown-menu>li>ul.dropdown-menu {
    right: 100%;
    left: auto;
    margin: 0;
    top: 0 !important
}

div.navbar .nav>li:last-child:after {
    content: ""
}

div.navbar .nav {
    float: none
}

div.navbar .nav>li:first-child {
    background: 0;
}

div.navbar .nav>li>a,
div.navbar ul.dropdown-menu>li>a,
nav.ubermenu-main li.ubermenu-item>a.ubermenu-target {
    color: #ffffff;
    border-bottom: 6px solid transparent;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    margin: 0 25px;
    padding: 14px 0;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none !important;
    transition: all 0.2s ease 0s;
    letter-spacing: 0.3px;
}

nav.ubermenu li.ubermenu-item-level-0 {
    vertical-align: top;
    position: relative;
}

nav.ubermenu li.ubermenu-item-level-0:after {
    border-right: 1px solid #ffffff;
    content: "";
    height: 16px;
    position: absolute;
    right: 0;
    top: 19px;
}

nav.ubermenu li.ubermenu-item-level-0:last-child:after {
    border-right: none;
}

nav.ubermenu-main li.ubermenu-item-level-0:hover>a.ubermenu-target,
nav.ubermenu-main li.ubermenu-item-level-0.ubermenu-current-menu-item>a.ubermenu-target,
nav.ubermenu-main li.ubermenu-item-level-0.ubermenu-current-menu-ancestor>a.ubermenu-target {
    color: #ff9f00;
    /* border-color: #000000;*/
}

nav.ubermenu-main ul.ubermenu-nav>li>.ubermenu-submenu.ubermenu-submenu-drop {
    background-color: #000000;
    margin-top: -6px;
}

nav.ubermenu-main ul.ubermenu-submenu.ubermenu-submenu-drop>li>ul.ubermenu-submenu.ubermenu-submenu-drop {
    background-color: rgb(245, 105, 20);
}

nav.ubermenu-main ul.ubermenu-submenu.ubermenu-submenu-drop>li.ubermenu-item>a.ubermenu-target {
    color: #ffffff;
    border-bottom: 1px solid #ff9f00;
    letter-spacing: 0.3px;
}

nav.ubermenu-main ul.ubermenu-submenu.ubermenu-submenu-drop>li.ubermenu-item:nth-last-child(2)>a.ubermenu-target {
    border-bottom: 0px solid #fff;
}

nav.ubermenu-main ul.ubermenu-submenu.ubermenu-submenu-drop>li.ubermenu-item:hover>a.ubermenu-target,
nav.ubermenu-main ul.ubermenu-submenu>li.ubermenu-item.ubermenu-current-menu-item>a.ubermenu-target,
nav.ubermenu-main ul.ubermenu-submenu.ubermenu-submenu-drop>li.ubermenu-item.ubermenu-current-menu-ancestor>a.ubermenu-target {
    color: #ff9f00;
}

nav.ubermenu-main.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop>.ubermenu-target {
    padding-right: 15px;
}

nav.ubermenu-main.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop>.ubermenu-target::after {
    right: 0;
}

.dropdown-menu li.current-menu-item a,
.dropdown-menu li a,
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    background: 0
}

div.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,
div.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,
div.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle {
    background: #fff;
    color: #fc4349;
    border-bottom: 5px solid #fc4349
}

div.navbar .nav>li>.dropdown-menu:before,
div.navbar .nav>li>.dropdown-menu:after {
    border: none!important
}

div.navbar-inverse .nav li.dropdown>a:hover .caret {
    border-top-color: #00c0ff;
    border-bottom-color: #00c0ff
}

div.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

div.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,
div.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,
div.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.menu_outer {
    float: none;
    margin: auto;
    text-align: center;
    width: 100%
}

.menu_outer ul.dropdown-menu li,
.menu_outer ul.dropdown-menu li a {
    list-style: none
}

ul.nav li ul li {
    border-bottom: 1px solid
}

ul.nav li ul li:last-child {
    border-bottom: 0 solid
}

#main-menu .dropdown-menu>li>a:hover,
.menu_outer ul.dropdown-menu li.current-menu-item a {
    border: 0;
    background: 0
}

.ubermenu-sub-indicators .ubermenu-submenu .ubermenu-has-submenu-flyout.ubermenu-submenu-reverse>.ubermenu-target::after {
    left: -11px;
}

.logo_block {
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo_block img {
    padding: 0 0 0;
}

.head_right {
    padding-top: 20px;
    padding-bottom: 30px;
}

div.head_cta,
div.head_address {
    font-family: 'Mulish', sans-serif;
    color: #515151;
    font-size: 14px;
}

.head_address>strong,
.phone_label,
.head_email>strong,
.header_social>strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Mulish', sans-serif;
    color: #000000 !important;
    line-height: 26px;
}

.head_right a {
    font-size: 17px;
    color: #000000;
    font-family: 'Mulish', sans-serif;
}

div.head_address {
    padding: 0 20px 0 75px;
    width: 282px;
}

div.head_address a {
    font-size: 15px;
}

div.head_cta {
    padding: 0 20px;
    width: 169px;
}

div.head_cta a {
    font-size: 18px;
}

div.head_email {
    padding: 0 20px;
    width: 246px;
}

div.head_email a {
    font-size: 17px;
}

div.header_social {
    padding: 0 20px;
}

.header_social ul {
    list-style: outside none none;
    padding: 0;
    margin: 0
}

.header_social ul li {
    float: left;
    list-style: outside none none;
    margin: 0 3px 4px 0
}

.header_social img {
    display: block;
    width: 28px;
}

.head_address>p {
    margin: 0;
    color: #000000;
    font-size: 16px;
    line-height: 24px
}

#content-wrapper {
    width: 100%
}

.section_1 {
    background: #ff9f00;
    padding: 70px 0 50px
}

.section_1 h1 {
    font-size: 44px;
    line-height: 46px;
    color: #000000;
    font-weight: 400;
    font-family: 'Red Hat Display', sans-serif;
    margin: 0 0 40px;
    text-align: center;
    text-transform: uppercase;
}

.section_1 h1 span {
    font-size: 44px;
    line-height: 54px;
    color: #000000;
    font-weight: 700;
    font-weight: bold;
    display: inline-block !important;
}

.section_1 h1 .heading-in {
    font-size: 24px;
    line-height: 40px;
    color: #303030;
    font-family: 'Red Hat Display', sans-serif;
    text-transform: uppercase;
    margin-top: 12px;
}

.section_1,
.section_1 p {
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    font-family: 'Mulish', sans-serif;
}

.section_1 h1:after {
    border-bottom: 4px solid #000000;
    top: 165px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 132px;
}

/*.about_us_main {
   background-image: url(images/about-bg.jpg);
background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
  padding: 150px !important;

}*/
.about_us_main {background:#fff;}
	

div.about_copy {
    padding: 68px 15px;
    text-align: center;
}

div.about_img,
div.service_img {
    padding: 0
}

.services_main {
    background-image: url(images/services-bg.jpg);
    background-repeat: no-repeat;
    background-position: initial;
    background-size: 150%;
}






.services_main .container {
    width: 970px !important;
}

div.service_copy h2 {
    color: #ffffff;
}

div.service_copy {
    padding: 50px 15px;
    min-height: 425px
}

.about_copy h2,
.service_copy h2,
.testimonials_list h2,
.contact_information h2 {
    color: #000000;
    font-size: 44px;
    line-height: 54px;
    margin: 0 0 40px;
    position: relative;
    text-align: center;
    font-family: 'Red Hat Display', sans-serif;
}

.about_copy h2:after,
.service_copy h2:after,
.testimonials_list h2:after,
h1.entry-title:after {
    border-bottom: 4px solid #ff9f00;
    bottom: -13px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 132px;
}

h1.entry-title:after {
    bottom: -13px;
}

.about_copy p {
    margin: 0 0 40px;
    color: #000;
    line-height: 36px;
    font-family: 'Mulish', sans-serif;
}

.btn.about_btn {
    background: #ff9f00 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
}

.service_copy ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 20px;
}

.service_copy li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    counter-increment: item;
    padding: 0 0 0 140px;
    margin: 0 0 50px;
    position: relative;
}

.service_copy li:before {
    color: #ffffff;
    content: counter(item, decimal-leading-zero) ". ";
    display: inline-block;
    font-size: 75px;
    font-weight: 300;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 14px;
    width: 131px;
    font-family: 'Mulish', sans-serif;
}

.service_copy h3 {
    color: #ff9f00;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.service_copy p {
    color: #ffffff;
    font-size: 17px;
    line-height: 22px;
    margin: 5px 0 30px;
}

.btn.service_btn {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 132px;
}

.btn.service_btn,
.btn.about_btn {
    border-radius: 4px;
    color: #fff !important;
}

.home_testimonials {
    background: #fff none repeat scroll 0 0;
    padding: 60px 0;
    text-align: center
}

.testimonials_list h2 {
    color: #000000;
    margin: 12px 0 35px;
}

.testmoanil {
    padding: 0 15px
}

.testmoanil a {
    text-decoration: none
}

.testmoanil a:hover,
.testmoanil a:hover p {
    opacity: 0.6
}

.testmoanil p {
    font-style: italic;
    color: #000000;
    line-height: 28px;
    font-size: 20px;
}

.testmoanil h3 {
    color: #000000;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    margin: 0
}

.testmoanil h3 a {
    color: #ff9f00;
}

.testmoanil h5 {
    color: #000;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin: 0
}

.testmoanil .owl-pagination {
    margin: 12px 0 0
}

.contact_information h2 {
    color: #fff;
}



.contact_information h2:after {
    border-bottom: 4px solid #ff9f00;
    bottom: -13px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 132px;
}

.testimonials_list .owl-theme .owl-controls .owl-page span {
    background: #a9b3bf none repeat scroll 0 0;
    border-radius: 50%;
    height: 12px;
    margin: 0 3px;
    width: 12px;
    border: medium none;
}

.testimonials_list .owl-theme .owl-controls .owl-page.active span,
.testimonials_list .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ff9f00;
}

.pagin {
    color: #4b4b4b;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    margin: 13px 0;
    text-align: center;
    width: auto
}

.wp-pagenavi {
    clear: both
}

div.wp-pagenavi a.nextpostslink,
div.wp-pagenavi a.previouspostslink,
div.wp-pagenavi a.last,
div.wp-pagenavi a.first {
    width: 86px
}

div.wp-pagenavi a,
div.wp-pagenavi span,
.ngg-navigation a,
.ngg-navigation span {
    background: rgba(0, 0, 0, 0) url("images/pagenav-bg.jpg") repeat scroll 0 0;
    border: 1px solid #a9b3bf;
    border-radius: 5px;
    display: inline-block;
    height: 34px;
    line-height: 30px;
    margin: 5px;
    padding: 0;
    text-decoration: none;
    width: 46px
}

div.wp-pagenavi a:hover,
div.wp-pagenavi span.current,
.ngg-navigation .current,
div.ngg-navigation a.page-numbers:hover,
div.ngg-navigation a.next:hover,
div.ngg-navigation a.prev:hover {
    border-color: #000000;
    color: #000000
}

div.ngg-navigation a.page-numbers:hover {
    color: #000000 !important;
}

a.btn {
    background: #ff9f00 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 10px;
    min-height: 39px;
    min-width: 132px;
    padding: 5px 12px;
    text-decoration: none;
    vertical-align: middle;
}

.btn.blue_btn {
    margin: 2px 0 0;
    float: right;
    background: #81aabc none repeat scroll 0 0 !important;
    color: #fff;
}

.content-page h4.page_address {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
    margin: 0 0 5px;
    color: #000000;
    font-weight: 500
}

.baddrs span,
.address>span,
.business_hours,
.business_hours p,
.payment_cards,
.payment_cards b {
    font-size: 16px;
    line-height: 20px
}

.business_hours,
.payment_cards {
    margin: 25px 0 5px;
    display: none;
}

.hours_payment>div {
    padding: 0;
}

.hours_title {
    text-transform: uppercase;
    display: block
}

.business_hours b {
    display: block
}

form#commentform input#submit {
    height: 45px;
    padding: 0 15px
}

.section_2 {
    overflow: hidden;
}

.contact_information {
    background: #000000 none repeat scroll 0 0;
	padding: 50px 0;
    
}

.page-id-304 .contact_information {
    background: #ff9f00 none repeat scroll 0 0;
	padding: 10px 0 50px;
    
}
.page-id-304 .title-main{background: #ff9f00 none repeat scroll 0 0;}
.page-id-304 .contact_information h2 {
    color: #ffffff !important;

}

.page-id-304 .contact_information h2:after {
    border-bottom: 4px solid #fff !important;	padding: 0 0 20px;
}

.contact_information h4 {
    text-transform: uppercase;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px
}

h4.home_address {
    margin: 0 0 3px
}

.vdo-res {
    width: 50%;
    float: right;
    margin: 0 20px 20px;
}

.baddrs,
.baddrs p,
.baddrs strong,
.baddrs a {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Mulish', sans-serif;
}

.baddrs strong {
    font-weight: 600 !important;
}

ul.timings {
    font-size: 17px;
    line-height: 37px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
    padding: 25px 0 0;
    text-align: center;
    margin: 25px 0 0;
}

ul.timings li:last-child {
    border-right: 0;
}

ul.timings li {
    display: inline-block;
    border-right: 1px solid #fff;
    line-height: 18px;
    padding: 0 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.baddrs span.business_name {
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase
}


/*.caddress .fn>div>div {
        padding: 0;
    }*/

.footer_social ul {
    margin: 0;
    padding: 0
}

.footer_social li {
    display: inline-block;
    margin: 0 3px 0 0;
    background: transparent none repeat scroll 0 0;
}

.item img.aligncenter {
    margin: 0
}

#footer-contact-info-wrapper .span12 {
    margin: 0
}

.contact_info h2 {
    font-size: 18px;
    padding: 10px 0 5px 0;
    text-transform: uppercase;
    color: #969696
}

.contact_info li {
    display: inline-block;
    color: #969696
}

.contact_info li a:hover {
    opacity: .7!important
}

.innercontent .contact_info p {
    color: #969696
}

.contact_info a {
    color: #969696;
    text-decoration: none
}

.wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control.wpcf7-checkbox {
    display: inline-block
}

.contact_info a:hover {
    color: #a90d00
}

.social_media a {
    outline: medium none;
    display: inline-block
}

.social_media img {
    float: right;
    margin: 0 1px;
    opacity: 1
}

.social_media img:hover {
    opacity: .5
}

.facebook,
.twitter,
.linkedin,
.googleplus,
.pinterest,
.youtube {
    height: 27px;
    width: 27px;
    margin-right: 23px;
    float: left
}

.facebook {
    background: url("images/facebook.png") no-repeat left top
}

.twitter {
    background: url("images/twitter.png") no-repeat left top
}

.linkedin {
    background: url("images/linedin.png") no-repeat left top
}

.googleplus {
    background: url("images/google-plus.png") no-repeat left top
}

.pinterest {
    background: url("images/pinterest.png") no-repeat left top
}

.youtube {
    background: url("images/youtube.png") no-repeat left top
}

.cta_number {
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    float: right;
    background-image: url(images/bg-cta.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 4px 34px;
    width: 190px
}

.cta_text {
    white-space: nowrap;
    padding: 0;
    font: normal 19px tahoma;
    color: #fff;
    float: right
}

.cta_number_icon {
    white-space: nowrap;
    padding: 0;
    color: #fff;
    float: right;
    clear: both
}

.cta_number a {
    color: #fff;
    text-decoration: none
}

.social_media ul {
    text-align: center;
    width: 100%
}

.social_media ul li {
    display: inline-block;
    float: none!important;
    text-align: center;
    padding: 0 0 10px 10px!important
}

.social_media h2,
.col_2_footer_testmonial h2 {
    text-align: center;
    padding: 30px 0;
    border: none!important;
    background: url(images/border.png) repeat-x left 20px
}

.social_media h2 span,
.col_2_footer_testmonial h2 span {
    background: #161616;
    padding: 0 10px;
    font-size: 26px;
    color: #fff
}

.social_media {
    padding: 0;
    text-align: right
}

.box .span4 {
    padding: 0 0 40px;
    text-align: left;
    min-height: 165px
}

.contact-form .submit_btn {
    float: left;
    margin-bottom: 20px;
    margin-top: 15px;
    width: 44%
}

.contact-form .field {
    width: 50%;
    float: left;
    margin-top: 23px;
    color: #000000;
    font-size: 14px
}

.contact-form .submit_btn {
    width: 100%;
    max-width: 229px;
    float: left;
    margin-top: 15px
}

.banner .item img {
    opacity: 0;
}

.banner .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.banner-inner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    float: left;
    width: 100%
}

div.orbit.with-bullets {
    margin-bottom: 0!important
}

.banner-inner2 {
    background: url("images/inner_banner.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    float: left;
    width: 100%
}

#wpbs_slider {
    box-shadow: -1px 0 2px #757575
}

#menu-wrapper {
    width: 100%;
    float: left;
    background-image: url(images/menu_bg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    min-height: 55px
}

.box_my {
    float: left;
    margin-bottom: 0;
    margin-top: 40px
}

.box:last-child {
    float: left;
    margin-bottom: 40px;
    margin-top: 40px;
    border-bottom: 1px solid #d5dce3;
    padding-bottom: 35px
}

#footer-wrapper {
    width: 100%;
    float: left;
    padding: 0;
    background-color: #000000
}

#footer-wrapper-inner {
    float: left;
    padding: 0;
    margin-top: 25px;
    width: 100%
}

#footer-contact-info-wrapper {
    background-color: #161616  !important;
    height: auto;
    padding: 30px 0 10px;
    text-align: center;
    width: 100%
}

#footer-contact-info-wrapper .social-media ul li {
    border: 0
}

.follow-text p {
    margin: 0;
    text-align: right;
    color: #808186;
    font-style: italic
}

.branding-top {
    margin: 0 0 25px 0
}

.content {
    float: left;
    padding: 30px 0 40px 0;
    text-align: center;
    width: 100%
}

.innercontent {
    text-align: left;
    padding: 0 0 20px 0
}

.innercontent h1 {
    text-align: center;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px
}

.innercontent p {
    color: #000000;
    font-size: 15px
}

#wpbs_slider {
    border-radius: 0!important;
    background-position: 14px 11px!important;
    opacity: .9
}

#wpbs_slider h2 {
    line-height: 52px;
    cursor: text
}

#wpbs_slider>div {
    cursor: pointer
}

.innercontent h3 {
    font-size: 25px;
    color: #4e4e4e;
    margin: 0
}

.innercontent ul {
    padding: 0 0 0 15px;
    margin: 0;
    list-style: none
}

.innercontent li {
    background: url(images/arrow.png) no-repeat left 5px;
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0
}

.innercontent img {
    margin-top: 10px
}

h3.author {
    color: #fff
}

.logo_block img {
    max-width: 100%;
    width: 100%;
}

.link {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.link a {
    border: 1px solid #994351;
    display: inline-block;
    margin: 0 auto 155px;
    padding: 1.3% 2%;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    text-decoration: none;
    color: #fff
}

.link>a:hover {
    color: #fc4349
}

.cta_wrapper {
    border-top: 1px solid #385779;
    border-bottom: 1px solid #385779;
    border-right: 1px solid #385779;
    padding: 12px 0;
    position: fixed;
    top: 3%;
    z-index: 99999
}

#cta>a,
#cta {
    text-decoration: none!important;
    color: #fc4349!important
}

#cta {
    display: none;
    float: left;
    font-size: 28px;
    font-weight: 700;
    padding-left: 13px;
    line-height: 38px
}

.cta_wrapper #icon_cta {
    background: url("images/cta_bg.png") no-repeat scroll center center;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 26px;
    margin: 5px 15px;
    outline: medium none;
    padding: 23px 0 0;
    text-indent: -9999px;
    width: 26px
}

.sub_content,
.sub_content p {
    color: #fff;
    font-size: 23px;
    font-weight: normal;
    line-height: 40px;
    padding: 0;
    margin: 0;
    text-transform: uppercase
}

.sub-heading {
    border: 1px solid #994351;
    display: inline-block;
    margin: 0 0 40px;
    padding: 2%;
    text-align: center
}

.sub_content {
    float: none;
    margin: 0 auto;
    padding: 0
}

.banner_content h1 {
    padding: 0;
    margin: 0;
    font-size: 60px;
    text-align: center;
    color: #fff;
    line-height: normal;
    text-transform: uppercase
}

.banner-color {
    position: relative
}

.banner-color:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/bg_pattren.png) repeat left top;
    z-index: 0
}

.content h1 {
    font-weight: 300
}

.home .content h1 {
    display: none
}

.home .content {
    padding: 0
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0
}

.wpcf7-form-control-wrap.radio-423,
.wpcf7-form-control-wrap.checkbox-758 {
    margin-bottom: 10px
}

.page-template-templates-pagescontact-page-php #footer-wrapper-inner {
    margin: 0
}

.wpcf7 ul:first-child {
    padding: 0;
    margin: 0;
    list-style: none;
    background: 0
}

.wpcf7 ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    background: 0
}

span.wpcf7-form-control-wrap {
    margin: 0 0 10px;
    display: block
}

.wpcf7 ul li input[type="text"],
.wpcf7 ul li input[type="tel"],
.wpcf7 ul li input[type="email"],
.wpcf7 ul li select,
.wpcf7 ul li textarea {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    min-height: 39px;
    padding: 7px 0;
    width: 100%;
}

.wpcf7 ul li select {
    padding: 10px 2%
}

.wpcf7 ul li textarea {
    height: 77px;
    display: block
}

.wpcf7 .ftext_fields li {
    float: left;
    margin-right: 2%;
    width: 31.93%;
}

.wpcf7 ul li input[type="text"]:focus,
.wpcf7 ul li input[type="tel"]:focus,
.wpcf7 ul li input[type="email"]:focus,
.wpcf7 ul li select:focus,
.wpcf7 ul li textarea:focus {
    border-color: #ffffff;
}

.wpcf7 ul li input[type="text"]:focus::-webkit-input-placeholder,
.wpcf7 ul li textarea:focus::-webkit-input-placeholder,
.wpcf7 ul li input[type="text"]::-webkit-input-placeholder,
.wpcf7 ul li textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #ffffff;
}

.wpcf7 ul li input[type="text"]:focus:-moz-placeholder,
.wpcf7 ul li textarea:focus:-moz-placeholder,
.wpcf7 ul li input[type="text"]:-moz-placeholder,
.wpcf7 ul li textarea:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
    color: #ffffff;
}

.wpcf7 ul li input[type="text"]:focus::-moz-placeholder,
.wpcf7 ul li textarea:focus::-moz-placeholder,
.wpcf7 ul li input[type="text"]::-moz-placeholder,
.wpcf7 ul li textarea::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
    color: #ffffff;
}

.wpcf7 ul li input[type="text"]:focus:-ms-input-placeholder,
.wpcf7 ul li textarea:focus:-ms-input-placeholder,
.wpcf7 ul li input[type="text"]:-ms-input-placeholder,
.wpcf7 ul li textarea:-ms-input-placeholder {
    opacity: 1;
    color: #ffffff;
}

.wpcf7 .ftext_fields li:last-child {
    margin-right: 0;
}

.ftext_area {
    clear: both;
}

.ff_fields li {
    width: 33%;
}

.ff_fields li:first-child {
    margin-right: 2%;
    float: left;
}

.ff_fields>li:last-child {
    float: right;
}

.wpcf7 label {
    color: #ffffff;
    float: left;
    font-size: 14px;
    line-height: 22px;
    margin: 8px 0 9px;
    width: auto
}

.wpcf7 .captchac {
    border-style: solid;
    border-width: 0;
    float: left;
    min-height: 39px;
    padding: 4px 2px;
    text-align: center;
    width: 20%;
    margin: 0 2% 0 0;
    border-color: #fff;
    background: #0f0f0f;
}

.contact-form ul li input.wpcf7-form-control.wpcf7-captchar[type="text"] {
    outline: none;
    border-width: 1px 1px 1px 0
}

input[type="text"]:focus,
textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
select:focus {
    outline: none;
}

.wpcf7-captchac {
    height: auto;
    max-width: 100%
}

.wpcf7 .mandatory {
    font-weight: 400;
    line-height: 39px
}

span.wpcf7-form-control-wrap.captcha-73 {
    float: left;
    width: 78%
}

div.wpcf7-response-output {
    float: left;
    font-size: 18px;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
    width: 100%;
    border: none!important;
    color: red;
}

.wpcf7-mail-sent-ok {
    color: #398f14
}

.wpcf7-validation-errors {
    color: #f00
}

ol.commentlist {
    margin: 15px 0!important
}

.contact-form label {
    font-size: 14px
}

.contact-form ul li div img {
    border: 1px solid #d0d0d0;
    height: auto;
    margin: 0 0 0 25px;
    padding: 0 10px!important
}

input[type="submit"],
input[type="button"] {
    background: #303030 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    float: right;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    min-height: 39px;
    min-width: 132px;
    padding: 0;
    text-transform: uppercase;
    margin-top: 15px;
}

span.wpcf7-not-valid-tip {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f00;
    color: #f00;
    font-size: 10pt;
    left: 0;
    line-height: 17px;
    min-height: 39px;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

.caddress {
    margin: 45px 0 0;
    background: #fff none repeat scroll 0 0;
    padding: 30px 40px;
}

.page-id-304 iframe {
    border-top: 1px solid #195475!important;
    display: block;
    min-height: 543px
}

.caddress iframe {
    margin: 0 0 20px
}

.single .innercontent form {
    margin: 20px 0!important
}

.single .innercontent form input[type="text"] {
    background: #fff;
    border: #c6c6c6 1px solid;
    padding: 8px 3%;
    width: 94.5%
}

.single .innercontent form textarea {
    background: #fff;
    border: #c6c6c6 1px solid;
    padding: 8px 10px
}

.comment-reply-link {
    padding: 0
}

ol.commentlist li li {
    margin: 0 0 0 0!important
}

.comment-meta {
    text-align: left;
    position: relative;
    padding-bottom: 3px;
    margin-top: 7px
}

.button,
#submit,
.widget_search #searchsubmit,
.reply .comment-reply-link {
    box-shadow: none!important;
    text-shadow: none!important
}

.commentlist li a {
    text-decoration: none;
    box-shadow: none
}

.commentlist li a:hover {
    text-decoration: underline
}

.reply {
    float: right
}

.single .comment-reply-link {
    background: none!important;
    color: #a50e07
}

.reply a {
    background: 0;
    color: #ff3d3d;
    padding: 0
}

.single cite,
.single cite a {
    font-size: 24px;
    font-style: normal;
    line-height: 45px;
    padding: 0;
    color: #000
}

.single ol.commentlist img.avatar {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    float: left;
    line-height: 1;
    margin: 8px 25px 0 0;
    padding: 15px;
    width: 90px
}

.single .innercontent #respond textarea {
    width: 98.8%;
    margin-right: 0;
    background: #fff;
    min-height: 84px
}

.single .innercontent #respond p {
    color: #515151;
    font-size: 16px
}

.post-content {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: normal;
    line-height: 21px;
    margin-bottom: 14px;
    padding: 10px 42px;
}

.full-post h3 {
    clear: both;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    line-height: 19px;
    margin: 14px 0 0;
}

.full-post h3 a {
    background: rgba(0, 0, 0, 0) url("images/expand.png") no-repeat scroll 5px center;
    color: #14161d;
    cursor: pointer;
    display: block;
    line-height: inherit;
    padding: 9px 40px 13px;
    position: relative;
    text-decoration: none;
    z-index: 99;
}

.full-post h3 a.active1 {
    text-decoration: none;
    background: url(images/collapse.png) no-repeat 5px center
}

div.faq {
    position: relative;
}

div.faq:before {
    border-left: 1px solid;
    content: "";
    height: 100%;
    left: 15px;
    position: absolute;
    top: 0;
}

div.navbar-inverse div.navbar-inner,
div.navbar-relative-top div.navbar-inner {
    background: 0;
    border: 0;
    border-shadow: none
}

strong.faq_sub {
    color: #ff9f00;
    display: block;
    font-size: 24px;
    line-height: 29px;
}

.content-page h2 {
    color: #ff9f00;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.form-allowed-tags code,
.form-allowed-tags {
    display: none
}

.slider-content {
    background: url("images/slider-content-bg.png") repeat scroll 0 0 transparent;
    left: 0;
    position: absolute;
    top: 268px;
    width: 450px;
    z-index: 999;
    padding: 15px;
    color: #fff;
    display: none
}

.full-post .post-content {
    text-align: left
}

.slider-content p {
    color: #fff;
    margin: 0
}

.nivo-caption {
    position: absolute;
    top: 375px;
    width: 480px;
    height: 58px
}

.col_2_footer_content .author {
    float: left;
    margin: 0 0 15px;
    text-align: left;
    width: 100%
}

.col_2_footer_testmonial .col_2_footer_content .author {
    text-align: right
}

.col_2_footer_testmonial .col_2_footer_content p {
    text-align: center
}

.col_2_footer_testmonial ul li {
    width: 100%
}

#footer-wrapper .col_2_footer_content .author a {
    font-size: 16px;
    color: #dadada
}

#footer-wrapper .col_2_footer_testmonial .author a {
    color: #dadada
}

.read-more {
    margin: 0 0 10px 0
}

.single h1 {
    font-size: 50px
}

.theme-default .nivoSlider img {
    width: 940px;
    height: 474px!important
}

.slider-wrapper {
    background: #c0c0c0!important
}

.nivo-directionNav {
    background: url("images/nivo-directionNav-bg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: inline-block;
    float: left;
    height: 69px;
    margin: -69px 0 0;
    position: relative;
    width: 100%;
    z-index: 999
}

#banner-wrapper {
    padding: 0;
    background: url(images/bg-banner-wrapper.jpg) repeat left top;
    float: left;
    width: 100%
}

.home .banner-main-wrap {
    float: left;
    padding: 0 0 84px 0;
    position: relative;
    width: 100%
}

.banner-main-wrap {
    padding: 0 0 20px 0
}

.theme-default .nivo-controlNav {
    position: absolute;
    left: 0;
    bottom: 0
}

.theme-default .nivo-controlNav a {
    background: url(images/bullet-normal.png) no-repeat left top!important
}

.nivo-controlNav a.active {
    background: url(images/bullet-active.png) no-repeat left top!important
}

.nivo-controlNav {
    background: url(images/shadow-arrow.png) left top
}

.nivo-controlNav {
    display: none
}

.content-wrapper2 {
    float: left;
    width: 100%;
    background: url(images/content-wrap.jpg) repeat left top;
    padding: 40px 0 0 0
}

.content-wrapper2 h2 {
    font-size: 32px;
    font-weight: bold;
    padding: 0 0 12px 0
}

.rg-view,
.rg-image-nav {
    display: none
}

.content-wrapper2-span4 {
    background: #f6f6f6;
    border: medium none #fff;
    border-radius: 4px 4px 4px 4px;
    padding: 10px;
    border: 1px solid #fff
}

.rg-gallery {
    background: #373644;
    border-radius: 4px 4px 4px 4px;
    padding: 8px 0
}

.rg-image-wrapper {
    margin-bottom: 10px!important
}

.es-carousel-wrapper {
    margin-bottom: 0!important
}

.rg-image img {
    border: 3px solid #656576;
    width: 95%;
    margin: 0 0 0 2%
}

.full-post h3 a {
    cursor: pointer
}

.sidebar-nav #searchsubmit {
    margin: 10px 0 0;
    padding: 0 10px;
    color: #fff;
    background: #2b2c36
}

.content-gallery ul li img {
    border: 1px solid #ddd;
    height: 150px;
    margin-bottom: 10px;
    padding: 5px;
    width: 200px
}

.entry ul {
    list-style: none;
    margin: 0 0 15px 15px
}

.content-gallery ul li {
    color: #fff;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 16px 16px 0;
    text-align: center
}

.innercontent .post {
    float: left
}

.innercontent .post:last-child {
    border: 0
}

.innercontent li ul.event-blog li {
    padding: 0;
    background: 0
}

.post_con a.readmore1 {
    margin: 0;
    color: #fff;
}

h1.page-title {
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0
}

.page-title1 h1 {
    text-align: left;
    text-transform: uppercase;
    padding: 0
}

.logon-text h2 {
    text-align: center;
    text-transform: none;
    margin: 0;
    padding: 0
}

.logon-content {
    text-align: center;
    font-style: italic;
    color: #474646;
    line-height: 24px;
    font-size: 16px
}

.media-list h4 {
    color: #fff
}

.media-list p.meta {
    display: none
}

.media-list p.reply {
    display: none
}

.home_content_block_4 h2 {
    margin: 0;
    padding: 0
}

.home_content_block_4 h3 {
    margin: 0;
    padding: 0
}

.content ul li {
    background: url(images/bullet.png) no-repeat left 8px;
    padding: 0 0 0 20px;
    line-height: 24px
}

.content ul {
    margin: 0 0 12px 0;
    padding: 0
}

.box-faq {
    text-align: center;
    color: #000000;
    font-weight: 300;
    font-size: 16px
}

.box-faq h3 {
    color: #000;
    font-size: 20px;
    text-align: center;
}

.box-faq p {
    padding: 0 0 20px 0;
    margin: 0
}

.read_more {
    color: #8a8a8a;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none
}

.read_more:hover {
    color: #a10f09
}

.box_img {
    max-width: 40px;
    max-height: 40px;
    min-width: 40px;
    display: inline-block;
    min-height: 40px;
    text-align: center
}

.box_col h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    color: #172330;
    text-transform: uppercase
}

.box_col p {
    font-size: 14px;
    padding: 0 0 0 52px;
    min-height: 95px
}

.box_img img {
    border: none!important;
    margin-top: 25px
}

.button,
#submit,
.widget_search #searchsubmit {
    background: none repeat scroll 0 0 #a50e07;
    border-radius: 0;
    color: #fff!important;
    font-size: 18px!important;
    font-weight: normal;
    margin: 0;
    padding: 8px 20px;
    text-decoration: none
}

.button,
#submit:hover,
.widget_search #searchsubmit:hover {
    background: #b60e06
}

li.bypostauthor {
    border: 0
}

.single ol.commentlist li {
    background: #f7f7f7;
    list-style: none outside none;
    margin: 0 0 25px;
    overflow: hidden;
    padding: 10px 2%;
    width: 96%;
    position: relative;
    float: left
}

ol.commentlist li ul {
    float: left;
    margin: 8px 0 0 50px!important
}

.box_col .read_more {
    margin: 0 0 0 52px;
    color: #fc4349
}

.box_col .read_more:hover {
    color: #a10f09
}

.box .col_1 h3 {
    background: url(images/icon1.png) no-repeat left top;
    padding: 0 0 0 52px
}

.box .col_2 h3 {
    background: url(images/icon2.png) no-repeat left top;
    padding: 0 0 0 52px
}

.box .col_3 h3 {
    background: url(images/icon3.png) no-repeat left top;
    padding: 0 0 0 52px
}

.section_2.animate.fadeInDownLarge {
    padding-bottom: 55px!important;
    display: inline-block
}

#flexiselDemo3 {
    display: none
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center
}

.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
    margin: 0
}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    line-height: 0
}

.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    border: #9e9e9e 3px solid;
    margin-bottom: 10px;
    max-width: 265px;
    max-height: 212px
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: .5
}

.nbs-flexisel-nav-left {
    left: -10px;
    background: url(images/button-previous.png) no-repeat
}

.nbs-flexisel-nav-right {
    right: -10px;
    background: url(images/button-next.png) no-repeat
}

#footer-wrapper h2,
#footer-wrapper h3,
.col_2_footer_testmonial h2 {
    color: #fff;
    font-size: 26px;
    text-shadow: none;
    font-weight: normal;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #3b3b3b;
    padding: 0 0 8px 0
}

#footer-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer-wrapper p,
.col_2_footer_text,
#footer-wrapper p a {
    color: #dadada;
    font-size: 14px;
    line-height: 24px
}

#footer-wrapper ul li {
    list-style: none;
    padding: 0 0 10px 20px;
    margin: 0;
    color: #dadada;
    font-size: 14px;
    text-align: left;
    display: inline-block
}

.contact_info p {
    color: #8a9ab4;
    margin: 2px 0 10px 0
}

.contact_info,
.contact .contact_info {
    width: 100%;
    text-align: right
}

.contact_info {
    margin: 0
}

.contact .span4,
.contact .span8 {
    padding: 0;
    margin: 0
}

.col_2_footer_content ul li {
    float: left;
    background: none!important;
    padding: 0!important
}

.col_2_footer_content {
    padding: 0 20px 0 0;
    float: left
}

.col_3_footer_content ul li,
#content-wrapper .col_3_footer_text ul li {
    background-image: url(images/bullet.png);
    background-position: left 10px;
    background-repeat: no-repeat
}

.col_3_footer_text ul li {
    color: #fff;
    font-size: 18px;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 10px 20px
}

#dvLoading {
    background: #fff url(images/loader.gif) no-repeat center center;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999
}

#content-wrapper .innercontent .event-list li,
#content-wrapper .innercontent .event-blog li {
    list-style: none;
    padding: 0;
    background: 0
}

#content-wrapper .innercontent .event-list,
#content-wrapper .innercontent .event-blog {
    padding: 0
}

.innercontent .event-blog {
    float: left;
    padding: 25px 0 0 0!important
}

#content-wrapper .innercontent .event-list h2 {
    text-align: right;
    font-style: italic;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    border-bottom: #fff 1px solid;
    font-size: 20px
}

#content-wrapper .innercontent .event-blog h2 {
    font-style: normal;
    line-height: 30px;
    text-align: left;
    padding: 0 0 20px 0
}

.event-blog h4 {
    font-size: 16px;
    color: #515151;
    font-weight: 400
}

.event-blog img.attachment-full {
    display: block;
    margin: 15px auto 20px;
    max-width: 100%;
    min-height: auto
}

.comment-icon {
    background: url(images/com_icon.png) no-repeat left center;
    padding: 0 0 0 28px
}

#content-wrapper .innercontent .event-list h2:last-child {
    border: 0
}

.event-blog .span4 {
    padding: 0;
    margin: 0
}

.readmore {
    background: #a50e07;
    padding: 3px 8px;
    margin-bottom: 15px;
    display: inline-block;
    color: #fff;
    text-decoration: none
}

.readmore:hover {
    background: #000
}

.readmore1 {
    color: #a50e07;
    display: inline-block;
    margin-bottom: 50px;
    text-decoration: none
}

a.readmore1 {
    color: #fff;
    padding: 6px 20px
}

a.readmore1:hover {
    text-decoration: none;
    color: #fff
}

.date {
    width: 15%;
    float: left;
    padding: 10px 0 0
}

.date h2 {
    font-size: 50px;
    text-align: center
}

.date h2 span {
    border-top: 1px solid #000;
    font-size: 25px;
    line-height: 65px;
    padding: 5px 0 0
}

#content-wrapper .innercontent .event-blog li.post_con {
    padding-bottom: 50px
}

span.pages {
    padding: 4px 12px
}

.contact-title h1 {
    color: #fff;
    font-size: 68px;
    padding: 30px 0;
    font-weight: normal;
    text-transform: uppercase;
    border-top: #065555 1px solid;
    border-bottom: #065555 1px solid;
    text-align: center;
    text-shadow: none
}

#footer-wrapper .info ul li strong {
    color: #c1c1cc
}

#footer-wrapper .info h3 {
    font-size: 28px;
    text-align: left
}

#footer-wrapper .info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center
}

#footer-wrapper .info ul li {
    background: none!important;
    list-style: none;
    padding: 0 1% 0 1%;
    margin: 0;
    width: 100%;
    line-height: 24px;
    float: left;
    color: #c1c1cc;
    text-align: left
}

#footer-wrapper .info ul li:first-child {
    width: 24%
}

#footer-wrapper .info ul li a {
    text-decoration: underline;
    color: #c1c1cc
}

#footer-wrapper .info ul li a:hover {
    text-decoration: none;
    color: #c1c1cc
}

#footer-wrapper-inner .offset2 {
    margin: 0 auto!important;
    float: none!important
}

#footer-contact-info-wrapper ul ul {
    display: none
}

#footer-contact-info-wrapper ul {
    margin: 8px 0 0;
    padding: 0;
    text-align: center
}

#footer-contact-info-wrapper ul li {
    border-left: 1px solid #fff;
    display: inline-block;
    float: none;
    line-height: 10px;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 0 20px;
    background: transparent none repeat scroll 0 0;
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    font-family: 'Mulish', sans-serif;
}

#footer-contact-info-wrapper ul li:first-child {
    background: 0;
    border: 0;
    padding-left: 0
}

#footer-contact-info-wrapper ul li a {
    color: #fff !important;
    line-height: 16px;
    padding: 0;
    text-decoration: none;
    vertical-align: middle;
}

#footer-contact-info-wrapper li a:hover,
#footer-contact-info-wrapper li:hover a {
    color: #ff9f00!important;
}

#footer-contact-info-wrapper li.current-menu-item a {
    color: #ff9f00 !important;
}

.copy_right_footer {
    clear: both;
    margin: 0 0 10px;
    text-align: center;
    font-size: 17px;
    line-height: 34px;
    color: #fff;
    font-weight: 300;
    font-family: 'Mulish', sans-serif;
    margin: 0 0 10px;
    text-align: center
}

div#wpcf7-f18-w1-o1.wpcf7 form.wpcf7-form ul li {
    background: transparent!important;
    border: 0!important;
    padding: 0!important;
    margin: 0!important
}

.wpcf7 p {
    float: left;
    text-align: center;
    width: 100%;
    color: red;
    display: none;
}

.wpcf7 li {
    float: left;
    text-align: left;
    width: 100%;
    color: red !important;
}

li.last {
    float: left;
    position: relative;
    width: 100%
}

.wpcf7 label textarea {
    height: 60px
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background: #fff;
    border-radius: 0;
    border: 0
}

.readmore-container .home_featured_read_more {
    margin: 0 0 5px
}

input[type="submit"]:hover,
input[type="button"]:hover,
.readmore-container .home_featured_read_more:hover,
.home_featured_read_more:hover,
.col_2_footer_content .read-more a:hover,
.home_featured_read_more:hover,
.homeread_more:hover,
block3 a.read-more:hover {
    opacity: .6
}

.contact .social_media {
    padding: 20px 0 0 20px
}

.red {
    color: #f00
}

.mobcta {
    display: none
}

.page_headder,
.archive-header {
    background: url("images/inner-banner.jpg");
    background-repeat: no-repeat;
    background-color: #000;
    position: relative;
    background-position: center center;
    background-size: 100% auto;
    min-height: 316px;
}

.page_headder img {
    margin: 0 auto
}

.site_header {
    position: relative;
    width: 100%;
    z-index: 999
}

.title-main {
    width: 100%;
}

h1.entry-title {
    color: #000;
    text-align: center;
    padding-top: 20px;
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
}

.content-page {
    margin: 50px 0;
}

.page-id-1478 .content-page {
    margin: 50px 0 22px;
}

.btn.email.cpage {
    display: block;
    max-width: 113px
}

.vertical_border {
    height: 218px;
    margin: 0 auto;
    max-width: 2px;
    border-left: 1px solid #c7d2d9;
    border-right: 1px solid #fff;
    margin: 0 auto
}

div.list,
div.list>div {
    padding: 0;
}

div.list {
    margin: 0 0 10px;
}

.services_bottom p {
    margin: 0 0 30px;
}

.list ul li,
.inner_page ul li {
    color: #494e57;
    background: url('images/bullet-icon.png') no-repeat left 6px;
    padding: 0 8px 10px 15px;
    line-height: 19px
}

.page-id-260 .content-page img.alignnone {
    margin: 0
}

.excps span {
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    float: right;
    height: 32px;
    margin-bottom: 1px;
    margin-left: 0;
    width: 32px;
}

.excps {
    border-bottom: 1px solid #c6c6c6;
}

.excps .collapseall {
    background: url('images/collapse-all.png') no-repeat;
}

.excps .expandall {
    background: url('images/expand-all.png') no-repeat;
}

.excps>span:hover {
    opacity: 0.6;
}

h3.tm_title {
    margin: 0
}

img.wp-image-1249 {
    border: 10px solid #dbdbdb;
}

.services_bottom {
    background: #dbdde2 none repeat scroll 0 0;
    padding: 40px 0;
}

.services_bottom h2 {
    color: #000000;
    font-size: 27px;
    font-weight: normal;
    margin: 0 0 7px;
    text-transform: none;
}

.event-blog .post_con,
.single .post_con {
    background: #eeeeee none repeat scroll 0 0;
    margin: 0 0 15px;
    padding: 20px 10px;
}

div.categories {
    margin: 0 0 15px;
}

div.categories header,
div.archives header {
    background: #000000 none repeat scroll 0 0;
    padding: 12px 20px;
}

div.categories h3,
.archives h3 {
    color: #fff;
    margin: 0;
}

.bsb_content {
    background: #eeeeee none repeat scroll 0 0;
    padding: 20px 20px 12px;
}

.categories ul,
.archives ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.inner_page .categories ul li,
.inner_page .archives ul li {
    background: rgba(0, 0, 0, 0) url("images/bullet.png") no-repeat scroll left 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 12px;
    padding: 0 0 0 15px;
}

.categories ul li a,
.archives ul li a {
    color: #000;
    text-decoration: none;
}

.categories ul li a:hover,
.archives ul li a:hover {
    opacity: 0.6
}

a.readmore1 {
    color: #fff;
    padding: 6px 20px;
}

h2.blog-article {
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 20px;
    padding: 0 0 15px;
    text-align: center;
}

.screen-reader-text {
    display: none;
}

div.pagination {
    text-align: center;
    width: 100%;
}

div.wp-pagenavi a,
div.wp-pagenavi span,
.ngg-navigation a,
.ngg-navigation span,
div.ngg-navigation a.page-numbers,
div.ngg-navigation a.next,
div.ngg-navigation a.prev,
.pagination .page-numbers {
    background: rgba(0, 0, 0, 0) url("images/pagenav-bg.jpg") repeat scroll 0 0;
    border: 1px solid #a9b3bf;
    border-radius: 5px;
    color: #000;
    cursor: pointer !important;
    display: inline-block;
    height: 34px;
    line-height: 32px;
    margin: 5px !important;
    padding: 0;
    text-decoration: none;
    width: 46px;
}

div.wp-pagenavi a:hover,
div.wp-pagenavi span.current,
.ngg-navigation .current,
div.ngg-navigation a.page-numbers:hover,
div.ngg-navigation a.next:hover,
div.ngg-navigation a.prev:hover,
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    border-color: #000000;
    color: #000000;
}

.pagination .next.page-numbers,
.pagination .prev.page-numbers {
    min-width: 108px;
}

.payment_cards ul {
    margin: 0 0 10px;
}

#payment_methods li {
    display: inline-block;
    margin: 2px 0 0;
}

.about_us_main,
.services_main,
.home_testimonials {
    float: left;
    height: auto;
    width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
     ::i-block-chrome,
    div.head_cta {
        padding: 0 32px;
    }
     ::i-block-chrome,
    div.head_address {
        padding: 0 20px 0 130px;
    }
}


/*!
  Screens
-------------------------------------------------------------- */

@media screen and (min-width:0\0) {
    .wpcf7 ul li input[type="text"],
    .wpcf7 ul li input[type="tel"],
    .wpcf7 ul li input[type="email"],
    .wpcf7 ul li select,
    .wpcf7 ul li textarea {
        line-height: 17px
    }
    .wpcf7 .captchac {
        height: 39px
    }
     :-ms-input-placeholder:focus {
        opacity: 1;
        color: #000000;
    }
}

@media screen and (max-width:1919px) {
    .page_headder,
    .archive-header {
        background-size: auto 100%;
    }
}

@media screen and (min-width:1025px) and (max-width:1599px) {
    .banner .item {
        background-size: auto 100%;
        min-height: 510px;
    }
    .banner_services_main {
        right: 19%;
    }
}

@media screen and (width:1280px) {
    .banner_services_main {
        bottom: 118px;
        right: 14%;
    }
}

@media(max-width:1040px) {
    .slider-content {
        right: 30px!important;
        top: 228px!important;
        padding: 2px 15px
    }
    .facebook,
    .twitter,
    .linkedin,
    .googleplus,
    .pinterest,
    .youtube {
        float: left;
        height: 27px;
        margin-right: 12px;
        width: 27px
    }
    .event-blog {
        padding: 0;
        margin: 0
    }
    .date {
        float: left;
        padding: 10px 0 0;
        width: 19%
    }
    .social_media a {
        outline: medium none
    }
    .social_media {
        padding: 0 0 0 10px
    }
    .home .contact_info {
        margin: 0
    }
}

@media screen and (width:1024px) {
    .banner_content_main {
        bottom: 95px
    }
    .banner.owl-theme .owl-controls {
        bottom: 65px;
        display: none!important;
    }
    .section_1 {
        padding-top: 40px
    }
}

@media(max-width:1024px) {
    #footer-contact-info-wrapper ul li {
        padding: 0 12px !important;
    }
    .mobcta {
        display: inline-block;
        margin: 0
    }
    .deskcta {
        display: none
    }
    .banner_content_main,
    .banner .owl-controls.clickable {
        display: none!important
    }
    #footer-wrapper-inner .offset2 {
        margin-left: 266px
    }
    .banner_services_main {
        bottom: 28px;
        right: 5%;
    }
    #content-wrapper iframe {
        margin: 0 auto;
        max-width: 96%;
    }
    .service_copy li:before {
        opacity: 1
    }
    .team-back {
        font-size: 15px !important;
        line-height: 19px !important;
    }
    .content-page h2 {
        font-size: 28px !important;
    }
    .services_main .container {
        width: auto !important;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    nav.ubermenu.ubermenu-responsive .ubermenu-column,
    nav.ubermenu.ubermenu-responsive .ubermenu-column-auto {
        min-width: 100%;
    }
    nav.ubermenu-main.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop>.ubermenu-target::after {
        right: 0;
        left: 20%;
    }
    nav.ubermenu li.ubermenu-item-level-0::after {
        border: none !important;
    }
    .baddrs .col-sm-3 {
        float: left !important;
    }
    div.head_address {
        width: 50% !important;
    }
    div.head_cta {
        width: 50% !important;
    }
    div.head_email {
        width: 50% !important;
        float: right !important;
        margin-top: 7px;
    }
    div.header_social {
        width: 50%;
        margin-top: 7px;
    }
    .header_social ul li {
        float: none;
        list-style: outside none none;
        margin: 3px 3px 4px 0;
        display: inline-block;
    }
    div.navbar {
        background: #fcded4;
        height: auto;
    }
    nav.ubermenu-main ul.ubermenu-nav>li>.ubermenu-submenu.ubermenu-submenu-drop {
        background-color: #353535;
        margin-top: -6px;
        position: relative;
        z-index: 99;
    }
    ul.timings {
        line-height: 30px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    ul.timings {
        line-height: 30px;
    }
    .call-mail span {
        line-height: 30px;
    }
    .footer_social {
        line-height: 30px;
    }
    .contact_information h2 {
        font-size: 28px !important;
    }
    .contact_information h2::after {
        width: 75px !important;
    }
    .baddrs .col-sm-4 {
        width: 45% !important;
        margin: 0 auto 15px;
        max-width: 100%;
        display: block;
        float: none;
    }
    .baddrs {
        text-align: center;
    }
    .baddrs .col-sm-3 {
        width: 33.33333333%
    }
    .baddrs .col-sm-2 {
        width: 33.3%;
    }
    .services_main {
        background-image: url(images/services-bg.jpg) !important;
		background-size:cover;
    }
    nav.ubermenu-main li.ubermenu-item>a.ubermenu-target {
        font-size: 14px;
        margin: 0 15px;
    }
    .logo_block img {
        max-width: 100%;
        width: auto;
        margin: 0 auto;
    }
    .header_main .logo_block.col-sm-3 {
        width: 100%;
    }
    .header_main .col-sm-9 {
        width: 100% !important;
        text-align: center;
    }
    div.head_address {
        padding: 0 20px 0 20px !important;
        width: 32%
    }
    div.head_cta {
        width: 17.5%;
    }
    div.head_email {
        width: auto;
    }
    .footer_social {
        width: auto;
    }
    .header_social ul li {
        float: none;
        list-style: outside none none;
        margin: 3px 3px 4px 0;
        display: inline-block;
    }
    .caddress {
        padding: 30px 25px;
    }
    .services_main .container {
        width: auto !important;
    }
    .section_1,
    .section_1 p {
        font-size: 16px;
        line-height: 28px;
    }
    div.navbar {
        background: #000000;
    }
}

.box-bg {
    width: 100% !important;
    display: block;
    margin: 0 auto;
}

.title-main h1.entry-title {
    font-size: 40px;
    line-height: 60px
}

div.navigation>ul>li ul {
    left: auto;
    right: 0;
}

div.navigation>ul>li ul.dropdown-menu>li>ul.dropdown-menu {
    left: auto;
    right: 100%;
}

.ff_fields li {
    width: 45%;
}


}
@media(min-width:768px) and (max-width:1023px) {
    #footer-wrapper-inner .offset2 {
        margin-left: 198px
    }
    
    .mfp-arrow {
        top: 53%!important
    }
    
    .banner .item {
        background-size: auto 100%;
        min-height: 350px;
    }
    
    .banner_services_main {
        padding: 10px 0;
    }
    
    .banner_services_main .container,
    .btn.blue_btn {
        float: none;
    }
    
    .banner_services {
        float: none;
        margin: 0 auto;
    }
    
    .caddress .fn>div>div {
        min-height: 50px;
    }
    
    .hours_payment>div {
        width: 50%;
    }
    
    .logo_block {
        padding-bottom: 24px;
        padding-top: 24px;
    }
    
    div.head_address {
        padding: 0 20px 0 66px;
    }
    
    div.header_social {
        padding: 0 16px;
    }
    
    div.head_cta {
        padding: 0 17px
    }
    
    .banner_content_main {
        bottom: 75px
    }
    
    .banner.owl-theme .owl-controls {
        display: none!important;
        bottom: 45px;
    }
    
    .section_1 {
        padding-top: 40px
    }
    
    .home_testimonials {
        padding: 40px 20px
    }
    
    .about_img>figure {
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        top: 0
    }
    
    .about_img>figure img {
        opacity: 0
    }
    
    .service_img>figure {
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        top: 0
    }
    
    .service_img>figure img {
        opacity: 0
    }
    
    #footer-contact-info-wrapper ul li {
        padding: 0 8px
    }
    
    div.fn p span.comppany-name {
        font-size: 12px!important
    }
    
    div.section_1 div.span {
        width: 31%
    }
}
@media screen and (min-width:768px) {
    .about_img img .service_img img {
        opacity: 0
    }
}
@media(max-width:768px) {
    .banner_content .offset1 {
        margin-left: 86px
    }
    
    .wpcf7 label {
        width: auto
    }
    
    div.section_1 div.span {
        width: 31%
    }
    
    #footer-contact-info-wrapper ul li a,
    .copy_right_footer,
    div.fn p span.comppany-name,
    .fn.org span {
        font-size: 14px
    }
}
@media screen and (max-width:414px) {
.team-front img {
    display: block !important;
}
.our-team-main{    height: 371px !important;}
.col-sm-6.team-name {
    text-align: center;
}
}
@media screen and (min-width:415px) and (max-width:767px) {
	.section_1 h1::after {
    top: 129px !important;
}
	.col-sm-6.team-name {
    text-align: center;
    padding: 0px;
}
	.our-team-main img {
    width: auto;
    padding: 0% 0 7% !important;
}
	.team-front img {
    display: block !important;
}
.our-team-main{    height: 324px !important;}
.col-sm-6.team-name {
    text-align: center;
}
}
@media screen and (max-width:767px) {
	.vdo-res {
    width: 80% !important;
    float: none !important;
    margin: 0 auto 20px;
    max-width: 100%;
}
.media-link {
	width: auto;
	max-width: 300px;
	margin: 10px auto;
}
.media-links-group {flex-direction: column;}
	section.section_1 h1{
    line-height: 35px !important;}
    .call-mail span {
        line-height: 30px;
    }
    
    .contact_information h2 {
        font-size: 24px !important;
    }
    
    .contact_information h2::after {
        width: 65px !important;
    }
    
    .footer_social {
        margin: 8px 0 0;
        line-height: 30px;
    }
    
    .footer_social strong {
        margin-bottom: 5px;
    }
    
    .caddress {
        padding: 30px 25px;
    }
    
    .add {
        margin: 10px 0 8px;
    }    
    
    .box-bg {
        width: 100% !important;
        display: block;
        margin: 0 auto;
    }
    
    #footer-contact-info-wrapper ul li a {
        padding: 0 10px !important;
    }
    
    nav.ubermenu-main ul.ubermenu-nav>li>.ubermenu-submenu.ubermenu-submenu-drop {
        background-color: #353535;
        margin-top: -6px;
        position: relative;
        z-index: 99;
    }
    
    div.navbar {
        background: #000000;
    }
    
    .section_1 h1 .heading-in {
        margin-top: 0px !important;
    }
    
    .section_1 h1::after {
        top: 120px;
    }
    
    .logo_block img {
        width: auto !important;
        margin: 0 auto;
		    display: inline-block;
    }
    
    div.head_address {
        width: 100%!important;
        display: block;
        padding: 0px 32px 10px;
    }
    
    div.head_cta {
        width: auto!important;
    }
    
    div.head_email {
        width: auto!important;
        padding: 0 0px 10px;
    }
    
    div.header_social {
        padding: 0 0 10px;
    }
    
    .our-team-main img {
        display: none;
    }
    
    .title-main {
        
    }
    
    div.navbar {
        height: auto;
    }
    
    nav.ubermenu li.ubermenu-item-level-0:after {
        border-right: 0px solid #818181;
    }
    
    nav.ubermenu.ubermenu-responsive .ubermenu-column,
    nav.ubermenu.ubermenu-responsive .ubermenu-column-auto {
        min-width: 100%;
    }
    
    .banner.owl-theme .owl-controls {
        display: none !important;
    }
    
    .head_address {
        display: none
    }
    
    .banner_services_main {
        bottom: auto;
        position: relative;
        right: auto;
    }
    
    .banner_services_main .container {
        float: none;
        margin: 30px 0 0;
    }
    
    .banner_services>ul {
        margin: 0;
    }
    
    .banner_services {
        float: none;
        margin: 0 auto;
    }
    
    div.head_cta {
        border: 0 none;
        margin: 0 0 10px;
    }
    
    div.navbar ul.dropdown-menu>li>a {
        padding: 16px 0;
    }
    
    .logo_block {
        padding-bottom: 10px;
        padding-top: 10px
    }
    
    .head_right {
        padding-bottom: 0;
        padding-top: 10px
    }
    
    div.title-main h1.entry-title {
       
        font-size: 32px;
        line-height: 40px;
    }
    
    .content-page h2 {
        font-size: 22px !important;
    }
    
    .about_copy h2::after,
    .service_copy h2::after,
    .testimonials_list h2::after,
    .contact_information h2::after {
        width: 92px;
        bottom: -7px;
    }
    
    h1.entry-title::after {
        width: 48px;
        bottom: -7px;
    }
    
    .page_headder,
    .archive-header {
        min-height: 136px;
    }
    
    .services_main {
            background-image: url(images/services-bg.jpg) !important;
    background-size: cover;
    }
    
    .service_copy li {
        padding: 0 0 0 80px;
    }
    
    .service_copy li:before {
        font-size: 52px;
        width: 75px;
    }
    
    .wpcf7 .ftext_fields li,
    .ff_fields li {
        width: 100%;
    }
    
    .caddress {
        margin: 5px 0 0;
    }
    
    .footer_social {
        text-align: left;
    }
    
    .caddress .email {
        float: none;
        margin: 10px 0;
    }
    
    .content-page h2 {
        font-size: 26px;
        line-height: 34px
    }
    
    .page-id-260 .content-page img.alignnone {
        margin: 0 0 10px
    }
    
    .vertical_border {
        display: none
    }
    
    .banner_content {
        display: none
    }
    
    div.navbar .btn-navbar {
        display: block;
        cursor: pointer;
        margin: 9px 0;
        background: #00c0ff
    }
    
    div.navbar-inverse .btn-navbar:hover,
    div.navbar-inverse .btn-navbar:active,
    div.navbar-inverse .btn-navbar.active,
    div.navbar-inverse .btn-navbar.disabled,
    div.navbar-inverse .btn-navbar[disabled] {
        background-color: #6fa0c9;
        color: #fff
    }
    
    span.visible-phone {
        display: inherit!important
    }
    
    div.navbar .nav {
        padding: 10px 0
    }
    
    div.navbar .btn-navbar .icon-bar {
        margin: 3px 0;
        padding: 0
    }
    
    div.navbar .btn-navbar .icon-bar {
        background-color: #fff;
        border-radius: 1px;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        display: block;
        height: 2px;
        width: 18px
    }
    
    div.navbar .nav>li {
        display: block;
        margin: 0;
        padding: 0;
        text-align: center;
        border-bottom: 1px solid;
    }
    
    div.navbar .nav>li:last-child {
        border-bottom: 0px solid;
    }
    
    div.navbar .nav>li::after {
        content: ""
    }
    
    div.nav-collapse,
    div.nav-collapse.collapse {
        height: 0;
        width: 100%;
        overflow: hidden
    }
    
    ul.nav li ul {
        position: relative;
        text-align: center;
        width: 100%
    }
    
    div.navigation>ul.nav>li>ul.dropdown-menu {
        margin: 0;
        top: 0
    }
    
    div.navigation ul.dropdown-menu>li>ul.dropdown-menu {
        float: none;
        right: auto;
        margin: 0 auto;
        top: 0;
        width: 90%
    }
    
    .header_fax {
        display: block
    }
    
    .head_right {
        text-align: center
    }
    
    .header_social ul li {
        display: inline-block;
        float: none
    }
    
    figure img {
        display: block;
        margin: 0 auto
    }
    
    .services_main {
        margin-left: auto;
        margin-right: auto;
    }
    
    .about_img,
    .service_img {
        clear: both
    }
    
    section.section_1 h1,
    section.section_1 h1 span {
        line-height: 30px;
        margin: 0 0 10px;
        font-size: 27px
    }
    
    section.section_1 {
        padding: 40px 0 40px
    }
    
    div.about_copy {
        padding: 40px 15px;
    }
    
    .home_testimonials {
        padding: 40px 10px
    }
    
    input[type="submit"],
    input[type="button"] {
        min-width: 120px
    }
    
    .box_col p {
        min-height: inherit
    }
    
    hr {
        border-color: #ddd -moz-use-text-color #fff;
        margin: 0 0 30px
    }
    
    div.container div.span4 {
        margin-bottom: 0!important;
        text-align: center;
        width: auto!important
    }
    
    .event-blog h4 {
        text-align: left
    }
    
    .contact-form .field {
        float: none;
        width: 100%
    }
    
    .innercontent img.alignright,
    .innercontent img.alignleft,
    .innercontent img.alignone,
    .innercontent img.aligncenter {
        float: left;
        height: auto;
        margin: 0 0 15px!important;
        max-width: 97%;
        width: 100%
    }
    
    .gallery_colour {
        padding: 0!important
    }
    
    .single ol.commentlist li {
        background: none repeat scroll 0 0 #f7f7f7;
        float: left;
        list-style: none outside none;
        margin: 0 0 25px;
        overflow: hidden;
        padding: 10px;
        position: relative;
        width: 94%
    }
    
    .single ol.commentlist li ul.children li {
        width: 100%
    }
    
    .single ol.commentlist img.avatar {
        background: none repeat scroll 0 0 #fff;
        border: medium none;
        border-radius: 0;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
        float: left;
        line-height: 1;
        margin: 20px 15px 0 0;
        padding: 5px;
        width: 40px
    }
    
    .comment-author.baddrs {
        float: left;
        padding: 0 0 13px;
        width: 100%
    }
    
    ol.commentlist li ul {
        float: left;
        margin: 7px 0 0!important;
        width: 92%
    }
    
    .commentlist li a {
        box-shadow: none;
        font-size: 13px;
        line-height: normal;
        margin: 0;
        padding: 0 0 10px 0;
        text-decoration: none
    }
    
    .comment-meta {
        margin-top: 0;
        padding-bottom: 0;
        position: relative;
        text-align: left
    }
    
    .post_con,
    .date {
        width: 100%;
        text-align: left
    }
    
    #content-wrapper .innercontent .event-blog h2 {
        font-style: normal;
        line-height: 30px;
        padding: 0;
        text-align: left!important
    }
    
    .contact-form ul {
        width: 100%;
        float: left
    }
    
    .event-blog img.attachment-full {
        margin: 15px 0 20px;
        max-height: inherit;
        min-height: auto;
        width: 100%
    }
    
    .cta_wrapper {
        top: 0;
        position: absolute
    }
    
    ol.commentlist li li {
        border: 0 none;
        margin: 0 0 12px 0!important;
        padding: 0!important;
        width: 91%
    }
    
    .comment-meta {
        margin-top: 0;
        padding-bottom: 0;
        position: relative;
        text-align: left
    }
    
    .reply {
        float: right;
        position: relative;
        z-index: 9999
    }
    
    .single .innercontent #respond textarea {
        background: none repeat scroll 0 0 #fff;
        margin-right: 0;
        min-height: 84px;
        width: 95.8%
    }
    
    .post_con,
    .date {
        padding: 0;
        width: 100%
    }
    
    h2 {
        color: #000;
        font-size: 22px;
        margin: 0;
        padding: 0
    }
    
    .full-post {
        padding-bottom: 25px
    }
    
    .full_width,
    .one_half,
    .one_third,
    .two_third,
    .one_fourth,
    .three_fourth,
    .one_fifth,
    .two_fifth,
    .three_fifth,
    .four_fifth,
    .one_sixth {
        width: 100%!important
    }
    
    .one_half div {
        padding: 0
    }
    
    iframe {
        width: 100%
    }
    
    .box_col:last-child {
        margin-bottom: 0!important
    }
    
    .home_content_block_one img.alignleft,
    .home_content_block_two img.alignleft,
    .home_content_block_three img.alignleft,
    .home_content_block_four img.alignleft {
        margin-bottom: 0!important;
        max-width: 100%
    }
    
    .box h2 {
        color: #000;
        font-size: 21px;
        line-height: normal
    }
    
    div.navbar .brand {
        line-height: 22px;
        color: #6fa0c9;
        float: none;
        font-weight: normal;
        padding: 12px 0;
        text-align: left;
        text-shadow: 0 0 0;
    }
    
    .logo_block {
        text-align: center
    }
    
    .cta_number_icon,
    .cta_text {
        float: none;
        text-align: center
    }
    
    .branding-top .pull-right {
        float: none
    }
    
    div.navbar .nav>li {
        padding: 0
    }
    
    table td {
        width: 100%
    }
    
    .info ul li {
        width: 50%;
        padding: 0 0 20px 0;
        display: inline-table
    }
    
    #menu-wrapper {
        background: #044747;
        height: auto
    }
    
    #menu-wrapper div.navbar .nav {
        padding: 15px 0 0 0
    }
    
    #menu-wrapper div.navbar .nav>li {
        width: 100%;
        background: 0;
        text-align: left;
        padding: 0;
        margin: 0
    }
    
    #menu-wrapper div.navbar .nav>li a {
        border-width: 1px;
        text-align: left;
        border-radius: 0!important
    }
    
    #menu-wrapper div.navbar .nav>li a:hover,
    #menu-wrapper div.navbar .nav>li.current-menu-item a {
        border-radius: 0;
        border-width: 1px;
        background: #db8a16;
        color: #fff
    }
    
    table td {
        width: 100%;
        display: inline-table
    }
    
    .innercontent img {
        max-height: inherit;
        min-height: auto;
        height: auto
    }
    
    .contact_info h2 {
        text-align: center
    }
    
    .social_media {
        text-align: center
    }
    
    #footer-contact-info-wrapper ul {
        margin: 0 0 10px
    }
    
    .banner_content h3,
    .top_heading h1 {
        font-size: 26px
    }
    
    .sub_content,
    .sub_content p {
        color: #fff;
        font-size: 16px;
        line-height: 30px
    }
    
    div.navbar-relative-top div.navbar-inner {
        margin: 0;
        padding: 0 15px
    }
    
    div.navbar .nav>li.current-menu-item a {
        border-radius: 0
    }
    
    #footer-wrapper-inner .offset2 {
        margin-left: 0
    }
    
    .banner_content h2 {
        font-size: 43px
    }
    
    #footer-contact-info-wrapper ul li {
        padding: 0 1px 0 5px
    }
    
    .contact_info p {
        text-align: center
    }
    
    .social_media img {
        float: none
    }
    
    #footer-contact-info-wrapper ul li a,
    .copy_right_footer,
    div.info div.fn p {
        font-size: 14px
    }
    
    div.section_1 div.span {
        width: 100%;
        padding-right: 10px;
        margin-bottom: 25px
    }
    
    .page:not(.home) input[type="submit"],
    .page:not(.home) input[type="button"] {
        min-width: 120px
    }
    
    #wpcf7-f53-p304-o1 {
        margin: 30px 0 0
    }
    
    #content-wrapper iframe {
        max-width: 100%;
        margin: 0 auto
    }
}
@media(max-width:640px) {
    #slider .nivo-caption {
        display: none!important
    }
    
    #slider .slider-content {
        display: none!important
    }
    
    table td {
        width: 100%;
        display: inline-table;
        padding: 0 0 20px 0
    }
    
    #footer-contact-info-wrapper ul li a {
        padding: 0
    }
    
    #footer-contact-info-wrapper ul li {
        float: none;
        display: inline-block
    }
    
    .copy_right_footer {
        text-align: center;
        float: none
    }
    
    #footer-wrapper p {
        text-align: center
    }
    
    #footer-contact-info-wrapper ul {
        width: 100%
    }
    
    .social-media {
        float: none
    }
    
    .theme-default .nivoSlider img {
        width: 270px;
        height: 160px!important
    }
    
    .wpcf7 label.ca {
        border: 0;
        display: none
    }
    
    .box .read_more {
        margin: 0 0 20px
    }
    
    .box .span4 {
        min-height: 100%;
        margin: 0 0 20px
    }
    
    .link span {
        margin: 0 auto 55px
    }
    
    .section_2 img.alignright {
        float: none
    }
    
    .image_container,
    .image_container img {
        text-align: center;
        max-width: 100%;
        width: 100%
    }
    
    .box_col p {
        padding: 0
    }
    
    .link a {
        margin: 0 auto 120px;
        padding: 10px
    }
    
    .section_2_container .read_more {
        float: none
    }
    
    .section_2_container {
        text-align: center
    }
}
@media(max-width:600px) {
    div.container div.row div.span4 {
        text-align: center;
        width: auto
    }
    
    .innercontent img.aligncenter,
    .innercontent img.alignleft,
    .innercontent img.alignright,
    .innercontent img.alignone {
        width: 100%
    }
    
    div.home_content_block_one div.box_col {
        margin-top: 35px
    }
}
@media(max-width:480px) {
    .contact-form .submit_btn {
        margin-top: 0;
        width: 100%;
        max-width: 250px
    }
    
    .home h2 {
        font-size: 30px
    }
    
    .home h3 {
        font-size: 18px
    }
    
    .box h3 {
        background-position: center top;
        padding: 42px 0 0 0
    }
    
    div.section_1 div.span {
        margin-left: 0;
        text-align: center
    }
    
    .contact-form .field {
        width: 56%
    }
    
    .box .read_more {
        margin: 0
    }
    
    .info ul li {
        width: 100%;
        padding: 0 0 20px 0;
        display: inline-table
    }
    
    .info ul li img {
        width: 250px
    }
    
    #footer-contact-info-wrapper ul li {
        float: none;
        display: inline-block
    }
    
    .copy_right_footer {
        text-align: center;
        float: none
    }
    
    #footer-wrapper p {
        text-align: left
    }
    
    #footer-contact-info-wrapper ul {
        width: 100%
    }
    
    .social-media {
        float: none
    }
    
    .theme-default .nivoSlider img {
        height: 100%!important
    }
    
    #footer-wrapper-inner {
        padding: 0
    }
    
    .social_media {
        padding: 0;
        text-align: center
    }
    
    .copy_right_footer {
        width: auto!important
    }
    
    .reply {
        position: relative;
        text-align: right;
        z-index: 9999;
        float: none
    }
    
    .comment-meta {
        margin-top: 0
    }
    
    .link span {
        width: 35%
    }
    
    .link a {
        margin: 0 auto 110px
    }
    
    div.container div.span4 {
        margin-bottom: 0!important
    }
    
    .orbit-caption {
        display: none!important
    }
    
    .sub_content {
        font-size: 6vw
    }
    
    img.aligncenter,
    img.alignleft,
    img.alignright,
    img.alignnone {
        display: block;
        float: none;
        margin: 0 auto 15px;
    }
}
@media(min-width:320px) and (max-width:480px) {
    #footer-contact-info-wrapper {
        width: 100%;
        float: left;
        padding: 15px 0 15px;
        text-align: center;
        height: auto
    }
    
    #footer-wrapper-inner .offset2 {
        margin-left: 0!important
    }
    
    p {
        color: #000000;
        font-size: 14px;
        line-height: 26px;
        margin: 0 0 15px
    }
    
    div.container div.span4 {
        text-align: center;
        width: auto!important
    }
    
    #footer-wrapper p {
        text-align: center!important
    }
    
    #footer-wrapper ul li.test_bg_img,
    .col_2_footer_content .author {
        text-align: center;
        width: 100%
    }
    
    div.container div.row div.span4 {
        width: auto!important
    }
    
    div.container div.row div.span4 {
        width: auto!important
    }
    
    #footer-wrapper ul {
        text-align: center!important
    }
    
    .box h2 {
        font-size: 16px
    }
    
    div.navbar .nav>li a {
        padding: 10px 0
    }
    
    div.navbar-relative-top {
        border-bottom: 0
    }
    
    #content-wrapper .innercontent .event-list h2 {
        font-size: 22px
    }
    
    .banner-inner2 {
        background: url("images/inner_banner.jpg") no-repeat fixed center center / cover rgba(0, 0, 0, 0)
    }
}
@media(min-width:320px) and (max-width:360px) {
    div.title-main h1.entry-title {
        
        font-size: 22px;
        line-height: 24px;
    }
}
@media screen and (max-width:414px) {
    img.aligncenter,
    img.alignleft,
    img.alignright,
    img.alignnone {
        display: block;
        float: none;
        height: auto;
        margin: 0 auto 10px;
        max-width: 100%;
        padding: 0;
    }
}
@media(max-width:320px) {
    .copy_right_footer {
        clear: both
    }
    
    img.alignright {
        margin: 0 0 15px!important
    }
    
    .single .innercontent form {
        margin: 20px 0 20px 0!important
    }
    
    .link a {
        margin: 0 auto 75px
    }
}
@media(min-width:992px) {
    .page-id-260 .content-page {
        min-height: auto !important;
    }
}

/*bodycare*/
.our-team-main {
    width: 100%;
    height: 230px;
    border-left: 5px #000 solid;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    margin-bottom: 28px;
}
.our-team-main img {
    width: auto;
    padding: 6% 0 7%;
}
.our-team-main h3 {
    font-size: 20px;
    font-weight: 700;
}
.our-team-main p {
    margin-bottom: 0;
}
.team-back {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
	padding: 5px 15px 0 15px;
    text-align: left;
    background: #ff9f00;
    font-family: 'Mulish', sans-serif;
    height: 230px;
	color:#fff !important;
}
.team-front {
    width: 100%;
    position: relative;
    z-index: 10;
    background: #f1ece9;
    padding: 15px;
    bottom: 0px;
    transition: all 0.1s ease-out;
    height: 230px
}
.our-team-main:hover .team-front {
    left: -598px;
    transition: all 2s ease-out;
}
.our-team-main:hover {
    border-color: #fff;
    transition: 2s ease-out;
}
.team-name {
    display: block;
    padding: 12% 0;
    text-align: left;
}

/*our-team-main*/
.box-bg {
    background: #ff9f00;
    color: #fff;
    text-align: center;
    padding: 20px;
    width: 50% !important;
    display: block;
    margin: 0 auto;
}

.faq h3 a {
    font-size: 23px;
    color: #ff6000;
}

.type-testimonials {
    padding: 25px;
    border: 1px solid #ff9f00;
    margin: 20px 0;
}
.page-id-1531 .inner_page {
    background: #fff;
}
.page-id-1531 .inner_page .contact-form ul li {
    background: none !important;
}
.service_copy li:nth-child(1) {
    display: none;
}
.service_copy li:nth-child(2) {
    display: none;
}
.service_copy li:nth-child(3) {
    display: none;
}
.service_copy li:nth-child(4) {
    display: none;
}
.welcome-in {
    margin: 4% 0 0;
}
#wpcf7-f1174-o1-ve-validPhone {
    display: none;
}
#wpcf7-f1174-o1-ve-emailAddress {
    display: none;
}
#wpcf7-f1174-o1-ve-fullName {
    display: none;
}
#wpcf7-f1174-o1-ve-captcha-73 {
    display: none;
}
@media screen and (min-width:1025px) and (max-width:1278px) {
    .container {
        width: 1193px !important;
    }
    
    .home_testimonials .container {
        width: 970px !important;
    }
    
    .div.navbar {
        height: auto;
        background: #fcded4;
    }
    
    nav.ubermenu-main li.ubermenu-item>a.ubermenu-target {
        font-size: 15px;
        margin: 0 12px;
    }
    
    div.head_address {
        padding: 0 20px 0 50px;
        width: 256px;
    }
    
    .services_main {
        background-size: cover !important;
    }
}
@media screen and (min-width:1279px) and (max-width:1290px) {
    .services_main {
        background-size: 150% !important;
    }
}
.bform input::-webkit-input-placeholder {
   color: #000000 !important;
   font-weight:normal;
   opacity:1;
}

.bform input:-moz-placeholder { /* Firefox 18- */
   color: #000000 !important; font-weight:normal; 
   opacity:1;
}

.bform input::-moz-placeholder {  /* Firefox 19+ */
   color: #000000 !important; font-weight:normal;
   opacity:1;
}

.bform input:-ms-input-placeholder{  
   color: #000000 !important;  font-weight:normal;
   opacity:1;
}
.bform .wpcf7 ul li input[type="text"], .bform .wpcf7 ul li input[type="tel"], .bform .wpcf7 ul li input[type="email"], .bform .wpcf7 ul li select, .wpcf7 ul li textarea{
	    border-bottom: 1px solid #dadada !important;
		color: #FFF !important;
}
@media screen and (max-width: 768px){
.ubermenu-responsive-toggle {
    display: block;
    color: #fff;
}
.ubermenu .ubermenu-retractor{color: #ff9f00;}
}
.bform .wpcf7 label {
    color: #000;
}
.content-page .btform .wpcf7 ul li input[type="text"], .content-page .btform .wpcf7 ul li input[type="tel"], .content-page .btform .wpcf7 ul li input[type="email"], .content-page .btform .wpcf7 ul li select, .content-page .btform .wpcf7 ul li textarea {
    color: #000 !important;
}
@media screen and (max-width: 767px){
.banner_services_main .container {
    float: none;
    margin: 0px 0 0 !important;
}
.img-description-box {
	width: 100%;
	flex-direction: column;
}
.img-description-box .p-text,.img-description-box .p-img {
	width: 100%;
}
}
@media screen and (min-width:768px) and (max-width:992px) {
.section_1 h1:after{
	    top: 217px !important;
}
}
@media screen and (max-width:320px) {
	.section_1 h1:after{
	    top: 235px !important;
}
.welcome-in {
    margin-top: 40px;
}
}
@media screen and (min-width:370px) and (max-width:414px) {
	.section_1 h1:after{
	    top: 199px !important;
}
.welcome-in {
    margin-top: 40px;
}
}
.btform textarea::-webkit-input-placeholder {
   color: #000000 !important;
   font-weight:normal;
   opacity:1;
}

.btform textarea:-moz-placeholder { /* Firefox 18- */
   color: #000000 !important; font-weight:normal; 
   opacity:1;
}

.btform textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #000000 !important; font-weight:normal;
   opacity:1;
}

.btform textarea:-ms-input-placeholder{  
   color: #000000 !important;  font-weight:normal;
   opacity:1;
}