/*Reset */
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#2d2d2d;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#10bcf4;	
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
	/* color:#10bcf4; */
}

h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0 0 15px 0;
	background:none;
}
h1 {
    position: relative;
    font-weight: normal;
   /*margin: 20px;*/ 
    background: none;
}
input,button,select,textarea{
	font-family: 'Open Sans', sans-serif;	
}

::-webkit-input-placeholder { color:rgba(255,255,255,0.80);}
::-moz-placeholder { color:rgba(255,255,255,0.80) ;}
:-ms-input-placeholder { color:rgba(255,255,255,0.80) ;}
input:-moz-placeholder { color:rgba(255,255,255,0.80) ;}

p{
	position:relative;
	line-height:2em;
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:320px;
	min-height:400px;
	overflow:hidden;
}

ul,li{
	list-style: none;
	padding:0px;
	margin:0px;	
}

.btn-normal{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.center{
	text-align:center;	
}

.anim-3,.anim-3-all *{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.anim-5,.anim-5-all *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.anim-7,.anim-7-all *{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.theme-bg{
	background-color:#10bcf4;	
}

.theme-color{
	color:#10bcf4;	
}

.uppercase{
	text-transform:uppercase;	
}

.capitalized{
	text-transform:capitalize;	
}

.lowercase{
	text-transform:lowercase;	
}

.no-uppercase{
	text-transform:none;	
}

.light-btn{
	position:relative;
	display:inline-block;
	padding:10px 30px;
	line-height:26px;
	border:1px solid transparent;
	background:#10bcf4;
	margin-bottom:5px;
	color:#ffffff;
	text-transform:uppercase;
	font-family:'Montserrat',sans-serif;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.dark-btn{
	position:relative;
	display:inline-block;
	padding:10px 30px;
	line-height:26px;
	border:1px solid transparent;
	background:#0c1f34;
	margin-bottom:5px;
	color:#ffffff;
	text-transform:uppercase;
	font-family:'Montserrat',sans-serif;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.light-btn:hover,
.dark-btn:hover{
	background-color:#ffffff;
	border-color:#2d2d2d;
	color:#2d2d2d;	
}
.no-margin-top {
    margin-top: 0px !important;
}
.no-padd-top{
	padding-top:0px !important;	
}
.no-padd-bottom{
	padding-bottom:0px !important;	
}
.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(images/icons/preloader.GIF);}

.main-header{
	position:relative;
	left:0px;
	top:0px;
	/*padding:20px 0px;*/
	width:100%;
	background:#2A323A;
	z-index:999;
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	-moz-transition:all 1s ease;
    border-bottom:4px solid #60676f;
}

.main-header.header-fixed{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	/*padding:10px 0px;*/
}

.main-header .logo{
	/*position:relative;*/
	float:left;	
}

.main-header .logo img{
    position: absolute;
    display: inline-block;
    max-width: 100%;
    z-index: 1;
    top: 60px;
    height: 100px;
    width: 300px;
    margin-left: 10px;
}

.main-menu{
	position:relative;
	float:right;
	padding:0px 0px;
	margin-right: 100px;
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	-moz-transition:all 1s ease;
	z-index:  999;	
}
.nav {
    position: relative;
    float: right;
    padding: 0px 0px;
    margin-top: 25px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    z-index: 999;
    text-transform: uppercase;

}
.header-fixed .main-menu{
	margin-right:0px;	
}

.main-menu .navbar-collapse{
	padding:0px;
	z-index: 999;	
}

.main-menu .navbar-nav{
	/*margin-right:135px;*/	
    margin-right:10px;	
}

.main-header .logo img {
    position: absolute;
    display: inline-block;
    max-width: 100%;
    z-index: 1;
    top:58px;
    left: 15px;
    margin-left: 0px;
}
}

.main-menu .navbar-nav > li{
	position:relative;
	padding:0px;
	margin-left:0px;	
}

.main-menu .navbar-nav > li > a{
	position:relative;
	display:block;
	padding:8px 20px;
	font-size:15px;
	line-height:24px;
	font-weight:600;
	text-transform:uppercase;
	color:#a9b2ba;
	opacity:1;
	z-index:2;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-radius:3px 3px 0px 0px;
	-webkit-border-radius:3px 3px 0px 0px;
	-ms-border-radius:3px 3px 0px 0px;
	-o-border-radius:3px 3px 0px 0px;
	-moz-border-radius:3px 3px 0px 0px;
}

.main-menu .navbar-nav > li:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:40px;
	background:#10bcf4;
	z-index:1;
	opacity:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transform:skewX(-30deg);
	-ms-transform:skewX(-30deg);
	-o-transform:skewX(-30deg);
	-moz-transform:skewX(-30deg);
	-webkit-transform:skewX(-30deg);
}

.home-one-page-version .main-menu .navbar-nav > li.current-menu-item:after{
	opacity:1;	
}
.main-menu .navbar-nav > li:hover:after,
.main-menu .navbar-nav > li.current:after,
.main-menu .navbar-nav > li.current-menu-item:after,
.home-one-page-version .main-menu .navbar-nav > li:hover:after,
.home-one-page-version .main-menu .navbar-nav > li.current-menu-item.current:after{
	opacity:1;	
}

.main-menu .navbar-nav > li > a:hover,
.main-menu .navbar-nav > li > a:active,
.main-menu .navbar-nav > li > a:focus{
	background:none;
	color:#fb6648;
	opacity:1;	
}

.main-menu .navbar-nav > li > a:visited{
	background:none;
}

.main-menu .navbar-nav > li:hover > a,
.main-menu .navbar-nav > li.current > a,
.main-menu .navbar-nav > li.current-menu-item > a,
.main-menu .navbar-nav > li > ul > li:hover > a{
	color:#ffffff;
	opacity:1;
}

.main-menu .navbar-nav > li > ul{
	position:absolute;
	left:-11px;
	top:200%;
	width:200px;
	padding:0px;
	border:1px solid rgba(255,255,255,0.50);
	z-index:100;
	background:#10bcf4;
	/*visibility:hidden;*/
	opacity:0;
	border-radius:0px 2px 2px 2px;
	-ms-border-radius:0px 2px 2px 2px;
	-webkit-border-radius:0px 2px 2px 2px;
	-moz-border-radius:0px 2px 2px 2px;
	-o-border-radius:0px 2px 2px 2px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navbar-nav > li:hover > ul {
	top:100%;
	opacity:1;
	visibility:visible;	
}

.main-menu .navbar-nav > li > ul > li.dropdown:before{
	font-family: 'FontAwesome';
	content:'\f0da';
	position:absolute;
	right:7px;
	top:9px;
	width:20px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	text-align:center;
	z-index:5;	
}

.main-menu .navbar-nav > li > ul > li{
	position:relative;
	float:none;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.50);
}

.main-menu .navbar-nav > li > ul > li:last-child{
	border:none;	
}

.main-menu .navbar-nav > li > ul > li > a{
	/*position:relative;*/
	display:block;
	padding:5px 20px;
	font-weight:normal;
	font-size:14px;
	color:#ffffff !important;
	word-wrap:break-word;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navbar-nav > li > ul > li:hover > a{
	padding-left:25px;	
}

.main-menu .navbar-nav > li > ul > li > ul{
	position:absolute;
	left:200%;
	top:0px;
	width:200px;
	padding:0px;
	border:1px solid rgba(255,255,255,0.50);
	z-index:100;
	background:#10bcf4;
	/*visibility:hidden;*/
	opacity:0;
	border-radius:0px 2px 2px 2px;
	-ms-border-radius:0px 2px 2px 2px;
	-webkit-border-radius:0px 2px 2px 2px;
	-moz-border-radius:0px 2px 2px 2px;
	-o-border-radius:0px 2px 2px 2px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navbar-nav > li > ul > li:hover > ul {
	left:100%;
	opacity:1;
	visibility:visible;	
}

.main-menu .navbar-nav > li > ul > li > ul > li{
	position:relative;
	float:none;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.50);
}

.main-menu .navbar-nav > li .navbar-toggle{
	z-index:4500;
	position:absolute;
	right:7px;
	top:7px;
	padding:10px 9px;	
}

.main-menu .navbar-nav > li > ul > li > ul > li:last-child{
	border:none;	
}

.main-menu .navbar-nav > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:5px 20px;
	font-weight:normal;
	font-size:14px;
	color:#ffffff !important;
	word-wrap:break-word;
	/*transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;*/
}

.main-menu .navbar-nav > li > ul > li > ul > li:hover > a{
	padding-left:25px;	
}

.main-header .open-hours{
	position:absolute;
	right:-26px;
	top:0px;
	padding:15px 50px 0px 30px;
	background:#B91B2C;
	min-height:80px;
	color:#ffffff;
	font-size:13px;
	line-height:2em;
    /*
	transform:skewX(-31deg);
	-webkit-transform:skewX(-31deg);
	-ms-transform:skewX(-31deg);
	-o-transform:skewX(-31deg);
	-moz-transform:skewX(-31deg);
    */
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
    height:100%;
    background-image:url('/images/header_back.png');
    background-repeat:no-repeat;
    background-position:left;   
    min-width:380px;
    width:420px;
}

.main-header .open-hours .toggle-open-hours{
	position:relative;
    /*
	transform:skewX(31deg);
	-webkit-transform:skewX(31deg);
	-ms-transform:skewX(31deg);
	-o-transform:skewX(31deg);
	-moz-transform:skewX(31deg);
     */	
}

.main-header.header-fixed .open-hours{
	opacity:0;
	z-index:1; /* was -999 */	
}

.main-header .open-hours span{
	text-transform:uppercase;	
}

.main-header .open-hours .fa{
	font-size:18px;
	padding:0px 15px;
	opacity:0.70;	
}

.main-slider{
	position:relative;
	background:#ffffff;
}

.main-slider .light-blue{
	position:relative;
	background-color:#10bcf4;
	color:#ffffff;
	
}

.main-slider .light-pink{
	position:relative;
	background-color:#e62c88;
	color:#ffffff;
	
}

.main-slider .curved-layer{
	transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg);
}

.main-slider .curved-layer a,
.main-slider .curved-layer h3,
.main-slider .curved-layer h2{
	transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	-moz-transform: skewX(30deg);	
}

.main-slider .curved-layer h3{
	position:relative;
	display:block;
	font-size:18px;
	line-height:24px;
	padding:15px 30px;
	text-transform:uppercase;	
}

.main-slider .dark-blue{
	position:relative;
	background-color:#0c1f34;
	color:#ffffff;
}

.main-slider .curved-layer h2{
	position:relative;
	display:block;
	font-size:24px;
	line-height:30px;
	padding:25px 40px;
	text-transform:uppercase;	
}

.main-slider .curved-layer a{
	position:relative;
	display:block;
	font-size:18px;
	font-family: 'Montserrat', sans-serif;
	line-height:24px;
	color:#ffffff;
	padding:15px 30px;
	text-transform:uppercase;	
}

.main-slider .tp-bullets,
.main-slider .tp-bannertimer{
	display:none;	
}

/*** 

====================================================================
	Featured Services style
====================================================================

***/

.features-services{
	position:relative;
	margin-top:-60px;
	width:100%;
	z-index:99;
	padding-bottom:40px;
}

.features-services .post *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.features-services .post{
	position:relative;
	min-height:265px;
	max-width:450px;
	margin:-60px auto 0px;
	margin-bottom:30px;
	background:#0c1f34;
	overflow:hidden;
	color:#ffffff;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;	
}

.features-services .post a{
	color:#10bcf4;	
}

.features-services .post .title-box{
	position:relative;
	left:0px;
	padding:25px 20px 10px 20px;
	transform: skewY(-2deg);
	-webkit-transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
	-o-transform: skewY(-2deg);
	-moz-transform: skewY(-2deg);
}

.features-services .post:hover .title-box{
	transform: skewY(0deg);
	-webkit-transform: skewY(0deg);
	-ms-transform: skewY(0deg);
	-o-transform: skewY(0deg);
	-moz-transform: skewY(0deg);
}

.features-services .post:hover h2{
	transform: skewY(0deg);
	-webkit-transform: skewY(0deg);
	-ms-transform: skewY(0deg);
	-o-transform: skewY(0deg);
	-moz-transform: skewY(0deg);
}

.features-services .post.style-one .title-box{
	left:0px;
	top:-15px;
	background:#10bcf4;
}

.features-services .post.style-two .title-box{
	position:absolute;
	left:0px;
	bottom:-15px;
	width:100%;
	background:#0c1f34;
	padding-top:15px;
	padding-bottom:20px;
}

.features-services .post h2{
	font-weight:400;
	font-size:28px;
	transform: skewY(2deg);
	-webkit-transform: skewY(2deg);
	-ms-transform: skewY(2deg);
	-o-transform: skewY(2deg);
	-moz-transform: skewY(2deg);
}

.features-services .post .big-text{
	font-size:48px;
	padding-right:10px;
	line-height:56px;
	font-family: 'Montserrat', sans-serif;
}

.features-services .post .med-text{
	position:relative;
	top:4px;
	font-size:26px;
	line-height:20px;
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
	letter-spacing:-1px;
}

.features-services .post .small-text{
	position:relative;
	bottom:4px;
	font-size:16px;
	line-height:16px;
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
}

.features-services .post .post-text{
	position:relative;
	padding:10px 20px 40px;
	color:#ffffff;
	line-height:2em;	
}

.features-services .post.style-three .post-cont{
	position:absolute;
	left:38%;
	top:0px;
	padding:20px 20px 50px;
	height:100%;
	width:72%;
	text-align:right;
	background:#0c1f34;
	transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
}

.features-services .post.style-three .post-text{
	right:0%;
	width:85%;
	padding:0px;
	padding-bottom:50px;
	transform: skewX(15deg);
	-webkit-transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	-o-transform: skewX(15deg);
	-moz-transform: skewX(15deg);
}

.features-services .post .post-text .more{
	position:absolute;
	right:20px;
	bottom:-14px;
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
}

.features-services .post.style-three .post-text .more{
	right:0px;
	bottom:0px;	
}

.features-services .post .post-text .more:hover{
	color:#10bcf4;
}

.features-services .post .post-text a .fa{
	position:relative;
	top:-1px;
	padding-right:5px;
	font-size:18px;
	color:#10bcf4;
}

.features-services .post img{
	position:relative;
	display:block;
	width:100%;	
}

.features-services .post .price{
	position:relative;
	font-size:46px;
	color:#10bcf4;
	letter-spacing:-1px;
}

.features-services .post .price sup{
	font-size:24px;	
}

.features-services .post .price sub{
	position:relative;
	color:#68717b;
	text-transform:uppercase;
	font-size:12px;	
}

/*** 

====================================================================
	Featured Services style-Two
====================================================================

***/

.features-services.style-two{
	margin-bottom:10px;	
}

.features-services.style-two .box{
	position:relative;
	padding:20px 10px 30px 20px;
	background:#10bcf4;
	color:#ffffff;
}

.features-services.style-two .title-box{
	position:relative;
	margin-bottom:20px;
}

.features-services.style-two .box h2{
	font-weight:400;
	font-size:28px;
}

.features-services.style-two .box .big-text{
	font-size:48px;
	padding-right:10px;
	line-height:56px;
	font-family: 'Montserrat', sans-serif;
}

.features-services.style-two .box .med-text{
	position:relative;
	top:4px;
	font-size:26px;
	line-height:20px;
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
	letter-spacing:-1px;
}

.features-services.style-two .box .small-text{
	position:relative;
	bottom:4px;
	font-size:16px;
	line-height:16px;
	display:inline-block;
	letter-spacing:-1px;
	font-family: 'Montserrat', sans-serif;
}

.features-services .post .post-text{
	position:relative;
	line-height:2em;	
}

/*** 

====================================================================
	Two Columns Style
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:50px;	
	margin-bottom:50px;	
}

.sec-text{
	position:relative;
	margin-bottom:30px;
	color:#565656;	
}

.sec-text p{
	margin-bottom:25px;	
}

.sec-text .read-more{
	position:relative;
	float:right;
	color:#10bcf4;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}

.sec-text .read-more .fa{
	position:relative;
	font-size:18px;
	top:-1px;
	padding-right:5px;	
}

.sec-title h3{
	position:relative;
	color:#10bcf4;
	font-size:15px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:15px;
}

.color-text{
	position:relative;
	color:#10bcf4;
}

.sec-title h2{
	position:relative;
	/*font-size:36px;*/
	font-weight:normal;
	/*text-transform:uppercase;*/
	margin-bottom:20px;
}

.small-title{
	position:relative;
	margin-bottom:10px;	
}

.small-title .big-text{
	font-size:48px;
	padding-right:10px;
	line-height:56px;
	font-family: 'Montserrat', sans-serif;
	color:#2d2d2d;
}

.small-title .med-text{
	position:relative;
	top:4px;
	font-size:26px;
	line-height:20px;
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
	letter-spacing:-1px;
	color:#2d2d2d;
}

.small-title .small-text{
	position:relative;
	bottom:4px;
	font-size:16px;
	line-height:16px;
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
	color:#2d2d2d;
}


/*** 

====================================================================
	Workouts Style
====================================================================

***/
.two-column{
	position:relative;	
}

.who-we-are{
	margin-bottom:15px;	
}

.workout-sessions{
	position:relative;	
}

.workout-sessions .post{
	position:relative;
	margin-bottom:50px;	
}

.workout-sessions .post .desc{
	position:relative;
	padding-right:80px;
	color:#565656;
	margin-bottom:15px;
}

.workout-sessions .post .desc strong{
	font-weight:600;	
}

.workout-sessions .post .desc .price{
	position:absolute;
	display:block;
	text-align:center;
	right:0px;
	top:0px;
	width:80px;
	line-height:26px;
	border:1px solid #cccccc;
	color:#2d2d2d;	
}

.workout-sessions .post .desc .price:hover{
	color:#10bcf4;
	border-color:#10bcf4;	
}

.workout-sessions .post .images{
	margin-left:-8px;
	margin-right:-8px;	
}

.workout-sessions .post .images .col-md-4{
	padding-left:8px;
	padding-right:8px;
	text-align:center;	
}

.workout-sessions .post .images img{
	position:relative;
	display:inline-block;
	max-width:100%;	
}



.workout-sessions .post *,
.featured-courses .post *,
.our-team .member *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

/*** 

====================================================================
	Featured Courses Style
====================================================================

***/

.featured-courses{
	position:relative;	
}

.featured-courses.style-two{
	position:relative;
	padding:60px 0px;
}

.featured-courses .column-container{
	position:relative;
	margin-left:-50px;
	margin-right:-50px;
}

.featured-courses .column{
	position:relative;
	float:left;
	width:50%;
	padding:0px 50px;
}

.featured-courses .post{
	position:relative;
	margin-bottom:45px;
	padding-bottom:40px;
	border-bottom:1px solid #dddddd;
}

.featured-courses .post:last-child,
.featured-courses .column .post:last-child{
	border:none;	
}

.featured-courses .post h3{
	position:relative;
	font-size:17px;
	font-weight:500;
	margin:5px 0px 10px;
}

.featured-courses .post .desc{
	position:relative;
	font-size:15px;
	margin-bottom:20px;
}

.featured-courses .post .info{
	position:relative;
	font-size:15px;
	color:#898989;
	padding-right:70px;
}

.featured-courses .post .info .icon{
	font-size:20px;
	padding-left:20px;	
}

.featured-courses .post .info .join{
	position:absolute;
	display:block;
	text-align:center;
	padding:0px 15px;
	right:0px;
	top:0px;
	line-height:26px;
	border:1px solid #cccccc;
	text-transform:uppercase;
	color:#2d2d2d;	
}

.featured-courses .post .info .join:hover{
	color:#10bcf4;
	border-color:#10bcf4;	
}

/*** 

====================================================================
	Successfull Stories Style / Curved Slider
====================================================================

***/

.successfull-stories{
	position:relative;
}

.curved-carousel{
	position:relative;
	overflow:hidden;
}

.curved-carousel .slide-item{
	min-height:440px;	
}

.curved-carousel .slide-item .text-side{
	position:relative;
	width:57%;
	min-height:440px;
	padding-top:4em;
	background:#eeeeee;
	transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	z-index:5;
}

.curved-carousel .slide-item .text-side .sec-title{
	padding-right:20px;
	margin-left:-75px;
	transform: skewX(25deg);
	-webkit-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	-o-transform: skewX(25deg);
	-moz-transform: skewX(25deg);	
}

.curved-carousel .slide-item .text-side .sec-title h2{
	text-transform:none;
	line-height:1.4em;	
}

.curved-carousel .slide-item .text-side .sec-text{
	padding-right:20px;
	margin-bottom:0px;
	transform: skewX(25deg);
	-webkit-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	-o-transform: skewX(25deg);
	-moz-transform: skewX(25deg);	
}

.curved-carousel .slide-item .text-side .sec-text p{
	margin-bottom:0px;	
}

.curved-carousel .slide-item .image-box{
	position:absolute;
	left:45%;
	top:0px;
	width:55%;
	height:100%;
}

.curved-carousel .slide-item .image-box .image-layer{
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}

.curved-carousel .slide-item .image-box .text-layer{
	position:absolute;
	bottom:0px;
	left:0px;
	width:120%;
	background:#10bcf4;
	padding:10px 0px;
	padding-left:50px;
	padding-right:20%;
	line-height:30px;
	color:#ffffff;
	text-align:center;	
}

.curved-carousel .slide-item .image-box .text-layer .text{
	position:relative;
}

.curved-carousel .slide-item .image-box .text-layer .text li{
	position:relative;
	display:inline-block;
	margin:0px 20px;	
}

.curved-carousel .bx-controls{
	position:absolute;
	left:15px;
	bottom:60px;
	width:100%;
	z-index:500;

}

.curved-carousel .bx-controls .bx-pager{
	position:relative;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;

}

.curved-carousel .bx-controls .bx-pager-item{
	position:relative;
	display:inline-block;
	width:12px;
	height:12px;
	margin-right:8px;
	overflow:hidden;
}

.curved-carousel .bx-controls .bx-pager-link{
	position:relative;
	display:block;
	width:12px;
	height:12px;
	background:#d4d4d4;
	text-indent:99px;
	font-size:0px;
	border-radius:50%;
	-ms-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;	
}

.curved-carousel .bx-controls .bx-pager-link:hover,
.curved-carousel .bx-controls .bx-pager-link.active{
	background:#0c1f34;
}

.availability{
	position:relative;
	padding:40px 0px 40px;
	
}

.availability .block{
	position:relative;
	margin-bottom:20px;
	/* text-align:center; */
}

.availability .block .upper-rounds{
	position:relative;
	/* padding:40px 0px; */
	font-family: 'Montserrat', sans-serif;
	max-width:280px;
	margin:0 auto;
}

.availability .block .upper-rounds .img-circle{
	display:inline-block;	
}

.availability .block .upper-rounds .small-circle{
	position:absolute;
	right:40px;
	top:-60px;
	width:84px;
	height:84px;
	padding:15px 0px;
	line-height:40px;
	font-size:36px;
	color:#ffffff;
	background:#e00835;
	z-index:2;
}

.availability .col-md-3:nth-child(2) .upper-rounds .medium-circle{
	background:#e96ef8;
}

.availability .col-md-3:nth-child(3) .upper-rounds .medium-circle{
	background:#0c1f34;
}

.availability .col-md-3:nth-child(4) .upper-rounds .medium-circle{
	background:#fd682e;
}

.availability .block .upper-rounds .big-circle{
	position:relative;
	width:140px;
	height:140px;
	left:20px;
	padding:45px 0px 30px;
	line-height:25px;
	font-size:15px;
	color:#0c1f34;
	text-transform:uppercase;
	background:#e0e0e0;
	letter-spacing:2px;
	margin-bottom:30px;
}

.availability h3{
	position:relative;
	margin-bottom:20px;
	font-size:20px;
}

.availability .block .upper-rounds .bigger-circle{
	position:relative;
	width:170px;
	height:170px;
	padding:4px;
	line-height:25px;
	font-size:15px;
	color:#ffffff;
	text-transform:uppercase;
	background:#ffffff;
	border:2px solid #65be3e;
	letter-spacing:2px;
}

.availability .block .upper-rounds .bigger-circle .inner{
	position:relative;
	display:block;
	padding:41px 10px 31px;
	width:158px;
	height:158px;
	background:#65be3e;
}


.availability .block .upper-rounds .bigger-circle span{
	color:#295317;	
}

.availability .block:hover .upper-rounds .small-circle,
.availability .block:hover .upper-rounds .bigger-circle{
/* 	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-moz-transform:rotate(360deg); */
}

.availability .block *{
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	-moz-transition:all 1s ease;	
}

.tweets-scroller{
	position:relative;
	min-height:440px;
	padding-left:440px;	
}

.tweets-scroller .tweets-slider-container{
	position:absolute;
	left:0px;
	top:0px;
	width:390px;
	height:440px;
	background:#10bcf4;
	text-align:center;
	padding:80px 0px 0px 50px;
	color:#ffffff;
	z-index:99;
}

.tweets-scroller .tweets-slider-container:after{
	content:'';
	position:absolute;
	left:100%;
	top:0px;
	width: 0;
	height: 0;
	border-top: 440px solid #10bcf4;
	border-right: 178px solid transparent;
	z-index:1;
	
}

.tweets-scroller .tweets-slider .slide-item .icon{
	position:relative;
	display:inline-block;
	margin-bottom:60px;
	font-size:26px;
	color:#ffffff;
}

.tweets-scroller .tweets-slider .slide-item .text{
	position:relative;
	margin-bottom:50px;
	font-size:15px;
	line-height:2em;
}

.tweets-scroller .tweets-slider .slide-item .tweet-author{
	position:relative;
	font-size:13px;
	color:#8ce1fd;	
}

.tweets-scroller .image-scroller-container{
	position:relative;
	margin-left:-50px;
	z-index:10;
}

.tweets-scroller .image-scroller-container .bx-viewport{
	overflow:visible !important;	
}

.tweets-scroller .image-scroller-container .slide-item{
	
	margin-left:-180px;
	width:600px;
	height:440px;
}

.tweets-scroller .image-scroller-container .slide-item .image{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	
}

/*** 

====================================================================
	Products Style
====================================================================

***/

.products{
	position:relative;
	padding:60px 0px 50px;
	background:#ffffff;	
}

.products .product{
	position:relative;
	margin-bottom:0px;
}

.products h3{
	position:relative;
	margin-bottom:20px;
	font-size:26px;
	text-transform:uppercase;
	color:#ffffff;
	margin:0px;
	padding:8px 12px;
	display:inline-block;
}

.products .title-box{
	position:relative;
	margin-bottom:30px;	
}

.products .dark-blue{
	background:#0c1f34;	
}

.products .light-blue{
	background:#10bcf4;	
}

.products .light-pink{
	background:#ff1016;	
}

.products .image{
	position:relative;
	text-align:center;
	margin-top:50px;	
}

.products .image img{
	position:relative;
	display:inline-block;
	max-width:100%;	
}

.products .image .img-circle{
	position:absolute;
	right:60px;
	top:0px;
	display:inline-block;
	width:100px;
	height:100px;
	font-size:32px;
	font-family:'Montserrat',sans-serif;
	padding:30px 0px;
	line-height:40px;
	color:#ffffff;
	z-index:1;
	
}

.products .image:hover .img-circle{
	transform:scale(1.1,1.1) rotate(5deg);	
}

.products .product *{
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;	
}

/*Footer*/

.main-footer{
	position:relative;
	background:#262e36;
	color:#ffffff;
    /*background:url('/images/footer_back.png') no-repeat left bottom #262e36;
     -moz-border-radius: 30px 0 0 70px;
    border-radius: 30px 0 0 70px; */
}

/*
.main-footer.width div {
    border-color: transparent transparent transparent #999;
}
*/

.main-footer .upper{
	position:relative;
	padding:2.5em 0px 2em 0em;	
}

.main-footer .upper h2{
	line-height:40px;
	font-size:22px;
	text-transform:uppercase;
	font-family:'Open Sans',sans-serif;
	font-weight:500;
}

.main-footer .upper h2 span{
	font-weight:300;	
}

.main-footer .social-links{
	position:relative;
	float:left;
	margin-left:40px;	
}

.main-footer .social-links .icon{
	position:relative;
	display:inline-block;
	margin-right:10px;
	width:42px;
	height:36px;
	color:#ffffff;
	font-size:16px;
	line-height:42px;
	text-align:center;
    background: url('/images/soc_links_off.png');
    /*
	color:rgba(255,255,255,0.50);
	background:rgba(255,255,255,0.05);
	transition:background 0.5s ease;
	-webkit-transition:background 0.5s ease;
	-ms-transition:background 0.5s ease;
	-o-transition:background 0.5s ease;
	-moz-transition:background 0.5s ease;
    */
}

.main-footer .social-links .icon:hover{
	background-image: url('/images/soc_links_on.png');
    transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
}

.main-footer .social-links .fa-facebook {background-position:0 center}
.main-footer .social-links .fa-twitter {background-position:-52px center}
.main-footer .social-links .fa-dribbble {background-position:-105px center}
.main-footer .social-links .fa-google-plus {background-position:-158px center}
.main-footer .social-links .fa-pinterest {background-position:-211px center}
.main-footer .social-links .fa-instagram {background-position:-263px center}

.main-footer .lower{
	position:relative;
	padding:25px 0px;
	border-top:1px solid rgba(255,255,255,0.50);	
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:20px;	
}

.main-footer .footer-widget *{
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;	
}

.main-footer .footer-widget h2{
	position:relative;
	text-transform:uppercase;
	font-size:18px;
	line-height:30px;
	margin-bottom:20px;	
}

.main-footer .footer-widget a{
	position:relative;
	display:inline-block;
}

.main-footer .copyright{
	position:relative;
	color:#10bcf4;
	font-size:13px;
}

.main-footer .copyright a{
	position:relative;
	color:#9bb7c3;
	display:inline-block;
	padding:2px 5px;
	text-decoration:underline;
}

.main-footer .quick-links ul{
	position:relative;
	float:left;
	width:50%;
	padding-top:4px;
}

.main-footer .quick-links ul li{
	position:relative;
	display:block;
	width:100%;
	margin-bottom:7px;	
}

.main-footer .quick-links ul li a{
	position:relative;
	display:block;
	line-height:1.4em;
	color:#48627e;
}

.main-footer .quick-links ul li a:hover{
	color:#ffffff;	
}

.main-footer .popular-tags a{
	position:relative;
	display:inline-block;
	margin-right:5px;
	margin-bottom:5px;
	line-height:24px;
	padding:5px 12px;
	font-size:13px;
	text-transform:uppercase;
	background:#18263a;
	color:#ffffff;
}

.main-footer .popular-tags a:hover{
	background:#10bcf4;
}

.main-footer .widget_sh_contact_info{
	color:#616c77;	
}

.main-footer .widget_sh_contact_info li strong{
	display:block;
	font-weight:500;
	width:35%;
	color:#ffffff;
}

.main-footer .widget_sh_contact_info li p{
	display:block;
	font-weight:400;
	width:65%;
	margin-bottom:0px;
}

/*** 

====================================================================
	Why choose Us Style
====================================================================

***/

.why-choose-us{
	position:relative;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.why-choose-us .title{
	position:relative;
	float:left;
	width:30%;
	line-height:30px;
	padding:12px 0px;	
}

.why-choose-us .text{
	position:relative;
	float:left;
	width:70%;
	line-height:24px;
	border-left:3px solid #10bcf4;
	padding-left:30px;
}

/*** 

====================================================================
	Features Style
====================================================================

***/

.features{
	position:relative;
	padding:55px 0px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.features .post{
	position:relative;
	float:left;
	width:50%;
	background:#0c1f34;
	min-height:250px;
	color:#ffffff;
}

.features .post *{
	transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	-moz-transition:all 700ms ease;	
}

.features .post .image{
	position:relative;
	float:left;
	width:50%;
	text-align:center;
	overflow:hidden;
}

.features .post .image .overlay{
	position:absolute;
	left:0px;
	bottom:100%;
	width:100%;
	height:100%;
	background:#10bcf4;
	opacity:0.50;
	transform:scale(0,0);
	-webkit-transform:scale(0,0);
	-o-transform:scale(0,0);
	-moz-transform:scale(0,0);
	-ms-transform:scale(0,0);
}

.features .post:hover .image .overlay{
	bottom:0%;
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
}

.features .post .image img{
	position:relative;
	display:inline-block;
	width:100%;
	max-width:100%;	
}

.features .post .text{
	position:relative;
	float:left;
	width:50%;
	padding:20px 20px 0px;
}

.features .post.bg-pink{
	background:#e62c88;
}

.features .post.bg-blue{
	background:#10bcf4;
}

.features .post .text p{
	line-height:2.2em;	
}

.features .post .text h3{
	position:relative;
	font-size:18px;
	line-height:1.4em;
	padding-bottom:20px;
	margin-bottom:20px;	
}

.features .post .text h3:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:50px;
	height:3px;
	background:#10bcf4;
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	-moz-transition:all 1s ease;
		
}

.features .post:hover .text h3:after{
	width:100%;	
}

.features .post.bg-blue .text h3:after,
.features .post.bg-pink .text h3:after{
	background:#ffffff;
		
}

.features .post .arrow{
	position:absolute;
	top:0px;
	width:0px;
	height:100%;
	display:block;
	z-index:1;
}

.features .post .arrow.from-left{
	left:0px;
}

.features .post .arrow.from-right{
	right:0px;
}

.features .post .arrow span{
	position:absolute;
	top:45%;
	right:0px;
	display:block;
	vertical-align:middle;
	width:0px;
	height:0px;
	border:12px solid transparent;	
}

.features .post .arrow.from-right span{
	right:0px;
	border-right:15px solid #0c1f34;
}

.features .post.bg-pink .arrow.from-right span{
	border-right:15px solid #e62c88;
}

.features .post.bg-blue .arrow.from-right span{
	border-right:15px solid #10bcf4;
}

.features .post .arrow.from-left span{
	left:0px;
	border-left:15px solid #0c1f34;
}

.features .post.bg-pink .arrow.from-left span{
	border-right:15px solid #0c1f34;
}

.features .post.bg-blue .arrow.from-left span{
	border-right:15px solid #10bcf4;
}


/*** 

====================================================================
	Fact Counter
====================================================================

***/
 
.fact-counter{
	position:relative;
	padding:40px 0px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top; 
	text-align:center;
}

.fact-counter .sec-title{
	margin-bottom:50px;	
}

.fact-counter .block{
	position:relative;
	font-size:17px;
	color:#000000;
	padding:20px 15px;
}

.fact-counter .block .round .circular-bar-content{
	position:absolute;
	left:0px;
	top:100px;
	width:100%;
	font-weight:300;
}

.fact-counter .block .round label{
	position:relative;
	left:0px;
	top:0px;
	font-weight:300;
	font-size:36px;	
}

.fact-counter .block .round{
	margin-bottom:40px;	
}

/*** 

====================================================================
	Curved Section
====================================================================

***/

.curved-section{
	position:relative;
	background:#ffffff;
	min-height:300px;
}

.curved-section .sec-title{
	margin-left:-55px;
	padding-right:55px;
}

.curved-section .sec-title h2{
	text-transform:none;	
}

.curved-section .content{
	position:relative;
	width:60%;
	padding:30px 0px;
	min-height:440px;
	padding-right:50px;
	background:#ffffff;
	z-index:1;
	transform:skewX(-20deg);
	-webkit-transform:skewX(-20deg);
	-ms-transform:skewX(-20deg);
	-o-transform:skewX(-20deg);
	-moz-transform:skewX(-20deg);
}

.curved-section .content .sec-title,
.curved-section .content .sec-text{
	transform:skewX(20deg);
	-webkit-transform:skewX(20deg);
	-moz-transform:skewX(20deg);
	-ms-transform:skewX(20deg);
	-o-transform:skewX(20deg);	
}

.curved-section .image{
	position:absolute;
	width:60%;
	right:0px;
	top:0px;
	min-height:440px;
	height:100%;
	background-position:left top;
	background-repeat:no-repeat;
	background-size:cover;
}

.curved-section .image .price{
	position:absolute;
	right:0px;
	bottom:0px;
	padding:15px 10px;
	background:#10bcf4;
	color:#ffffff;
	font-family:'Montserrat',sans-serif;
	font-size:32px;
	letter-spacing:-1px;
}

.curved-section .image:hover .price{
	padding-right:30px;	
}

.curved-section .image .price span{
	position:relative;
	z-index:5;	
}

.curved-section .image .price sup{
	position:relative;
	top:-14px;
	font-size:16px;	
}

.curved-section .image .price sub{
	position:relative;
	font-size:10px;	
}

.curved-section .image .price:before{
	content:'';
	position:absolute;
	left:-14px;
	top:0px;
	width:30px;
	height:100%;
	background:#10bcf4;
	transform:skewX(-25deg);
	-webkit-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
	z-index:1;
}

.curved-section .image *{
	transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	-moz-transition:all 700ms ease;	
}

/*** 

====================================================================
	Pricnig Tables
====================================================================

***/

.plans-pricing{
	position:relative;
	padding:90px 0px 60px;
	text-align:center;	
}

.plans-pricing .price-table *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.plans-pricing .sec-title{
	margin-bottom:70px;	
}

.plans-pricing .price-table{
	position:relative;
	color:#ffffff;
	background:#0c1f34;
	margin-bottom:20px;
	overflow:hidden;
	
}

.plans-pricing .price-table:before{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#0e243b;
	transform:skewX(140deg);
	-webkit-transform:skewX(140deg);
	-ms-transform:skewX(140deg);
	-o-transform:skewX(140deg);
	-moz-transform:skewX(140deg);
	transition:all 1s ease;
	-moz-transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;	
}

.plans-pricing .price-table:hover:before{
	transform:skewX(-140deg);
	-webkit-transform:skewX(-140deg);
	-ms-transform:skewX(-140deg);
	-o-transform:skewX(-140deg);
	-moz-transform:skewX(-140deg);	
}

.price-table .title{
	position:relative;
	padding:25px 0px;
	background:#09b9e5;
	margin-bottom:50px;
	z-index:5;
}

.price-table.style-two .title{
	background:#e62c88;	
}

.price-table .title h3{
	position:relative;
	font-size:24px;
	text-transform:uppercase;
	line-height:30px;
	z-index:5;
}

.price-table .title:after{
	content:'';
	position:absolute;
	top:100%;
	right:0px;
	width: 0; 
   height: 0; 
   border-top: 20px solid #09b9e5; 
   border-left: 270px solid transparent;
   transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.price-table:hover .title:after{
	top:0;	
}

.price-table.style-two .title:after{
	border-top-color:#e62c88;	
}

.price-table .table-inner{
	position:relative;
	padding:0px 20px 30px;
	z-index:5;
}

.price-table .price{
	position:relative;
	font-size:64px;
	padding:30px 0px 25px;
	color:#09b9e5;
	font-weight:700;	
}

.price-table.style-two .price{
	color:#e62c88;
}

.price-table .price sup{
	font-size:42px;
	top:-30px;
}

.price-table .price .duration{
	position:relative;
	font-size:14px;
	color:#77879c;
	padding-top:5px;
	font-weight:400;
}

.price-table ul{
	position:relative;
	margin:0px;	
}

.price-table ul li{
	position:relative;
	margin-bottom:25px;
	line-height:24px;
	color:#77879c;
}

.price-table .order-now{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:10px 25px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	background:#18263a;
	margin-top:20px;
}

.price-table .order-now .fa{
	padding-right:10px;
	color:#09b9e5;
}

.price-table.style-two .order-now .fa{
	color:#e62c88;	
}

.price-table .order-now:hover{
	color:#ffffff;
	background:#09b9e5;
}

.price-table.style-two .order-now:hover{
	color:#ffffff;
	background:#e62c88;
}

.price-table .order-now:hover .fa{
	color:#ffffff;
}

/*** 

====================================================================
	Page Banner
====================================================================

***/

.page-banner{
	background-image: url("images/background/page-banner-bg.jpg");
	position:relative;
	padding:12em 0px 10em 0;
	background-position:center top;
	background-size:cover;
	background-repeat:no-repeat;
}

.page-bannerSmall {
	/*padding:10em 0px 10em 0;*/
    height: 684px;
}

.page-banner h1{
	position:relative;
	display:inline-block;
	line-height:30px;
	padding:10px 20px;
	color:#ffffff;
	font-size:26px;
	text-transform:uppercase;
	background:#10bcf4;	
}

/*** 

====================================================================
	Training Requirement
====================================================================

***/

.train-req{
	position:relative;
	width:55%;
	transform:skewX(0deg) !important;
	-webkit-transform:skewX(0deg) !important;
	-ms-transform:skewX(0deg) !important;
	-o-transform:skewX(0deg) !important;
	-moz-transform:skewX(0deg) !important;
}

.train-req *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.train-req:after{
	content:'';
	position:absolute;
	right:-70px;
	top:0px;
	width:180px;
	height:100%;
	background:#ffffff;
	-moz-transform:skewX(-15deg);
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	transform:skewX(-15deg);
}

.train-req .sec-title{
	position:relative;
	margin-left:0px;
	transform:skewX(0deg) !important;
	-webkit-transform:skewX(0deg) !important;
	-ms-transform:skewX(0deg) !important;
	-o-transform:skewX(0deg) !important;
	-moz-transform:skewX(0deg) !important;
	 z-index:5;	
}

.train-req .block{
	position:relative;
	margin-bottom:25px;
	font-family:'Montserrat',sans-serif;
	z-index:5;
}

.train-req .block .bar-upper{
	position:relative;
	padding-right:50px;	
}

.train-req .block .bar-upper .bar{
	position:relative;
	display:block;
	height:4px;
	width:0px;	
}

.train-req .block .bar-upper .req-text{
	position:absolute;
	right:-50px;
	top:-14px;
	line-height:30px;	
}

.train-req .block.blue .bar-upper .bar{
	background:#10bcf4;
}

.train-req .block.blue .bar-upper .bar .req-text{
	color:#10bcf4;
}

.train-req .block.green .bar-upper .bar{
	background:#65be3e;
}

.train-req .block.green .bar-upper .bar .req-text{
	color:#65be3e;
}

.train-req .block.orange .bar-upper .bar{
	background:#fd682e;
}

.train-req .block.orange .bar-upper .bar .req-text{
	color:#fd682e;
}

.train-req .block.pink .bar-upper .bar{
	background:#e96ef8;
}

.train-req .block.pink .bar-upper .bar .req-text{
	color:#e96ef8;
}

/*** 

====================================================================
	Centered Text
====================================================================

***/

.centered-text{
	position:relative;
	padding:60px 0px;
	text-align:center;	
}

/*** 

====================================================================
	Our Services
====================================================================

***/

.our-services{
	position:relative;
	padding:60px 0px;
}

.our-services .box{
	margin-bottom:20px;	
}

.our-services .box h2{
	font-size:48px;	
}

.our-services .box h2 sub{
	position:relative;
	font-size:20px;
	bottom:0px;
	padding-left:10px;	
}

/*** 

====================================================================
	Schedule style
====================================================================

***/

.schedule{
	position:relative;
	padding:60px 0px;
}

.schedule .time-table{
	position:relative;
	display:table;
	width:100%;
	color:#ffffff;
	font-family:'Montserrat',sans-serif;
	background:#d1ecf5;
	text-transform:uppercase;
	overflow-x:auto;
	min-width:1160px;
}

.schedule .time-table .table-row{
	position:relative;
	display:table-row;
	width:100%;	
}

.schedule .time-table .table-row .table-cell{
	position:relative;
	display:table-cell;
	text-align:right;	
}

.schedule .time-table .head .table-cell{
	line-height:30px;
	padding:15px 0px;
	text-align:center;
	background:#10bcf4;
	vertical-align:central;	
}

.schedule .time-table .normal-row .table-cell.empty{
	opacity:0;	
}

.schedule .time-table .normal-row .table-cell{
	line-height:20px;
	padding:0px;
	text-align:right;
	background:#ffffff;
	box-shadow:0px 0px 1px 0px rgba(0,0,0,0.20);
	vertical-align:bottom;
	overflow:hidden;
	padding-top:40px;
}

.schedule .time-table .normal-row .table-cell.dark{
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;	
}

.schedule .time-table .normal-row .table-cell .exercise{
	position:relative;
	display:inline-block;
	margin-top:6px;
	font-size:11px;
	right:-11px;
	padding-top:30px;
	text-transform:uppercase;
	padding:3px 20px 3px 15px;
	transform:skewX(-25deg);
	-webkit-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
}

.schedule .time-table .normal-row .table-cell span{
	position:relative;
	display:inline-block;
	transform:skewX(25deg);
	-webkit-transform:skewX(25deg);
	-ms-transform:skewX(25deg);
	-o-transform:skewX(25deg);
	-moz-transform:skewX(25deg);
}

.schedule .time-table .table-cell.dark{
	background:#0c1f34;
	text-align:center ;
	vertical-align:middle;	
}

.schedule .time-table .bg-blue{
	background-color:#10bcf4;	
}

.schedule .time-table .bg-orange{
	background-color:#fd682e;	
}

.schedule .time-table .bg-pink{
	background-color:#e62c88;	
}

.schedule .time-table .bg-green{
	background-color:#65be3e;	
}

.schedule .time-table .bg-red{
	background-color:#f64023;	
}

.schedule .time-table .bg-golden{
	background-color:#f6ae13;	
}

.schedule .time-table .bg-purple{
	background-color:#886adb;	
}

.schedule .time-table *{
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;	
}

/*** 

====================================================================
	Contact Us style
====================================================================

***/

.contact-us{
	position:relative;	
}

.contact-us .inner{
	position:relative;
	overflow:hidden;	
}

.contact-us .map-area{
	position:absolute;
	left:0px;
	top:0px;
	width:70%;
	height:100%;
	z-index:5;
	min-height:250px;	
}

.contact-us .contact-area{
	position:relative;
	float:right;
	width:60%;
	padding:50px;
	background:#10bcf4;
	color:#ffffff;
	z-index:10;
	transform:skewX(-25deg);
	-webkit-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
}

.contact-us .contact-area:after{
	content:'';
	position:absolute;
	left:99%;
	top:0px;
	width:150px;
	height:100%;
	background:#10bcf4;	
}

.contact-us .contact-area .contact-title{
	position:relative;
	margin-bottom:30px;
	transform:skewX(25deg);
	-webkit-transform:skewX(25deg);
	-ms-transform:skewX(25deg);
	-o-transform:skewX(25deg);
	-moz-transform:skewX(25deg);
}

.contact-us .contact-area .contact-title .space{
	padding-left:40px;	
}

.contact-us .contact-area .contact-title h3{
	position:relative;
	font-size:15px;
	margin-bottom:10px;	
}

.contact-us .contact-area .contact-title h2{
	position:relative;
	font-size:32px;
	line-height:1.6em;
}

.contact-us .contact-area .contact-form{
	position:relative;
	z-index:11;
	transform:skewX(25deg);
	-webkit-transform:skewX(25deg);	
	-ms-transform:skewX(25deg);	
	-o-transform:skewX(25deg);	
	-moz-transform:skewX(25deg);	
}

.contact-us .contact-area .contact-form .fields{
	position:relative;
	padding-left:50px;	
}

.contact-us .contact-area .contact-form .form-group{
	position:relative;
	padding:0px 15px;
	margin-bottom:30px;	
}

.contact-us .contact-area .contact-form .text-field:before{
	content:'';
	position:absolute;
	left:15px;
	bottom:0px;
	width:1px;
	height:8px;
	background:rgba(255,255,255,0.60);
}

.contact-us .contact-area .contact-form .text-field:after{
	content:'';
	position:absolute;
	right:15px;
	bottom:0px;
	width:1px;
	height:8px;
	background:rgba(255,255,255,0.60);
}

.contact-us .contact-area .contact-form .message-field{
	position:relative;
	margin-bottom:30px;
	padding-right:15px;
}

.contact-us .contact-area .contact-form .message-field:before{
	content:'';
	position:absolute;
	left:-1px;
	top:0px;
	width:1px;
	height:100%;
	background:url(images/icons/textarea-sides.png) center top repeat-y;
}

.contact-us .contact-area .contact-form .message-field:after{
	content:'';
	position:absolute;
	right:14px;
	top:0px;
	width:1px;
	height:100%;
	background:url(images/icons/textarea-sides.png) center 0px repeat-y;
}

.contact-us .contact-area .contact-form input[type="text"],
.contact-us .contact-area .contact-form input[type="email"],
.contact-us .contact-area .contact-form input[type="url"],
.contact-us .contact-area .contact-form input[type="tel"],
.contact-us .contact-area .contact-form input[type="number"],
.contact-us .contact-area .contact-form input[type="password"]{
	position:relative;
	border:none;
	display:block;
	width:100%;
	line-height:24px;
	padding:5px 15px;
	border:1px solid transparent;
	border-bottom:1px solid rgba(255,255,255,0.60);
	font-size:15px;
	background:none;
	z-index:1;
}

.contact-us .contact-area .contact-form input.error{
	border-color:#0c1f34;	
}

.contact-us .contact-area .contact-form textarea{
	position:relative;
	border:none;
	display:block;
	width:100%;
	line-height:56px;
	padding:0px 15px;
	font-size:15px;
	background-color:transparent;
	background:url(images/icons/textarea-bg.png) left top repeat;
	resize:none;
	height:168px;
}

.contact-us .contact-area .contact-form button[type="submit"],
.contact-us .contact-area .contact-form input[type="submit"]{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:8px 30px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	background:#18263a;
	margin-top:20px;
}

.contact-us .contact-area .contact-form button .fa{
	padding-right:10px;
	color:#09b9e5;
}

.contact-us .contact-area .contact-form button:hover{
	color:#000000;
	background:#ffffff;
}

.contact-us .contact-area .contact-form button:hover .fa{
	color:#000000;
}

.contact-us .contact-area .contact-form label.error{
	display:none !important;	
}

.contact-us .contact-area .contact-form *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

/*------------- Blog List -----------------*/

.blog {
	color: #434343;
	padding: 50px 0 50px;
	background: #F8F8F8;
}

.blog-list{
	background:#101111 url(images/bg/slider-bg.jpg) no-repeat fixed top center;
	position: relative;
	height:460px;
}
.blog p {
    margin: 0 0 15px;
	font-size: 15px;
}

.blog .post .post,.blog .post .post-content{
	background-color: #ffffff;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 80px;	
}
.blog .col-md-8 {
	padding-right:0px;
}
.blog .post-content{
	background-color:#ffffff;
	padding:30px 40px;
}
.post-content i {
	font-size:20px;
	font-weight:700;
	font-family: 'Droid Sans',serif;
	font-style:italic;
}
.post-item h2 {
	text-align:left;
	margin-bottom: 40px;
	font-family: 'Droid Sans',serif;
	font-size:30px;
}
.post-item h2, .post-item h2 a {
	color:#0c1f34;
	font-family: 'Droid Sans',serif;
	font-weight: bold;
}

.post-item h2:hover, .post-item h2 a:hover {
	color:#10bcf4;
}

.blog .posted-date {
	margin-top:15px;
	color: #10bcf4;
}
.single .posted-date {
	margin-bottom: 15px;
	margin-top:0px;
}
.post-nav {
	text-align:center;
	margin-top: -40px;
}
.pagination > li > a, .pagination > li > span {
	margin:0 4px;
	background-color:#10bcf4;
	color:#fff;
	font-weight:700;
	border-radius:4px;	
	border:none;
}
.pagination > li > a:hover,
.pagination > li.active {
	background:#0c1f34;
	color:#ffffff;
	border:none;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background:#0c1f34;
	color:#ffffff;
	border:none;
}

.share-btn .btn{
	margin-right:10px;	
}

/*-------------- SideBar ---------------*/

.sidebar {
	margin-left: 20px;
	margin-top: 73px;
}
.sidebar .widget {
	position:relative;
	margin-bottom:40px;
	padding:30px;
	background-color:#ffffff;
}
.search {
	margin-bottom:30px;
	position:relative;
}
.search form {
	padding: 20px 30px;
	height: 70px;
	border: none;
	box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.search input[type="search"]::-moz-placeholder {color: #0c1f34;}
.search input[type="search"] {	
	font-size:15px;
	font-weight:300;
	width: 100%;
	border: none;
}

.search input[type="submit"] {
	background: url(images/search.png) no-repeat scroll 0 0 / 100% 100%;
	width: 30px;
	height: 30px;
	border: none;
	text-indent: -999999px;
	position:absolute;right:15px;
	bottom:20px;
}

.sidebar .widget h2 {
	font-size:20px;
	font-family: 'Droid Sans',serif;
	font-weight:bold;
	margin-bottom:30px;
	color:#cccccc;
	text-align:left;
	text-transform:uppercase;
}

.sidebar .widget h3,
.sidebar .widget h3 a {
	font-size:20px;
	color:#0c1f34;
	text-align:left;
	font-family: 'Droid Sans',serif;
	font-weight: bold;
	
}

.sidebar .widget h3,
.sidebar .widget h3 a {
	font-size:16px;
	margin:0px 0px;
	display:block;
}

.sidebar .widget h3:hover,
.sidebar .widget h3 a:hover {
	color: #10bcf4;
}

.sidebar .widget .popular-list img {
	position:absolute;
	left:30px;
}

.sidebar .widget li {
	margin-bottom:20px;
}

.sidebar .category-list li {
	margin-bottom:0px;
}

.sidebar .widget .content {
	margin-left:100px;
	min-height:85px;
}
.category-list li {
	padding:16px 0;
	margin-bottom:0px;
	border-bottom:1px solid rgba(0,0,0,.1);
}


/*---------------- Author -------------*/

.author {
	background-color:#ffffff;
	position:relative;
	min-height:260px;
	margin-bottom:40px;
}
.author img {
	position:absolute;
}
.author-comment {
	margin-left:260px;
	padding:30px 30px;
}

.author-comment h5 { font-size:18px;}

/*---------------- Comments -------------*/


.title-head {
	font-size:46px;
	font-weight:900;
	margin-bottom:40px;
}
.comment-list li {
	margin:0px 0 90px 0;
	position:relative;
}
.comment-list li img {
	border-radius:50%;
	width:130px;
	height:130px;
	position:absolute;
}
.comment-details {
	margin-left:180px;	
}
.blog .comments {
	background-color:#ffffff;
	padding:40px;
	border-radius:10px;
}
.blog .comments:before {
		border-style: solid;
		border-width:  0 0 30px 30px;
		top: 50px;
		content: "";
		display: block;
		left: 165px;
		position: absolute;
		width: 0;
		z-index: 1;
		border-color: transparent #ffffff;		
		transform:rotate(-45deg);
}
.blog .comments p {
	margin-bottom:0px;
	font-family: 'Droid Sans',serif;
	font-size: 15px;
}

.comment-meta {
	min-height:50px;
}
.comment-meta .user-name {
	float:left;
	font-weight:700;
	width:50%;
}
.comment-meta .posted-date {
	float:right;
	width:50%;
	text-align:right;
}

.reply {
	height:30px;
	padding:4px 30px;
	margin:0px 40px;
	text-transform:uppercase;
	border-radius:0;
	font-weight:700;
	float:right;
	background: #0c1f34;
	color: #fff;
}

.reply:hover {
	background: #10bcf4;
	color: #fff;
}

.comments-form .btn {
	text-transform:uppercase;
}

.comment-area input[type="text"], .comment-area input[type="phone"], .comment-area textarea, .comment-area input[type="email"] {
background: none repeat scroll 0 0 #fff;
border: 1px solid #10bcf4 !important;
width:auto;
padding: 15px 12px;
display:block;
margin:12px 16px; margin-left:0px !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
height:54px;
line-height:52px;
width:85%;
}

.comment-area textarea { height:auto; line-height:20px; width:98%; min-height:180px;}
.comment-area button {
	margin-right:15px;
}

.comment-area button,
.comment-area input[type="submit"]{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:8px 30px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	background:#18263a;
	margin-top:20px;
}

.comment-area button:hover,
.comment-area input[type="submit"]:hover{
	color:#ffffff;
	background:#10bcf4;
}

.go-to-top{
	position:fixed;
	right:20px;
	bottom:20px;
	width:40px;
	height:40px;
	text-align:center;
	padding:10px;
	line-height:12px;
	font-size:20px;
	cursor:pointer;
	border:1px solid #888888;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.go-to-top:hover{
	color:#ffffff;
	background:#10bcf4;
	border:#10bcf4;
	box-shadow:0px 0px 5px 1px #10bcf4;
	-webkit-box-shadow:0px 0px 5px 1px #10bcf4;
	-ms-box-shadow:0px 0px 5px 1px #10bcf4;
	-moz-box-shadow:0px 0px 5px 1px #10bcf4;
	-o-box-shadow:0px 0px 5px 1px #10bcf4;
}


/**
* Blog no sidebar Styles.
**/
.blog.no-sidebar .post {
	padding-top: 20px;
}
.blog.no-sidebar .post a img {
	margin: 0px auto;
}
.blog.left-right-sidebar .sidebar .widget h2 {
	font-size: 15px;
}

.blog.left-right-sidebar .sidebar .widget h3, .sidebar .widget h3 a {
	font-size: 14px;
	line-height: 21px;
}


/**
* QA Page Styles.
**/

#qa-page .auto-container {
	background: #fff;
	padding-bottom: 35px;
}
#qa-page .auto-container h3 {
	text-align: center;
	margin-bottom: 15px;
}
#qa-page .auto-container p {
	text-align: center;
	margin-bottom: 30px;
}
#qa-page .col-lg-6 .toggle {
	margin-bottom: 15px;
}
#qa-page .col-lg-6 .toggle-title {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #5b6167;
	cursor: pointer;
	font-size: 14px !important;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	margin: 0 !important;
	padding: 0 0 0 15px;
	position: relative;
	background: #ededed;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	border-radius: 7px;
}
#qa-page .col-lg-6 .toggle-title .fa {
	float: right;
	margin-top: 12px;
	margin-right: 10px;
}
#qa-page .col-lg-6 .toggle-content {
	background-color: #10BCF4;
	color: #fff;
	padding: 10px;
}
#qa-page .col-lg-6 .toggle-content a {
	color: #5b6167;
}


/**
* FAQ Page Styles.
**/

#faq-page {
	padding: 40px 0;
}
.side-tab ul li a {
	display: block;
	background: #10BCF4;
	border: 1px solid #10BCF4;
	color: #fff;
	margin-bottom: 10px;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 14px;
}
.side-tab ul li a:hover,
.side-tab ul li.active a {
	color: #10BCF4;
}
.side-tab ul li.active a {
	background: #fff;
}
.side-tab ul li a:before {
	background: #fff;
}

/**
* Gallery Styles.
**/

#gallery-page {
	padding: 40px 0;
}
#gallery-page .sec-title {
	text-align: center;
}
#gallery-page .clearfix > div {
	padding: 0;
}
#gallery-page a {
	display: block;
	position: relative;
	overflow: hidden;
}
#gallery-page a img {
	width: 100%;
}
#gallery-page a .overlay {
	background: rgba(12,31,52,.75);
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
}
#gallery-page a .overlay .fa,
#gallery-page a .overlay h2 {
	color: #fff;
}
#gallery-page a:hover .overlay {
	top: 0;
}
#gallery-page a * {
	transition: all .5s ease;
}
#gallery-page a .overlay .fa {
	font-size: 19px;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 40%;
	width: 100%;
}
#gallery-page a .overlay h2 {
	font-size: 18px;
	text-align: center;
	line-height: 350px;
	text-transform: uppercase;
}
#gallery-page .container-fluid {
	padding: 0;
}
#gallery-page.four-col-full-width a .overlay .fa {
	bottom: 55%;
}
#image-gallery .mix {
	display: none;
}
.gallery-filter ul {
	text-align: center;
	background: #0C1F34;
	width: 90%;
	margin: 30px auto;
	transform: skewX(-31deg);
}
.gallery-filter ul li {
	display: inline;
}
.gallery-filter ul li span {
	display: inline-block;
	color: #777d83;
	margin-right: 10px;
	padding: 10px 15px;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	z-index: 1;
	transform: skewX(31deg);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;

}
.gallery-filter ul li:hover span,
.gallery-filter ul li.active span {
	color: #fff;
}
.gallery-filter ul li span:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #10bcf4;
	z-index: -1;
	opacity: 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
}
.gallery-filter ul li:hover span:after,
.gallery-filter ul li.active span:after {
	opacity: 1;
}

/**
* Testimonial Page Styles.
**/

#testimonials-page {
	padding: 40px 0;
}
#testimonials-page .sec-title {
	text-align: center;
}
#testimonials-page .item {
	background-color: #f0f0f0;
	color: #000000;
	padding: 30px 45px 30px 45px;
	position: relative;
	margin-bottom: 50px;
    width: 330px;
    margin-right: 40px;
}
#testimonials-page .owl-carousel {
    padding-top: 30px;
}
#testimonials-page p {
	line-height:1.5em;
    text-align: center;
}
#testimonials-page .item .fa {
	color: #10BCF4;
	font-size: 24px;
}
#testimonials-page .testimonial-img {
	width: 65px;
	height: 65px;
	overflow: hidden;
	position: absolute;
	top: -30px;
	left: -30px;
}
.testimonial-img {
	/*
    width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #10BCF4;
    */
}
#testimonials-page .testimonial-img img {
	/*
    width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #10BCF4;
    */
}
#testimonials-page .testimonial-info .testimonial-author {
	color: #10BCF4;
}

/**
* Back to top Styles.
**/

.back-to-top i {
	font-size: 50px;
	color: #ffffff;
	line-height: 80px;
}

/**
* Home one page version Styles.
**/

.home-one-page-version .page-banner {
	padding: 0;

}
.home-one-page-version .page-banner .auto-container {
	background-color: #0C1F34;
	padding: 30px 0;
	transform: skewX(-31deg);
	display: block;
	transition: all .3s ease;
	max-width: 85%;
}
.home-one-page-version .page-banner:hover .auto-container {
	transform: skewX(31deg);
	background: #10BCF4;
}
.home-one-page-version .page-banner:hover .sec-title {
	transform: skewX(-31deg);
}
.home-one-page-version  .page-banner .sec-title {
	text-align: center;
	margin-bottom: 0;
	transform: skewX(31deg);
	transition: all .3s ease;

}
.home-one-page-version  .page-banner .sec-title * {
	transition: all .3s ease;
}
.home-one-page-version  .page-banner .sec-title h2 {
	margin-bottom: 0;
	color: #fff;
}
.home-one-page-version  .page-banner:hover .sec-title h2 {
	color: #0C1F34;
}
.home-one-page-version  .page-banner:hover .sec-title h3 {
	color: #fff;
}
.home-one-page-version .gallery-filter ul {
	width: 75%;
	transform: skewX(31deg);
}
.home-one-page-version .gallery-filter ul li span {
	transform: skewX(-31deg);	
}
.home-one-page-version .gallery-filter ul li span:after {
	transform: skewX(31deg);	
}

/* custom */
.float-right {float:right}
.line {border-bottom:1px solid grey;height:1px;min-height:1px;display:block; width:70%; float:right;margin:10px 0 10px 0}
.spacarousel {background-color:#eee}
.spacarousel_holder {
    background: rgba(184,184,184,1);
}
.staticbanner {background-position:center center; height:450px; position:relative}
.staticbanner .textholder {color:inherit; text-align:center;padding:5% 10% 5% 10%}
.non-italic {font-style:normal}
.footnav ul {float:right}
.footnav ul li {float:left; padding-left:30px}
.footnav ul li a {color:#888; text-transform:uppercase; transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;}
.footnav ul li a:hover {color:#fff }
#spec-section { border-top:5px solid #B91B2C; border-bottom:5px solid #B91B2C; position:relative; margin-top:40px; background-color:#eee}
.brochure-section {padding:70px 0 70px 0}
.redtriangle { height:25px; width:40px; background:url('/images/redtriangle.png') center center; text-align:center; margin:0 auto; position:absolute; top:-28px; left:49%}
.padding-top-20 {padding-top:20px}
.padding-top-30 {padding-top:30px}
.vertlineleft {border-left:1px solid grey}
.fullheight {min-height:100%; height:100%}
#spec-section table td {padding:9px}
button.red {padding:4px 12px 4px 12px; border-radius:2px; background-color:#e00835; color:white; margin-top:20px; text-transform:uppercase}
button.red a {color:white}
.grey-back{background-color:#eee}
.main_padding_top{padding-top:130px}
.no-top-mar {margin-top:0 !important}
span.imagepadding img {margin:50px}
#products-section h2 {padding:10px 0 0 0}
.wpb_column img {max-width:100%}
.productpageitem {padding:60px 0 60px 0; border-bottom:1px solid #bbb}
#prod-section h1,h3 {margin-top: 30px;margin-bottom:10px}
#prod-section {background:url('/images/products_back.png') repeat-y center; background-color:#eee}
#productitem-section {padding-bottom:60px}
#general-section {margin-top:25px; margin-bottom:50px}
.topline {border-top:1px solid grey}
.main-slider  {text-align:center}
#testimonials {margin:50px 0 50px 0}
.testimonials-list div.item {padding:50px 60px 50px 60px; position:relative; background-color:#f0f0f0}
.testimonials-list div.col-md-4 {padding:0 30px 0 30px; position:relative;}
.testimonial-quotes {position:absolute; top:-40px; left:-30px}
.testimonial-info img {float:left; margin-left:2%}
.testimonial-info span {font-size:0.8em}
.testimonial-info span:first-of-type {color:#e00935; font-weight:bold}
.main-footer h2 {margin:0}
#features {background:url('/images/products_back.png') repeat-y center; background-color:#eee}
.main-slider {position: relative;}
.main-slider .curves {background:url('/images/home_curves.png') no-repeat center; height:121px; z-index:2; position:absolute; width: 100%;bottom: -60px;}
.open-hours a {color:white}
.hexagon {
    position: relative;
    width: 155px;
    height: 95px;
    background-color: #0c1e34;
    margin: 65px 0;
    transform: rotate(31.25deg);
    -ms-transform: rotate(31.25deg);
    -webkit-transform: rotate(31.8deg);
    left:23%;
}
.hexagon:before, .hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 74px solid transparent;
    border-right: 80px solid transparent;
    left: 0;
}.hexagon:before{    bottom: 99.4%;
    border-bottom: 46px solid #0c1e34;}
.hexagon:after {
    top: 99.4%;
    width: 0;
    border-left: 85px solid transparent;
    border-top: 44px solid #0c1e34;
    border-right: 70px solid transparent;
    /* height: 100px; */
}
#form-entry-section {margin-top:50px}
#standard-section {margin-top:50px}
span.flaticon-dumbbells10{background-image:url('/images/fitness_icon1.png'); width:53px; height:53px;display:block;margin: 0 auto;}
span.flaticon-shoes18{background-image:url('/images/fitness_icon2.png'); width:53px; height:53px;display:block;margin: 0 auto;}
span.flaticon-bicycle24{background-image:url('/images/fitness_icon3.png'); width:59px; height:53px;display:block;margin: 0 auto;}
.text-area {position:absolute; top:30px; z-index:1; color:white; width:40%; margin:0 auto;left: 31%;text-align: center;}
.end_cta span {color:white}
.toggle-open-hours {position:relative;z-index:9999}
/* #products-section img {padding:50px} */
.home.blog {
    padding: 0px;
}

.general-row .wpb_column.col-md-12 {
    padding: 0px;
}

.padding-top {
    padding-top: 60px;
}

.padding-bottom {
    padding-bottom: 60px;
}

.wpb_revslider_element {
    margin-bottom: 0px !important;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover, .pagination > li > span.current {
    background: hsl(212, 63%, 13%) none repeat scroll 0 0;
    border: medium none;
    color: hsl(0, 0%, 100%);
}

.post .wp-post-image {
    width: 100%;
    height: auto;
}

.author .post .wp-post-image {
    position: relative;
}

.blog_area_404 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.psocial li:first-child {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-right: 10px;
}

.psocial li {
    float: left;
    list-style-type: none;
}

.comment-area input[type="text"], .comment-area input[type="phone"], .comment-area textarea, .comment-area input[type="email"] {
    margin-top: 0px;
    margin-bottom: 0px;
}

.comment-reply-link {
    background: hsl(212, 63%, 13%) none repeat scroll 0 0;
    border-radius: 0;
    color: hsl(0, 0%, 100%);
    float: right;
    font-weight: 700;
    height: 30px;
    margin: 0 40px;
    padding: 4px 30px;
    text-transform: uppercase;
    line-height: 21px;
}

    .comment-reply-link:hover {
        background: hsl(195, 91%, 51%) none repeat scroll 0 0;
        color: hsl(0, 0%, 100%);
    }

.footer-widget.widget_meta ul li a {
    color: hsl(195, 91%, 51%) !important;
    display: block;
    line-height: 1.4em;
    position: relative;
}

    .footer-widget.widget_meta ul li a:hover {
        color: #ffffff !important;
    }

.footer-widget .tagcloud a {
    background: hsl(215, 41%, 16%) none repeat scroll 0 0;
    color: hsl(0, 0%, 100%);
    display: inline-block;
    font-size: 13px !important;
    line-height: 24px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px 12px;
    position: relative;
    text-transform: uppercase;
}

    .footer-widget .tagcloud a:hover {
        background: hsl(195, 91%, 51%) none repeat scroll 0 0;
    }

.image-scroller-container {
    max-height: 440px !important;
    overflow: hidden;
}

#twitter_update li a {
    color: #ffffff;
}

.features-services.style-two {
    z-index: 9999 !important;
}

#qa-page p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.our-team .member {
    margin-bottom: 50px;
}

.home-one-page-version .page-banner {
    background: none;
}

.sidebar .widget_search {
    padding: 0px;
}

.popular-list li a img {
    left: 0 !important;
    position: absolute;
}

.popular-list li .posted-date {
    margin-top: 5px !important;
}

.widget ul li {
    border-bottom: 1px solid hsla(0, 0%, 0%, 0.1);
    margin-bottom: 0 !important;
    padding: 16px 0;
}

    .widget ul li:last-child {
        border-bottom: medium none;
    }

.popular-list li {
    border-bottom: medium none !important;
    padding-top: 0 !important;
}

.widget ul li a {
    color: hsl(213, 64%, 13%);
    font-family: "Droid Sans",serif;
    font-weight: bold;
    text-align: left;
}

    .widget ul li a:hover {
        color: hsl(195, 91%, 51%);
    }

.icon.fa.fa-twitter.tweet-slide-icon {
    color: hsl(0, 0%, 100%);
    display: inline-block;
    font-size: 26px;
    margin-bottom: 40px;
    position: relative;
}

span.tags {
    margin-top: 10px;
    margin-bottom: 15px;
    display: inline-block;
}
/*--------------------------theme check----------------------------------*/

#wp-calendar {
    width: 100%;
}

    #wp-calendar caption {
        text-align: right;
        color: #333;
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    #wp-calendar thead {
        font-size: 10px;
    }

        #wp-calendar thead th {
            padding-bottom: 10px;
        }

    #wp-calendar tbody {
        color: #aaa;
    }

        #wp-calendar tbody td {
            background: #f5f5f5;
            border: 1px solid #fff;
            text-align: center;
            padding: 8px;
        }

            #wp-calendar tbody td:hover {
                background: #fff;
            }

        #wp-calendar tbody .pad {
            background: none;
        }

    #wp-calendar tfoot #next {
        font-size: 10px;
        text-transform: uppercase;
        text-align: right;
    }

    #wp-calendar tfoot #prev {
        font-size: 10px;
        text-transform: uppercase;
        padding-top: 10px;
    }



.sticky .post {
    background: #efefef;
    border: 3px solid #fff;
}

    .sticky .post .post-content {
        background-color: transparent;
    }

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0;
    }

.gallery-caption {
}

.bypostauthor {
}

.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

/*----------------------Default widget styling--------------------------*/
.widget select {
    max-width: 100%;
    width: 100%;
    border: 1px solid #cccccc;
}

.textwidget img {
    height: auto;
    max-width: 100%;
}

.widget.widget_search {
    background: none !important;
}
/*** 

====================================================================
	Schedule style
====================================================================

***/
table.tt_timetable {
    position: relative;
    border: 2px solid #ffffff !important;
}

.tt_timetable tr, .tt_timetable tr.row_gray {
    background-color: #d1ecf5 !important;
}

    .tt_timetable tr th {
        background: hsl(195, 91%, 51%) none repeat scroll 0 0;
        line-height: 30px;
        padding: 15px 0;
        text-align: center;
        color: #ffffff !important;
        font-weight: bold;
    }

    .tt_timetable tr .tt_hours_column {
        color: #ffffff;
        background: hsl(212, 63%, 13%) none repeat scroll 0 0;
        border-color: hsl(212, 63%, 13%) !important;
        text-align: center;
        vertical-align: middle;
        line-height: 20px;
        overflow: hidden;
        font-weight: bold;
    }

.tt_event_theme_page {
    width: 1170px !important;
}

.attachment-post-thumbnail.wp-post-image {
    height: auto;
    max-width: 100%;
}
/*--------------------------------woocommerce----------------------------*/
#shop-page .single_product_detailes_text {
    text-align: center;
    padding: 0px 10px 10px 10px;
}

    #shop-page .single_product_detailes_text h4 {
        color: hsl(0, 0%, 0%);
        font-size: 13px;
        font-weight: 700;
        line-height: 22px;
        margin-top: 20px;
    }

    #shop-page .single_product_detailes_text .text {
        color: hsl(0, 0%, 60%);
        font-size: 13px;
        font-weight: 500;
        line-height: 22px;
    }

    #shop-page .single_product_detailes_text span.price ins {
        color: hsl(195, 91%, 51%);
        font-size: 20px;
        font-weight: 600;
        margin-left: 5px;
    }

    #shop-page .single_product_detailes_text > a, .single_add_to_cart_button {
        background: hsl(195, 91%, 51%) none repeat scroll 0 0 !important;
        color: hsl(0, 0%, 100%);
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        margin-top: 20px;
        padding: 5px 25px;
        text-transform: uppercase;
    }

#shop-page .col-lg-4 {
    margin-bottom: 20px;
    min-height: 448px;
}

.row.widget-title.sort-catalog.clearfix {
    margin-bottom: 24px;
}

#shop-page .col-lg-4 .single_reated_products_img img {
    margin: 0 auto;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 20px;
}

    .woocommerce div.product p.price del, .woocommerce div.product span.price del {
        display: inline-block;
        margin-top: 8px;
    }

.bigprice ins .amount {
    font-size: 25px;
}

#shop-page .product {
    margin-top: 73px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: hsl(195, 91%, 51%);
}

.woocommerce .quantity .qty {
    height: 37px;
}

.tab-content .tab-pane {
    border: 1px solid #cccccc;
    border-top: none;
    padding: 20px;
}

.sectionTitleRelated {
    margin-top: 20px;
    margin-bottom: 20px;
}

.single_product_detailes_text p.price {
    color: #000000 !important;
}

.thumbnails .entry {
    width: 31.80%;
    display: inline-block;
}

.attachment-thumbnail {
    width: 100%;
    overflow: hidden;
}

.product .tabRow {
    margin-top: 25px !important;
}

.woocommerce-cart .blog {
    background-color: #ffffff;
}

.woocommerce-cart .post-content {
    padding: 30px 0 0 0 !important;
}

    .woocommerce-cart .post-content .woocommerce .contentRowPad,
    .woocommerce-cart .post-content .woocommerce .contentRowPad .cartPage {
        margin: 0px !important;
    }

    .woocommerce-cart .post-content .woocommerce .table-responsive {
        border: 1px solid hsl(0, 0%, 92%);
    }

        .woocommerce-cart .post-content .woocommerce .table-responsive .table thead {
            background-color: hsl(0, 0%, 98%);
        }

        .woocommerce-cart .post-content .woocommerce .table-responsive .table > thead > tr > th {
            padding: 16px;
            border-right: 2px solid hsl(0, 0%, 92%) !important;
            text-align: center;
            font-weight: normal;
        }

        .woocommerce-cart .post-content .woocommerce .table-responsive .table > tbody > tr > td {
            border-right: 2px solid hsl(0, 0%, 92%) !important;
            text-align: center;
            vertical-align: middle;
        }

            .woocommerce-cart .post-content .woocommerce .table-responsive .table > thead > tr > th:last-child,
            .woocommerce-cart .post-content .woocommerce .table-responsive .table > tbody > tr > td:last-child {
                border-right: none;
            }

.woocommerce-cart .quantity .qty {
    border: 1px solid #ededed;
}

.woocommerce-cart .post-content .woocommerce .table-responsive .table > tbody > tr > td.actions {
    background-color: hsl(0,0%,98%);
    padding-top: 25px;
    padding-bottom: 25px;
}

.woocommerce-cart table {
    margin-bottom: 0px;
}

.woocommerce a.remove {
    color: hsl(195, 91%, 51%) !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    display: inline-block;
}

    .woocommerce a.remove:hover {
        color: hsl(195, 91%, 51%) !important;
        font-weight: 700 !important;
        background: none !important;
        font-size: 15px !important;
    }

.woocommerce-cart #coupon_code {
    background-color: #ffffff;
    border: 1px solid #ededed;
    border-radius: 0px;
    padding: 8px 16px 9px;
    !important;
}

.woocommerce-cart .apply_coupon {
    background-color: #f0f0f0;
    border: 1px solid hsl(0, 0%, 93%);
    border-radius: 0;
    color: hsl(0, 0%, 0%);
    font-size: 14px;
    margin-left: 10px;
    padding: 10px 22px;
}

.woocommerce-cart .pull-right .btn-primary,
.woocommerce-cart .box2 .btn {
    background-color: hsl(195, 91%, 51%);
    border-radius: 0px;
    border: none;
    line-height: 30px;
}

.woocommerce-checkout .input-text, .woocommerce-checkout .select2-choice, .woocommerce-account .input-text {
    border: 1px solid hsl(0, 0%, 89%);
    color: hsl(0, 0%, 78%);
    padding: 14px 0 12px 20px;
    min-height: 60px;
}

.woocommerce-checkout .button-wrapper .btn {
    line-height: 40px;
}

.woocommerce-checkout .mini-title > h3 {
    margin: 25px 0px;
}

.woocommerce-checkout h2, .woocommerce-account h2 {
    margin-bottom: 15px;
}

.woocommerce-checkout form .button-wrapper {
    display: inline-block !important;
}

.main-header.header-fixed .open-hours {
    opacity: 1;
}

.main-header.header-fixed {
    /*padding-top: 24px;
    padding-bottom: 54px;
    padding-bottom: 24px;*/
}

.header-fixed .main-menu {
    /*margin-right:-30px;*/
}

.comment-list .children {
    margin-top: 60px;
    margin-left: 40px;
}

.widget_shopping_cart_content .buttons a {
    background: hsl(195, 90%, 51%) none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

.cart_list.product_list_widget li {
    padding-left: 0px !important;
}

ul.product_list_widget li img {
    width: 60px !important;
}

.product_list_widget .star-rating span {
    color: #10baf3 !important;
}

.clear {
    clear: both;
}
/* phil styles */
.curves {
    position: relative;
    z-index: 250;
    display: none;
}

.trickSpace {
    padding-bottom: 5em;
    position: relative;
    z-index: 500;
}

ul.philList {
    list-style: disc;
    margin-left: 4em;
    padding-bottom: 2em;
}

.video-container {
    position: relative;
    /*padding-bottom: 56.25%;*/
    padding-bottom: 52.70%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 2.5em;
}

.medium {
    max-width: 853px;
    max-height: 480px;
    margin: auto;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.philList {
    padding: 1.2em 0 2em 0;
    line-height: 2em;
    list-style-type: disc;
}

.headerHighlightSub {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    padding: .75em 1.3em;
    position: relative;
    bottom: 0px;
}

    .headerHighlightSub p {
        margin-bottom: 0px;
    }

.trickBox {
    /*background-color: #D0112B;
    color: #fff;
    -ms-transform: skewX(-30deg); 
    -webkit-transform: skewX(-30deg); 
    transform: skewX(-30deg);*/
    margin-bottom: 1em;
    border-bottom: 4px solid #D0112B;
}
.wpb_column .trickBox h1 {
    color: #fff;
    color: #4d4d4d;
    /*padding: .5em;
    font-size: 2em;
    padding-left: 1em;
    
        -ms-transform: skewX(30deg); 
    -webkit-transform: skewX(30deg); 
    transform: skewX(30deg);

    */
}

.wpb_column h2, .content h2 {
    position: relative;
    color: #4d4d4d;
    padding-bottom: 0px;
    display: block;
    padding-top: 1.5em;
    padding-bottom: 20px;
    text-align: left;
    border-bottom: 4px solid #10BCF4;
    /*margin-bottom: 20px;*/
}

.imageSpaceTB {
    display: block;
    padding: 2em 0;
}

span.rightImage img {
    margin: .5em 0 5em 5em;
}

span.leftImage img {
    margin: .5em 5em 5em 0em;
}

span.leftTopImage img {
    margin: 3em 3em 3em 0em;
}

.fullWidth {
    display: block;
    width: 100%;
}

.redBoxLink {
    border-radius: 2px;
    background: #B91B2C !important;
    color: white;
    margin-top: 20px;
    text-transform: uppercase;
    display: inline-block;
}

    .redBoxLink a {
        color: #fff;
        display: block;
        height: 100%;
        width: 100%;
        padding: 15px 30px 15px 30px;
    }

hr.redLine {
    margin: 2em auto;
    border-bottom: 5px solid #E00835;
    border-top: 0px solid #ccc;
}

.auto-container .text-side {
    /*     padding-top:  1em;
    margin-left: .5em; */
}

.footnav ul {
    margin-top: .15em;
}

.productFixedHeight {
    height: 150px;
}

.curvesFull {
    background: url('/images/home_curves.png') no-repeat center;
    height: 185px;
    z-index: 2;
    position: absolute;
    width: 100%;
    bottom: -60px;
    background-size: contain;
}

.bottomMargin {
    margin-bottom: 3em;
}

.imageCenter {
    margin: auto;
}

.textCenter {
    text-align: center;
    width: 100%;
}

.marginTop {
    margin-top: .75em;
}


.specsTable {
    width: 100%;
    border: 1px solid #ccc;
}

    .specsTable td p {
        margin: 1em;
    }

    .specsTable td {
        vertical-align: top;
        padding: 15px;
    }

    .specsTable tr:nth-child(odd) {
        background: #fff;
    }

    .specsTable tr:nth-child(even) {
        background: #d8eaed;
    }

    .specsTable thead tr td {
        background: #B91B2C;
        text-align: center;
        color: #fff;
        width: 100%;
    }

        .specsTable thead tr td col1 {
        }

        .specsTable thead tr td.thirdsTD {
            width: 33%;
        }

.video-container {
    margin-top: 2em;
}

.fa {
    padding: .5em .5em;
    font-size: 20px
}

footer a.fa {
    color: #fff;
}

.copyrightNotice {
    text-align: center;
    background: #B91B2C;
    font-weight: bold;
    line-height: 1.5em;
    color: #fff;
    padding-top: 1em;
}

.back-to-top {
    background: none;
    margin: 0;
    content: "\f062";
    position: fixed;
    bottom: 1em;
    left: 1em;
    width: 80px;
    height: 80px;
    z-index: 1000;
    display: none;
    text-decoration: none;
    background-color: #6095CD;
    text-align: center;
    border-radius: 50%;
    display: none;
    line-height: 100%;
    border: 0px solid #ccc;
}
.back-to-top .svg-inline--fa{
    font-size: 3em;
    position: relative;
    color: #fff;
    top: 12px;
}
    /*.back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 1em;
    left: 1em;
    width: 30px;
    height: 30px;
    z-index: 100;
    display: none;
    text-decoration: none;
    background-color: #10BCF4;
    text-align: center;
    display: none;
}*/
    .col-md-12 ul li {
    list-style: disc;
    margin-left: 2.5em;
    margin-bottom: 1.5em;
}

.general-row .wpb_column .col-md-12 {
    margin-bottom: 2em;
}

ul.hList li {
    margin-top: 1em;
    display: inline-block;
    list-style: disc;
    width: 33%;
    padding-left: 5%;
    list-style-position: inside;
}

p {
    margin: 0 0 1.75em;
}

#standard-section, .contactpage {
    margin-top: 130px;
}

.sideBoxL {
    border: 1px solid #ccc;
    text-align: left;
}

    .sideBoxL input {
        padding: .5em;
        text-align: left;
        height: 3em;
    }

.sideBoxL {
    width: 75%;
    float: left;
}

.sideBoxR {
    width: 24%;
    float: left
}

.submitLine {
    padding-bottom: 3em
}

.LargeButton {
    height: 54px;
    padding: .5em 4em;
    margin-left: 1em;
}

.redButton {
    padding: 10px 24px 10px 24px;
    border-radius: 2px;
    background-color: #B91B2C;
    color: white;
    margin-top: 20px;
    text-transform: uppercase
}

    .redButton:hover {
        padding: 10px 24px 10px 24px;
        border-radius: 2px;
        background-color: #B91B2C;
        color: white;
        margin-top: 20px;
        text-transform: uppercase;
        color: #fff
    }

a.redButton:visited {
    color: #fff
}

.span3 {
    width: 100%;
    background-color: azure;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #A0A0A0;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #A0A0A0;
    font-weight: normal;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #A0A0A0;
    font-weight: normal;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #A0A0A0;
    font-weight: normal;
}

#map_canvas {
    background: #ccc;
    height: 30em;
}

.flexContain {
    display: flex;
    align-items: center;
}

.halfBox {
    width: 50%;
}

.dealerCenter {
    /*padding: 7em 2em 2em 2em;*/
    text-align: center;
}

.resetStore a {
    font-size: .8em;
    color: #C50030;
}

.noHeader {
    margin-top: 3em;
}

.contactFormWhite {
    padding: 3em 0;
    position: relative;
    background: #fff;
    color: #ffffff;
    text-align: center;
    margin-right: 30px
    /*border-top: 5px solid #C50030;
    border-bottom: 5px solid #C50030;*/
}

    .contactFormWhite h2, .contactFormWhite LABEL {
        color: rgba(42,50,58,.8)
    }

.contactFormDark {
    padding: 3em 0;
    position: relative;
    background: #262E36;
    color: #ffffff;
    text-align: center;
    border-bottom: 5px solid #E00835;
}

.indentP {
    padding-left: 2em;
}

h3.eventHeader {
    margin-bottom: .5em;
}

.dates {
    font-size: .9em;
    font-weight: bold;
    color: #34A1D9;
    margin-bottom: .5em;
}
/* Form */
#DCForm {
    width: 50%;
    margin: auto;
    padding: 0 4em;
}

form {
    margin: 0 0 2em 0;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
    background-color: rgba(144, 144, 144, 0.25);
}

label {
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 .125em 0;
    text-align: left;
}

span.required, {
    font-size: .6em;
    margin-left: 1em;
    color: indianred;
    font-weight: 100;
}

.hs-error-msgs, .hs-error-msgs li label {
    color: indianred;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
option,
textarea,
.input input {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: rgba(144, 144, 144, 0.25);
    border-radius: 3px;
    border: none;
    color: #353535;
    display: block;
    font-weight: bold;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
}

option {
    background: rgba(144, 144, 144, 0.75);
    border-radius: 0px;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
    box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    box-shadow: 0 0 0 2px #21b2a6;
}

.select-wrapper {
    text-decoration: none;
    display: block;
    position: relative;
}

    .select-wrapper:before {
        content: "\f078";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    .select-wrapper:before {
        -moz-pointer-events: none;
        -webkit-pointer-events: none;
        -ms-pointer-events: none;
        pointer-events: none;
        color: #fff;
        display: block;
        height: 2.75em;
        line-height: 2.75em;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 2.75em;
    }

    .select-wrapper select::-ms-expand {
        display: none;
    }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select {
    height: 2.75em;
}

textarea {
    padding: 0.75em 1em;
}

input[type="checkbox"],
input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    height: 1em;
    line-height: 1.5em;
    z-index: -1;
    border: 1px solid #4d4d4d;
}

    input[type="checkbox"] + label,
    input[type="radio"] + label {
        text-decoration: none;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 1em;
        font-weight: 400;
        padding-left: 2.4em;
        padding-right: 0.75em;
        position: relative;
    }

.dealerLabel {
    font-weight: bold;
    text-transform: uppercase
}

.margin-top {
    margin-top: 4em;
}
/* hubspot stuff */
.hubContain {
    margin: auto;
    width: 50%;
}

.hs-form {
    text-align: center;
    margin: auto;
    padding-left: 2em !important;
}

.hs-button {
    border-radius: 2px;
    background: #B91B2C !important;
    color: white;
    text-transform: uppercase;
    border: 0px !important;
    box-shadow: 0;
}

.hs-form .hs-button {
    padding: 1em 4em !important;
}

hs-form input {
    padding: 1em;
}

.hs_recaptcha {
    margin-top: 2em;
}
.submitted-message {
    color: #4d4d4d !important;
}
.contactBar {
    position: fixed;
    position: static;
    font-family: "Open Sans", helvetica, sans-serif;
    background: #D0112B;
    color: #fff;
    height: 50px;
    width: 100%;
    top: 0px;
    left: 0px/;
    line-height: 50px;
    text-align: right;
    padding-right: 2em;
    font-size: 14px;
    z-index: 1000;
}

.babbit a {
    text-decoration: underline;
}

.float-left {
    display: inline-block;
    float: left;
}

.contactBar a {
    color: #fff
}

.main-menu .navbar-nav {
    margin-right: 37 px;
}

.wpb_column {
    padding-top: 1em;
}
.navbar-nav {
    margin: 0 -15px
}
button.olark-launch-button {
    z-index: 5000 !important;
}

.general-row p a {
    display: inline-block;
    color: #474E51;
    color: #B91B2C;
    position: relative;
}

    .general-row p a::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(1);
        height: 2px;
        bottom: 3px;
        left: 0;
        background-color: #5778F3;
        background-color: #B91B2C;
        transform-origin: bottom left;
        transition: transform .3s ease-in-out;
        
    }

    .general-row p a:hover::after {
        transform: scaleX(0);
        transform-origin: bottom right;
    }

.productGrid {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 0;
}

.productItem {
    display: flex;
    text-align: center;
    min-width: 33%;
    flex-flow: column wrap;
    margin-bottom: 50px;
}
    .productItem:nth-of-type(2n+1) {
        margin-right: 50px;
    }
    .productTitle {
        width: 100%;
    }
.productPic {
    max-width: 500px;
    height: 300px;
}
.no-top-line {
    border-top: 0px !important;
}

