/*@import url('https://fonts.googleapis.com/css?family=Cairo:700&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:600&display=swap');*/

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    direction: ltr;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

a {
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

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

li{
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

input,
textarea{
	border: none;
	outline: none;
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #a3afbe;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #a3afbe;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #a3afbe;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #a3afbe;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Akoad custom styles 
   ========================================================================== */


body{
    font-family: 'Montserrat';
    font-size: 14px;
    color: #444;
}

.alignright,
.floatright{
    float: left;
}

.alignleft,
.floatleft{
    float: right;
}

.aligncenter{
	text-align: center;
}

.inner{
    width: 1024px;
    margin: 0 auto;
}

.inner h2{
    color:#006cb4;
}

.main-font{
    font-family: 'Montserrat',arial,Georgia, serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/******* Wordpress Reset ******/

a img.aligncenter,
img.aligncenter {
    display:block;
    margin-bottom:15px;

}
a img.alignright,
img.alignright {
    float:left;
    margin-bottom:0.5em;
    margin-left:0;
    margin-right:1.5em;
    margin-top:0;
}
a img.alignnone {
    margin: 5px 0 20px 20px;
}
a img.alignleft, img.alignleft{
	float: right;
	margin-bottom: 0.5em;
	margin-right: 0;
	margin-left: 1.5em;
	margin-top: 0;
}
.spacer {
    clear: both;
    display: block;
    padding-top: 35px;
}
.wp-caption {
    background-color: #F8F8F8;
    border: 0 none;
    box-sizing: border-box;
    margin-bottom: 20px;
    max-width: 100%;
    outline: 1px solid #EAEAEA;
    padding: 5px 5px 10px;
    text-align: center;
}
.wp-caption img {
    margin-bottom: 10px !important;
}
.wp-caption-text {
    color: #808080;
    font-size: 15px;
    margin-bottom: 5px;
}
.gallery-caption {
    text-align: center;
}
.gallery{
    clear: both;
    overflow: hidden;
}
.gallery .gallery-item img{
	float: right;
    margin-left: 10px;
    margin-bottom: 10px
}
.gallery-columns-4 .gallery .gallery-item img{
	width: 23.6%;
}
.gallery-columns-4 .gallery .gallery-item:last-child img{
	margin-left: 0;
}
#gallery-1 .gallery-caption{
	display: inline-block;
}
.post.sticky {
    border-color: #0083B9;
}
.bypostauthor {
}
.noside {
    padding: 10px;
    text-align: center;
}
.wp-caption{}
.wp-caption-text{}
.sticky {}
.bypostauthor {}
.gallery-caption {
    text-align:center;
}
.wp-caption.alignnone {
    margin: 0;
}
.wp-caption.alignleft {
    margin: 5px 0 20px 20px;
}
.wp-caption.alignright {
    margin: 5px 20px 20px 0;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
table {
    border-collapse: collapse;
    width: 100%;
}
tr:nth-of-type(2n+1) {
    background: none repeat scroll 0 0 #fff;
}
.footer tr:nth-of-type(2n+1){
	background: transparent;
}
th {
    background: none repeat scroll 0 0 #f8f8f8;
    color: #40454d;
    font-weight: normal;
}
td, th {
    border: 1px solid #e5e5e5;
    padding: 10px;
    text-align: right;
}
dt {
    color: #40454d;
    font-weight: bold;
}
dd {
    background: none no-repeat scroll right top rgba(0, 0, 0, 0);
    margin-bottom: 10px;
    padding-right: 0;
}
table{
	margin-bottom: 20px;
    margin-top: 0;	
}
.link-pages {
    clear:both;
}
.entry-content blockquote{
	padding: 18px 45px 18px 25px;
	background: #f2f2f2;
	border-left: 5px solid #006cb4;
}
.entry-content blockquote,
.entry-content blockquote p{
	font-size: 19px;
	color: #666666;
	line-height: 30px;
}
.entry-content ul{
	list-style: outside;
}
.entry-content ul,
.entry-content ol{
	padding: 0 40px 0 0;
	margin-bottom: 20px;
}
.entry-content ul li, .entry-content ol li {
    margin-bottom: 2px;
}
code {
	background-color: #f8f8f8;
	font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
	padding: 5px;
	font-size: 13px;
}
pre {
	background-color: #f8f8f8;
	font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
	margin-bottom: 10px;
	max-height: 600px;
	overflow: auto;
	padding: 10px 12px 10px 8px;
	width: auto;
	font-size: 13px;
	border: 1px solid #e7e7e7;
}
.disappear {
    opacity: 0;

}
.appear {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

}

/* ==========================================================================
 *               retina
   ========================================================================== */

.retina_logo {
    display: none !important;
}

.footer .hot-line{
    color:#ffffff;
    font-size: 25px;
    display: block;
    margin-bottom: 10px;
    font-family: 'Montserrat';
}


.wpcf7{
    direction: ltr;
    text-align: left;
}
.footer .contact-form .wpcf7-text,
.footer .contact-form .wpcf7-textarea{
    background-color: #ffffff;
    color:#006cb4;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2) {
    .header .logo img {
        display: none !important;
    }

    .header .logo .retina_logo {
        display: inline-block !important;
    }
}


/******* Topbar ******/

.top-bar{
    height: 40px;
    line-height: 40px;
    background: #006cb4;
    color: #a3afbe;
    clear: both;
}

a.my-account{
	margin-right: 1px;
}

.breaking-news{
	width:40%;
}

.my-account,
.breaking-news span{
	font-size: 15px;
	margin-right: 10px;
	background: #464b57;
}

.breaking-news span a{ display:block; padding: 0 15px; color: white;}

.breaking-news span i{
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.breaking-news ul{
    height: 40px;
    overflow: hidden;
}

.breaking-news li{
	float: none;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

.breaking-news ul li h2{
    margin: 0;
}

.breaking-news ul li h2 a{
    font-size: 14px;
    font-weight:400;
    color: #ffffff;
    display: block;
}

.soical-icons{
	margin-right: 10px;
}

.soical-icons ul li{
    float: right;
    width: 30px;
    height: 30px;
    background: #464b57;
    text-align: center;
    line-height: 30px;
    margin: 5px 0 0 5px;
    border-radius: 50%;
}

.soical-icons ul li a{
    display: block;
    color: white;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.soical-icons ul li a:hover{
    color: white;
}

.soical-icons ul li.fb a{
    font-size: 17px;
}

.footer .soical-icons ul li.fb:hover,
.soical-icons ul li.fb {
    background: #3b5998;
}

.footer .soical-icons ul li.tw:hover,
.soical-icons ul li.tw {
    background: #00aced;
}

.footer .soical-icons ul li.go:hover,
.soical-icons ul li.go {
    background: #dd4b39;
}

.footer .soical-icons ul li.yt:hover,
.soical-icons ul li.yt {
    background: #bb0000;
}

.footer .soical-icons ul li.inst:hover,
.soical-icons ul li.inst {
    background: #125688;
}

.book-now a{
    display: block;
    font-size: 15px;
    color: white;
    background: #006cb4;
    padding: 0 14px;
}

.book-now a:hover{
    background: #464b57;
}

a.my-account i,
.book-now i{
    margin-right: 5px;
}

/***** Header ******/

.header{
    height: 100px;
    line-height: 100px;
    background: white;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 9999;
}

.header .logo img{
    padding-right: 20px;    
    width: 90px;
}

.navigation ul li{
    float: left;
    margin-right: 2px;
    position: relative;
}

.navigation ul li a{
    font-size: 15px;
    padding: 7px;
    color: #006cb4;
    font-weight: bold;
}

.navigation ul > li:hover > a,
.navigation ul > li.current-menu-item > a,
.navigation ul > li.current-menu-ancestor > a{
    background: #006cb4;
    border-radius: 5px;
    color: white;
}

.navigation ul li ul{
	opacity: 0;
	visibility: hidden;
	overflow: visible;
    position: absolute;
    z-index: 9999;
    background: #fff;
    left: -1px;
    top: 80px;
    width: 210px;
    border: 1px solid #d8dde3;
    filter:alpha(opacity=0);
    -webkit-transition:200ms ease;
    -moz-transition:200ms ease;
    -o-transition:200ms ease;
    transition:200ms ease;
}

.navigation ul li ul li ul{
	left: 100%;
    top: -1px;
}

.navigation ul > li:hover > ul{
	visibility: visible;
	opacity: 1;
}

.navigation ul li ul li{
	float: none;
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    position: relative;
    border-bottom: 1px solid #d8dde3;
    margin-right: 0;
    
    max-height: 0;
	-webkit-transition:max-height 500ms ease;
    -moz-transition:max-height 500ms ease;
    -o-transition:max-height 500ms ease;
    transition:max-height 500ms ease;
}

.navigation ul > li:hover > ul > li{
	max-height:150px;
}

.navigation ul li ul li:last-child{
	border-bottom: none;
}

.navigation ul li ul li a{
	display: block;
	font-size: 14px;
}

.navigation ul li:hover ul li > a{
	border-radius: 0px;
}

.navigation ul li ul li a:hover{
	padding-left: 20px;
}

.callus{
    padding: 32px 0 28px 0;
    
}

.callus i{
    font-size: 35px;
    color: #006cb4;
    margin-right: 10px;
}

.callus small{
    color: #006cb4;
    font-size: 14px;
    margin: -2px 0 2px 0;
}

.callus span{
    color: #006cb4;
    font-size: 16px;
    font-weight: bold;
}

.callus small,
.callus span{
    display: block;
    line-height: 20px;
    /*font-family: arial;*/
}

/***** Sections ******/

.wrap section:not(.slider){
    text-align: center;
    padding: 60px 0;
}

.wrap section.map-section{
	padding: 0;
}

section h2{
    margin: 0;
}

section h2.sectoin-title{
    color: #006cb4;
    font-size: 24px;
    font-weight: normal;
    position: relative;
    overflow: hidden;
    padding-bottom: 19px;
    margin-bottom: 40px;
}

h2.sectoin-title span{
    color: #464b57;
}

h2.sectoin-title:after,
h2.sectoin-title:before{
	content: "";
    position: absolute;
    background: #d8dde3;
}

h2.sectoin-title:after{
    width: 400px;
    height: 1px;
    right: 30%;
    top: 48px;
}

h2.sectoin-title:before{
    width: 9px;
    height: 9px;
    right: 50%;  
    top: 44px;  
}

/***** Services Sections ******/

.service-item{
	float: left;
}

.service-item a{
	display: block;
	text-align: center;
	padding-top: 10px;
}

.service-item span.icon-round{
	display: inline-block;
	width: 73px;
	height: 73px;
	line-height: 73px;
	background: #006cb4;
	color: white;
	border-radius: 50px;
	text-align: center;
	font-size: 38px;
	margin-bottom: 14px;
	position: relative;
}

.service-item a:hover span.icon-round{
	background-color: #006cb4;
}

.service-item a span.icon-round:after{
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
	top: -5px;
	right: -5px;
	padding: 5px;
	box-shadow: 0 0 0 3px #e1e5eb;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.3s, opacity 0.3s;
	transform: scale(.8);
	opacity: 0;
}

.service-item a:hover span.icon-round:after{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.service-item h2{
	font-size: 17px;
	color: #006cb4;
	font-weight: 400;
	margin-bottom: 11px;
}

.service-item a:hover h2{
	color: #006cb4;
}

.service-item p{
	color: #444;
	line-height: 25px;
	margin: 0;
}

#services-loop{
	padding-bottom: 30px;
}

.owl-dots{
	position: absolute;
	right: 50%;
	bottom: 0
}

.owl-dots .owl-dot{
	float: left;
	width: 15px;
	height: 4px;
	background: #d8dde3;
	margin-right: 2px;
}

.owl-dots .owl-dot.active{
	background: #006cb4;
}

/***** Online Section ******/

.online-section{
	background: url('../images/online.png');
	background-size: auto, cover;
	background-attachment: scroll, fixed;
	background-position: center center;
	padding: 0px !important;
	color: #000;
}

.online-section .section-overlay{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 60px 0;
	background-image: -webkit-radial-gradient(50% 50%, circle, rgba(255,  255,  255, 0.75), #006cb4);
	background-image: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.75), #006cb4);
}

.online-section p{
	line-height: 25px;
}

.online-section .akoad-button{
	margin-top: 10px;
	padding: 10px 20px;
	line-height: normal;
	background: #464b57;
}

.online-section h2.sectoin-title:after,
.online-section h2.sectoin-title:before{
	background: white;
}

/***** ÙAbout Sections ******/

.about-section{
	background: #f5f5f5;
	border-width: 1px 0;
	border-style: solid;
	border-color: #d8dde3;
}
/*
.wrap section.about-section{
	padding-bottom: 0;
}*/

.about-doctor{
	margin-right: 60px;
	position: relative;
	top: -60px;
}

.about-doctor .nametag{
	padding: 16px 30px;
	background: white;
}

.about-doctor .nametag h2{
	font-size: 15px;
	color: #006cb4;
	font-weight: 400;
}

.about-doctor .nametag h3{
	color: #006cb4;
	font-size: 14px;
	margin: 0;
	font-weight: 400;
	letter-spacing: 1px;
}

.about-content{
	position: relative;
	line-height: 25px;
	text-align: left;
	top: 6px;
}

.about-content a{
	text-align: center;
}

.wpcf7-submit,
.subscribe-form .wysija-submit,
.akoad-button{
	display: inline-block;
	color: white;
	padding: 8px 20px;
	background: #268ada;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 -2px rgba(31,28,29,.12);
	-moz-box-shadow: inset 0 -2px rgba(31,28,29,.12);
	box-shadow: inset 0 -2px rgba(31,28,29,.12);
}

.wpcf7-submit:hover,
.subscribe-form .wysija-submit:hover,
.akoad-button:hover{
	background: #02b8d2;
}

.about-content .akoad-button{
	margin-top: 10px;
}

/***** ÙNews Sections ******/

.news-item{
	float: left;
	text-align: left;
	margin-bottom: 34px;
}

.news-item img{
	webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.news-item:hover img{
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.image-wrap{
	overflow: hidden;
	width: 328px;
	height: 216px;
	margin-bottom: 14px;
}

.news-item h2{
	font-size: 18px;
	color: #006cb4;
	font-weight: 400;
	margin-bottom: 14px;
}

.news-item:hover h2{
	color: #006cb4;
}

.news-item p{
	margin: 0;
	line-height: 25px;
}

#news-loop{
	margin-bottom: 20px;
}

.news-section .owl-dots{ right: 46.5%; }

/***** ÙFooter ******/

.footer{
	background: #006cb4;
	color: #ffffff;
	line-height: 25px;
	padding: 25px 0;
	-webkit-box-shadow: 0 -5px rgba(31,28,29,.12);
	-moz-box-shadow: 0 -5px rgba(31,28,29,.12);
	box-shadow: 0 -5px rgba(31,28,29,.12);
	position: relative;
	z-index: 9999;
}

.footer .footer-col{
	width: 30.72%;
	float: left;
	margin-right: 20px;
}

.footer .footer-col.contact-form{
	margin-right: 0;
}

.footer .widget-title{
	text-align: left;
	color: white;
	font-size: 19px;
	font-weight: 400;
	margin: 0 0 30px;
}

.footer .footer-col.contact-form{
	/*background: #464b57;*/
	margin: -25px 0 -50px;
    padding: 25px 20px 50px;
}



.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea{
	height: 40px;
	padding: 0 20px;
	background: #006cb4;
	color: #a3afbe;
	width: 100%;
	margin-bottom: 20px;
}

.contact-form textarea{
	height: 180px;
	padding: 20px;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors{
	color: #a3afbe;
	text-align: left;
}

.contact-form form p{
	margin: 0;
}

.subscribe-form,
.ads{
	margin-bottom: 40px;
}

.subscribe-form .wysija-input{
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 40px;
	background: #ffffff;
    color:#006cb4;
	margin-bottom: 10px;
	padding: 0 20px;
}

.widget_wysija label{
	margin-bottom: 7px;
}

.widget_wysija p{
	margin: 0;
}

.subscribe-form .wysija-submit{
	width: 100%;
	text-align: center;
	margin-top: 0;
}

.footer .ads{
	text-align: center;
}

.footer .soical-icons ul li{
	background: #69717f;
}

/***** ÙCopyrights ******/

.copyrights{
	background: #464b57;
	color: #ffffff;
	font-size: 14px;
	position: relative;
	z-index: 9999;
}

.akoad-logo{
	margin-left: 10px;
}

/***** Page ******/

.page .site-main{
	margin-bottom: 50px;
	line-height: 25px;
}

.entry-content a:not(.akoad-button),
.page .site-main a{
	color: #006cb4;
}

.page-image{
	height: 200px;
}

.page-header{
	background: #f9f9f9;
	padding: 10px 0;
	border-bottom: 1px solid #d8dde3;
	border-top: 5px solid #006cb4;
	margin-bottom: 50px;
}

#searchform{
	position: relative;
	top: 10px
}

#searchform .text_input{
	height: 44px;
	padding: 0 10px;
	color: #a3afbe;
}

.wpb_tour .wpb_tabs_nav{
	float: left !important;
}

.wpb_tour_next_prev_nav {
	display: none;
}

.vc_tta.vc_general .vc_tta-tab.vc_active{
        background-color: #f7f7f7 !important;
}

.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a{
        background: none !important;
        border: none !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a{
	padding: 15px 15px 15px 60px !important;
	position: relative !important;
        color: #006cb4 !important;
}

.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-container{
	border: 1px solid #d8dde3 !important;
}

.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-list li{
	border-bottom: 1px solid #d8dde3 !important;
}

.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-list li:last-child{
	border-bottom: none !important;
}

.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-style-classic .vc_tta-tabs-container{ margin-right: 20px; }

.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-list li a:before,
.page .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a:before{
	content: "\f104";
	width: 40px;
	padding: 22px 0;
	position: absolute;
	left: 0;
	top: -1px;
	background: #d8dde3;
	text-align: center;
	font-family: 'akoadicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a:before, 
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-list li:hover a:before{
	background: #006cb4 !important;
	color: white !important;
}

.page .site-main input[type="text"],
.page .site-main input[type="email"],
.page .site-main input[type="tel"],
.page .site-main textarea{
	background: #f5f5f5;
	padding: 7px 20px;
}

/***** POst ******/

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

.single .page-image{
	height: 500px;
	background-attachment: scroll, fixed;
}

.single .page-image .inner{
/* 	overflow: hidden; */
	position: relative;
}

.pm-shadow{
	height: 100%;
	background: url('../images/shadow.png') repeat-x bottom right;
}

.post-header{
	position: absolute;
	top: 350px;
	left: 0;
	color: white;
	text-shadow: -3px 4px 6px rgba(0, 0, 0, .33);
}

.entry-post-meta div{
	float: left;
	margin-right: 10px;
	border-right: 1px solid white;
	padding-right: 10px;
}

.entry-post-meta div:last-of-type{
	border-right: none;
}

.entry-content{
	padding: 50px 0;
	line-height: 30px;
	font-size: 15px;
}

.post-nav-links {
    overflow: hidden;
    font-size: 15px;
    margin-top: 30px;
}

.post-nav-links a {
    color: #7e7e7e;
}

.post-nav-links a:hover {
    color: #0083b9;
}

.post-nav-links .post-nav-prev,
.post-nav-links .post-nav-next {
    width: 49.9%;
}

.post-nav-links .post-nav-prev {
    float: left;
    border-right: 1px solid #e9e9e9;
}

.post-nav-links .post-nav-prev span:before,
.post-nav-links .post-nav-next span:after {
    content: "\f105";
	font-family: 'akoadicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    top: 2px;
    margin-right: 10px;
    position: relative;
}

.post-nav-links .post-nav-next span:after {
    content: "\f104";
    margin-right: 0;
    margin-left: 10px;
}

.post-nav-links .post-nav-next {
    float: right;
    text-align: right;
}

.post-nav-links span {
    display: block;
    color: #2d2d2d;
    font-weight: 700 !important;
}

.post-header .entry-crumbs a{
	color: white;
}

.post-header .entry-crumbs{
	display: none;
	overflow: hidden;
}

.entry-crumbs > div{
	font-size: 13px;
	float: left;
	padding-right: 20px;
	margin-right: 10px;
	position: relative;
}

.entry-crumbs > div:after{
	content: ">";
	position: absolute;
	right: 0;
	top: 0;	
}

.entry-crumbs > div:last-of-type:after{
	display: none;
}

/***** Category ******/

.blog-post {
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d8dde3;
}

.blog-post:last-of-type {
    border-bottom: none;
}

.blog-post img {
    float: left;
    margin-right: 20px;
}

.blog-post h2{
	margin: 0 0 15px;
}

.blog-post a,
.blog-post h2 a{
	color: #006cb4;
}

.blog-post a:hover,
.blog-post h2 a:hover{
	color: #333;
}

.blog-post .entry-content{
	padding: 0;
	margin-bottom: 15px;
}

.blog-post .entry-post-meta{
	margin-bottom: 15px;
	overflow: hidden;
	color: #a3afbe;
}

.entry-post-meta div{
	border-color: #a3afbe;
}

figure.post-thumbnail{
	margin: 0;
}

.pagination {
    margin: 20px 0 50px;
    border: 1px solid #d8dde3;
    height: 39px;
    line-height: 39px;
    font-size: 15px;
}

.pagination a,
.pagination span {
	padding: 0 15px;
	float: left;
    border-right: 1px solid #d8dde3;
    color: #333;
}

.pagination span.current,
.pagination a:hover{
    background: #006cb4;
    color: white;
}

/***** Library *****/

.book {
	padding: 50px 0 0 0;
	margin: auto;
}

.col-xs-4{
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	width: 16.66666667%;
	margin-top: 30px;
}

.col-xs-4 a:before { /* Just to give a little puddle of a shadow without adding another element */
	content: '';
    display: block;
    width: 82%;
    height: 1em;
    background: rgba(0,0,0,.35);
    border-radius: 50%;
    position: absolute;
    bottom:-10px;
    left: 10px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    z-index:-5;
}

.col-xs-4:hover a:before{
	-webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, 5px, 0);
	-moz-transform: scale3d(1.1, 1.1, 1) translate3d(0, 5px, 0);
	-ms-transform: scale3d(1.1, 1.1, 1) translate3d(0, 5px, 0);
	-o-transform: scale3d(1.1, 1.1, 1) translate3d(0, 5px, 0);
	transform: scale3d(1.1, 1.1, 1) translate3d(0, 5px, 0);
}

.col-xs-4 img{
	-webkit-transition: -webkit-transform 0.1s;
	-webkit-transform: translate(0, 0);
	-moz-transition: -moz-transform 0.1s;
	-moz-transform: translate(0, 0);
	-ms-transition: -ms-transform 0.1s;
	-ms-transform: translate(0, 0);
	-o-transition: -o-transform 0.1s;
	-o-transform: translate(0, 0);
	transition: transform 0.1s;
	transform: translate(0, 0);
}

.col-xs-4:hover img{
	z-index: 2;
	cursor: pointer;
	background-color: white;
	-webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
	-moz-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
	-ms-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
	-o-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
	transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
}

.shelf {
	border-bottom: 30px solid #a5a5a5;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
	top: -15px;
	z-index: -10;
}

/*Example adding pseudo element to give shelf depth*/
.shelf:after {
	content: '';
	background: #686868;
	height: 20px;
	width: calc(100% + 40px); /*IE9+*/
	position: absolute;
	top: 30px;
	right: 0;
	left: 0;
	z-index: 1;
	margin: 0 -20px;
}

.col-xs-12{
	width: 100%;
	float: right;
	margin: 0 auto;
	position: relative;
	min-height: 1px;
}

/***** Book Page *****/

#book .f-wrap{
	display: block;
	margin-bottom: 30px;
}

.f-wrap input,
.f-wrap select,
.f-wrap textarea{
	margin-right: 50px;
	border: 1px solid #d8dde3;
}

.f-wrap textarea{
	vertical-align: middle;
}

.f-wrap label{
	display: inline-block;
	margin-right: 10px;
	width: 120px;
}

.f-wrap select{
	min-width: 238px;
}

#book .submit{
	width: 665px;
	text-align: center;
	margin-left: 135px
}

.f-wrap .fileupload{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.f-wrap .fileupload + label {
    color: white;
    background-color: black;
    display: inline-block;
    cursor: pointer;
    padding: 0.625rem 1.25rem;
    background-color: #006cb4;
    width: auto !important;
    margin: 0 97px 0 137px;
    box-shadow: 0 -2px rgba(31, 28, 29, 0.12) inset;
    border-radius: 5px;
}

.f-wrap .fileupload:focus + label,
.f-wrap .fileupload + label:hover {
    background-color: #02b8d2;
}

.fileupload + label * {
	pointer-events: none;
}

.fileupload + label i{
    font-size: 19px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

select {
	background: transparent;
	width: 150px;
	padding: 5px 12px 5px 35px;
	border-radius: 0;
	border: 1px solid #d8dde3;
	height: 40px;
	color: #a3afbe;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/dd.ico) 4% / 10% no-repeat #f5f5f5;
	outline: none;
} 
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    select {
        background:none;
        padding: 5px;
    }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    %60contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Data Picker Plugin */
.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-right: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
	padding: 8px 8px 8px 0;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	right: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: right;
	margin-right: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: left;
	margin-left: 8px;
	margin-right: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: right;
	text-align: center;
	margin-right: 8px;
	margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: left;
	margin-left: 8px;
	margin-right: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: right;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: right;
	background-position: -70px 0;
	margin-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: left;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-right: 14px;
	margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
	float: none;
	margin-right: 0;
	margin-left: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: right;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ left: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ left: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 5px 2px 10px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: left;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: -inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-right: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	left: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	right: 0;
	left: auto;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 33px 4px 17px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 100%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 100%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 100%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 100%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 100%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 100%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 100%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 100%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 100%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 100%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

/* Validate */
#field{
	margin-right:.5em;
	float:right;
}
br{
	clear:both;
}
select.error,
input.error{
	border:1px solid red;
}
label.error,
label.valid{
	margin: 0;
	width: auto;
}

div.updated {
    background-color: #FFFFFF;
    border-left: 4px solid #7AD03A;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    padding: 1px 12px;
}
div.error, div.updated {
    margin: 25px 0 2px;
}

div.error p, div.updated p {
    margin: 0.5em 0;
    padding: 2px;
}

.amount-value{
	font-size: 20px;
	font-weight: bold;
	color: green;
}

.page-id-187 #primary{
	overflow: hidden;
}

.page-template-fmtemplate #wprmenu_bar{ display: none }

        #wprmenu_bar .wprmenu_icon{ margin-right: 16px; }
        #wprmenu_bar .menu_title,
        .wpr_search .wpr-search-field { text-align: left !important; } 
        #wprmenu_menu ul li a{ text-align: left; }
        #wprmenu_menu.wprmenu_levels a.wprmenu_parent_item{ padding-left: 59px; }
        #wprmenu_menu.wprmenu_levels ul li ul li{ padding: 0 0 0 44px; }

.menu-burger{
    display: none;
    float: left;
    background-color: #006cb4;
    border: none;
    outline: none;
    margin-top: 35px;
    border-radius: 5px;
}

.menu-burger span{
    display: block;
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    margin: 6px 0;
}


.col-20,.col-80{
    float: left;    
    margin-right: 0!important;
}

.col-20{
    width: 20%;
    top:-50px;
}
.col-80
{
    width: 77%;
    padding-left: 20px;
    text-align: justify;
}

@media only screen and (min-width: 0) and (max-width: 1165px) {
       .inner{
		width: 960px;
	}
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
	.inner{
		width: 920px;
	}
	.header{
		height: 210px;
		line-height: 100px;
	}
	.logo{
    	float: none;
    	text-align: center    
    }
    .header .logo img{
		border-right: none;
		margin-right: 0;
		padding-right: 0;
		padding-top: 30px;
	}
    .navigation{
	    margin-left: 5%;
    }
    .callus{
	    margin-right: 5%;
    }
    
    .footer .footer-col{
		width: 100%;
		margin: 0 0 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.footer .footer-col.contact-form{
		margin: 0 0 20px;
	}
	.copyrights .floatright,
	.copyrights .floatleft{
		float: none;
	}
	.copyrights{
		text-align: center;
	}

}

@media screen and (min-width: 768px) and (max-width: 1000px){
        .inner{ width: 768px; }
        .navigation{
	    margin-left:0;
    }
    .callus{
	    margin-right:0;
    }
    .owl-dots{ right: 40%; }
    .wrap section.about-section{ padding: 30px; }
    .wpb_wrapper .wpb_tour .wpb_tabs_nav{ width: 100% !important; margin-bottom: 20px; }
    .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab { float: none !important; width: 100% !important; } 
}

@media only screen and (min-width: 0) and (max-width: 768px) {
     .inner{ width: 667px; }
    .header{ height: 100px; line-height: 100px; }
    .header .logo img{
        float: right;        
    }
    .header .logo img{ padding: 0; }
    .wpb_wrapper .wpb_tour .wpb_tabs_nav{ width: 100% !important; margin-bottom: 20px; }
    .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab { float: none !important; width: 100% !important; }
    .callus { 
        display: none; 
    }

    .retina_logo{
        margin-top: 5px;
    }

    .menu-burger{
        display: block;

    }
    .navigation{
        display: none;
    }
    .navigation .menu {
        background-color: #006cb4;
        width: 200px;
        position: absolute;
        top: 100px;
        left: 0;
        margin-left: 10px;
    }

    .navigation .menu li{
        line-height: 20px;
        display: block;
        float: none;
        border-top: 1px solid #ffffff;
    }
    .navigation .menu li a{
        display: block;
        padding: 15px 40px;
        color: #ffffff;
    }

    .navigation .menu li .sub-menu{
        display: none;        
        background-color: #006cb4;
        visibility: visible;
        position: absolute;
        left: 100%;
        top: 0;                                  
        opacity: 1;
    }

    .navigation .menu li .sub-menu li{
        opacity: 1;
        visibility: visible;    
        max-height: none;
    }

    h2.sectoin-title::after{right:20%;}
    .uber-google-map{height:300px !important;}
    #click-menu{ background: #006cb4 !important;; top: 71px !important;; }
}

@media only screen and (min-width: 0) and (max-width: 670px) {
   .inner{ width: 568px; }
}

@media only screen and (min-width: 0) and (max-width: 568px) {
   .inner{ width: 470px; }
   .breaking-news{
		display: none;
	}
	.top-bar .soical-icons{
		margin-top: 2px;
	}
	.top-bar .soical-icons ul li{
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.inner{
		width: 300px;
	}
	.header .logo{
		text-align: center;
		float: none;
	}
	h2.sectoin-title::after{
		right: 0;
	}
	#services-loop .owl-dots{
		right: 26%;
	}
        .owl-carousel.owl-rtl .owl-item{ float: none; }
        .news-section .owl-dots {
		right: 20.5%;
	}
	.wrap section.about-section{
		padding-bottom: 60px;
	}
	.about-doctor{
		width: 100%;
		margin-bottom: 20px;
		top: 0;
		margin-right: 0;
	}
	.about-content{
		top: 0;
		text-align: center;
	}
	.post-header{
		top: 292px;
	}
	.post-header h1{
		font-size: 1.6em;
		line-height: 35px;
	}
	.post-nav-links .post-nav-prev, .post-nav-links .post-nav-next{
		width: 49.5%;
	}
	.page-image{
		height: 60px;
	}
        .page-header #searchform{ margin-bottom: 20px; }
        .f-wrap .fileupload + label{ margin: 20px 0 0; }
        #book .submit { width: auto; } 
        .wpb_wrapper .wpb_tour .wpb_tabs_nav{ width: 100% !important; margin-bottom: 20px; }
        .site-main input, .site-main textarea{ box-sizing: border-box; width: 100%; }
}