/* TABLE of CONTENT

Project:		Swim School
Author:			Code Reaction
				
*/



body {
	font-family: 'Muli', sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, .right-col a.btn-register {
    letter-spacing: 1.07px;
}

p ,#nav li a {
    word-spacing: 0.08px;
	letter-spacing: 0.07px;
}
/*===========================================================================*/
							/*WRAPPER*/
/*===========================================================================*/
#wrapper {
	float: left;
	width: 100%;
	position: relative;
}
/*===========================================================================*/
							/*HEADER*/
/*===========================================================================*/
#header {
	float: left;
	width: 100%;
	background: url(../images/header-bg.png) no-repeat left top;
	padding-bottom: 100px;
	position: absolute;
	z-index: 99999;
}
.head-top {
	float: left;
	width: 100%;
}
.head-top .container-fluid {
	padding: 0 260px;
}
.left-col {
	float: left;
	padding: 17px 0 0 0;
}
.left-col a {
	font: 14px/14px 'Muli', sans-serif;
	color: #242c43;
	text-decoration: none;
	float: left;
	padding: 0 20px 0 0;
}
.left-col a .fa {
	padding: 0 7px 0 0;
}
.right-col {
	float: right;
}
.right-col a.btn-register {
	float: right;
	padding: 15px 11px;
	color: #fff;
	text-decoration: none;
	font: 16px/16px 'Muli', sans-serif;
	text-transform: uppercase;
	margin: 0 0 0 20px;
	position:relative;
	z-index:11;
	text-decoration:none;
	transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
}
.right-col a.btn-register:hover{
	color:#000;
}
.right-col a.btn-register:hover:before{
	height:100%;
	opacity:1;
}
.right-col a.btn-register:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	height:30%;
	width:100%;
	background-color:#fff;
	z-index:-1;
	opacity:0;
	transition:all 0.5s linear;
}
.head-social {
	float: right;
	margin: 15px 0 0 0;
}
.head-social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.head-social ul li {
	float: left;
	padding: 0 0 0 24px;
}
.head-social ul li a {
	font-size: 16px;
	color: #242c43;
	text-decoration: none;
}
.head-bottom-row {
	float: left;
	width: 100%;
}
.head-bottom-row .container-fluid {
	padding: 0 260px;
}
.head-bottom-row strong.logo {
	float: left;
	margin: 10px 0 0 0;
}
/*NAVIGATION*/
.navigation {
	float: right;
}
#nav {
	padding: 0;
	margin: 44px 0 0 0;
	list-style: none;
	float: none;
}
#nav li {
	display: inline-block;
	float: none;
	position: relative;
	padding: 0;
}
#nav li:first-child {
	background: none;
}
#nav li a {
	font: 14px/14px 'Muli', sans-serif;
	color: #242c43;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 14px;
	display: block;
	position: relative;
	z-index: 20;
}
#nav li a .fa {
	padding: 0 0 0 12px;
}
#nav li:hover > a {
	background: none;
}
#nav li ul li a:hover, #nav li ul li:hover > a {
	text-decoration: none;
	color: #fff;
}
#nav li ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 200px;
	background: #fff;
	padding: 0;
	border: 1px solid #eee;
	display: none;
	list-style: none;
	z-index: 99999;
}
#nav li:hover > ul {
	display: block;
}
#nav li ul li > ul {
	position: absolute;
	left: 190px;
	top: 0;
	width: 190px;
	padding: 0;
}
#nav li ul li {
	float: none;
	width: auto;
	padding: 0;
	display: block;
	background: none;
	border-top: 1px solid #eee;
}
#nav li ul li:first-child {
	border: 0;
}
#nav li.active ul li a {
	color: #444;
}
#nav li ul li a {
	background: none;
	font: 14px/14px 'Muli', sans-serif;
	text-align: left;
	padding: 13px 20px;
	text-transform: capitalize;
	display: block;
	color: #242c43;
}
#nav li ul li a:hover {
	color: #fff;
}
.navigation .navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}
.navigation .navbar {
	border-radius: 0;
}
.navigation .navbar {
	border: 0;
	margin-bottom: 0px;
	min-height: inherit;
}
.navigation .navbar-collapse {
	padding: 0;
}
.navigation .navbar-inverse .navbar-nav > .active > a, .navigation .navbar-inverse .navbar-nav > .active > a:hover, .navigation .navbar-inverse .navbar-nav > .active > a:focus {
	background: none;
}
/*NAVIGATION*/
.burger-box {
	float: right;
	margin: 44px 16px 0 10px;
}
.search-box {
	float: right;
	margin: 44px 0 0 0;
}
.search-box a {
	font-size: 16px;
}
.search-box .dropdown-menu {
	background-color: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: inherit;
	left: inherit;
	right: 0;
	margin: 0;
	min-width: 250px;
	padding: 0;
	top: 100%;
}
.search-box input[type="text"] {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	height: 38px;
	padding: 0 10px;
	font: 12px 'Yanone Kaffeesatz', sans-serif;
	color: #777;
}
.search-box input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	height: 38px;
	padding: 6px 10px;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font: 14px 'Yanone Kaffeesatz', sans-serif;
}
/*===========================================================================*/
							/*Banner*/
/*===========================================================================*/
#banner {
	float: left;
	width: 100%;
	position: relative;
}
#banner img {
	width: 100%;
	display: block;
}
#banner .caprtion {
	position: absolute;
	left: 0;
	top: 530px;
	width: 100%;
}
#banner .caprtion .holder {
	max-width: 1010px;
	margin: 0 auto;
	display: block;
	clear: both;
}
#banner .caprtion .holder strong.title {
	display: block;
	text-align: center;
	font: 400 48px/48px 'Dancing Script', cursive;
	color: #222;
	letter-spacing: 5px;
	padding: 0 0 30px 0;
}
#banner .caprtion .holder h1 {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font: 400 80px/50px 'Yanone Kaffeesatz', sans-serif;
	margin: 0 0 40px 0;
	text-shadow: 0 2px 2px #666;
	letter-spacing:2px;
}
#banner .caprtion .holder h1 span {
	text-transform: none;
	font-weight: 300;
	color: #222;
	text-transform: uppercase;
}
#banner .caprtion .holder p {
	display: block;
	text-align: center;
	color: #242c43;
	font: 400 20px/32px 'Yanone Kaffeesatz', sans-serif;
	text-transform: uppercase;
	margin: 0 0 45px 0;
	letter-spacing:1.07px;

}
.btn-row {
	display: block;
	text-align: center;
}
a.btn-more {
	display: inline-block;
	padding: 20px 43px;
	font: 700 16px/16px 'Muli', sans-serif;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}
#banner .caprtion .holder a.btn-more:hover{
	background:#333;
	color:#fff;
	text-decoration:none;
}
#wrapper a.btn-more:hover{
	background:#333;
	color:#fff;
	text-decoration:none;
}
a.btn-more:before {
	content: '';
	position: absolute;
	right: -1px;
	bottom: 0;
	height: 24px;
	width: 3px;
	background: #222;
}
a.btn-more:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -1px;
	height: 3px;
	width: 24px;
	background: #222;
}
a.btn-more-2 {
	display: inline-block;
	padding: 18px 43px;
	font: 700 16px/16px 'Muli', sans-serif;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}
#wrapper a.btn-more-2:hover{
	background:#333;
	color:#fff;
	text-decoration:none;
}
#home-banner .owl-buttons {
	display: none;
}
#home-banner .owl-pagination {
	display: block;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 200px;
}
#home-banner .owl-pagination {
	bottom: 60px;
}
#home-banner .owl-page {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #242c43;
	margin: 0 7px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
/*===========================================================================*/
							/*INTRO SECTION*/
/*===========================================================================*/
.intro-section {
	float: left;
	width: 100%;
	margin: 0 0 130px 0;
}
.intro_box {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	background: #fff;
	padding: 40px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	position: relative;
}
.intro_box:hover {
	border: 1px solid rgba(0,0,0,0);
}
.intro_box:hover a.btn-more {
	background: #fff;
	color: #242c43;
}
.intro_box:hover a.btn-more:before, .intro_box:hover a.btn-more:after {
	background: #222;
}
.intro_box:hover h2, .intro_box:hover p {
	color: #222;
}
.intro_box:hover:before, .intro_box:hover:after {
	background: #242c43;
}
.intro_box:before {
	content: '';
	position: absolute;
	right: -3px;
	bottom: 0;
	height: 50px;
	width: 6px;
}
.intro_box:after {
	content: '';
	position: absolute;
	right: -3px;
	bottom: -3px;
	height: 6px;
	width: 50px;
}
.intro_box h2 {
	font: 34px/40px 'Yanone Kaffeesatz', sans-serif;
	text-align: center;
	margin: 0 0 25px 0;
}
.intro_box p {
	font: 14px/26px 'Muli', sans-serif;
	text-align: center;
	color: #777;
	margin: 0 0 25px 0;
}
.intro_box a.btn-more {
	font: 700 14px/14px 'Muli', sans-serif;
	background: #222;
	padding: 14px 25px;
}
/*===========================================================================*/
							/*CHILDREN BANNER SECTION*/
/*===========================================================================*/
.children_banner {
	float: left;
	width: 100%;
	/*background: url(../images/home-mid.jpg) no-repeat fixed center;*/
	background: url(../images/home-mid.jpg) no-repeat left top/cover;
	padding: 215px 0 300px 0;
}
.children_banner .holder {
	max-width: 855px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
}
.children_banner .holder strong.title {
	font: 400 72px/72px 'Dancing Script', cursive;
	float: left;
	padding: 0 0 15px 0;
}
.children_banner .holder h2 {
	font: 400 72px/72px 'Yanone Kaffeesatz', sans-serif;
	text-transform: uppercase;
	color: #222;
	display: block;
	text-align: center;
	clear: both;
	margin: 0 0 60px 0;
}
.children_banner .holder h2 span {
	font-weight: 300;
	text-transform: none;
}
.children_banner .holder a.btn-more {
	padding: 18px 45px;
}
/*===========================================================================*/
							/*FULL GALLERY*/
/*===========================================================================*/
.full_gallery {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.heading-head {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 90px;
}
.heading-head strong.title {
	font: 400 30px/30px 'Dancing Script', cursive;
	display: block;
	text-align: center;
}
.heading-head h2 {
	font: 700 70px/40px 'Yanone Kaffeesatz', sans-serif;
	display: block;
	text-align: center;
	position: relative;
	letter-spacing:1px;
}
.heading-head h2 span {
	font-weight: 300;
}
.heading-head h2:before {
	content: '';
	position: absolute;
	width: 36px;
	height: 2px;
	background: #242c43;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -20px;
}
.full_gallery .frame {
	float: left;
	width: 100%;
	padding: 0px 7px 7px 0;
	position: relative;
	height: 411px;
	overflow: hidden;
}
.full_gallery .frame img {
	display: block;
	width: 100%;
	height: 100%;
}
.full_gallery .container-fluid {
	padding: 0;
}
.full_gallery .container-fluid .col-md-4 {
	padding: 0;
}
.full_gallery .frame .caption {
	position: absolute;
	left: -200%;
	right: 0;
	top: 0;
	height: 100%;
	margin: auto;
	width: 100%;
}
.full_gallery .frame:hover .caption {
	left: 0;
}
.full_gallery .frame .caption:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}
.full_gallery .frame a.link {
	display: block;
	margin: 0 auto 30px;
	text-align: center;
	width: 45px;
	height: 45px;
	border: 1px solid #ccc;
	color: #222;
	font-size: 18px;
	line-height: 41px;
	background: #fff;
	position: relative;
}
.full_gallery .frame a.link:hover {
	background: #333;
	color: #fff;
	border: 1px solid rgba(0,0,0,0);
}
.full_gallery .frame .caption .holder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 90px;
}
.full_gallery .frame h2 {
	font: 22px/24px 'Muli', sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	display: block;
	position: relative;
	margin: 0;
	letter-spacing:1.07px;
}
.full_gallery .frame h2 a {
	color: #fff;
}
#wrapper .padd-right {
	padding-right: 0;
}
#wrapper .padd-btm {
	padding-bottom: 0;
}
.full_gallery a.btn-more {
	background: #222;
}
.full_gallery .btn-row {
	margin: 67px 0 0 0;
}
.gallery .frame {
	height: auto;
	padding: 0;
	margin: 0 0 30px 0;
}
.gallery .frame .caption::before {
	width: 97%;
	height: 94%;
	right: 0;
	bottom: 0;
	margin: auto;
}
/*===========================================================================*/
							/*BLOG POST*/
/*===========================================================================*/
.blog-post {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}
.post-box {
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
}
.post-box .frame {
	float: left;
	width: 100%;
	position: relative;
	overflow:hidden;
}
.post-box .frameimg{
	width:100%;
	transform:scale(1.3);
	transition:all 0.5s ease-in;
}
.post-box .frame:hover img{
	transform:scale(1);
}
.post-box .frame:hover:before,.post-box .frame:hover:after{
	opacity:1;
	width:38%;
}
.post-box .frame:before{
	content:'';
	background-color:rgba(0,0,0,0.4);
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:0%;
	transform:rotate(15deg) scale(1.5);
	transition:all 0.5s ease-in;
	z-index:99;
	opacity:0;
}
.post-box .frame:after{
	content:'';
	background-color:rgba(0,0,0,0.4);
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:0%;
	transform:rotate(15deg) scale(1.5);
	transition:all 0.5s ease-in;
	z-index:99;
	opacity:0;
}
.post-box .frame strong.date {
	width: 65px;
	height: 75px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 15px 0 0 10px;
	text-transform: uppercase;
	font: 400 24px/24px 'Muli', sans-serif;
	color: #fff;
	z-index:99;
}
.post-box .frame img {
	display: block;
	width: 100%;
}
.post-box .text-box {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px 100px 20px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 28px 0 0 -60px;
	position:relative;
	z-index:99;
}
.post-box .text-box ul {
	padding: 0;
	margin: 0 0 25px 0;
	list-style: none;
	overflow: hidden;
}
.post-box .text-box ul li {
	float: left;
	padding: 15px 36px 0 0;
	position: relative;
}
.post-box .text-box ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 68px;
	height: 2px;
}
.post-box .text-box span {
	font: 400 14px/14px 'Muli', sans-serif;
	color: #242c43;
	float: left;
}
.post-box .text-box ul li a {
	text-decoration: none;
	float: left;
	font: 400 14px/14px 'Muli', sans-serif;
}
.post-box .text-box ul li a .fa {
	padding: 0 7px 0 0;
}
.post-box .text-box h2 {
	font: 400 28px/26px 'Yanone Kaffeesatz', sans-serif;
	color: #222;
	text-transform: uppercase;
	display: block;
	margin: 0 0 20px 0;
	letter-spacing:1px;
}
.post-box .text-box h2 a {
	color: #222;
}
.post-box .text-box h2 a:hover{
	text-decoration:none;
}
.post-box .text-box p {
	font: 400 14px/24px 'Muli', sans-serif;
	color: #777;
	margin: 0 0 25px 0;
}
.post-box .text-box a.btn-more {
	font: 700 14px/14px "Yanone Kaffeesatz ", sans-serif;
	padding: 14px 30px;
}
.post-box .text-box a.btn-more:before {
	height: 16px;
}
.post-box .text-box a.btn-more:after {
	width: 16px;
}
/*===========================================================================*/
							/*FOOTER*/
/*===========================================================================*/
#footer {
	float: left;
	width: 100%;
}
.footer_map {
	float: left;
	width: 100%;
}
.footer_map .map_canvas {
	height: 500px;
	width: 100%;
}
.footer_content_row {
	float: left;
	width: 100%;
	
	padding: 40px 0 30px 0;
	position: relative;
}
.footer_content_row:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
}
.footer_col {
	float: left;
	width: 100%;
}
a.footer_logo {
	float: left;
	margin: 0 0 20px 0;
}
.footer_col p {
	font: 400 14px/24px 'Muli', sans-serif;
	color: #fff;
	margin: 0;
}
.footer_col h3 {
	font: 400 24px/24px 'Yanone Kaffeesatz', sans-serif;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}
.footer_col span {
	font: 400 16px/30px 'Muli', sans-serif;
	display: block;
	color: #fff;
	padding: 0 0 30px 0;
}
.footer_col strong.title {
	font: 400 18px/18px 'Yanone Kaffeesatz', sans-serif;
	color: #fff;
	display: block;
	padding: 0 0 20px 0;
}
.call {
	float: left;
	width: 100%;
}
.call span {
	float: left;
	position: relative;
	padding: 0 44px 0 0;
	height: 49px;
}
.call span:before {
	content: '';
	position: absolute;
	left: 31px;
	top: 0;
	height: 49px;
	width: 1px;
	background: #fff;
}
.call span:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 32px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 5px;
	border-color: transparent transparent transparent #fff;
}
.call .fa {
	float: left;
	font-size: 16px;
	color: #fff;
	padding: 15px 0 0 0;
}
.call strong {
	font: bold 20px/20px 'Yanone Kaffeesatz', sans-serif;
	color: #fff;
	display: block;
}
.call strong b {
	font-size: 16px;
	padding: 0 0 5px 0;
	display: block;
	font-weight: 300;
}
.footer_col address {
	float: left;
	width: 100%;
	margin: 0;
}
.footer_col address span {
	font: 14px/14px 'Muli', sans-serif;
	color: #fff;
	display: block;
	padding: 10px 0 20px 0;
}
.footer_col address span .fa {
	padding: 0 6px 0 0;
}
.footer_col address a {
	font: 14px/14px 'Muli', sans-serif;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0 0 25px 0;
}
.footer_col address a .fa {
	padding: 0 6px 0 0;
}
.footer_col form {
	float: left;
	width: 100%;
	margin: 0;
}
.footer_col form strong.title {
	font: 400 18px/18px 'Yanone Kaffeesatz', sans-serif;
	color: #fff;
	display: block;
	padding: 0 0 30px 0;
}
.mail-box {
	float: left;
	width: 100%;
	position: relative;
}
.mail-box input[type="text"] {
	float: left;
	width: 100%;
	border: 0;
	background: #fff;
	height: 45px;
	padding: 0 125px 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: 400 14px/14px 'Yanone Kaffeesatz', sans-serif;
	color: #777;
}
.mail-box input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	height: 45px;
	border: 0;
	margin: 0;
	padding: 0 30px;
	font: 400 18px/18px 'Yanone Kaffeesatz', sans-serif;
	color: #fff;
}
.footer_btm_row {
	float: left;
	width: 100%;
	border-top: 1px solid;
	position: relative;
	margin: 24px 0 0 0;
	padding: 35px 0 0 0;
}
.footer_btm_row strong.copy {
	font: 14px/14px 'Yanone Kaffeesatz', sans-serif;
	color: #fff;
	float: left;
}
.footer_social {
	float: right;
}
.footer_social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer_social ul li {
	float: left;
	padding: 0 0 0 23px;
}
.footer_social ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #ccc;
}
.back_top {
	float: right;
	position: relative;
	margin: -32px 50px 0 0;
	font: 14px/38px 'Yanone Kaffeesatz', sans-serif;
}
.back_top a {
	width: 38px;
	height: 38px;
	border-radius: 100%;
	border: 1px solid;
	font-size: 13px;
	line-height: 36px;
	margin: 0 0 0 15px;
	float: right;
	text-align: center;
}
/*===========================================================================*/
							/*HOME 2*/
/*===========================================================================*/
.home_2 #header {
	background: none;
}
.home_2 #banner .caprtion {
	top: 420px;
}
.home_2 .head-top {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding: 10px 0 7px 0;
}
.home_2 .left-col {
	padding: 0;
}
.home_2 .head-social {
	margin: 0;
}
.home_2 .left-col a, .home_2 .head-social ul li a {
	color: #fff;
}
.home_2 #nav li a {
	font: 14px/14px "Yanone Kaffeesatz ", sans-serif;
	text-transform: capitalize;
	color: #fff;
	padding: 0 30px;
}
.home_2 #nav li a span {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
}
.home_2 #nav li ul li a {
	color: #222;
	padding: 13px 20px;
}
.home_2 #nav li ul li a:hover, .home_2 #nav li ul li:hover > a {
	color: #fff;
}
.home_2 .search-box a {
	font-size: 20px;
}
.home_2 .search-box {
	margin: 44px 0 0 30px;
}
/*===========================================================================*/
							/*WELCOME BOX*/
/*===========================================================================*/
.welcome_box {
	float: left;
	width: 100%;
	margin: 70px 0 40px 0;
}
.welcome_box h2 {
	font: 400 60px/60px 'Yanone Kaffeesatz', sans-serif;
	color: #222;
	text-transform: uppercase;
	margin: 0 0 50px 0;
	text-align: center;
}
.welcome_box .holder {
	max-width: 830px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.welcome_box h2 span {
	font-weight: 300;
	text-transform: capitalize;
}
.welcome_box p {
	font: 400 14px/24px 'Muli', sans-serif;
	color: #777;
	text-align: center;
	margin: 0 0 50px 0;
}
.welcome_box .left_box {
	float: left;
	width: 100%;
	background: #222;
	padding: 21px 10px 10px 10px;
	margin: 0 0 30px 0;
}
.welcome_box .left_box h3 {
	font: 34px/32px 'Yanone Kaffeesatz', sans-serif;
	color: #fff;
	margin: 0 0 20px 0;
}
.welcome_box .left_box p {
	font: 14px/24px 'Muli', sans-serif;
	color: #fff;
	margin: 0;
	text-align: justify;
}
.welcome_box .left_box a.btn-link {
	float: right;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	font-size: 14px;
	line-height: 42px;
	text-align: center;
	color: #222;
	margin: 30px 0 0 0;
}
.welcome_box .thumb {
	float: left;
	width: 100%;
	position:relative;
	overflow:hidden;
}
.welcome_box .thumb img{
	width:100%;
	transform:scale(1.3);
	transition:all 0.5s ease-in;
}
.welcome_box .thumb:hover img{
	transform:scale(1);
}
.welcome_box .thumb:hover:before,.welcome_box .thumb:hover:after{
	opacity:1;
	width:38%;
	
}
.welcome_box .thumb:before{
	content:'';
	background-color:rgba(0,0,0,0.4);
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:0%;
	transform:rotate(15deg) scale(1.5);
	transition:all 0.5s ease-in;
	z-index:99;
	opacity:0;
}
.welcome_box .thumb:after{
	content:'';
	background-color:rgba(0,0,0,0.4);
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:0%;
	transform:rotate(15deg) scale(1.5);
	transition:all 0.5s ease-in;
	z-index:99;
	opacity:0;
}
.children_banner_2 {
	background: url(../images/ection_bg_2.jpg) no-repeat left top/cover;
	padding: 200px 0 250px 0;
}
/*===========================================================================*/
							/*Home 3*/
/*===========================================================================*/
.home_3 #header {
	position: static;
	padding: 0;
}
.home_3 .head-top {
	background: #222;
	padding: 8px 0;
}
.home_3 .left-col {
	padding: 0;
}
.home_3 .head-social {
	margin: 0;
}
.home_3 .left-col a, .home_3 .head-social ul li a {
	color: #fff;
}
.home_3 .head-social ul li {
	position: relative;
}
.home_3 .head-social ul li:before {
	content: '';
	position: absolute;
	left: 10px;
	width: 1px;
	height: 20px;
	background: #777;
	color: #777;
}
.home_3 .head-social ul li:first-child:before {
	display: none;
}
.logo_row {
	float: left;
	width: 100%;
}
.logo_row strong.time {
	font: 700 20px/20px 'Yanone Kaffeesatz', sans-serif;
	float: right;
	padding: 30px 0 0 0;
}
.logo_row strong.time span {
	font: 400 16px/16px 'Yanone Kaffeesatz', sans-serif;
	display: block;
	color: #777;
	padding: 0 0 5px 0;
}
.menu_row {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	margin: 7px 0 0 0;
}
.home_3 .navigation {
	float: left;
	padding: 8px 0;
}
.home_3 #nav {
	margin: 0;
}
.home_3 #nav li a {
	padding: 11px 19px;
	font: 400 14px/14px 'Muli', sans-serif;
}
.home_3 #nav li ul li:before {
	display: none;
}
.home_3 #nav li:before {
	content: '';
	position: absolute;
	left: 0;
	width: 1px;
	height: 35px;
	background: #ccc;
}
.home_3 #nav li:first-child:before {
	display: none;
}
.home_3 .btn-register {
	float: right;
	font: 400 14px/14px 'Yanone Kaffeesatz', sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 19px;
	text-decoration: none;
	margin: 8px 40px 0 0;
}
.home_3 .search-box {
	margin: 17px 0 0 0;
}
.home_3 .search-box .dropdown-menu {
	top: 35px;
}
.home_3 #banner .caprtion {
	top: 270px;
}
.home_3 #banner .caprtion .holder strong.title, .home_3 #banner .caprtion .holder h1 {
	text-align: left;
}
.home_3 #banner .caprtion .holder h1 {
	margin: 0 0 20px 0;
}
.home_3 #banner .caprtion .holder span {
	font: 300 60px/60px 'Yanone Kaffeesatz', sans-serif;
	color: #222;
	display: block;
	padding: 0 0 30px 0;
}
.home_3 a.btn-more-2 {
	background: #222;
}
.home_3 #home-banner .owl-pagination {
	bottom: 20px;
}
/*===========================================================================*/
							/*WELCOME*/
/*===========================================================================*/
.welcome_section_3 {
	float: left;
	width: 100%;
	margin: 40px 0 70px 0;
}
.welcome_section_3 .welcome_text {
	float: left;
	width: 100%;
}
.welcome_section_3 strong {
	font: 400 30px/30px 'Dancing Script', cursive;
	display: block;
	margin: 0 0 5px 0;
}
.welcome_section_3 h2 {
	font: 300 60px/60px 'Yanone Kaffeesatz', sans-serif;
	color: #222;
	margin: 0 0 40px 0;
	position: relative;
}
.welcome_section_3 h2:before {
	content: '';
	position: absolute;
	left: 5px;
	bottom: -16px;
	width: 36px;
	height: 2px;
}
.welcome_section_3 .welcome_text p {
	font: 400 14px/24px 'Muli', sans-serif;
	color: #777;
	margin: 0 0 25px 0;
}
.welcome_section_3 a.btn-more-2 {
	font: 700 14px/24px 'Muli', sans-serif;
	padding: 9px 28px;
}
.welcome_section_3 a.btn-more-2:hover{
	color:#fff;
}
.welcome_section_3 .thumb {
	float: left;
	width: 100%;
	position: relative;
}
.welcome_section_3 .thumb img {
	display: block;
	width: 100%;
}
.welcome_section_3 .thumb .caprtion {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.welcome_section_3 .thumb .caprtion a.btn_play {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/play-btn.png) no-repeat left top;
	width: 91px;
	height: 84px;
	outline: none;
}
.welcome_section_3 .modal-dialog {
	width: 1000px;
}
.welcome_section_3 .modal-content {
	border-radius: 0;
}
.home_3 .intro-section {
	margin: 0 0 100px 0;
}
.children_banner_3 {
	background: url(../images/section_bg_3.jpg) no-repeat left top;
}
.children_banner_3 .holder h2 {
	font: 400 60px/60px "Yanone Kaffeesatz", sans-serif;
}
.children_banner_3 .holder {
	max-width: 1185px;
}
.children_banner_3 .holder p {
	font: 400 14px/24px "Muli", sans-serif;
	text-transform: uppercase;
	color: #222;
	margin: 0 100px 40px 100px;
	text-align: center;
}
/*===========================================================================*/
							/*INNER BANNER*/
/*===========================================================================*/
.inner-banner {
	float: left;
	width: 100%;
	background: url(../images/inner_banner_img_1.jpg) no-repeat left top;
	padding: 235px 0 115px 0;
}
.bg_2 {
	background: url(../images/inner_banner_img_2.jpg) no-repeat left top;
}
.bg_3 {
	background: url(../images/inner_banner_img_3.jpg) no-repeat left top;
}
.bg_4 {
	background: url(../images/inner_banner_img_4.jpg) no-repeat left top;
}
.bg_5 {
	background: url(../images/inner_banner_img_5.jpg) no-repeat left top;
}
.inner-banner strong.title {
	font: 400 30px/30px 'Dancing Script', cursive;
	color: #222;
	display: block;
	text-align: center;
	padding: 0 0 5px 0;
}
.inner-banner h1 {
	font: 400 60px/60px 'Yanone Kaffeesatz', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 50px 0;
	position: relative;
}
.inner-banner h1:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 98px;
	height: 4px;
	bottom: -35px;
}
.inner-banner h1 span {
	color: #222;
	text-transform: capitalize;
	font-weight: 300;
}
.inner-banner .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
}
.inner-banner .breadcrumb li {
	font: 400 18px/18px 'Muli', sans-serif;
	color: #222;
}
.inner-banner .breadcrumb li a {
	font: 400 18px/18px 'Muli', sans-serif;
	color: #222;
	text-decoration: none;
}
.inner-banner .breadcrumb > li + li:before {
	color: #222;
}
/*===========================================================================*/
							/*PAGINATION*/
/*===========================================================================*/
.pagination_col {
	float: left;
	width: 100%;
	margin: 40px 0 0 0;
}
.pagination_col .pagination {
	border-radius: 0;
	display: block;
	margin: 0;
	text-align: center;
	padding-left: 0;
}
.pagination_col .pagination > li {
	display: inline-block;
	margin: 0 3px;
}
.pagination_col .pagination > li:first-child > a, .pagination_col .pagination > li:first-child > span {
	border-radius: 0;
}
.pagination_col .pagination > li > a {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #777;
	float: left;
	font: 400 17px/40px 'Yanone Kaffeesatz', sans-serif;
	margin-left: 0;
	padding: 0;
	text-align: center;
	position: relative;
	text-decoration: none;
	width: 40px;
	height: 40px;
}
.pagination_col .pagination > li:last-child > a, .pagination_col .pagination > li:last-child > span {
	border-radius: 0;
}
.pagination_col .pagination li.active a {
	color: #fff;
	border: 1px solid rgba(0,0,0,0);
}
.pagination_col .pagination li a:hover {
	color: #fff;
	border: 1px solid rgba(0,0,0,0);
}
/*===========================================================================*/
							/*Blog Detail*/
/*===========================================================================*/
.blog_detail {
	float: left;
	width: 100%;
}
.blog_detail .thumb {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	padding: 4px;
	margin: 0 0 25px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.blog_detail .thumb{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}
.blog_detail .thumb img{
	width:100%;
	transform:scale(1.3);
	transition:all 0.5s ease-in;
}
.blog_detail .thumb:hover img{
	transform:scale(1);
}
.blog_detail .thumb:hover:before,.blog_detail .thumb:hover:after{
	opacity:1;
	width:38%;
	
}
.blog_detail .thumb:before{
	content:'';
	background-color:rgba(0,0,0,0.4);
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:0%;
	transform:rotate(15deg) scale(1.5);
	transition:all 0.5s ease-in;
	z-index:99;
	opacity:0;
}
.blog_detail .thumb:after{
	content:'';
	background-color:rgba(0,0,0,0.4);
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:0%;
	transform:rotate(15deg) scale(1.5);
	transition:all 0.5s ease-in;
	z-index:99;
	opacity:0;
}
.blog_detail .text-box {
	float: left;
	width: 100%;
}
.blog_detail .text-box h2 {
	font: 400 22px/22px 'Muli', sans-serif;
	color: #242c43;
	margin: 0 0 18px 0;
	text-transform: uppercase;
}
.blog_detail .detail-row {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
.blog_detail .detail-row ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.blog_detail .detail-row ul li {
	float: left;
	padding: 0 30px 0 0;
}
.blog_detail .detail-row ul li a {
	font: 400 13px/13px 'Muli', sans-serif;
	color: #222;
	text-decoration: none;
}
.blog_detail .detail-row ul li a .fa {
	padding: 0 6px 0 0;
}
.blog_detail p {
	font: 400 14px/24px 'Muli', sans-serif;
	color: #777;
	margin: 0 0 25px 0;
}
.blog_detail blockquote {
	font: 400 16px/28px 'Muli', sans-serif;
	color: #444;
	margin: 0 50px 40px 160px;
	border: 0;
	padding: 30px 30px 30px 60px;
	border: 1px solid #ccc;
	position: relative;
}
.blog_detail blockquote:before {
	content: "\f10d";
	position: absolute;
	left: -68px;
	top: 30px;
	width: 99px;
	height: 82px;
	border: 1px solid #242c43;
	text-align: center;
	font-size: 48px;
	line-height: 80px;
	font-family: FontAwesome;
	background: #fff;
}
.share-post {
	float: left;
	width: 100%;
	padding: 0 0 50px 0;
}
.share-post strong.title {
	font: 400 16px/20px 'Yanone Kaffeesatz', sans-serif;
	color: #242c43;
	float: left;
	padding: 0 15px 0 0;
}
.share-post ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.share-post ul li {
	float: left;
	padding: 0 44px 0 0;
}
.share-post ul li a {
	font: 400 16px/16px 'Yanone Kaffeesatz', sans-serif;
	text-decoration: none;
	color: #242c43;
}
.share-post ul li a .fa {
	font-size: 20px;
	padding: 0 6px 0 0;
}
.comment-box {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.comment-box h2 {
	font: 400 60px/60px 'Yanone Kaffeesatz', sans-serif;
	color: #222;
	margin: 0 0 15px 0;
}
.comment-box h2 span {
	font-weight: 300;
}
.comment-box form label {
	font: 400 18px/16px 'Yanone Kaffeesatz', sans-serif;
	display: block;
	padding: 0 0 8px 0;
}
.comment-box form input[type="text"] {
	float: left;
	width: 100%;
	height: 50px;
	border: 1px solid #ccc;
	padding: 0 16px;
	font: 14px 'Muli', sans-serif;
	color: #777;
	margin: 0 0 30px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.comment-box form textarea {
	float: left;
	width: 100%;
	height: 220px;
	border: 1px solid #ccc;
	padding: 16px;
	font: 14px 'Muli', sans-serif;
	color: #777;
	margin: 0 0 30px 0;
	resize: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.comment-box form input[type="submit"] {
	float: right;
	padding: 20px 48px;
	border: 0;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	color: #fff;
	background: #222;
	font: 700 16px/16px 'Muli', sans-serif;
}
/*===========================================================================*/
							/*SIDEBAR*/
/*===========================================================================*/
.sidebar {
	float: left;
	width: 100%;
}
.widget_box {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.widget_box h3 {
	font: 400 20px/20px 'Muli', sans-serif;
	color: #222;
	margin: 0 0 18px 0;
}
.widget_box p {
	font: 400 14px/24px 'Muli', sans-serif;
	color: #777;
	margin: 0;
}
.widget_box form input[type="text"] {
	float: left;
	width: 100%;
	height: 50px;
	border: 1px solid #242c43;
	padding: 0 16px;
	font: 400 14px/14px 'Yanone Kaffeesatz', sans-serif;
	color: #777;
}
.popular-post {
	float: left;
	width: 100%;
}
.popular-post ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.popular-post ul li {
	display: block;
	overflow: hidden;
	padding: 20px 0 0 0;
}
.popular-post ul li:first-child {
	padding: 0;
}
.popular-post ul li:hover .frame {
	opacity: 0.7;
}
.popular-post ul li .frame {
	float: left;
	border: 1px solid #ccc;
	padding: 4px;
	margin: 0 15px 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.popular-post ul li .text-col {
	overflow: hidden;
}
.popular-post ul li .text-col a {
	font: 400 16px/19px 'Muli', sans-serif;
	color: #222;
	text-decoration: none;
	display: block;
	padding: 0 0 7px 0;
}
.popular-post ul li .text-col span {
	display: block;
	font: 400 13px/16px 'Muli', sans-serif;
	color: #444;
	margin: 0 0 8px 0;
}
.popular-post ul li .text-col span .fa {
	padding: 0 6px 0 0;
}
.tags {
	float: left;
	width: 100%;
}
.tags ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.tags li {
	float: left;
	padding: 0 8px 8px 0;
}
.tags li a {
	font: 400 14px/14px 'Muli', sans-serif;
	color: #777;
	border: 1px solid #242c43;
	padding: 10px 16px;
	text-decoration: none;
	float: left;
}
.tags li:hover a {
	border: 1px solid rgba(0,0,0,0);
	color: #fff;
}
/*===========================================================================*/
							/*CONTACT*/
/*===========================================================================*/
.contact-row {
	float: left;
	width: 100%;
}
.contact-row h2 {
	font: 300 36px/36px 'Muli', sans-serif;
	color: #222;
	margin: 0 0 20px 0;
}
.contact-row form input[type="text"] {
	float: left;
	width: 100%;
	height: 50px;
	border: 1px solid #242c43;
	font: 400 16px/16px 'Muli', sans-serif;
	padding: 0 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 28px 0;
}
.contact-row form textarea {
	float: left;
	width: 100%;
	height: 200px;
	border: 1px solid #242c43;
	font: 400 16px/16px 'Muli', sans-serif;
	padding: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 28px 0;
	resize: none;
}
.contact-row form input[type="submit"] {
	float: left;
	padding: 14px 70px;
	background: #222;
	font: 700 18px/18px 'Yanone Kaffeesatz', sans-serif;
	color: #fff;
	background: #222;
	border: 0;
	margin: 0;
}
.branches_box {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.branches_box h3 {
	font: 400 20px/20px 'Muli', sans-serif;
	margin: 0 0 18px 0;
	color: #222;
}
.branches_box ul {
	padding: 0 0 30px 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
}
.branches_box ul li {
	display: block;
	font: 400 16px/16px 'Muli', sans-serif;
	color: #777;
	padding: 0 0 10px 0;
}
.branches_box ul li .fa {
	padding: 0 15px 0 0;
}
.branches_box ul li a {
	font: 400 16px/16px 'Muli', sans-serif;
	color: #777;
	text-decoration: none;
}
.branches_box .border-none {
	border: 0;
}
/*===========================================================================*/
							/*COURSES*/
/*===========================================================================*/
.courses_section {
	float: left;
	width: 100%;
	margin: 50px 0 80px 0;
}
.courses_section .thumb {
	float: left;
	width: 100%;
	position: relative;
}
.courses_section .thumb img {
	display: block;
	width: 100%;
}
.courses_section .thumb .caption {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.courses_section .thumb .caption a.btn-play {
	position: absolute;
	background: url(../images/btn-play-2.png) no-repeat left top;
	width: 80px;
	height: 80px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	outline: none;
}
.courses_section .modal-header {
	border: 0;
	padding: 0;
}
.courses_section .modal-dialog {
	width: 1000px;
}
.courses_section .modal-content {
	border-radius: 0;
}
.courses_section .modal-header .close {
	background: #000;
	color: #fff;
	opacity: 1;
	width: 22px;
	height: 25px;
	position: absolute;
	right: -15px;
}
.courses_section .text {
	float: left;
	width: 100%;
}
.courses_section .text p {
	font: 400 16px/26px 'Muli', sans-serif;
	color: #777;
	margin: 0 0 25px 0;
}
.courses_section h2 {
	font: 400 60px/60px 'Yanone Kaffeesatz', sans-serif;
	color: #222;
	margin: 0 0 50px 0;
}
.courses_section strong {
	font: 400 30px/30px 'Dancing Script', cursive;
	display: block;
	padding: 0 0 15px 0;
}
.courses_section h2 span {
	font-weight: 300;
}
.register_row {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.offer-box {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.register-box {
	float: left;
	width: 100%;
}
.register-box:hover .thumb img {
	opacity: 0.7;
}
.register-box:hover .thumb .caption h2 a {
	color: #fff;
	text-decoration: none;
}
.register-box .thumb {
	float: left;
	width: 100%;
	margin: 0 0 25px 0;
	position: relative;
}
.register-box .thumb img {
	display: block;
	width: 100%;
}
.register-box .thumb .caption {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 55px;
}
.register-box .thumb .caption h2 {
	font: 400 60px/60px 'Yanone Kaffeesatz', sans-serif;
	margin: 0;
	text-align: center;
	color:#45C8DC;
}
.register-box .thumb .caption h2 a {
		color:#45C8DC;
}
.register-box .text-box {
	float: left;
	width: 100%;
}
.register-box .text-box p {
	font: 400 14px/24px 'Muli', sans-serif;
	color: #777;
	margin: 0;
}
.team_seaction {
	float: left;
	width: 100%;
}
.team_seaction h2 {
	font: 400 60px/60px 'Yanone Kaffeesatz', sans-serif;
	color: #222;
	margin: 0 0 40px 0;
	position: relative;
}
.team_seaction h2:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -26px;
	width: 98px;
	height: 4px;
	background: #222;
}
.team_seaction h2 span {
	font-weight: 300;
}
.team_seaction strong {
	font: 400 30px/30px 'Dancing Script', cursive;
	display: block;
	padding: 0 0 25px 0;
}
.team_seaction .holder {
	float: left;
	width: 100%;
}
.team_seaction .holder .team_box {
	float: left;
	width: 100%;
}
.team_seaction .holder .team_box:hover .thumb img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	opacity: 0.7
}
.team_seaction .holder .team_box .text-area {
	float: left;
	width: 263px;
	border-top: 2px solid;
	padding: 30px;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
	margin: 40px -68px 0 0;
	background: #fff;
	position: relative;
	z-index: 99;
}
.team_seaction .holder .team_box .text-area h3 {
	font: 30px/30px 'Yanone Kaffeesatz', sans-serif;
	color: #242c43;
	margin: 0 0 10px 0;
}
.team_seaction .holder .team_box .text-area span.name {
	font: 14px/14px 'Muli', sans-serif;
	display: block;
	padding: 0 0 15px 0;
}
.team_seaction .holder .team_box .text-area p {
	font: 14px/24px 'Muli', sans-serif;
	color: #777;
	margin: 0 0 20px 0;
}
.team_seaction .holder .team_box .thumb {
	float: left;
	max-width: 360px;
	overflow: hidden;
	background: #000;
}
.team-social {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 20px 0 0 0;
}
.team-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.team-social ul li {
	float: left;
	padding: 0 7px 0 0;
}
.team-social ul li a {
	float: left;
	width: 35px;
	height: 35px;
	border: 1px solid #242c43;
	font-size: 14px;
	text-align: center;
	line-height: 33px;
	color: #242c43;
	text-decoration: none;
}
.team-social ul li a:hover {
	border: 1px solid rgba(0,0,0,0);
	color: #fff;
}
/*===========================================================================*/
							/*REGISTRATION SECTION*/
/*===========================================================================*/
.registration_section {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.registration_section h2 {
	font: 400 60px/60px 'Yanone Kaffeesatz', sans-serif;
	color: #222;
	margin: 0 0 50px 0;
}
.registration_section h2 span {
	font-weight: 300;
	display: block;
}
.accordion-style-1 {
	float: left;
	width: 100%;
}
.accordion_cp {
	margin: 0 0 20px 0;
	padding: 15px 0 15px 30px;
	border: 1px solid #ccc;
	text-decoration: none;
	font: 400 14px/14px 'Muli', sans-serif;
	color: #222;
	text-transform: uppercase;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.accordion_cp .fa {
	padding: 0;
}
.accordion-open {
	color: #fff;
}
.accordion-open span {
	position: absolute;
	right: 0;
	border-left: 1px solid #fff;
	top: 0;
	width: 41px;
	height: 48px;
	color: #fff;
	text-align: center;
	line-height: 48px;
	margin: 0;
	font-size: 12px;
}
.accordion-close span {
	position: absolute;
	right: 0;
	border-left: 1px solid #ccc;
	top: 0;
	width: 41px;
	height: 48px;
	color: #222;
	text-align: center;
	line-height: 48px;
	margin: 0;
	font-size: 12px;
}
div.contain_cp_accor {
	padding: 0;
	margin: 0;
}
div.content_cp_accor {
	margin: 0 0 20px 0;
	padding: 50px 100px 25px 100px;
	float: left;
	border: 1px solid #ccc;
	width: 100%;
}
div.content_cp_accor ul, div.content_cp_accor p {
	padding: 0;
	margin: 0 0 20px 0;
	color: #969595;
	font: 14px/24px 'Muli', sans-serif;
}
div.content_cp_accor ul, div.content_cp_accor strong {
	font: 400 16px/16px 'Muli', sans-serif;
	display: block;
	text-transform: uppercase;
	padding: 0 0 25px 0;
}
.accordion-close span i:before {
	content: "\f078";
}
.accordion-open span i:before {
	content: "\f077";
}
.registration_section a.btn-more-2 {
	background: #222;
}
/*===========================================================================*/
							/*ADVANTAGES*/
/*===========================================================================*/
.advantages {
	float: left;
	width: 100%;
	margin: -80px 0 60px 0;
}
.advantages .container-fluid {
	padding: 0;
}
.advantages .container-fluid .col-md-6 {
	padding: 0;
}
.advantages .left-col {
	float: left;
	width: 100%;
	padding: 55px 0;
}
.advantages .left-col .holder {
	width: 550px;
	float: right;
	margin: 0 20px 0 0;
}
.advantages .left-col .holder h2 {
	font: 400 60px/60px 'Yanone Kaffeesatz', sans-serif;
	color: #222;
	margin: 0 0 50px 0;
}
.advantages .left-col .holder h2 span {
	font-weight: 300;
}
.advantages .left-col .holder .inner-box {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.advantages .left-col .holder .inner-box h3 {
	font: 400 20px/20px 'Muli', sans-serif;
	color: #222;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	position: relative;
}
.advantages .left-col .holder .col-md-6 {
	padding: 0 15px;
}
.advantages .left-col .holder .inner-box h3:before {
	content: '';
	position: absolute;
	left: 0;
	width: 12px;
	top: 3px;
	height: 12px;
	background: #222;
}
.advantages .left-col .holder .inner-box p {
	font: 400 14px/24px 'Muli', sans-serif;
	color: #fff;
	margin: 0;
}
.advantages .right-col {
	float: left;
	width: 100%;
}
.advantages .right-col .thumb {
	float: left;
	width: 100%;
}
.advantages .right-col .thumb img {
	display: block;
	width: 100%;
}
/*===========================================================================*/
							/*TESTIMONIALS*/
/*===========================================================================*/
.testimonials {
	float: left;
	width: 100%;
	margin: 70px 0 0 0;
}
.testimonials .holder {
	float: left;
	width: 100%;
	border-top: 2px solid;
	padding: 30px 0;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
}
.testimonials .holder .thumb {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	margin: 0 auto 5px;
	display: block;
	position: relative;
}
.testimonials .holder .thumb:before {
	content: '';
	position: absolute;
	left: -127px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/qout-img.png) no-repeat left top;
	width: 353px;
	height: 46px;
}
.testimonials .holder .thumb img {
	display: block;
	width: 100%;
	border-radius: 100%;
}
.testimonials .holder strong.name {
	display: block;
	text-align: center;
	color: #242c43;
	font: 700 24px/24px 'Yanone Kaffeesatz', sans-serif;
	padding: 0 0 5px 0;
}
.testimonials .holder span {
	font: 400 13px/13px 'Muli', sans-serif;
	display: block;
	text-align: center;
	padding: 0 0 15px 0;
}
.testimonials .holder .text-box {
	font: italic 400 16px/28px 'Muli', sans-serif;
	color: #777;
	margin: 0 auto 30px;
	overflow: hidden;
	display: block;
	text-align: center;
	width: 750px;
}
.testimonials .owl-buttons {
	display: none;
}
.testimonials .owl-pagination {
	display: block;
	text-align: center;
}
.testimonials .owl-page {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 2px solid #999;
	border-radius: 100%;
	margin: 0 2px;
}
.testimonials .owl-page.active {
	border: 2px solid rgba(0,0,0,0);
}
.FONTS {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-family: 'Dancing Script', cursive;
}
.head-social ul li a, .intro_box, .intro_box a.btn-more, .intro_box:before, .intro_box:after, .intro_box h2, .intro_box p, .intro_box a.btn-more:before, .intro_box a.btn-more:after, .full_gallery .frame a.link, .full_gallery .frame .caption, .footer_social ul li a, #nav li ul li a, .pagination_col .pagination li a, .popular-post ul li .frame, .popular-post ul li .text-col a, .tags li a, .register-box .thumb img, .register-box .thumb .caption h2 a, .team-social ul li a, .team_seaction .holder .team_box .thumb img, #banner .caprtion .holder a.btn-more, #banner .caprtion .holder a.btn-more:after, #banner .caprtion .holder a.btn-more:before, a.btn-more, a.btn-more:before, a.btn-more:after, a.btn-more-2, .comment-box form input[type="submit"] {
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
}
