/*
Theme Name: Eventme
Theme URI: http://ovatheme.com
Version: 2.5.5
Description: Created by <a href="http://ovatheme.com">ovatheme</a>
Author: <a href="http://ovatheme.com">ovatheme</a>
Author URI: <a href="http://ovatheme.com">ovatheme</a>
License: GNU General Public License
License URI: license.txt
Tags: light, gray, white, custom-background, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: eventme
---------
DO NOT EDIT THIS FILE.
If you need to overwrite the CSS styling, create a new custom_style.css
in the theme folder and it will automatically load in the <head>.
*/






/* Global properties (body, common classes, vertical rhythm, structure etc)
/* ========================================================================== */
.wp-caption{}

.wp-caption-text{}

.sticky{}

.gallery-caption{}

.bypostauthor{}
.alignright{}
.alignleft{}
.aligncenter{}
body {    
    background: #ffffff;    
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: visible !important; /* reset animate.css / if hidden parallax buggy */
    position:relative;
    overflow-x: hidden;
}



@media (max-width: 991px) {
    /*.blog .content-area {
        padding-top: 44px;
    }*/
}
/* overflow the content area */
* {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    /* Prevent Long URL’s From Breaking Out of Container
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    */
}

@media (min-width: 979px) and (max-width: 1200px) {
    .container {padding: 0 15px;}
	.narrow-content{
		width: 970px;
	}
	.narrow-content .container{
		width: 970px;
	}
}

@media (min-width: 1200px) {
    .container {padding: 0 15px;}
	.narrow-content{
		width: 970px;
		
	}
	.narrow-content .container{
		width: 970px;
	}
}

@media (max-width: 767px) {
    .container {max-width: 620px;}
}

@media (max-width: 640px) {
    .container {max-width: 460px;}
}

/* Layout setting WIDE/BOXED */

.wide .page-section,
.boxed .page-section {
    padding-top: 100px;
}

/*.wide.blog .page-section,
.boxed.blog .page-section > .container {
    background-color: #f5f8fa;
}*/
.wide .page-section.no-bottom,
.boxed .page-section.no-bottom > .container {
    padding-bottom: 0;
}

.wide .page-section.no-top,
.boxed .page-section.no-top > .container {
    padding-top: 0;
}

.wide .page-section.first,
.boxed .page-section.first > .container {
    border-top: none;
    padding-top: 0;
}

.wide .page-section.last,
.boxed .page-section.last > .container {
    border-bottom: none;
    padding-bottom: 0;
}

.wide .page-section.light,
.boxed .page-section.light > .container {
    background-color: #f6f7f8;
}

.wide .page-section.dark,
.boxed .page-section.dark > .container {
    background-color: #f5f5f5;
}

.page-section.subscribe .parallax-bg {
    background-image: url("assets/img/preview/bg-subscribe.jpg");
}


.wide .page-section.twitter,
.boxed .page-section.twitter > .container {
    background: url("assets/img/preview/bg-twitter.jpg") #f6f7f8 50% 0 repeat;
}

@media (max-width: 991px) {
    .wide .page-section.twitter,
    .boxed .page-section.twitter > .container {
        background-position: 50% 0 !important;
    }
}

/*.page-section.directions .parallax-bg {
    background-image: url("assets/img/preview/bg-directions.jpg");
}

.page-section.directions .parallax-overlay {
    background-color: rgba(30, 144, 255, 0.50);
}*/

.wide .page-section.slider,

.boxed .page-section.slider,
.boxed .page-section.slider .main-slider,

.boxed .page-section.slider > .container {
    border: medium none !important;
    height: 100%;
    position: relative;
    z-index: 1;
}

.wide .page-section.image {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
    /*background-image: url('../assets/img/preview/bg-mainslider-1.jpg');*/
    background-size: cover !important;
    background-position: 50% 0 !important;
    background-repeat: no-repeat;
}
.wide .page-section.image:before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    width: 100%; height: 100%;
}
.wide .page-section.image > .container {
    position: relative;
}

.boxed .page-section.image {
    position: relative;
}
.boxed .page-section.image > .container {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
    /*background-image: url('../img/preview/bg-mainslider-1.jpg');*/
    background-size: cover !important;
    background-position: 50% 0 !important;
    background-repeat: no-repeat;
}
.boxed .page-section.image > .container:before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    width: 100%; height: 100%;
    background: transparent url("../img/overlay.png") 50% 0 repeat;
    display: block !important;
}
/*.page-section{
	margin-top: 100px;
}*/

.main-slider,
.main-slider .owl-carousel,
.main-slider .owl-wrapper-outer,
.main-slider .owl-wrapper
{
    height: 100%;
}

#event-slider {
    height: 100% !important;
    min-height: 100% !important;
}

#event-slider .owl-stage-outer,
#event-slider .owl-stage{
    height: 100%!important;
}


.owl-carousel .owl-item img{
    width: auto!important;
}

.wide .page-section.slider > .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: -70px;
    margin-bottom: -70px;
}

.boxed .page-section.slider > .container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.wide .container.full-width {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;

    margin-top: -70px;
    margin-bottom: -70px;
}

.boxed .container.full-width {
    padding-left: 0;
    padding-right: 0;

    padding-top: 0;
    padding-bottom: 0;

    margin-bottom: -70px;
}

.wide .container.no-border,
.boxed .container.no-border {
    border: none;
}

.wide .page-section.error-section,
.boxed .page-section.error-section > .container {
    padding-top: 170px;
}

@media (max-width: 991px) {
    .wide .page-section.error-section,
    .boxed .page-section.error-section > .container {
        padding-top: 100px;
    }
}

.content .widget + .widget,
.sidebar .widget + .widget,
.footer .widget + .widget {
    margin-top: 50px;
}

.error-number {
    font-family: 'Oswald', 'sans-serif';
    display: block;
    text-align: center;
    font-size: 250px;
    line-height: 250px;
    font-weight: bold;
}

@media (max-width: 480px) {
    .error-number {
        font-size: 150px;
        line-height: 200px;
    }
}

/* Preloader
/* ========================================================================== */

#preloader {
    position: fixed;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background-color: #ffffff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    /*You can use animated gif for preloader */
    /*background-image: url(../img/preloader.gif);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    margin: -100px 0 0 -100px;
    text-align: center;
    font-size: 50px;
}

/* prettyPhoto
/* ========================================================================== */

div.dark_square .pp_left,div.dark_square .pp_middle,
div.dark_square .pp_right,div.dark_square .pp_content {
    background:transparent;
}
div.pp_overlay {
    height: 100% !important;
    width: 100% !important;
    display: block !important;
    opacity: 0.8 !important;
}

/* Isotope
/* ========================================================================== */

.isotope .item {
    /* fix isotope/bs3 */
    margin-right: -1px !important;
}

@media (max-width: 767px) {
    .isotope-item {
        max-width: 100% !important;
        width: 100% !important; /**/
    }
}

.no-padding,
.items.no-padding {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-padding .item,
.items.no-padding .item {
    padding: 0 !important;
    margin: 0 !important;
}

.no-padding .item .thumbnail,
.items.no-padding .item .thumbnail {
    margin: 0 !important;
}

/* owl/img-carousel
/* ========================================================================== */

.img-carousel {}
.img-carousel .owl-controls {
    margin: 0 auto;
}

.img-carousel .owl-pagination {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.img-carousel .owl-prev,
.img-carousel .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -10px !important;
    left: 10px;

    width: 30px;
    height: 30px;
    line-height: 30px;
    text-indent: -9999px;
    white-space: nowrap;
}
.img-carousel .owl-next {
    left: auto;
    right: 10px;
}

.img-carousel .owl-prev:before,
.img-carousel .owl-next:before {
    content: "<";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-indent: 0;
}

.img-carousel .owl-next:before {
    content: ">";
}

.owl-theme .owl-controls .owl-page span {
    width: 14px;
    height: 14px;

    -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
            border-radius: 50%;

    background-color: #d4d8dc;
    border: solid 4px #d4d8dc;
}

.owl-theme .owl-controls .owl-page.active span {
    background-color: #1e90ff;
    border: solid 4px #d4d8dc;
}


.partners-carousel .owl-carousel div {
    display: block;
    text-align: center;
    margin-left: -1px;
    margin-right: 1px;
}
.partners-carousel .owl-carousel div a {display: inline-block;}
.partners-carousel .owl-carousel div a img {}
.partners-carousel .owl-carousel div + div {border-left: solid 1px #d2d2dc;}

/* TYPOGRAPHY
/* ========================================================================== */
p{
    color: #6F6F6E;
    font-size: 16px;
    line-height: 24px;
}
/*h1, h2, h3, h4, h5, h6 {
    color: #6F6F6F;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 300;

}*/
h1{
	font-size: 30px;
	line-height: 38px;
	font-weight: 500;
    margin: 0;
}
h2{
	font-size: 43px;
	line-height: 48px;
	font-weight: 300;
    margin: 0;
}
h3{
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
    margin: 0;
}
h4{
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
    margin: 0;
}
h1 .fa,
h2 .fa,
h3 .fa,
h4 .fa,
h5 .fa,
h6 .fa {
    color: #1e90ff;
}
.header-blue-bg {
    height: 220px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: visible !important;
}
.header-blue-bg h1{
    border: 1px solid #0097FF;
    background-color: rgba(0,151,255,0.8);
    padding: 20px;
    margin: 0 auto;
    display: table;
    position: relative;
    bottom: -180px;
z-index: 3;
}
.header-static {
    height: 220px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: visible !important;
}
.header-static h1{
    border: 1px solid #0097FF;
    background-color: rgba(0,151,255,0.8);
    padding: 20px;
    margin: 0 auto;
    display: table;
    position: relative;
    bottom: -180px;
z-index: 3;
}
.title h1{
    color: #6F6F6F; 
    font-size: 43px; 
    font-weight: 300;
    line-height: 48px;
    margin: 40px 0;
    text-align: center;
}
.big-text p{
    color: #373737;
    font-size: 20px; 
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 20px;
}
.white-text p{
    color: #FFFFFF; 
    font-size: 14px; 
    font-weight: 500; 
    line-height: 19px;
}
.white-text hr{
    margin-top: 12px;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #fff;
    width: 50%;
}
.blue-text{
	color: #0095FF;	
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	margin-top: 15px !important;
	margin-bottom: 20px !important;
}
.blue-text p{
	color: #0095FF;	
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 20px !important;
}
.blue-text a:hover{
	color: #0095FF;
}
.section-title {
    position: relative;
    line-height: 1;
    margin: 0 0 0px 0;
}

.section-title.half-bottom {
    margin-bottom: 30px;
}

.section-title.small-bottom {
    margin-bottom: 15px;
}

.blog-head .section-title {
    font-size: 90px;
    line-height: 80px;
    font-weight: bold;
    text-shadow: 2px 2px 1px rgba(138, 146, 154, 0.50);
    color: #ffffff;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .wide .blog-head,
    .boxed .blog-head > .container {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .blog-head .section-title {
        font-size: 70px;
        line-height: 65px;
    }
}
@media (max-width: 768px) {
    .wide .blog-head,
    .boxed .blog-head > .container {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .blog-head .section-title {
        font-size: 50px;
        line-height: 45px;
    }
}

.text-lg {
    font-size: 18px;
}
.text-md {
    font-size: 16px;
}

.list-ul.text-md li {
    padding-top: 8px;
    padding-bottom: 8px;
}

.list-ul.text-md .fa {
    font-size: 8px;
    top: 15px;
}

.section-title small {
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;    
    color: #787b80;
}

.section-title small:before {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    margin: 15px auto 15px auto;
    background-color: #1e90ff;
}

a,
a:hover,
a:active,
a:focus {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: #1e90ff;
}

a:hover,
a:active,
a:focus {
    color: #307cf0;
}

p {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

ul, ol {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

ul ul, ol ol,
ul ol, ol ul {
    padding-left: 12px;
}

.list-ul {
    padding-left: 0;
}

.list-ul li {
    position: relative;
    padding-left: 20px;
}
.list-ul .fa {
    position: absolute;
    top: 3px;
    left: 0;
    color: #1e90ff;
}

.list-ul-inline li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

textarea {
    resize: none;
}

a i,
a:hover i,
input,
input:hover,
input:focus {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

hr {}

hr.page-divider {
    margin-top: 40px;
    margin-bottom: 40px;
}

hr.page-divider.transparent {
    border-color: transparent;
}

hr.page-divider.half {
    border-color: transparent;
    margin-top: 0;
    clear: both;
}

hr.page-divider.small {
    border-color: transparent;
    margin-top: 0;
    margin-bottom: 20px;
}

/* Buttons
/* ========================================================================== */

.btn {
    border-radius: 0;
}

.btn-theme {
    color: #d2d2dc;
    background-color: transparent;
    border-width: 2px;
    border-color: #d2d2dc;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 40px;

    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
    color: #ffffff;
    background-color: #6f6f6f;
    border-color: #6f6f6f;
}

.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
    background-image: none;
}

.btn-theme.disabled,
.btn-theme[disabled],
fieldset[disabled] .btn-theme,
.btn-theme.disabled:hover,
.btn-theme[disabled]:hover,
fieldset[disabled] .btn-theme:hover,
.btn-theme.disabled:focus,
.btn-theme[disabled]:focus,
fieldset[disabled] .btn-theme:focus,
.btn-theme.disabled:active,
.btn-theme[disabled]:active,
fieldset[disabled] .btn-theme:active,
.btn-theme.disabled.active,
.btn-theme[disabled].active,
fieldset[disabled] .btn-theme.active {
    background-color: transparent;
    border-color: #d2d2dc;
    color: #d2d2dc;
}
.btn-reserve{
	color: #FFFFFF;
    background-color: #00a7ef;
    border-width: 2px;
    border-color: #00a7ef;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 40px;

    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-reserve:hover{
	color: #00a7ef;
    background-color: transparent;
}
@media (max-width: 768px){
	.btn-reserve{
		padding: 20px 10px;
		font-size: 12px;
	}
}
.btn-theme .badge {
    color: #d2d2dc;
    background-color: transparent;
}

.btn-theme-primary {
    color: #ffffff;
    background-color: #1e90ff;
    border-color: #1e90ff;
}

.btn-theme-primary:focus,
.btn-theme-primary:active,
.btn-theme-primary:hover {
    background-color: #006ad1;
    border-color: #006ad1;
}

.btn-theme-white {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.btn-theme-white:hover {
    color: #ffffff;
    background-color: #1e90ff;
    border-color: #ffffff;
}

.btn-theme-invert {
    color: #ffffff;
    background-color: #414650;
    border-color: #414650;
}

.btn-theme-default {
    color: #ffffff;
    background-color: #d2d2dc;
    border-color: #d2d2dc;
}

.btn-theme-default:hover {
    background-color: #414650;
    border-color: #414650;
}

.btn-theme-sm {
    padding: 8px 20px;
    font-size: 14px;
}

.group-button .btn-theme-group .btn-theme {
    margin-right: 15px;
}

@media (max-width: 639px) {
    .group-button .btn-theme-group .btn-theme + .btn-theme {
        margin-top: 15px;
    }
}

.gray_btn{
    color: #6F6F6E;
    background-color: transparent;
    border: 1px solid #6F6F6E;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px; 
    line-height: 20px;
    padding: 20px 0;
    width: 30%;

    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.gray_btn:hover{
    color: #6F6F6E;
    background-color: transparent;
    border: 1px solid #6F6F6E;
    box-shadow: 0 4px 8px 0 #ADADAD;
}
.btn-form{
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.3);

    color: #FFFFFF; 
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px; 
    line-height: 20px; 
    text-align: center;
}
.btn-map{
    border: 1px solid #0097FF;
    border-radius: 4px;
    background-color: #0097FF;
	width: 80%;

    color: #FFFFFF; 
    font-size: 20px; 
    font-weight: bold;
    letter-spacing: 1px; 
    line-height: 20px;  
    text-align: center;
}
.btn-map:hover,
.btn-map:focus,
.btn-map:visited{
    border: 1px solid #0097FF;
    border-radius: 4px;
    background-color: #0097FF;
    color: #fff;
	box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}
/* Form / Input / Textarea
/* ========================================================================== */

.form-control {
    border-radius: 0;
    border: 1px solid #E9ECEF;  
    background-color: #FFFFFF;
    padding: 15px;
    font-size: 20px !important;
    font-weight: 300;
    line-height: 20px !important;
    -webkit-appearance: none; /* ios */
    -webkit-box-shadow: none;
            box-shadow: none;
}
.form-control::placeholder{
    color: rgba(111,111,111,0.5);
}

.form-control:focus {
    border-color: #E9ECEF;
    -webkit-appearance: none; /* ios */
    -webkit-box-shadow: none;
            box-shadow: none;
}

.input-group-addon {
    border-radius: 0;
    border-color: #e9ecef;
    background-color: #ffffff;
}

.subscribe_ova {
    position: relative;
    max-width: 770px;
    margin: 0 auto;
}

.subscribe_ova .form-group {
    margin: 60px auto 20px auto;
}

.subscribe_ova .form-control {
    height: 54px!important;
    text-transform: uppercase;
    font-size: 18px;
}

.subscribe_ova .btn-subscribe {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;

    padding-top: 12px;
    padding-bottom: 13px;
}


.subscribe_ova .form-group {
    text-align: left;
    position:   relative;
}

.subscribe_ova label#email1_error {
    font-weight: normal;
    padding-left: 13px;
}

.subscribe_ova .error {display: block;}
.subscribe_ova .subscribe-ok {color: green;}
.subscribe_ova .subscribe-error {color: red;}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.modal-body {
    padding-bottom: 0;
}

.modal-footer {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

/* Price table
/* ========================================================================== */

.price-table {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 991px) {
    .row [class*="col-sm"] .price-table {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .row [class*="col-sm"] .price-table {
        margin-bottom: 0;
    }
    .row [class*="col-sm"] + [class*="col-sm"] .price-table {
        margin-top: 50px;
    }
}

.price-table-header {
    padding: 30px 2px 15px 2px;
    background-color: #1e90ff;
    color: #ffffff;
}

.price-table-header small {
    display: block;
    margin-top: 40px;
    font-size: 13px;
}

.price-label {
    padding-bottom: 30px;
}

.price-label-title {
    margin: 0;
    color: #ffffff;
}

.price-value {
    position: relative;
    display: inline-block;
}

.price-number {
    display: inline-block;
    font-size: 64px;
    line-height: 40px;
    font-weight: 700;
}

.price-unit {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    vertical-align: top;
}
.price-per {display: none;}

.price-description {
    padding-bottom: 30px;
}

.price-table-row {
    padding: 10px 2px;
    line-height: 20px;
    border: solid 1px #d2d2dc;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.price-table-row + .price-table-row {
    border-top: none;
}

.price-table-row-bottom {
    padding: 20px 30px;
    line-height: 20px;
    border: solid 1px #d2d2dc;
    border-top: none;
}

.price-table-row-bottom .btn {
    padding: 8px 30px;
    font-size: 14px;
}

/* Header
/* ========================================================================== */

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.wide .header.sticky-header,
.boxed .header.sticky-header > .container {
    height: 44px;
    background-color: rgba(30, 144, 255, 0.90);
}


.header.sticky-header .logo {line-height: 1;}
.header.sticky-header .logo img {height: 36px; margin-top: 3px;}
@media (max-width: 991px) {
    .header .logo img {
        max-height: 60px;
        height: 60px;
        margin-top: 20px;
    }
}
.header.sticky-header .navigation {margin-top: 5px;}
.header.sticky-header .language {margin-top: 5px;}
.header.sticky-header .sf-menu a {padding-top: 5px; padding-bottom: 5px;}
.header.sticky-header .search i {padding-top: 5px; padding-bottom: 5px;}
.header.sticky-header .sf-menu > li > a:after {}
.header.sticky-header .sf-menu > li > a.active:after,
.header.sticky-header .sf-menu > li.active > a:hover:after,
.header.sticky-header .sf-menu > li.active > a:after,
.header.sticky-header .sf-menu > li:focus > a:after,
.header.sticky-header .sf-menu > li:hover > a:after,
.header.sticky-header .sf-menu > li.sfHover > a:after {
    height: 1px;
}

.wide .header,
.boxed .header > .container {
    height: 100px;
    background-color: #0097FF;
    color:#0097FF;
}

@media (max-width: 991px) {
    .wide .header,
    .boxed .header > .container {
        height: 100px;
    }
}

.logo {float: left;}
.logo img {max-height: 80px; height: 80px; margin-top: 10px;}

/*.header,
.header > .container,
.header.sticky-header,
.header .logo,
.header.sticky-header .logo,
.header .logo img,
.header.sticky-header .logo img,

.header .navigation,
.header .sf-menu a,
.header .sf-menu > li > a:after,
.header .sf-menu > li > a.active:after,
.header .sf-menu > li:hover > a:after,
.header .sf-menu > li.sfHover > a:after,

.header.sticky-header .navigation,
.header.sticky-header .sf-menu a,
.header.sticky-header .sf-menu > li > a:after,
.header.sticky-header .sf-menu > li > a.active:after,
.header.sticky-header .sf-menu > li:hover > a:after,
.header.sticky-header .sf-menu > li.sfHover > a:after,

#mobile-menu,
.mobile-menu

{
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}*/

.navigation {
    float: right;
    margin-top: 30px;
}

@media (max-width: 1200px) {
    .navigation {
        display: none;
    }
}

/* superfish skin */
.sf-menu {
    margin-bottom: 0;
}

.sf-menu ul {
    /*display: block !important;*/
    border-top: 2px solid #fff;
    min-width: 12em; /* allow long menu items to determine submenu width */
    *width: 12em; /* no auto sub width for IE7, see white-space comment below */
	margin-top: 20px;
}

.sf-menu a {
    border: none;
    position: relative;
    padding: 15px 15px 15px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #8b9398;
}
@media (max-width: 1199px) {
    .sf-menu a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sf-menu a {
        /*padding-right: 20px;*/
    }
}

.sf-menu > li > a {
    position: relative;
    text-transform: none;
    font-size: 12px;
    font-weight: 500;
}
.sf-menu > .menu-item-has-children > a:after {
    /*content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: transparent;*/
    
    /*font-family: "FontAwesome";
    content: "\f107";
    padding-left: 5px;
    line-height: normal;
    color: #00B1FF;*/
}
.sf-arrows .sf-with-ul:after{
    font-family: "FontAwesome";
    content: "\f107";
    padding-left: 5px;
    line-height: normal;
    color: #fff;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li {
    background: transparent;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
    background: transparent;
    color: #ffffff;
}

.sf-menu li > a {
    font-size: 14px;
	line-height: 1;
    color: #fff;
}

.sf-menu li:hover > a,
.sf-menu li.sfHover > a {
    border-color: #3c4547;
    /*color: #00B1FF;*/
}

.sf-menu > li {
    /**/
}

.sf-menu > li:hover,
.sf-menu > li.sfHover {
    color: #ffffff;
}

.sf-menu > li:hover > a,
.sf-menu > li.sfHover > a {
    border-color: transparent;
    color: #fff;
	text-shadow: 0 3px 2px #0078AA;
}

/*.sf-menu > li > a.active-off:after,
.sf-menu > li.active > a:after,
.sf-menu > li:hover > a:after,
.sf-menu > li.sfHover-off > a:after {
    background-color: #cbf1ff !important;
}*/

.sf-menu li,
.sf-menu li:hover,
.sf-menu li.sfHover {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sub-menu {
    background-color: #0097FF;
    padding: 10px 20px 20px;
}

/*.sub-menu:before {
    content: "";
    position: absolute;
    left: 23px;
    top: -4px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 4px solid #ffffff;
}*/

.sub-menu a {
    padding: 10px 0;
    color: #fff !important;
    text-transform: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.sub-menu a:hover {
    color: #fff  !important;
    text-shadow: 0 3px 2px #0078AA;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.sub-menu li a {
    margin-right: 0;
}

.sub-menu li a:before {
    content: none;
}

.sub-menu .sub-menu {
    margin-top: -2px;
}

.sub-menu .sub-menu:before {
    content: none;
}

/*** arrows (for all except IE7) **/
/*.sf-arrows .sf-with-ul {
    padding-right: 40px !important;
    *padding-right: 2em;
}*/

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    /*
    content: '+';
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -11px;
    height: 0;
    width: 0;
    border: none;
    */
}

@media (min-width: 768px) and (max-width: 991px) {
    .sf-arrows .sf-with-ul {
        padding-right: 20px;
    }

    .sf-arrows .sf-with-ul:after {
        right: 15px;
    }
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white; /* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #979797; /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(151, 151, 151, 0.50);
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}

.sf-menu.nav > li a:hover,
.sf-menu.nav > li a:focus {
    background-color: transparent;
}

.sf-menu.nav > li a:focus:after {
    background-color: transparent;
}


/* Language
/* ========================================================================== */

.language{
	float: right;
	margin-top: 36px;
}

.language-chooser li{
	display: inline-block;
	margin-left: 10px;
}

.qtranxs_image img{  
	width: 20px;
	height: 20px;
	border-radius: 50%;
	
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.language-chooser .active img{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
}

/* Search form
/* ========================================================================== */
.search i{
	color: #fff;
	padding: 10px 15px;
	cursor: pointer;
	
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.menu-search{
	display: none;
	position: absolute;
    top: 100%;
    right: 15px;
    z-index: 99;
	width: 300px;
	background: #0097FF;
	border-top: 2px solid #fff;
	padding: 20px 10px 30px;
}
.search-form .screen-reader-text{
    display: none;
}

.search-form  input.search-submit{
    border: none;
    padding: 3px 5px;
    display: none;
}
.search-form  label,
.search-form  label input.search-field{
    width: 100%;
}
.search-form  label input.search-field{
    height: 30px;
    padding: 7px 5px;
    border: 1px solid #E9ECEF;
   	color: rgba(111,111,111,0.5);
	font-size: 16px;
	font-weight: 300;
	line-height: 16px;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* Mobile menu
/* ========================================================================== */

/*.header > .container {position: relative;}*/

.mobile-menu-btn{
    display: none;
}
.mobile-menu{
    display: none;
    list-style-type: none;
    background-color: #0097FF;
    padding: 0;
    min-width: 250px;
    position: relative;
    z-index: 100;
    margin: 0;
    float: right;
    border-top: 2px solid #fff;
    margin-right: 20px;
}
.mobile-menu ul{
    padding: 10px 20px;
}
.mobile-menu ul li{
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mobile-menu ul li a{
    color: #fff;
}
.mobile-menu ul .sub-menu li a,
.mobile-menu ul .sub-menu li{
    border-bottom: none;
}
.mobile-menu .sub-menu{
    display: none;
}
.mobile-menu .current-menu-item{
    color: #fff;
    text-shadow: 0 3px 2px #0078AA;
}
.mobile-menu .menu-item-has-children a:after {
    font-family: "FontAwesome";
    content: "\f107";
    padding-left: 5px;
    line-height: normal;
    color: #fff;
}
.mobile-menu .menu-item-has-children .sub-menu a:after{
	content: none;
}
/*.site-search{
    display: none;
}*/
.site-search{
        display: block;
        float: right;
        margin-top: 30px;
}
.header.sticky-header .site-search{
    margin-top: 6px;
}
@media (max-width: 1200px) {
    .mobile-menu-btn{
        display: block;
        float: right;
        color: #fff;
        font-size: 32px;
        line-height: 32px;
        /*cursor: pointer;*/
        margin-top: 34px;
        padding: 0 10px;

        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .mobile-menu-btn i{
        padding: 0;
    }
    .header.sticky-header .mobile-menu-btn{
        margin-top: 6px;
    }
    .language {
        float: right;
        margin-top: 36px;

        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    
    .header.sticky-header .language {
        margin-top: 9px;
    }
}
/* Feature timeline
/* ========================================================================== */
.ft-container{
	margin-left: 15px;
}
.ft-container:before{
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background: #E4F1FD;
	/*z-index: -1;*/
}
.ft-number{
  float: left;
  background-color: #fff;
  height: 32px;	
  width: 32px;	
  border: 2px solid #E4F1FD;
  border-radius: 50%;
  margin-left: -16px;
  text-align: center;
  padding-top: 6px;
  
  position: relative;
  color: #00B1FF;	
  font-size: 16px;	
  font-weight: 600;	
  line-height: 16px;	
  text-align: center;
  
}
/*.ft-number p{  
  position: relative;
  color: #00B1FF;	
  font-size: 16px;	
  font-weight: 600;	
  line-height: 16px;	
  text-align: center;
  margin-top: 7px;
}*/
.ft-content{
  float: left;
  width: 90%;
  margin-left: 15px;
  padding-bottom: 30px;
}
.ft-content h3{
  color: #0095FF;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 15px 0;
}
.ft-content p{
  color: #6F6F6E;
  font-size: 14px;
  line-height: 22px;
}

/* Blog / Post
/* ========================================================================== */

.post-wrap {
   padding: 15px !important;
}
.narrow-content .post-wrap {
   border: none;
   padding: 0 15px !important;
}
.narrow-content .post-wrap:hover {
   box-shadow: none;
}
.narrow-content .post-media{
    margin-bottom: 50px;
}
.narrow-content .post-body {
    border-right: 1px solid rgba(111,111,111,0.4);
    border-left: 1px solid rgba(111,111,111,0.4);
}
.narrow-content .post-excerpt{
    padding: 0 15px;
    color: #0095FF; 
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}
.narrow-content .post-excerpt p{
    color: #0095FF; 
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}
.narrow-content .post-meta {
    position: absolute;
    bottom: 0px;
    width: 80%;
    margin: 0 10%;
    border: 1px solid #0097FF;
    background-color: rgba(0,151,255,0.5);
    padding: 20px 15px 10px 15px;
}
.narrow-content .post-header{
    margin-bottom: 30px;
}
.narrow-content .post-title{
    color: #FFFFFF; 
    /*font-size: 43px; 
    font-weight: 300;
    line-height: 48px;*/
    text-align: center;
}
.narrow-content .post-info{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}
.narrow-content .post-info li{
    display: inline-block;
    padding: 0 15px;
}
.post-wrap + .post-wrap {
    margin-top: 40px;
    border-top: solid 1px #EEEEEE;
    padding-top: 40px;
}

.post-header {margin-bottom: 15px;}
.post-author {display: none; font-size: 18px;}
.post-author,
.post-author a {
    color: #999999;
}
.post-author a:hover {color :#1E90FF;}
.post-meta {
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
    background-color: #f0f3f5;
    color: #717d87;
}
.post-meta a {
    color: #717d87
}
.post-meta a:hover {
    color: #1e90ff;
}
.post-meta .sep:before {content: "/"; margin: 0 5px;}
.post-date { }
.post-media {margin-bottom: 20px; position: relative;}
.post-media .thumbnail {margin-bottom: 0;}
.post-media .thumbnail{
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding-bottom: 70%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/* .post-media .thumbnail:before{
    content: "";
    padding-top: 70%;
    float: left;
} */
/*.post-media .thumbnail:hover{
    -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}*/
.post-media .thumbnail-main img{
    width: 100%;
    height: auto;
}
.post-media .media-link {
    padding: 15px 10px;
    background-color: #1e90ff;
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
}

.post-excerpt {margin-bottom: 20px;}
.post-details {}
.post-title {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
}
.post-title,
.post-title a {
    color: #6F6F6F;
    font-weight: 500;
}
.post-title a:hover {
    color: #1e90ff;
}
.post-footer {margin-top: 20px;}
.post-tags {display: block; font-size: 11px; line-height: 20px;}
.post-tags a{ padding: 0px 2px;}
.post-categories {display: block; font-size: 11px; line-height: 20px;}

.about-the-author {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #EEEEEE;
}

/* Video Wrapper */
.video-wrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-wrap iframe,
.video-wrap object,
.video-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Pagination / Pager
/* ========================================================================== */

.pagination-wrapper {
    margin-top: 20px;
    padding-top: 20px;
}
.pagination {
    margin: 0;
}
.pagination > li {
display: inline-block;
}
.pagination > li > a {
    margin: 0 2px 0 0;
    padding: 8px 17px;
    font-size: 16px;
    font-weight: 600;
    background-color: #ffffff;
    color: #999999;
    border: solid 1px #e4e8eb !important;
    border-top-color: #f1f4f6 !important;
    border-bottom-color: #c3c8ce !important;
    border-right-color: #e4e8eb !important;
    border-left-color: #e4e8eb !important;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
    border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #1e90ff;
    border-color: #1e90ff !important;
    color: #ffffff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #1e90ff;
    border-color: #1e90ff !important;
}
.pager {margin: 0;}
.pager li > a, .pager li > span {
    border-radius: 0;
}

.pagination span.current{
    margin: 0 2px 0 0;
    padding: 8px 17px;
    font-size: 16px;
    font-weight: 600;
    background-color: #ffffff;
    color: #999999;
    border: solid 1px #e4e8eb !important;
    border-top-color: #f1f4f6 !important;
    border-bottom-color: #c3c8ce !important;
    border-right-color: #e4e8eb !important;
    border-left-color: #e4e8eb !important;
}

/* Comments
/* ========================================================================== */


.comments > .comment:last-child .comment-reply {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.comment {}
.comment-avatar {}
@media (max-width: 479px) {
    .comment-avatar img {width: 24px; height: auto;}
}
.comment-meta {margin-bottom: 5px;}
.comment-author {}
.comment-date {font-size: 11px; line-height: 11px; color: #b0afaf;}
.comment-text {margin-bottom: 20px;}
.comment-reply {
    font-size: 11px; line-height: 11px;
    margin-bottom: 20px; border-bottom: solid 1px #efefef;
    padding-bottom: 20px;
}
.comments-form {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #efefef;
}
.comments hr{
    margin: 10px 0px;
}
.commentform hr{
    margin: 12px 0px 30px 0px;
}
/* - */

.sidebar .widget {
    padding: 20px;
    font-size: 14px;
    background-color: #ffffff;
    border-bottom: solid 1px #dcdfe1;
    float: left;
    width: 100%;
}

.sidebar .widget-title {
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    margin-top: 0;
}

.sidebar .form-control {
    height: 40px;
    padding: 6px 12px;
    background-color: #f5f6f7;
    border-color: #f5f6f7;
    color: #8a929a;
}

.sidebar .form-control:focus {
    border-color: #1e90ff;
    -webkit-appearance: none; /* ios */
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Categories
/* ========================================================================== */

.widget.categories ul {}
.widget.categories li {
    line-height: 30px;
    margin-bottom: 1px;
}
.widget.categories li a {
    display: block;
    padding: 6px 12px;
    background-color: #f5f6f7;
    color: #8a929a;
}
.widget.categories li.active a,
.widget.categories li a:hover {
    background-color: #1e90ff;
    color: #ffffff;
}
.widget.categories li a small {
    float: right;
}


/* Tag-cloud
/* ========================================================================== */

.tag-cloud {
    overflow: hidden;
}

.tag-cloud li {
    float: left;
    margin: 0 10px 10px 0;
}

.tag-cloud a {
    display: block;
    padding: 5px 10px;
    background-color: #8a929a;
    color: #ffffff !important;
}

.tag-cloud a:hover {
    background-color: #1e90ff;
}


/* flickr feed
/* ========================================================================== */

.widget.flickr-feed ul {
    overflow: hidden;
    margin-left: -10px;
    margin-bottom: -10px;
}
.widget.flickr-feed li {
    float: left;
    margin: 0 0 10px 10px;
}
.widget.flickr-feed li a {
    display: block;
    border: solid 1px transparent;
}
.widget.flickr-feed li a:hover {
    border-color: #1e90ff;
}

.widget.flickr-feed li a img {
    width: 63px;
    height: auto;
}
@media (max-width: 1199px) {
    .widget.flickr-feed li a img {
        width: 78px;
    }
}
@media (max-width: 991px) {
    .widget.flickr-feed li a img {
        width: 83px;
    }
}
@media (max-width: 767px) {
    .widget.flickr-feed li a img {
        width: 68px;
    }
}
/* Slider
/* ========================================================================== */

.main-slider {
    height: 100%;
    position: relative;
}

.main-slider .slide .slide-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 100%;
    width: 100%;
    z-index: -2;
}



.main-slider .slide {
    position: relative;
}

.main-slider .owl-carousel {
    height: 100%;
}

.main-slider .slide .slide-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    height: 100%;
    width: 100%;
    background: url("assets/img/main-slider-overlay.png") 0 100% transparent; /*fixed*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
}

.boxed .main-slider {
    min-height: 1px !important;
    height: auto !important;
}

.boxed .main-slider .owl-wrapper-outer {
    /*margin-top: 100px !important;*/
}

@media (max-width: 991px) {
    .boxed .main-slider .owl-wrapper-outer {
        /*margin-top: 40px !important;*/
    }
}

.main-slider .owl-wrapper-outer {height: 100%;}
.main-slider .owl-wrapper {height: 100%;}
.main-slider .owl-item {height: 100%; padding-top: 100px;}
.main-slider .item {height: 100%; float: none; width: 100%;}
.main-slider .slide-caption {
    height: 100%;
    padding: 10px;
}

.main-slider .full-width-slide {
    text-align: center;
}
.main-slider .alternate .slide-caption .slide-caption-inner {
    /*padding: 0;*/
    width: 700px;
    /*margin: 0 auto 0 0;*/
}

.boxed .main-slider .alternate .slide-caption .slide-caption-inner {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .main-slider .alternate .slide-caption .slide-caption-inner {
        width: 100%;
    }
    .boxed .main-slider .alternate .slide-caption .slide-caption-inner {
        padding-left: 0;
    }
    .main-slider .owl-item{
        padding-top: 44px;
    }
}

.main-slider .owl-controls {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 0;
    width: 100%;
}

.main-slider .owl-controls .owl-prev,
.main-slider .owl-controls .owl-next {
    font-size: 30px;
    line-height: 30px;
    width: 50px;
    height: 50px;
    border: solid 1px #c4c4c4;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;

    text-indent: -99999px;
}
.main-slider .owl-controls .owl-prev {
    border-left: none;
}
.main-slider .owl-controls .owl-next {
    left: auto;
    right: 0;
    border-right: none;
}

.main-slider .owl-controls .owl-prev:after,
.main-slider .owl-controls .owl-next:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    content: "\f104";
    text-indent: 0;
    font-size: 45px;

    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.main-slider .owl-controls .owl-next:after {
    content: "\f105";
}

.slide {
    padding: 0 0 40px 0;
}

.slide-title {
    font-size: 130px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 30px;
    text-shadow: 4px 4px 0 rgba(0, 0, 0, .4);
}

.alternate .slide-title {
    font-size: 100px;
}

.slide-subtitle {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
}

.alternate .slide-subtitle {
    margin-bottom: 30px;
}

.slide-btn {
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .4);
}

@media (max-width: 1199px) {
    .slide-title {font-size: 100px;}
    .slide-subtitle {font-size: 25px;}
}
@media (max-width: 991px) {
    .slide-title {font-size: 80px;}
    .alternate .slide-title {font-size: 80px;}
    .slide-subtitle {font-size: 22px;}
    .alternate .slide-subtitle {font-size: 22px;}
}
@media (max-width: 767px) {
    .slide-title {font-size: 60px; margin-bottom: 10px;}
    .alternate .slide-title {font-size: 60px; margin-bottom: 10px;}
    .slide-subtitle {font-size: 18px;}
    .alternate .slide-subtitle {font-size: 18px;}
}
@media (max-width: 639px) {
    .slide-title {font-size: 40px;}
    .alternate .slide-title {font-size: 40px;}
    .slide-subtitle {font-size: 16px;}
    .alternate .slide-subtitle {font-size: 16px;}
}
@media (max-width: 479px) {
    .slide-title {font-size: 40px;}
    .alternate .slide-title {font-size: 40px;}
    .slide-subtitle {font-size: 16px;}
    .alternate .slide-subtitle {font-size: 16px;}
}

.countdown-wrapper {
    margin: 0 auto;
    width: 1110px;
}

@media (max-width: 1999px) {
    .countdown-wrapper {
        width: 960px;
    }
    .boxed .countdown-wrapper {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .countdown-wrapper {
        padding: 0 50px;
        width: 100%;
    }
    .alternate .countdown-wrapper {
        padding: 0;
    }
}

.alternate .countdown-wrapper {
    width: 400px;
    margin-left: 0;
}

@media (max-width: 767px) {
    .alternate .countdown-wrapper {
        width: 100%;
    }
}

.countdown-row {
    padding: 0;
}

.defaultCountdown {
    margin-bottom: 40px;
}

.is-countdown {
    border: none;
    background-color: transparent;
}

.countdown-section {
    background-color: rgba(0, 0, 0, 0.3);
    border: solid 1px #c4c4c4;
    border: solid 1px rgba(255, 255, 255, 0.5);
    color: #ffffff;
    width: 50%;
}

.countdown-show4 .countdown-section {
    width: 22%;
}

.countdown-show4 .countdown-section + .countdown-section {
    margin-left: 4%;
}

.countdown-amount {
    font-weight: 700;
    font-size: 96px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
}

.alternate .countdown-amount {
    font-size: 48px;
}

.countdown-period {
    border-top: solid 1px #c4c4c4;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
}

.alternate .countdown-period {
    font-size: 16px;
}

@media (max-width: 991px) {
    .countdown-amount {font-size: 70px;}
    .alternate .countdown-amount {font-size: 48px;}
    .countdown-period {font-size: 18px;}
    .alternate .countdown-period {font-size: 16px;}
}
@media (max-width: 767px) {
    .countdown-amount {font-size: 40px; padding: 10px 0; display: inline-block;}
    .alternate .countdown-amount {font-size: 40px; padding: 10px 0; display: inline-block;}
    .countdown-period {font-size: 14px; padding: 5px 0; }
    .alternate .countdown-period {font-size: 14px; padding: 5px 0; }
}
@media (max-width: 639px) {
    .countdown-amount {font-size: 30px;}
    .alternate .countdown-amount {font-size: 30px;}
    .countdown-period {font-size: 14px;}
    .alternate .countdown-period {font-size: 14px;}
}
@media (max-width: 479px) {
    .countdown-amount {font-size: 20px;}
    .alternate .countdown-amount {font-size: 20px;}
    .countdown-period {font-size: 9px;}
    .alternate .countdown-period {font-size: 9px;}
}

/* Timeline
/* ========================================================================== */

.timeline-tabs {
    margin-bottom: 25px;
}
.timeline-tabs #tabs {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}
@media (max-width: 767px) {
    .timeline-tabs #tabs {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.timeline-tabs .nav-pills > li > a {
    border-radius: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    border: solid 1px #a4acb5;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color:  #a4acb5;
}
.timeline-tabs .nav > li > a:hover {
    background-color: #a4acb5;
    color: #ffffff;
}
.timeline-tabs .nav-pills > li.active > a {
    background-color: #a4acb5;
    color: #ffffff;
}
.timeline-tabs .nav-pills > li + li a {
    border-left: none;
}
@media (max-width: 767px) {
    .timeline-tabs .nav-pills > li + li a {
        border: solid 1px #a4acb5;
    }
    .timeline-tabs .nav-pills > li + li {
        margin-left: 0;
    }
}

.timeline.vline:before {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 50%;
    background-color: #c8ced5;
}

@media (max-width: 767px) {
    .timeline.vline:before {
        background-color: transparent;
    }
}

.timeline .item-left:before,
.timeline .item-left:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 16px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #ffffff;
    border-bottom: 15px solid transparent;
    z-index: 2;
}
.timeline .item-left:after {
    top: 21px;
    border-left-color: #d4d8dc;
    z-index: 1;
}

.timeline .item-right:before,
.timeline .item-right:after {
    content: '';
    position: absolute;
    top: 50px;
    left: 16px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #ffffff;
    border-bottom: 15px solid transparent;
    z-index: 2;
}
.timeline .item-right:after {
    top: 51px;
    border-right-color: #d4d8dc;
    z-index: 1;
}

.timeline .item-left {
    padding-right: 30px;
}
.timeline .item-right {
    padding-left: 30px;
}

@media (max-width: 767px) {
    .timeline .item-left {padding-right: 15px;}
    .timeline .item-right {padding-left: 15px;}
    .timeline .item-left:before,
    .timeline .item-left:after {
        display: none;
    }
}

.timeline .item-left .dot,
.timeline .item-right .dot {
    display: block;
    position: absolute;
    top: 26px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: #1e90ff;
    border: solid 5px #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    z-index: 0;
}
.timeline .item-right .dot {
    top: 55px;
    left: -8px;
}

@media (max-width: 767px) {
    .timeline .item-left .dot,
    .timeline .item-right .dot {
        display: none;
    }
}

.timeline .post-wrap {width: auto !important;}
.timeline .post-excerpt {
    font-size: 15px;
    margin-bottom: 0;
}

.timeline .caption-social {
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
}
.timeline .caption-social.facebook {background-color: #558be3;}
.timeline .caption-social.twitter {background-color: #1aabf4;}
.timeline .caption-social.google-plus {background-color: #f05c45;}

.timeline .media-link a {color: #ffffff;}

.tab-content {}

.timeline,
.timeline .item,
.no-transition,
.no-transition .item {
    -webkit-transition-duration: 0s !important;
    -moz-transition-duration: 0s !important;
    -ms-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

/* Tabs
/* ========================================================================== */

.nav-tabs {
    border-bottom-color: #edeff2;
}

.nav-tabs > li > a {
    margin-right: 0;
    border-radius: 0;
    color: #1e90ff;
    border-color: #edeff2;
    background-color: #ffffff;
    border-left: none;
    border-right: none;
    /*border-bottom: none;*/
    border-bottom-color: #edeff2;
}

.nav-tabs > li > a:hover {
    color: #242424;
    border-color: #3c4547;
    background-color: #f2f4f7;
    /*border-bottom: none;*/
    border-bottom-color: #edeff2;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #242424;
    border-color: #3c4547;
    background-color: #f2f4f7;
    border-left: none;
    border-right: none;
    /*border-bottom: none;*/
    border-bottom-color: #edeff2;
}

.tab-content {
    padding-top: 15px;
}

/* Message
/* ========================================================================== */

.page-section.with-sidebar .content .page-section > .container {
    width: 100%;
}

.page-section.message {
    padding: 40px 40px 40px 40px;
    text-transform: uppercase;
    text-align: center;
    background-color: #242424;
    color: #ffffff;
}

.page-section.message h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
}

.page-section.message p {
    font-size: 20px;
    margin-bottom: 20px;
}

.page-section.message *:last-child {
    margin-bottom: 0;
}

.page-section.message .btn {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 20px;
    margin-bottom: 20px;
}

/* Thumbnails
/* ========================================================================== */

.thumbnail {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-bottom: 30px;
    border-radius: 0;
    border-color: #e9ecef;
}

.thumbnail.hover,
.thumbnail:hover { 
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

.thumbnail .overflowed {
    margin-bottom: 20px;
    border-bottom: solid 1px #e9ecef;
}

.thumbnail.no-border,
.thumbnail.no-border.hover,
.thumbnail.no-border:hover {
    border: none;
}

.thumbnail > img {
    width: 100%;
}

.thumbnail .progress {
    margin-bottom: 5px;
}

.speackers .thumbnail {
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
}

/* Thumbnail caption */

.do-up {
    padding-bottom: 90px;
}

.do-up .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f5faff;
    overflow: hidden;
    max-height: 90px;
    text-align: center;
    width: 100%;
}

.do-up:hover .caption {
    max-height: 100%;
    background-color: #1e90ff;
    color: #ffffff;
}

.do-up .img-responsive {
    width: 100%;
    height: auto;
}

.do-up:hover .img-responsive {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.do-up:hover .caption-title {color: #ffffff;}
.do-up .caption-title:after {
    content: '';
    display: block;
    margin: 10px auto;
    height: 1px;
    width: 70px;
    background-color: #ffffff;
}
.do-up:hover .caption-title:after {
    margin: 10px auto;
    background-color: #ffffff;
}
.do-up .caption-category a {color: #1e90ff; font-size: 14px; text-transform: uppercase; line-height: 14px;}
.do-up:hover .caption-category a {color: #e0ffff;}
.do-up .caption-text {opacity: 0; font-size: 14px; margin-bottom: 15px; color: #ffffff;}
.do-up:hover .caption-text {opacity: 1;}
.do-up:hover .caption-buttons {}
.do-up .caption-social {
    opacity: 0;
    background-color: #307cf0;
    color: #ffffff;
    margin: 2px 2px;
}
.do-up:hover .caption-social {
    opacity: 1;
}
.do-up .caption-social:hover {
    background-color: #2b2735;
}
.do-up .caption-social .fa {
    width: 14px;
    height: 14px;
    line-height: 14px;    
    text-align: center;
}
/* Thumbnail caption transition */

.do-up .caption-title:after,
.do-up.hover .caption-title:after,
.do-up:hover .caption-title:after,
.do-up .img-responsive,
.do-up.hover .img-responsive,
.do-up:hover .img-responsive,
.do-up .caption-title,
.do-up.hover .caption-title,
.do-up:hover .caption-title,
.do-up .caption-zoom,
.do-up.hover .caption-zoom,
.do-up:hover .caption-zoom,
.do-up .caption-text,
.do-up.hover .caption-text,
.do-up:hover .caption-text,
.do-up .caption-link,
.do-up.hover .caption-link,
.do-up:hover .caption-link,
.do-up .caption-category,
.do-up.hover .caption-category,
.do-up:hover .caption-category,
.do-up .caption,
.do-up.hover .caption,
.do-up:hover .caption {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Thumbnail caption */

.do-hover .caption {
    position: absolute;
    top: 0; right: 0;
    left: 0; bottom: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 15px;
    background-color: #14a6ff;
    background-color: rgba(20, 166, 255, 0.50);
    color: #ffffff;
    opacity: 0;
}

.caption-wrapper { width: 100%; }

.caption-inner { }

.do-hover .caption-title {
    font-weight: 700;
    margin-top: 0;
    color: #ffffff;
}

.do-hover .caption-buttons a,
.do-hover .caption-category a {
    color: #ffffff;
}

/* Thumbnail caption hover animation */

.do-hover.hover .caption,
.do-hover:hover .caption {
    opacity: 1; /* !!! */
}

.do-hover:hover .img-responsive {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* Caption title */

.do-hover .caption-title {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.do-hover.hover .caption-title,
.do-hover:hover .caption-title {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* Caption category */

.do-hover .caption-category {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.do-hover.hover .caption-category,
.do-hover:hover .caption-category {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.do-hover .caption-zoom,
.do-hover .caption-social,
.do-hover .caption-link {
    border: solid 1px #ffffff;
}

.do-hover .caption-zoom .fa,
.do-hover .caption-social .fa,
.do-hover .caption-link .fa {
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    width: 14px;
    text-align: center;
}

.do-hover .caption-zoom:hover,
.do-hover .caption-link:hover,
.do-hover .caption-social:hover {
    background-color: #000000;
}

.do-hover .caption-links {
    height: 60px;
    width: 60px;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #ffffff;
    margin: 0 5px;
}

.do-hover .caption-links:hover {
    background-color: #000000;
}

.do-hover .caption-links .fa {
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin-top: 10px;
    text-align: center;
}

/* Caption zoom */

.do-hover .caption-zoom {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.do-hover.hover .caption-zoom,
.do-hover:hover .caption-zoom {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.do-hover .caption-zoom.theone {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.do-hover.hover .caption-zoom.theone,
.do-hover:hover .caption-zoom.theone {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* Caption link */

.do-hover .caption-link {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.do-hover.hover .caption-link,
.do-hover:hover .caption-link {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/* Caption social */

.do-hover .caption-social {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.do-hover.hover .caption-social,
.do-hover:hover .caption-social {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* Thumbnail caption transition */

.do-hover .img-responsive,
.do-hover.hover .img-responsive,
.do-hover:hover .img-responsive,
.do-hover .caption-title,
.do-hover.hover .caption-title,
.do-hover:hover .caption-title,
.do-hover .caption-zoom,
.do-hover.hover .caption-zoom,
.do-hover:hover .caption-zoom,
.do-hover .caption-link,
.do-hover.hover .caption-link,
.do-hover:hover .caption-link,
.do-hover .caption-category,
.do-hover.hover .caption-category,
.do-hover:hover .caption-category,
.do-hover .caption,
.do-hover.hover .caption,
.do-hover:hover .caption {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Features
/* ========================================================================== */

.feature {
    position: relative;
}

.feature .media-body *:last-child {
    margin-bottom: 0;
}

.feature,
.feature:hover,
.feature.hover,
.feature .media-object,
.feature:hover .media-object,
.feature.hover .media-object,
.feature .media-object:after,
.feature:hover .media-object:after,
.feature.hover .media-object:after {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.feature .media-object {
    /*display: block;*/
}

/* Style */
.feature {
    text-align: center;
    padding-bottom: 40px;
}
.feature.with-border .media {
    border: solid 1px #eeeeee;
    padding: 40px 20px 20px 20px;
}

.feature .media {
    padding-top: 40px;
}

@media (max-width: 767px) {
    .feature .media {
        max-width: 350px;
        margin: 0 auto;
    }
}

.feature .media-object {
    position: relative;
    font-size: 50px;
    line-height: 50px;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    padding: 20px;
    background-color: transparent;
    color: #a4acb5;
}

.feature .media-body {
    font-size: 14px;
    line-height: 24px;
}

.feature .media-heading {
    margin-top: 30px;
    margin-bottom: 20px;
}

.feature .media-heading:after {
    content: '';
    display: block;
    margin: 20px auto 0 auto;
    width: 70px;
    height: 2px;
    background-color: #e1e1e1;
}

.feature:hover .media-object,
.feature.hover .media-object {
    color: #1e90ff;
}

.feature .media-object:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 7px #f6f7f7;
    box-shadow: 0 0 0 7px #f6f7f7;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.feature:hover .media-object:after,
.feature.hover .media-object:after {
    -webkit-box-shadow: 0 0 0 7px #f6f7f7;
    box-shadow: 0 0 0 7px #f6f7f7;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

/* Last tweet
/* ========================================================================== */

.last-tweet {
    overflow: hidden;
    padding: 0 0 30px 0;
    text-align: center;
    line-height: inherit;

}

.last-tweet .twitter-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-bottom: 30px;
}

.last-tweet .twitter-icon .fa {
    font-size: 50px;
    line-height: 50px;
    color: #1e90ff;
}

.last-tweet a {
    color: #1e90ff;
}

.last-tweet a:hover {
    color: #000000;
}

.last-tweet p {
    margin-bottom: 0;
}

.last-tweet p + p {
    margin-top: 10px;
}

.last-tweet .owl-controls {
    position: relative;
}

.last-tweet .owl-controls .prev,
.last-tweet .owl-controls .next {
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 7px;
    left: 50%;
}

.last-tweet .owl-controls .prev { margin-left: -60px; opacity: 0; }

.last-tweet .owl-controls .next { margin-left: 30px; opacity: 0; }

.touch .last-tweet .owl-controls .prev,
.last-tweet:hover .owl-controls .prev {
    margin-left: -90px;
    opacity: 1;
}

.touch .last-tweet .owl-controls .next,
.last-tweet:hover .owl-controls .next {
    margin-left: 60px;
    opacity: 1;
}

/* Directions section
/* ========================================================================== */

.directions {
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.directions .directions-icon {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 20px;
    background-color: #414650;
    text-align: center;
}

.directions .directions-icon .fa {
    font-size: 34px;
    line-height: 70px;
}

.directions .directions-mailto a {
    text-transform: none;
    color: #ffffff;
}

.directions a{
    color: #fff;
}

.directions .directions-mailto a:hover {
    text-decoration: underline;
}

/* Media / Testimonails
/* ========================================================================== */

.testimonial {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    line-height: 24px;
}

.testimonial .media-icon-bg {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: -1;
    font-size: 60px;
    color: #f2f4f7;
}

.testimonial .media-body {
    /*padding-right: 15px;*/
}

.testimonial .media-heading {
    font-weight: 600;
}

.testimonial .media-heading small {
    display: block;
    font-size: 11px;
}

.testimonial .media-object-wrapper {
    margin: 20px auto 0 auto;
}

.testimonial .media-object {
    margin: 0 auto 0 auto;
    border: solid 5px #f0f3f5;
    background-color: #ffffff;
    padding: 5px;
}

#testimonials .owl-wrapper-outer {
    margin-bottom: -55px;
}

#testimonials .owl-controls {
    /*margin-top: -55px;*/
}

#testimonials .owl-pagination .owl-page.nth {
    margin-right: 90px !important;
}

#testimonials .owl-pagination.odd {
    margin-left: -30px !important;
}

#testimonials .owl-controls {
    position: relative;
}

#testimonials .owl-page,
#testimonials .owl-page span {
    cursor: pointer !important;
}

/* Media / Latest news ...
/* ========================================================================== */

.media .media-body p {margin-bottom: 0;}
.media .media-body p + p {margin-top: 10px;}
.media .media-body .post-date {}

.media .post-date {
    font-size: 12px;
    color: #1e90ff;
}

.media .post-date .fa {
    margin-right: 5px;
    color: #626566;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* af-form
/* ========================================================================== */

.get-in-touch .af-form .form-control {
    text-transform: uppercase;
    height: 52px;
}

.get-in-touch .af-form textarea.form-control {
    height: 210px;
}

.af-form .form-group {
    text-align: left;
}
.af-form label {
    margin-left: 13px;
    font-weight: normal;
}

#af-form-gq.af-form label {
    font-size: 13px;
}

@media (max-width: 767px) {
    .get-in-touch .pull-left,
    .get-in-touch .pull-right {
        float: none !important;
    }
}

/* Google map
/* ========================================================================== */

.google-map,
#map-canvas {
    min-height: 400px;
    max-height: 450px;
}

/* Parallax
/* ========================================================================== */

.parallax,
.boxed .parallax > .container {
    position: relative;
    z-index: 1;
}

.parallax-bg {
    position: absolute; top: 0; left: 0; right: 0;
    width: 100%; height: 100%;
    /*background-attachment: fixed !important;*/
    /*background-attachment: scroll !important;*/
    background-position: 0 50%;
    background-repeat: repeat;
    /*background-size: 100% auto;*/
    background-size: cover;
    z-index: 2;
}

@media (max-width: 991px) {
    .parallax-bg {
        background-position: 50% 0 !important;
    }
}

.parallax-overlay {
    position: absolute; top: 0; left: 0; right: 0;
    width: 100%; height: 100%;
    background-color: rgba(255,255,255,.5);
    background-position: 50% 0;
    background-repeat: repeat;
    /*background-image: url("../img/overlay.png");*/
    z-index: 3;
}

.parallax-inner {
    position: relative;
    /*color: #ffffff;*/
    z-index: 4;
}

/* Footer
/* ========================================================================== */
.btn-map-container{
	text-align: center;
    position: relative;
    margin-top: -80px;
}
.top-item{
    background-color: #fff;
	margin-top: 30px;
    
}
.top-item .container{
    /*display: table;*/
    
}
.top-item .row{
    /*display: table-row;*/
    /*width: 100%;*/
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.item-col{
    padding: 20px 30px;
    border-right: 1px solid #E4F1FD;
    /*display: table-cell;*/
    /*float: none;*/
    vertical-align: top;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.item-col:last-child{
    border-right: none;
}
.footer-logo{
    text-align: center;
}
.footer-logo img{
	width: 100%;
    max-width: 250px;
}
.logo-description{
    margin: 20px 0;
    color: #6F6F6E;    
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.contact-btn{
    text-align: center;
    margin-bottom: 15px;
    padding-top: 20px;
    
}
.contact-btn a{
    text-align: center;
    padding: 14px 26px;
    border: 2px solid #6F6F6E;
    border-radius: 4px;
    color: #6F6F6E;
    font-size: 16px; 
    font-weight: 500; 
    line-height: 1;
	width: 100%;
}
.contact-btn a:hover{
	box-shadow: 0 3px 2px #6F6F6E;
}
.contact-info{
    text-align: center;
    
}
.contact-info h2{
    color: #6F6F6E;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	text-align: center;
	text-transform: none;
	margin: 0;
	padding-bottom: 15px;
}
.contact-info p{
    opacity: 0.8;
	color: #6F6F6E;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	text-align: center;
    padding-bottom: 15px;
    margin: 0;
}
.footer-menu ul{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.footer-menu ul li{
    padding-bottom: 20px;
}
.footer-menu ul li a{
    color: #6F6F6E;
    font-size: 16px;
    font-weight: 500; 
    line-height: 16px;
}
.footer-menu ul li a:hover{
	text-shadow: 0 3px 2px rgba(111, 111, 110, 0.3);
}

.bottom-item{
    background-color: #0097FF;
    padding: 40px 0;
    color: #FFFFFF; 
    font-size: 16px;
    line-height: 25px;
}
.bottom-item ul li a {
    font-size: 16px;
    color: #fff;
    padding-left: 25px;
}
.social-media{
    text-align: right;
}
.social-media li{
    display: inline-block;
}
.footer .social-icons {
    padding-bottom: 15px;
}

.footer .social-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: solid 2px #414650;
    color: #414650;
    line-height: 1;
    padding: 16px;
}

.footer .social-icon:hover {
    background-color: #414650;
    color: #ffffff;
}

.footer .social-icon .fa {
    display: inline-block;
    width: 14px;
    line-height: 14px;
    text-align: center;
}

/* to top */
.totop {
    background-color: #1e90ff;
    color: #ffffff;
    z-index: 9999;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.totop:hover {
    background-color: #307cf0;
    color: #ffffff;
}

/* Helper Classes
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */

.clear {
    clear: both;
}

.overflowed {
    overflow: hidden;
    position: relative;
}

/*[data-animation],*/
/*.animated,
.vhidden {visibility: hidden;}
.visible {visibility: visible;}
*/
.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.div-table, .div-cell {
    height: 100% !important;
    display: table !important;
    /*width: 100%;*/
}

.div-cell {
    display: table-cell !important;
    vertical-align: middle !important;
    float: none !important;
}

@media (max-width: 767px) {
    .div-table, .div-cell {
        width: 100% !important;
    }
    [class*="col-"].div-table,
    [class*="col-"].div-cell {
        display: block !important;
    }
}

/* Remove firefox dotted line
/* ========================================================================== */

a,
a:active,
a:focus,
input,
input:active,
input:focus,
button,
button:active,
button:focus,
select,
select:active,
select:focus {
    outline: 0 !important;
}

/* Remove webkit outline glow
/* ========================================================================== */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#af-form-rf .col-sm-12 { float: none; }

/* RTL
/* ========================================================================== */

body.rtl .nav {padding-right: 0;}
body.rtl .sf-menu > li {float: right !important;}
body.rtl ul, body.rtl ol {padding-right: 0;}
body.rtl p,
body.rtl ul,
body.rtl ul,
body.rtl li,
body.rtl label,
body.rtl span,
body.rtl .form-control,
body.rtl .post-wrap {direction: rtl;}
body.rtl .logo {float: right;}
body.rtl .navigation {float: left;}

body.rtl .subscribe_ova .btn-subscribe {left: 0; right: auto;}

body.rtl .pull-left{ float: right!important}
body.rtl .pull-right{ float: left!important}
.subscribe_ova .error {
    margin-left: 0;
    margin-right: 13px;
    direction: rtl;
    text-align: right;
}
body.rtl .list-ul {
    padding-right: 0;
}
body.rtl .list-ul li {
    padding-left: 0;
    padding-right: 20px;
}
body.rtl .list-ul .fa {
    left: auto;
    right: 0;
}
body.rtl .group-button .btn-theme-group .btn-theme {
    margin-left: 15px;
    margin-right: 0;
}

div.wpcf7-validation-errors{
    border:none;
}

body.rtl .bloglist{
    direction: rtl;
}
body.rtl .widget_tag_cloud .tagcloud a,
body.rtl .widget_tag_cloud .tagcloud{
    float: right;
}

body.rtl .timeline-tabs .nav-pills > li + li a{
    border: 1px solid #a4acb5;
    border-right:none;
}

body.rtl .main-slider .slide-caption{
    direction: rtl;
}
body.rtl .main-slider .alternate .countdown-wrapper{
    margin-right: 0;
}

body.rtl .comment-form .pull-left{
    float: right!important;
}

body.rtl .main-slider .slide-caption{
    padding: 0;
}


body.rtl .event_register_pop h5.reg_event{float: right;}
body.rtl .event_register_pop .modal-header{    
    min-height: 50px;
    width: 100%;
}
body.rtl .event_register_pop .modal-header button.close{
    float: left;
}
body.rtl .event_register_pop .modal-header .modal-title{
    float: right;
}

body.rtl h3.widget-title{
    text-align: right;
}
 

@media (max-width: 991px) {
    body.rtl #mobile-menu{
        width: auto;
        left: 20px;
        right:auto;
        text-align: right;
    }
    body.rtl #mobile-menu .mobile-menu{
        text-align: right;
    }    
}



/*///////////////////////////////////////////////////////////////////////////////*/
/* Custom by ovabig ////////////////////////////////////////////////////////// */
.padding30{
    padding-top: 30px;
}
.headingblog {
    padding: 30px 0px 30px 0px;
    text-align: center;
}

@media (min-width: 979px) and (max-width: 1200px) {
    header nav.navigation .nav > li > a{
        padding: 10px 5px;
    }
}

@media (max-width: 991px) {
   .padding30{
        padding-top: 0px;
    }
    .headingblog {
        padding-top: 20px;
        text-align: center;
    }
    .do-hover .caption-links{
        width: 30px;
        height: 30px;
    }
    .do-hover .caption-links .fa{
        font-size: 17px;
        height: 17px;
        width: 17px;
        line-height: 17px;
        margin-top: 0;
        text-align: center;
        margin-left: -6px;
    }
}

@media (max-width: 520px) {
    .subscribe_ova .btn-subscribe{
        position: relative!important;
        margin-top: 5px;
    }
}

/* Sider Bar */
#sidebar #wp-calendar{
    width: 100%;
}
#sidebar #wp-calendar  tr th{
    background: #ccc;
    color: #444;
}
#sidebar #wp-calendar caption{
    background: #ccc;
    color: #fff;
    font-weight: bold;
    padding: 10px 0px;
}

#sidebar #wp-calendar  tr th,
#sidebar #wp-calendar  tr td{
    border: 1px solid #ccc;
    text-align: center;
}
#sidebar #wp-calendar tfoot td{
    /*border: none;*/
}

#sidebar form#searchform{
    position: relative;
}
#sidebar select{
    width: 100%;
    height: 30PX;
    line-height: 30PX;
}
#sidebar img{
    width: auto;
}
#sidebar h3.widget-title img{
    width: auto;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}


/* Blog list */
.bloglist .post{
    margin-bottom: 20px;
    overflow: hidden;
}
.bloglist .post .thumbnail{
    margin-bottom: 10px;
    border: none;
}
.bloglist .post .post_meta{
    margin-bottom: 10px;
}
.bloglist .post .post_meta span{
    padding-right: 10px;
}
.bloglist .post .content-blog{
    margin-top: 10px;
}
.widget_tag_cloud .tagcloud{
    position: relative;    
    width: 100%;
    float: left;    
}
.widget_tag_cloud .tagcloud a{
    font-size: 100%!important;
    border: 1px solid #f1f1f1;
    background: #8a929a;
    color: #fff;
    padding: 5px 10px;
    margin: 0px 5px 5px 0px;    
    float: left;
    cursor: pointer;
}


.singlepost .comments{
    margin-top: 50px;
}

.singlepost .comments input#submit{
    display: none;
}

.singlepost .comments form#commentform input{
    margin-bottom: 34px;
}
.singlepost .comments form#commentform .btn-theme{
    padding: 10px 40px;
}
.singlepost .comments .commentform{
    margin-top: 40px;
}
.commentform h4.block-title{
    /*margin-top: 40px;*/
}


.single_schedule .section-title{
    margin: 30px;
}
.bloglist .section-title{
    margin: 30px;
}



.js-video embed, .js-video iframe, .js-video object, .js-video video,
.content-blog iframe {
width: 100%;
}
.timeline  .postformat_audio{
    height: 200px;
}
.single-schedule .postformat_audio{
    height: auto;
}
.single-schedule .post_meta a{
    color: #787B80;
}

.single-schedule .content-blog{
    padding: 10px 0px;
}

.single-schedule .schedule_social_share a{
    border: 1px solid #EAEAEA;
    font-size: 20px;
    height: 40px;
    width: 45px;
}
.single-schedule .schedule_social_share h5{
    color: #787B80;
}

.gallery_schedule .owl-prev{
    position: absolute;
    top: 50%;    
    left: -2px;
    margin: -14px 0px 0px 0px!important;    
    border-radius: 0!important;
    background: #fff!important;
    opacity: 1!important;
}
.gallery_schedule .owl-next{
    position: absolute;
    top: 50%;    
    right: -2px;
    margin: -14px 0px 0px 0px!important;    
    border-radius: 0!important;
    background: #fff!important;
    opacity: 1!important;
}

.gallery_schedule .owl-prev, 
.gallery_schedule .owl-next {
color: #1E90FF!important;
}

ul.commentlists{
    margin-bottom: 40px;
}

.commentlists header.comment-author{
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.commentlists .comment-details{
    /*display: inline-block;*/
}

.commentlists .comment_item{
    clear: both;
}
.commentlists li{
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    clear: both;
}


.recentpost .media-link a{
    color: #fff;
}

.naviagation_ova ul li .page-numbers{
    background-color: #ebebeb;
    padding: 5px 10px;
}

.naviagation_ova ul li{
    margin-right: 5px;
    float: left;
    
}
.pagination>li:last-child>a, .pagination>li:last-child>span,
.pagination>li:first-child>a, .pagination>li:first-child>span{
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.reg_event{
    margin-top: 0;
    padding-bottom: 10px;
}

.text-lower small{
    text-transform: lowercase;
}
.text-upper small{
 text-transform: uppercase;
}

header div.logo a h3{
	padding-top: 19px;
}
header.sticky-header div.logo a h3{
	margin-top: 10px;
    padding-top: 0;
	color:#fff;
}


.blog .sf-menu li > a{
font-size: 16px;
}
@media (max-width: 991px) {
	header div.logo a h3{
		padding-top: 0px;
		margin-top:10px;
	}
}


.wide .page-section.with-sidebar{
    padding-top: 30px;
}

.comment-form input#submit{
    display: none!important;
}

/*.page #page_content{
position: relative;
overflow: hidden;
padding: 0;
margin-bottom: 30px;
border: 1px solid #ddd;
background:#fff;
}*/

/*.page #page_content .post{
padding:0px 20px;
}
*/
.post-body ul,.post-body ol{
	list-style: inherit;
	padding-left: 15px;
}


.wp-caption {
 margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
 display: block;
 margin: 0;
}

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
 max-width: 100%;
 height: auto;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
 margin-top: 7px;
 margin-bottom: 7px;
}

.wp-caption-text {
 -webkit-box-sizing: border-box;
 -moz-box-sizing:    border-box;
 box-sizing:         border-box;
 font-size: 12px;
 font-style: italic;
 line-height: 1.5;
 margin: 9px 0;
 padding-right: 10px;
}

.sticky{
 
}

.gallery-caption{
 width: 100%;
}

.bypostauthor{
 position: relative;
}

.alignright{
 margin: 7px 0 7px 24px;
 float: right;
 clear: right;
}

.alignleft{
 margin: 7px 24px 7px 0;
 float: left;
 clear: left;
}

.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.wp-caption{
 color:#000;
}
p:empty { display: none; }

.event_loading{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.event_loading.hide{
    display: none;
}
.event_loading.show{
    display: block!important;
}

.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button{
    margin-bottom: 0!important;
}

.directions .blockline{
    display: block;
    margin-bottom: 10px;
}
.directions .btn-theme{
    margin-top: 30px;
}


/* Version 2.0 */
.pp_social .facebook {
  
  width: 100px;
  
}

.blog .content-area{
    padding-top: 100px;
}



.breadcrumbs a span{
    color: #0095FF; 
    font-size: 12px; 
    font-weight: 300;
    line-height: 12px;
}
.breadcrumbs span{
    opacity: 0.8;
    color: #6F6F6E; 
    font-size: 12px; 
    font-weight: 300;
    line-height: 12px;
}
/* Timeline
/* ========================================================================== */
.timeline .timeline-item:after, 
.timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.timeline {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.timeline:before {
  content: "" !important;
  width: 2px;
  height: 100%;
  background: #fff;
  left: 50%;
  top: 0;
  position: absolute;
  display: block !important;
}
.timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}


.timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}
.timeline-icon-left{
  border: 2px solid #FFFFFF;
  background-color: #0097FF;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 100%;
  overflow: hidden;
  margin-right: -15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.timeline-icon-right{
  border: 2px solid #FFFFFF;
  background-color: #0097FF;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 100%;
  overflow: hidden;
  margin-right: -2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.timeline .timeline-item .timeline-content {
  background: #fff;
  padding: 15px;
  margin: 0 20px;
}
.timeline .timeline-item .timeline-content p img{
	width: 100%;
}
.timeline .timeline-item .timeline-content img{
	width: 100%;
}
.timeline .timeline-item .timeline-content h2 {
  color: #0095FF;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  padding-top: 10px;
}

.timeline .timeline-item .timeline-content.right {
  float: right;
}

.timeline .timeline-item .timeline-content p >.btn-timeline {
  padding: 0;
  text-decoration: none;
  background: transparent;
  text-transform: uppercase;
  color: #0097FF;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
}
.btn-timeline:hover {
  box-shadow: none;
  top: 2px;
  left: 2px;
  -webkit-box-shadow: 2px 2px 0 transparent;
  -moz-box-shadow: 2px 2px 0 transparent;
  -ms-box-shadow: 2px 2px 0 transparent;
  box-shadow: 2px 2px 0 transparent;
}

@media screen and (max-width: 768px) {


    .timeline {
        margin: 0;
        padding: 0px;
        width: 100%;
      }
    .timeline:before {
        left: 0;
    }
    .timeline .timeline-item .timeline-content {
        width: 90%;
        float: right;
    }
    .timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
        left: 10%;
        margin-left: -6px;
        border-left: 0;
        border-right: 7px solid #ee4d4d;
    }
    .timeline .timeline-item .timeline-icon {
        left: 0;
    }
    .timeline-icon-right,
    .timeline-icon-left{
        border: 2px solid #FFFFFF;
        background-color: #0097FF;
        width: 32px;
        height: 32px;
        position: absolute;
        top: 0;
        left: -30px;
        overflow: hidden;
        margin-right: -2px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }
}
.parallax-bg{
    height: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.border-sides{
	border: 0 1px solid #6F6F6E;
}
.vc_row-no-padding .container{
    width: 100%;
    padding: 0;
}
.blue-hover {
  position: relative;
}

.blue-hover .image {
  display: block;
  width: 100%;
  height: auto;
}
.blue-hover .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(38,166,255,0.7) 100%);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}
.blue-hover:hover .overlay {
  width: 100%;
}
/*Table Price*/
.price-list{
    width: 100%;
    color: #6F6F6E; 
    font-size: 20px; 
    font-weight: 500; 
    line-height: 26px;
}
.price-list td{
    padding: 10px 15px;
    width: 50%;
}
.price-list tr:nth-child(2n+1){
    background-color: rgba(38, 162, 255, 0.1);
}
.price-list tr:nth-child(2n+0){
    background-color: rgba(246, 247, 248, 0.2);
}

.price-list .price{
    text-align: right;
}
.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::after{
    border-top: 0 !important;
}
.wpb-js-composer .vc_tta.vc_general {
    font-size: 14px !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab>a {
    padding: 10px 10px !important;
}
.vc_sep_holder{
    margin: 20px 0;
}
.vc_ui-panel.vc_ui-panel-window{
    z-index: 5000!important;
}

.flex-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-gallery .container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.error-i{
	font-size: 70px;
	color: rgba(0, 151, 255, 0.3);
	padding: 40px 0;
	text-align: center;
}
.error-404 h1{
	text-align: center;
	color: #0097FF;
	text-transform: uppercase;
}
.error-404 .page-content{
	text-align: center;
}
.error-404 .btn{
	margin: 40px 0;
}
.flexslider .slides img {
    height: auto;
}
@media (max-width: 991px) {
    .btn-map{
        width: 100%;
        font-size: 20px;
    }
    .gray_btn{
        width: 60%;
    }
    .item-col {
        border-right: 0;
        border-bottom: 1px solid #E4F1FD;
        vertical-align: top;
        display: block;
    }
    .menu-footer-menu-container{
        width: 50%;
        margin: 0 auto;
    }
	
	.header-blue-bg {
		height: 220px;
		background-attachment: unset;
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
		overflow: visible !important;
	}
}


@media (max-width: 768px) {
    h1{
        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
        margin: 0;
    }
    h2{
        font-size: 33px;
        line-height: 36px;
        font-weight: 300;
        margin: 0;
    }
    h3{
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        margin: 0;
    }
    h4{
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
        margin: 0;
    }
    .btn-map{
        font-size: 16px;
    }

    

}

@media (max-width: 640px) {
    .btn-map{
        font-size: 10px;
    }
    .btn-theme{
        padding: 20px 10px;
    }
    .menu-footer-menu-container{
        width: 70%;
        margin: 0 auto;
    }
    .price-list {
        width: 100%;
        color: #6F6F6E;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }
}

@media (max-width: 500px) {
    .gray_btn{
        width: 100%;
    }
    .header .logo img {
        max-height: 30px;
        height: 30px;
        margin-top: 40px;
    }
    .menu-footer-menu-container{
        width: 100%;
        margin: 0 auto;
    }
}
.single-post table{
	width: 100%;
}
.single-post tr{
	border-bottom: 1px solid #f5f5f5;
}
.single-post td{
	padding: 8px 0;
}


.vc_tta-panels{  
    overflow-x: auto;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel {
    min-width: 768px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel td,
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel th{
    padding: 4px;
}