/*
Theme Name: Hercules
Theme URI: http://jkthemes.org/Hercules
Author: Nauman Anwar
Author URI: http://jkthemes.org/
Description: This is moderen wordpress theme for gym.
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light,  two-columns,  right-sidebar, fixed-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: hercules
Domain Path: /languages/
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* ==========================================================================
   Main Screen CSS (Hercules HTML)
   ========================================================================== */

/* Table of contents
   ========================================================================== */

/**
  * == Core CSS ==
  *
  * Base ................ Global classes, wp defaults
  * Colors .............. Define defaul colors
  * Typography .......... (H1-6), code, span, etc
  * Form ................ Form builder, search, submition, etc.
  * Tables .............. Simple and Fancy tables like pricing tables
  * Buttons ............. All kind of buttons, social links
  * Animations .......... Define animations (keyframes)
  *
  * == Components ==
  *
  * Header ................ Base header elements: logo, menu
  * Footer ................ Big and Small area in footer
  * Boxes ................. All models of boxes
  * Sidebar ................. All widgets
  * Icons ................. Define the icons used in the project
  * UI .................... Elements used as shortcode & custom posts
  * JS plugins .................... Css helper for javascripts plugins
  * Responsivness .................... Css for site responsivness

*/

/* Base
   ========================================================================== */
@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700);
* {
    margin: 0;
    /**/padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: top;
}
body {
    font-size: 16px;
    background: #fff;
    color: #555;
    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 {
    
    /*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;
}
input:focus,
textarea:focus {
    border: 1px solid #f9690e;
}
iframe{
  max-width: 100%;
  
}

img {
  max-width: 100%;
  height: auto;
}

/* 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
   ========================================================================== */
.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;
}
.search-form .search-line {
	width: 100%;
	padding: 5px 30px 5px 10px;
	border: 1px solid #fff;
	font-style: italic;
}
.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;
}
.search-form .search-button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 14px 0 0 0;
	width: 30px;
	height: 30px;
	z-index: 2;
	background: none;
}
.search-form .search-button:hover,
.search-form .search-button:active {
	outline: none;
	border: 0;
}

/* Animations
   ========================================================================== */
i,
.lessons .lesson,
.trainer .trainer-hover,
.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;
	color:#fff;
}
.twitter_widget ul li{
	list-style: none;
}

/* HEADER
   ========================================================================== */

header.dark{
	background: #0c0c0c;
}
header.dark .top-header ul li {
	
	color: #cfcfcf;
}
header.dark .menu li a {
    
    color: #cfcfcf;
}
header.dark .logo a {
    color: #cfcfcf;
}
header.dark .search-form .search-line {
    
    border: 1px solid #0c0c0c;
    background: #0c0c0c;
}
header.dark .top-header {
	
	border-bottom: 1px solid #252525 !important;
}
header.dark  .search-form {
    border-left: 1px solid #252525;
    border-right: 1px solid #252525;
   
}
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.5em;
	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 {
	float: right;
}
header .menu  li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	position: relative;
}
header .menu  li.active a {
	color: #f9690e;
}
header .menu  li a {
	display: block;
	padding: 25px 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 .menu ul ul {
    position: absolute;
    display: none;
}
header .menu ul ul ul {
    left: 100%;
    top: 0;
}
header .menu li:hover > ul {
    display: block;
}
*/

header .logo {
	font-size: 20px;
	padding-top: 36px;
	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;
	border-top: 1.5px solid #cfcfcf;
}
footer p {
	margin: 0;
	font-size: 13px; 
	padding-top: 8px;
}
footer .social {
	text-align: right;
}

footer.dark{
	background: #0c0c0c;
	color: #cfcfcf;
}
footer.dark p {
	color: #cfcfcf;
}



/* 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/elements/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;
	list-style: none;
}
.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;
	z-index: 99999;
} 
.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%;
	height: 560px;
}
.map-location .container {
	position: relative;
}
.map-location #contact_form {
	position: absolute;
	width: 400px;
	padding: 50px;
	top: 0;
	z-index: 10;
}
#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;
}
.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;
}
#g-map{
	
	height:585px;
	width:100%;
	position: inherit !important;
}
/* SIDEBAR
   ========================================================================== */
.sidebar {
	padding-bottom: 40px;
}
.sidebar .widget {
	margin-bottom: 40px;
}
.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{
	width: 100%;
}
.widget ul li {
	margin-bottom: 5px;
	list-style: none;
}
.widget ul li a {
	padding: 3px 0;
	display: block;
	font-size: 13px;
	color: #a3a2a2;
}
.widget ul li a:hover {
	color: #f9690e;
}
.sidebar li > ol, .sidebar li > ul {
margin-left: 10px;
}

.widget ul li a i {
	margin-right: 5px;
	line-height: 1.6em;
	font-size: 14px;
}
.widget .tagcloud {
	margin: 0 -3px;
}
.widget .tagcloud li {
	border: 0;
	padding: 0;
	display: inline-block;
	margin: 0 3px 6px;
}
.widget select, .textwidget form select{
	width: 95%;
}
.widget .tagcloud li a {
	display: block;
	padding: 3px 8px;
	background: #202629;
	color: #9fa0a1;
	font-size: 13px;
}
.widget .tagcloud li 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;
	list-style: none;
}
.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;
}
.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 .categories-list{
	margin: 0px;
}
.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{
	margin: 0px;
}
.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;
}

.rounded{
	margin-bottom: 15px;
	display: block;
	color: #454345;
	font-size: 16px;
	font-weight: 600;
}

.sidebar ul li a:before {
	
}

.sidebar ul li a span {
	float: right;
	font-size: 13px;
	color: #a3a2a2;
}

.sidebar ul li {
	margin-bottom: 5px;
	list-style: none;
}
.sidebar ul li a {
	padding: 3px 0;
	font-size: 13px;
	color: #a3a2a2;
}
.sidebar ul li a:hover {
	color: #f9690e;
}


.sidebar select, .sidebar form select{
	width: 95%;
}
.sidebar .tagcloud  a {
	
	padding: 3px 8px;
background: #202629;
color: #9fa0a1;
font-size: 12px !important;
margin-bottom: 3px !important;
display: inline-block;
}
.sidebar .tagcloud  a:hover {
	background: #f9690e;
	color: #fff;
}
.widget {}

.sidebar ul{margin-left: 0px !important;}
.sidebar ul ul{margin-left: 10px !important;;}

.search-form-side {
  position: relative;
  float: none; /* */
  /* border-left: 1px solid #dfdfdf; */
  /* border-right: 1px solid #dfdfdf; */
  border: 1px solid #dfdfdf;
  padding: 14px 0 15px;
   margin: 0; /**/
  /* max-width: 200px; */
  width: 100%;
}
.search-form-side .search-line {
  width: 100%;
  padding: 5px 30px 5px 10px;
  border: 1px solid #fff;
  font-style: italic;
}
.search-form-side 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;
}
.search-form-side .search-button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 14px 0 0 0;
  width: 30px;
  height: 30px;
  z-index: 2;
  background: none;
}

.price_slider_wrapper{
	padding: 5px;
}
.price_slider_amount .button{
	float: right;
	margin-top: 5px !important;
}
.price_slider_amount .price_label{
	padding: 10px 5px;
}

#searchform {}
.widget_search {}
.screen-reader-text {}

.widget_meta {}
.widget_meta ul {}
.widget_meta ul li {margin-bottom: 5px;
	list-style: none;}
.widget_meta ul li a {padding: 3px 0;
	display: block;
	font-size: 13px;
	color: #a3a2a2;}
.widget_meta ul li a:before 	{
		font: normal normal normal 14px/1 FontAwesome;
	margin-right: 5px;
line-height: 1.6em;
font-size: 14px;
content: "\f192";
	}

.widget_links {}
.widget_links ul {}
.widget_links ul li {margin-bottom: 5px;
	list-style: none;}
.widget_links ul li a {padding: 3px 0;
	display: block;
	font-size: 13px;
	color: #a3a2a2;}
	.widget_links ul li a:before 	{
		font: normal normal normal 14px/1 FontAwesome;
	margin-right: 5px;
line-height: 1.6em;
font-size: 14px;
content: "\f192";
	}

.widget_archive {}
.widget_archive ul {}
.widget_archive ul li {margin-bottom: 5px;
	list-style: none;} 
.widget_archive ul li a {padding: 3px 0;
	display: block;
	font-size: 13px;
	color: #a3a2a2;}
.widget_archive ul li a:before 	{
		font: normal normal normal 14px/1 FontAwesome;
		margin-right: 5px;
		line-height: 1.6em;
		font-size: 14px;
		content: "\f192";
	}
.widget_archive select {}
.widget_archive option {}

.widget_pages {}
.widget_pages ul {}
.widget_pages ul li {}
.widget_pages ul li a {padding: 3px 0;
	display: block;
	font-size: 13px;
	color: #a3a2a2;}

.widget_links {}
.widget_links li:after {}
.widget_links li:before {}
.widget_tag_cloud {}
.widget_tag_cloud a {}
.widget_tag_cloud a:after {}
.widget_tag_cloud a:before {}

#wp-calendar { border-collapse: collapse; border:1px solid #ddd; width:100%; border-top:none; }
#wp-calendar td, #wp-calendar th { text-align:center; }
#wp-calendar caption { color: #fff; padding: 0; line-height: 39px; }
#wp-calendar thead, #wp-calendar tfoot { line-height:33px; background:#eee; }
#wp-calendar tbody { line-height:33px; }
#wp-calendar #prev, #wp-calendar #next { padding:0 10px; background:#eee; }
#wp-calendar #prev { text-align:left; }
#wp-calendar #next { text-align:right; }

.widget_categories {}
.widget_categories ul {}
.widget_categories ul li {margin-bottom: 5px;
	list-style: none;} 
.cat-item a:before 	{
		font: normal normal normal 14px/1 FontAwesome;
	margin-right: 5px;
line-height: 1.6em;
font-size: 14px;
content: "\f192";
	}	
.widget_categories ul ul.children {}
.widget_categories a {}
.widget_categories select{}
.widget_categories select#cat {}
.widget_categories select.postform {}
.widget_categories option {}
.widget_categories .level-0 {}
.widget_categories .level-1 {}
.widget_categories .level-2 {}
.widget_categories .level-3 {}

.recentcomments {}
#recentcomments {}
#recentcomments li {}
#recentcomments li a {}
.widget_recent_comments {}

.widget_recent_entries {}
.widget_recent_entries ul {}
.widget_recent_entries ul li {margin-bottom: 5px;
	list-style: none;}
.widget_recent_entries ul li a {padding: 3px 0;
	display: block;
	font-size: 13px;
	color: #a3a2a2;}

.textwidget {}
.widget_text {}
.textwidget p {}



/* 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;
	display:none;
}



/* 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;
	list-style: none;
}

/* === 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 ul li {
	list-style: none;
}
.slider ul{
	margin: 0px;
}
/* === END SLIDER === */





/* === START TWITTER === */
.twitter-section {
	text-align: center;
	background: url('images/elements/parallax-twitter.jpg') 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;
	list-style: none;
}
.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.jpg') 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/photos/parallax-2.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-page .blog-entry .entry-header {
	border: 0;
}
.single-page .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-page .blog-entry .blog-entry-details {
	padding: 20px 0;
}
.blog-entry .entry-header {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #555;
}
.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: #555;
}
.blog-entry .entry-footer ul li a:hover,
.blog-entry .entry-header ul li a:hover,
.blog-entry .entry-header h2 a:hover {
	color: #555;
}
.blog-entry .entry-footer ul,
.blog-entry .entry-header ul{
	padding:0;
	margin: 0px
}
.blog-entry .entry-header ul li a {
	color: #555;
}
.blog-entry .entry-header ul li {
	display: inline-block;
	color: #555;
	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 #555;
}
.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-page .blog-entry .entry-footer {
	margin-bottom: 15px;
	border-top: 1px solid #a3a2a2;
	border-bottom: 1px solid #a3a2a2;
	padding: 5px 0;
}
.single-page .blog-entry .entry-footer ul li {
	width: auto;
	margin-right: 30px;
}
.single-page .blog-entry .entry-footer ul li span {
	color: #555;
	padding: 0 10px;
}
.single-page .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 {
	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 ul li{
	list-style: none;
}
.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;
}
.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;
}
.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;
}
.page-selection ul{
	margin: 0px;
}
.page-selection li{
	list-style: none;
}
.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:first-child {
	float: right;
}
.page-selection li:last-child a i {
	margin: 0 10px 0 0;
}

.page_nav .page-numbers{
  padding:3px 7px;
  margin:0px 2px;
  border:1px solid #cfcfcf;
 
}
.page_nav .current{
  border:1px solid #FFB134;
  background-color:#fff;
}
.page_nav a:hover{
  border:1px solid #FFB134;
  background-color:#fff;
}
/* === END BLOG === */





/* === START CONTACT FORM === */
.contact-form-line {
	border: 1px solid #a3a2a2;
	margin-bottom: 10px;
	padding: 10px 15px;
	width: 100%;
	font-size: 13px;
	color: #aaaaaa;
	outline: none;
}
.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-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-button:focus {
	outline: none;
	border: 0;
}
.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;
	vertical-align: top;
	display: inline-block;
	padding-top: 8px;
}
.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: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 === */

/*====== comment form ========*/


#submit_form{border-radius: 0;
margin: 10px 0;
padding: 10px 40px;
display: inline-block;

text-transform: uppercase;
color: #fff !important;
font-size: 16px;
line-height: 1.5em;
border: 2px solid;
text-align: center;}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.gallery-caption {

}
.bypostauthor {
	
}

/* =========================== 404 page not found ===================== */
#fof{
	display:block; 
	width:100%; 
	padding:150px 0; 
	line-height:1.6em; 
	text-align:center;
}
#fof .hgroup{
	display:block; 
	width:80%; 
	margin:0 auto; 
	padding:0;
}
#fof .hgroup h1, #fof .hgroup h2{
	margin:0 0 0 40px; 
	padding:0; 
	float:left; 
	text-transform:uppercase;
}
#fof .hgroup h1{
	margin-top:-90px; 
	font-size:200px;
}
#fof .hgroup h2{
	font-size:60px;
}
#fof .hgroup h2 span{
	display:block; 
	font-size:30px;
}
#fof p{
	margin:25px 0 0 0; 
	padding:0; 
	font-size:16px;
}
#fof p:first-child{
	margin-top:0;
}
/* =========================== START RESPONSIVE ===================== */
.required {
color:#e9266d
}
#success, #error {
display:none
}
#success span, #erro span {
display:block;
position:absolute;
top:0;
width:100%
}
#success span p, #error span p {
margin-top:6em
}
#success span p {
color:#9bd32d;
}
#error span p {
color:#c0392b;
}



.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 {
		
	}
}
@media (min-width: 768px) and (max-width: 992px) { }
@media (max-width: 768px) {
	.timetable .timetable-head li {
  font-size: 9px;
  min-height: 30px;
  max-height: 50px;
}
.timetable ul li {
  display: inline-block;
  width: 12%;
  word-wrap: break-word;
  font-size: 9px;}
}	

@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 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;
	}
	.search-form {
		border-top: 1px solid #dfdfdf;
		max-width: 100%;
		float: none;
		margin: 20px 0 -20px 0;
	}
	header .menu {
		padding: 20px;
		text-align: center;
	}
	.testimonials p {
		padding: 0;
	}
	header .menu>ul {
		display: none;
		position: absolute;
		padding: 15px;
		right: 0;
		background: #fff;
		margin-right: 15px;
		z-index: 100;
		margin-left: 15px;
		border: 2px solid #f9690e;
	}
	header .menu ul li {
		float: left;
		width: 100%;
		text-align: left;
	}
	/*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;
	}
	header .menu ul li:hover ul {
		position: relative;
		display: inline-block;
		
	}
	header .menu ul li ul li{
		float: left;
	}
	.responsive-menu {
		display: block;
	}*/
	.slide-text {
		width:80%;
		margin:30px auto !important;
	}
.slide-text h1{
		font-size:30px !important;
	}
.slide-text h2{
		font-size:20px !important;
	}
.slide-text a{
		font-size:12px !important;
	}
	.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;
	}
	.menu ul li:last-child {
		/*display: none;*/
	}
	.main-slider .counting {
		margin-bottom: 10px;
	}
	.single-project .slider .slider-dots li {
		margin-bottom: 5px;
		width: 80px;
	}
}
@media (min-width: 992px) {
	.menu>ul {
		display: block !important;
	}
}
/* =========================== END RESPONSIVE ======================= */


/* 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: url('../images/photos/parallax-4.jpg') top center no-repeat;
	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;
	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;
}

/* === 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 #00a651;
	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;
}
.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;
}
.woocommerce a.remove{
	height: inherit;
}
.cart_totals {
	text-align: center;
	color: #686868;
}
.cart_totals h2{
	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;
}
.cart_totals table{
	margin: 0 auto;
}
.cart_totals table tr{
	height: 30px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	width: 200px;
	margin: 0 auto;
}
.coupon label{
	color: #4c4c4c;
  font-size: 14px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid #efefef;
  text-transform: uppercase;
  font-weight: 400;
}
.coupon .input-text{
	width: 100%;
  padding: 15px 20px;
  font-style: italic;
  margin-bottom: 15px;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  font-size: 14px;
}
.coupon .button{
	 width: 100%;
}
.coupon .button , .update_cart_btn .button ,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	 
  text-transform: uppercase;
  text-align: center;
  display: block !important;
  margin-bottom: 15px !important;
  background: #808080 !important;
  font-size: 14px !important;
  color: #fff !important;
  padding: 15px 0 !important;
}
 .update_cart_btn .button{
 	width: 200px;
 	float: right;
 }
 input[type="number"] {
    position: relative;
    margin: 0 0 1rem;
    border: 1px solid #BBB;
    border-color: #BBB #ECECEC #ECECEC #BBB;
    padding: .2rem;
}

/* Spin Buttons modified */
input[type="number"].qty::-webkit-outer-spin-button, 
input[type="number"].qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;
    width: 1em;
    border-left: 1px solid #BBB;
    opacity: .5; /* shows Spin Buttons per default (Chrome >= 39) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
input[type="number"].qty::-webkit-inner-spin-button:hover,
input[type="number"].qty::-webkit-inner-spin-button:active{
    box-shadow: 0 0 2px #0CF;
    opacity: .8;
}

/* Override browser form filling */
input:-webkit-autofill {
    background: black;
    color: red;
}

.wcs3-schedule-wrapper table, .wcs3-schedule-wrapper table td, .wcs3-schedule-wrapper table th {
    border-color: #fff;
    height: 40px;
    padding: 10px;
    border-left: 1px solid #fff;
}

.wcs3-schedule-wrapper table, .wcs3-schedule-wrapper table td, .wcs3-schedule-wrapper table th {
    border-color: #FBF6F6;
    color: #fff;
    border-bottom: #fff 1px solid;
}

.map-location form {
    position: absolute;
    width: 400px;
    padding: 50px;
    top: 0;
    z-index: 9;
}

.map-location form p{
    color: #fff;
}
.map-location form {
    position: absolute;
    width: 400px;
    padding: 50px;
    top: 0;
    z-index: 9;
}
.map-location form textarea, .map-location form input {
    background: none;
    border: 2px solid #fff;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
}

.map-location form input[type="submit"] {
    width: 100%;
    background: #fff;
        display: inline-block;
    padding: 12px 35px;
    text-transform: uppercase;
    border: 2px solid;
    
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
}
.map-location form input[type="submit"]:hover {
	color: #fff;
}



.woocommerce nav.woocommerce-pagination ul{
border:none;
}

.woocommerce nav.woocommerce-pagination ul li{
	border: 1px solid #ccc;

	margin-right:5px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    line-height: 1;
    font-size: 1.105em !important;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block;
}