3/*global style*/
body{
	color: #424242;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 26px;
    font-size: 16px;/*
    background-color: #f7f7f7;*/
}
p{
	margin-bottom: 10px;
}
a:hover,
a:focus{
	text-decoration: none;
	outline: none;
}
img{
	max-width: 100%;
	height: auto;
}
.list-inline{
	margin: 0;
	padding: 0;
	outline: none;
}
label{
	margin-bottom: 10px;
}
dd{
	margin-left: 30px;
	font-weight: 300;
}
address{
	font-weight: 300;
	font-style: italic;
}
section{
	overflow: hidden;
}


/*heading style*/
h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	margin-bottom: 20px;
	color: #212121;
	font-weight: 600;
}
h1 {
    font-size: 46px;
    line-height: 55px;
    margin-bottom: 30px;
}
h2 {
    font-size: 36px;
    line-height: 42px;
}
h3 {
    font-size: 27px;
    line-height: 32px;
}
h4 {
    font-size: 24px;
    line-height: 29px;
}
h5 {
    line-height: 26px;
    font-size: 22px;
}
h6 {   
 font-size: 18px;
 line-height: 22px;
}
.lead{
    font-size: 22px;
    line-height: 34px;
}
iframe{
	max-width: 100%;
	height: auto;
	min-height: 360px;
}
.post-title,
.post-title a{
	color: #212121;
}
.bold{
	font-weight: 600;
}
.semibold,
strong{
	font-weight: 600;
	color: #212121;
}
.regular{
	font-weight: 400;
}
.thin{
	font-weight: 300;
}
.custom-container{
	max-width: 1500px;
	overflow: hidden;
	padding: 0 50px;
}
.fix {overflow:hidden}
/*Form style*/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea{
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #b8b8b8;
	border-radius: 2px;
	line-height: 35px;
    margin-bottom: 10px;
	padding: 0 22px;
	vertical-align: top;
	width: 100%;
	font-weight: 600;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus{
	border-color: #424242;
	box-shadow: none;
	outline: 0 none;
	color: #8e542f;
}
 textarea{
 	resize: none;
 }

/*button style*/
textarea {
    resize: none;
    height: 120px;
}
.sub-header-content {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #222;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
button,
input[type="submit"],
input[type="reset"] {
    border-radius: 3px;
    letter-spacing: 0.08em;
    line-height: 35px;
    padding: 0 30px;
    color: #fff;
    text-transform: uppercase;
    background: #d4af37;
    border: 1px solid #d4af37;
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
    border-radius: 3px;
    letter-spacing: 0.08em;
    line-height: 35px;
    padding: 0 30px;
    color: #fff;
    text-transform: uppercase;
    background: #b39638;
    border: 1px solid #b39638;
}

/*.btn-primary*/
.btn{
	line-height: 44px;
	padding: 0 30px 0 30px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	position: relative;
}
.btn i{
	font-size: 22px;
	margin-left: 10px;
	vertical-align: middle;
	font-weight: 400;
}
.btn .icon_position-left{
	margin-right: 10px;
	margin-left: 0;
}
.btn-block{
	display: block;
	margin-left: 0;
	margin-right: 0;
}
.btn-lg{
	line-height: 50px;
	font-size: 15px;
}
.btn-xl{
	line-height: 60px;
	font-size: 16px;
	padding: 0 30px;
}
.btn-sm{
	line-height: 32px;
	padding: 0 22px;
	font-size: 10px;
}
.btn-xs{
	line-height: 29px;
	padding: 0 10px;
	font-size: 10px;
}
.btn-default{
	background-color: transparent;
	border-color: #424242;
	color: inherit;
}
.has-darkbg .btn-default{
	border-color: #fff;
}
.btn-default:hover,
.btn-default:focus{
	background-color: #424242;
	border-color: #424242;
	color: #fff;
}
.btn-primary{
	background-color: #ff4f5c;
	border-color: #ff4f5c;
}

.header-nav .btn:hover,
.header-nav .btn:focus{
	background-color: #e51b2a !important;
	border-color: #e51b2a !important;
}

.btn-primary-alt{
	border-color: #ff4f5c;
	color: #ff4f5c;
	background-color: transparent;
}
.btn-primary-alt:focus,
.btn-primary-alt:hover{
	border-color: #ff4f5c;
	background-color: #ff4f5c;
}

/*.btn-dark*/
.color-bg .btn-primary,
.input-group .btn.btn-dark,
.btn-dark{
	background-color: #424242;
	border-color: #424242;	
	color: #fff;
}
.color-bg .btn-primary:focus,
.color-bg .btn-primary:hover,
.btn-dark:focus,
.btn-dark:hover{
	background-color: #333;
	border-color: #333;
}
.btn-dark-alt{
	background-color: #fff;
	border-color: #000;
	color: #000;
}
.btn-dark-alt:focus,
.btn-dark-alt:hover{
	background-color: #000;
}


/*Text Butto*/
.text-button-sm {
	display: inline-block;
	font-size: 10px;
	letter-spacing: 0.08em;
	line-height: 12px;
	text-transform: uppercase;
}
.text-button {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}
.text-button-lg{
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
}
.text-button-sm i,
.text-button i,
.text-button-lg i{
	margin-left: 10px;
}
/*Padding*/
.padding-left-zero{
	padding-left: 0;
}
.padding-right-zero{
	padding-right: 0;
}
.section-bottom-padding,
.section-no-padding,
.padding-top-zero{
	padding-top: 0 !important;
}
.section-top-padding,
.section-no-padding,
.padding-bottom-zero{
	padding-bottom: 0;
}
.no-padding{
	padding-left: 0;
	padding-right: 0;
}
.section-padding-large{
	padding-top: 150px !important;
	padding-bottom: 150px;
}
.section-padding-normal,
.section-padding{
	padding-top: 100px !important;
	padding-bottom: 100px;
}
.section-padding-small{
	padding-top: 70px !important;
	padding-bottom: 70px;
}
.padding-large-top-bottom{
	padding: 150px 0;
}
.padding-large-top{
	padding-top: 150px !important;
}
.padding-large-bottom{
	padding-bottom: 150px;
}
.padding-small-top-bottom{
	padding: 80px 0;
}
.padding-small-top{
	padding-top: 80px;
}
.padding-small-bottom{
	padding-bottom: 80px;
}
.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{
	padding-top: 0 !important;
}
/*section class*/
.alt-bg{
	background-color: #ebebeb;
}
.light-bg{
	background-color: #f7f7f7;
}
.dark-bg{
	background-color: #424242;
}
.light-dark-bg{
	background-color: #212121;
}
.gray-bg{
	background-color: #f5f5f5;
}
.white-bg{
	background-color: #fff;
}
.overlay{
	box-shadow:  0 0 0 1000px rgba(0,0,0,.5) inset;
	z-index: 99;
}
.light-overlay{
	box-shadow:  0 0 0 1000px rgba(255,255,255,.5) inset;
}
.color-overlay{
	box-shadow:  0 0 0 1000px rgba(255,79,2185,.5) inset;
}
.has-darkbg .title-small,
.has-darkbg .semibold,
.has-darkbg strong,
.has-colorbg h1,
.has-colorbg h2,
.has-colorbg h3,
.has-colorbg h4,
.has-colorbg h5,
.has-colorbg h6,
.has-colorbg a,
.has-colorbg,
.has-darkbg h1,
.has-darkbg h2,
.has-darkbg h3,
.has-darkbg h4,
.has-darkbg h5,
.has-darkbg h6,
.has-darkbg p,
.has-darkbg a,
.has-darkbg{
	color: #fff;
}

/*Color*/
.overlay,
.color-overlay,
.btn-primary-alt:focus,
.btn-primary-alt:hover,
.btn-primary:focus,
.btn-dark:focus,
.btn-info:focus,
.btn-primary-alt:focus,
.btn:hover,
.color-bg,
.color-bg a,
.color-bg a:hover,
.color-bg > *,
.dark-overlay,
.dark-overlay > *,
.color-overlay,
.color-overlay > *,
.dark-bg a,
.dark-bg,
.dark-bg > *{
	color: #fff;
}

/*Transitions*/
.testimonial-item,
.border-box,
.tagcloud a,
.product-owl-active2 .owl-buttons div,
.team-image-holder img,
.blog-single-item,
.post-thumbnail img,
.post-thumbnail:after,
.team-image-holder:after,
.single-team-member,
.product-owl-active .owl-buttons div,
.sub-header-slider .owl-buttons div,
.blog-post-slide .owl-buttons div,
.fixed-header .main-menu,
.is-sticky .main-menu .logo-dark,
.grid-item:after,
.grid-item-content,
.main-menu .logo,
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
a:hover,
.btn{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/*.selectize-input*/
.selectize-input {
	border: 1px solid #e5e5e5;
	box-shadow: none;
	box-sizing: border-box;
	line-height: 42px;
	overflow: hidden;
	padding: 0 26px 0 12px;
	width: 100%;
	z-index: 1;
}
.selectize-control,
.selectize-input{
	height: 42px;
}
/*Display Position*/
.display-flex{
	display: flex;
	width: 100%;
	height: 100%
}
.vertical-align-middle{
	display: flex;
	vertical-align: middle;
}

/*topbar*/
.topbar-info{
	display: none;
}
.topbar-toggle-icon{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
}
.topbar{
	overflow: hidden;
	padding: 10px 50px;
}
.topbar-menu {
	text-align: right;
}
.topbar-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}
.topbar-menu ul li{
	display: inline-block;
	padding: 0 5px;
}
.topbar-menu ul a,
.topbar p {
	font-size: 12px;
	margin: 0;
}
.topbar-menu li a:last-child {
    padding-right: 0;
}
/*header*/
header{
	background-color: #000;
	border-bottom: 1px solid #251e1e;

}

.fixed-header {
	background-color: transparent;
	border-bottom: 0 ;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}
.fixed-header .logo a,
.fixed-header .logo{
	line-height: inherit;
}
.logo,
.logo-dark{
	margin-bottom: 0;
}
.logo-dark,
.logo{
	line-height: 50px;
}
.logo-area{
	margin: -5px 0 0px;
	float: right;
}
.fixed-header .is-sticky .header-search-form,
.fixed-header .is-sticky .main-menu .logo-dark{
	display: block;
} 
.fixed-header .header-search-form,
.fixed-header .is-sticky .main-menu .logo{
	display: none;
} 
.fixed-header .logo{
	display: block;
}
.fixed-header .logo-dark{
	display: none;
}
header .logo,
header .logo-dark{
	position: relative;
	z-index: 9;
}
header .logo{
	display: none;
}
.is-sticky .main-menu {
	width: 100%;
	z-index: 99999;
	border-bottom: 0;
	background-color: #000;
	box-shadow: 0 1px 8px -5px gray;
	-webkit-box-shadow: 0 1px 8px -5px gray;
}
.leaflet-container img{
	max-width: 300px !important;
}
.leaflet-container .leaflet-popup-content a{
	display: block;
	padding: 30px;
}
.fixed-header .is-sticky .header-nav .menu > li > a{
	color: #fff;
	line-height: 50px;
}
.fixed-header .is-sticky .main-menu .row > div,
header .main-menu .row > div{
	padding-top: 5px;
	padding-bottom: 5px;
}
.fixed-header .main-menu .row > div{
	padding-top: 40px;
	padding-bottom: 40px;
}
.is-sticky .header-nav .menu > li > a{
	color: #fff
}
.is-sticky .header-nav .cssmenu ul ul li a{
	padding: 20px;
}
.is-sticky .header-nav .menu > li > a:hover{
	color: #fff !important;
}
.fixed-header .header-nav .menu > li > a{
	color: #fff;
	padding: 0 18px;
	line-height: 40px;
}
.advance-search-content,
.main-menu{
	padding: 0 0 0 100px;
}
.advance-search-content{
	padding-top: 240px;
}
.pr-0{padding-right:0px !important;}
.header-search-form:after,
.header-search-form:before{
	content: "";
	height: 100%;
	width: 1px;
	background-color: #e5e5e5;
	position: absolute;
	left: 0;
	top: 0;
}
.header-search-form:after{
	left: auto;
	right: 0;
}
.header-search i {
	position: absolute;
	right: 10px;
	top: 20px;
	cursor: pointer;
}
.header-search input[type="text"] {
	border: 0 none;
	font-size: 18px;
	line-height: 60px;
	margin-bottom: 0;
	max-width: 78% !important;
	padding: 0 10px;
	font-weight: 400;
}
.header-search input[type="submit"] {
	background: transparent;
	border: 0;
	border-radius: 0;
	border-width: 1px 0;
	line-height: 60px;
	margin-left: -3px;
	margin-right: 0;
	padding: 0 30px;
	max-width: 60px;
	text-indent: -9999px;
}
.cssmenu ul ul li a:hover,
.header-nav .menu > li > a:hover{
	color: #fff;
}
.header-nav .btn {
    color: #ffffff !important;
    line-height: 40px !important;
    padding: 0 20px !important;
    margin-bottom: 0;
    border:none;
    font-weight: 400;
}
.header-nav .btn i {
    font-size: 15px;
    margin-left: 0;
    margin-right: 10px;
}
.header-advance-search{
	min-height: 470px;
	background: url("../images/advance-search-bg.jpg") no-repeat scroll center center / cover ;
	position: relative;
}
.advance-search-form {
	background: #ffffff;
	border-radius: 2px;
	max-width: 908px;
	padding:10px;
	margin-bottom: 20px;
	color: #212121;
}
.advance-search-form .input-type-text input[type="text"]{
	margin-bottom: 0;
	line-height: 40px;
	border: 0;
	color: #212121;	
	width: 100%;
	padding-left: 10px;
	padding-right: 35px;
}
.advance-search-form .input-type-text,
.advance-search-form .age,
.advance-search-form .catagory,
.advance-search-form .search-btn{
	float: left;
}
.advance-search-form .age,
.advance-search-form .catagory,
.advance-search-form .input-type-text {
	padding: 0 15px;
	line-height: 42px;
}
.advance-search-form .age {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.advance-search-form .catagory{	
	border-right: 1px solid #d9d9d9;
}
.advance-search-form .btn{
	margin: 0;
	padding: 0 25px;
	line-height: 40px;
	font-size: 14px;
}
.header-advance-search i{
	margin-right: 0;
}
.advance-search-form .catagory .selectize-input.full,
.advance-search-form .age .selectize-input.full {
    background-color: transparent;
    padding:0 0 0 5px;
	line-height: 25px;
	font-size: 12px;
}
.advance-search-form .catagory .selectize-input.full{
	min-width: 100px;
}
.advance-search-form .age .selectize-input.full{
	min-width: 75px;
}
.advance-search-form .selectize-control {
    margin-bottom: 0;
}
.advance-search-form .selectize-input{
	line-height: 40px !important;
	min-height: 40px;
	color: #212121;
	border: 0;
}
.advance-search-form .selectize-input > *{

}
.advance-search-form .selectize-control.single .selectize-input.dropdown-active::after,
.advance-search-form .selectize-control.single .selectize-input::after{
	right: 2px;
	top: 2px;
	font-size: 16px;
}
.advance-search-form .selectize-control.single .selectize-input.input-active,
.advance-search-form .selectize-input{
 	background-color: transparent !important;
 }
.selectize-control.single .selectize-input.dropdown-active::after,
.selectize-control.single .selectize-input::after {
	border-style: none;
	display: block;
	font-family: 'fontawesome';
	content: "\f107";
	font-size: 16px;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 3px;
	width: 20px;
	z-index: 999;
	color: #424242;
}
.selectize-control.single .selectize-input.dropdown-active::after{
	content: "\f106";	
}
.selectize-control.single .selectize-input.dropdown-active::after,
.selectize-control.single .selectize-input::after, .selectize-input > * {
	color: #424242;
}
.activities i{
	vertical-align: middle;
	margin-left: 10px;
	font-size: 12px;
}

/*About US*/
.section-title{
    margin-bottom: 50px;
}
.title-small,
.section-title .subtitle{
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	display: block;
}
.about-content {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 80px;
    padding-top: 60px;
}
.about-title {
    padding-right: 70px;
}
.signature{
    margin-top: 40px;
}
.vision-mision{
    padding-top: 100px;
    padding-bottom: 110px;
    border-bottom: 1px solid #d9d9d9;
}
.vision-content-heade {
    margin-bottom: 55px;
}
.vision-content-heade h2 {
    font-size: 46px !important;
    font-style: normal !important;
}

.vision-mision-content{
    background-color: #ffd34c;
    padding-left: 115px;
    padding-right: 115px;
    padding-top: 70px;
}
.vision-mision-content h2 {
	color: #fff;
	font-size: 74px;
	font-style: italic;
	line-height: 55px;
}
.vision-title{
    padding-bottom: 45px;
}
.vision-title h6{
	margin-bottom: 20px;
}
.vision-mision-content .vision-title:last-child{
	padding-bottom: 70px;
}
.white-border{
	margin: 0 auto;
	clear: both;
	height: 2px;
	width: 95px;
	background-color: #fff;
	display: inline-block;
}


/*team-area*/
.team-area{
    padding-top: 70px;
    padding-bottom: 130px;
}
.blog-feeds .owl-dots{
	text-align: center;
}
.blog-single-item:hover,
.single-team-member:hover{
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);
}
.team-image-holder{
    position: relative;
    overflow: hidden;
}
.blog-single-item:hover .post-thumbnail:after,
.single-team-member:hover .team-image-holder:after{
	opacity: 1;
}
.post-thumbnail:after,
.team-image-holder:after {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
}
.blog-single-item:hover .post-thumbnail img,
.single-team-member:hover .team-image-holder img {
	transform: scale(1.1);
}
.team-image-holder .surname {
    bottom: 12px;
    left: 30px;
    z-index: 9;
    padding: 4px 10px;
    position: absolute;
}
.team-content{
    padding: 26px;
}
.single-team-member .social-icon{
    background-color: #ebebeb;
}
.single-team-member p{
    font-size: 14px;
}
.single-team-member p:last-child{
    margin-bottom: 0;
}
.single-team-member .social-icon{
    padding: 5px 26px;
} 
.single-team-member .social-icon a{
    margin-right: 10px;
}

/*contact-form*/
.contact-area{
    padding-top: 60px;
    padding-bottom: 80px;
}
.contact-area .section-title{
    margin-bottom: 75px;
}
.contact-area .section-title h2{
    font-size: 46px;
}
.contact-form{
    padding: 45px;
}
.contact-form .selectize-control,
.contact-form .selectize-input{
    height: 50px;
    border-color: #b8b8b8;
}
.contact-form textarea {
    height: 212px;
}
.contact-form .selectize-control.single .selectize-input.dropdown-active::after,
.contact-form .selectize-control.single .selectize-input::after{
	font-size: 18px;
	right: 8px;
}
.contact-us-info h4{
	margin-bottom: 0;
}
.contact-us-info li{
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}
.contact-form .btn{
	margin-top: 30px;
	margin-bottom: 30px;
}
.contact-form .selectize-dropdown, 
.contact-form .selectize-input,
.contact-form .selectize-input input{
	font-size: 16px !important;
	text-transform: capitalize !important;
}
.contact-form .selectize-dropdown-content > .option{
	font-size: 16px !important;
	text-transform: capitalize !important;
	padding: 8px 10px !important;
}
.selectize-dropdown-content{
	height: auto !important;
	max-height: 300px;
}

.map-tab-area ul li a{
	color: #222;
	text-align: center;
  	padding: 5px 10px;
}

.map-tab-area ul{
	margin-bottom: 40px;
}
.map-tab-area ul li{
	border: 0; 
}
.map-tab-area ul li {
    margin-right: 3px;
}
.map-tab-area ul li a {
    border: 0 none;
    border-radius: 0;
}
.map-tab-area .tab-content{
	width: 100%;
	background: none;
}
.map-tab-area {
	min-height: 400px;
	width: 100%;
}
#google-map2,
#google-map3,
#google-map4,
#google-map{
    width: 100%;
    height: 365px;
    display: block;
}



/*footer*/
footer h4,
footer h5{
	color: #fff;
}
footer{
	background-color: #424242;	
    float: left;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.footer-logo{
	margin-bottom: 0;
}
.logo-social-icon .social-icon{
	text-align: right;
}
.copyright{
	background-color: #242424;
	font-size: 12px;
	padding: 18px 0 25px;
}
.copyright li a,
.copyright{	
	color: #777777;
}
.footer-menu{
	text-align: right;
	padding: 10px 0;
}
.copyright p{
	margin-bottom: 0;
	padding: 10px 0;
}
.logo-social-icon {
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding: 30px 0;
}
footer .social-icon h4{
	margin: 0;
	font-weight: 300;
}
footer .social-icon  a{
	font-size: 25px;
	padding: 0 3px;
	opacity: .8;
	font-weight: 300;
	position: relative;
	top: 4px;
}
footer .social-icon  a:hover,
footer .social-icon  a:focus{
	opacity: 1;
}
footer .social-icon{
	padding: 17px 0;
	text-align: right;
}
.footer-widget-area{
	padding: 40px 0 40px;
}
.footer-widget{
	font-size: 14px;
}
.footer-widget ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.footer-widget li{
	padding-bottom: 8px;
}
.footer-widget li:last-child{
	padding-bottom: 0;
}
.footer-widget p{
	padding-right: 45px;
}
.scrolltop {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 2px;
	display: block;
	font-size: 22px;
	height: 45px;
	line-height: 36px;
	margin: 0 auto;
	width: 45px;
}



/*subscribe-form*/
/*.subscribe-form {
	margin: 0 auto;
	max-width: 700px;
	text-align: center;
}*/
.input-group {
	width: 100%;
}
.input-group input[type="text"],
.input-group input[type="email"], 
.input-group input[type="password"] {
	background-color: transparent;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	color: #333333;
	display: inline-block;
	max-width: 66%;
}
.input-group .btn {
	border-bottom-left-radius: 0;
	border-left: 0 none;
	border-top-left-radius: 0;
	line-height: 48px;
	margin-left: -10px;
}
/*star rating*/
.star-rating::before {
    float: left;
    left: 0;
    position: absolute;
    top: 0;
    content: '\e913\e913\e913\e913\e913';       
    -webkit-font-smoothing: antialiased;
    font-family: 'pebble';

}
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.1em;
    line-height: 1em;
    font-size: 18px;
    width: 104px;
    font-family: 'pebble';
    display: inline-block;
    letter-spacing: 3px;
}
.star-rating span::before {
    content: "\e92f\e92f\e92f\e92f\e92f";
    left: 0;
    position: absolute;
    top: 0;
     font-family: 'pebble';
     -webkit-font-smoothing: antialiased;  

}
.star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}
/*Blog*/
.post-thumbnail{
	position: relative;
	overflow: hidden;
}
.widget .post-date {
    display: block;
    font-style: italic;
}
.post-date ul li i {
    margin-right: 10px;
}
.post-date li i {
    margin-right: 10px;
}
.post-date li:first-child {
    font-weight: 600;
}
.advice {
    bottom: 20px;
    font-size: 12px;
    left: 30px;
    letter-spacing: 1px;
    padding: 2px 10px;
    position: absolute;
    z-index: 9;
}
.post-content {
    padding: 30px;
}
.post-content p {
    margin-bottom: 0;
}
.blog-single-item .social-icon {
    background: #ebebeb none repeat scroll 0 0;
    padding: 8px 30px;
}
.blog-single-item .social-icon li:last-child {
	font-size: 12px;
	font-weight: 600;
}
.blog-single-item .social-icon li:last-child i{
	font-size: 10px;
	font-weight: 400;
}
.blog-single-item h4 a{
	color: #212121;
}
.blog-single-item p{
	font-size: 14px;
	line-height: 22px;
}
.posts-carousel .post-metadata{
	left: 30px;
	position: absolute;
	top: 30px;
	z-index: 9;
	font-weight: 300;
	font-size: 14px;
}
.post-metadata .post-date{
	font-weight: 600;
}
.posts-carousel .post-metadata i{
	margin-right: 10px;
}
.post-pagination ul li a {
	border: 2px solid;
	color: #000;
	display: table-cell;
	height: 48px;
	text-align: center;
	vertical-align: middle;
	width: 48px;
}
.post-pagination ul li a.active,
.post-pagination ul li a:hover{
	color: #fff;
}

.partner-list{
	overflow: hidden;
}
.partner-single-item {
	border: 1px solid #ebebeb;
	padding: 30px 50px;
	margin-right: 18px;
}
.partner-list .owl-item img{
	max-width: 100%;
	width: auto;
	display: inline-block;
}
.partner-single-item :last-child{
	margin-right: 0;
}
.subscribe-area{
	
}
.subscribe-content p {
    margin: 0;
}
.subscribe-content h2 {
    margin-bottom: 10px;
}
.subscribe-form-style2 input[type="text"],
.subscribe-form-style2 input[type="password"],
.subscribe-form-style2 input[type="email"] {
	border-radius: 3px 0 0 3px;
	float: left;
	width: 70%;
	line-height: 48px;
}
.subscribe-form-style2 button,
.subscribe-form-style2 input[type="submit"] {
	border-radius: 0 3px 3px 0;
	float: left;
	width: 30%;
	line-height: 48px;
	margin-left: -1px;
}
/*Blog Single*/

.sub-header-content {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #222;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.frontpage-transparent-header .sub-header-content{
	padding-top: 290px;
}
.sub-header-content .bg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	overflow: hidden;
	z-index: -2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .8;
}
.frontpage-transparent-header .sub-header-content .bg{
	
}
.subscribe-form button:after,
.subscribe-form input[type="submit"]:after,
.breadcrumbs li:after{
	content: "\e911";
	font-family: "pebble";
	line-height: inherit;
	vertical-align: middle;
	margin-left: 14px;
	font-size: 10px;
}
.es_textbox_button{
	width: auto;
}
.subscribe-form button:after,
.subscribe-form input[type="submit"]:after{
	margin-left: 5px;
	font-size: 13px;
	font-weight: 400;
	margin-top: -4px;
	display: inline-block;
}
.breadcrumbs li:last-child:after{
	display: none;
}
.sub-heading h2{
	margin-bottom: 0;
	font-weight: 400;
}
.post-archive-date ul li i {
    font-size: 10px;
    margin-left: 10px;
}
.post-archive-date ul li i.pebble-home {
    font-size: 16px;
    margin-left: 0;
}
.blog-post-single-item h2 {
	font-size: 46px;
	line-height: 55px;
}

.post-archive-date ul{
	padding: 20px 0;
	border-bottom: 1px solid #d9d9d9;
}
.post-meta {
	border-top: 1px solid #d9d9d9;
	padding: 20px 0;
}
.post-meta i{
	margin-right: 10px;
	vertical-align: bottom;
}
.post-meta i.pebble-clender{
	margin-right: 5px;
	font-size: 24px;
	position: relative;
	bottom: -2px;
}

.post-image{
	margin-bottom: 30px;
	display: inline-block;
	clear: both;
}

.blog-post-slide{
	overflow: hidden;
}
.sub-header-slider .owl-buttons div{	
	left: 21.7% !important;
	background: #fff;
	color: #222 !important;
}
.sub-header-slider .owl-buttons div,
.blog-post-slide .owl-buttons div{
	color: #fff;
	font-size: 25px;
	height: 45px;
	left: 0;
	line-height: 45px;
	margin: -25px 0 0 !important;
	opacity: 0;
	padding: 0 !important;
	position: absolute;
	text-align: center;
	top: 50%;
	cursor: pointer;
	width: 45px;
}
.sub-header-slider:hover .owl-buttons div,
.blog-post-slide:hover .owl-buttons div{
	opacity: 1;
}
.sub-header-slider .owl-buttons .owl-next{
	left: auto !important;
	right: 21.7% !important;
}
.sub-header-slider .owl-buttons .owl-next,
.blog-post-slide .owl-buttons .owl-next{
	left: auto;
	right: 0;
}
.post-image .video{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.image-caption{
	display: block;
	padding: 10px 20px;
	background-color: #fff;
}
.blog-post-single-item .lead{
	margin-bottom: 30px;
	font-size: 21px;
}
.related-post{
	margin-bottom: 60px;
}
blockquote {
	border: 0 none;
	margin-bottom: 50px;
	margin-top: 60px;
	padding-bottom: 0;
	padding-left: 110px;
	padding-top: 0;
	position: relative;
}
blockquote:before{
	font-family: "pebble";
	content: "\e90e";
	position: absolute;
	top: 0;
	left: 30px;
	font-size: 54px;
}
blockquote p {
	font-size: 26px;
	font-style: italic;
	font-weight: 400;
	line-height: 42px;
}

.qutoe-author {
	padding-left: 70px;
	position: relative;
}
.qutoe-author:after {
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 12px;
	width: 55px;
}
.photo-gallary{
	margin-bottom: 60px;
	display: inline-table;
}
.photo-gallary h2{
	margin-bottom: 30px;
}
.grid{
	width: 100%;
	display: block;
}
.grid-item {
	float: left;
	margin-bottom: 3px;
	margin-right: 3px;
	position: relative;
}
.grid-item:after {
	background: rgba(255,79,92,.8);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
	opacity: 0;
}
.grid-item:hover .grid-item-content,
.grid-item:hover:after{
	opacity: 1;
} 
.grid-item-content {
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    opacity: 0;
}
.grid-item-content a:hover,
.grid-item-content a {
    color: #fff;
    display: block;
    text-transform: capitalize;
}
.view-gallary {
	font-size: 12px;
	padding-top: 75px;
	text-align: right;
	text-transform: uppercase !important;
}
.sticky .sticky-post{
	font-size: 12px;
	line-height: 30px;
}

.blog-link-listing ol,
.blog-link-listing ul{
	margin-bottom: 45px;
	padding-left: 30px;
}
.list-style-caret ul.a {
    list-style-type: square;
}
.entry-content ul,
.widget .menu,
.widget ul,
.list-style-caret {
    list-style:  none;
    margin-bottom: 0;
}
.entry-content p > ol,
.entry-content > ol,
.entry-content p > ul,
.entry-content > ul{
		margin-bottom: 30px;
}
.comment-body li,
.entry-content ol li{
	font-weight: 300;
	padding-bottom: 15px;
}
.entry-content ul li,
.widget .menu li,
.widget > ul li,
.blog-link-listing li,
.list-style-caret li {
	display: block;
	font-weight: 300;
	padding-bottom: 15px;
	position: relative;
}
.comment-body li:last-child,
.entry-content ol li:last-child,
.entry-content ul li:last-child,
.widget ul li:last-child{
	padding-bottom: 0;
}
.entry-content ul li:after,
.widget .menu li:after,
.widget > ul li:after,
.list-style-caret li:after {
    content: "\e911";
    font-family: "pebble";
    left: -20px;
    position: absolute;
    top: 0;
    font-size: 14px;
}
.entry-content ul li a,
.widget .menu li a,
.widget > ul li a,
.blog-link-listing li a,
.list-style-caret li a{	
	color: #424242;
}
.widget ul li a.rsswidget{
	font-weight: 400;
}
.widget.download-link{
	line-height: normal;
	display: block;
	padding: 20px 20px;
}
.widget.download-link i{
	margin-right: 10px;
	margin-left: 0;
	font-size: 18px;
}
.help .btn i{
	font-size: 16px;
}
.about-company img{
	margin-bottom: 15px;
}
.news-letter p,
.about-company .company-info p:last-child{
	margin-bottom: 0;
}
.widget.social-icons a{
	font-size: 18px;
	display: inline-block;
	width: 30px;
	text-align: center;
}
.rss-date{
	display: block;
	font-style: italic;
	margin-bottom: 5px;
}
.blog-link-listing ol a {
    padding-left: 5px;
}
.blog-table{
	margin-bottom: 70px;
}
.blog-table h2{
	margin-bottom: 30px;
}
.blog-table .table{
	border-top: 2px solid #e1e1e1;
	margin-bottom: 30px;
}
.blog-table .table > thead > tr > th {
    border-bottom: 0 none;
    line-height: 70px;
    padding-bottom: 0;
    padding-left: 22px;
    padding-top: 0;
}
.blog-table thead { background-color: #ffffff;}
.blog-table .table > tbody > tr > td {
    background-color: #f0f0f0;
    border-top: 1px solid #ffffff;
    line-height: 50px;
    padding-bottom: 0;
    padding-left: 22px;
    padding-top: 0;
}
.tag-share{
	padding: 20px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.tag-share .tags{
	word-wrap: break-word;
}
.tags a {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .05em;
	font-weight: 600;
}
.essb-shortcode > div{
	display: inline-block;
	margin: 0;
}
.share-text,
.social-icon span {font-size: 14px;}

.upcomming-post-list-item.left{
	padding-right: 30px;
	border-right: 1px solid #e5e5e5;
}
.upcomming-post-list-item.right{
	text-align: right;
	padding-left: 30px;
}
.comment-navigation .nav-links > div a,
.upcomming-post-list-item p {
    font-size: 18px;
    margin-bottom: 0;
}
.comment-navigation,
.post-navigation,
.upcomming-post {
    padding: 80px 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	width: 100%;
	clear: both;
	display: table;
}
.comment-navigation{
	padding: 30px 0;
	margin-bottom: 0;
}
.nav-links > div{
	width: 50%;
	float: left;
}
.nav-links > .nav-next{
	float: right;
	text-align: right;	
}
.comment-navigation .nav-links > div a,
.nav-links > div a p{
	position: relative;
}
.comment-navigation .nav-links > div a:before,
.nav-links > div a p:before{
	font-family: 'pebble';
	content: "\e909";
	position: absolute;
	left: -34px;
	top: 0;
	font-size: 22px;
}
.comment-navigation .nav-links > .nav-next a:before,
.nav-links > .nav-next a p:before{
	left: auto;
	right: -34px;
	content: "\e90a";
}
.nav-previous a p{
	padding-right: 45px;
	border-right: 1px solid #e5e5e5;
}
.nav-next a p{
	padding-left: 45px;
}
.previous,
.next{
	margin-bottom: 10px;
}
.nav-links > div a .meta-nav{
	color: #424242;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .05em;
}
.nav-links > div a p{
	font-size: 18px;
	margin-bottom: 0;
}

/*Comment Form*/
.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-list > li{	
	border-bottom: 1px solid #e5e5e5;
}
.comment-info {
	display: block;
	margin-bottom: 50px;
	overflow: hidden;
	margin-top: 50px;
}
.children li:first-child .comment-info {
	margin-top: 0;
}
.children .children li:last-child .comment-info {
	margin-bottom: 0;
}
.comment-info .img-circle {
	overflow: hidden;
}
.comment-info .author-desc {
	margin-left: 120px;
	padding: 0 20px;
	position: relative;
}
.comment-info .fn,
.bypostauthor > .comment-info .fn{
	text-transform: capitalize;
}
.must-log-in,
.author-desc p:last-child{margin-bottom: 0;}
.comment-info .author-title {
	line-height: 16px;
	margin-bottom: 20px;
}
.author-title a{color: #212121;}
.comment li {padding: 0;}

.comment-list .children {
	list-style: none;
	padding-left: 50px;
}
.comment li:last-child {
	border-right: 0 none;
}
.comment-footer a{
	font-size: 14px;
	letter-spacing: .05em;
	font-weight: 600;
	margin-left: 15px;
}
/*comment-form*/
.comment-form{
	padding: 50px;
	background-color: #fff;
}
p.no-comments{
	margin-top: 30px;
}
.comment-body > ul,
.comment-body > ol{
	margin-bottom: 30px;
}


/*checkbox*/
.checkbox-inline input[type="checkbox"] {
    visibility: hidden;
}
.checkbox-inline {
    position: relative;
}
.checkbox-inline:before {
    width: 3px;
    height: 3px;
    border: 1px solid rgba(255, 255, 255, .2);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.checkbox label:after{
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr{
	border-radius: 2px;
	display: inline-flex;
	height: 20px;
	left: 0;
	margin-bottom: -3px;
	margin-right: 5px;
	position: absolute;
	top: 6px;
	width: 20px;
	border: 1px solid #424242;
}
.checkbox {
    display: inline-block;
    float: left;
    margin-top: 0;
    margin-bottom: 10px;
}
.checkbox .cr .fa{
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
    color: #ff4f5c;
}
.checkbox label {
    padding-left: 30px;
    padding-top: 3px;
    font-weight: 300;
}
.checkbox .glyphicon {
    left: 4px;
    top: 0;
}
.checkbox label input[type="checkbox"]{
    display: none;
}
.checkbox label input[type="checkbox"]+.cr>.fa{
    transform: scale(2) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked+.cr>.fa{
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled+.cr{
    opacity: .5;
}
.comment-form textarea {
    min-height: 210px;
    padding: 22px;
    font-weight: normal;
    line-height: normal;
}
.comment-form input[type="text"], 
.comment-form input[type="email"] {
    margin-bottom: 30px;
}
.blog-main-content{
	padding-top: 60px;
	padding-bottom: 120px;
}
.widget{
	padding: 35px 30px;
	margin-bottom: 30px;
	background-color: #fff;
}
.widget > ul,
.widget .list-style-caret{
	padding-left: 20px;
}
aside .widget:first-child {
	margin-bottom: 60px;
	padding: 40px 30px;
}
.blog-search{
	position: relative;
}
.blog-search form {
	position: relative;
}
.blog-search input[type="text"] {
	border-radius: 2px 0 0 2px;
	float: left;
	margin-bottom: 0;
	max-width: 78%;
}
.blog-search input[type="submit"] {
	border-radius: 0 2px 2px 0;
	float: left;
	line-height: 48px;
	margin: 0;
	text-indent: -999px;
}
.btn-wrap{	
	position: relative;
}
.blog-search .btn-wrap:after{
	content: "\e919";
	font-family: "pebble";
	vertical-align: middle;
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	position: absolute;
	top: 32px;
	right: 21px;
	line-height: normal;
}
.blog-search form i {
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	position: absolute;
	right: 9%;
	top: 13px;
}
.error-search .blog-search{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.error-search  .blog-search form{
	display: block;
}
.tagcloud a,
.tag-cloud .btn {
	font-size: 10px !important;
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-right: 3px;
	padding: 0 12px;
	line-height: 32px;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

/*Single Class*/
.single-clss aside {
	position: relative;
	top: -230px;
}
.lab-imagination{
	border-bottom: 1px solid #e5e5e5;
}
.lab-imagination h2 {
    font-size: 46px;
    line-height: 55px;
}
.lab-imagination {
    padding-top: 60px;
}
.lab-imagination ul{
	padding: 20px 0;
	border-top: 1px solid #e5e5e5;
}
.lab-imagination li{
	padding-right: 20px;
}
li:last-child{
	padding-right: 0;
}
.single-clss{
	padding: 45px 0;
	background-color: #f7f7f7; 
}
.sub-header-slider {
	display: block;
	width: 100%;
}
.item1{
	background:url("../images/class/class-slide3.jpg") no-repeat scroll center center / cover ;
	min-height: 400px;
}
.item3{
	background:url("../images/class/class-slide1.jpg") no-repeat scroll center center / cover ;
	min-height: 400px;
}
.item2{
	background:url("../images/class/class-slide2.jpg") no-repeat scroll center center / cover ;
	min-height: 400px;
}
.item4{
	background:url("../images/class/class-slide2.jpg") no-repeat scroll center center / cover ;
	min-height: 400px;
}
.item5{
	background:url("../images/class/class-slide1.jpg") no-repeat scroll center center / cover ;
	min-height: 400px;
}
/*.post-slider{
	height: 400px;
}
*/

.enquire-now{
	overflow: hidden;
	margin-bottom: 50px;
}
.enquire-info{
	padding: 25px 35px 40px;
}
.enquire-info h4{
	display: inline-block;
}
.enquire-info .rating-wrap{
	float: right;
	line-height: 1em;
	display: inline-flex;
}
.enquire-info li{
	padding-right: 25px;
}
.lab-imagination li i,
.enquire-info li i{
	margin-right: 10px;
}
.review-price{
	line-height: 46px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	float: left;
	padding-left: 35px;
}
.review-price li{
	padding-right: 20px;
	font-size: 18px;
}
.review-price .btn{
	border-radius: 0;
	-webkit-border-radius: 0;
	position: relative;
	margin-top: -1px;
}
.pull-right > li:last-child{
	padding-right: 0;
}
.pull-left > li:first-child{
	padding-left: 0;
}
.specialitiess .list-style-caret,
.about-class .list-style-caret{
	padding-left: 17px;
}
.video,
.specialitiess,
.about-class,
.single-clss .tag-cloud {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 60px;
	padding-bottom: 35px;
}
.specialitiess h2{
	margin-bottom: 35px;
}
.video h2,
.single-clss .tag-cloud h2{
	margin-bottom: 30px;
}
.awards{
	margin-bottom: 60px;
	width: 100%;
	display: inline-table;
}
.award-logo{
	border: 1px solid #e5e5e5;
}
.award-logo img{
	width: 100%;
}
.award-content h6 {
	margin-bottom: 10px;
}
.award-content p {
	margin-top: 20px;
}
.award-item {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.event .award-item{
	border:0;
}

.widget-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget-info ul span {
    display: block;
}
.widget-info li {
	border-bottom: 1px solid #e5e5e5;
	padding: 25px 30px;
}
.widget-info li:first-child{
	padding-top: 0;
}
.widget-info .widget {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}
.widget-info .widget h4 {
    padding: 0 30px;
}
.widget-info li ul li {
	border: 0 none;
	display: inline-block;
	padding: 10px 5px 0 !important;
}
.widget-info ul li span:last-child,
.widget-info ul li:first-child span {
	color: #777777;
}
.widget-info .star-rating{
	margin-top: 5px;
}
#widget-claim-form .btn,
#widget-contact-form .btn{
	width: 100%;
}
.location-map{
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
}
.location-map h4{
	padding: 0 30px;
}

/*pebble-listing*/
.listing-content2{
}
.product-menu-list h4 {
	display: inline-block;
	float: left;
	font-weight: 300;
	line-height: 38px;
	margin-bottom: 0;
	padding-right: 15px;
}
.listing-content{
	width: 100%;
}
.product-menu-list {
	padding-bottom: 20px;
	padding-top: 40px;
}

/*Kids Listing style2*/
.product-menu-list-style2 {
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	margin-bottom: 50px;
	padding: 0;
}
.product-menu-list-style2 li.active a:after {
    background: none !important;
}
.product-menu-list-style2 li a {
    border: none;
    font-size: 18px  !important;
    line-height: 37px;
    padding: 20px;
    border-bottom: 2px solid transparent;
}
.product-menu-list-style2 li.active a {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 2px solid !important;
}


/*single list*/
.listing-content .single-list-item{
/*	width: 20%;
	float: left;*/
	padding-right: 5px !important; 
	margin-bottom: 35px;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);
}
.listing-content .single-list-item:hover,
.listing-content .single-list-item:focus{
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);
}

.listing-content .single-list-item:last-child{
	padding-right: 0;
}
.course-thumb{
	position: relative;
}
.course-thumb img{
	width: 100%;
}
.location-rating{
	position: absolute;
	top: 0;
	width: 100%;
	padding: 10px 15px;
}
.location-rating .star-rating {
	font-size: 13px;
	width: 89px;
}
.location-rating li a{
	color: #fff;
}
.location-rating li i {
	margin-right: 5px;
}
.class-catagories {
	bottom: 10px;
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	left: 15px;
	line-height: 16px;
	padding: 5px 10px;
	position: absolute;
	text-transform: uppercase;
}
.class-catagories:hover{
	color: #fff;
}
.single-listing-content {
	padding: 15px;	
}
.single-listing-content h6{
	margin-bottom: 15px;
}
.single-listing-content h6 a{
	color: #424242;
	font-size: 20px;
}
.kid-age {
    background-color: #ebebeb;
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: .025em;
}
.kid-age i{
	margin-right: 5px;
}
.listing-meta {
    display: block;
    margin: 15px 0;
    font-size: 12px;
    line-height: 16px;
    color: #424242;
    letter-spacing: .025em;
}
.single-list-item .review-price {
	border-bottom: 0;
	border-top: 0;
	padding-left: 15px;
	line-height: 32px;
	background-color: #ebebeb;
}
.single-list-item .review-price li {
	font-size: 13px;
	padding-right: 5px;
}
.single-list-item .review-price li .pebble-arro-right{
	font-size: 18px;
	vertical-align: bottom;
}
.single-list-item .review-price li:last-child{
	padding-right: 0;
}
.single-list-item .review-price .btn {
	line-height: 32px;
	margin-top: 0;
	padding: 0 11px;
	font-size: 25px;
}
.single-list-item .review-price .btn i{
	margin-left: 0;
}
.product-menu-list li{
	padding-left: 0;
	padding-right: 0;
}
.product-menu-list li a {
	border: 1px solid transparent;
	display: inline-block;
	padding: 5px 10px;
	position: relative;
	color: #222222;
	font-size: 14px;
}
.product-menu-list li.active a{
	border: 1px solid #222222;
	color: #222222;
}
.product-menu-list li.active a:after {
	background: rgba(0, 0, 0, 0) url("../images/hover.jpg") no-repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 30px;
	left: calc(50%);
	margin-left: -18px;
	position: absolute;
	top: 33px;
	width: 30px;
}
.tab-single-content img{
	width: 100%;
}
.nav-aside.owl-carousel .owl-nav button,
.product-owl-active2 .owl-buttons div{	
	border: 1px solid;
	cursor: pointer;
	font-size: 25px;
	height: 35px;
	left: 89.5%;
	line-height: 35px;
	position: absolute;
	text-align: center;
	top: -93px;
	width: 60px;
}
.nav-aside.owl-carousel .owl-nav button{
	left: -80px;
	top: 46%;
}
.nav-aside.owl-carousel .owl-nav .owl-next,
.product-owl-active2 .owl-buttons .owl-next{
	left: auto;
	right: 1px;
}
.nav-aside.owl-carousel .owl-nav .owl-next{
	left: auto;
	right: -80px;
}
.product-owl-active .owl-buttons div {
	border: 1px solid #424242;
	cursor: pointer;
	font-size: 25px;
	height: 40px;
	left: 88%;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: -60px;
	width: 60px;
}
.nav-aside.owl-carousel .owl-nav button:hover,
.product-owl-active2 .owl-buttons div:hover,
.product-owl-active .owl-buttons div:hover{
	color: #fff;
}
.product-owl-active .owl-next{
	left: auto !important;
	right: 43px;
}
.single-categories{
	padding:0 5px 10px;
}
.categories-content {
	padding-top: 24px;
}
.categories-icon {
	font-size: 50px;
	line-height: 50px;
}
.categories-content h6{
	margin: 0 20px;
	border-bottom: 2px solid;
	padding-bottom: 25px;
}
.view-all-categories{
	margin-top: 70px;
}


/*Testimonial*/
.testimonial {
	padding-right: 15px;
}
.quote {
	background: #424242;
	display: inline-block;
	float: left;
	height: 60px;
	line-height: 60px;
	margin-right: 20px;
	text-align: center;
	width: 60px;
}
.quote i {
	font-size: 50px;
	line-height: inherit;
	color: #fff;
}
.testimonial-content p {
	font-style: italic;
	font-size: 18px;
	line-height: 29px;
	letter-spacing: .025em;
	margin-bottom: 10px;
}
.testimonial-content .surname{
	font-weight: 300;
	font-style: italic;
	font-size: 18px;
}
.testimonial-content .surname strong{
	font-style: normal;
}
.has-darkbg .subscribe {
	padding: 0 0 0 15px;
}
.subscribe .subscribe-content h2{
	margin-bottom: 30px;
}
.subscribe-icon {
	border-radius: 5px;
	float: left;
	font-size: 64px;
	height: 72px;
	line-height: 84px;
	margin-right: 20px;
	text-align: center;
	width: 70px;
}
.subscribe-form-style1 .subscribe-icon{
	vertical-align: middle;
	text-align: right;
}
.subscribe-form-style1 .subscribe-icon i{
	display: inline-block;	
	font-size: 72px;
}
.subscribe-form{
	margin-top: 10px;
}
.subscribe-form-style1 .subscribe-content{
	margin-left: 90px;
}
.subscribe-form input[type="text"],
.subscribe-form input[type="password"],
.subscribe-form input[type="email"] {
	background: #fff none repeat scroll 0 0;
	color: #444;
	margin-bottom: 10px;
}
.has-darkbg .subscribe-form input[type="email"]:hover,
.has-darkbg .subscribe-form input[type="email"]:focus{
	outline: none;
	box-shadow: none;
	border-color: #fff;
}
.subscribe-form p {
	font-size: 18px;
	margin-bottom: 10px;
}


/*Pricing-Table*/
.pricing-table .section-title{
	margin-bottom: 100px;
}
.pricing-title p{
	margin-bottom: 20px;
	font-size: 18px;
}
.check-mark i{
	font-size: 25px;
}
.pricing-title-area{
	padding: 0;
}
.pricing-title{
	padding: 100px 0;
	border-bottom: 1px solid #d9d9d9;
}
.price-head {
    padding-bottom: 25px;
    padding-top: 40px;
}
.most-popular-price {
  border-top: 2px solid;
  margin: 0 30px;
  padding-top: 25px;
  text-align: center;
}
.most-popular-price a{
	font-weight: 400;
	font-size: 12px;
}
.price-level {
    margin-bottom: 0;
}
.price-head h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 0;
    padding: 10px 0 0;
}
.currency {
    color: #777777;
    font-size: 25px;
    font-weight: 400;
    left: -5px;
    position: relative;
    top: -20px;
}
.limitation-time{
	margin-bottom: 0;
    color: #777777;
    font-weight: 300;
}
.price-body ul li {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	display: block;
	font-size: 18px;
	font-weight: 300;
	padding: 15px 30px 15px 55px;
	position: relative;
}
.price-body ul li::after {
	content: "";
	font-family: fontawesome;
	left: 30px;
	position: absolute;
	top: 15px;
}
.price-body ul li:last-child{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.price-footer{
	padding: 45px 0;
	margin: 0 30px;
	border-bottom: 2px solid
}
.popular-price{
	position: relative;
	top: -45px;
}
.faq-content{
 	padding-bottom: 50px;
 }


/*Home-listing2*/
.pebble-listing-style2 {
	overflow: hidden;
	padding-left: 15px;
}
.pebble-listing-style2 .listing-content .single-list-item {
	width: 100%;
	clear: both;
	overflow: hidden;
}
.pebble-listing{
	position: relative;
}
.pebble-listing-style2 .row .col-md-5 {
	padding-right: 0;
}
.map-search-form{
	display: table;
	background-color: #fff;
	width: 100%;
	padding: 20px 0;
}
.map-search-form .age {
    min-width: 100px;
}
.map-search-form .listing-tag,
.map-search-form .catagory {
    min-width: 180px;
}
.map-search-form > div{
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
.tagsearch {
	border: 1px solid #dddddd !important;
	display: block;
	line-height: 40px;
	padding: 0 10px !important;
	color: #777777;
	position: relative;
	font-size: 12px;
}
.tagsearch:hover{
	color: #777777
}
.tagsearch:after{
	border-style: none;
	content: "\f107";
	display: block;
	font-family: "fontawesome";
	font-size: 16px;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 0;
	width: 20px;
	z-index: 999;
}
.tagsearch.open:after{
	content: "\f106";
}
.listing-search-form{
	position: relative;
}
.tag-inputs {
	text-align: center;
	width: 100%;
	display: none;
	background-color: #fff;
}
.tag-inputs li{
	width: 33%;
}
.tag-inputs label{
	color: #777777;
	padding-left: 20px;
	padding-top: 0;
	text-transform: capitalize;
}
.tag-inputs .checkbox .cr .fa{
	font-size: 0.7em;
	left: 0;
}
.tag-inputs .checkbox .cr{
	width: 12px;
	height: 12px;
	border-color: #dddddd;
}
.map-search-form .selectize-control{	
	width: 100%;
}
.map-search-form > div:last-child{
	padding-right: 0;
}
.map-search-form input[type="text"]{
	line-height: 40px;
	margin-bottom: 0;
	min-width: inherit;
	border-color: #dddddd;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}
.map-search-form .search-btn  input[type="submit"]{
	font-size: 12px;
	margin-right: 0;
	padding: 0 12px;
}
.map-search-form .selectize-control.single .selectize-input::after {
	font-size: 16px;
	right: 0;
	top: 1px;
	color: #777777;
}
.map-search-form  .selectize-input > *{
	color: #777777;
}
.map-search-form  .selectize-input .item{
	line-height: normal;
	vertical-align: middle;
}

.search-result {
    border-top: 1px solid #dddddd;
    padding: 25px 0;
}
.search-result li {
    padding-left: 0;
    padding-right: 18px;
    position: relative;
    color: #777777;
}
.search-result li:first-child:after {
    background-color: #777777;
    content: "";
    height: 14px;
    position: absolute;
    right: -4px;
    top: 5px;
    width: 1px;
}
.search-result li:last-child {
    padding-left: 18px;
}
#property-map{
	width: 100%;
}
.map-content{
	height: 600px;
}
.map-marker{
	background: url(../images/mapicon.png) no-repeat bottom center;
	width: 43px;
	height: 51px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}
.leaflet-div-icon b{
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	color: #000;
	background-color: #fff;
	border: 3px solid #000;
	display: inline-block;
	border-radius: 50%;
}
.essb-shortcode .essb_links .essb_icon::before{
	line-height: 20px;
	position: initial;
}
.essb-shortcode .essb_icon_instagram:before,
.essb-shortcode .essb_icon_share:before,
.essb-shortcode .essb_icon_twitter:before,
.essb-shortcode .essb_icon_facebook:before{
	font-family: "pebble" !important;	
}
.essb-shortcode .essb_links.essb_template_dark-outline-retina li a:hover,
.essb-shortcode .essb_links.essb_template_dark-outline-retina li a:focus,
.essb-shortcode .essb_links.essb_template_dark-outline-retina li a{
	border: none !important;
	opacity: 1;
}
.essb-shortcode .essb_links li a .essb_icon{
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	vertical-align: initial;	
}
.essb-shortcode .essb_links .essb_icon{
	height: 20px;
	width: 20px;
	line-height: 20px;
}
.page-links{
	margin: 30px 0;
	line-height: 30px;
}
.page-links-title{
	text-transform: uppercase;
	margin-right: 5px;
	font-weight: 600;
	letter-spacing: .05em;
	display: inline-block;
	font-size: 14px;
}
.page-links span{
	width: 34px;
	height: 34px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border: 2px solid #000;
	margin: 0 2px;
	color: #424242;
}
.page-links > span{
	color: #fff;
}
/*caption*/
.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	font-style: italic;
	padding: 10px;
	background-color: #fff;
	font-size: 14px;
	line-height: 16px;
}

/**
 * 14.2 Galleries
 */
.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/**
 * Alignments
 */

.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
.owl-carousel .owl-dots{
	margin-left: -2px;
	margin-right: -2px;
	margin-top: 30px;
	line-height: 10px;
}
.owl-carousel .owl-dots .owl-dot{
	width: 7px;
	height: 7px;
	margin: 0 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border-width: 1px;
	border-style: solid;
	border-color: #424242;
	line-height: normal;
	padding: 0;
}
.owl-carousel .owl-dots .owl-dot.active{
	opacity: 1;
}
.has-darkbg .owl-carousel .owl-dots .owl-dot{
	border-color: #fff;	
	opacity: 1;
	background-color: #fff;
}

/* Custom CSS */
.sticky-wrapper{height:auto !important;}