/* Base
   ========================================================================== */
@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 13px;
    background: #fff;
    color: #a3a2a2;
    line-height: 1.5em;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

a {
	color: #f9690e;
	outline: none;
}
a:focus {
	text-decoration: none;
	outline: none;
}
a:hover {
    color: #f9690e;
    text-decoration: none;
    outline: none;
}
ul, ol {
    margin: 0;
    list-style: none;
    line-height: 0;
    font-size: 0;
}
ul li,
ol li {
	font-size: 14px;
	line-height: 1.5em;
}
.clear {
    clear: both;
}
.bold {
	font-weight: 700;
}
input,
submit,
textarea {
    font-family: 'Open Sans', sans-serif;
    outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
.prev,
.next {
	z-index: 999;
}
/* Colors
   ========================================================================== */
.d-text-c.active,
.d-text-c-h:hover,
.d-text-c {
	color: #f9690e !important;
}
.d-bg-c.active,
.d-bg-c-h:hover,
.d-bg-c {
	background: #f9690e !important;
}
.d-border-c.active,
.d-border-c-h:hover,
.d-border-c {
	border-color: #f9690e !important;
}
/* Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5em;
    font-weight: 400;
    padding: 0;
    margin: 0 0 10px 0;
}
h4 {
	text-transform: uppercase;
	font-weight: 700;
	color: #454345;
	font-size: 16px;
	margin-bottom: 15px;
}


/* Form
   ========================================================================== */
.header-search-form {
	position: relative;
	float: right;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	padding: 14px 0 15px;
	margin: -20px 0;
	max-width: 200px;
	line-height: 21px;
}
.header-search-form .search-line {
	width: 100%;
	padding: 5px 30px 5px 10px;
	border: none;
	font-style: italic;
	margin: 0;
	background-color: transparent;
}
.header-search-form i {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	z-index: 1;
	line-height: 1em;
	font-size: 16px;
	padding: 7px;
	margin: 14px 0px 0 0;
}
.header-search-form .search-button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 14px 0 0 0;
	width: 30px;
	height: 30px;
	z-index: 2;
	background: none;
	outline: none;
	border: none;
}
.header-search-form .search-button:hover,
.header-search-form .search-button:active {
	outline: none;
	border: 0;
}

/* Animations
   ========================================================================== */
i,
.lessons .lesson,
.trainer .trainer-hover,
.shop-section .shop-items .shop-item:hover .item-hover h5,
.shop-section .shop-items .shop-item .item-hover h5,
.shop-section .shop-items .shop-item:hover .item-hover .item-hover-bg,
.shop-section .shop-items .shop-item .item-hover .item-hover-bg,
.lessons .lessons-arrows .prev,
.lessons .lessons-arrows .next,
input,
textarea,
button,
a {
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}
/* PARALLAX IMAGES
   ========================================================================== */
.parallax {
	text-align: center;
}
.parallax h2 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.5em;
}
.parallax h4 {
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	text-transform: none;
	line-height: 1.5em;
}
.parallax-1 {
	background: url("../images/photos/parallax-1.jpg") top center;
}
.parallax-2 {
	background: url("../images/photos/parallax-2.jpg") top center;
}
.parallax-3 {
	background: url("../images/photos/parallax-3.jpg") top center;
}
.parallax-4 {
	background: url("../images/photos/parallax-4.jpg") top center;
}
.parallax-5 {
	background: url("../images/photos/parallax-5.jpg") top center;
}
.black-bg {
	background: rgba(0,0,0,0.8);
}
.padding {
	padding: 80px 0;
}
.twitter_widget {
	margin-bottom: 40px;
}

/* HEADER
   ========================================================================== */
header .top-header {
	border-top: 3px solid;
	padding: 20px 0;
	border-bottom: 1px solid #dfdfdf !important;
}
header .menu ul,
header .top-header ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
header .top-header ul li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	font-size: 13px;
	line-height: 1.4em;
	margin-right: 30px;
	color: #a3a2a2;
	vertical-align: top;
}
header .top-header ul li i {
	margin-right: 5px;
	font-size: 16px;
	line-height: 1.3em;
}
header .menu {
	padding: 20px 0;
}
header .menu ul {
	text-align: right;
}
header .menu ul li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	position: relative;
}
header .menu ul li.active>a {
	color: #f9690e;
}
header .menu ul li a {
	display: block;
	padding: 20px;
	font-size: 13px;
	line-height: 1.5em;
	color: #454345;
	text-transform: uppercase;
	font-weight: 400;
}
header .menu ul li ul {
	position: absolute;
	top: 0;
	min-width: 150px;
	display: none;
	left: 0;
	z-index: 99;
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px;
	margin: 45px auto 0;
}
header .menu ul li:hover ul {
	display: block;
}
header .menu ul li ul li {
	display: block;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #ddd;
}
header .menu ul li ul li:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}
header .menu ul li ul li a {
	padding: 0;
	margin: 0;
}
header .logo {
	font-size: 20px;
	padding-top: 32px;
	line-height: 1.5em;
	font-weight: 700;
	color: #454345;
	text-transform: uppercase;
}
header .logo a {
	color: #454345;
}
.rombust {
	width: 50px;
	height: 30px;
	background: #f9690e;
	position: relative;
	display: inline-block;
	margin-right: 10px;
}
.rombust i {
	color: #fff;
	font-size: 22px;
	line-height: 1.4em;
	text-align: center;
	width: 50px;
}
.rombust:before {
	content: "";
	position: absolute;
	top: -12px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 12px solid #f9690e;
}
.rombust:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 12px solid #f9690e;
}




/* FOOTER
   ========================================================================== */
footer {
	padding: 30px 0;
}
footer p {
	margin: 0;
	font-size: 13px;
	padding-top: 8px;
}
footer .social {
	text-align: right;
}




/* SIDEBAR
========================================================================== */
.button-1 {
	display: inline-block;
	padding: 12px 35px;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 16px;
	line-height: 1.5em;
	border: 2px solid;
	text-align: center;
}
.button-1:hover {
	background: #454345 !important;
	border: 2px solid #454345 !important;
}
.button-2 {
	display: inline-block;
	padding: 12px 35px;
	text-transform: uppercase;
	border: 2px solid;
	color: #454345;
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
}
.button-2:hover {
	border: 2px solid #454345 !important;
	background: none !important;
}
.button-3 {
	display: inline-block;
	padding: 12px 35px;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 16px;
	line-height: 1.5em;
	border: 2px solid #454345;
	text-align: center;
	background: #454345;
}
.button-3:hover {
	background: #454345 !important;
	border: 2px solid #454345 !important;
}





/* SIDEBAR
   ========================================================================== */
.place-info {
	padding: 40px;
	color: #fff;
	margin-bottom: 20px;
}
.place-info .place-info-box {
	border-right: 3px solid #fff;
	margin-right: -10px;
	padding-right: 20px;
}
.place-info .place-info-box .place-info-icon {
	position: absolute;
	text-align: center;
	padding-top: 18px;
	width: 58px;
	height: 58px;
	background: url('../images/shape.png') no-repeat top left;
}
.place-info .place-info-box .place-info-icon i {
	font-size: 21px;
	line-height: 1em;
}
.place-info .place-info-box.place-info-box-last {
	border-right: 0;
}
.place-info .place-info-box h5 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 5px;
	margin: 0 0 0 70px;
}
.place-info .place-info-box h6 {
	font-size: 13px;
	font-weight: 400;
	margin-left: 70px;
	font-style: italic;
	margin-bottom: 20px;
}
.place-info .place-info-box ul {
	margin: 0;
	padding: 0;
}
.place-info .place-info-box ul li {
	vertical-align: top;
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 3px;
}
.place-info .place-info-box ul li i {
	vertical-align: top;
	margin-right: 5px;
	padding-top: 4px;
}
.place-info .place-info-box ul li span {
	float: right;
}




/* STATISTICS
   ========================================================================== */
.statistics {
	margin-bottom: 60px;
}
.statistics .statistic {
	border: 3px solid;
	margin: 0 auto;
	border-radius: 500px;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
	height: 120px;
	padding-top: 15px;
}
.statistics .statistic i {
	font-size: 30px;
	color: #454345;
	border-bottom: 3px solid #a3a2a2;
	margin-bottom: 6px;
	padding: 0 15px 6px;
}
.statistics .statistic h5 {
	font-weight: 400;
	font-size: 13px;
	color: #454345;
}
.statistics .statistic h5 span {
	display: block;
	font-weight: 700;
	font-size: 14px;
}





/* TESTIMONIALS
   ========================================================================== */
.testimonials .slider .counting {
	position: relative;
	margin: 20px auto 0;
}
.testimonials .testimonials-icon {
	margin-bottom: 40px;
}
.testimonials .testimonials-icon i {
	text-align: center;
	color: #fff;
	font-size: 36px;
	line-height: 1em;
	padding: 25px 0 0;
	width: 80px;
	height: 80px;
	border-radius: 100px;
}
.testimonials p {
	color: #fff;
	font-size: 16px;
	line-height: 1.7em;
	padding: 0 100px;
	margin-bottom: 20px;
}
.testimonials h5 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.testimonials h5 span {
	display: block;
	text-transform: none;
	padding-top: 5px;
	font-weight: 400;
}





/* SEPARATOR INFO
   ========================================================================== */
.separator-info {
	padding: 60px 0;
}
.separator-info h3 {
	font-size: 30px;
	color: #454345;
	font-weight: 700;
	text-align: right;
	border-right: 6px solid;
	padding: 5px 30px 5px 0;
	margin: 0;
	text-transform: uppercase;
}
.separator-info p {
	color: #a3a2a2;
	font-size: 13px;
	line-height: 1.5em;
	margin: 0;
	padding: 7px 0;
}






/* LESSONS
   ========================================================================== */
.lessons {
	margin-bottom: 60px;
	position: relative;
}
.lessons .tesla-carousel-items {
	overflow: hidden;
}
.lessons .lessons-arrows {
	position: absolute;
	width: 100%;
	height: 50px;
	margin: auto;
	top: 0;
	bottom: 0;
}
.lessons .lessons-arrows .next {
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	color: #fff;
	font-size: 16px;
	padding-top: 19px;
	line-height: 1em;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 5px 0 0 5px;
	cursor: pointer;
}
.lessons .lessons-arrows .prev {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	color: #fff;
	font-size: 16px;
	padding-top: 19px;
	line-height: 1em;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}
.lessons .lessons-arrows .prev:hover,
.lessons .lessons-arrows .next:hover {
	background: rgba(0,0,0,0.7);
}
.lessons .lesson img {
	margin-bottom: 20px;
}
.lessons .lesson p,
.lessons .lesson h4 {
	margin-bottom: 0;
	padding: 0 20px;
}
.lessons .lesson {
	padding-bottom: 20px;
}
.lessons .lesson:hover h4 a,
.lessons .lesson:hover h4,
.lessons .lesson:hover p {
	color: #fff !important;
}




/* MAP - LOCATION - CONTACI
   ========================================================================== */
.map-location {
	position: relative;
	overflow: hidden;
}
.map-location iframe {
	width: 100%;
}
.map-location .container {
	position: relative;
}
.map-location .contact-form {
	padding: 50px;
}
.contact-form
 input::-moz-placeholder,
.contact-form
 textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.contact-form
 input:-ms-input-placeholder,
.contact-form
 textarea:-ms-input-placeholder {
  color: #fff;
}
.contact-form
 input::-webkit-input-placeholder,
.contact-form
 textarea::-webkit-input-placeholder {
  color: #fff;
}
.map-location .contact-form
 textarea,
.map-location .contact-form
 input {
	background: none;
	border: 2px solid #fff;
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 25px;
	font-style: normal;
}
.map-location .contact-form
 .button-2 {
	width: 100%;
	background: #fff;
}
.map-location .contact-form
 .button-2:hover {
	color: #fff !important;
	border: 2px solid #fff !important;
}
/* SIDEBAR
   ========================================================================== */
.sidebar {
	padding-bottom: 40px;
}
.sidebar .widget {
	margin-bottom: 40px;
}
.sidebar .widget .socials li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.sidebar .widget .socials li a {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 1.5em;
	padding: 5px 0 0 5px;
	text-align: center;
}
.sidebar .widget .socials li a:hover {
	color: #fff !important;
}
.widget .widget-title {
	margin-bottom: 15px;
	display: block;
	color: #454345;
	font-size: 16px;
	font-weight: 600;
}
.widget ul li a span {
	float: right;
	font-size: 13px;
	color: #a3a2a2;
}
.widget ul li {
	margin-bottom: 5px;
}
.widget ul li a {
	padding: 3px 0;
	display: block;
	font-size: 13px;
	color: #a3a2a2;
}
.widget ul li a:hover {
	color: #f9690e;
}
.widget ul li a i {
	margin-right: 5px;
	line-height: 1.6em;
	font-size: 14px;
}
.widget .tagcloud {
	margin: 0 -3px;
}
.widget .tagcloud::before,
.widget .tagcloud::after {
	content: '';
	clear: both;
	display: table;
}
.widget .tagcloud a {
	float: left;
	margin: 0 3px 6px;
	padding: 3px 8px;
	background: #202629;
	color: #9fa0a1;
}
.widget .tagcloud a:hover {
	background: #f9690e;
	color: #fff;
}
.widget .twitter i {
	float: left;
	margin-right: 10px;
	font-size: 20px;
	padding-top: 5px;
}
.widget .twitter a {
	display: inline-block;
}
.widget .twitter a,
.widget .twitter i {
	color: #f9690e;
}
.widget .twitter a:hover {
	color: #252525;
}
.widget .twitter li {
	font-size: 13px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.widget .twitter li:last-child {
	margin-bottom: 0;
	padding-bottom: 5px;
	margin-top: -5px;
}
.widget .twitter span {
	color: #676868;
	text-transform: none;
	display: block;
	font-size: 12px;
}
.widget .social li {
	margin: 0 4px 8px;
}
.widget .social {
	margin: 0 -4px;
}
.widget .social li a {
	color: #a3a2a2;
	background: #ececec;
}
.widget .social li a i {
	font-size: 20px;
	margin-right: inherit;
}
.widget .social li a:hover {
	color: #fff;
	background: #f9690e;
}
.widget .testimonials .testimonial h4 {
	font-weight: 600;
	font-size: 15px;
	margin: 0;
	color: #454345;
}
.widget .testimonials .testimonial h5 {
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	padding-bottom: 10px;
	color: #a3a2a2;
}
.widget .testimonials .testimonial .testimonial-content {
	padding: 15px;
	position: relative;
	color: #a3a2a2;
	font-style: italic;
	font-size: 13px;
	border: 1px solid #fff;
	margin-bottom: 20px;
}
.widget .testimonials .counting {
	text-align: left;
	display: block;
	height: 20px;
}
.widget .testimonials .counting li {
	width: 6px;
	height: 6px;
	border-radius: 20px;
	background: #999;
	margin-right: 5px;
}
.widget .testimonials .counting li.active {
	background: #f9690e;
	color: #f9690e;
	border: 0;
}
.widget .nav-tabs {
	width: 100%;
	border-bottom: 0;
}
.widget .nav-tabs li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0;
	width: 50%;
}
.widget .tab-content {
	border: 1px solid #ddd;
	border-top: 0;
	padding: 20px;
	background: #fff;
}
.widget .nav-tabs li a {
	border: 1px solid #fff;
	border-top: 4px solid #fff;
	border-bottom: 1px solid #ddd;
	padding: 8px 16px;
	border-radius: 0;
	margin: 0;
	display: block;
}
.widget .nav-tabs li a:hover {
	background: none;
}
.widget .nav-tabs li.active a {
	border-top: 4px solid #f9690e;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}
.widget .mini-post {
	margin-bottom: 20px;
}
.widget .mini-post .mini-post-cover {
	margin: 0 0 5px 0;
}
.widget .mini-post .mini-post-cover a {
	display: block;
}
.widget .mini-post .mini-post-cover img {
	width: 100%;
	height: auto;
}
.widget .mini-post h3 a,
.widget .mini-post h3 {
	margin: 0;
	color: #454345;
	font-size: 16px;
	font-weight: 600;
}
.widget .mini-post h3 a:hover {
	color: #f9690e;
}
.widget .mini-post h6 {
	color: #a3a2a2;
	font-weight: 400;
	font-size: 12px;
	margin: 5px 0 5px 0;
}
.widget .mini-post p {
	font-size: 13px;
	color: #a3a2a2;
	margin: 0;
}





/* APPLICATION
   ========================================================================== */
.application {
	text-align: left;
	margin-bottom: 20px;
}
.application h2 {
	margin-bottom: 60px;
}
.application .padding {
	padding: 80px 0 0;
}
.application ul {
	margin: 0 0 20px 0;
	text-align: left;
}
.application ul li {
	list-style: none;
	vertical-align: top;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.application ul li i {
	padding: 0px 20px 0 0;
	vertical-align: top;
	font-size: 25px;
}



/* TRAINERS
   ========================================================================== */
.trainers {
	margin-bottom: 60px;
}
.trainer {
	margin: 0 30px;
	position: relative;
}
.trainer .trainer-hover {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	border-radius: 1000px;
	padding-top: 100px;
	right: 0;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.7);
	filter: alpha(opacity=0);
	opacity: 0;
}
.trainer:hover .trainer-hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.trainer .trainer-hover h5 {
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-size: 16px;
}
.trainer .trainer-hover ul li {
	vertical-align: top;
	list-style: none;
	margin-bottom: 6px;
}
.trainer .trainer-hover ul li i {
	padding: 5px 10px 0 0;
	vertical-align: top;
}
.trainer,
.trainer img {
	border-radius: 1000px;
}
.trainer .trainer-class {
	position: absolute;
	z-index: 5;
	border-radius: 100px;
	height: 80px;
	background: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	top: 0;
	right: 0;
	padding-top: 27px;
	width: 80px;
	text-transform: uppercase;
	border: 3px solid;
}




/* TIMETABLE
   ========================================================================== */
.timetable {
	margin-bottom: 80px;
}
.timetable ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	border: 1px solid #ccc;
	margin-top: -1px;
}
.timetable ul li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	font-size: 13px;
	line-height: 1.5em;
	width: 12%;
	color: #454345;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0;
	min-height: 72px;
	border: 1px solid #fff;
}
.timetable ul li span {
	display: block;
	font-weight: 400;
}
.timetable ul li:first-child {
	width: 16%;
}
.timetable .timetable-head {
	font-weight: 700;
	color: #454345;
	border: 0;
}
.timetable .timetable-head li {
	font-size: 16px;
	min-height: 30px;
	max-height: 50px;
}
.timetable .timetable-1 {
	background: #c3c3c3;
}
.timetable .timetable-2 {
	background: #fff;
}
.timetable .timetable-text {
	color: #fff;
}











/* PROGRAM
   ========================================================================== */
.program i {
	margin-right: 5px;
	vertical-align: top;
	padding-top: 4px;
}
.program ul {
	margin: 0;
	padding: 0;
}
.program ul li {
	margin-bottom: 5px;
}

/* === START WORKS === */
.works .col-md-3,
.works .col-md-4,
.works .col-md-5,
.works .col-md-6,
.works .col-md-7,
.works .col-md-8,
.works .col-md-9,
.works .col-md-10,
.works .col-md-11,
.works .col-md-1,
.works .col-md-2 {
	padding: 0;
}
.works .project .project-cover {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.works .project .project-cover i {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto -15px;
	font-size: 45px;
	color: #fff;
	width: 100px;
	text-align: center;
}
.works .project.project-2 .project-cover i {
	top: 0;
	bottom: auto;
	margin: -17px auto 0;
}
.works .project .project-cover a {
	display: block;
}
.works .project .project-cover a span {
	position: absolute;
	height: 30px;
	width: 30px;
	margin: auto;
	left: 0;
	color: #fff;
	color: rgba(255,255,255,0.8);
	font-size: 30px;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.works .project:hover .project-cover a span {
	opacity: 1;
	filter: alpha(opacity=100);
}
.works .project .project-details {
	padding: 20px;
}
.works .project .project-details h1 {
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	color: #454345;
}
.works .project .project-details h1 a {
	color: #454345;
}
.works .project .project-details h5 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #a3a2a2;
}
.works .project .project-details h6 {
	font-size: 13px;
	font-weight: 400;
	color: #a3a2a2;
}
.works .project .project-details p {
	color: #a3a2a2;
	font-size: 14px;
	line-height: 1.7em;
}
.works .project:hover .project-details h1 a,
.works .project:hover .project-details h5,
.works .project:hover .project-details h6,
.works .project:hover .project-details p {
	color: #fff;
}
.works .project:hover .project-cover i {
	color: #f9690e;
}
.works .project:hover .project-details {
	background: #f9690e;
}
.works .project:hover .project-details h1 {
	color: #fff;
}
.single-project-padding {
	padding: 0 0 40px;
}
.single-project {
	margin-bottom: 40px;
}
.single-project .slider {
	margin-bottom: 40px;
}
.single-project .slider .slider-dots li {
	width: 120px;
	height: auto;
	border-radius: 0;
}
.single-project .slider .slider-dots li.active {
	border-color: #f9690e;
}
.single-project h3 {
	color: #454345;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: none;
}
.single-project h2 {
	color: #454345;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	/*margin-top: -20px;*/
}
.single-project .project-details li {
	margin: 0 0 10px 0;
	color: #a3a2a2;
	font-size: 13px;
	display: block;
}
.single-project .project-details li a:hover {
	color: #363636;
}
.single-project .project-details li span {
	width: 90px;
	display: inline-block;
}
/* === END WORKS === */



/* === START SLIDER === */
.main-slider-under {
	margin-top: -135px;
	position: relative;
	z-index: 13;
}
.main-slider {
	position: relative;
}
.main-slider .dark-cover {
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 11;
	bottom: 0;
	right: 0;
}
.main-slider .container {
	position: relative;
	text-align: center;
}
.main-slider .counting {
	bottom: 0;
	z-index: 13;
	position: absolute;
	margin: auto;
	padding: 0 10px;
	left: 0;
	right: 0;
	text-align: center;
	margin-bottom: 20px;
}
.slider .slide-text {
	position: absolute;
	z-index: 13;
	max-width: 1140px;
	margin-top: 190px;
	margin: 230px auto 0;
	left: 0;
	right: 0;
	text-align: center;
}
.slider .slide-text h1 {
	color: #fff;
	line-height: 1em;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.slider .slide-text h2 {
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 30px;
}
.slider .slide-text h1 span {
	color: #f9690e;
}
.slider {
	position: relative;
}
.slider .slider-arrows {
	width: 100%;
	z-index: 13;
	position: absolute;
	top: 50%;
}
.slider .slider-arrows li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	opacity: 0.5;
	position: absolute;
}
.slider:hover .slider-arrows li {
	opacity: 1;
}
.slider .slider-arrows li.slide-right {
	right: 0;
}
.slider .slider-arrows li.slide-right i {
	border-radius: 5px 0 0 5px;
}
.slider .slider-arrows li.slide-left  {
	left: 0;
}
.slider .slider-arrows li.slide-left i {
	border-radius: 0 5px 5px 0;
}
.slider .slider-arrows li i {
	width: 50px;
	display: block;
	text-align: center;
	margin-top: -20px;
	cursor: pointer;
	padding-top: 16px;
	font-size: 20px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	height: 50px;
}
.slider .slider-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: 10px;
	text-align: center;
}
.slider .slider-dots li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 10px;
	height: 10px;
	cursor: pointer;
	border: 2px solid #fff;
	background: none;
	border-radius: 30px;
	margin: 0 3px;
}
.slider .slider-dots li:hover {
	border: 2px solid #f9690e;
}
.slider .slider-dots li.active {
	background: #f9690e;
}
.slider .counting {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto 15px;
}
.slider .counting li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 15px;
	background: #fff;
	height: 6px;
	margin: 0 4px;
	cursor: pointer;
}
.slider .counting li.active {
	background: #f9690e;
}
.slider .slide {
	position: absolute;
	top: 0;
	left: 0;
}
/* === END SLIDER === */





/* === START TWITTER === */
.twitter-section {
	text-align: center;
	background: url('../images/elements/parallax-twitter.html') top center fixed;
}
.twitter-section .twitter-icon {
	width: 80px;
	height: 80px;
	border-radius: 300px;
	background: #f9690e;
	color: #fff;
	margin: 0 auto 40px;
	padding-top: 22px;
	font-size: 41px;
}
.twitter-section h2 {
	font-size: 24px;
	color: #fff;
	font-weight: 300;
}
.twitter-section .twitter {
	padding: 0 300px;
	margin-bottom: 20px;
}
.twitter-section .twitter li {
	color: #fff;
	line-height: 1.9em;
}
.twitter-section .twitter li a:hover {
	text-decoration: underline;
}
.twitter-section .twitter li span {
	display: block;
	font-size: 11px;
	color: #ccc;
}
.twitter-section button {
	background: #f9690e;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 30px;
	margin-bottom: 30px;
}
.twitter-section button:hover {
	background: #232323;
}
/* === END TWITTER === */



/* === START TESTIMONIALS === */
.testimonials-section {
	background: url('../images/elements/parallax-2.html') top center fixed;
}
.testimonials-section h1 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 22px;
	font-weight: 400;
}
.testimonials-section .testimonial .testimonial-content {
	padding: 40px;
	position: relative;
	color: #fff;
	text-align: center;
	max-width: 70%;
	margin: 0 15% 30px;
	border: 1px solid #fff;
}
.testimonials-section .testimonial .testimonial-content p {
	color: #fff;
	font-weight: 300;
	margin: 0;
}
.testimonials-section .testimonial {
	padding-bottom: 30px;
}
.testimonials-section .testimonial .testimonial-avatar {
	text-align: center;
}
.testimonials-section .testimonial .testimonial-avatar img {
	width: 100px;
	margin: 0 auto 20px;
	border-radius: 300px;
}
.testimonials-section .testimonial .testimonial-avatar h4 {
	color: #fcf9fc;
	font-size: 13px;
	font-weight: 300;
	margin: 0;
}
.testimonials-section .testimonial .testimonial-avatar h5 {
	color: #f9690e;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
}
/* === END TESTIMONIALS === */




/* === START SITE TITLE === */
.site-title {
	margin-bottom: 50px;
	text-align: center;
}
.site-title h1 {
	color: #454345;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	border: 1px solid #a3a2a2;
	margin-bottom: 14px;
	position: relative;
	text-align: center;
	display: inline-block;
	padding: 4px 40px;
}
.site-title h1 span {
	color: #f9690e;
}
.site-title h1 i {
	color: #f9690e;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: -7px auto 0;
	background: #fff;
	padding: 3px;
	font-size: 6px;
	width: 18px;
}
/* === END SITE TITLE === */





/* === START PARTNERS === */
.our-partners {
	position: relative;
}
.our-partners .tesla-carousel-items {
	overflow: hidden;
}
.our-partners .tesla-carousel-items a {
	display: block;
}
.our-partners .tesla-carousel-items a img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.our-partners .tesla-carousel-items a:hover img {
	filter: none;
	-webkit-filter: grayscale(0%);
}
.our-partners .our-partners-arrows {
	top: 50%;
	width: 100%;
	position: absolute;
}
.our-partners .our-partners-arrows span {
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	padding-top: 10px;
	z-index: 9;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	*zoom: 1;
	*display: inline;
	border-radius: 3px;
	color: #fff;
	background: rgba(0,0,0,0.1);
	color: rgba(255,255,255,0.3);
	margin-top: -20px;
}
.our-partners .our-partners-arrows span.next {
	right: 0;
	top: 0;
	bottom: 0;
}
.our-partners:hover .our-partners-arrows span {
	background: rgba(0,0,0,0.3);
	color: #fff;
	color: rgba(255,255,255,0.9);
}
/* === END PARTNERS === */




/* === START TEAM === */
.team-section .team-member {
	padding: 1px;
	background: #fff;
	text-align: center;
}
.team-section .team-member .team-member-cover {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}
.team-section .team-member .team-member-cover img {
	border-radius: 1000px;
	width: 80%;
	margin: 0 10%;
}
.team-section .team-member .team-member-cover a {
	display: block;
}
.team-section .team-member .team-member-cover .fa-plus {
	position: absolute;
	height: 40px;
	width: 40px;
	margin: auto;
	left: 0;
	color: #fff;
	color: rgba(255,255,255,0.8);
	font-size: 30px;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.team-section .team-member:hover .team-member-cover .fa-plus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.team-section .team-member .team-member-details {
	padding: 0 10px 10px;
}
.team-section .team-member h3 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 14px;
}
.team-section .team-member h4 {
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: 400;
	color: #a3a2a2;
	text-transform: uppercase;
}
.team-section .team-member .team-member-details .social li a {
	margin: 0px 2px;
	border: 1px solid #c9c9c9;
	width: 28px;
	height: 28px;
	font-size: 17px;
}
.team-section .team-member .team-member-details .social li a:hover {
	border: 1px solid #f9690e;
}
.team-section .team-member .team-member-details .social {
	padding: 3px;
	margin: 0 -9px -9px;
	text-align: center;
}
/* === END TEAM === */



/* === START PATH === */
.path {
	margin-bottom: 60px;
	background: url('../images/breadcrumb-bg.jpg') bottom center;
}
.path.no-margin {
	margin-bottom: 0;
}
.path .padding {
	padding: 30px 0;
}
.path h4 {
	color: #fff;
	text-align: left;
	margin: 0;
	font-weight: 400;
}
.path .path-root {
	float: right;
	font-size: 13px;
	color: #fff;
}
.path .path-root i {
	font-size: 11px;
	margin: 0 10px;
	padding-top: 5px;
}
.blog-post-page {
	padding-bottom: 60px;
}
.blog-page-container {
	padding-bottom: 60px;
}
.our-classes-container .lesson,
.trainers-page-container .trainer,
.blog-page-container .blog-entry {
	margin-bottom: 60px;
}
/* === END PATH === */


/* === START BLOG === */
.single-post .blog-entry .entry-header {
	border: 0;
}
.single-post .blog-entry {
	background: none;
}
.blog-carousel .our-partners-arrows .prev {
	margin-left: -50px;
}
.blog-carousel .our-partners-arrows .next {
	margin-right: -50px;
}
.blog-items {
	overflow: hidden;
}
.blog-entry .entry-cover {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}
.blog-section {
	padding-bottom: 20px;
}
.blog-entry .entry-cover a {
	display: block;
}
.blog-entry .entry-cover iframe {
	width: 100%;
	height: 250px;
}
.blog-entry .blog-entry-details {
	padding: 20px 20px 5px;
}
.single-post .blog-entry .blog-entry-details {
	padding: 20px 0;
}
.blog-entry .entry-header {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}
.blog-entry .entry-header h2 a,
.blog-entry .entry-header h2 {
	margin: 0 0 5px 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 17px;
	color: #454345;
}
.blog-entry .entry-header ul li a {
	color: #a3a2a2;
}
.blog-entry .entry-header ul li {
	display: inline-block;
	color: #a3a2a2;
	font-size: 13px;
	margin-right: 10px;
	line-height: 1em;
	padding-right: 10px;
	*zoom: 1;
	*display: inline;
	border-right: 1px solid #a3a2a2;
}
.blog-entry .entry-header ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0px solid #a3a2a2;
}
.blog-entry .entry-cotent {
	margin-bottom: 20px;
}
.blog-entry .entry-cotent p {
	line-height: 1.7em;
}
.blog-entry .entry-footer ul li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	color: #a3a2a2;
	width: 49%;
	font-size: 13px;
}
.single-post .blog-entry .entry-footer {
	margin-bottom: 15px;
	border-top: 1px solid #a3a2a2;
	border-bottom: 1px solid #a3a2a2;
	padding: 5px 0;
}
.single-post .blog-entry .entry-footer ul li {
	width: auto;
	margin-right: 30px;
}
.single-post .blog-entry .entry-footer ul li span {
	color: #f9690e;
	padding: 0 10px;
}
.single-post .blog-entry .entry-footer ul li:last-child {
	text-align: left;
}
.blog-entry .entry-footer ul li:last-child {
	text-align: right;
}
.blog-entry .entry-footer ul li a:not(:hover) {
	color: #a3a2a2;
}
.blog-entry .entry-footer ul li i {
	font-weight: 300;
	line-height: 1.3em;
	font-size: 14px;
	margin-right: 2px;
}
.load-more {
	display: block;
	outline: none;
	background: #f9690e;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
	font-size: 13px;
	border-radius: 3px;
	width: 70%;
	margin: 20px 15%;
	padding: 10px 0px;
}
.load-more:hover {
	background: #232323;
}

.comments-area {
	margin-bottom: 40px;
}
.comments-area h3 {
	color: #454345;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 30px;
	text-transform: none;
}
.comments-area .comment-respond .comments-line {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	width: 100%;
	outline: none;
	resize: none;
	font-style: italic;
	font-size: 13px;
	background-color: #FFF;
}
.comments-area#project-comment .comment-respond .comments-line {
	margin-bottom: 30px;
}
.comments-area .comment-respond .comments-area {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	width: 100%;
	outline: none;
	height: 144px;
	resize: none;
	font-style: italic;
	font-size: 13px;
	background-color: #FFF;
}
.comments-area .comment-respond .form-submit {
	text-align: right;
}
.comments-area .comment-respond .form-submit .button-1 {
	border-radius: 0;
	margin: 10px 0;
	padding: 10px 40px;
}
.comments-area .comment {
	margin-bottom: 20px;
	padding-left: 100px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
}
.comments-area .comment .comment-image {
	float: left;
	margin-left: -100px;
	width: 80px;
}
.comments-area .commentlist ul {
	margin-left: 70px;
}
.comments-area .comment .comment-info {
	display: block;
	margin-bottom: 10px;
	color: #f9690e;
	font-size: 16px;
}
.comments-area .comment .comment-info span {
	float: right;
	font-size: 13px;
	color: #a3a2a2;
}
.comments-area .comment p {
	color: #a3a2a2;
	font-size: 13px;
}
.comments-area .commentlist {
	margin-bottom: 60px;
}
.page-selection {
	padding-top: 40px;
	margin-bottom: 60px;
}
.page-selection li a {
	color: #454345;
	font-size: 16px;
	font-weight: 600;
}
.page-selection li a:hover {
	color: #f9690e;
}
.page-selection li a i {
	font-size: 14px;
	margin: 0 0 0 10px;
	padding-top: 3px;
}
.page-selection li.next {
	float: right;
}
.page-selection li.prev a i {
	margin: 0 10px 0 0;
}
/* === END BLOG === */





/* === START CONTACT FORM === */
.contact-form .contact-form-line {
	border: 1px solid #a3a2a2;
	margin-bottom: 10px;
	padding: 10px 15px;
	width: 100%;
	font-size: 13px;
	color: #aaaaaa;
	outline: none;
	font-style: normal;
}
.contact-form .contact-form-area {
	border: 1px solid #a3a2a2;
	margin-bottom: 10px;
	padding: 10px 15px;
	width: 100%;
	font-size: 13px;
	color: #aaaaaa;
	outline: none;
	resize: none;
	height: 180px;
}
.contact-form .contact-button {
	display: block;
	font-size: 13px;
	line-height: 1.5em;
	background: #f9690e;
	width: 100%;
	cursor: pointer;
	padding: 12px 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.contact-form .contact-button:focus {
	outline: none;
	border: 0;
}
.contact-form .contact-button:hover {
	background: #232323;
}
/* === END CONTACT FORM === */

/* === START MAP === */
.map {
	position: relative;
	margin-bottom: 40px;
}
.map iframe {
	width: 100%;
	height: 200px;
}
.map .map-title {
	position: absolute;
	background: #f9690e;
	font-size: 30px;
	font-weight: 400;
	padding: 15px 0px;
	top: 0;
	width: 350px;
	margin: auto;
	right: 0;
	left: 0;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.map .map-location {
	position: absolute;
	margin: 150px auto 0;
	left: 0;
	width: 100px;
	font-size: 60px;
	right: 0;
	color: #f9690e;
	text-align: center;
}
.map-info {
	margin-bottom: 40px;
}
.map-info .map-info-location {
	padding-left: 40px;
	margin-bottom: 20px;
}
.map-info .map-info-location p a,
.map-info .map-info-location p {
	color: #a3a2a2;
	font-size: 13px;
	margin: 0;
}
.map-info .map-info-location h6 {
	font-size: 16px;
	color: #454345;
	margin-bottom: 5px;
}
.map-info .map-info-location i {
	float: left;
	margin-left: -40px;
	font-size: 30px;
	text-align: center;
	width: 30px;
}
.map-info .map-info-location .fs-small {
	font-size: 24px;
}
/* === START MAP === */




/* === START SOCIAL === */
.social.share-it li a {
	border: 1px solid #ccc;
	margin: 0px 3px;
}
.social.share-it li a:hover {
	border: 1px solid #f9690e;
}
.social span {
	color: #454345;
	font-size: 16px;
	margin-right: 10px;
	position: relative;
	top: -4px;
}
.social li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.social li a {
	display: block;
	width: 36px;
	height: 36px;
	text-align: center;
	font-size: 24px;
	line-height: 1em;
	color: #c9c9c9 !important;
	padding-top: 5px;
	margin: 0;
}
.social li a:not(.d-text-c-h):hover {
	color: #fff !important;
	background: #f9690e;
}
/* === END SOCIAL === */






/* === START FEATURES === */
.ul-features {
	margin-bottom: 40px;
}
.ul-features li {
	padding-left: 70px;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 700;
	padding-top: 10px;
	text-transform: uppercase;
	color: #454345;
}
.ul-features li span {
	display: block;
	width: 40px;
	height: 40px;
	margin: -1px;
	position: relative;
	text-align: center;
	font-size: 22px;
	padding-top: 8px;
	border: 1px solid #abaaaa;
}
.ul-features li span i {
	position: absolute;
	height: 8px;
	bottom: 0;
	border-right: 8px solid #abaaaa;
	border-bottom: 8px solid transparent;
	right: 0;
	left: 0;
	width: 8px;
	margin: 0 auto -11px;
}
.ul-features .border-cover {
	position: absolute;
	padding-bottom: 3px;
	margin-left: -70px;
	border: 1px solid #abaaaa;
}
/* === END FEATURES === */





/* =========================== START RESPONSIVE ===================== */
.single-page .responsive-menu {
	color: #343635;
}
.responsive-menu {
	color: #353535;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
	font-weight: 700;
	display: none;
	margin: -40px 15px 0 0;
	position: absolute;
	vertical-align: top;
	right: 0;
}
.responsive-menu i {
	padding: 4px 5px 0 0;
}
@media (max-width: 1200px) {
	.slider .slide-text h2 {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 992px) { }
@media (max-width: 1300px) {
	.slider .slide-text {
		margin-top: 100px;
	}
	.main-slider-under {
		margin-top: -100px;
	}
	.main-slider .counting {
		margin-bottom: 20px;
	}
}
@media (max-width: 991px) {
	.place-info .place-info-box {
		margin-bottom: 30px;
		border-right: 0 solid #fff;
		margin-right: 0;
		padding-right: 0;
	}
	header .menu ul li:hover ul,
	header .menu ul li ul {
		position: relative;
		display: block;
		margin: 0;
		border: 0;
		padding: 0 0 0 10px;
	}
	header .menu ul li ul li {
		border: 0;
	}
	header ul {
		text-align: center;
	}
	.statistics .statistic {
		margin-bottom: 30px;
	}
	.trainer {
		max-width: 300px;
		margin: 0 auto;
	}
	.program {
		padding-bottom: 30px;
	}
	.program img {
		margin-bottom: 20px;
	}
	.separator-info h3 {
		text-align: left;
		border-left: 6px solid;
		border-right: 0;
		padding: 5px 5px 5px 30px;
	}
	.header-search-form {
		border-top: 1px solid #dfdfdf;
		max-width: 100%;
		float: none;
		margin: 20px 0 -20px 0;
	}
	header .menu {
		padding: 20px;
	}
	.testimonials p {
		padding: 0;
	}
	header .menu .menu-primary-menu-container {
		display: none;
		position: absolute;
		padding: 15px;
		right: 0;
		background: #fff;
		margin-right: 15px;
		z-index: 100;
		min-width: 150px;
		border: 2px solid #f9690e;
	}
	header .menu ul li a,
	header .menu ul li {
		color: #252525;
		margin: 0;
		padding: 0;
		text-align: left;
		display: block;
	}
	header .menu ul li a {
		padding: 5px;
		font-size: 14px;
		border-bottom: 1px solid #e1e1e1;
	}
	.responsive-menu {
		display: block;
	}
	.slide-text {
		display: none;
	}
	.slider-info h3 {
		margin-bottom: 5px;
	}
	.slider-info-unit {
		margin-bottom: 20px;
	}
	.team-section .team-member {
		margin-bottom: 30px;
	}
	.team-section .team-member .team-member-details .social li a {
		margin-bottom: 5px;
	}
	.testimonials-section .testimonial .testimonial-avatar {
		margin-bottom: 20px;
	}
	.testimonials-section .testimonial .testimonial-content .testimonial-arrow {
		position: absolute;
		color: #f9690e;
		font-size: 30px;
		left: 0;
		right: 0;
		top: 0;
		width: 30px;
		margin: -14px auto 0;
	}
	.main-slider-under {
		margin-top: -20px;
	}
	footer .social,
	footer p {
		text-align: center;
		margin: 5px 0;
	}
	.twitter-section .twitter {
		padding: 0;
	}
	.main-slider .counting {
		margin-bottom: 10px;
	}
	.single-project .slider .slider-dots li {
		margin-bottom: 5px;
		width: 80px;
	}
}
@media (min-width: 992px) {
	.menu .menu-primary-menu-container {
		display: block !important;
	}
}
/* =========================== END RESPONSIVE ======================= */

.button-1,
.button-2,
.button-3 {
	margin-bottom: 15px;
}
@media (max-width: 600px) {
	.map-location .contact-form
 {
		position: relative;
		width: 100%;
	}
}
@media (max-width: 450px) {
	.timetable {
		display: none;
	}
}
@media (max-width: 700px) {
	.timetable ul li:first-child {
		width: 100%;
	}
	.timetable ul li {
		width: 25%;
		border: 1px solid #e1e1e1;
	}
	.timetable .timetable-head li {
		border: 0px solid #e1e1e1;
	}
}




/* === SHORTCODES === */

/* ------------------------- BUTTONS CSS */
.button {
	display: inline-block;
	padding: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 10px;
}
.button:hover {
	opacity: 0.8;
	color: #fff;
}
.button.button-type1 {
	border-radius: 5px;
}
.button.button-type2 {
	border-radius: 5px;
	color: rgba(0,0,0,0.6);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	border: 1px solid rgba(0,0,0,0.2);
	border-bottom: 2px solid rgba(0,0,0,0.2);
	font-weight: 700;
	font-size: 13px;
}
.button.button-large {
	padding: 15px 50px;
}
.button.button-medium {
	padding: 10px 30px;
	font-size: 13px;
}
.button.button-small {
	padding: 8px 20px;
	font-size: 12px;
}
.button-m1 {
	background: #21c2f8;
}
.button-m2 {
	background: #0072a5;
}
.button-m3 {
	background: #ff391f;
}
.button-m4 {
	background: #2cc541;
}
.button-m5 {
	background: #2f383d;
}
.button-m6 {
	background: #76beea;
}
.button-m7 {
	background: #9aa7af;
}
/* ------------------------- ALERT BOX CSS */
.alert-box {
	padding: 10px 35px 10px 10px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 0;
	font-size: 13px;
}
.alert-box button {
	border: 1px solid rgba(0,0,0,0.8);
	width: 20px;
	height: 20px;
	font-size: 12px;
	text-align: center;
	text-transform: lowercase;
	color: rgba(0,0,0,0.8);
	margin-right: -25px;
	border-radius: 30px;
	font-weight: 700;
	padding: 0 1px 0 0;
}
.alert-box p {
	margin: 0;
	font-size: 13px;
	line-height: 1.6em;
}
.alert-box.alert-normal {
	background: #eff5f7;
	border: 1px solid #dcdcdc;
}
.alert-box.alert-normal p {
	color: #959595;
}
.alert-box.alert-warning {
	background: #ffcdc7;
	border: 1px solid #fea094;
}
.alert-box.alert-warning p {
	color: #ff391f;
}
.alert-box.alert-information {
	background: #fff4bb;
	border: 1px solid #ffcc66;
}
.alert-box.alert-information p {
	color: #e99b00;
}
.alert-box.alert-succes {
	background: #c1faa8;
	border: 1px solid #9cff70;
}
.alert-box.alert-succes p {
	color: #6db74c;
}
.alert-box.alert-useful {
	background: #bceeff;
	border: 1px solid #8ae1ff;
}
.alert-box.alert-useful p {
	color: #21c2f8;
}
.alert-box.alert-custom {
	background: #decfdf;
	border: 1px solid #e2b5e5;
}
.alert-box.alert-custom p {
	color: #af75b3;
}
/* ------------------------- TABS CSS */
.tab-widget .nav-tabs {
	width: 100%;
	border-bottom: 0;
}
.tab-widget .nav-tabs li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0;
	width: 50%;
}
.tab-widget .nav-tabs li a {
	color: #999;
}
.tab-widget .tab-content {
	border: 1px solid #ddd;
	border-top: 0;
	padding: 20px;
	background: #fff;
}
.tab-widget .nav-tabs li a {
	border: 1px solid #fff;
	border-top: 4px solid #fff;
	border-bottom: 1px solid #ddd;
	padding: 8px 16px;
	border-radius: 0;
	margin: 0;
	display: block;
}
.tab-widget .nav-tabs li a:hover {
	background: none;
}
.tab-widget .nav-tabs li.active a {
	border-top: 4px solid #f9690e;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}

/* ------------------------- MINI POSTS CSS */
.mini-post {
	margin-bottom: 20px;
}
.mini-post .mini-post-cover {
	margin: 0 0 15px 0;
}
.mini-post .mini-post-cover a {
	display: block;
}
.mini-post .mini-post-cover img {
	width: 100%;
	height: auto;
}
.mini-post h3 a,
.mini-post h3 {
	margin: 0;
	color: #454345;
	font-size: 16px;
	font-weight: 600;
}
.mini-post h3 a:hover {
	color: #ec005e;
}
.mini-post h6 {
	color: #a3a2a2;
	font-weight: 400;
	font-size: 12px;
	margin: 5px 0 5px 0;
}
.mini-post p {
	font-size: 13px;
	color: #a3a2a2;
	margin: 0;
}

/* ------------------------- ACCORDION CSS */
.panel-heading {
	padding: 0;
}
.panel-heading h4 a {
	padding: 10px 15px;
	display: block;
}
.panel-body {
	color: #808080;
	font-size: 13px;
	line-height: 1.7em;
}
/* ------------------------- CAROUSEL CSS */
.our-clients-logo {
	position: relative;
}
.tesla-carousel-items {
	overflow: hidden;
}
.our-partners-arrows {
	position: absolute;
	top: 50%;
	margin: -32px auto 0;
	left: 0;
	right: 0;
	width: 100%;
}
.our-partners-arrows i {
	border: 2px solid #808080;
	color: #808080;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	line-height: 1.5em;
}
.our-clients-logo .our-partners-arrows {
	margin: -20px auto 0;
}
.our-partners-arrows .next {
	position: absolute;
	right: 0;
	margin-right: -40px;
}
.our-partners-arrows .next i {
	padding-top: 3px;
	padding-left: 3px;
}
.our-partners-arrows .prev i {
	padding-top: 3px;
	padding-right: 3px;
}
.our-partners-arrows .prev {
	position: absolute;
	left: 0;
	margin-left: -40px;
}
.our-partners-arrows .next.disabled i:hover,
.our-partners-arrows .prev.disabled i:hover,
.our-partners-arrows .next.disabled i,
.our-partners-arrows .prev.disabled i {
	color: #ccc !important;
	cursor: default;
	border: 2px solid #ccc !important;
}
/* ------------------------- TESTIMONIALS CSS */
.testimonials-slider {
	position: relative;
	margin-bottom: 80px;
}
.testimonials-slider .testimonials-arrows {
	position: absolute;
	width: 200px;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 5;
}
.testimonials-slider .slide-left {
	float: left;
	cursor: pointer;
	margin-top: 60px;
}
.testimonials-slider .slide-right {
	float: right;
	margin-top: 60px;
	cursor: pointer;
}
.testimonials-slider .testimonial {
	list-style: none;
	position: absolute;
	left: 0;
	text-align: center;
	top: 0;
}
.testimonials-slider .testimonial:first-child {
	position: relative;
}
.testimonials-slider .testimonials-dots {
	text-align: center;
	position: absolute;
	margin: 0 auto -40px;
	height: 20px;
	left: 0;
	right: 0;
	bottom: 0;
}
.testimonials-slider .testimonials-dots li {
	list-style: none;
	text-align: center;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}
.testimonials-slider .testimonials-dots li i {
	font-size: 12px;
	color: #808080;
}
.testimonials-slider .testimonials-arrows i {
	font-size: 20px;
	color: #808080;
}
.testimonials-slider .testimonial .testimonial-cover {
	margin-bottom: 20px;
}
.testimonials-slider .testimonial .testimonial-cover img {
	width: 140px;
	height: 140px;
	border-radius: 500px;
	border: 3px solid #686868;
}
.testimonials-slider .testimonial .testimonial-content h2 {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
}
.testimonials-slider .testimonial .testimonial-content p {
	color: #808080;
	font-weight: 400;
	font-size: 13px;
	margin: 0 0 15px 0;
	line-height: 2em;
	font-style: italic;
}
.testimonials-slider .testimonial .testimonial-content h3 {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: #787878;
}
.testimonials-slider .testimonial .testimonial-content h3 span {
	text-transform: none;
}
/* ------------------------- PRICING CSS */
.pricing-table {
	border-radius: 10px;
	background: #f1f1f1;
	padding-bottom: 20px;
	margin-bottom: 50px;
	box-shadow: 0 0 4px #999;
}
.pricing-table .pricing-table-name {
	text-align: center;
	border-radius: 10px 10px 0 0;
	background: #454545;
	color: #fff;
	font-size: 24px;
	padding: 5px;
	line-height: 1.5em;
	margin-bottom: 40px;
}
.pricing-table .pricing-table-stuff {
	padding: 0 0 20px 0;
	margin: 10px 50px 20px;
	border-bottom: 1px dotted #ccc;
}
.pricing-table .pricing-table-stuff li {
	list-style: none;
	font-size: 18px;
	color: #666;
	margin-bottom: 10px;
}
.pricing-table .pricing-table-stuff li span {
	font-weight: 700;
}
.pricing-table .pricing-table-price {
	font-size: 80px;
	font-weight: 700;
	color: #333;
	text-align: center;
	vertical-align: top;
	line-height: 1em;
	margin-bottom: 10px;
}
.pricing-table .pricing-table-price span {
	font-size: 20px;
	vertical-align: top;
	display: inline-block;
}
.pricing-table p {
	color: #ccc;
	text-align: center;
}
.slider-section {
	margin-bottom: 40px;
}
.styled {
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #999;
	font-size: 27px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}

/* PORTFOLIO */
.our-works-portfolio .filter {
	text-align: center;
	padding: 0;
	margin: 0 0 30px 0;
}
.our-works-portfolio .filter li {
	list-style: none;
	margin: 0 10px 15px 0;
	padding: 0;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.our-works-portfolio .filter li a {
	display: block;
	color: #808080;
	background: #f1f1f1;
	padding: 5px 15px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px dotted #808080;
}
.our-works-portfolio .filter li a.active,
.our-works-portfolio .filter li a:hover {
	color: #fff;
}
.our-works-portfolio .our-works-item .works-item-cover i {
	top: 50px;
}
.our-works-portfolio .our-works-item {
	margin-bottom: 30px;
}
.our-works-portfolio .our-works-item .works-item-cover {
	position: relative;
}
.our-works-portfolio .our-works-item .works-item-cover i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #fff;
	font-size: 30px;
	z-index: 3;
	width: 50px;
	height: 50px;
	padding-top: 6px;
	line-height: 1.5em;
	cursor: pointer;
	border-radius: 6px;
	margin: -25px auto 0;
}
.our-works-portfolio .our-works-item .works-item-cover i:hover {
	color: #121212;
}
.our-works-portfolio .our-works-item:hover .works-item-cover i {
	opacity: 1;
	filter: alpha(opacity=100);
}
.our-works-portfolio .our-works-item:hover .works-item-cover img {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
}

/* ERROR 404 */
.error-404-section {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.error-404-section .black-bg {
	background: rgba(0,0,0,0.7);
	padding: 200px 0;
}
.error-404-section h4 {
	text-align: center;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5em;
}
.error-404-section p {
	font-weight: 300;
	font-style: italic;
	font-size: 20px;
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 30px;
	text-align: center;
}
.error-404-section .widget-search-form {
	margin: 0 auto 30px;
	max-width: 300px;
}

.widget-search-form {
	position: relative;
}
.widget-search-form .search-line {
	border: 1px solid #a3a3a3;
	padding: 15px 45px 15px 15px;
	width: 100%;
}
.widget-search-form i {
	position: absolute;
	width: 50px;
	right: 0;
	top: 0;
	height: 50px;
	z-index: 1;
	text-align: center;
	font-size: 16px;
	padding-top: 16px;
	color: #999;
}
.widget-search-form .search-button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 50px;
	outline: none;
	height: 50px;
	border: 0;
	cursor: pointer;
	z-index: 2;
	background: none;
}




/* SHOP PAGE */
.sidebar .widget .mini-shop-item {
    position: relative;
    padding-left: 100px;
    min-height: 70px;
    margin-bottom: 20px;
}
.sidebar .widget .mini-shop-item .shop-item-image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.sidebar .widget .mini-shop-item h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 10px 0;
}
.sidebar .widget .mini-shop-item h4 a {
    color: #333;
}
.sidebar .widget .mini-shop-item h6 {
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin: 0;
}
.sidebar .widget .mini-shop-item .shop-item-image img {
    width: 70px;
    height: 70px;
}
/* =========================== START SHOP SECTION ===================== */
.shop-section {
    padding-bottom: 80px;
}
.shop-section .shop-filter {
    padding-bottom: 50px;
}
.shop-section .shop-filter h6 {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    padding-top: 8px;
}
.shop-section .shop-filter select {
    width: 150px;
    outline: none;
    border: 1px solid #eee;
    font-size: 14px;
    background: #f1f1f1;
    padding: 5px 10px;
    margin-left: 10px;
}
.shop-section .shop-items {
    padding-bottom: 20px;
}
.woocommerce .shop-items .shop-item {
    margin-bottom: 50px;
}
.woocommerce .shop-items .shop-item .item-image {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 4px solid #fff;
    overflow: hidden;
}
.woocommerce .shop-items .shop-item .item-details h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 4px 0;
}
.woocommerce .shop-items .shop-item .item-details h3 a {
    color: #333;
}
.woocommerce .shop-items .shop-item .item-details h5 {
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 5px 0;
}
.woocommerce .shop-items .shop-item .item-details h6 {
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin: 0;
}
.woocommerce .shop-items .shop-item .item-details h6 i {
    text-decoration: line-through;
    padding-right: 10px;
}
.woocommerce .shop-items .shop-item .item-hover .item-new,
.woocommerce .shop-items .shop-item .item-hover .item-sale,
.woocommerce .shop-items .shop-item .item-hover .item-sold {
    position: absolute;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 0;
    width: 70px;
    height: 70px;
    padding-top: 24px;
    line-height: 1.5em;
    background: #4c4c4c;
    text-transform: uppercase;
}
.woocommerce .shop-items .shop-item .item-hover .item-new {
    background: #808080;
}
.woocommerce .shop-items .shop-item .item-hover .item-hover-bg {
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
}
.woocommerce .shop-items .shop-item .item-hover h5 {
    position: absolute;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    right: 0;
    top: 50%;
    margin: -20px auto 0;
}
.woocommerce .shop-items .shop-item .item-hover h5 img {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
}
.woocommerce .shop-items .shop-item:hover .item-hover .item-hover-bg {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.woocommerce .shop-items .shop-item:hover .item-hover h5 {
    opacity: 1;
    filter: alpha(opacity=100);
}
.woocommerce .shop-items .shop-item .item-hover h5 a {
    color: #fff;
    display: block;
}
.woocommerce .shop-items .shop-item .item-hover h5 a:hover {
    color: #333;
}
.shop-section .shop-pagination,
.hercules-pagination {
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
}
.shop-section .shop-pagination li,
.hercules-pagination li {
    display: inline-block;
    list-style: none;
    *zoom: 1;
    margin: 0 5px;
    *display: inline;
}
.shop-section .shop-pagination li a,
.hercules-pagination li a {
    display: block;
    width: 30px;
    line-height: 1.5em;
    height: 30px;
    font-size: 14px;
    color: #333;
    border: 2px solid #ccc;
    padding-top: 2px;
}
.shop-item-page .alert {
    background: #f1f1f1;
    padding: 10px 15px;
    min-height: 56px;
    position: absolute;
    margin-top: -78px;
    width: 100%;
}
.shop-item-page .alert h4 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding-top: 8px;
}
.shop-item-page .alert a {
    float: right;
    color: #fff;
    padding: 6px 15px;
    font-size: 14px;
    text-transform: uppercase;
}
.shop-item-page .alert a:hover {
    background: #484848 !important;
}
.shop-item-page .shop-item-description {
    padding: 40px 0;
}
.shop-item-page .shop-item-description ul {
    margin-bottom: 20px;
    border-top: 2px solid #f1f1f1;
    border-bottom: 0;
}
.shop-item-page .shop-item-description li.active a {
    border: 0;
    border-top: 4px solid;
}
.shop-item-page .shop-item-description li a {
    text-transform: uppercase;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    border: 0;
    border-radius: 0;
    border-top: 4px solid #fff;
}
.shop-item-page .shop-item-description ul {
    border-top: 0;
}
.shop-item-page .shop-item-description .item-shop-rate {
    margin-bottom: 20px;
}
.shop-item-page .shop-item-description .shop-item-info {
    padding: 0 0 0 20px;
    margin: 0 0 30px 0;
    border: 0;
}
.shop-item-page .shop-item-description .shop-item-info li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding-left: 140px;
    font-style: italic;
}
.shop-item-page .shop-item-description .shop-item-info li span {
    position: absolute;
    width: 120px;
    top: 0;
    left: 0;
    font-style: normal;
}
.shop-item-page .slider ul.slider-dots {
    padding: 0;
    position: relative;
    margin: 0;
}
.shop-item-page .slider ul.slider-dots li {
    list-style: none;
    display: block;
    margin: 0 0 30px 0;
    width: 100%;
    height: 165px;
    cursor: pointer;
    border-radius: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
}
.shop-item-page .shop-item-describe .shop-item-top {
    margin-bottom: 40px;
}
.shop-item-page .shop-item-describe .shop-item-top ul {
    float: right;
}
.shop-item-page .shop-item-describe .shop-item-top ul li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-left: 6px;
}
.shop-item-page .shop-item-describe .shop-item-top a {
    font-size: 13px;
    font-style: italic;
    color: #4c4c4c;
}
.shop-item-page .shop-item-describe .shop-item-top ul li a {
    display: block;
    width: 34px;
    height: 34px;
    color: #808080;
    padding-top: 4px;
    line-height: 1em;
    font-size: 24px;
    text-align: center;
    border: 2px solid #808080;
}
.shop-item-page .shop-item-describe .shop-item-top ul li a:hover {
    background: #808080;
    color: #fff;
}
.shop-item-page .shop-item-describe h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-weight: 400;
}
.shop-item-page .shop-item-describe h2 {
    font-size: 40px;
    color: #4c4c4c;
    vertical-align: top;
    line-height: 1.5em;
}
.shop-item-page .shop-item-describe h2 span {
    font-size: 22px;
    vertical-align: top;
    line-height: 2em;
}
.shop-item-page .shop-item-describe .shop-item-vote {
    font-style: italic;
    margin-bottom: 30px;
}
.shop-item-page .shop-item-describe .add-cart {
    padding: 10px 25px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
}
.shop-item-page .shop-item-describe .add-cart:hover {
    background: #464646 !important;
}
.shop-item-page .shop-item-describe .shop-item-options {
    margin-bottom: 30px;
    font-size: 16px;
    padding-top: 20px;
}
.shop-item-page .shop-item-describe .shop-item-options select {
    width: 120px;
    border: 1px solid #eee;
    background: #f1f1f1;
    padding: 5px 10px;
    outline: none;
}
.shop-item-v1 {
    margin-bottom: 100px;
}
.shop-item-v1 .slider-section {
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}
.shop-item-v1 .slider-section .slider-dots {
    position: absolute;
    bottom: 0;
    right: 0;
}
.shop-item-v1 .slider-section .slider-dots li {
    display: block;
    width: 140px;
    height: auto;
    border-radius: 0;
}
.shop-item-v1 .slider-section .slider-dots li img {
    width: 140px;
    height: auto;
    border: 1px solid #e1e1e1;
}
.shop-item-v1 h1 {
    color: #4c4c4c;
    font-size: 36px;
    font-weight: 700;
    margin: 0 auto 5px;
    text-align: center;
    line-height: 1.5em;
    text-transform: uppercase;
}
.shop-item-v1 h4 {
    color: #808080;
    font-size: 13px;
    text-align: center;
    line-height: 1.5em;
    margin: 0 auto 10px;
    font-weight: 400;
    font-style: italic;
}
.shop-item-v1 h5 {
    color: #808080;
    font-size: 18px;
    text-align: center;
    line-height: 1.5em;
    margin: 0 auto 10px;
    font-weight: 400;
    font-style: italic;
}
.shop-item-v1 h6 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 20px 0;
}
.shop-item-v1 .add-to-cart {
    color: #4c4c4c;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 20px;
    margin: auto;
    border: 2px solid #4c4c4c;
    font-weight: 700;
}
.shop-item-v1 .shop-item-size {
    margin: 0 0 25px 0;
    padding: 0;
    text-align: center;
}
.shop-item-v1 .shop-item-size li {
    display: inline-block;
    color: #121212;
    margin: 0 5px 5px;
    *zoom: 1;
    *display: inline;
}
.shop-item-v1 .shop-item-size li a {
    color: #121212;
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 1.5em;
    display: block;
    font-size: 14px;
    padding-top: 5px;
    font-weight: 200;
}
.shop-item-v1 .add-to-cart:hover {
    color: #fff;
}
.shop-item-v1 p {
    padding: 0 150px;
    text-align: center;
}
.payment-options {
    padding: 50px;
    border: 1px solid #e1e1e1;
}
.payment-options h5 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #686868;
    margin: 0 0 10px 0;
}
.payment-options h6 {
    margin: 50px 0 10px 0;
    text-transform: uppercase;
    font-weight: 400;
    color: #686868;
    font-size: 12px;
}
.payment-options form {
    margin: 0 20% 0;
    width: 60%;
}
.payment-options select {
    border: 1px solid #e1e1e1;
    width: 100%;
    outline: none;
    margin: 0 0 30px 0;
    padding: 6px 15px;
    text-transform: uppercase;
}
.payment-options .pay-it-now {
    color: #4c4c4c;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 20px;
    margin: auto;
    border: 2px solid #4c4c4c;
    font-weight: 700;
}
.payment-options .pay-it-now:hover {
    color: #fff;
}
.cart-page {
    padding-bottom: 100px;
}
.cart-page h4 {
    color: #4c4c4c;
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 2px solid #efefef;
    text-transform: uppercase;
    font-weight: 400;
}
.cart-page .cart-page-ul {
    margin-bottom: 30px;
    padding: 0;
}
.cart-page .cart-page-ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 16px;
}
.cart-page .cart-page-ul li span {
    float: right;
}
.cart-page .coupon-b {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    background: #808080;
    font-size: 14px;
    color: #fff;
    padding: 15px 0;
}
.cart-page .coupon-line {
    width: 100%;
    padding: 15px 20px;
    font-style: italic;
    margin-bottom: 15px;
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
    font-size: 14px;
}
.cart-page .login-form .login-line {
	width: 100%;
    padding: 15px 20px;
    font-style: italic;
    margin-bottom: 15px;
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    font-size: 14px;
}
.cart-page .login-form .login-submit {
	color: #4c4c4c;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 20px;
    margin: auto;
    background: #fff;
    border: 2px solid #4c4c4c;
    font-weight: 700;
}
.cart-page .login-form .login-submit:hover {
    color: #fff;
}
.cart-page .cart-box-item {
    margin-bottom: 20px;
}
.cart-page .cart-box-item select {
    width: 100%;
    border: 1px solid #eee;
    background: #f1f1f1;
    padding: 5px 10px;
    outline: none;
}
.cart-page .cart-box-item-name {
    position: relative;
    padding-left: 140px;
    min-height: 60px;
}
.cart-page .cart-box-item-name .cart-avatar {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 70px;
    height: 70px;
    margin-left: 50px;
}
.cart-page .cart-box-item-name h2 {
    font-size: 16px;
    color: #383838;
    padding-top: 24px;
    text-transform: uppercase;
}
.cart-page .cart-box-item-name h2 a {
    color: #383838;
}
.cart-page .cart-box-item-name i {
    position: absolute;
    left: 0;
    right: 0;
    width: 30px;
    margin-top: 20px;
    height: 30px;
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
    color: #c1c1c1;
    font-size: 11px;
    border: 2px solid #ccc;
}
.price-filter {
    padding-top: 5px;
    text-align: center;
}
.price-filter a.filter-it {
    color: #4c4c4c;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 20px;
    margin: auto;
    border: 2px solid #4c4c4c;
    font-weight: 700;
}
.price-filter a.filter-it:hover {
    color: #fff;
}
.price-filter .price-filter-bg {
    position: relative;
    margin-bottom: 30px;
    height: 4px;
    width: 100%;
    background: #999;
    border-radius: 2px;
}
.price-filter .price-filter-bg .price-filter-area {
    width: 65%;
    margin: auto 15% auto 20%;
    height: 4px;
    position: relative;
}
.price-filter .price-filter-bg .price-filter-area .price-filter-start {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 0;
    margin-top: -5px;
}
.price-filter .price-filter-bg .price-filter-area .price-filter-end {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    margin-top: -5px;
}
/* =========================== END SHOP SECTION ===================== */

/*home-v2*/
.fullwidth-section {
    width: 100%;
    clear: both;
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
}
.column.no-space.dt-sc-one-fourth {
    width: 25%;
}
.column.no-space {
    margin-left: 0px;
    margin-right: 0px;
}
.column.first {
    margin-left: 0px;
}
.column {
    margin: 0px 0px 0px 2.6%;
    float: left;
    min-height: 1px;
    position: relative;
}
.dt-sc-ico-content.type6 {
    text-align: center;
}
.dt-sc-ico-content {
    width: 100%;
    margin: 0px;
    padding: 0px;
    clear: both;
    display: block;
    text-align: center;
}
.dt-sc-ico-content.type6 .dt-sc-iconbox {
    display: inline-block;
    margin-bottom: 15px;
    min-height: 124px;
    position: relative;
    width: 100%;
}
.dt-sc-ico-content.type6 .dt-sc-iconbox .icon span {
    line-height: 110px;
}
.dt-sc-ico-content.type2 .icon img, .dt-sc-ico-content.type6 .icon img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.column img {
    max-width: 100%;
    height: auto;
}
.dt-sc-ico-content.type6 .icon:after {
    box-shadow: 0 0 0 4px #b6cb50;
}
.dt-sc-ico-content.type6 .icon:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
.dt-sc-ico-content.type6 h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;
}
.dt-sc-ico-content.type6 .dt-sc-iconbox .icon {
    width: 110px;
    height: 110px;
    border: 5px solid;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    background-color: #f9690e;
    border: 5px solid #f9690e;
}
.text-divider-double {
    position: relative;
    margin: 60px 0 12px 0;
    text-align: center;
	font-size: 30px;
    color: #454345;
	font-weight: 700;
	text-transform: uppercase;
}
.sep-para{
	text-align: center;
    margin: 14px 0 42px 0;
    width: 100%;
    display: block;
}
.text-divider-double+.sep {
    margin: 0 0 10px 0;
    position: relative;
}
.sep{
    position: relative;
    display: block;
    clear: both;
    margin: 60px 0 30px 0;
    min-width: 100%;
    height: 1px;
    border-top: 1px solid;
    color: #E8E8E8;
}
.text-divider-double+.sep:after {
  content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 120px;
    height: 6px;
    background: #f9690e;
    margin-left: -60px;
}
@media only screen and (max-width: 767px){
.column.no-space.dt-sc-one-fourth {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
}

}

/*Time Table Section*/

.sc85_trigger_animation.sc85_bottom-to-top {
    -webkit-animation: sc85_btt 0.5s 1 ease-out;
    animation: sc85_btt 0.5s 1 ease-out;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px;
}
.sc85_animate {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.wpt_weekly_classes_schedule .weekdays, .wpt_weekly_classes_schedule .weekdays_short {
    margin-bottom: 25px;
}
.wpt_weekly_classes_schedule .weekdays, .wpt_weekly_classes_schedule .weekdays_short {
    text-align: center;
}
.wpt_weekly_classes_schedule .weekdays li, .wpt_weekly_classes_schedule .weekdays_short li {
    margin: 0;
}
.wpt_weekly_classes_schedule .weekdays li, .wpt_weekly_classes_schedule .weekdays_short li {
    display: inline-block;
    margin: 0 10px;
}
.copy ul>li {
    margin: 5px 0;
    position: relative;
}
.wpt_weekly_classes_schedule .weekdays a.current, .wpt_weekly_classes_schedule .weekdays_short a.current {
    color: #FFF;
    background: #f9690e;
}
.wpt_weekly_classes_schedule .weekdays a, .wpt_weekly_classes_schedule .weekdays_short a {
    color: #404040;
    background: transparent;
    font-weight: 600;
    font-size: 0.95em;
    padding: 2px 13px 2px;
    display: inline-block;
    border-radius: 12px;
}
.wpt_weekly_classes_schedule .classes .daily_classes {
    position: relative;
}
.wpt_weekly_classes_schedule .classes .daily_classes {
    display: block;
    zoom: 1;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-left: 3px;
}
.wpt_weekly_classes_schedule .classes .daily_classes .wrapper:before {
    top: 0px;
}
.wpt_weekly_classes_schedule .classes .daily_classes .wrapper:before, .wpt_weekly_classes_schedule .classes .daily_classes .wrapper:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    background: #FFF;
    position: absolute;
    left: 0;
    z-index: 1;
}
.wpt_weekly_classes_schedule .classes .daily_classes .class_entry:first-child {
    border-left-color: transparent;
}
.wpt_weekly_classes_schedule .classes .daily_classes.active .class_entry {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.wpt_weekly_classes_schedule .classes .daily_classes .class_entry {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.wpt_weekly_classes_schedule .classes .daily_classes .class_entry {
    width: 25%;
    float: left;
    padding: 20px;
    border: 1px solid #eee;
    text-align: center;
    margin-right: -1px;
    margin-bottom: -1px;
}
.wpt_weekly_classes_schedule .classes .class_entry .icon {
    width: 30%;
    margin: 0 auto;
}
.wpt_weekly_classes_schedule .classes .class_entry .time {
    color: #FFF;
    background: #f9690e;
    font-weight: 600;
    font-size: 0.85em;
    margin: 6px 0;
    padding: 1px 10px 2px;
    display: inline-block;
    border-radius: 12px;
}
.wpt_weekly_classes_schedule .classes .class_entry .name {
    text-transform: uppercase;
    font-size: 1.1em;
    margin-top: 5px;
}
.wpt_weekly_classes_schedule .classes .class_entry .trainer {
    font-size: 0.933em;
    color: #999;
    margin-top: 3px;
}
.wpt_weekly_classes_schedule .classes .daily_classes a {
    color: #404040;
}
.wpt_weekly_classes_schedule .classes .daily_classes .class_entry:nth-child(4n+4) {
    border-right-color: transparent;
}
.wpt_weekly_classes_schedule .classes .daily_classes .class_entry:nth-child(1n+4) {
    border-left-color: transparent;
}
.wpt_weekly_classes_schedule .classes .daily_classes.active .class_entry {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/*Time Table Section End*/

.ft-team.team-slider-style-2 {
    margin: 50px 0 50px;
}
.ft-team.team-slider-style-2 .team-info-wrap .team-social {
    margin-top: 12px;
    visibility: hidden;
}
.ft-team.team-slider-style-2 .team-info-wrap .team-social a {
    color: #000;
    font-size: 16px;
    margin: 0 9px;
}
.ft-team.team-slider-style-2 .ft-team-container .team {
    position: relative;
}
.ft-team.team-slider-style-2 .team-wrap:hover .team .section-two {
    opacity: 0;
}
.ft-team.team-slider-style-2 .team-wrap:hover .team .team-info-wrap {
    opacity: 1;
}
.ft-team.team-slider-style-2 .team-wrap:hover .team-info-wrap .team-social {
    visibility: visible;
}
.ft-team.team-slider-style-2 .ft-team-container .team .section-one {
    width: 100%;
    text-align: center;
}
.ft-team.team-slider-style-2 .ft-team-container .team .section-one img {
    display: inline-block;
    max-height: 343px;
    width: auto;
}
.ft-team.team-slider-style-2 .ft-team-container .team .section-two {
    border-top: 1px solid #383838;
    background-color: #191919;
    text-align: center;
    padding-bottom: 10px;
    color: #959595;
    -webkit-transition: opacity 0.2s ease-in-out;
       -moz-transition: opacity 0.2s ease-in-out;
        -ms-transition: opacity 0.2s ease-in-out;
         -o-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out;
}
.ft-team.team-slider-style-2 .ft-team-container .team .section-two h6 {
    text-transform: uppercase;
    padding-top: 8px;
    margin-bottom: 3px;
}
.ft-team.team-slider-style-2 .ft-team-container .team .section-two p {
    color: #959595;
    margin: 0;
}
.ft-team.team-slider-style-2 .ft-team-container .team-info-wrap {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding-bottom: 30px;
    opacity: 0;
    color: #000;
    -webkit-transition: opacity 0.2s ease-in-out;
       -moz-transition: opacity 0.2s ease-in-out;
        -ms-transition: opacity 0.2s ease-in-out;
         -o-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out;
}
.ft-team.team-slider-style-2 .ft-team-container .team-info-wrap .title {
    float: left;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 1px;
    margin-bottom: 13px;
    position: relative;
}
.ft-team.team-slider-style-2 .ft-team-container .team-info-wrap .title::after {
    content: '';
    border-bottom: 1px solid black;
    height: 1px;
    position: absolute;
    width: 36px;
    bottom: 0;
    left: 50%;
    margin-left: -18px;
}
.ft-team.team-slider-style-2 .ft-team-container .team-info-wrap h6 {
    color: #000;
    margin-bottom: 3px;
    text-transform: uppercase;
    z-index: 100;
    position: relative;
}

@media (min-width: 992px) {
    .team-slider-style-2-heading .slider-nav {
        text-align: right;
    }
}
.team-slider-style-2-heading.bottom .slider-nav {
    text-align: center;
    margin-bottom: 30px;
}
.team-slider-style-2-heading .owl-prev {
    background:url(../images/icons/hr-slide-prv-btn.png) no-repeat 50% 50%;
}
.team-slider-style-2-heading .owl-next {
    background:url(../images/icons/hr-slide-next-btn.png) no-repeat 50% 50%;
}
.team-slider-style-2-heading .slider-nav div {
    text-align: left;
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 10px !important;
    padding: 7px 22px !important;
    font-size: 12px;
    opacity: 0.5;
    text-indent: -9999px;
    border: 1px solid #736b75;
    cursor: pointer;
}
.team-slider-style-2-heading .slider-nav div:hover {
    opacity: 1;
}

.team-slider-style-2-heading {
    margin-top: 30px;
}
.team-slider-style-2-heading .left {
    margin-top: 60px;
}
.team-slider-style-2-heading .left .heading {
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    font-style: italic;
    color: #FFF;
    display: inline-block;
}
.team-slider-style-2-heading .left .border {
    width: 67px;
    height: 2px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 15px;
}
.ft-team.team-slider-style-2 .ft-team-container .team-wrap.active .section-two {
    opacity: 0;
}
.ft-team.team-slider-style-2 .ft-team-container .team-wrap.active .team-info-wrap,
.ft-team.team-slider-style-2 .ft-team-container .team-wrap.active .team-info-wrap .team-social {
    opacity: 1;
    visibility: visible;
}

/*Blog Section Start*/

.newsContent {
    padding: 0 208px;
}
.postMeta.text-right {
    padding-left: 115px;
}
.postCont h5 a {
    color: #333333;
    font-size: 17px;
    letter-spacing: 0.68px;
}
.postMeta .authorName a {
    color: #C2C2C2;
    font-family: 'Lato';
    font-style: italic;
}
.postContent a {
    color: #ec507e;
}
.postMeta {
    padding-bottom: 18px;
}
.postCont p {
    font-weight: 400;
    letter-spacing: .52px;
    font-size: 13px;
    line-height: 1.846;
}
.postCont .blogTags a {
    font-family: 'Lato';
}
.postCont .blogTags a:nth-child(odd) {
    color: #c2c2c2;
}
.postCont .blogTags a:nth-child(even) {
    color: #c69c6d;
    font-style: italic;
}
.singlePost {
    margin-bottom: 30px;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px;
}
.postThumb {
    position: relative;
    overflow: hidden;
    -webkit-transform: scale(.999);
    -ms-transform: scale(.999);
    transform: scale(.999);
}
.postThumb:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.postThumb img {
    width: 100%;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.postThumb:hover .postHover {
    visibility: visible;
    opacity: 1;
}
.postHover {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    height: 100%;
    width: 100%;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}
.postHovBtns {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.postHovBtns a:hover {
    background: #f9690e;
    border-color: #f9690e;
	color:white !important;
}
.postHovBtns a {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    margin: 0 3px;
    padding-top: 10px;
    width: 40px;
}
.postDate {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
}
.postDate span.date {
    background: #f9690e none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-family: Lato;
    font-size: 15px;
    font-weight: 400;
    height: 42px;
    letter-spacing: 0.6px;
    padding-top: 12px;
    width: 45px;
}
a.postPop{
	display:none;
}
.postDate span.month {
    background: #000000 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-family: "latosemibold";
    font-size: 12px;
    height: 39px;
    letter-spacing: 0.24px;
    padding-top: 12px;
    text-transform: uppercase;
    width: 45px;
}

@media (min-width: 1200px) {
    .newsContent .col-md-6:nth-child(even) .postCont {
        text-align: right;
    }
    .postCont {
        padding: 39px 38px 41px 15px;
    }
}

@media (max-width: 1199px) {
    .postCont {
        padding: 39px 38px 41px 38px;
    }
}

.newsContent .button-wrapper {
    margin-top: 30px;
}
/*end home-v2*/


/*new-styles-while-building-the-theme*/

/* Twitter */
.twitter-carousal {
    list-style: outside none none;
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.twitter-carousal li {
    float: left;
    width: 100%;
}
.twitter-carousal li h3 {
    float: left;
    font-style: italic;
    margin: 10px 0 18px;
    text-align: center;
    width: 100%;
}
.twitter-carousal li > a {
    display: table;
    margin: 0 auto;
}
.twitter-carousal li span {
    float: left;
    font-size: 13px;
    letter-spacing: 0.3px;
    margin-top: 20px;
    width: 100%;
    text-transform: uppercase;
}
.twitter-carousal .owl-dots {
    position: relative;
    text-align: center;
}
.twitter-carousal .owl-dots > .owl-dot {
    display: inline-flex;
    float: none;
}
.twitter-carousal .owl-nav {
    float: left;
    margin-top: 30px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 22;
}
.twitter-carousal .owl-nav > div:hover:before{
    color: #fff;
}
.twitter-carousal .owl-nav > div {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;

    color: transparent;
    display: inline-block;
    height: 30px;
    margin: 0 3px;
    position: relative;
    width: 30px;
}
.twitter-carousal .owl-nav > .owl-next::before {
    content: "\f105";
}
.twitter-carousal .owl-nav > div::before {
    color: #fff;
    content: "\f104";
    font-family: fontawesome;
    font-size: 16px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.wpb_gmaps_widget .wpb_wrapper {
	padding: 0 !important;
}

.no-padding-column .wpb_column .vc_column-inner {
	padding: 0;
}

.heading-style-2 .sep-top {
	width: 120px;
	border-top: 6px solid #f9690e;
	margin: 0 auto;
	position: relative;
	top: -6px;
}
.heading-style-2 .sep::after {
	content: none;
}

/*heading style 3*/
.heading-style-3 {
    text-align: center;
    margin: 40px 0;
}
.heading-style-3 h2 {
    text-transform: uppercase;
    font-weight: 600;
}
.heading-style-3 p {
    margin: 15px 0;
}
.heading-style-3 .bar {
	display: inline-block;
}
.heading-style-3 span {
	height: 2px;
	width: 40px;
	float: left;
}
.heading-style-3 .seperator {
	width: 30px;
}
/*end heading style 3*/

/*teaser style 2*/
.single-fitness-service-round-icon.square-box {
    border: 2px solid #f7f7f7;
    padding: 0 13px;
    margin: 90px 0 30px 0;
    transition: all .3s ease;
    text-align: center;
}

.single-fitness-service-round-icon.square-box .teaser-btn {
    display: inline-block;
    background: #ffffff repeat;
    border: 2px solid #f7f7f7;
    color: #272727;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 30px;
    padding: 8px 40px;
    position: relative;
    top: 25px;
    margin-top: -25px;
    transition: all 0.3s ease;
}

.single-fitness-service-round-icon.square-box:hover .teaser-btn {
    color: #ffffff;
    background-color: #F9690E;
    border-color: #F9690E;
}

.single-fitness-service-round-icon p {
    font-size: 14px;
    color: #9e9e9e;
    line-height: 24px;
}

.single-fitness-service-round-icon.square-box:hover .icon-box {
    background: #fbf3ee;
    border-color: #f9690e;
}

.single-fitness-service-round-icon.square-box .icon-box {
    margin-top: -53.5px;
    transition: all 0.3s ease;
}

.single-fitness-service-round-icon .icon-box {
    width: 107px;
    height: 107px;
    border-radius: 50%;
    border: 5px solid #f7f7f7;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.single-fitness-service-round-icon .icon-box .fc-icon img {
	text-align: center;
    vertical-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
    width: 85px;
    margin: 14px 0 0 7px;
}
/*end teaser style 2*/

/*class slider v2*/
.img-fullwidth {
	width: 100%;
}

.class-slider-style-2 .class-item {
	margin-bottom: 30px;
}
.class-slider-style-2 .class-item .thumb {
	margin-bottom: 20px;
}
.class-slider-style-2 .class-item .post-title {
	padding: 8px 0 0 0;
}
.class-slider-style-2 .class-item .btn-read-more {
	padding: 0;
	font-size: 14px;
}
.class-slider-style-2 .owl-controls .owl-dots {
	text-align: center;
}
.class-slider-style-2 .owl-controls .owl-dot {
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	display: inline-block;
	border-radius: 15px;
	opacity: 0.5;
}
.class-slider-style-2 .owl-controls .owl-dot.active,
.class-slider-style-2 .owl-controls .owl-dot:hover {
	opacity: 1;
}
/*end class slider v2*/

/*team slider v3*/
.team-slider-style-3 {
	position: relative;
	max-width: 1370px;
	margin: 0 auto 50px;
}
.team-slider-style-3 .team-wrap {
	position: relative;
}
.team-slider-style-3 .team-wrap .thumb {
	filter: saturate(10%);
	-webkit-filter: saturate(10%);
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
}
.team-slider-style-3 .team-wrap:hover .thumb {
	filter: saturate(50%);
	-webkit-filter: saturate(50%);
}
.team-slider-style-3 .team-wrap .title {
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
	background-color: rgba(48, 48, 48, 0.7);
	position: absolute;
	bottom: 0;
	width: 100%;
}
.team-slider-style-3 .slider-nav .owl-prev,
.team-slider-style-3 .slider-nav .owl-next {
	font-size: 60px;
	color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	width: 60px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 9;
}
.team-slider-style-3 .slider-nav .owl-prev {
	left: -8%;
}
.team-slider-style-3 .slider-nav .owl-next {
	right: -8%;
}
@media (max-width: 1675px) {
	.team-slider-style-3 .slider-nav .owl-prev {
		left: 0%;
	}
	.team-slider-style-3 .slider-nav .owl-next {
		right: 0%;
	}
}

.team-slider-style-3-btn {
	padding: 10px 57px;
	color: #FFF;
	font-size: 18px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	z-index: 1;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	-webkit-transition: all 1s;
	   -moz-transition: all 1s;
	    -ms-transition: all 1s;
	     -o-transition: all 1s;
	        transition: all 1s;
}
.team-slider-style-3-btn::after {
	content: '';
	background-color: #666;
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	opacity: 0;
	position: absolute;
	z-index: -1;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	   -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	     -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	        transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-webkit-transition: all 1s;
	   -moz-transition: all 1s;
	    -ms-transition: all 1s;
	     -o-transition: all 1s;
	        transition: all 1s;
}
.team-slider-style-3-btn:hover {
	color: #FFF;
}
.team-slider-style-3-btn:hover::after {
	height: 250%;
	opacity: 1;
}
/*end team slider v3*/

/*testimonial slider v2*/
.testimonial-slider-v2 .item .thumb {
	margin-bottom: 20px;
}
.testimonial-slider-v2 .item .content p {
	color: #fff;
	font-size: 16px;
	line-height: 1.7em;
	padding: 0 100px;
	margin-bottom: 20px;
}
.testimonial-slider-v2 .item .content .title {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.testimonial-slider-v2 .item .content {
	position: relative;
}
.testimonial-slider-v2 .item .content::after {
	content: '\f10e';
	color: #A3A2A2;
	font-family: 'fontawesome';
	font-size: 100px;
	left: 46%;
	top: 84%;
	opacity: 0.1;
	position: absolute;
}

.testimonial-slider-v2 .counting {
	position: inherit;
	margin-top: 20px;
}
.testimonial-slider-v2 .counting li {
	width: 15px;
	height: 15px;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
}
/*end testimonial slider v2*/

/*hercules-contact-form*/
.hercules-contact-form-container .contact-form {
	position: absolute;
	width: 400px;
	top: 0;
}
@media (max-width: 991px) {
	.hercules-contact-form-container .contact-form {
		position: relative;
		width: 100%;
		margin: 0 -15px;
	}
}
/*end hercules-contact-form*/

/*home v4 about section*/
.about-home-v4 .overlay {
    background: rgba(225,224,230,0.9);
    height: 100%;
    padding-top: 100px;
}
.about-home-v4 .heading {
    width: 100%;
    float: left;
    border-left: 2px solid #000;
}
.about-home-v4 .heading p {
    text-transform: uppercase;
    color: #000;
    padding: 0 0 0 20px;
}
.about-home-v4 .heading h1 {
    font-family: 'Open Sans';
    font-size: 35px;
    color: #f9690e;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 0 20px;
    margin: 0;
}
.about-home-v4 .text {
    width: 100%;
    float: left;
    padding-top: 20px;
}
.about-home-v4 .text p {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #000;
    text-align: left;
    padding: 0 0 0 0;
    margin: 0;
}
.about-home-v4 .featured {
    width: 100%;
    float: left;
    padding-top: 50px;
}
.about-home-v4 .featured .fea-icon {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    float: left;
    margin-right: 25px;
    text-align: center;
    line-height: 74px;
}
.about-home-v4 .hr-icon {
	font-size: 50px;
    vertical-align: middle;
    color: white;
}
.about-home-v4 .featured .featured-text h3 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    padding: 0 0 10px 0;
    font-weight: bold;
    font-family: 'Open Sans';
}
.bg-col-orange {
    background-color: #f9690e;
}
.bg-col-green {
    background-color: #9bde3b;
}
.bg-col-red {
    background-color: #ff0000;
}
/*end home v4 about section*/

/*heading style 4*/
.heading-style-4 {
	margin: 40px 0 50px 0;
	text-align: center;
}
.heading-style-4 h2 {
	font-weight: 600;
}
/*end heading style 4*/

/*team slider style 4*/
.team-slider-style-4 {
	margin: 0 auto;
}
.team-slider-style-4 .team-wrap {
	position: relative;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
}
.team-slider-style-4 .team-wrap .main-title {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	left: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 10px 0;
	background-color: rgba(48, 48, 48, 0.7);
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
}
.team-slider-style-4 .team-wrap .info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #000;
	font-size: 14px;
	line-height: 21px;
	opacity: 0;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
}
.team-slider-style-4 .team-wrap .info .bg-color {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.95;
}
.team-slider-style-4 .team-wrap .info .wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.team-slider-style-4 .team-wrap .title {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.team-slider-style-4 .team-wrap .sub-title {
	position: relative;
	margin: 0 0 20px;
}
.team-slider-style-4 .team-wrap .sub-title::after {
	content: '';
	width: 36px;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	bottom: -10px;
}
.team-slider-style-4 .team-wrap .social-btns {
	margin: 20px 0 0;
}
.team-slider-style-4 .team-wrap .social-btns a {
	color: #000;
	font-size: 16px;
	margin: 0 5px;
}
.team-slider-style-4 .team-wrap:hover {
	filter: saturate(50%);
	-webkit-filter: saturate(50%);
}
.team-slider-style-4 .team-wrap:hover .main-title {
	opacity: 0;
}
.team-slider-style-4 .team-wrap:hover .info {
	opacity: 1;
}

.team-slider-style-4-wrapper {
	position: relative;
	margin-bottom: 50px;
}
.team-slider-style-4-wrapper .slider-nav .owl-prev,
.team-slider-style-4-wrapper .slider-nav .owl-next {
	font-size: 60px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 12px;
	display: inline-block;
	width: 60px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 9;
}
.team-slider-style-4-wrapper .slider-nav .owl-prev:hover,
.team-slider-style-4-wrapper .slider-nav .owl-next:hover {
	color: #FFF;
}

.team-slider-style-4-wrapper .slider-nav .owl-prev {
	left: 0;
}
.team-slider-style-4-wrapper .slider-nav .owl-next {
	right: 0;
}

@media (min-width: 1170px) {
	.team-slider-style-4 {
		max-width: 816px;
	}
	.team-slider-style-4-wrapper .slider-nav .owl-prev {
		left: 7%;
	}
	.team-slider-style-4-wrapper .slider-nav .owl-next {
		right: 7%;
	}
}
/*end team slider style 4*/

/*product slider*/
.product-slider {
	position: relative;
}
.product-slider .content {
	border: 1px solid #d1d1d1;
	border-top: none;
	text-align: center;
	padding: 18px;
}
.product-slider .line-bottom {
	color: #24272A;
	padding: 8px 0 0 0;
}
.product-slider .star-rating {
	font-size: 14px;
	float: none;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 8px;
}
.product-slider .price {
	color: #333333;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 0 15px;
	margin: 0;
}
.product-slider .class-item a.button {
	background-color: transparent;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: inherit;
	position: relative;
}
.product-slider .class-item a.button:hover {
	background-color: transparent;
}
.product-slider .class-item a.button.loading::after {
	top: 50%;
    margin-top: -10px;
}
.product-slider .class-item a.button.added {
	display: none;
}
.product-slider .class-item a.added_to_cart {
	padding: 0;
}
.product-slider .class-item a.button img {
	display: none;
}
.product-slider .owl-controls .owl-nav div {
	color: #FFF;
	display: block;
	padding: 10px;
	position: absolute;
	top: 60%;
	margin-top: -19px;
	z-index: 9;
	opacity: 0.5;
	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-transition: all 0.4s ease 0s;
	   -moz-transition: all 0.4s ease 0s;
	    -ms-transition: all 0.4s ease 0s;
	     -o-transition: all 0.4s ease 0s;
	        transition: all 0.4s ease 0s;
}
.product-slider .owl-controls .owl-nav .owl-prev {
	left: 0;
}
.product-slider .owl-controls .owl-nav .owl-next {
	right: 0;
}
.product-slider .owl-controls .owl-nav div:hover {
	opacity: 1;
}
/*end product slider*/

.hercules-page-content,
.hercules-sidebar-content {
	margin-top: 60px;
}

.no-breadcrumb .hercules-page-content,
.no-breadcrumb .hercules-sidebar-content {
	margin-top: 0;
}

footer.invert-footer {
	background: #4c4c4c;
	margin-top: 20px;
}

/*woocommerce*/
@media (min-width: 992px) {
	.hercules-woocommerce-ordering-wrapper {
		text-align: right;
	}
}
.woocommerce .shop-items .shop-item .item-hover h5 a {
	background-color: transparent;
	padding: 0;
	font-weight: normal;
	border-radius: 0;
	opacity: 1;
}
.woocommerce .shop-items .shop-item .item-hover h5 a.loading::after {
	top: 50%;
	margin-top: -12px;
}
.woocommerce .shop-items .shop-item .item-hover h5 a.added {
	display: none;
}

.shop-section .shop-pagination li a {
	line-height: 26px;
    padding: 0;
}
.shop-section .shop-pagination li a i {
	line-height: 26px;
}
.widget ul li a span.count:not(.hercules-count) {
	float: inherit;
	color: inherit;
	font-size: inherit;
}
.widget ul li ul.children {
	margin-left: 15px;
}
.widget select {
	width: 100%;
	outline: none;
	border: 1px solid #eee;
	font-size: 14px;
	background: #f1f1f1;
	padding: 5px 10px;
}
.archive-header .title {
	color: #454345;
}
.wc-notice-wrapper {
	position: relative;
}
.wc-notice-wrapper .notice-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.65;
}
.wc-notice-wrapper .demo_store {
	position: relative;
	background-color: transparent;
}
.woocommerce form .form-row {
	padding: 0;
}
.woocommerce form .form-row select {
	outline: none;
	border: 1px solid #eee;
	font-size: 14px;
	background: #f1f1f1;
	padding: 5px 10px;
}
.woocommerce .shop-items .shop-item .item-image .wp-post-image {
	width: 100%;
}
/*end woocommerce*/

.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 4px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
	color: #4c4c4c;
	text-transform: uppercase;
	font-size: 14px;
	border: 2px solid #4c4c4c;
	background-color: transparent;
	padding: 6px 20px;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
	color: #FFF;
	opacity: 1;
}

.woocommerce .widget_rating_filter ul li a {
	line-height: 1;
}
.woocommerce .widget_rating_filter ul li {
	margin-bottom: 10px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	line-height: 10px;
	font-size: 14px;
	height: 16px;
	width: 16px;
	top: 5px;
}

.woocommerce .widget_layered_nav ul li a {
	display: inline-block;
}
.woocommerce .widget_layered_nav ul li span {
	line-height: 23px;
	display: inline-block;
	padding: 0;
	font-size: 13px;
}
.woocommerce ul.cart_list li .reviewer,
.woocommerce ul.product_list_widget li .reviewer {
	margin-top: 3px;
	display: inline-block;
	font-size: 13px;
}
.sidebar .widget .mini-shop-item .shop-item-image img {
	height: auto;
}
.woocommerce .widget_layered_nav_filters ul li {
	float: none;
}
.tagcloud a {
	font-size: 13px !important;
}

/*single product*/
.hercules-page-content > .product {
	width: 100%;
	padding: 0;
}
.shop-item-v1 .slider-section .slide-wrapper img {
	width: 100%;
}
.shop-item-v1 {
	position: relative;
}
.shop-item-v1 .item-sale {
	position: absolute;
	text-align: center;
	font-size: 16px;
	color: #fff;
	width: 70px;
	height: 70px;
	padding-top: 24px;
	line-height: 1.5em;
	text-transform: uppercase;
	z-index: 9;
}
.hercules-page-content .product .shop-item-v1 .woocommerce-product-rating,
.hercules-page-content .product .shop-item-v1 .cart {
	display: table;
	margin: 0 auto;
}
.hercules-page-content .product .shop-item-v1 .cart {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.hercules-page-content .product .shop-item-v1 .cart .quantity {
	float: none;
	margin: 0 10px 0 0;
	display: inline-block;
}
.woocommerce .quantity .qty {
	border: 2px solid #ccc;
	padding: 6px 0;
	color: #121212;
}
.hercules-page-content .product .shop-item-v1 .cart .qty {}
.hercules-page-content .product .shop-item-v1 .cart .button {
	color: #4c4c4c;
	text-transform: uppercase;
	font-size: 14px;
	border: 2px solid;
	background-color: transparent;
	padding: 9px 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	float: none;
}
.hercules-page-content .product .shop-item-v1 .cart .button:hover {
	opacity: 1;
	color: #fff;
}
.hercules-page-content .product .shop-item-v1 .cart .button.disabled:hover {
	opacity: 0.75;
}
.hercules-page-content .product .shop-item-v1 .product_meta {
	text-align: center;
}
.hercules-page-content .product .shop-item-v1 .cart .label label {
	color: #999;
	text-transform: uppercase;
	margin-top: 7px;
}
.hercules-page-content .product .shop-item-v1 .cart .reset_variations {
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	top: 3px;
}
.hercules-page-content .product .shop-item-v1 .cart select {
	outline: none;
	border: 1px solid #eee;
	font-size: 14px;
	background: #f1f1f1;
	padding: 5px 10px;
}
.hercules-page-content .product .shop-item-v1 .cart .variations select {
	max-width: inherit;
	min-width: inherit;
}
.hercules-page-content .product .shop-item-v1 .cart .woocommerce-variation-price {
	margin: 15px 0;
}
.woocommerce div.product .woocommerce-tabs {
	margin-bottom: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	border: 1px solid #e4e1e3;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	content: none;
}
.woocommerce #reviews #comments h2 {
	padding: 15px 0 10px;
}
.woocommerce #review_form #respond .comment-reply-title {
	font-size: 22px;
	margin: 25px 0 15px 0;
	display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	content: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
	padding: 25px;
	border: 1px solid #e4e1e3;
	-webkit-border-radius: 0 0 4px 4px;
	        border-radius: 0 0 4px 4px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	font-size: 16px;
	background-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	color: #FFF;
}
/*end single product*/

/*cart*/
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 150px;
	padding: 10px 20px;
	line-height: 19px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	padding: 15px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 70px;
}
.woocommerce table.shop_table th {
	font-size: 14px;
	font-weight: normal;
	color: #4c4c4c;
	text-transform: uppercase;
}
.woocommerce table.shop_table td {
	font-size: 14px;
}
/*end cart*/

/*my-account*/
.woocommerce form.login, .woocommerce form.register {
	padding: 0;
	margin: 0 0 45px;
	border: none;
}
.woocommerce form.checkout_coupon {
	margin: 0 0 65px;
}
.woocommerce form .form-row label.inline {
	margin-left: 10px;
	font-size: 14px;
	font-weight: normal;
}
.woocommerce form .form-row label.inline #rememberme {
	position: relative;
	top: 2px;
}
.woocommerce-MyAccount-navigation {
	border-top: 1px solid #e1e1e1;
}
.woocommerce-MyAccount-navigation li {
	padding: 7px 10px;
	background-color: #f9f9f9;
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}
.edit-account .button,
.woocommerce-MyAccount-content .button {
	margin-top: 25px !important;
}
.woocommerce-MyAccount-content fieldset {
	margin: 45px 0 0;
}
.woocommerce-MyAccount-content fieldset legend {
	padding-bottom: 15px;
}
.woocommerce-order-details h2 {
	margin: 30px 0 15px;
}
.woocommerce-password-strength {
	padding: 7px .5em;
	font-size: 14px;
	color: #FFF;
}
address {
	font-style: italic;
}
/*end my-account*/

/*checkout*/
.woocommerce form .form-row label {
	font-size: 16px;
	font-weight: normal;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single {
	padding: 15px 20px;
	height: auto;
	background-color: #f9f9f9;
	font-size: 14px;
	border: 1px solid #e1e1e1;
	border-radius: 0;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #A3A2A2;
	line-height: inherit;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	margin-top: -13px;
}
.select2-dropdown {
	border: 1px solid #e1e1e1;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	padding: 8px 10px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	margin: 0 0 45px;
}
#order_review_heading {
	margin: 25px 0 15px;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
	display: inline-block;
	padding: 0;
	line-height: 1;
}
.woocommerce form .form-row .input-checkbox {
	display: inline-block;
	position: relative;
	top: 3px;
}
#ship-to-different-address .input-checkbox {
	position: relative;
	top: 8px;
}
/*end checkout*/

/*woocommerce button*/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background-color: #f9690e;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 35px;
	border-radius: 0;
	font-size: 16px;
	line-height: 1.5;
	-webkit-transition: ease-in-out 0.2s;
	   -moz-transition: ease-in-out 0.2s;
	    -ms-transition: ease-in-out 0.2s;
	     -o-transition: ease-in-out 0.2s;
	        transition: ease-in-out 0.2s;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	padding: 12px 35px;
    color: #fff;
    -webkit-transition: ease-in-out 0.2s;
       -moz-transition: ease-in-out 0.2s;
        -ms-transition: ease-in-out 0.2s;
         -o-transition: ease-in-out 0.2s;
            transition: ease-in-out 0.2s;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #454345;
	color: #fff;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce table.my_account_orders .button {
	line-height: 1 !important;
	padding: .618em 1em !important;
	margin-top: 0 !important;
	font-weight: normal !important;
	font-size: 14px !important;
}
/*end woocommerce button*/

.entry-title {
	margin: 0 0 30px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea {
	width: 100%;
	padding: 15px 20px;
	font-style: italic;
	margin-bottom: 15px;
	background: #f9f9f9;
	border: 1px solid #e1e1e1;
	font-size: 14px;
}

.footer-content-bg {
	background-image: url('../images/not-found-bg.jpg');
	background-position: top center;
}

.footer-content-bg h4 {
	margin-bottom: 35px;
}

/*slides-style2*/
.slides-style2 .item {
	position: relative;
}
.slides-style2 .slide-text {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.slides-style2 .slide-text .inner-content {
	max-width: 1170px;
	margin: 0 auto;
	color: #FFF;
}
.slides-style2 .owl-prev {
	left: 0;
}
.slides-style2 .owl-next {
	right: 0;
}
.slides-style2 .owl-prev,
.slides-style2 .owl-next {
	background-color: #c1bfda;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	font-size: 24px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
}
@media (min-width: 1170px) {
	.slides-style2 .owl-prev {
		left: 75px;
	}
	.slides-style2 .owl-next {
		right: 75px;
	}
}
.slider-v2-regular {
	font-size: 16px;
	line-height: 24px;
}
.slider-v2-large {
	font-size: 60px;
	line-height: 80px;
	font-weight: 600;
}
.slider-v2-light {
	font-size: 16px;
	line-height: 24px;
}
.slider-v2-btn {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 18px 39px;
}
.slider-v2-btn:hover {
	color: #FFF;
}
.slides-style2 .slider-v2-btn {
	margin-top: 45px;
}
/*end slides-style2*/

/*heading-style-6*/
.heading-style-6 {
	text-align: center;
	margin: 75px 0 50px;
}
.heading-style-6 p {
	color: #7A7992;
	font-size: 16px;
	margin: 0;
}
.heading-style-6 h2 {
	font-size: 36px;
	color: #2D2C40;
	position: relative;
	padding-bottom: 25px;
	line-height: 45px;
}
.heading-style-6 h2::after {
	content: '';
	background-color: #c1bfda;
	height: 1px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
}
/*end heading-style-6*/

/*teaser-style-3*/
.teaser-style-3 {
	margin-bottom: 25px;
}
.teaser-style-3 .image-wrapper {
	position: relative;
	margin-bottom: 40px;
}
.teaser-style-3 .image-wrapper img {
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
.teaser-style-3 .image-wrapper .btn-wrapper {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity 0.2s ease-in-out;
	   -moz-transition: opacity 0.2s ease-in-out;
	    -ms-transition: opacity 0.2s ease-in-out;
	     -o-transition: opacity 0.2s ease-in-out;
	        transition: opacity 0.2s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.teaser-style-3:hover .image-wrapper .btn-wrapper {
	opacity: 1;
}
.teaser-style-3 .image-wrapper .teaser-btn {
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 13px 23px;
	border-radius: 20px;
}
.teaser-style-3 .title {
	color: #2D2C40;
	font-size: 18px;
	text-align: center;
	line-height: 24px;
}
.teaser-style-3 .price {
	text-align: center;
	font-size: 24px;
	line-height: 36px;
}
/*end teaser-style-3*/

.why-choose-beauty img {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 15px;
	        border-radius: 15px;
}

/*home-v6-raw-html*/
.home-v6-raw-html {}
.home-v6-raw-html h3 {
	color: #2D2C40;
}
.home-v6-raw-html p {
	font-size: 16px;
	color: #7a7992;
}
.home-v6-raw-html p .fa {
	margin-right: 5px;
}
.home-v6-raw-html .count {
	font-size: 36px;
	line-height: 60px;
}
.home-v6-raw-html .title {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #7a7992;
}
.home-v6-raw-html .button {
	margin-top: 30px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 36px;
	border-radius: 4px;
}
.home-v6-raw-html .button .fa {
	margin-right: 5px;
}
@media (min-width: 992px) {
	.home-v6-raw-html {
		margin: 15px 0 0 15px;
	}
}
/*end home-v6-raw-html*/

/*pricing-table-style2*/
.pricing-table-style2 {
	text-align: center;
	margin-bottom: 25px;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px #f1f1f1;
	        box-shadow: 0px 0px 5px #f1f1f1;
	-webkit-transition: ease-in-out 0.2s;
	   -moz-transition: ease-in-out 0.2s;
	    -ms-transition: ease-in-out 0.2s;
	     -o-transition: ease-in-out 0.2s;
	        transition: ease-in-out 0.2s;
}
.pricing-table-style2 .top {
	background-color: #F4F4F4;
	display: inline-block;
	width: 100%;
	-webkit-border-radius: 4px 4px 0 0;
	        border-radius: 4px 4px 0 0;
}
.pricing-table-style2 .title {
	color: #333;
	font-size: 18px;
	line-height: 24px;
	margin: 20px  0 25px;
	position: relative;
}
.pricing-table-style2 .title .bar {
	position: absolute;
	width: 3px;
	height: 100%;
	left: 0;
	top: 0;
}
.pricing-table-style2 .price-wrapper {
	display: inline-block;
	margin-bottom: 40px;
}
.pricing-table-style2 .price-wrapper::before,
.pricing-table-style2 .price-wrapper::after {
	clear: both;
	content: '';
	display: table;
}
.pricing-table-style2 .price-wrapper .currency {
	font-size: 24px;
	color: #6F7982;
	float: left;
	line-height: 30px;
}
.pricing-table-style2 .price-wrapper .price {
	font-size: 60px;
	float: left;
	line-height: 50px;
	margin: 0 5px;
}
.pricing-table-style2 .price-wrapper .term {
	color: #6F7982;
	font-size: 16px;
	float: left;
	line-height: 24px;
}
.pricing-table-style2 .price-wrapper .term span {
	position: relative;
	bottom: -25px;
}
.pricing-table-style2 .bottom {
	background-color: #FFF;
	padding: 40px 0;
	-webkit-border-radius: 0 0 4px 4px;
	        border-radius: 0 0 4px 4px;
}
.pricing-table-style2 .bottom .pricing-table-stuff li {
	font-size: 15px;
	color: #6F7982;
	line-height: 35px;
}
.pricing-table-style2 .bottom .button-wrapper .info {
	font-size: 12px;
	color: #b8b8b8;
	text-transform: uppercase;
	margin: 30px 0 20px;
}
.pricing-table-style2 .bottom .button-wrapper .button {
	color: #333333;
	font-size: 16px;
	text-transform: uppercase;
	border: 1px solid;
	border-radius: 3px;
	padding: 14px 15px;
	min-width: 155px;
	font-weight: 500;
}
.pricing-table-style2:hover {
	-webkit-box-shadow: 0px 0px 25px #f1f1f1;
	        box-shadow: 0px 0px 25px #f1f1f1;
}
.pricing-table-style2:hover .bottom .button-wrapper .button {
	color: #FFF;
	background-color: #F9690E;
}
/*end pricing-table-style2*/

/*gallery-style-1*/
.gallery-full-width {
	padding: 0 15px;
}
.gallery-style-1 .item {
	position: relative;
	text-align: center;
	margin: 0 -15px;
}
.gallery-style-1 .item .hover-part {
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in;
	   -moz-transition: opacity 0.2s ease-in;
	    -ms-transition: opacity 0.2s ease-in;
	     -o-transition: opacity 0.2s ease-in;
	        transition: opacity 0.2s ease-in;
}
.gallery-style-1 .item .hover-part,
.gallery-style-1 .item .hover-part .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gallery-style-1 .item .hover-part .bg {
	opacity: 0.9;
}
.gallery-style-1 .item .hover-part .content {
	z-index: 9;
	position: relative;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.gallery-style-1 .item .hover-part .buttons-wrapper {
	margin-bottom: 20px;
}
.gallery-style-1 .item .hover-part .buttons-wrapper a {
	background-color: #fff;
	font-size: 18px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	display: inline-block;
	line-height: 50px;
	margin: 0 2px;
	color: #373b2f;
}
.gallery-style-1 .item .hover-part .title {
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
}
.gallery-style-1 .item .hover-part .date {
	font-size: 14px;
}
.gallery-style-1 .item:hover .hover-part {
	opacity: 1;
}
/*end gallery-style-1*/

.why-choose-beauty-2 img {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}

.appointment-raw .heading-style-6 {
	text-align: left;
	margin-bottom: 40px;
}
.appointment-raw .heading-style-6 h2::after {
	left: 0;
	margin-left: 0;
}
.appointment-raw h3 {
	color: #2D2C40;
}
.appointment-raw p {
	color: #7A7992;
}
.appointment-raw .large {
	font-size: 18px;
}
.appointment-raw .button {
	text-transform: uppercase;
	font-weight: 600;
	padding: 12px 36px;
	border-radius: 25px;
	margin-top: 30px;
}

/*testimonials-style-4*/
.testimonials-style-4 .testimonial {
	margin-bottom: 15px;
}
.testimonials-style-4 .testimonial .top {
	position: relative;
}
.testimonials-style-4 .testimonial .quotation {
	margin-bottom: 15px;
}
.testimonials-style-4 .testimonial .user-comment {
	background-color: #fff;
	padding: 20px 15px 55px 15px;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 45px;
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.03);
	        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.03);
}
.testimonials-style-4 .testimonial .avatar {
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -32px;
	bottom: -32px;
}
.testimonials-style-4 .testimonial .avatar img {
	border-radius: 63px;
	border: 7px solid #fbf8fb;
}
.testimonials-style-4 .testimonial .title {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
/*end testimonials-style-4*/

/*blog-posts-style-3*/
.blog-posts-style-3 .blog-post {
	margin-bottom: 25px;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: 0px 0px 15px #f0f2eb;
	        box-shadow: 0px 0px 15px #f0f2eb;
}
.blog-posts-style-3 .featured-image img {
	-webkit-border-radius: 4px 4px 0 0;
	        border-radius: 4px 4px 0 0;
}
.blog-posts-style-3 .content {
	padding: 25px;
}
.blog-posts-style-3 .content .category {
	margin-bottom: 10px;
}
.blog-posts-style-3 .content .category a {
	font-weight: 600;
	text-transform: uppercase;
}
.blog-posts-style-3 .content .category a:not(:last-child)::after {
	content: ',';
	margin-right: 2px;
}
.blog-posts-style-3 .title {
	font-size: 20px;
	font-weight: 500;
}
.blog-posts-style-3 .title a {
	color: #2D2C40;
}
.blog-posts-style-3 .post-footer {
	font-size: 14px;
	color: #7A7992;
	text-transform: uppercase;
}
.blog-posts-style-3 .date::before {
	content: '|';
	margin: 0 2px;
}
/*end blog-posts-style-3*/

/*contact-form-style*/
.wpcf7-form label {
	font-size: 14px;
    font-weight: normal;
}
.wpcf7-form .wpcf7-form-control {
	color: #A0A0A0;
	font-size: 14px;
	font-style: normal;
	background-color: transparent;
	border-color: #ECECEC;
	margin: 15px 0;
	font-weight: 300;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}
.wpcf7-form textarea.wpcf7-form-control {
	margin-top: 15px;
	resize: vertical;
	height: 120px;
}
.wpcf7-form .wpcf7-submit {
	text-transform: uppercase;
	padding: 13px 35px;
	border-radius: 0;
	font-weight: 600;
	min-width: 180px;
	font-size: 14px;
	line-height: 1.5;
	border: 1px solid;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	-webkit-transition: ease-in-out 0.2s;
	   -moz-transition: ease-in-out 0.2s;
	    -ms-transition: ease-in-out 0.2s;
	     -o-transition: ease-in-out 0.2s;
	        transition: ease-in-out 0.2s;
}
.wpcf7-form .button {
	color: #FFF;
}
.wpcf7-form .wpcf7-response-output {
	margin-left: 0;
	margin-top: 5px;
	padding: 10px 15px;
}
/*contact-form-style*/

.social.more-space li a {
	margin: 0 8px;
}


/*slides-style3*/
.slides-style3 .item {
	position: relative;
}
.slides-style3 .slide-text {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.slides-style3 .slide-text .inner-content {
	max-width: 1170px;
	margin: 0 auto;
	color: #FFF;
}
.slides-style3 .owl-prev {
	left: 0;
}
.slides-style3 .owl-next {
	right: 0;
}
.slides-style3 .owl-prev,
.slides-style3 .owl-next {
	text-align: center;
	border-radius: 50px;
	font-size: 34px;
	position: absolute;
	top: 50%;
	margin-top: -17px;
}
@media (min-width: 1170px) {
	.slides-style3 .owl-prev {
		left: 75px;
	}
	.slides-style3 .owl-next {
		right: 75px;
	}
}
.slider-v3-regular {
	font-family: 'Josefin Sans';
	font-weight: 700;
	font-size: 18px;
	line-height: 60px;
	text-transform: uppercase;
}
.slider-v3-large {
	font-size: 100px;
	line-height: 60px;
	font-weight: 700;
}
.slider-v3-regular-2 {
	font-family: 'Josefin Sans';
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	color: #444;
	margin: 50px 0;
}
.slider-v3-btn {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	display: inline-block;
	padding: 7px 39px;
}
.slider-v3-btn:hover {
	color: #FFF;
}
/*end slides-style3*/

/*our-goal*/
@media (min-width: 992px) {
	.our-goal-right-section .wpb_text_column .wpb_wrapper {
		margin: 160px 0 0 100px;
	}
}
.our-goal-section {}
.our-goal-section .wpb_wrapper {
	position: relative;
}
.our-goal-image-text-wrapper {
	position: absolute;
	top: 50%;
	right: 50%;
	max-width: 550px;
	margin-right: -250px !important;
	color: #FFF;
	font-size: 15px;
	line-height: 25px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.our-goal-image-text-wrapper .with-quote::before {
	color: #ddd;
	content: '\f10d';
	font-family: 'Fontawesome';
	font-size: 25px;
	position: absolute;
	left: 10px;
	top: -10px;
}
.our-goal-image-text-wrapper .with-quote::after {
	color: #ddd;
	content: '\f10e';
	font-family: 'Fontawesome';
	position: absolute;
	right: 220px;
	bottom: -8px;
	font-size: 25px;
}
.our-goal-image-text-wrapper .with-quote {
	position: relative;
	padding: 0 45px;
}
/*our-goal*/

/*teaser-style-4*/
.teaser-style-4 {
	text-align: center;
	margin-bottom: 35px;
}
.teaser-style-4 .image {
	margin-bottom: 25px;
	height: 80px;
	position: relative;
}
.teaser-style-4 .image img {
	margin: 0 auto;
	max-height: 65px;
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.teaser-style-4 .title {
	color: #1a1a1a;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
}
.teaser-style-4 .content {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 25px;
}
.teaser-style-4 .dots li {
	position: relative;
	display: inline-block;
	width: 5px;
	margin: 0 4px;
}
.teaser-style-4 .dots li::after {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	background-color: #ddd;
	left: 0;
	top: 0;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
/*end teaser-style-4*/

.font-open-sans {
	font-family: 'Open Sans';
}

/*our programme navigation*/
@media (min-width: 992px) {
	.our-programme-navigation {
		text-align: right
	}
}
.our-programme-navigation .btn1 {
	padding: 11px 38px;
	border-radius: 3px;
	margin-right: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.our-programme-navigation .btn2 {
	color: #746F6A;
	border: 1px solid #ddd;
	padding: 5px 18px;
}
.our-programme-navigation .btn2 span {
	margin-left: 15px;
}
/*end our programme navigation*/

/*portfolio slider*/
.portfolio-slider-v1 .owl-dots {
	text-align: center;
	margin: 25px 0;
}
.portfolio-slider-v1 .owl-dot {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 4px;
	border: 1px solid;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
.portfolio-slider-v1 .owl-dot:not(.active) {
	background-color: #fff !important;
	border-color: #999 !important;
}
/*end portfolio slider*/

.home-v6-timetable .tt_tabs_navigation {
	margin: 0 auto;
	display: table;
	width: inherit !important;
}

@media (min-width: 1200px) {
	.hercules-block .home-v6-contact-form-section .vc_column-inner {
		max-width: 500px;
		float: right;
		margin-right: 70px;
	}
}
.contact-form-style-2 .wpcf7-form-control {
	border-color: #eee;
	border-width: 0 0 2px 0;
	padding-left: 0;
	padding-right: 0;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.contact-form-style-2 .wpcf7-submit {
	font-size: 24px;
	line-height: 20px;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
	        box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
}

.contact-form-style-2-map-wrapper {
	position: relative;
}
.contact-form-style-2-map-wrapper .cols::before,
.contact-form-style-2-map-wrapper .cols::after {
	display: table;
	clear: both;
	content: '';
}
.contact-form-style-2-map-wrapper .cols {
	position: absolute;
	top: 30%;
	left: 10%;
}
.contact-form-style-2-map-wrapper .cols .col {
	text-align: center;
	margin: 0 45px 25px;
	float: left;
	background-color: #fff;
	width: 150px;
	height: 150px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
	        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
.contact-form-style-2-map-wrapper .cols .col .icon {
	margin-top: 25px;
}
.contact-form-style-2-map-wrapper .cols .col .fa {
	font-size: 36px;
}
.contact-form-style-2-map-wrapper .cols .col .content {
	font-size: 12px;
	line-height: 22px;
	margin-top: 15px;
}

@media (max-width: 991px) {
	.contact-form-style-2-map-wrapper .cols {
		display: none;
	}
}

.home-v6-footer h3,
.home-v6-footer .widget ul li a {
	color: #FFF;
}
.home-v6-footer .widget ul li a {
	font-size: 16px;
	line-height: 26px;
}

.home-v6-footer .es_caption {
	display: none;
}
.home-v6-footer .es_lablebox {
	display: none;
}
.home-v6-footer .es_textbox {
	position: relative;
}
.home-v6-footer .es_textbox input {
	padding: 5px 10px;
	background-color: transparent;
}
.home-v6-footer .es_textbox::after {
	content: '\f105';
	font-family: 'Fontawesome';
	position: absolute;
	right: 10px;
	top: 5px;
	color: #fff;
}
.home-v6-footer .es_button {
	display: none;
}

@media (max-width: 991px) {
	.vc_row.vc_row-no-padding .hercules-block {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*twitter-feed-widget*/
.hercules-twitter-feed ul li:not(:last-child) .tweet {
	margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.hercules-twitter-feed .tweet a {
	display: inline;
    word-wrap: break-word;
    padding: 0;
}
.hercules-twitter-feed .tweet .footer span {
	display: block;
    margin-top: 5px;
}
/*end twitter-feed-widget*/

/*hercules-widget-menu*/
.widget.hercules-widget-menu {
	margin-bottom: 2.5em;
}
/*end hercules-widget-menu*/

/*end new-styles-while-building-the-theme*/
.postDate,
.post-date {
	display: none;
}


/*.wpcf7 {*/
    /*margin-top: 30px !important;*/
    /*border-top: 1px solid yellow;*/
/*}*/

.wpcf7 form {
    margin: 0 auto;
    width: 80% !important;
    padding: 50px;
    background-color: rgb(21, 175, 173);

}

.wpcf7 input,
.wpcf7 textarea {
    border: 2px solid white;
    border-radius: 0 !important;
    color: white !important;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 0 !important;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%;
}

.wpcf7 input {
    height: 50px !important;
    margin-bottom: 25px !important;
}

.wpcf7 textarea {
    resize: none !important;
    outline-color: rgb(170, 170, 170);
    height: 180px !important;
    margin-bottom: 14px !important;
}

.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
    color: white !important;
    opacity: 1 !important;
}


.wpcf7 input::-ms-input-placeholder,
.wpcf7 textarea::-ms-input-placeholder {
    color: white !important;
    opacity: 1 !important;
}

.wpcf7 input::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
    color: white !important;
    opacity: 1 !important;
}


.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder { /* Firefox, Chrome, Opera */
    color: white !important;
    opacity: 1 !important;
}


.wpcf7 input[type=submit]:hover {
    border: 2px solid #454345 !important;
    color: white !important;
    background-color: rgb(21, 175, 173) !important;
}

.wpcf7 input[type=submit] {
    border: 2px solid white !important;
    height: 53px !important;
    padding: 12px 35px !important;
    background-color: white !important;
    color: rgb(21, 175, 173) !important;
    float: none !important;
    font-size: 16px !important;
    font-weight: 700 !important;
 }

.wpcf7-not-valid-tip {
    color: rgb(247, 231, 0) !important;
}