/* Table of Content 
[Master Stylesheet]


Theme Name: Swim School
Theme URI: http://www.innovativewebcrew.com/swim-school/
Author: Codereaction
Author URI: http://www.innovativewebcrew.com
Description: Swim School Theme is Modern Responsive Design Based on Bootstrap
Version: 1.2.7
License URI: http://themeforest.net/licenses
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: codereaction
Primary use:	Swim School
*/
body {
	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;
}
img{ max-width: 100%; }
/*===========================================================================*/
							/*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;
}
.masterlogo{
    
        float: right;
    padding-right: 50px;
    padding-top: 5px;
}
.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-size: 14px;
	line-height: 14px;
	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-size: 16px;
	line-height: 16px;
	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;*/
	padding: 0 160px;
}
.head-bottom-row strong.logo {
	float: left;
	margin: 10px 0 0 0;
}
/*NAVIGATION*/
.navigation {
	float: right;
	margin: -15px 0 0 0;
}
#nav {
	padding: 0;
	margin: 44px 0 0 0;
	list-style: none;
	float: none;
}
#nav li {
	display: inline-block;
	float: none;
	position: relative;
	padding: 20px 0;
}
#nav li:first-child {
	background: none;
}
#nav li a {
	font-size: 14px;
	line-height: 14px;
	color: #fff149;
	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: 80%;
	width: 190px;
	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-size: 14px;
	line-height: 14px;
	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 {
	display:none;
	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: transparent ;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: inherit;
	left: inherit;
	right: 30px;
	margin: 0;
	min-width: 320px;
	padding: 0;
	top: 100%;
}

.searchclose {
       float: right;
   
    padding: 6px 16px;
    position: absolute;
}
.searchclose .fa.fa-close {
    color: #cf705a;
     font-size: 24p;
     font-weight:300
    
}
.search-box input[type="text"] {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	height: 38px;
	padding: 0 10px;
	font-size: 12px;
	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-size: 14px;
}
/*===========================================================================*/
							/*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-weight: 400;
	font-size: 48px;
	line-height: 48px;
	color: #222;
	letter-spacing: 5px;
	padding: 0 0 30px 0;
}
#banner .caprtion .holder h1 {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 80px;
	line-height: 50px;
	margin: 0 0 40px 0;
	text-shadow: 0 2px 2px #666;
	letter-spacing:3.7px;
}
#banner .caprtion .holder h1 span {
	text-transform: none;
	font-weight: 300;
	color: #222;
	text-transform: uppercase;
}
#banner .caprtion .holder p {
    color: #222;
    display: block;
	font-weight: 400;
	font-size: 26px;
	line-height: 36px;
    letter-spacing: 1.7px;
    margin: 0 0 45px;
    text-align: center;
    text-shadow: 0 3px 4px #e3e3e3;
    text-transform: uppercase;
}
.btn-row {
	display: block;
	text-align: center;
}
a.btn-more {
	display: inline-block;
	padding: 20px 43px;
	font-size: 14px;
	line-height: 14px;
	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-size: 16px;
	font-weight: 700;
	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-size: 34px;
	line-height: 40px;
	text-align: center;
	margin: 0 0 25px 0;
}
.intro_box p {
	font-size: 14px;
	line-height:26px;
	text-align: center;
	color: #777;
	margin: 0 0 25px 0;
}
.intro_box a.btn-more {
	font-size: 14px;
	line-height: 14px;
	background: #222;
	padding: 14px 25px;
}
/*===========================================================================*/
							/*CHILDREN BANNER SECTION*/
/*===========================================================================*/
.children_banner {
	float: left;
	width: 100%;
	/*background: url(images/section_bg_1.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-weight: 400;
	font-size: 72px;
	line-height: 72px;
	float: left;
	padding: 0 0 15px 0;
}
.children_banner .holder h2 {
	font-weight: 400;
	font-size: 72px;
	line-height: 72px;
	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;
}
.blog-post .heading-head {
    width: 60% !important;
}
.heading-head strong.title {
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
}
.heading-head h2 {
	font-weight: 700;
	font-size: 70px;
	line-height: 40px;
	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 0px ;
	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-size: 22px;
	line-height: 24px;
	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: 65%;*/ 
	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-size: 14px;
	line-height: 14px;
	font-weight: 400l;
	color: #fff;
	z-index:99;
}
.post-box .frame img {
	display: block;
	width: auto;
}
.post-box .text-box, .blog-detail .text-box,.shadow-box .cr-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;
}
.shadow-box .cr-text-box, .blog-detail .text-box{
	margin:0;
}
.post-box .text-box ul {
	padding: 0;
	margin: 0 0 25px 0;
	list-style: none;
	overflow: hidden;
	display:none;
}
.post-box .text-box ul li,.blog-detail .text-box h2 + ul li{
	padding: 15px 36px 0 0;
	position: relative;
	width: 200px;
}
.archive .post-box .text-box ul:first-child li{
	width: 200px;
}
.archive .post-box .text-box ul li a.btn-more{
	color:#fff;
	margin-top: 20px;
}
.archive .text-box img{
	max-width: 100%;
}
.archive .post-box .text-box {
	padding-right:30px;
}
.archive .post-box .text-box ul li a{
	float: none;
	overflow-wrap: break-word;
}
.sticky{
	padding: 0;
}
.sticky .text-box ul li{
	width:100%;
}
.martul .text-box ul:first-child li{
	width: 100%;
}
.martul.martull ul li{
	width: 100%;
}
.martul .text-box ul:first-child li{
	width:200px;
}
.sticky .text-box ul:first-child li{
	width:200px;
}
.post-box .text-box ul:first-child li {
	float:left;
}

.post-box .text-box ul:first-child li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 68px;
	height: 2px;
}
.post-box .text-box h2 + ul > li{
	list-style:outside none disc;
}
.post-box .text-box h2 + ul li:before{
	content: none !important;;
}
ul:first-child{
    list-style: outside none none !important;
    margin: 0;
    overflow: visible !important;
    padding: 0;
}
ul{
    list-style: outside none disc !important;
    margin: 0;
    overflow: visible !important;
    padding: 0;
}
.post-box .text-box span {
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #242c43;
	float: left;
}
.post-box .text-box ul li a {
	text-decoration: none;
	float: left;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
}
.post-box .text-box ul li a .fa {
	padding: 0 7px 0 0;
}
.post-box .text-box h2 {
	color: #222;
	text-transform: uppercase;
	display: block;
	margin: 0 0 20px 0;
	letter-spacing:1px;
	clear:both;
}
.vc_responsive .post-box .text-box h2 {
	font-weight: 400;
	font-size: 28px;
	line-height: 26px;
	padding-top: 20px;
}
.post-box .text-box h2 a {
	color: #222;
}
.post-box .text-box h2 a:hover{
	text-decoration:none;
}
.post-box .text-box p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #777;
	margin: 0 0 25px 0;
}
.post-box .text-box a.btn-more {
	font-weight: 500;
	font-size: 20px;
	line-height: 14px;
	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%;
	background: url(images/footer_bg.jpg) no-repeat left top/cover;
	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-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #e2e2e2;
	margin: 0;
	letter-spacing:0.8px
}
.footer_col h3 {
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}
.footer_col span {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	display: block;
	color: #e2e2e2;
	padding: 0 0 30px 0;
}
.footer_col strong.title {
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	color: #e2e2e2;
	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: #e2e2e2;
	padding: 15px 0 0 0;
}
.call strong {
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	color: #e2e2e2;
	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-size: 14px;
	line-height: 14px;
	color: #e2e2e2;
	display: block;
	padding: 0px 0 20px 0;
}
.footer_col address span .fa {
	padding: 0 6px 0 0;
}
.footer_col address a {
	font-size: 14px;
	line-height: 14px;
	color: #e2e2e2;
	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-weight: 400;
	font-size: 18px;
	line-height: 18px;
	color: #e2e2e2;
	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-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #777;
}
.mail-box input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	height: 45px;
	border: 0;
	margin: 0;
	padding: 0 30px;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	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-size: 14px;
	line-height: 14px;
	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-size: 14px;
	line-height: 38px;
}
.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-size: 14px;
	line-height: 14px;
	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-weight: 400;
	font-size: 60px;
	line-height: 60px;
	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-size: 14px;
	line-height: 14px;
	font-weight: 400;
	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-size: 34px;
	line-height: 32px;
	color: #fff;
	margin: 0 0 20px 0;
}
.welcome_box .left_box p {
	font-size: 14px;
	line-height: 24px;
	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-weight: 700;
	font-size: 20px;
	line-height: 20px;
	float: right;
	padding: 30px 0 0 0;
}
.logo_row strong.time span {
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	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-size: 14px;
	line-height: 14px;
	font-weight: 400;
}
.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-weight: 400;
	font-size: 14px;
	line-height: 14px;
	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-weight: 300;
	font-size: 60px;
	line-height: 60px;
	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-weight: 400;
	font-size: 30px;
	line-height: 30px;
	display: block;
	margin: 0 0 5px 0;
}
.welcome_section_3 h2 {
	font-weight: 300;
	font-size: 60px;
	line-height: 60px;
	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-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #777;
	margin: 0 0 25px 0;
}
.welcome_section_3 a.btn-more-2 {
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	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-weight: 400;
	font-size: 60px;
	line-height: 60px;
}
.children_banner_3 .holder {
	max-width: 1185px;
}
.children_banner_3 .holder p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	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 15px 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-weight: 400;
	font-size: 30px;
	line-height: 30px;
	color: #222;
	display: block;
	text-align: center;
	padding: 0 0 5px 0;
}
.inner-banner h1 {
	font-weight: 400;
	font-size: 60px;
	line-height: 60px;
	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-size: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #222;
}
.inner-banner .breadcrumb li a {
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	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-weight: 400;
	font-size: 17px;
	line-height: 40px;
	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-size: 22px;
	line-height: 22px;
	font-weight: 400;
	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-size: 13px;
	line-height: 13px;
	font-weight: 400;
	color: #222;
	text-decoration: none;
}
.blog_detail .detail-row ul li a .fa {
	padding: 0 6px 0 0;
}
.blog_detail p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #777;
	margin: 0 0 25px 0;
}
.blog_detail blockquote p{
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #444;
	margin: 0 50px 40px 160px;
	border: 0;
	padding: 30px 30px 30px 60px;
	border: 1px solid #ccc;
	position: relative;
}
.blog_detail blockquote p: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;
}
#swim-main-content .entry-content blockquote {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid;
    border-width: 0 0 0 4px;
    color: #45c8dc;
    font-size: 1.1875rem;
    font-style: italic;
    line-height: 1.47368;
    margin: 0 0 1.47368em 5.47368em;
    overflow: hidden;
    padding: 0 0 0 1.26316em;
}
#swim-main-content .entry-content blockquote p {
	color:inherit;
}
.share-post {
	float: left;
	width: 100%;
	padding: 0 0 50px 0;
}
.share-post strong.title {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	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-weight: 400;
	font-size: 16px;
	line-height: 16px;
	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-weight: 400;
	font-size: 28px;
	line-height: 60px;
	color: #222;
	margin: 0 0 15px 0;
}
.comment-box h2 span {
	font-weight: 300;
}
.comment-box form label {
	font-weight: 400;
	font-size: 18px;
	line-height: 16px;
	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-size: 14px;
	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-size: 14px;
	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 p input[type="submit"] {
	float: right;
	padding: 20px 48px;
	border: 0;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	color: #fff;
	background: #222;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
}
/*===========================================================================*/
							/*WordPress Core*/
/*===========================================================================*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*===========================================================================*/
							/*SIDEBAR*/
/*===========================================================================*/
.sidebar {
	float: left;
	width: 100%;
}
.widget_box {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.widget_box h3 {
	font-size: 20px;
	line-height: 204px;
	font-weight: 400;
	color: #222;
	margin: 0 0 18px 0;
}
.widget_box p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #777;
	margin: 0;
}
.widget_box form input[type="text"] {
	float: left;
	width: 100%;
	height: 50px;
	border: 1px solid #242c43;
	padding: 0 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	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-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #222;
	text-decoration: none;
	display: block;
	padding: 0 0 7px 0;
}
.popular-post ul li .text-col span {
	display: block;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	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-size: 14px;
	line-height: 14px;
	font-weight: 400;
	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-size: 36px;
	line-height: 36px;
	font-weight: 300;
	color: #222;
	margin: 0 0 20px 10px;
}
.contact-row form input[type="text"], .contact-row form input[type="email"] {
	float: left;
	width: 100%;
	height: 50px;
	border: 1px solid #242c43;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	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-size: 16px;
	line-height: 16px;
	font-weight: 400;
	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-weight: 700;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	background: #222;
	border: 0;
	margin: 0;
}
.branches_box {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.branches_box h3 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	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-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #777;
	padding: 0 0 10px 0;
}
.branches_box ul li .fa {
	padding: 0 15px 0 0;
}
.branches_box ul li a {
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #777;
	text-decoration: none;
}
.branches_box .border-none {
	border: 0;
}
/*===========================================================================*/
							/*COURSES*/
/*===========================================================================*/
.courses_section {
	float: left;
	width: 100%;
}
.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-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #777;
	margin: 0 0 25px 0;
}
.courses_section h2 {
	font-weight: 400;
	font-size: 60px;
	line-height: 60px;
	color: #222;
	margin: 0 0 50px 0;
}
.courses_section strong {
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	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-weight: 400;
	font-size: 60px;
	line-height: 60px;
	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-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #777;
	margin: 0;
}
.team_seaction {
	float: left;
	width: 100%;
}
.team_seaction h2 {
	font-weight: 400;
	font-size: 60px;
	line-height: 60px;
	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-weight: 400;
	font-size: 30px;
	line-height: 30px;
	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-size: 30px;
	line-height: 30px;
	color: #242c43;
	margin: 0 0 10px 0;
}
.team_seaction .holder .team_box .text-area span.name {
	font-size: 14px;
	line-height: 14px;
	display: block;
	padding: 0 0 15px 0;
}
.team_seaction .holder .team_box .text-area p {
	font-size: 14px;
	line-height: 24px;
	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-weight: 400;
	font-size: 60px;
	line-height: 60px;
	color: #222;
	margin: 0 0 50px 0;
}
.registration_section h2 span {
	font-weight: 300;
	display: block;
}
.accordion-style-1 {
	float: left;
	width: 100%;
}
.accordion {
	margin: 0 0 20px 0;
	padding: 15px 0 15px 30px;
	border: 1px solid #ccc;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #222;
	text-transform: uppercase;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.accordion .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_accor {
	padding: 0;
	margin: 0;
}
div.content_accor {
	margin: 0 0 20px 0;
	padding: 50px 100px 25px 100px;
	float: left;
	border: 1px solid #ccc;
	width: 100%;
}
div.content_accor ul, div.content_accor p {
	padding: 0;
	margin: 0 0 20px 0;
	color: #969595;
	font-size: 14px;
	line-height: 24px;
}
div.content_accor ul, div.content_accor strong {
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	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: 0 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-weight: 400;
	font-size: 60px;
	line-height: 60px;
	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-size: 20px;
	line-height: 20px;
	font-weight: 400;
	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-size: 14px;
	line-height: 24px;
	font-weight: 400;
	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%;
}
/*===========================================================================*/
							/*Page 404*/
/*===========================================================================*/
.swimerror{
	background-color: #F2FCFE;
}
.page404 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 60px 0 60px 0;
}
.page404 .p404 {
	margin: 0px;
	padding: 0px;
}
.page404 .p404 li {
	display: inline-block;
	list-style: none;
	width: 206px;
	height: 201px;
	background: #45C8DC;
	border-radius: 5px;
	margin: 0 8px;
	text-align: center;
	line-height: 201px;
	overflow: hidden;
	font-size: 200px;
	font-weight: 800;
	font-family: "Open Sans";
	color: #fff;
}
.page404 h6 {
	margin: 40px 0;
	font-size: 36px;
}
.page404 .return {
	border: #D2F5FB solid 2px;
	display: inline-block;
	font-size: 24px;
	font-family: 'Courgette', cursive;
	padding: 25px;
}
.page404 .return a{
	color: #45C8DC;
}
/*===========================================================================*/
							/*TEST UNIT*/
/*===========================================================================*/
.gtunit .text-box{
	margin:0;
}
.gtunit .text-box img, .gtunit .text-box p strong .size-full,.cr-comments-holder .thumb:hover::before, .cr-comments-holder .thumb:hover::after{
	width: auto;
}
.gtunit .text-box p .size-full, .gtunit .text-box p .alignnone, .gtunit .text-box table{
	width: 100%;
}
.cr-page404-section > img {
    width: 100%;
}
.gtunit .text-box ul li a{
	float: none;
}
.cr-comments-listed li, .share-post ul li{
	list-style: outside none none;
}
.comment .thumb {
	float:left;
	width:auto;
}
.comment .text {
	padding: 0 0 0 80px;
}
.cr-comments-holder img.avatar-60{
	width: auto;
}
.cr-comments-holder .thumb{
	border: none;
}
.cr-pagination
{
	clear:both;
}
.cr-pagination .page-numbers{
	background-color:#45C8DC;
	color:#fff;
	letter-spacing: 0.0131579em;
    line-height: 1;
    margin: 0 0.736842em 0 -0.736842em;
    padding: 0.615789em 1em;
    text-transform: uppercase;
}
.gtunit blockquote
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid;
    border-width: 0 0 0 4px;
    color: #45C8DC;
    font-size: 1.1875rem;
    font-style: italic;
    line-height: 1.47368;
    margin: 0 0 1.47368em 5.47368em;
    overflow: hidden;
    padding: 0 0 0 1.26316em;
}
.gtunit .post-box .text-box blockquote p
{
 margin: 0 0 0;	
}
.gtunit .post-box .text-box h2 {
	color: #222;
	text-transform: none;
}
.gtunit .post-box .text-box h1,.gtunit .post-box .text-box h2,.gtunit .post-box .text-box h3,.gtunit .post-box .text-box h4, .gtunit .post-box .text-box h5, .gtunit .post-box .text-box h6{
	margin:15px 0;
	padding:20px 0;
}
.gtunit table,.gtunit th,.gtunit td,.single table tr, .single table th, .single table td {
    border: 1px solid #45C8DC;
}
.gtunit table,.single table  {
    margin-bottom:20px;
}
.single dd,.gtunit dd {
    margin: 0 0 1.75em;
}
.gtunit th,.gtunit td,.single table tr, .single table th {
    padding: 0.4375em;
}
#footer .widget h3,#footer .widget h2{
	color: #45c8dc;
}
#footer .widget ul{
	list-style:outside none none !important;
}
#footer .widget ul li{
	padding: 5px 0; 
	color: #45c8dc;
}
#footer .widget ul li a{
	padding: 0px 15px 0 0px;
	color:#e2e2e2;
}
.gtunit .post-box .text-box{
    padding: 20px 30px;
}
.wp-audio-shortcode{
	margin: 0 0 20px 0;
}
.text-box p + table td{
	text-align: center;
	padding: 5px;
}
.gtunit .post-box .text-box span{
	float:none;
	}
.widget_search input[type="text"]{
	width:90% !important;
	}
.drop-down.one-column.hover-expand {
    padding: 0 0 0 20px;
}	
.textwidget strong, .textwidget p{ color: #aaa; }
.widget_calendar {float: left;}
#wp-calendar {width: 100%; color:#aaa; }
#wp-calendar caption { text-align: right; 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 { 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; }
.gtunit .sticky ul {
	float: left;
}
.hentry .gtunit  li > ul, .single .blog-detail .text-box h2 + ul li > ul{
    margin-left: 1.25em;
	width:45%;
}
.martul li > ul,.martul ol > li,.martul ol > li > ul > li,.gtunit .entry-content ul li, .gtunit ul li {
    margin-left: 1.25em;
	width:200px;
}
.archive .gtunit ul li{
	width: 200px;
}
.martul .text-box ul + h2 + p  + ul li{ width: 100%;}
.wp-audio-shortcode + a{
	margin-top: 20px;
}
body .gtunit.normmal div.text-box h2 + ul li, .single .blog-detail .text-box h2 + ul li, .gtunit .entry-content ul li{
	list-style:outside;
}
.archive .gtunit ul:first-child li{
	list-style: outside none none;
}
.archive .gtunit ul li ul li{
	list-style: outside !important;	
}
.gtunit .cr-comments-listed li{
	width: 100%;
	padding: 10px;
}
.post-time ul li{
	left: 0 ;
}
.cr-comments-listed {
    padding: 20px;
}
body .gtunit.martul div.text-box h3 + ol li > ul{
	content:none;
}
.gtunit.martul li > ul {
    list-style: outside none disc !important;
}
.gtunit.martul li > ul:first-child li::before{
	content: none;
}
.result-not-found h1 {
    color: #45c8dc;
    font-size: 100px !important;
    text-align: center;
}
.result-not-found .text,.result-not-found form {
	text-align:center;
}
.result-not-found form{
	padding: 20px 0;
}
.advantages .thumb img, .vc_responsive .sidebar .widget-intro .col-md-3,.single table {
	width: 100%;
}
.advantages .thumb img{
	height:600px;
}
.vc_responsive .widget_search{
	margin: -20px 0 0 0;
}
.vc_responsive .widget_search .cr-sidebar-box button{
	position:absolute;
	padding: 3px 12px;
}
.vc_responsive .sidebar .widget_calendar, .vc_responsive .sidebar .widget_archive, .vc_responsive .sidebar .widget-intro, .vc_responsive .sidebar .widget_pages{
	padding: 20px 0 0 0;
	clear:both;
	min-width: 280px;
}
.vc_responsive .sidebar .widget-intro h3{
	color:#000;
	font-size: 24px;
}
#commentform .col-md-12,#commentform .col-md-4{
	padding-left: 0px;
}
#searchform_widget button{
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	border-radius: 4px;
}
.single blockquote {
    padding: 45px 20px;
}
/*===========================================================================*/
							/*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-weight: 700;
	font-size: 24px;
	line-height: 24px;
	padding: 0 0 5px 0;
}
.testimonials .holder span {
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
	display: block;
	text-align: center;
	padding: 0 0 15px 0;
}
.testimonials .holder .text-box {
	font-style: italic;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	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);
}
.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;
}
.home-3{
background: #45c8dc none repeat scroll 0 0;
}
.welcome_section_3 strong {
    color: #45c8dc;
}
.gallery-caption{}
.bypostauthor{}
.swim-b-spacing{
	margin-bottom: 60px;
}
.pd-t60{
	padding-top: 60px;
}

/***************** Changes Feb 2017 *******************/

@media screen and (max-width:500px) {
   /* Mobile styles */
#swim-main-content {
    display: inline-block;
}
}
@media screen and (min-width:501px) and (max-width:999px) {
   /* Tablet styles */
#swim-main-content {
    display: inline-block;
}
}
.post-box .text-box h2{    
	font-weight: 400;
	font-size: 28px;
	line-height: 26px;
    padding-top: 20px;
}
.cr-heading-outer h2{
	font-size: 28px;
}
#footer .widget_search {
    margin: 20px 0 0 0;
}
#banner .caprtion .holder a.btn-more:hover, a.btn-more, #wrapper a.btn-more:hover{
background:#333 !important;
}
#home-banner .owl-pagination{
display:none;
}
.gtunit .entry-content{
    padding-bottom: 60px;
}
.single .blog_detail .text-box {
	margin-bottom: 40px;
}
.home_2 #banner .caprtion, #banner .caprtion {
	top: 320px;
}
 .widget_search .cr-sidebar-box button{
	position:absolute;
}
 .sidebar .widget_calendar, .sidebar .widget_archive,  .sidebar .widget-intro, .sidebar .widget_pages{
	padding: 20px 0 0 0;
	clear:both;
	min-width: 280px;
}
.sidebar .widget-intro h3{
	color:#000;
	font-size: 24px;
}
.vc-footer {
    padding: 0;
}