﻿/*
Theme Name: Chiropractor
Theme URI: demos.pixelatethemes.com/chiropractorwp
Author: DesignArc
Author URI: www.pixelatethemes.com
Description: chiropractor business wp theme
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chiropractor
Tags:two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/

/* 01 - RESET STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - EMPTY SPACE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - SWIPER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - TABS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - ACCORDEON */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - MAP */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - INDEX */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 - 404 Page */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 - FAQ */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 - CONTACT US */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 - INSURANCE-PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 14 - GALLERY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 15 - THERAPIST PROFILE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 16 - BLOG */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 17 - BLOG DETAIL */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 18 - CHIROPRATIC-THERAPY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 19 - PHYSIOTHERAPY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 20 - ABOUT US */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 21 - SHOP PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 22 - PRODUCT-DETAILS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 23 - CHECKOUT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 24 - Comments in comment form  */
/*-------------------------------------------------------------------------------------------------------------------------------*/

html {
    overflow-y: scroll;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
acronym,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,

center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
p{
	line-height:26px;
}
body * {
    -webkit-text-size-adjust: none;
    outline: none;
}

.grid-xs-1,
 .grid-sm-1,
 .grid-md-1,
 .grid-lg-1, 
 .grid-xs-2,
 .grid-sm-2,
 .grid-md-2,
 .grid-lg-2,
 .grid-xs-3,
 .grid-sm-3,
 .grid-md-3,
 .grid-lg-3,
 .grid-xs-4,
 .grid-sm-4,
 .grid-md-4,
 .grid-lg-4,
 .grid-xs-5,
 .grid-sm-5,
 .grid-md-5,
 .grid-lg-5,
 .grid-xs-6,
 .grid-sm-6,
 .grid-md-6, 
 .grid-lg-6,
 .grid-xs-7,
 .grid-sm-7,
 .grid-md-7, 
 .grid-lg-7, 
 .grid-xs-8,
 .grid-sm-8,
 .grid-md-8,
 .grid-lg-8,
 .grid-xs-9,
 .grid-sm-9,
 .grid-md-9,
 .grid-lg-9,
 .grid-xs-10,
 .grid-sm-10,
 .grid-md-10, 
 .grid-lg-10, 
 .grid-xs-11, 
 .grid-sm-11, 
 .grid-md-11, 
 .grid-lg-11,
 .grid-xs-12, 
 .grid-sm-12,
 .grid-md-12,
 .grid-lg-12 {
 position: relative;
 min-height: 1px;
 padding-left: 15px;
 padding-right: 15px;
}
.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
    font-size: 0px;
    display: block;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input,
textarea,
select {
    font-weight: 400;
    appearance: none;
    border-radius: 0;
    background: none;
    border: none;
    margin: 0;
    width: 100%;
    font-family: 'Open Sans';
}

textarea {
    display: block;
    resize: none;
    overflow: auto;
}

select::-ms-expand {
    display: none;
}

input[type="submit"],
input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: none;
    cursor: pointer;
    z-index: 1;
}


a:link,
a:visited,
a:active,
a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none!important;
}
a{
	outline: none!important;
	    cursor: pointer;
}
body {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    font-family: 'Open Sans';
}

body p {
	color: #8e8d8d;
	overflow-x: visible;
}

b,
strong {
    font-weight: 700;
}

ul,
ol {
	margin-bottom:0;
}
.widget ul{
	list-style: none;
}
a {
    color: inherit;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - EMPTY SPACE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

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

.emptySpace5 {
    height: 5px;
}
.emptySpace10 {
    height: 10px;
}
.emptySpace15 {
    height: 15px;
}
.emptySpace20 {
    height: 20px;
}
.emptySpace25 {
    height: 25px;
}
.emptySpace30 {
    height: 30px;
}
.emptySpace35 {
    height: 35px;
}
.emptySpace40 {
    height: 40px;
}
.emptySpace45 {
    height: 45px;
}
.emptySpace50 {
    height: 50px;
}
.emptySpace55 {
    height: 55px;
}
.emptySpace60 {
    height: 60px;
}
.emptySpace65 {
    height: 65px;
}
.emptySpace70 {
    height: 70px;
}
.emptySpace75 {
    height: 75px;
}
.emptySpace80 {
    height: 80px;
}
.emptySpace85 {
    height: 85px;
}
.emptySpace90 {
    height: 90px;
}
.emptySpace95 {
    height: 95px;
}
.emptySpace100 {
    height: 100px;
}
.emptySpace105 {
    height: 106px;
}
.emptySpace110 {
    height: 110px;
}
.emptySpace115 {
    height: 115px;
}
.emptySpace120 {
    height: 120px;
}
.emptySpace125 {
    height: 125px;
}
.emptySpace130 {
    height: 130px;
}
.emptySpace135 {
    height: 135px;
}
.emptySpace140 {
    height: 140px;
}
.emptySpace145 {
    height: 145px;
}
.emptySpace150 {
    height: 150px;
}
.emptySpace155 {
    height: 155px;
}
.emptySpace160 {
    height: 160px;
}
.emptySpace165 {
    height: 165px;
}
.emptySpace170 {
    height: 170px;
}
.emptySpace175 {
    height: 175px;
}
.emptySpace180 {
    height: 180px;
}
.emptySpace185 {
    height: 185px;
}
.emptySpace190 {
    height: 190px;
}
.emptySpace195 {
    height: 195px;
}
.emptySpace200 {
    height: 200px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*Main*/

#content-block {
    position: relative;
    overflow: hidden;
}

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

.container-fluid {
	position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

html.overflow-hidden body {
    overflow: hidden;
}


/*Table*/

.table-view {
    height: 100%;
    width: 100%;
    display: table;
}

.row-view {
    display: table-row;
}

.cell-view {
    display: table-cell;
    vertical-align: middle;
    width: 10000px;
	padding: 30px 0;
}


/*Body selection*/

::selection {
    color: #fefefe;
    background: #1e1e1e;
}

::-moz-selection {
    color: #fefefe;
    background: #1e1e1e;
}


/*Helper classes*/

.nopadding,
.nopadding>*[class*="col"] {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.noRpadding >*[class*="col-"] {
	padding-right: 0;
}

.noLpadding >*[class*="col-"] {
	padding-left: 0;
}

.formLpadding {
	padding-left: 0;	
}

.formRpadding {
	padding-right: 0;	
}

.full-size {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fixed-background {
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}

body.mobile .fixed-background {
    background-attachment: scroll;
}

/*Article*/

.simple-article,
.text_block {
    color: #8e8d8d;
    font-size: 14px;
    line-height: 26px;
}

.simple-article p,
.text_block p {
	margin-bottom: 30px;
}

.simple-article b,
.text_block b {
	color: #3d3d3d;
	font-size: 18px;
	font-weight: 400;
}

.simple-article p:last-child,
.text_block p:last-child {
	margin-bottom: 0;
}

.simple-article.light p,
.text_block.light p {
    color: #fff;
}

.simple-article.extraLight p,
.text_block.extraLight p {
    color: rgba(255, 255, 255, .7);
}

.simple-article img {
    max-width: 100%;
    height: auto;
    display: block;
	margin-bottom: 45px!important;
}

.simple-article ol,
.text_block ol {
    counter-reset: number;
}

.simple-article ol li,
.text_block ol li {
    padding-left: 0;
    margin-bottom: 8px;
}

.no-margin{
	margin-bottom:0px;
}

.simple-article ul li:before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(assets/images/list-check.png) no-repeat center center;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.bullet-right .simple-article .listStyle2 li:before {
	background: url(assets/images/list-check2.png) no-repeat center center;
}

.simple-article .listStyle2 li {
	margin-bottom: 11px;
	color: #898989;
}
/*Typography*/

.large {
    font-size: 18px;
    line-height: 26px;
}

.normall {
    font-size: 15px;
    line-height: 26px;
}

.small {
    font-size: 14px;
    line-height: 26px;
}

.as.extraLight {
	font-weight: 200;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    color: #4d4d4d;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
	font-family: "Raleway";
	letter-spacing: 0.5px;
}

.light.h1,
.light h1,
.light.h2,
.light h2,
.light.h3,
.light h3,
.light.h4,
.light h4,
.light.h5,
.light h5,
.light.h6,
.light h6 {
    color: #fff;
}

.simple-article h1,
.text_block h1,
.comment-content h1,
.simple-article h2,
.text_block h2,
.comment-content h2,
.simple-article h3,
.text_block h3,
.comment-content h3,
.simple-article h4,
.text_block h4,
.comment-content h4,
.simple-article h5,
.text_block h5,
.comment-content h5,
.simple-article h6,
.text_block h6 ,
.comment-content h6{
    margin-bottom: 30px;
	margin-top: 30px;
}

.h1,
h1 {
    font-size: 50px;
    line-height: 55px;
}

.h2,
h2 {
    font-size: 40px;
    line-height: 55px;
}

.h3,
h3 {
    font-size: 30px;
    line-height: 34px;
}

.h4,
h4 {
    font-size: 28px;
    line-height: 32px;
}

.h5,
h5 {
    font-size: 20px;
    line-height: 28px;
}

.h6,
h6 {
    font-size: 15px;
    line-height: 26px;
}

.simple-article a:not(.button) {
    color: #0084ff;
}

.simple-article a:hover {
    text-decoration: underline;
}

.simple-article br {
    line-height: 1em;
	clear: both;
}

/*Buttons*/

button {
	background: transparent;
	border-color: transparent;
}

.button {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    position: relative;
    cursor: pointer;
	background: #eee294;
	border-radius: 35px;
    padding: 19px 39px;
    font-size: 18px;
    line-height: 22px;
    color: #76704c;
    text-transform: uppercase;
	z-index: 1;
	font-weight: 700;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

.button:hover,
.button:focus, 
.button:active {
  background-color: #c6c194;
  color: #fff;
}

.button-close {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
}

.button-close span {
	background: #000;
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.button-close span:first-child {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.button-close span:last-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.button-close:hover span {
	background: #713e77;
}

/*Buttons styles*/

.button.btnStyle2 {
	background: transparent;
	border: 1px solid #e9e9e9;
	color: #fff;
}

.button.btnStyle2:hover {
	background: #fff;
	border-color: #fff;
	color: #624d65;
}

.button.btnStyle3 {
	background: #c6c194;
	color: #fff;
}

.button.btnStyle3:hover {
	background: #624d65;
	color: #fff;
}

.button.btnStyle4 {
	background: #c6c194;
	color: #fff;
	border-radius: 0;
	font-family: "Raleway"
}

.button.btnStyle4:hover {
	background: #624d65;
	color: #fff;
}

.button.btnStyle5 {
	background: #624d65;
	color: #fff;
}
.appointmentDesign .ea-bootstrap .btn-primary{
	background-color: #624d65;
    border-color: #624d65;
    color: #fff;
}
.appointmentDesign .ea-bootstrap .btn-primary:hover {
    color: #fff;
    background-color: #eee294;
    border-color: #eee294;
}
.button.btnStyle5:hover {
	background: #eee294;
}

.button.btnStyle6 {
	color: #595959;
	background: #f1f1f1;
	border-color: #dfdfdf;
	border-radius: 0;
	text-transform: none;
	font-style: italic;
	font-weight: 400;
	text-align: left;
}

.button.btnStyle6:before {
	border-radius: 0;
}

.button.btnStyle7 {
	background: #fff;
	border-color: #fff;
	color: #525252;
}

.button.btnStyle7:before {
	background: #c6c194;
}

.button.btnStyle8 {
	background: #624d65;
	border: 1px solid #624d65;
	color: #fff;
	border-radius: 0;
}

.button.btnStyle8:hover {
	background: #eee294;
	border-color: #eee294;
	border-radius: 0;
}
.button.btnSize2 {
	padding: 7px 30px;
	font-size: 14px;
}
.button.btnSize3 {
	padding: 12px 40px;
}

.button.btnSize4 {
	padding: 11px 46px;
	font-size: 15px;
}

.button.btnSize5 {
	padding: 21px 52px;
	font-size: 20px;
}

.button.btnSize6 {
	padding: 13px 50px;
	font-size: 15px;
	width: 100%;
}

.button.btnSize7 {
	padding: 21px 15px 21px 95px;
	font-size: 22px;
	width: 100%;
}

.button.btnSize8 {
	font-size: 14px;
	padding: 4px 17px;
	vertical-align: top;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 1px;
}

/*Inputs*/

.simple-input {
    font-size: 15px;
    color: #8e8d8d;
    line-height: 48px;
	height: 48px;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #e0e0e0;
	background: #fff;
	font-family: "Open Sans";
    transition: all .15s;
    -webkit-transition: all .15s;
}

.simple-input:focus {
    border-color: #c7abcb;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .11);
}
.appointmentDesign .ea-bootstrap .form-control:focus,
.appointmentDesign .ui-datepicker{
	border-color: #c7abcb;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .11);
}
.simple-input.invalid {
    border-color: #f11e1e!important;
}

textarea.simple-input {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    height: 187px;
}
.requestBlock textarea.simple-input {
    height: 115px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #888;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #888;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #888;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #888;
    opacity: 1;
}

/*bgImage inputs*/


.simple-input.light {
    border-color: rgba(255, 255, 255, .5);
    color: #fff;
}

.simple-input.light:focus {
    border-color: #fff;
}

input.light::-webkit-input-placeholder,
textarea.light::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8);
    opacity: 1;
}

input.light:-moz-placeholder,
textarea.light:-moz-placeholder {
    color: rgba(255, 255, 255, .8);
    opacity: 1;
}

input.light::-moz-placeholder,
textarea.light::-moz-placeholder {
    color: rgba(255, 255, 255, .8);
    opacity: 1;
}

input.light:-ms-input-placeholder,
textarea.light:-ms-input-placeholder {
    color: rgba(255, 255, 255, .8);
    opacity: 1;
}

/*Radio CheckBox*/

.checkbox-entry {
    display: inline-block;
    cursor: pointer;
    margin: 0;
    padding: 0;
    min-width: 20px;
    min-height: 20px;
}

.checkbox-entry input {
    display: none;
}

.checkbox-entry span {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px;
	font-weight: 500;
    display: block;
    color: #8e8d8d;
	font-family: "Raleway";
}

.checkbox-entry:hover span,
.checkbox-entry span a:hover {
    color: #555;
    text-decoration: none;
}

.checkbox-entry span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px #eee solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.checkbox-entry input:checked+span:before {
    border-color: #c7abcb;
    background-color: #c7abcb;
    background-position: center center;
}

.checkbox-entry.radio span:before {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: none;
}

.checkbox-entry.radio input:checked+span:before {
    border-color: #c7abcb;
    background-color: #fff;
    border-width: 7px;
}

.checkbox-entry a:hover {
    text-decoration: underline;
}

.checkbox-entry.light span {
    color: rgba(255, 255, 255, .8);
}

.checkbox-entry.light:hover span,
.checkbox-entry.light span a:hover {
    color: #fff;
    text-decoration: none;
}

.checkbox-entry.light.radio input:checked+span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px #eee solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
/*SumoSelect*/

.sumoWrapper {
	position: relative;
}

.SelectBox,
.SumoSelect > .CaptionCont > span,
.SumoSelect > .CaptionCont > label {
	cursor: pointer;
}

.SumoSelect:focus > .CaptionCont, 
.SumoSelect:hover > .CaptionCont, 
.SumoSelect.open > .CaptionCont {
	box-shadow: none;
	border-color: rgba(98, 77, 101, 1);
}

.SelectBox {
	padding: 14px 20px;
}

.SumoSelect.open > .optWrapper {
	top: 43px;
	box-shadow: none;
	border-color: #624d65;
}

.SumoSelect > .optWrapper,
.SumoSelect > .optWrapper > .options,
.SumoSelect > .optWrapper > .options > li.opt:last-child,
.SumoSelect > .optWrapper > .options > li.opt:first-child {
	border-radius: 0;
}

.SumoSelect > .optWrapper > .options  li.opt {
	padding: 15px 20px;
	border-bottom: 1px solid #dedede;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
	background: #624d65;
}

.SumoSelect > .optWrapper > .options li.opt:hover label {
	color: #fff;
}

.SumoSelect > .CaptionCont > label > i {
	background-image: none;
}

.SumoSelect > .CaptionCont > label > i:before {
	font-family: "FontAwesome";
	content: "\f107";
	font-size: 18px;
}

.SumoSelect:focus i:before {
	color: #624d65;
}

/*Social*/

.socialWrapper {
	position: relative;
}

.socialWrapper a {
	font-size: 14px;
	display: inline-block;
	padding: 14px;
	border: 1px solid #666;
	border-radius: 100%;
	position: relative;
	color: #666;
	margin: 0 4px!important;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.socialWrapper a:first-child {
	margin-left: 0;
}

.socialWrapper a i.fa {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.socialWrapper a:hover {
	background: #c6c194;
	border-color: #c6c194;
	color: #2d292d;
}

/*Gallery*/

.gallerWrapper {
	position: relative;
}

.gallerWrapper li {
	margin-bottom: 5px;
}


/*img thumbnail*/

.imgWrapper {
	position: relative;
	margin-bottom: 50px;
	display: block;
}

.imgWrapper img {
	max-width: 100%;
	height: auto;
	display: block;
}

.imgThumbnail {
	position: relative;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.imgThumbnail:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(115, 85, 119, .85);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 350ms linear;
	transition: all 350ms linear;
	content: '';
}
.shadowHover .imgThumbnail:hover:after {
    -webkit-transform: scale(2);
    transform: scale(2);
}
.imgThumbnail i.fa {
	border: 1px solid #fff;
	border-radius: 100%;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	padding: 20px;
	opacity: 0;
	-webkit-transform: translate(-50%, 30%);
	transform: translate(-50%, 30%);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.imgThumbnail:hover i.fa {
	opacity: 1;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition-delay: 250ms;
	transition-delay: 250ms;
}

.ThumbnailWrapper .imgWrapper {
	margin-bottom: 25px;
}

.ThumbnailWrapper .as {
	margin-bottom: 8px;
	text-transform: none;
	color: #1f1f34;
	margin-top: 0;
}

.ThumbnailWrapper .as a {
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.ThumbnailWrapper .as a:hover,
.ThumbnailWrapper .as a:focus {
	color: #5d4c5f;
	text-decoration: underline;
}

.ThumbnailWrapper.style2 {
	max-width: 300px;
	margin: 0 auto;
}

.ThumbnailWrapper.style2 .simple-article {
	margin-bottom: 25px;
}

.ThumbnailWrapper.style2 .imgWrapper {
	margin-bottom: 34px;
}

.ThumbnailWrapper.style3 {
	text-align: center;
	max-width: 270px;
	margin: 0 auto;
}

.ThumbnailWrapper.style3 .as {
	font-weight: 500;
}

.ThumbnailWrapper.style3 .imgWrapper {
	margin-bottom: 27px;
}

.ThumbnailWrapper.style4 .imgWrapper {
	margin-bottom: 34px;
}

.ThumbnailWrapper.style4 .imgThumbnail img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.ThumbnailWrapper.style4 > span {
	color: #898989;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 17px;
	display: block;
}

.ThumbnailWrapper.style4 .as {
	font-size: 24px;
	margin-bottom: 19px;
}

.ThumbnailWrapper.style4 .simple-article {
	padding-bottom: 26px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
}

.thuDes {
	display: inline-block;
	margin: 0 13px;
}

.thuDes:first-child {
	margin-left: 0;
}

.thuDes i.fa {
	font-size: 15px;
	display: inline-block;
	margin-right: 6px;
	color: #b8b8b8;
}

.thuDes p {
	display: inline-block;
	color: #b8b8b8;
	font-weight: 700;
}

.thumbnailDescription {
	margin-bottom: 33px;
}

.socialThumnailWrapper {
	position: relative;
}

.socialThumnailWrapper:before {
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	width: 3px;
	background: #fff;
	content: '';
	z-index: 1;
}

.socialThumnailWrapper:after {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	width: 3px;
	background: #fff;
	content: '';
	z-index: 1;
}

.socialThumnailWrapper .socialBlock {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	padding: 19px 0;
	background: #fff;
	text-align: center;
}

.socialThumnailWrapper .imgWrapper:before {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	height: 3px;
	background: #fff;
	content: '';
	z-index: 1;
}

.socialThumnailWrapper .socialBlock i.fa {
	font-size: 20px;
	color: #2e2e2e;
	margin: 0 12px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear; 
}

.socialThumnailWrapper .socialBlock i.fa:hover {
	color: #8f7293;
}

/* LIGHTBOX */

body.hidden-scroll {
	overflow: hidden;
}

.sl-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(31, 31, 31, .7);
	display: none;
	z-index: 1006;
}

.sl-wrapper {
	z-index: 1000;
}

.sl-wrapper button {
	border: 0 none;
	cursor: pointer;
}

.sl-wrapper .button-close {
	right: 30px;
	top: 30px;
	z-index: 1015;
	position: fixed;
}

.sl-wrapper .sl-counter {
	display: none;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 1015;
}

.sl-wrapper .sl-navigation {
	width: 100%;
	display: none;
}

.sl-wrapper .sl-navigation button {
	position: fixed;
	top: 50%;
	margin-top: -15px;
	height: 29px;
	width: 80px;
	display: block;
	z-index: 1015;
	transition: all .15s;
	-webkit-transition: all .15s;
}

.sl-wrapper .sl-navigation button.sl-next {
	display: block !important;
	right: 1%;
}

.sl-wrapper .sl-navigation button.sl-prev {
	display: block !important;
	left: 1%;
}

.sl-wrapper .sl-navigation button.sl-next:after {
	font-family: "FontAwesome";
	display: inline-block;
	content: '\f061';
	font-size: 30px;
	color: #fff;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear
}

.sl-wrapper .sl-navigation button.sl-prev:after {
	font-family: "FontAwesome";
	display: inline-block;
	content: '\f060';
	font-size: 30px;
	color: #fff;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear
}

.sl-wrapper .sl-navigation button.sl-next:hover:after,
.sl-wrapper .sl-navigation button.sl-prev:hover:after {
	color: #b07bb6
}

.sl-close {
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 1007;
}

 .sl-close:after {
	font-family: "FontAwesome";
	display: inline-block;
	content: '\f00d';
	font-size: 30px;
	color: #fff;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear
}

.sl-close:hover:after {
	color: #b07bb6;
}

.sl-wrapper .sl-image {
	position: fixed;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 10000;
}

.sl-wrapper .sl-image img {
	margin: 0;
	padding: 0;
	display: block;
}

.sl-wrapper .sl-image iframe {
	border: 0 none;
	background: #000;
}

.sl-wrapper .sl-image .sl-caption {
	display: none;
	padding: 10px;
	color: #fff;
	background: #000;
	opacity: 0.8;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
	bottom: auto;
	top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
	bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
	display: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #fff;
	z-index: 1005;
}

.sl-spinner {
	display: none;
	border: 5px solid #fff;
	border-radius: 40px;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	position: fixed;
	top: 50%;
	width: 40px;
	z-index: 1007;
	-webkit-animation: pulsate 1s ease-out infinite;
	animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (max-width: 767px) {
	.sl-wrapper .sl-navigation button.sl-prev,
	.sl-wrapper .sl-navigation button.sl-next {
		display: none !important;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.popup-wrapper {
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
}

.popup-wrapper.active {
    left: 0;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.popup-wrapper .bg-layer {
    position: absolute;
    left: 0;
    top: -100px;
    right: 0;
    bottom: -100px;
    background: rgba(0, 0, 0, .8);
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    opacity: 0;
}

.popup-wrapper.active .bg-layer {
    opacity: 1;
}

.popup-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    text-align: center;
    transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
    -webkit-transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
    left: -10000px;
    padding: 15px;
}

.popup-content.active {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    left: 0;
    transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
    -webkit-transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
    position: relative;
}

.popup-content:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: "";
}

.popup-container {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    text-align: left;
    background: transparent;
    max-width: 570px;
}

.popup-container .button-close {
    position: absolute;
    top: 0;
    right: 0;
}

.popup-content .layer-close {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 10000px;
}

.popup-align {
    padding: 80px 100px;
    overflow: hidden;
}

.popup-container.size-2 {
	max-width: 900px;
}

.searchPopup {
	text-align: center;
	background: #fff;
	padding: 60px 15px;
}

.searchPopup .simple-input {
	line-height: 60px;
	height: 60px;
	border: 1px solid rgba(113, 62, 119, 0);
	border-bottom: 1px solid rgba(113, 62, 119, 1);
	margin-bottom: 30px;
	color: #000;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.searchPopup .simple-input:focus {
	border: 1px solid rgba(113, 62, 119, 1);
}

.searchPopup input::-webkit-input-placeholder,
.searchPopup textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .9);
    opacity: 1;
}

.searchPopup input:-moz-placeholder,
.searchPopup textarea:-moz-placeholder {
    color: rgba(0, 0, 0, .9);
    opacity: 1;
}

.searchPopup input::-moz-placeholder,
.searchPopup textarea::-moz-placeholder {
    color: rgba(0, 0, 0, .9);
    opacity: 1;
}

.searchPopup input:-ms-input-placeholder,
.searchPopup textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, .9);
    opacity: 1;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - SWIPER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.swiperMainWrapper {
	position: relative;
}

.swiper-button-disabled+.swiper-button-disabled+.swiper-wrapper {
    transform: none!important;
    -webkit-transform: none!important;
    cursor: auto;
}

.swiper-button-disabled+.swiper-button-disabled+.swiper-wrapper+.swiper-pagination-bullets {
    display: none;
}

.swiper-pagination.relative-pagination {
    position: relative;
    margin-top: 50px;
}

.swiper-pagination.relative-pagination .swiper-pagination-bullet-active {
    background: #624d65;
}

.swiper-button-next,
.swiper-button-prev {
	background-image: none;
}

.offerSwiper .swiper-button-next,
.offerSwiper .swiper-button-prev {
	background-image: none;
	border: 1px solid #ababab;
	width: 35px;
	height: 35px;
	top: -58px;
	z-index: 4;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.offerSwiper .swiper-button-prev {
	left: auto;
	right: 45px;
}

.offerSwiper .swiper-button-next {
	right: 0;
	
}

.offerSwiper .swiper-button-next:before,
.offerSwiper .swiper-button-prev:before {
	font-family: "FontAwesome";
	content: "\f105";
	color: #ababab;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.offerSwiper .swiper-button-prev:before {
	content: "\f104";
}

.offerSwiper .swiper-button-next:hover {
	border-color: #624d65;
}

.offerSwiper .swiper-button-next:hover:before {
	color: #624d65;
}

.offerSwiper .swiper-button-prev:hover {
	border-color: #624d65;
}

.offerSwiper .swiper-button-prev:hover:before {
	color: #624d65;
}

.mainSwiperbanner .swiper-button-next,
.mainSwiperbanner .swiper-button-prev {
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.mainSwiperbanner .swiper-button-next:before,
.mainSwiperbanner .swiper-button-prev:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 15px;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mainSwiperbanner .swiper-button-next:hover,
.mainSwiperbanner .swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, 1);
}

.mainSwiperbanner .swiper-button-next:before {
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 15px;
	color: #fff;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.mainSwiperbanner .swiper-button-prev:before {
	font-family: "FontAwesome";
	content: "\f104";
	font-size: 15px;
	color: #fff;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - TABS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.tab-menu {
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    margin-right: 10px;
	padding: 9px 31px;
    cursor: pointer;
	background: #f4f4f4;
	border: 1px solid rgba(226, 226, 226, 0);
	border-bottom: 0;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.tab-menu:after {
	position: absolute;
	bottom: -2px;
	left: 0;
	background: rgba(255, 255, 255, 0);
	content: '';
	width: 100%;
	height: 2px;
	z-index: 2;
}

.tab-menu.active {
	position: relative;
	border: 1px solid rgba(226, 226, 226, 1);
	border-bottom: 0;
	background: #fff;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;	
}

.tab-menu.active:before {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #e1ba60;
	content: '';
}

.tab-menu.active:after {
	background: rgba(255, 255, 255, 1);
}

.tab-entry {
    display: none;
	border: 1px solid #e2e2e2;
	padding: 50px 41px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - ACCORDEON */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.accordeon-title {
	position: relative;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 700;
	padding: 15px 77px 15px 24px;
    cursor: pointer;
	background: #f5f5f5;
	color: #898989;
	letter-spacing: 0.5px;
}

.accordeon-toggle {
    display: none;
	background: #f5f5f5;
	color: #898989;
	padding: 5px 24px 34px 24px;
}

.accToggle {
	position: absolute;
	top: 12px;
	right: 24px;
	background: #fff;
	width: 29px;
	height: 29px;
	border: 1px solid #ededed;
}

.accToggle span {
	background: #6c6c6c;
	width: 10px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin-left: -5px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.accToggle span:first-child {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordeon-title.active span:first-child {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.accordeon.style2 .accordeon-title {
	background: #fff;
	border: 1px solid #dedede;
	font-weight: 400;
	text-transform: none;
}

.accordeon.style2 .accToggle {
	border: 0;
}

.accordeon.style2 .accordeon-toggle {
	background: #fff;
	border: 1px solid #dedede;
	border-top: 0;
	padding: 24px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - MAP */
/*-------------------------------------------------------------------------------------------------------------------------------*/

#map-canvas {
    height: 395px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - INDEX */
/*-------------------------------------------------------------------------------------------------------------------------------*/

header {
	position: relative;
	
	width: 100%;
	z-index: 5;
	background: url(assets/images/header-bg.png);
 	 -webkit-transition: -webkit-transform 150ms linear;
	transition: transform 150ms linear;
}

.headerResponsiveScroll {
	position: fixed;
	top: -40px;
}

.headerResponsiveScroll .responsiveWrapper  {
	position: fixed;
}

.headerTopInfo {
	position: relative;
	padding: 7px 0;
	background: #5d4c5f;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	min-height: 40px;
}

.headerTopInfo:before {
	position: absolute;
	top: 0;
	left: -48px;
	bottom: 0;
	width: 50px;
	height: 100%;
	background: #624d65;
    content: '';
    border-radius: 0 0 0 100%;
}

.headerTopInfo:after {
	position: absolute;
	top: 0;
	right: -48px;
	bottom: 0;
	width: 50px;
	height: 100%;
	background: #624d65;
    content: '';
    border-radius: 0 0 100% 0;
}

.headerTopInfo a {
	color: rgba(255, 255, 255, .8);
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.headerTopInfo a:hover {
	color: #eee294;
}

.headerTopInfo i.fa {
	color: rgba(255, 255, 255, .8);
}

.headerContacts {
	display: inline-block;
	position: relative;
	margin: 0 10px;
}

.headerContacts:first-child {
	margin-left: 0;
}

.headerContacts i.fa {
	margin-right: 9px;
	font-size: 16px;
}

.headerBooking {
	float: right;
}

.headerBottomInfo {
	position: relative;
	padding: 27px 0;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.logo {
	position: relative;
	float: left;
	display: block;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear
}

.logo img {
	max-width: 100%;
	height: auto;
	display: block;
}

.logo:hover {
	opacity: .9;
}

.responsiveWrapper {
	position: absolute;
	top: 34px;
	right: 30px;
	-webkit-transition: top 150ms linear;
	transition: top 150ms linear;
}

nav {
	display: inline-block;
}

nav ul li {
	position: relative;
	display: inline-block;
	padding: 5px 0;
	margin: 0 11px;
}

nav ul li:first-child {
	margin-left: 0;
}

nav ul li i.fa {
	font-size: 16px;
	color: #535353;
	display: none;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	margin-left: 5px;
}

nav ul li:hover i.fa {
	color: #846188
}

nav ul li a {
	font-family: "Raleway";
	font-weight: 700;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #535353;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}
nav ul li ul li a {
	color: #535353;
}
nav ul li.activeMenu > a,
nav ul li a:hover,
nav ul li a:focus {
	color: #846188;
} 
nav ul li ul li a:hover, nav ul li ul li a:focus {
    color: #846188;
}
.headerSearch {
	position: absolute;
	top: 0;
	right: -30px;
}

.headerSearch i.fa {
	font-size: 16px;
	padding: 5px;
	cursor: pointer;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.headerSearch i.fa:hover {
	color: #5d4c5f;
}

/*Drop down menu*/

nav ul li ul {
	position: absolute;
	top: 24px;
	left: -10000px;
	z-index: 2;
	padding-top: 38px;
	padding-left: 0;
	min-width: 241px;
	opacity: 0;
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
	-webkit-transition: transition: left 0s 150ms, opacity 150ms linear, transform 150ms linear;
	transition: left 0s 150ms, opacity 150ms linear, transform 150ms linear;
}

nav ul li ul li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #dedede;
	background: #fff;
	border-bottom: 0;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

nav ul li ul li:last-child {
	border-bottom: 1px solid #dedede;
}

nav ul li ul li a {
	text-transform: none;
	padding: 17px 22px;
	font-weight: 500;
	display: block;
	font-family: "Open Sans";
	letter-spacing: 0.3px;
}

nav ul li ul li:hover {
	background: #f3f3f3;
}

/*Drop down menu lvl2*/

nav ul li ul li ul {
	left: 100%;
	top: 0;
	padding-top: 0;
	top: -1px;
}

nav ul li ul li i.fa {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*Responsive menu*/

.menuIcon,
.menuIconDup {
    position: absolute;
    top: 50%;
    right: 15px;
    height: 17px;
    width: 25px;
    cursor: pointer;
    z-index: 11;
    float: right;
    margin-top: -8px;
	display: none;
}

.menuIcon span,
.menuIconDup span {
    height: 3px;
    width: 25px;
    background: #202020;
    display: block;
    border-radius: 5px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    position: absolute;
}

.menuIcon span:nth-child(1),
.menuIconDup span:nth-child(1) {
    top: 0;
    left: 0;
}

.menuIcon span:nth-child(2),
.menuIcon span:nth-child(3),
.menuIconDup span:nth-child(2),
.menuIconDup span:nth-child(3) {
    top: 40%;
    left: 0;
}

.menuIcon span:nth-child(4),
.menuIconDup span:nth-child(4) {
    bottom: 0;
    left: 0;
}

.menuIconActive span:nth-child(1) {
	-webkit-transform: translate(70px);
    transform: translate(70px);
    opacity: 0;
    visibility: hidden;
}

.menuIconActive span:nth-child(4)  {
	-webit-transform: translate(-70px);
    transform: translate(-70px);
    opacity: 0;
    visibility: hidden;
}

.menuIconActive span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #5d4c5f;
}

.menuIconActive span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #5d4c5f;
}

.mainBanner {
	position: relative;
}

.mainBanner p {
	font-size: 22px;
	line-height: 28px;
	font-style: italic;
	font-weight: 500;
	color: #fff;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity 800ms ease-in, transform 600ms ease-in;
	transition: opacity 800ms ease-in, transform 600ms ease-in;
	-webkit-transition-delay: 670ms;
	transition-delay: 670ms;
}

.mainBanner p:after {
	position: absolute;
    bottom: 4px;
    right: -130px;
    width: 110px;
    height: 1px;
    background: #fff;
    content: '';
}

.mainBanner .as {
	margin-bottom: 30px;
	opacity: 0;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition:  opacity 800ms linear, transform 600ms linear;
	transition: opacity 800ms linear, transform 600ms linear;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.mainBanner a.button {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition:  opacity 800ms linear, transform 600ms linear;
	transition: opacity 800ms linear, transform 600ms linear;
	-webkit-transition-delay: 250ms;
	transition-delay: 250ms;
}

.mainBanner .cell-view {
	height: 665px;
}


.swiper-slide-active .mainBanner p {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
}

.swiper-slide-active .mainBanner .as {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
}

.swiper-slide-active .mainBanner a.button {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
}

.breadCrumbs {
	background: #fafafa;
	padding: 12px 0;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
}

.breadCrumbs a {
	color: #a2a1a1;
	font-size: 14px;
	line-height: 26px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.breadCrumbs a:hover,
.breadCrumbs a:first-child{
	color: #b397b6;
	font-weight: 700;
}

.breadCrumbs i.fa {
	font-size: 13px;
	color: #a2a1a1;
	margin: 0 7px;
}

.breadCrumbs span {
	font-weight: 400;
	color: #a2a1a1;
	text-transform: capitalize;
}

.pageTitle {
	position: relative;
}

.pageTitle .cell-view {
	height: 190px;
}

.titleShortcode .as {
	margin-bottom: 30px !important;
	margin-top: 0;
}

.titleShortcode.smallMb .as {
	margin-bottom: 20px;
}
.contentPadding.bg.bgShadow30.paddingSection {
    padding: 65px 0;
}
.contentPadding {
	position: relative;
	padding: 100px 0;
}

.contentPadding.smallPadding {
	padding: 74px 0;
}

.bg {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.bgShadow,
.bgShadow30 {
	position: relative;
}

.bgShadow:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .15);
	content: '';
}

.bgShadow30:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
	content: '';
}

.bgOverlay {
	background-position: 50% 50%;
}

.clientSayWrapper {
	position: relative;
}

.clientSay {
	background: #fff;
	padding: 34px 35px 34px 66px;
	position: relative;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .05);
	margin-bottom: 33px;
}

.clientSay:after {
	position: absolute;
    bottom: -22px;
    left: 67px;
    content: '';
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 25px solid transparent;
    border-top: 22px solid #fff;
}

.clientSay i.fa {
	position: absolute;
	top: 30px;
	left: 15px;
	font-size: 33px;
	color: #c4be8d;
}

.sayPersone {
	position: relative;
	padding: 10px 0;
}

.sayPersone img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.personeInfo {
	padding-left: 86px;
}

.sayPersone p {
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 20px;
}

.sayPersone span {
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #c4be8d;
	text-transform: uppercase;
}

.contactUsBlock {
	position: relative;
	padding: 34px 0;
}

.contactUsBlock .as {
	text-transform: none;
	text-align: center;
}

.verAlign {
	font-size: 0;
}

.verAlign >*[class*="col-"] {
	display: inline-block;
	float: left;
	vertical-align: middle;
}

.verAlignForm >* {
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.chooseBlock {
	display: block;
	position: relative;
	padding: 30px 20px 30px 85px;
	border: 1px solid #e8e8e8;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.chooseBlock .imgWrapper {
	position: absolute;
	top: 35px;
	left: 25px;
}

.chooseContent {
	display: block;
}

.chooseContent .as {
	margin-bottom: 5px;
	margin-top: 0;
}

.chooseBlock:hover {
	background: #dfdcc4;
}

.workingHours {
	position: relative;
	border: 1px solid #e4e4e4;
}

.workingTitle {
	background: #f5f2f2; 
	padding: 24px;
}

.workingHours .days {
	padding: 10px 27px;
	text-transform: uppercase;
	border-bottom: 1px solid #e4e4e4;
}

.workingHours .days:last-child {
	border-bottom: 0;
}

.workingHours .days p {
	font-weight: 700;
	word-break: break-all;
}
.text_block.wpb_text_column .workingHours p {
    margin-bottom: 0;
}
.workingHours .days span {
	color: #898989;
}

.pdfBlock {
	position: relative;
}

.pdfBlock .imgWrapper {
	background: #ada982;
	padding: 0 25px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin-bottom: 0;
	z-index: 2;
}

.pdfBlock a.button {
	width: 100%;
	color: #fff;
	padding: 15px 10px 15px 60px;
	font-size: 15px;
	text-transform: uppercase;
	font-family: "Open Sans";
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.pdfBlock span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: #ada982;
	padding: 0 25px;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
}

.pdfBlock span img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pdfBlock:hover span {
	background: transparent;
}

.newPatient {
	position: relative;
	background: #f5f2f2;
	text-align: center;
	padding: 43px 20px;
}

.newPatient:before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #dbdbdb;
	content: '';
}

.newPatient .as {
	color: #624d65;
	margin-bottom: 37px;
	margin-top: 0;
}

.newPatient .as span {
	color: #4d4d4d;
	font-weight: 400;
	padding-top: 5px;
	display: block;
	font-size: 26px;
	text-transform: none;
}

.aSideSearch {
	position: relative;
}

.aSideSearch button {
	border: none;
	position: absolute;
	top: 50%;
	right: 9px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.aSideSearch .simple-input {
	background: #5d4c5f;
	padding: 5px 35px 5px 20px;
	color: rgba(255, 255, 255, .6);
}

.aSideSearch input::-webkit-input-placeholder,
.aSideSearch textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6);
    opacity: 1;
}

.aSideSearch input:-moz-placeholder,
.aSideSearch textarea:-moz-placeholder {
    color: rgba(255, 255, 255, .6);
    opacity: 1;
}

.aSideSearch input::-moz-placeholder,
.aSideSearch textarea::-moz-placeholder {
    color: rgba(255, 255, 255, .6);
    opacity: 1;
}

.aSideSearch input:-ms-input-placeholder,
.aSideSearch textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .6);
    opacity: 1;
}
li.recentcomments {
    padding: 7px 0;
}
.aSideSearch i.fa {
	color: #fff;
	font-size: 17px;
}

.categoryBlock {
	position: relative;
}

.categoryBlock ul li {
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}

.categoryBlock ul li:hover i.fa {
	transform: translateX(5px);
	color: #c6c194;
}

.categoryBlock ul li:last-child {
	border-bottom: 0;
	margin-bottom:0px;
}

.categoryBlock ul li a {
	color: #898989;
	padding: 7px 0;
	display: inline-block;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.categoryBlock ul li a:hover {
	color: #c6c194;
}

.categoryBlock ul li i.fa {
	position: absolute;
	top: 50%;
	right: 22px;
	color: #c8c8c8;
	margin-top: -7px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}


.categoryBlock.style2 li {
	position: relative;
	background: #f5f2f2;
	border-bottom: 0;
	margin-bottom: 10px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.categoryBlock.style2 li:last-child {
	margin-bottom: 0;
}

.categoryBlock.style2 .activeCate:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: #423244;
	content: '';
}

.categoryBlock.style2 li a {
	color: #585858;
	padding: 13px 35px 13px 22px;
	font-weight: 600;
}

.categoryBlock.style2 li:hover,
.categoryBlock.style2 .activeCate {
	background: #624d65;
}

.categoryBlock.style2 li:hover a,
.categoryBlock.style2 .activeCate a,
.categoryBlock.style2 .activeCate i.fa {
	color: #fff;
}

.popularPosts img {
	border-radius: 100%;
	width: 52%;
}

.widget .popularPosts ul li {
	position: relative;
	margin-bottom: 33px;
}

.popularPosts ul li:last-child {
	margin-bottom: 0;
}

.popularPosts .imgWrapper {
	position: absolute;
	top: 0;
	left: 0;
}

.postContent {
	padding-left: 91px;
}

.popularPosts .postContent .as {
	line-height: 22px;
	text-transform: none;
	margin-bottom: 8px;
}
.popularPosts ul li a{
	color:#4d4d4d;
	padding:0;
}
.popularPosts ul li {
border-bottom: none;
}
.popularPosts .postContent .as a {
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.popularPosts .postContent .as a:hover {
	color: #846188;
}

.requestBlock .titleShortcode .as {
	margin-bottom: 15px !important;
	color: #624d65;
	margin-top: 0px;
}
.requestBlock .titleShortcode p {
	font-style: italic;
	font-size: 17px;
	line-height: 23px !important;
	color: #a2a2a2;
}
.requestBlock p {
    margin: 0 !important;
}
.grey {
	background-color: #f0f0f3;
}

.lightGrey {
	background-color: #f3f3f3;	
}

.requestBlock {
	position: relative;
	padding: 38px 30px;
	background: #f9f9fa;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
}

.requestContent {
	position: relative;
	padding-left: 50px;
}

.my-double-cols {
	width: 50%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.my-double-cols .imgWrapper {
	margin-bottom: 15px!important;
}

.my-row {
	position: relative;
	margin-left: -5px;
	margin-right: -5px;
}

.requestContent .as {
	font-family: "PT Serif";
	font-style: italic;
	font-weight: 400;
	margin-bottom: 8px;
	text-transform: none;
	margin-top: 0;
}

.requestContent .simple-article p {
	margin-bottom: 18px;
}
.text_block .requestContent .simple-article p {
	margin-bottom: 18px;
}
.bannerTitle .as {
	text-transform: none;
	padding-bottom: 12px;
	margin: 0;
	font-weight: 700;
}

.bannerTitle .cell-view {
	height: 108px;
}

.bannerTitle p {
	font-family: "PT Serif";
	font-style: italic;
	color: #fff;
	font-size: 25px;
	line-height: 32px;
}

.chooseTitle {
	position: relative;
}

.chooseTitle p {
	color: #313131;
}

.chooseTitle .as {
	margin-bottom: 31px;
}

.clearFix >*[class*="col-"]:nth-child(2n+1) {
	clear: both;
}

.galleryFix >*[class*="col-"]:nth-child(3n+1) {
	clear: both;
}

.teamFix >*[class*="col-"]:nth-child(4n+1) {
	clear: both;
}

.headerDuplicate {
	display: none;
}

@keyframes fadeItIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}

@keyframes fadeItIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 - 404 Page */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.errorPage {
	position: relative;
	text-align: center;
}

.errorPage .as {
	font-size: 200px;
	line-height: 200px;
	font-family: "Open Sans";
	margin-bottom: 5px;
}

.errorPage p {
	font-size: 50px;
	line-height: 60px;
	font-family: "Raleway";
	color: #fff;
	font-weight: 700;
	margin-bottom: 11px;
}

.errorPage span {
	display: block;
	font-size: 25px;
	line-height: 32px;
	color: #fff;
	font-weight: 300;
}

.errorPage .cell-view {
	height: 573px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 - CONTACT US */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.contactInfo {
	position: relative;
	border: 1px solid #e5e5e5;
}

.contactInfo .imgWrapper {
	position: absolute;
	top: 29px;
	left: 30px;
	width: 49px;
	height: 49px;
	border: 1px solid #c3bcc4;
	border-radius: 100%;
}

.contactInfo .imgWrapper i.fa {
	font-size: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #a297a3;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.contactContent {
	padding: 26px 50px 26px 108px;
}

.contactInfo a {
	display: block;
	color: #a3a3a3;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.contactInfo a:hover {
	color: #5d4c5f;
}

/*Media Queries*/

@media (max-width: 1199px) {
	.contactContent {
		padding-left: 69px;
	}
	.contactInfo .imgWrapper {
		left: 10px;
	}
}

@media (max-width: 991px) {
	.contactInfo .imgWrapper {
		position: relative;
		top: 0;
		left: 0;
		margin: 20px auto 0;
	}
	.contactContent {
		padding: 20px 10px;
		text-align: center;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 - INSURANCE-PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.articleWrapper {
	position: relative;
	margin-left: 30px;
}
.articleWrapper.vc_row {
	margin-left: 12px;
}

.articleWrapper .simple-article h1,
.articleWrapper .simple-article h2,
.articleWrapper .simple-article h3,
.articleWrapper .simple-article h4,
.articleWrapper .simple-article h5,
.articleWrapper .simple-article h6 {
	margin-bottom: 12px;
	text-transform: none;
	font-weight: 400;
	margin-top: 0;
}

.simple-article img.image-settings {
	margin-right: 40px;
	float:left;
}

.articleWrapper .simple-article p {
	margin-bottom: 20px;
}
.text_block.wpb_text_column .insuranceSingle p {
    margin-bottom: 20px;
}
.text_block.wpb_text_column .insuranceSingle p:last-child {
    margin-bottom: 0;
}
.articleWrapper .insuranceSingle .simple-article h5 {
    font-weight: 700;
}
.resonsiveSideBar {
	position: relative;
	background: #5d4c5f;
	padding: 15px 70px 15px 15px;
	margin-bottom: 15px;
	display: none;
	cursor: pointer;
}

.resonsiveSideBar .as {
	color: #fff;
}

.resonsiveSideBar i.fa {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 25px;
	color: #fff;
	font-size: 22px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.sideBarOpen {
	transform: rotate(180deg);
}

.blogWrapper {
	padding-left: 30px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 14 - GALLERY */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.gallery .imgWrapper {
	margin-bottom: 0;
}

.galleryContainer {
	margin-left: -2px;
	margin-right: -2px;
}

.my-col-25 {
    width: 25%;
    float: left;
    padding-left: 2px;
    padding-right: 2px;
	margin-bottom: 4px;
}

/*Media Queries*/

@media (max-width: 767px) {
	.my-col-25 {
		width: 100%;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 15 - THERAPIST PROFILE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.profile {
	position: relative;
}

.profile .as {
	margin-bottom: 2px;
}

.profile p {
	color: #5d4c5f;
	letter-spacing: 0.5px;
	font-style: italic;
}

.profile a {
	position: relative;
}

.profile a span {
	position: absolute;
	top: 50%;
	left: 25px;
	display: inline-block;
	background: #624d65;
	padding: 23px 23px;
	border-radius: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.profile a span i.fa {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 24px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.year {
	position: relative;
}

.year > span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 34px;
	line-height: 40px;
	color: #624d65;
	text-transform: uppercase;
	font-weight: 700;
}

.year .yearContent {
	padding: 0 30px 0 110px;
}

.yearContent .as {
	text-transform: none;
	margin-bottom: 5px;
	margin-top: 0;
}

.titleShortcode2,
.btnWrapper {
	text-align: center;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 16 - BLOG */
/*-------------------------------------------------------------------------------------------------------------------------------*/


.paginationWrapper {
	position: relative;
}

.paginationWrapper a {
	border: 2px solid #d4d4d4;
	background: #fff;
	color: #a2a2a2;
	padding: 9px 16px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.nubmerPagination {
	display: inline-block;
}

.nubmerPagination a {
	margin: 0 4px;
}

.paginationWrapper a.activePagi,
.paginationWrapper a:hover {
	color: #fff;
	background: #624d65;
	border-color: #624d65;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 17 - BLOG DETAIL */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.blogDetail {
	position: relative;
}

.blogDetail .imgWrapper {
	margin-bottom: 33px;
}

.blogDetail span {
	font-size: 20px;
	line-height: 26px;
	color: #898989;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 22px;
	display: block;
}

.blogDetail .as {
	text-transform: none;
}

.solciaShare {
	position: relative;
	display: inline-block;
}

.solciaShare i.fa:after {
	position: absolute;
	top: 50%;
	right: -9px;
	width: 13px;
	height: 13px;
	content: '';
	margin-top: -7px;
}

.solciaShare i.fa {
	position: relative;
	border: 2px solid #f2f2f2;
	font-size: 16px;
	padding: 15px;
	color: #a5a5a5;
	margin-right: 7px;
}

.solciaShare a {
	color: #fff;
	padding: 16px 17px;
	margin: 0 2px;
}

.solciaShare .tw {
	background: #4cc5f3;
}

.solciaShare .fb {
	background: #758ab7;
}

.solciaShare .gp {
	background: #e78074;
}

.solciaShare .lin {
	background: #4ca2cc;
}

.commnetForm {
	position: relative;
	background: #f7f7f7;
	padding: 50px 25px;
	border: 1px solid #eee;
}

/*Media Queries*/

@media (max-width: 767px) {
	.solciaShare a {
		display: block;
		margin-bottom: 5px;
	}
	.solciaShare i.fa {
		margin-bottom: 10px;
		margin-right: 0;
		padding: 15px 40px;
	}
	.solciaShare i.fa:after {
		top: 100%;
		right: 50%;
		margin-top: -2px;
		margin-right: -7px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	} 
	.commnetForm {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 18 - CHIROPRATIC-THERAPY */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.specialOffer {
	position: relative;
	background: #624d65;
	padding: 36px 190px 36px 28px;
}

.specialOffer p {
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	font-weight: 300;
}

.specialOffer .button  {
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 19 - PHYSIOTHERAPY */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.simple-article img.image-right {
	margin-left: 40px;
	float:right;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 20 - ABOUT US */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.appointment {
	position: relative;
}

.appointment .as {
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	color: #242424;
	text-transform: none;
	margin-bottom: 5px;
	margin-top: 0;
}

.appointment p {
	font-style: italic;
	font-family: "PT Serif";
	font-size: 18px;
	line-height: 26px;
}

.personeImg img {
	border-radius: 100%;
}

.personeContent > span {
	color: #5d4c5f;
	font-style: italic;
}

.fluidBg.vc_col-sm-5 {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
	width: 44%;
    height: 100%;
}

.darkGrey {
	background: #a1a0a9;
}

.requestContent.white .as,
.requestContent.white .simple-article p,
.requestContent.white .simple-article ul li, 
.requestContent.white .simple-article ol li {
	color: #fff;
}

.requestContent.white .simple-article ul li:before {
	 background: url(assets/images/list-check3.png) no-repeat center center;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 21 - SHOP PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.shopBanner {
	position: relative;
}

.shopBanner .cell-view {
	height: 100px;
}

.shopBanner p {
	font-family: "PT Serif";
	font-style: italic;
	color: #fff;
	font-size: 32px;
	line-height: 35px;
	margin-bottom: 34px;
}

.shopBanner .as {
	margin-bottom: 8px;
	letter-spacing: 2px;
}
.shopBanner .cell-view h3 {
    font-weight: 600;
}
.shopBottomInfo {
	position: relative;
	padding: 34px 0;
}

.shopInfo {
	position: relative;
}

.shopInfo .imgWrapper {
	position: absolute;
	top: 5px;
	left: 0;
}

.shopInfoContent {
	position: relative;
	padding-left: 99px;
}

.shopInfoContent .as {
	font-weight: 900;
	margin-bottom: 5px;
}

.shopInfoContent .as span {
	color: #ba0e0c;
}

.shopInfoContent p {
	color: #202020;
	line-height: 20px;
}

.shopItem {
	position: relative;
	text-align: center;
	max-width: 270px;
	margin: 0 auto;
}

.shopItem p {
	color: #d01414;
	font-size: 30px;
	line-height: 31px;
	font-family: "Alegreya";
	font-style: italic;
	margin-bottom: 27px;
	word-break: break-all;
}

.shopClear >*[class*="col-"]:nth-child(4n+1) {
	clear: both;
}

/*CART TABLE*/

.cartTable {
	width: 100%;
	border: 1px solid #ebebeb;
}

.cartTable tr td {
	vertical-align: middle;
}

.cartTable thead tr {
	border-bottom: 1px solid #ebebeb;
}

.cartTable thead tr td {
	background: #f9f9f9;
	padding: 17px 30px;
	border-right: 1px solid #ebebeb;
}

.cartTable thead tr td .as {
	text-transform: none;
}

.cartTable tbody {
	min-height: 185px;
}

.cartTable tbody tr td {
	border-right: 1px solid #ebebeb;
	padding: 0 30px;
}

.cartTable .imgWrapper {
	margin-bottom: 0;
	padding: 25px 0;
}

.cartTable .imgWrapper img {
	border: 1px solid #ebebeb;
	margin: 0 auto;
}

.cartTable .SumoSelect {
	width: 96px;
}

.cartTable .SelectBox {
	padding: 8px 20px;
}

.cartTable .SumoSelect > .CaptionCont > label > i:before {
	content: '\f0d7';
}

.cartTable .SumoSelect > .CaptionCont > label > i {
	top: 40%;
	left: 7px;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cartTable .SumoSelect > .CaptionCont > label  {
	border-left: 1px solid rgba(98, 77, 101, 1);
}

.cartTable .SumoSelect > .optWrapper > .options  li.opt {
	padding: 7px 20px;
}

.cartTable a {
	color: #8e8d8d;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.cartTable a:hover {
	color: #624d65;
}

.delateItem {
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	cursor: pointer;
}

.delateItem span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 3px;
	background: #000000;
	margin-top: -1px;
	margin-left: -8px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.delateItem span:first-child {
	transform: rotate(45deg);
}

.delateItem span:last-child {
	transform: rotate(-45deg);
}

.delateItem:hover span {
	background: #624d65;
}

.couponForm {
	position: relative;
	padding: 29px 30px;
	background: #f9f9f9;
	border: 1px solid #ebebeb;
	border-top: 0;
}

.couponForm .simple-input {
	line-height: 32px;
	height: 40px;
	width: auto;
	padding: 0 15px;
	margin-right: 15px;
}

.couponForm a.button {
	float: right;
}

.cartTotals ul {
	border: 1px solid #ebebeb;
}

.cartTotals li {
	position: relative;
	padding: 22px 21px;
	border-bottom: 1px solid #ebebeb;
	font-size: 16px;
	line-height: 16px;
	color: #000;
}

.cartTotals ul li span {
	width: 49%;
	display: inline-block;
}

.cartTotals ul li span:last-child {
	text-align: right;
}

.cartTotals ul li:first-child {
	background: #f9f9f9;
	padding: 16px 21px;
}

.cartTotals ul li:last-child {
	border-bottom: 0;
	text-align: right;
}

.cartTotal ul li .as {
	text-transform: none;
	font-family: "Alegreya";
}

.cartTotals .subTotal span:last-child {
	color: #8e8d8d;	
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 22 - PRODUCT-DETAILS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.productDescription {
	position: relative;
}

.productDescription .as {
	padding-bottom: 15px;
}

.productDescription hr {
	margin-top: 10px;
	margin-bottom: 25px;
}

.productDescription .simple-article {
	padding-bottom: 20px;
}

.productPrice p,
.productCounter p {
	font-size: 18px;
	line-height: 26px;
	color: #242424;
	display: inline-block;
	font-weight: 600;
}

.productPrice span {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	color: #000;
	margin: 0 8px;
	display: inline-block;
}

.productCounter {
	display: inline-block;
}

.productCounter .counter {
	border: 1px solid #eaeaea;
	padding: 5px;
	width: 35px;
	height: 35px;
	text-align: center;
	display: inline-block;
	margin: 0 8px;
}

.productPrice >*,
.productCounter >* {
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.tabs {
	position: relative;
	background: #624d65;
	color: #fff;
	padding: 15px 70px 15px 15px;
	cursor: pointer;
	margin-bottom: 15px;
	display: none;
}

.tabs i.fa {
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 23 - CHECKOUT */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.returningCustomer {
	border: 1px solid #ebebeb;
	background: #f9f9f9;
	padding: 20px 30px;
	font-size: 16px;
	line-height: 26px;
}

.returningCustomer p a {
	color: #1175ca;
	text-decoration: underline;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.returningCustomer p a:hover {
	color: #5d4c5f;
}

.orderWrapper {
	position: relative;
}

.orderWrapper .orderBlock {
	border: 1px solid #d9d9d9;
	background: #fdfdfd;
	padding: 16px 30px;
}

.orderWrapper .orderBlock ul li {
	padding: 7px 0;
}

.orderWrapper .orderBlock ul li.total span:last-child {
	color: #000;
	font-size: 18px;
}

.orderWrapper .orderBlock ul li:last-child {

	margin: 13px 0;
}

.orderWrapper .orderBlock ul li span {
	color: #8e8d8d;
	width: 49%;
	display: inline-block;
	font-weight: 500;
	color: #8e8d8d;
	float:right;
	text-align:right;
	font-weight: 400;

}

.checkboxDescription {
	position: relative;
	background: #ececec;
	padding: 15px 30px;
	margin: 21px 5px;
}

.checkboxDescription:before {
	position: absolute;
	top: -14px;
	left: 25px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #ececec;
	content: '';
}

.checkBlock {
	position: relative;
}

.checkBlock img {
	margin: 0 30px;
}

.checkBlock a {
	color: #12a0b1;
	font-family: "Raleway";
	font-size: 14px;
	float: right;
	margin-top: 7px;
}

.checkBlock a:hover {
	text-decoration: underline;
}

.billingDetails {
	position: relative;
}

.billingDetails .simple-input {
	line-height: 35px;
}

.billingDetails label {
	display: block;
}

.billingDetails label p,
.billingDetails .req p {
	margin-bottom: 5px;
	font-family: "Raleway";
	font-weight: 600;
}

.billingDetails label.req > p > span,
.billingDetails .req > p > span {
	color: #fe5454;
}

.billingDetails .SelectBox {
	padding: 5px 20px;	
}

.billingDetails .SumoSelect > .optWrapper > .options  li.opt {
	padding: 5px 20px;
}

.billingDetails .SumoSelect > .CaptionCont > label {
	top: -8px;
}

.billingDetails .SumoSelect {
	width: 100%;
}

.billingDetails .SumoSelect > .CaptionCont > span {
	color: #c6c6c6;
	font-weight: 400;
}

.billingDetails .checkbox-entry span {
	padding-left: 40px;
}

.difAddres {
	position: relative;
}

.difAddres.checkbox-entry span:before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.shipAddress {
	margin-top: 25px;
	display: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

footer {
	position: relative;
	background: #2d292d;
	padding: 80px 0 0;
}

.footerBlock {
	position: relative;
}

.footerBlock .logo {
	margin-bottom: 24px;
	display: block;
	float: none;
}

.footerBlock .simple-article.style2 ul li {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 18px;
}

.footerBlock .simple-article p {
	color: rgba(192, 181, 193, .6);
	font-size: 14px;
}

.footerTitle {
	position: relative;
	display: inline-block;
}

.footerTitle .as {
	color: #d5d5d5;
	letter-spacing: 2px;
}

.footerTitle p {
	font-size: 20px;
	line-height: 20px;
	color: rgba(255, 255, 255, .6);
	font-style: italic;
}

.footerTitle:after {
	position: absolute;
	bottom: -11px;
	left: 0;
	height: 2px;
	width: 44px;
	background: #c6c194;
	content: '';
}

.simple-article.style2 ul li {
	margin-bottom: 5px;
}

.simple-article.style2 ul li:before {
	font-family: "FontAwesome";
	content: "\f105";
	background: none;
	color: #857d86; 
	top: -7px;
	margin-right: 4px;
}

.simple-article.style2 ul li a {
	color: rgba(192, 181, 193, .6);
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.simple-article.style2 ul li a:hover {
	color: #c6c194;
	text-decoration: none;
}

.locationBlock {
	position: relative;
	margin-bottom: 8px;
}

.locationBlock i.fa {
	position: absolute;
    top: 3px;
    left: 0;
    font-size: 20px;
    color: #c6c194;
}

.locationContent {
	padding-left: 36px;
}

.locationContent p {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 14px;
	color: rgba(192, 181, 193, .6);
	margin-bottom: 5px;
}

.locationContent span {
	color: rgba(192, 181, 193, .6);
}

.footerContants {
	position: relative;
	margin-bottom: 13px;
}

.footerContants i.fa {
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 20px;
	color: #c6c194;
}

.footerContants img {
	position: absolute;
	top: 3px;
	left: 0;
}

.footerContants a,
.footerContants p {
	color: rgba(192, 181, 193, .6);;
	padding-left: 36px;
	font-weight: 700;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.footerContants a:hover {
	color: #c6c194;
}

.copy,
.created {
	margin: 33px 0;
	color: rgba(145, 136, 146, .5);
}

.created {
	float: right;
}

.created span {
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;	
}

.created:hover a {
	color: rgba(145, 136, 146, .5);
}

.created:hover a span {
	color: #c6c194;
}

.bottomInfo {
	border-top: 1px solid #494149;
}

footer > .container > .row >*[class*="col"]:not(:first-child):not(:last-child) .footerBlock {
	max-width: 185px;
	margin: 0 auto;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Footer-Section */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.socialWrapper ul li {
    display: inline-block;
    list-style: none;
}
h4.widget_title {
	color: #d5d5d5;
	letter-spacing: 2px;
	font-size: 15px;
	line-height: 26px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0;
	font-family: "Raleway";
	margin-bottom: 25px;
}
h4.widget_title::after {
	bottom: -11px;
	left: 0;
	height: 2px;
	width: 44px;
	background: #c6c194;
	content: '';
	display: block;
	margin-top: 11px;
}
.menu-footer-2-container ul li ,.menu-footer-3-container ul li {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 18px;
}
.menu-footer-2-container ul li::before , .menu-footer-3-container ul li::before {
    font-family: "FontAwesome";
    content: "\f105";
    background: none;
    color: #857d86;
    top: -7px;
    margin-right: 15px;
	width: 14px;
	height: 14px;
}

.menu-footer-2-container ul li a , .menu-footer-3-container ul li a{
    color: rgba(192, 181, 193, .6);
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.menu-footer-2-container ul li a:hover, .menu-footer-3-container ul li a:hover {
	color: #c6c194;
	text-decoration: none;
}

.footerContants i.icon{
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 20px;
	color: #c6c194;
	margin-left: 0px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Header-Section */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.main-container{
	padding-top:100px;
	padding-bottom:100px;
}
#main {
    z-index: 10;


}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Deafult - Elements */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0px!important;
}
.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
    padding-top: 0px!important;
}
.vc_row::after, .vc_row::before {
    display: block!important;
}
.assign-height{
	height:136px;
}


span.fnt-awsm-style:before{
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal!important;
	text-decoration: inherit;
	font-size: 13px;
	color: #a2a1a1;
	margin: 0 12px;
	content: "\f105";
	
}
.col-md-push-5 .wpb_text_column.wpb_content_element {
	margin-bottom:0px;
}
.awsm_background_image{
background: url('assets/images/fluid-bg.jpg');
background-size: cover;
background-repeat: no-repeat;
}
::-webkit-input-placeholder { / Chrome/Opera/Safari /
  color: #000;
}
::-moz-placeholder { / Firefox 19+ /
  color: #000;
}
:-ms-input-placeholder { / IE 10+ /
  color: #000;
}
:-moz-placeholder { / Firefox 18- /
  color: #000;
}
textarea::-webkit-input-placeholder,
 input[type="date"]::-webkit-input-placeholder, 
 input[type="datetime"]::-webkit-input-placeholder,
 input[type="datetime-local"]::-webkit-input-placeholder,
 input[type="email"]::-webkit-input-placeholder,
 input[type="month"]::-webkit-input-placeholder, 
 input[type="number"]::-webkit-input-placeholder, 
 input[type="password"]::-webkit-input-placeholder,

 input[type="tel"]::-webkit-input-placeholder,
 input[type="text"]::-webkit-input-placeholder,
 input[type="time"]::-webkit-input-placeholder, 
 input[type="url"]::-webkit-input-placeholder, 
 input[type="week"]::-webkit-input-placeholder{
	 color:#8e8d8d;
 }
 input[type="search"]{ 
 -webkit-text-fill-color:rgba(255, 255, 255, .6) ; 
 }
textarea.simple-input, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {

    color: #000;

}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Faq -Accordeon */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.accordeon .vc_tta-panel .vc_tta-panel-heading h4{
	position: relative;
	font-size: 15px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	background: #f5f5f5;
	color: #898989;
	letter-spacing: 0.5px;
	font-family: 'Open Sans';
}
.wpb-js-composer .accordeon.vc_tta.vc_general .vc_tta-panel-title > a {
	padding:0;
}
.wpb-js-composer .accordeon.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 2px;
left: auto;
top: 12px;
right: 24px;
background: #fff;
width: 29px;
height: 29px;
border: 1px solid #ededed;
}
.wpb-js-composer .accordeon.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
position: absolute;
    top: 50% !important;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 2px;
left: auto;
top: 12px;
right: 24px;
background: #fff;
width: 29px;
height: 29px;
border: 1px solid #ededed;
}

.wpb-js-composer .accordeon.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a { 
	padding: 15px 35px 15px 24px;
}
.wpb-js-composer .accordeon.vc_tta.vc_general .vc_tta-panel-title {
    margin: 0;
    line-height: 25px;
}
.accordeon .vc_tta-panel-heading span {
    color: #898989;
	letter-spacing: 0.5px;
	font-weight: 700;
	font-size: 15px;
	line-height: 25px;
}
.accordeon.style2 .vc_tta-panel-heading span {
	font-weight: normal;
}
.wpb-js-composer .accordeon.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: none;
}
.wpb-js-composer .accordeon.vc_tta.vc_general .vc_tta-panel {
   margin-top:15px;
}
.wpb-js-composer .accordeon.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{
	border-color:transparent!important;
}
.wpb-js-composer .accordeon.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #f5f5f5;
}
.wpb-js-composer .accordeon.vc_tta.vc_general .vc_tta-panel-body {
	padding: 5px 24px 34px 24px;
}
/* Since Visual Composer 4.6
------------------------------*/
/* Toggles & Accordions - White Style */
.vc_tta-container > h2 {
	font-size: 18px;
	margin-bottom: 30px;
}

.vc_tta.vc_general .vc_tta-panel-title > a {
	padding-top: 18px;
	padding-bottom: 18px;
}


.vc_tta-panel-heading span
{
	color:#000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .04em;
    margin: 0;
}


 li ul.sub-menu  li a i.fa.fa-angle-down {
    display: none;
} 
 li ul.sub-menu  li a i.fa.fa-angle-down {
    display: none;
} 

.awsm-font-style{
	font-size: 15px;
	line-height: 26px;
}
.accordeon.style2 .vc_tta-panel .vc_tta-panel-heading h4 {
	background: #fff;
	font-weight: 400;
	text-transform: none;
}
.wpb-js-composer .accordeon.style2.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border: 1px solid #dedede;
}
.wpb-js-composer .accordeon.style2.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff;
}
.wpb-js-composer .accordeon.style2.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    border-color:#dedede !important;
	border: 1px solid #dedede;
}
.wpb-js-composer .accordeon.style2.vc_tta.vc_general .vc_tta-panel-body {
    padding: 24px;
}
.assign-font-style{
	font-size: 18px;
	line-height: 26px;
}
.wpb_gmaps_widget .wpb_wrapper{
	padding:0px!important;
}
.cell-view p{
	overflow-x: visible;
}

nav ul li.current-menu-item > a, nav ul li a:hover, nav ul li a:focus {
    color: #846188;
}

.contentso_padding{
	padding-bottom:90px ;
}
.my-float-condition{
	float:right;
}

/* 24 - Comments in comment form  */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.comment-wrapper {
    overflow: hidden;
}
ul.comment-list {
    position: relative;
    margin: 0 0 20px;
    padding: 0;
}
ul.comment-list li {
    list-style: none;
    border-top: 1px solid #dddddd;
    padding: 30px 0 0;
    margin: 0 0 30px;
}
ul.comment-list ul li ul ,
ul.comment-list ol li ol{
    margin-top: 20px;
}
#comments .comment .avatar {
    width: 60px;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 32px 0 0;
}
ul.comment-list .comment .comment-meta {
    float: left;
    font-size: 11px;
    color: #aaaaaa;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 15px 0;
    width: 100%;
}
ul.comment-list .comment .comment-meta a {
    display: inline-block;
    vertical-align: middle;
    color: #aaaaaa;
    padding-right: 5px;
}
ul.comment-list .comment .comment-meta a {
    display: inline-block;
    vertical-align: middle;
    color: #aaaaaa;
    padding-right: 5px;
}
ul.comment-list .comment .comment-meta a::before {
    content: "/";
    display: inline-block;
    vertical-align: baseline;
    margin: 0 7px 0 5px;
    color: #dddddd;
}

nav li .fa.fa-angle-down{
	display:none;
}
nav ul li.menu-item-has-children i.fa{
	display:inline-block;
}
li.menu-item-has-children a i.fa.fa-angle-down{
	display:inline-block;
	
}
nav ul li.menu-item-has-children ul.sub-menu li i.fa{
	display:none;
}
nav ul li  ul.sub-menu li.menu-item-has-children ul li a i.fa.fa-angle-down {
	display: none;
}
.imgWrapper.socialThumnail img{
	width:100%;
}
.simple-articles.normall{
	margin-bottom:15px;
}
.tp-bgimg.defaultimg::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    content: '';
}
.rev_slider_wrapper.fullwidthbanner-container{
	position:relative;
}
.articleW.vc_column_container{
	padding-left:20px;
}
nav ul li.menu-item-has-children ul.sub-menu i.fa-angle-down::before {
    content: "\f105";
    position: absolute;
    right: 5px;
	top: -6px;
	
}
nav ul li ul.sub-menu li.menu-item-has-children i.fa{
	display:inline-block;
}
nav ul li ul.sub-menu li.menu-item-has-children ul li i.fa{
	display:none;
}
nav ul li ul.sub-menu > li.menu-item-has-children > i.fa {
    display: inline-block!important;
}
.imgWrapper.as-mar img{
	margin:0 auto;
}
.commnetForm textarea{
	margin-top:10px;
}
.screen-reader-text{
	display:none;
}
/*
For default css
*/
footer .widget.widget_archive li a,footer .widget ul li{
   color: rgba(192, 181, 193, .6)
}
.remove_more-link a.more-link {
    background: #c6c194;
    color: #fff;
}
.remove_more-link a.more-link{
	padding: 7px 30px;
    font-size: 14px;
	text-decoration: none !important;
	display: block;
	max-width: 150px;
}
.remove_more-link a.more-link:hover {
    background: #624d65;
    color: #fff;
}
.remove_more-link a.more-link {
    vertical-align: bottom;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-radius: 35px;
    line-height: 22px;
    text-transform: uppercase;
    z-index: 1;
    font-weight: 700;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
.teamFix  .grid-sm-6.grid-md-3{
	padding-left:0px;
}
span.wpcf7-not-valid-tip {
    padding-left: 4px;
    padding-top: 9px;
}
.wpb-js-composer .accordeon.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    bottom: 0;
    top: 8px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0 0 0 2px;
    height: 12px;
}
.wpb-js-composer .accordeon.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid;
    border-width: 2px 0 0;
    width: 10px;
	margin: 0 auto;
}
.cart_totals li:first-child {
	 text-transform: none;
	font-family: "Alegreya";
	font-size: 20px;
	color: #4d4d4d;
	font-weight: 900;
}

.sticky{
	
}
/* /* 25 - Default Css  */
/*-------------------------------------------------------------------------------------------------------------------------------*/

nav ul li:hover ul {
	display: block;
opacity: 1;
left: -9px;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition: left 0s, opacity 150ms linear, transform 150ms linear;
transition: left 0s, opacity 150ms linear, transform 150ms linear;
}

nav ul li:hover ul li ul {
display:none;
}
nav ul li ul li:hover ul {
	display:block;
}
nav ul li ul li ul{
margin:0;	
padding:0;
}

@media (max-width: 991px) {
nav ul li:hover ul {
	display: none;
opacity: 1;
left: 0px;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition: left 0s, opacity 150ms linear, transform 150ms linear;
transition: left 0s, opacity 150ms linear, transform 150ms linear;
}
nav ul li ul li:hover ul {
	display:none;
}
nav ul li.menu-item-has-children ul.sub-menu i.fa-angle-down::before {
    content: "\f105";
    position: relative;
	right: 0;
	top: 0px;

}
}

.home.blog header{
	position:inherit;
}
table, th, td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    width: 100%;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border: 1px solid #e9e9e9;
    line-height: 1.42857;
    padding: 5px;
}
table, th, td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
    margin-bottom: 1.2em;
}
blockquote.alignright, .wp-caption.alignright, img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}
.alignright {
    display: inline;
    float: right;
}
.wp-block-button.alignleft, .wp-block-pullquote.alignleft, .wp-block-image .alignleft, .wp-block-cover.alignleft{
	margin-right: 2em;
}
.wp-block-cover.has-background-dim {
    margin-bottom: 1.5em;
}
.wp-block-button__link {
    margin-bottom: 25px;
}
.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
    margin-bottom: 1.2em;
}
blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.aligncenter {
	margin: 0 auto;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.bypostauthor{
	position:relative;
}

.page-numbers .page-numbers.current {
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    padding: 0px;
    font-size: 18px;
    font-weight: 700;
	background: #624d65;
	border-color: #624d65;
}
.page-numbers li:hover{
	background: #624d65;
}
.page-numbers li:hover a{
	color:#fff;
	border-color: #624d65;
}
.page-numbers .page-numbers {
    display: block;
    min-width: 40px;
    height: 44px;
    text-align: center;
    border: 2px solid #d4d4d4;
    padding: 11px 5px 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    font-family: Poppins;
    color: #000;
    width: 44px;
    font-size: 18px;
    font-weight: 700;
}

ul.page-numbers, 
.page-links {
    position: relative;
    margin: 0 0 40px 0;
    padding: 30px;
}
.page-links {
    position: relative;
    margin: 0 0 40px 0;
    padding: 0px;
	color: #242424;
    font-weight: 700;
}
.page-links a {
    font-weight: 600;
    color: #242424;
}
.page-links span {
    margin: 5px;
    border: 1px solid #e2e2e2;
    padding: 5px 10px;
    height: 46px;
    width: 46px;
    font-size: 20px;
}
.page-numbers li {
    list-style: none;
    float: left;
    margin: 0 11px 0 0;
}
.comment-respond h4.h4.as{
	margin-bottom: 20px;
	margin-top: 20px;
} 
h2.page-title, h4.page-subtitle {
    color: #ffffff;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
	font-size:45px;
}
.widget.widget_archive.categoryBlock.normall ul{
	padding:0;	
}
input, textarea, select {
    font-weight: 400;
    appearance: none;
    border-radius: 0;
    background: none;
    border: none;
    margin: 0;
    width: 100%;
    font-family: 'Open Sans';
    border: 1px solid;
}
.h2 {
    font-size: 45px;
    line-height: 55px;
}
h2 {
    font-size: 30px;
    line-height: 40px;
}
.post-password-form input[type="submit"] {

vertical-align: bottom;
text-align: center;
position: relative;
cursor: pointer;
background: #eee294;
padding: 5px 46px;
font-size: 15px;
line-height: 22px;
color: #76704c;
text-transform: uppercase;
z-index: 1;
font-weight: 700;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
overflow: hidden;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color, background-color;
transition-property: color, background-color;
opacity:1;
border:none;
width:auto;
margin-top:10px;
margin-left: 20px;
}
/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}
.blogWrapper .simple-article.reduce .gallery-item .gallery-icon a img{
	margin-bottom:10px!important;
	width:100%;
}
.gallery-caption {
    display: block;
    text-align: center;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}
.wp-caption, .gallery-caption {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}

@media screen and (min-width: 30em) {
		/* Gallery Columns */

	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 23%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}

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

caption{
	margin-bottom:5px;
}
.simple-article img {
    max-width: 100%;
    height: auto;
    display: block;
	margin-bottom: 0!important;
}

.sidebar-area.default_widgets ul li a{
	color: #898989;
	padding: 7px 0;
	display: inline-block;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}
.widget{
	margin-bottom:30px;
}
h5.widget_title{
	margin-bottom:30px;
}
.textwidget .imgWrapper img {
    width: auto;
}
.widget.widget_categories.categoryBlock.normall ul{
	padding:0;
}
.categoryBlock ul li ul.children {
    position: relative;
    border-top: 1px solid #e6e6e6;
}
.widget.widget_categories.categoryBlock.normall ul li ul.children{
	padding-left:15px;
}
.widget.widget_nav_menu.categoryBlock.normall ul{
	padding:0;
}
.widget.widget_nav_menu{
	padding:0;
}

 ul.sub-menu{
	padding-left:0px;
} 
.rem-ul-pad ul{
	padding:0;
	list-style: none;
}
.widget_tag_cloud .tagcloud a.tag-cloud-link, .tagcloud a {
    line-height: 18px;
    color: #8e8d8d;
    border: 1px solid #e4e4e4;
    padding: 9px 27px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.categoryBlock.style2.normall ul,
.articleWrapper .simple-article ul.listStyle2,
.requestContent .simple-article.normall ul,
.headerSearch ul {
    list-style: none;
}
/*--------------------------------------------------------------
16.1 Back to top Button
--------------------------------------------------------------*/

div#btt {
    background: none repeat scroll #222222;
    opacity: 0.8;
    border: 1px solid #333333;
    border-radius: 2px;
    bottom: 21px;
    cursor: pointer;
    padding: 8px 15px;
    position: fixed;
    right: 20px;
    z-index: 50;
    color: #777777;
}
.mobileBtt {
    display: none;
}
.desktopBtt{
	display:none;
}
.boxed-container {
	background: #ffffff;
}
ol.breadcrumb-z{
	padding:0;
	list-style: none;
}
.tt-widget ul{
	padding-left:0px;
}
.contactUsBlock{
	background-color: #c6c194;
}
.widget.widget_rss ul{
	padding-left:0;
}
.widget.widget_recent_comments ul{
	padding-left:0;
}
ul.tt-socail{
	padding-left:0;
}
ul.menu{
	padding-left:0;
}
.widget-contact-list.row.m0 ul{
	padding-left:0;
}
.wpb_text_column :last-child{
	margin-bottom:!important;
}
ul.tt-socail{
	padding-left:0;
}
ul.menu{
	padding-left:0;
}
.widget-contact-list.row.m0 ul{
	padding-left:0;
}
.wpb_text_column :last-child{
	margin-bottom:!important;
}
.widget.widget_recent_entries ul{
	padding-left:0;
}
.widget.widget_tmc_posts ul{
	padding-left:0;
}
.widget.widget_meta ul{
	padding-left:0;
}
.widget.widget_pages ul{
	padding-left:0px;
}
.widget.widget_pages ul li.page_item_has_children ul.children{
	padding-left:15px;
}

.textwidget img{
	margin-top:10px;	
}
.widget.widget_nav_menu.categoryBlock.normall ul li ul.sub-menu{
	padding-left:15px;
	border-top: 1px solid #e6e6e6;
}
.widget.widget_rss ul li{
	padding-bottom:15px;
	padding-top:10px;
}
.text_block.wpb_text_column ul{
	list-style:disc;
}
.simple-article.normall.reduce.remove_more-link ul{
	padding-left:0;
	list-style:disc;
}
.simple-article.normall.reduce.remove_more-link ul li:before,
.text_block.wpb_text_column ul li:before{
	content:none;
}
.simple-article.normall.reduce.remove_more-link ul li ul,
.text_block.wpb_text_column ul li ul{
	padding-left:30px;
}	
.simple-article.normall.reduce.remove_more-link ol,
.text_block.wpb_text_column ol{
	padding-left:30px;
}
.simple-article.normall.reduce.remove_more-link ul li,
.simple-article.normall.reduce.remove_more-link ol li,
.text_block.wpb_text_column ul li,
.text_block.wpb_text_column ol li{

	color: #424242;
	font-size: 16px;
	line-height: 26px;
}
.simple-article.normall.reduce.remove_more-link dl,
.text_block.wpb_text_column  dl{
	margin-bottom:30px;
}
blockquote {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.8182;
    margin-bottom: 1.8182em;
    margin-left: -1.0909em;
    padding-left: 0.9091em;
}
blockquote {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.75;
    margin-bottom: 1.75em;
    margin-left: -1.05em;
    padding-left: 0.85em;
}
blockquote {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6667;
    margin-bottom: 1.6667em;
    margin-left: -1.3333em;
    padding-left: 1.1111em;
}
blockquote {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.8182;
    margin-bottom: 1.8182em;
    margin-left: -1.0909em;
    padding-left: 0.9091em;
}
blockquote {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.75;
    margin-bottom: 1.75em;
    margin-left: -1.05em;
    padding-left: 0.85em;
}
blockquote {
    margin-left: -1em;
}
blockquote {
    border-left: 4px solid #707070;
    border-left: 4px solid rgba(51, 51, 51, 0.7);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 18px;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.6667;
    margin-bottom: 1.6667em;
    padding-left: 0.7778em;
}
.sidebar .titleShortcode .as {
    margin-bottom: 17px;
}
.widget.widget_archive ul{
	padding-left:0;
}
.widget.widget_categories ul{
	padding-left:0;
}
iframe{
	max-width:100%;
}
.text_block.wpb_text_column p{
	margin-bottom:10px;
	line-height: 26px;
}
.home.blog .headerTopInfo{
	padding: 20px 0;
}
.ThumbnailWrapper.style4 > span.genericon.genericon-pinned {
	margin-bottom:0;
}
ul.comment-list li ul.children{
	  margin-top:20px;
}
.comment-respond {
	margin-top:80px;
}

@media (max-width: 640px) {
	
ul.comment-list li ul.children {
    padding-left:10px;
}
}
h4.comments-title{
	margin-bottom:10px;
}
iframe{
	max-width: 100%;
	vertical-align: middle;
}
.simple-article.normall.reduce.remove_more-link ol li ul{
	padding-left:50px;
}
.simple-article.normall.reduce.remove_more-link ol li ul li ol li:before{
	counter-increment: number;
    content: counter(number) ".";
    color: #058dc5;
    margin-right: 15px;
	background:none;
	width: auto;
	height: auto;
}
.simple-article.normall.reduce.remove_more-link ul li ol li:before{
	counter-increment: number;
    content: counter(number) ".";
    color: #058dc5;
    margin-right: 15px;
	background:none;
	width: auto;
	height: auto;
}
.simple-article.normall.reduce.remove_more-link ul li ol li ul li:before{
	content:none;
}
.home.blog .simple-article.normall a{
	text-decoration:underline;
}
	
.genericon-pinned:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 30px;
    float: left;
    color: #242424;
	margin-right:15px;
}
		
ul.main_menu_nav{
	padding:0px;
}
ul.listStyle2{
	padding:0px;
}
.footerBlock.small .widget-contact-list.row.m0{
	margin:0;
}
.home.blog .headerScrolled{
	position:fixed;
}
.widget.widget_nav_menu ul li ul.sub-menu{
	padding-left:15px;
}
 .ul-position ul{
	 padding-left:0px;
 }
 .titleShortcode.width-assign-mode{
	 width:40%;
 }
 .bg.tr{
	    background: url(assets/images/shop-bg.jpg) ;
		padding:74px 0;
		background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
	
}
.bg.ma{
	 background: url(assets/images/header-bg.png) ;
}
.right-sidebar .blogWrapper{
	padding-right:30px;
	padding-left:0px;
}
.left-sidebar .blogWrapper{
	padding-right:0px;
	padding-left:30px;
}
.blogWrapper{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.sticky_menu.headerScrolled {
   
   position: fixed;
-webkit-transition: -webkit-transform 150ms linear;
    transition: linear;
	
}


/* Boxed Menu */
header.boxed_menu {
    position: absolute;
}
header.boxed_menu.sticky_menu.headerScrolled {
    background: rgba(0, 0, 0, .8);
    transition: all 300ms linear;
}
.boxed_menu{
    z-index: 10;
    background: transparent;
}
.boxed_menu .headerTopInfo{
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 9px 0px;
}
.boxed_menu .headerTopInfo:before{
    display: none;
}
.boxed_menu .headerTopInfo:after{
    display: none;
}
.boxed_menu .headerBottomInfo nav > ul > li > a{
    color: #fff;
}
.boxed_menu .headerBottomInfo nav ul li i{
    opacity: 0;
    visibility: hidden;
}
.boxed_menu .headerBottomInfo nav ul li ul.sub-menu > li.menu-item-has-children > i.fa{
    visibility: visible;
    opacity: 1;
}
.boxed_menu .headerSearch ul > li > a{
    color: #fff;
    font-size: 17px;
    opacity: .70;
    margin-top: 2px;
    display: inline-block;
}
.boxed_menu.headerScrolled .headerTopInfo{
    border-bottom: none;
}
.boxed_menu.responsiveHeaderSrolled{
    background: rgba(0, 0, 0, .8);
    transition: all 300ms linear;
}
.middble_menu_area{
    top: auto;
}
.middble_menu_area .headerBottomInfo .responsiveWrapper{
    background: #f0f0f0;
}
.middble_menu_area .headerBottomInfo{
    padding: 0px;
}
.middble_menu_area .headerBottomInfo .responsiveWrapper{
    left: 0px;
    width: 100%;
    top: 0px;
}
.middble_menu_area .headerBottomInfo .responsiveWrapper .navScroll nav > ul > li{
    padding: 0px;
    margin: 0px;
    margin-right: 25px;
}
.middble_menu_area .headerBottomInfo .responsiveWrapper .navScroll nav > ul > li:first-child{
    margin-left: 0px;
}
.middble_menu_area .headerBottomInfo .responsiveWrapper .navScroll nav > ul > li:last-child{
    margin-right: 0px;
}
.middble_menu_area .headerBottomInfo .responsiveWrapper .navScroll nav > ul{
    padding-left: 35px;
}
.middble_menu_area .headerBottomInfo .responsiveWrapper .navScroll nav > ul > li > a{
    padding: 0px;
    line-height: 62px;
    display: inline-block;
    font-size: 15px;
    color: #1e141e;
    font-family: 'Montserrat', sans-serif;
}
.middble_menu_area .headerBottomInfo .responsiveWrapper .navScroll nav > ul > li > i{
    opacity: 0;
    visibility: hidden;
}
.middble_menu_area .headerBottomInfo .responsiveWrapper .nav.navbar-nav.navbar-right{
    margin-right: 0px;
}
.middble_menu_area .headerBottomInfo .responsiveWrapper .nav.navbar-nav.navbar-right li a{
    line-height: 62px;
    background: #d1d094;
    color: #362836;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 30px;
    font-size: 15px;
    letter-spacing: .9px;
    transition: all 300ms linear;
}
.middble_menu_area .headerBottomInfo .responsiveWrapper .nav.navbar-nav.navbar-right li a:hover{
    background: #f8b864;
    color: #fff;
}
.middble_menu_area.sticky_menu.stricky-fixed {
    height: 62px;
    background: #f0f0f0;
    top: 0px;
    position: fixed;
    width: 100%;
}
.middble_menu_area .logo{
    display: none;
}
.contentPadding.latest_blog .h4{
    padding-bottom: 30px;
}
/* home 4 menu */
.header_top_area{
    overflow: hidden;
    clear: both;
}
.header_contact_info{
    overflow: hidden;
    clear: both;
    background: #362836;
}
.header_contact_info .pull-left a{
    color: #fff;
    opacity: .5;
    line-height: 44px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-right: 20px;
    letter-spacing: .45px;
    transition: all 300ms linear;
}
.header_contact_info .pull-left a:hover{
    color: #d1d094;
    opacity: 1;
}
.header_contact_info .pull-left a i{
    padding-right: 10px;
}
.header_contact_info .pull-right ul li{
    display: inline-block;
    margin-right: 20px;
}
.header_contact_info .pull-right ul li:last-child{
    margin-right: 0px;
}
.header_contact_info .pull-right ul li a{
    color: #d1d094;
    font-size: 16px;
    line-height: 44px;
    display: block;
}
.header_logo_area{
    overflow: hidden;
    clear: both;
	background: url(./assets/images/header-logo-bg.png) no-repeat scroll center center;
    background-size: cover;
    padding: 26px 0px;
}
.header_logo_area .pull-left img{
    padding-top: 10px;
}
.header_logo_area .pull-right .media{
    display: inline-block;
    margin-top: 0px;
    margin-right: 40px;
}
.header_logo_area .pull-right .media:last-child{
    margin-right: 0px;
}
.header_logo_area .pull-right .media .media-left{
    vertical-align: middle;
    font-size: 25px;
    color: #d1d094;
    padding-right: 15px;
}
.header_logo_area .pull-right .media .media-body{
    width: auto;
}
.header_logo_area .pull-right .media .media-body h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #998e99;
    text-transform: inherit;
    letter-spacing: .45px;
    margin-bottom: -7px;
}
.header_logo_area .pull-right .media .media-body h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #998e99;
    font-weight: 400;
    text-transform: inherit;
    letter-spacing: .45px;
}

.middble_menu_area{
    width: 100%;
    z-index: 10;
    position: absolute;
    top: auto;
}
.middble_menu_area .main_menu_inner .navbar-default{
    margin-bottom: 0px;
    width: 100%;
    border-radius: 0px;
    border: none;
    background: #fff;
}
.middble_menu_area .main_menu_inner .navbar-default .navbar-brand{
    display: none;
}
.middble_menu_area .main_menu_inner .navbar-default .nav.navbar-nav{
    margin-left: -15px;
}
.middble_menu_area .main_menu_inner .navbar-default .nav.navbar-nav > li{
    padding-right: 0px;
    padding-left: 37px;
}
.middble_menu_area .main_menu_inner .navbar-default .nav.navbar-nav > li > a{
    color: #1e141e;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: .45px;
    line-height: 62px;
    transition: all 300ms linear;
}
.middble_menu_area .main_menu_inner .navbar-default .nav.navbar-nav > li:hover > a{
    color: #d1d094;
}
.middble_menu_area .main_menu_inner .navbar-default .nav.navbar-nav.navbar-right > li a{
    background: #d1d094;
    color: #362836;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    letter-spacing: .45px;
    padding: 0px 30px;
}

/* Home 5 menu */

.full_menu{
    padding: 0px 40px;
}
.full_menu.headerScrolled {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}


/* Green Contact block */
.contactUsBlock.green_contact{
	position: relative;
    padding: 36px 0;
}
.contactUsBlock.green_contact h4{
    color: #302d31;
	line-height: 45px;
	margin: 0;
}
.contactUsBlock.green_contact .btnSize2{
    color: #5d5d40;
    border: 1px solid #5d5d40;
    width: 190px;
    height: 45px;
    padding: 0px;
    line-height: 43px;
}
.contactUsBlock.green_contact .btnSize2:hover{
    border: 1px solid #fff;
}

/* welcome css */
.welcome_to_area{
    padding: 100px 0px 85px 0px;
}
.welcome_to_area .welcome_text_inner{
    max-width: 520px;
}
.welcome_to_area .welcome_text_inner .chooseTitle{
    padding-bottom: 13px;
}
.welcome_to_area .welcome_to_text p{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #8e8d8d;
    letter-spacing: .45px;
}
.welcome_to_area .welcome_to_text p{
    padding-bottom: 30px;
}
.welcome_to_area .welcome_to_text .slider_btn{
    margin-top: 10px;
    height: 38px;
    width: 144px;
    color: #fff;
    border-radius: 19px;
    line-height: 38px;
    font-size: 14px;
}
.welcome_to_image img{
    max-width: 100%;
}
.welcome_image_text{
    padding-top: 32px;
}
.welcome_image_text h3{
    font-size: 20px;
    color: #3f3f3f;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    letter-spacing: .75px;
	margin: 0;
}
.welcome_image_text h5{
    font-size: 18px;
    color: #242424;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .72px;
    font-weight: normal;
    padding: 10px 0px;
	margin: 0;
}
.welcome_image_text p{
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #999999;
    letter-spacing: .6px;
}
.welcome_text_inner .welcome_to_text h5{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .48px;
    font-weight: normal;
    font-style: italic;
    font-weight: 600;
    color: #404040;
    padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 0;
}
.welcome_text_inner .chooseTitle h4{
    max-width: 465px;
    margin-bottom: 15px;
	margin-top: 0;
}
.welcome_text_inner .welcome_to_text p{
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .45px;
    color: #898989;
    line-height: 26px;
    font-weight: 400;
	margin-bottom: 0;
}
.welcome_text_inner .welcome_to_text h4{
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .9px;
    color: #242424;
    font-weight: bold;
	margin-top: 0;
}
.welcome_to_area .home3_video{
    position: relative;
    box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.24);
}
.welcome_to_area .home3_video img{
    width: 100%;
}
.welcome2_area{
    padding: 100px 0px;
}
.welcome_to_area .home3_video a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 90px;
    width: 90px;
    background: rgba(255, 255, 255, .28);
    border: 1px solid #fff;
    display: block;
    z-index: 2;
    text-align: center;
    border-radius: 50%;
    font-size: 34px;
    color: #000;
    line-height: 90px;
    transition: all 300ms linear;
}
.welcome_to_area .home3_video a:hover{
    color: #f8b864;
}
.slider_btn{
    display: inline-block;
    width: 245px;
    background: #f8b864;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    transition: all 300ms linear;
}
.slider_btn:hover{
    background: #d1d094;
    color: #fff;
}
/* Get Appiontment */
.get_appiontment_area{
    background: #f4f1f5;
    padding: 100px 0px;
}
.get_appioment_comment .as{
    padding-bottom: 40px;
	margin-top: 0;
}
.get_appioment_comment .form-group{
    margin-bottom: 20px;
}
.get_appioment_comment .form-group:last-child{
    margin-bottom: 0px;
    margin-top: 20px;
}
.get_appionment_details{}
.get_appionment_details h4{
    margin-bottom: 35px;
	margin-top: 0;
}
.get_appionment_details p{
    font-size: 15px;
    color: #8e8d8d;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
}
.text_block.wpb_text_column .get_appionment_details p{
	margin-bottom: 0;
}
.get_appionment_details p a{
    color: #3a738d;
    letter-spacing: .45px;
	text-decoration: underline;
}
.get_appionment_details h6{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #404040;
    text-transform: inherit;
    font-weight: 600;
    font-style: italic;
    letter-spacing: .48px;
    padding: 35px 0px 15px 0px;
	margin: 0;
}
.get_appionment_details h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #242424;
    letter-spacing: .9px;
    padding-bottom: 32px;
    border-bottom: 1px solid #d5d4d5;
	margin: 0;
}
.get_appionment_details h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-transform: inherit;
    color: #404040;
    padding: 22px 0px;
	margin: 0;
}
.get_appionment_details h3 span{
    color: #404040;
    font-weight: bold;
}
.get_appionment_details h5{
    font-size: 14px;
    color: #8c7090;
    text-transform: inherit;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .42px;
    font-weight: normal;
    margin-top: 6px;
	margin: 0;
}
.get_appionment_details h5 a{
    font-size: 14px;
    color: #8c7090;
    text-transform: inherit;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .42px;
    transition: all 300ms linear;
}
.get_appionment_details h5 a:hover{
    text-decoration: underline;
}

.latest_blog .as{
    margin-bottom: 12px;
	margin-top: 0;
}
.col-md-5.col-md-offset-1.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 41.66666667%;
}

/* service offer */
.service_offer_w{
    background-size: cover;
}
.white_title h4{
    color: #fff;
    margin-bottom: 0px;
}
.next-pre-img .white_title .as {
    margin-bottom: 0px !important;
}
.white_title .as{
    margin-bottom: 0px;
}
.white_title p{
    font-size: 15px;
    line-height: 26px;
    color: #a4a2a5;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .6px;
    max-width: 955px;
    padding: 20px 0px 45px 0px;
}
.service_offer_w .content .ThumbnailWrapper .as{
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
.service_offer_w .content .ThumbnailWrapper p{
    color: #999999;
    font-family: 'Raleway', sans-serif;
    line-height: 26px;
    font-size: 15px;
    letter-spacing: .6px;
}
.service_offer_w .content .ThumbnailWrapper .btnStyle3{
    color: #302d31;
}
.service_offer_w .content .ThumbnailWrapper .btnStyle3:hover{
    color: #fff;
}
.next-pre-img .swiperMainWrapper.offerSwiper .swiper-button-prev,
.next-pre-img .swiperMainWrapper.offerSwiper .swiper-button-next{
    top: -120px;
    border-color: #727072;
    color: #727072;
}

/* Service2 area css */
.service_area2{
    background: #f4f4f4;
    padding: 100px 0px;
    position: relative;
    z-index: 2;
}
.service_area2:before{
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    min-height: 584px;
    width: 561px;
}
.service_area2 .main_title{
   margin-bottom: 40px !important;
}

.main_title h4{
    font-size: 28px;
    color: #4d4d4d;
}
.main_title p{
    font-size: 15px;
    color: #8e8d8d;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .45px;
}
.service2_slider .item .service2_inner{
    background: #fff;
    text-align: center;
    padding: 30px 30px 45px 30px;
    transition: all 300ms linear;
}
.service2_slider .item .service2_inner img{
    max-width: 100%;
    width: auto;
    display: inline-block;
}
.service2_slider .item .service2_inner h4{
    font-size: 18px;
    color: #242424;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    letter-spacing: .54px;
    text-transform: inherit;
    padding: 22px 0px 5px 0px;
    transition: all 300ms linear;
}
.service2_slider .item .service2_inner p{
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-bottom: 15px;
    transition: all 300ms linear;
}
.service2_slider .item .service2_inner a{
    font-size: 14px;
    color: #5b86cd;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 300ms linear;
}
.service2_slider .item .service2_inner:hover{
    background: #d1d094;
}
.service2_slider .item .service2_inner:hover h4{
    color: #fff;
}
.service2_slider .item .service2_inner:hover p{
    color: #fff;
}
.service2_slider .item .service2_inner:hover a{
    color: #242424;
}
.service2_slider .owl-next, .service2_slider .owl-prev{
    position: absolute;
    bottom: 0px;
    height: 40px;
    width: 40px;
    border: 2px solid #d1d1d1;
    color: #d1d1d1;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    transition: all 300ms linear;
    cursor: pointer;
    z-index: 3;
}
.service2_slider .owl-next:hover, .service2_slider .owl-prev:hover{
    border-color: #d1d094;
    color: #d1d094;
}
.service2_slider{
    padding-bottom: 90px;
}
.service2_slider .owl-next{
    left: 52.4%;
    transform: translateX(-50%);
}
.service2_slider .owl-prev{
    left: 47.4%;
    transform: translateX(-50%);
}
/* staf area */ 
.out_staf_area{
    padding: 100px 0px;
} 
.out_staf_area .titleShortcode{
    padding-bottom: 55px;
}
.o_staf_item{
    overflow: hidden;
}
.o_staf_item .o_staf_img img{
    width: 100%;
    transition: all 300ms linear;
}
.o_staf_item .o_staf_img{
    margin-bottom: -2px;
    overflow: hidden;
	line-height: 0;
}
.o_staf_item .o_staf_text {
    border: 1px solid #dfdfdf;
}
.o_staf_item .name_staf{
    border-bottom: 1px solid #efefef;
    padding: 20px;
}
.o_staf_item .name_staf h4{
    font-size: 18px;
    color: #242424;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .72px;
    font-weight: normal;
    text-transform: inherit;
	margin: 0;
	line-height: normal;
}
.o_staf_item .name_staf h5{
    font-size: 15px;
    color: #999999;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .6px;
    text-transform: inherit;
    font-weight: normal;
	margin: 0;
}
.o_staf_item .staf_details{
    padding: 20px;
    background: #fafafa;
}

.o_staf_item .staf_details h5{
    font-size: 14px;
    color: #546994;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    letter-spacing: .56px;
    text-transform: inherit;
	margin: 0;
}
.o_staf_item .staf_details h5:last-child {
    line-height: normal;
}
.o_staf_item .staf_details h5 a{
    padding-left: 35px;
}
.o_staf_item .staf_details h5 + h5 a{
    padding-left: 10px;
}
.o_staf_item:hover .o_staf_img img{
    transform: scale(1.1);
}
.o_staf_item_text{
    background: #eae9ea;
    min-height: 447px;
    padding: 0px 30px;
    padding-top: 45px;
}
.o_staf_item_text h4{
    color: #4d4d4d;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    letter-spacing: .72px;
	margin: 0;
}
.o_staf_item_text h6{
    color: #6c6c6c;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .54px;
    line-height: 26px;
    font-weight: normal;
    text-transform: inherit;
    padding-top: 15px;
	margin: 0;
}
.o_staf_item_text p{
    color: #6c6c6c;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .45px;
    line-height: 26px;
    font-weight: normal;
    text-transform: inherit;
    padding: 15px 0px 30px 0px;
}
.o_staf_item_text .btnSize2{
    background: #302d31;
    color: #fff;
    padding: 8px 33px;
    transition: all 300ms linear;
}
.o_staf_item_text .btnSize2:hover{
    background: #c6c194;
    color: #fff;
}
.o_staf_item_text.style_2{
    background: #d1ca8b;
}
.o_staf_item_text.style_2 h6{
    color: #000000;
}
.o_staf_item_text.style_2 p{
    color: #000000;
}

/* Why Choose area */
.why_choose_area{
    overflow: hidden;
    clear: both;
}
.w_choose_left{
    overflow: hidden;
    position: relative;
}
.w_choose_left .w_choose_img{
    float: left;
    overflow: hidden;
}
.w_choose_left .w_choose_text{
    float: right;
    overflow: hidden;
    background: #d1d094;
    width: 345px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 616px;
    padding: 0px 50px;
}
.w_choose_right_background{
	background: url() no-repeat scroll center center;	
    float: right;
}
.w_choose_right{
    overflow: hidden;
    background-size: cover;
    padding-left: 69px;
    height: 616px;
}
.w_choose_text h4{
    text-align: center;
    font-size: 100px;
    padding-top: 90px;
    color: #302d31;
    font-family: arial;
    padding-bottom: 15px;
	margin: 0;
}
.w_choose_text h5{
    font-size: 28px;
    color: #302d31;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    padding-bottom: 40px;
	margin: 0;
}
.w_choose_text p{
    font-size: 15px;
    line-height: 26px;
    color: #302d31;
    letter-spacing: .45px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 35px;
}
.w_choose_text a{
    font-size: 16px;
    line-height: 26px;
    color: #226a80;
    letter-spacing: .45px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.w_choose_right .w_choose_r_text{
    max-width: 585px;
}
.w_choose_right h3{
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 800;
    padding-top: 98px;
    padding-bottom: 40px;
	margin: 0;
}
.w_choose_r_text .media{
    margin-top: 47px;
    overflow: visible;
}

.w_choose_r_text .media:first-child{
    margin-top: 0px; 
}
.w_choose_r_text .media .media-left{
    padding-right: 50px;
    position: relative;
}
.w_choose_r_text .media .media-left:before{
    content: "";
    background: #211f22;
    height: 50px;
    width: 1px;
    position: absolute;
    left: 44px;
    bottom: -47px;
}
.w_choose_r_text .media .media-body h4{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: inherit;
    letter-spacing: .6px;
    padding-bottom: 6px;
    transition: all 300ms linear;
	margin: 0;
}
.w_choose_r_text .media .media-body p{
    font-size: 14px;
    line-height: 26px;
    color: #7d787e;
    font-family: 'Raleway', sans-serif;
    letter-spacing: .56px;
}
/* Doctors Feature area */
.doc_feature_area{
    overflow: hidden;
    clear: both;
    background: #3d7599;
}
.doc_feature_area .doc_left_f{
    width: calc(50% - 15px);
    float: left;
    overflow: hidden;
	max-height: 531px;
}
.doc_feature_area .doc_right_f{
    width: calc(50% + 15px);
    float: right;
    overflow: hidden;
    padding-top: 25px;
}
.doc_feature_inner{
    max-width: 630px;
    padding-left: 100px;
}
.doc_feature_inner .media{
    margin-top: 52px;
}
.doc_feature_inner .media .media-left{
    padding-right: 30px;
}
.doc_feature_inner .media .media-body h4{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    letter-spacing: 0.6px;
    font-weight: normal;
    text-transform: inherit;
    padding-bottom: 10px;
	margin: 0;
}
.doc_feature_inner .media .media-body p{
    font-size: 15px;
    color: #abb6da;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    letter-spacing: .45px;
}
.why_choos_us_bg{
    background: #f4f2f6;
}
.why_choos_us_bg .chooseTitle h4 {
    margin-top: 0;
}
.chooseBlock.blue_block,
.chooseBlock.blue_block:hover {
    background: #2a8d9f;
    border-color: #2a8d9f;
}
.chooseBlock.green_block{
    background: #d4d39e;
    border-color: #d4d39e;
}
.chooseBlock.blue_block .chooseContent h5{
    color: #fff;
	margin-top: 0;
}
.chooseBlock.blue_block .chooseContent p{
    color: #fff;
}
/* Clients Slider Area */
.clients_slider_area{
    background-size: cover;
    position: relative;
    z-index: 2;
    padding: 70px 0px 90px 0px;
}
.clients_slider_area .clients_slider_inner{
    max-width: 1000px;
    margin: auto;
}
.clients_slider_area:before{
    content: "";
    background: rgba(45, 40, 54, .8);
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: -1;
}
.clients_slider_inner .clients_slider_active .item img{
    width: auto;
    display: inline-block;
    text-align: center;
}
.clients_slider_inner .clients_slider_active .item{
    text-align: center;
}
.clients_slider_inner .clients_slider_active .item p{
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: .54px;
    padding: 40px 0px;
}
.clients_slider_inner .clients_slider_active .item a{
    color: #d5b157;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: italic;
    letter-spacing: .54px;
}
.clients_slider_inner .owl-prev, .clients_slider_inner .owl-next{
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 22.47px;
    border: 2px solid #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 35px;
    transition: all 300ms linear;
    cursor: pointer;
}
.clients_slider_inner .owl-prev:hover, .clients_slider_inner .owl-next:hover{
    color: #d1d094;
    border-color: #d1d094;
}
.clients_slider_inner .owl-prev{
    left: 0px;
}
.clients_slider_inner .owl-next{
    right: 0px;
}

.oneline_appiontment_area{
    background: #f2f2f2;
    padding: 100px 0px;
}
.oneline_appiontment_area h4{
    font-size: 38px;
    font-family: 'Raleway', sans-serif;
    text-transform: inherit;
    color: #13304f;
    font-weight: bold;
    padding-bottom: 35px;
}
.oneline_appiontment_area h4 span{
    color: #1f6bbe;
    font-weight: 400;
}
.oneline_appiontment_area .form-group .input-append input{
    height: 50px;
    border-radius: 0px;
    background: #fff;
    padding: 0px 20px;
    border: 1px solid #e2e2e2;
}
.oneline_appiontment_area .form-group{
    margin-bottom: 20px;
}
.oneline_appiontment_area .form-group .btnSize4{
    background: #676cb8;
    color: #fff;
    padding: 12px 30px;
    transition: all 300ms linear;
}
.oneline_appiontment_area .form-group .btnSize4:hover{
    background: #624d65;
    color: #fff;
}
.oneline_appiontment_area .form-group:last-child{
    margin-bottom: 0px;
    margin-top: 20px;
}

.f_image_area{
    overflow: hidden;
}
.f_image_area .f_image_item{
    width: calc(100% / 4);
    float: left;
    overflow: hidden;
}
.f_image_area .f_image_item img{
    width: 100%;
    transition: all 300ms linear;
	vertical-align: middle;
}
.f_image_area .f_image_item img:hover{
    transform: scale(1.1);
}
div.f_image_area {
    margin-bottom: -2px !important;
}
/* Welcome to 3 */
.welcome_to3 .welcome_text_inner .chooseTitle h4{
    font-size: 28px;
}
.welcome_to3 .welcome_text_inner .chooseTitle h4 span{
    color: #d8d78d;
}
.welcome_to3 .welcome_to_text h6{
    font-size: 18px;
    color: #242424;
    letter-spacing: .54px;
    font-weight: normal;
    text-transform: inherit;
    padding-bottom: 15px;
	margin: 0;
}
.welcome_to3 .welcome_to_text h5{
    display: inline-block;
    font-style: normal;
    font-size: 18px;
    color: #4d4d4d;
    font-family: 'Raleway', sans-serif;
    letter-spacing: .54px;
    text-transform: inherit;
    font-weight: normal;
    padding-left: 35px;
	line-height: 42px;
}
p.welcome_to_p {
    float: left;
}
.welcome_to3 .welcome_to_text h5 a{
    color: #624d65;
}
.welcome_to3 .home4_video{
    min-height: 420px;
    position: relative;
}
.welcome_to3 .home4_video img{
    max-width: 100%;
}
.welcome_to3 .home4_video .video_image_one{
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.4);
}
.welcome_to3 .home4_video .video_image_two{
    margin-top: 45px;
    display: inline-block;
    position: relative;
}
.welcome_to3 .home4_video .video_image_two a{
    position: absolute;
    top: 50%;
    left: 43%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 64px;
    color: #fff;
}
/* Testimonials Area */
.testimonials_area{
    background-size: cover;
    position: relative;
    z-index: 2;
    padding: 66px 0px;
}
.testimonials_area:before{
    content: "";
    background: rgba(45, 40, 54, .9);
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.testimonials_area .testimonials_item{
    text-align: center;
}
.testimonials_area .testimonials_item p{
    font-size: 15px;
    color: #bbb5c3;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    letter-spacing: .45px;
    padding: 20px 0px 25px 0px;
}
.testimonials_area .testimonials_item h5{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-style: italic;
    font-weight: 400;
    text-transform: inherit;
    padding-bottom: 20px;
	margin: 0;
}
.testimonials_area .testimonials_item h6{
    font-family: Arial;
    color: #d8d78d;
    font-size: 80px;
    line-height: 80px;
	margin-top: 0;
}
/* Clinic Area */
.choose_clinic_area{
    background: #efeef1;
    margin-bottom: 165px;
	overflow: visible !important;
}
.choose_clinic_inner h4{
    padding-bottom: 45px;
    padding-top: 96px;
	margin: 0;
}
.choose_clinic_area .choose_clinic_inner h4 {
    text-align: center;
}
.choose_clinic_inner .choose_clinic_bg{
    background-image: -moz-linear-gradient( 90deg, rgb(113,83,117) 0%, rgb(101,82,143) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(113,83,117) 0%, rgb(101,82,143) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(113,83,117) 0%, rgb(101,82,143) 100%);
    box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    clear: both;
    padding: 75px 0px 65px 0px;
    margin-bottom: -165px !important;
}
.choose_clinic_inner .choose_clinic_bg .choose_clinic_item{
    max-width: 260px;
    margin: auto;
    text-align: center;
}
.choose_clinic_inner .choose_clinic_bg .choose_clinic_item p:first-child {
    text-align: center;
}
.choose_clinic_inner .choose_clinic_bg .choose_clinic_item h4{
    font-size: 18px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    letter-spacing: .54px;
    padding-top: 20px;
    padding-bottom: 5px;
    text-align: left;
	margin: 0;
}
.choose_clinic_inner .choose_clinic_bg .choose_clinic_item p{
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #b7b1b8;
    text-align: left;
}
/* Award Varification */
.award_varification_area{
    background: #f7f6f8;
    padding: 85px 0px;
}
.award_slider_inner h4{
    padding-bottom: 36px;
	margin-top: 0;
}
.award_slider_inner .award_slider .item{
    line-height: 107px;
    display: inline-block;
	height: 107px;
}
.award_slider_inner .award_slider .item img{
    width: auto;
    line-height: 100px;
    display: inline-block;
}
/* Partner Area */
.partner_area{
    overflow: hidden;
    clear: both;
    background: #3c2d3b;
}
.partner_area .partner_left{
    width: calc(50% + 214px);
    float: left;
    overflow: hidden;
    background: #624d65;
    padding: 100px 0px;
}
.partner_area .partner_left .partner_image{
    max-width: 800px;
    float: right;
}
.partner_area .partner_left .partner_image .media .media-left{
    padding-right: 50px;
}
.partner_area .partner_left .partner_image .media .media-body{
    padding-right: 55px;
}
.partner_area .partner_left .partner_image .media .media-body h4{
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 5px;
	margin: 0;
}
.partner_area .partner_left .partner_image .media .media-body h5{
    font-size: 16px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: inherit;
    opacity: .56;
    font-weight: 400;
    letter-spacing: .48px;
	margin: 0;
}
.partner_area .partner_left .partner_image .media .media-body h6{
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .54px;
    text-transform: inherit;
    font-weight: 400;
    padding-top: 22px;
	margin: 0;
}
.partner_area .partner_left .partner_image .media .media-body p{
    font-size: 15px;
    color: #bfbbc0;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    letter-spacing: .45px;
    padding: 10px 0px 30px 0px;
}
.partner_area .partner_right{
    width: calc(50% - 214px);
    float: right;
    overflow: hidden;
}
.partner_area .partner_right .partner_count{
    max-width: 370px;
    padding-left: 70px;
}
.partner_area .partner_right .partner_count .media{
    margin-top: 30px;
}
.partner_area .partner_right .partner_count .media:first-child{
    margin-top: 52px;
}
.partner_area .partner_right .partner_count .media .media-left{
    padding-right: 40px;
    vertical-align: middle;
}
.partner_area .partner_right .partner_count .media .media-body h4{
    color: #fff;
    font-size: 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 60px;
	margin: 0;
}
.partner_area .partner_right .partner_count .media .media-body p{
    color: #b0aeb1;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    letter-spacing: .45px;
    text-transform: uppercase;
    line-height: 26px;
}
.contentPadding.style_back{
    padding: 67px 0px;
}
.contentPadding.style_back .bannerTitle .cell-view h2{
    font-size: 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    line-height: 55px;
}
.contentPadding.style_back .bannerTitle .cell-view p{
    font-size: 25px;
    font-family: 'PT Serif', serif;
    color: #ebebeb;
    font-style: italic;
    font-weight: 400;
    max-width: 525px;
}
.new_pataient .verAlign h4{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
/* green home slider */

.home_main_slider:before{
    content: "";
    background: url(./assets/images/slider_shadow.png) no-repeat scroll center center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 294px;
    z-index: 5;
}

.home_main_slider.green_slider:before{
    background: url(./assets/images/green-shadow.png) no-repeat scroll center center;
}
.home_main_slider.middle_slider:before{
    display: none;
}
.home_main_slider.green_slider .rev_slider .tp-revslider-mainul li .slider_text_box .secand_text.big_s_text{
    text-align: center !important;
}
.home_main_slider.middle_slider .rev_slider .tp-revslider-mainul li .slider_text_box .secand_text.big_s_text{
    text-align: center !important;
}
.slider_btn.s_btn2{
    background: #d1d094;
    color: #76704c;
}
.slider_btn.s_btn2:hover{
    background: #f8b864;
    color: #fff;
}
.light.h4 {
    color: #ffffff;
    margin-top: 0;
}
.personeContent.normall h4.h4.as  {
    margin: 0;
}
.responsibe .articleWrapper h5,
.workingTitle h5{
	margin-top: 0;
}
.articleW h4.h4 {
    margin: 0;
}
.articleW h5{
	margin-top: 0;
}
.responsibe .articleWrapper h4.h4.as,
.woocommerce-billing-fields .section_header.color h4,
.right-checkout.orderWrapper .section_header.color h4 {
    margin: 0;
}

/* Home page five */

.wel_image{
    box-shadow: 0px 3px 46px 0px rgba(0, 0, 0, 0.29);
    display: inline-block;
    position: relative;
    z-index: 2;
}
.wel_image:hover:after{
    border-width: 0 0 76px 76px;
}
.wel_image:before{
    content: "";
    background: url(assets/images/well-image-border.png) no-repeat scroll center center;
    position: absolute;
    bottom: 8px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 90px;
}
.wel_image:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent rgba(255, 255, 255, .6) transparent;
    position: absolute;
    right: 20px;
    bottom: 20px;
    transition: all 300ms linear;
}

.well_five_area .welcome_text_inner{
    width: 100%;
    max-width: none;
}
.well_five_area .welcome_text_inner h4 span{
    color: #846e87;
}
.well_five_area .well_count_area{
    background: #624d65;
    overflow: hidden;
    text-align: center;
    padding: 30px 0px 25px 0px;
    margin-top: 12px;
}
.well_count_area .well_count_item{
    width: calc(100% / 3);
    float: left;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.well_count_area .well_count_item:before{
    content: "";
    height: 60px;
    width: 1px;
    background: #817184;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.well_count_area .well_count_item h4{
    color: #fff;
    font-size: 45px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
	margin: 0
}
.well_count_area .well_count_item h4 span{
    color: #fff;
    font-size: 45px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.well_five_area .well_count_area .well_count_item h4 span{
    color: #fff;
}
.well_count_area .well_count_item h5{
    color: #fff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    letter-spacing: .45px;
    padding-top: 15px;
	margin-top: 0;
}
.welcome_to_area.well_five_area{
    padding-top: 0px;
}
.details_info{
    background: #fff;
    margin-top: -60px;
    position: relative;
    z-index: 5;
    margin-bottom: 100px !important;
}
.details_info .media{
    padding: 30px 0px;
}
.details_info .col-md-3:first-child .media{
    padding-left: 35px;
}
.details_info .col-md-3:nth-child(2) .media, 
.details_info .col-md-3:nth-child(3) .media, 
.details_info .col-md-3:nth-child(4) .media{
    margin-left: -7px;
}
.details_info .media .media-left{
    padding-right: 20px;
    vertical-align: middle;
}
.details_info .media .media-body{
    vertical-align: middle;
}
.details_info .media .media-body h4{
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .28px;
    color: #898989;
	margin: 0;
}
.details_info .media .media-body h5{
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .28px;
    color: #898989;
    text-transform: inherit;
	margin-top: 0;
}

.our_service_area{
    background: #e9e6e6;
}
.our_service_area .ThumbnailWrapper.style2{
    max-width: none;
    margin-bottom: 30px;
}
.our_service_area .our_s_inner{
    margin-bottom: -30px;
    overflow: hidden;
    clear: both;
}
.our_service_area .ThumbnailWrapper .imgWrapper{
    margin-bottom: 0px;
}
.our_service_area .ThumbnailWrapper .imgThumbnail:hover:after {
	-webkit-transform: scale(2);
	transform: scale(2);
}
.our_service_area .ThumbnailWrapper .service_text{
    background: #fff;
    padding: 30px 35px 30px 35px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.our_service_area .ThumbnailWrapper .service_text p{
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #898989;
    letter-spacing: .45px;
}
.our_service_area .ThumbnailWrapper .service_text .s_read_mor{
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    color: #f8b864;
    letter-spacing: .45px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 300ms linear;
}
.our_service_area .ThumbnailWrapper .service_text .s_read_mor:hover{
    text-decoration: underline;
}

.about_clinic_area{
    background: #624d65;
    padding: 100px 0px;
}
.sec_in_title h3{
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    letter-spacing: .84px;
    font-weight: bold;
    padding-bottom: 45px;
	margin-top: 0;
}
.about_clinic_area .about_our_text img{
    max-width: 100%;
}
.about_clinic_area .about_our_text h5{
    padding-top: 45px;
    color: #fff;
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    text-transform: inherit;
    font-weight: bold;
    letter-spacing: .66px;
    padding-bottom: 12px;
	margin: 0;
}
.about_clinic_area .about_our_text p.no_margin_about {
    margin-bottom: 0;
    line-height: 0;
}
.about_clinic_area .about_our_text p{
    font-size: 15px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .33px;
    color: #fff;
}

.choose_collaps.home_five_accor .panel-default {
    border-radius: 0px;
    margin-top: 10px;
}
.choose_collaps.home_five_accor .panel-default:first-child {
    margin-top: 0px;
}
.choose_collaps.home_five_accor .panel-default .vc_tta-panel-heading {
    padding: 0px;
    border-radius: 0px !important;
    border: none !important;
	margin-top : 0 !important;
	margin-bottom : 0 !important;
}
.choose_collaps.home_five_accor .panel-default .vc_tta-panel-heading .vc_tta-panel-title {
    line-height: normal;
    text-transform: inherit;
}
.choose_collaps.home_five_accor .panel-default .vc_tta-panel-heading  .vc_tta-panel-title a{
    font-size: 16px;
    line-height: 54px;
    color: #13304f;
    font-family: 'Raleway', sans-serif;
    text-transform: inherit;
    font-weight: normal;
    padding: 0px 34px;
    background: #f9f9fd;
    display: block;
}
.choose_collaps.home_five_accor .panel-default .vc_tta-panel-heading  .vc_tta-panel-title a span{
    color: #13304f;
    font-family: 'Raleway', sans-serif;
	font-weight: normal;
}
.choose_collaps.home_five_accor .panel-default.vc_active .vc_tta-panel-heading .vc_tta-panel-title a{
    font-size: 16px;
    line-height: 54px;
    color: #13304f;
    font-family: 'Raleway', sans-serif;
    text-transform: inherit;
    font-weight: normal;
    padding: 0px 34px;
    background: #fff;
    display: block;
}
.choose_collaps.home_five_accor .panel-default .panel-body {
    border: none !important;
    background: #fff;
    padding: 10px 34px 50px 34px !important;
    color: #8f8f8f;
    font-size: 15px;
    line-height: 32px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .45px;
}
.choose_collaps.home_five_accor .panel-default .vc_tta-panel-body {
    padding: 0 !important;
	border: none !important;
}


.view_gallery{
    background: #3e3849;
    padding: 90px 0 230px 0;
}
.view_gallery .pull-left h4{
    font-size: 28px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    letter-spacing: .84px;
    padding-bottom: 50px;
	margin-top: 0;
}
.view_btn{
    color: #403c48;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 38px;
    padding: 0px 24px;
    display: inline-block;
    background: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .42px;
    border-radius: 18px;
    transition: all 300ms linear;
}

.container.custome_container{
    padding-left: 15px;
    padding-right: 15px;
}
.view_btn:hover{
    color: #fff;
    background: #624d65;
}
.special_offer_area{
    padding-bottom: 100px;
}
.special_offer_area .special_offer_inner{
    margin-top: -130px;
}
.special_offer_area .special_left_content{
    margin-right: -30px;
    background: #d1d094;
    min-height: 429px;
    padding: 60px 50px 0px 50px;
}
.row.m0{
    margin: 0px;
}
.special_offer_area .special_left_content h6{
    font-family: "segoe";
    font-style: italic;
    text-transform: inherit;
    font-size: 25px;
    color: #000000;
	margin: 0;
}
.special_offer_area .special_left_content h5{
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #000;
    line-height: 60px;
    text-transform: inherit;
    padding: 0px 0px 15px 0px;
	margin: 0;
}
.special_offer_area .special_left_content h5 span{
    font-weight: 500;
}
.special_offer_area .special_left_content p{
    font-size: 15px;
    line-height: 26px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 40px;
}
.special_offer_area .special_left_content .view_btn{
    padding: 0px 31px;
}
.special_offer_area .special_image img{
    max-width: 100%;
}
.contentPadding.latest_blog{
    overflow: hidden;
}
.contentPadding.bgShadow30.bg{
    overflow: hidden;
}
.contentPadding.bgShadow30.bg .cell-view p {
    line-height: 32px;
}
.bullet-right .simple-article ul li{
	margin-bottom: 8px;
}
.bullet-right .simple-article ul li:before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(assets/images/list-check.png) no-repeat center center;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
img.size-full,
img.alignnone,
figure img {
    max-width: 100%;
}

.no_padd_margin {
    padding: 0 !important;
}
.noMargin {
    margin: 0 !important;
}

.simple-article.normall.sd-content ul li:before{
	background:none;
	content:none;
}
.marginTop .as{
	margin-top: 0;
}
.wpb_text_column .marginBottom35 .as {
    margin-bottom: 35px;
}
.marginBottom35 .as {
    margin-bottom: 35px;
}
.fontWt700{
	font-weight: 700;
}
.fontWt400{
	font-weight: 400;
}
.as.extraLight.fontWt400{
	font-weight: 400;
}
.contactUsBlock .textAlignLeft {
    text-align: left;
}
.o_staf_item_text p.noExtraPRo {
    padding: 0;
}
.appointmentContact .simple-input {
    height: 38px;
}
.appointmentContact textarea.simple-input {
    height: 154px;
}
.wpb-js-composer .AccordPadding .vc_tta-container {
    margin-bottom: 0;
}
.spanBlod span.NoclassSpan {
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0.05px;
}
.as.TextTransform {
    text-transform: capitalize;
    font-weight: 700;
}
.TextTransform .as {
    text-transform: capitalize;
    font-weight: 700;
}
.spandisplayBlock span {
    display: block;
}
.text_block.wpb_text_column .contactP p {
    margin-bottom: 0;
}
.text_block.wpb_text_column .contactInfo.infoP p {
    margin-bottom: 0;
}
.appointmentDesign .ea-bootstrap a{
	color: #c7abcb;
}
.appointmentDesign .ui-datepicker .ui-datepicker-current-day {
    background-color: #624d65;
}
.appointmentDesign .ea-bootstrap a:hover,
.appointmentDesign .ui-datepicker td:hover a{
	color: #624d65;
}
.MobileHeader nav ul li ul li:last-child {
    border-bottom: 0;
}
.MobileHeader .responsiveWrapper nav ul li ul li {
	border-bottom: 1px solid #e1e1e1;
}
.MobileHeader .middble_menu_area .headerBottomInfo .responsiveWrapper .navScroll nav > ul > li > a {
    display: block;
}
.appointmentDesign .ea-bootstrap .disabled .block {	
	opacity: 1;   
	background-color: transparent;
}
.contactUsBlock.brownBack {
    background-color: #624d65;
}
.contactUsBlock.khakiBack {
    background-color: #d1d094;
}
.button.backYellow {
    background: #f8b864;
    color: #ffffff;
	width: 100%;
}
.button.backYellow:hover {
    background: #d1d094;
}
.button.backYellow.transp{
	background: transparent;
	border: 1px solid #ffffff;
}
.button.backYellow.transp:hover{
	background: #d1d094;
	border: 1px solid #d1d094;
}
.button.yellowBack{
	background: #d1d094;
}
.button.yellowBack:hover{
	background: #f8b864;
}

@media(max-width:1094px){
	.headerTopInfo:before{
		border-radius:0!important;
	}
	.headerTopInfo:after{
		border-radius:0!important;
	}
}