/* 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 Responsive Creative WordPress Theme is Modern Responsive Design Based on Bootstrap. An ideal theme for Swim Academy and clubs for swiming.
Version: 1.2.8
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
[Color codes]

Background:	#ffffff (white)
Content:	#777777 (grey)
Header h1:	#ffffff (white)
Header h2:	#222222 (dark grey)
Footer:		#999999 (grey)


[Typography]=

Body:				font:14px/24px 'Lato', sans-serif;
Headers:			font:16px/16px 'Lato', sans-serif;
Input, textarea:	font:14px/14px 'Lato', sans-serif;
Sidebar heading:	font:20px/20px 'Playfair Display', serif;



/** Table of Content 
- 	WRAPPER    	  					LENE 		103  		-		107
-	HEADER							LINE		111			-		207	
-	NAVIGATION						LINE		209			-		372	
-	BANNER							LINE		376			-		514	
-	INTRO SECTION					LINE		518			-		587	
-	CHILDREN BANNER SECTION			LINE		591			-		626
-	FULL GALLERY					LINE		630			-		775
-	BLOG POST						LINE		779			-		998	
-	FOOTER							LINE		1002		-		1240
-	HOME 2 							LINE		1244		-		1287	
-	WELCOME BOX						LINE		1291		-		1402
-	Home 3 							LINE		1406		-		1529	
-	WELCOME							LINE		1533		-		1634
-	INNER BANNER					LINE		1638		-		1711
-	PAGINATION 						LINE		1715		-		1760
-	Blog Detail						LINE		1764		-		2004
-	WordPress Core					LINE		2108		-		2097
-	SIDEBAR							LINE		2101		-		2212
-	CONTACT							LINE		2216		-		2306
-	COURSES							LINE		2310		-		2563
-	REGISTRATION SECTION			LINE		2567		-		2667
-	ADVANTAGES						LINE		2671		-		2746
-	PAGE 404			 			LINE		2750		-		2792
-	TEST UNIT						LINE		2796		-		2880
-	TESTIMONIALS					LINE		2884		-		2988
-	BLOG STYLE 3					LINE		2991		-		3452

End of Table of Content*/

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 bottom;
	padding-bottom: 80px;
	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-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: 16px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0;
	position:relative;
	z-index:11;
	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: 10px 0 10px 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;
	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: #242c43;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 10px;
	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: 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;
}
.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 .caption {
	position: absolute;
	left: 0;
	top: 530px;
	width: 100%;
}
#banner .caption .holder {
	max-width: 1010px;
	margin: 0 auto;
	display: block;
	clear: both;
}
#banner .caption .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 .caption .holder h1 {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	/*font-size: 80px;*/
	font-size: 40px;
	line-height: 50px;
	margin: 0 0 40px 0;
	text-shadow: 0 4px 4px #666;
	/*letter-spacing:3px;*/
}
#banner .caption .holder h1 span {
	text-transform: none;
	font-weight: 300;
	color: #222;
	text-transform: uppercase;
}
#banner .caption .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 .caption .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 {
	color: #fff;
}
.advantages img{
	max-width: inherit;
}
.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%;
	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;
}
.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: 50px;
	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: 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;*/
	width: 120px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 15px 0 0 10px;
	/*text-transform: uppercase;*/
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	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 5px 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;
}
.post-box .text-box ul li,.blog-detail .text-box h2 + ul li{
	position: relative;
	width: 200px;
	line-height: 36px;
	padding-top: 10px;
}
.archiveul li{
	width: 200px !important;
}
.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: none !important;
    /*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: 40px;
	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, .blog-post .post-text a.btn-more{
	font-weight: 500;
	font-size: 20px;
	line-height: 14px;
	padding: 14px 30px;
}
.post-box .text-box a.btn-more:before, .blog-post .post-text a.btn-more:before {
	height: 16px;
}
.post-box .text-box a.btn-more:after , .blog-post .post-text a.btn-more:after{
	width: 16px;
}
/*===========================================================================*/
							/*FOOTER*/
/*===========================================================================*/
#footer {
	float: left;
	width: 100%;
}
.footer_map {
	float: left;
	width: 100%;
}
.footer_map .map_canvas {
	height: 400px;
	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.8);
}
.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: 16px;
	line-height: 14px;
	color: #e2e2e2;
	display: block;
	text-decoration: none;
	padding: 0 0 15px 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;
	bottom: 10rem;
	right: 2rem;
}
.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 .caption {
	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 .caption {
	top: 270px;
}
.home_3 #banner .caption .holder strong.title, .home_3 #banner .caption .holder h1 {
	text-align: left;
}
.home_3 #banner .caption .holder h1 {
	margin: 0 0 20px 0;
}
.home_3 #banner .caption .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 .caption {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.welcome_section_3 .thumb .caption 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: 150px 0 30px 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 !important;
}
.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%;*/
	border: 1px solid #ccc;
	padding: 20px;/*20px 5px 20px 30px;*/
}
.blog_detail .text-box h2 {
	font-size: 24px;
	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: 15px;
	line-height: 28px;
	font-weight: 400;
	color: #777;
	margin: 0 0 25px 0;
}
.blog_detail blockquote p, .date blockquote p, .search 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, .date blockquote p:before, .search 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: none;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 0;
    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: 36px;
    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: 25px;
	line-height: 36px;
	font-weight: 300;
	color: #222;
	margin-bottom:1.5rem;
}
.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;
}
button.contact,
.contact-row form input[type="submit"]
{
	float: left;
	padding: 14px 70px;
	background: #222;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	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: 25px;
	font-weight: 400;
	color: #777;
	padding: 0 0 15px 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: -13px;
	width: 98px;
	height: 4px;
	background: #222;
}
.cr-blog-section ul:first-child li:before{
	margin-top: -5px;
}
.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*/
/*===========================================================================*/
.text-box ol > li{
	line-height: 2.5em;
}
.text-box li > ol{
	line-height: 30px;
	margin-left: 0.5em;
}
.post-meta li {
    display: block;
    float: left;
}
.post-meta {
    float: left;
    width: 100%;
}

.post-text a.btn-more{
	color:#333;
}
.cr-pagination
{
	clear:both;
	padding: 0 0 80px 12px;
}
.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;
}
#testunit 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-style: italic;
    overflow: hidden;
}
#testunit .post-box .text-box blockquote p
{
 margin: 0 0 0;	
}
.gtunit table,.gtunit th,.gtunit td,.single table tr, .single table th, .single table td, .date table tr, .date table th, .date table td {
    border: 1px solid #45C8DC;
}
.gtunit th,.gtunit td,.single table tr, .single table th, .date table tr, .date table th,.date td {
    padding: 0.4375em;
}
#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;
}
#searchform_widget button {
    height: 33px;
    width: 45px;
}
#testunit ul li, #testunit .page-template-default .entry-content ul li{
	margin-left: 2.5em;
	list-style: disc;
}
#testunit .post-meta li:first-child{
	margin: 0 !important;
}
#testunit .cats span {
    width: 40px !important;
    float: left;
}
#testunit .post-thumb {
    margin-bottom: 30px;
}
/*===========================================================================*/
							/*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 .caption .holder a.btn-more, #banner .caption .holder a.btn-more:after, #banner .caption .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{ margin: 5px 0 20px 20px; }
.bypostauthor{ display:block; }
.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 .caption .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 .caption, #banner .caption {
	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;
	width: 100%;
}
.sidebar .widget-intro h3{
	color:#000;
	font-size: 24px;
}
.vc-footer {
    padding: 0;
}
.text-box .archiveul{
	padding: 0 !important;
}
#testunit .blog-post {
	background: #fff;
	float: left;
	border: 1px solid #e6e6e6;
	padding: 30px;
}
.sticky .blog-post {
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.blog-post .cat-tag {
	width: 100%;
	float: left;
	border-top: 1px solid #f1f1f1;
	margin: 15px 0 0;
	padding-top: 15px;
}
.blog-post .cat-tag a {
	color: #45c8dc;
	margin-left: 5px;
}
.blog-post ul.post-categories {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-post ul.post-categories li {
	display: inline-block;
	padding: 0 3px 0 0px;
}
.post-text h1, .post-text h2, .post-text h3, .post-text h4, .post-text h5, .post-text h6 {
	font-weight: 700;
	margin: 0 0 15px;
}
.page_content table, .post-text table, .comment table {
	width: 100%;
	background: #fff;
	border: 1px solid #f1f1f1;
	margin: 20px 0;
}
.page_content thead, .comment table thead, .post-text table thead {
	background: #253042;
	color: #fff;
}
.page_content table a, .post-text a {
	color: #45c8dc;
}
.page_content td, .page_content th, .comment table td, .comment table th, .post-text table td, .post-text table th {
	padding: 10px;
	border: 1px solid #f1f1f1;
}
.page_content dd, .comment dd, .post-text dd {
	margin-bottom: 10px;
}
.page_content li, .comment li, .post-text li {
	line-height: 24px;
}
.page_content address, .comment address, .post-text address {
	background: #fff;
	display: inline-block;
	padding: 10px;
	border-radius: 5px;
}
.page_content pre, .comment pre, .post-text pre {
	background: #fff;
	margin: 20px 0;
}
.post-thumb img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.post-thumb:after {
	display: none;
}
.post-text a.nd {
	font-weight: 600;
	background: #45c8dc;
	color: #fff;
	padding: 0 20px;
	line-height: 40px;
	display: inline-block;
	border-radius: 3px;
	margin: 10px 0 0;
}
.post-text a.nd:hover {
	background: #253042;
	color: #fff;
}
img.alignnone {
	max-width: 100%;
	height: auto;
	margin: 10px 0;
}
.alignleft, img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignright, img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.aligncenter {
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
}
.wp-caption, .wp-caption.alignnone {
	text-align: center;
}
.wp-caption p, .wp-caption.alignnone p {
	background: #fff;
}
.widget_text .wp-caption.alignnone p{
	padding: 0;
}
.alignnone img {
	max-width: 100%;
	height: auto;
}
.widget h3 {
    color: #fff;
}
.sidebar .widget h3 {
    color: #000;
}
.share-post ul li{
	list-style: none;
}
dl.gallery-item {
	padding: 3px;
}
dl.gallery-item img {
	max-width: 100%;
	height: auto;
	padding: 4px;
}
.post-text .page-links a>span {
	background: #18202d;
	margin: 0 2px;
	display: inline-block;
	width: 34px;
	text-align: center;
	line-height: 34px;
	color: #fff;
	border-radius: 3px;
}
.page-links {
	margin: 20px 0;
}
.post-text .page-links span.page-links-title {
	font-weight: 700;
	margin-right: 10px;
	background: none;
	width: auto;
	color: #18202d;
}
.post-text .page-links>span {
	background: #45c8dc;
	margin: 0 2px;
	display: inline-block;
	width: 34px;
	text-align: center;
	line-height: 34px;
	color: #fff;
	border-radius: 3px;
}
.post-text .page-links a>span:hover {
	background: #45c8dc;
	color: #fff;
}
.post-text span.screen-reader-text {
	display: none;
}
.blog blockquote {
	padding: 40px 40px 40px 80px;
	margin: 40px 0 30px;
	font-size: 14px;
	border-left: 0;
	background: #fff;
	position: relative;
	width: 100%;
	float: left;
	box-shadow: inset 0 0 1px #ccc;
}
.format-chat p:nth-child(even) {
	background: #f1f1f1;
	padding: 5px;
}
.comment h1, .comment h2, .comment h3, .comment h4, .comment h5, .comment h6 {
	font-weight: 700;
	margin: 0 0 15px;
}
.date-time a.comment-reply-link {
	background: #45c8dc;
	color: #fff;
	padding: 0 15px;
	border-radius: 3px;
	line-height: 30px;
}
.page_content h1, .page_content h2, .page_content h3, .page_content h4, .page_content h5, .page_content h6 {
	font-weight: 700;
	margin: 0 0 1.5rem;
}
.page_content blockquote {
	padding: 40px 40px 40px 80px;
	margin: 40px 0 30px;
	font-size: 14px;
	border-left: 0;
	background: #fff;
	position: relative;
}
.page_content blockquote p {
	color: #45c8dc;
	font-size: 20px;
	font-style: italic;
	line-height: 28px;
	margin-left:inherit;
}
.page_content blockquote:after {
	width: 50px;
	height: 50px;
	background: #45c8dc;
	content: "\f10d";
	font-family: FontAwesome;
	position: absolute;
	top: -10px;
	left: 15px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	color: #fff;
}
.page_content a {
	color: #18202d;
}
span.edit-link {
	width: 100%;
	float: left;
}
footer .widget_categories li, footer .widget_archive li {
	text-align: right;
	color: #fff;
}
footer .widget_categories li a, footer .widget_archive li a {
	float: left;
	color: #fff;
}
div#calendar_wrap {
	background: #fff;
	padding: 15px;
}
div#calendar_wrap td, div#calendar_wrap th {
	padding: 5px;
	text-align: center;
}
div#calendar_wrap thead th {
	color: #18202d;
}
div#calendar_wrap caption {
	background: #18202d;
	margin: 0;
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
}
table#wp-calendar {
	width: 100%;
	background: #fff;
}
footer select {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #f1f1f1;
	background: #fff;
}
footer label {
	color: #fff;
}
footer .widget p {
	color: #fff;
}
.fwidget ul ul {
	padding-left: 20px;
}
.search-error-inner {
	text-align: center;
	width: 100%;
	float: left;
	margin: 0 0 60px;
}
.search-error-inner strong.fl-error-title {
	font-size: 48px;
	color: #12c469;
	display: block;
	margin-bottom: 20px;
}
.search-error-inner #searchform, footer .form-search {
	position: relative;
	overflow: hidden;
}
footer .form-search input.search-query {
	width: 100%;
	border-radius: 3px;
	border: 1px solid #fff;
	height: 46px;
	line-height: 46px;
	padding: 0 10px;
}
footer .form-search button {
	background: #12c469;
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	color: #fff;
	padding: 0 18px;
	border-radius: 0 3px 3px 0;
}
.tag-cloud-link {
	color: #fff;
	font-size: 14px !important;
	background: #12c469;
	padding: 0 10px;
	border-radius: 3px;
	display: inline-block;
	margin: 2px 1px;
}
.tag-cloud-link:hover {
	background: #18202d;
	color: #fff;
}
.fwidget ul li .dropdown-menu {
	position: inherit;
	left: 0;
	top: 0;
	display: block;
	background: none;
	box-shadow: none;
	border: 0;
	margin: 0;
}
.fwidget ul li .dropdown-menu>li>a {
	clear: none;
}
footer .wp-caption p, footer .wp-caption.alignnone p {
	background: rgba(0,0,0,0.2);
	padding: 10px 0;
}
.page_content .search-error-inner h2 {
	font-weight: 600;
	margin: 5px 0 10px;
}
form#searchform {
	width: 50%;
	margin: auto;
	background: #fff;
	position: relative;
	padding: 0px;
	border-radius: 3px;
}
form#searchform input[type="text"] {
	width: 100%;
	border: 0;
	height: 46px;
	line-height: 46px;
	padding: 0 10px;
}
form#searchform button.btn-submit {
	background: #12c469;
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	color: #fff;
	padding: 0 18px;
	height: 46px;
	line-height: 46px;
	border-radius: 0 3px 3px 0;
}
.widget_nav_menu li > ul {
    margin-left: 0.851237em;
}
.cr-comments-listed li {
	list-style: none;
}
.archive .text-box ul li{
	width: 100%;
}
.archive .testunit .text-box ul li span, .category .text-box ul li span {
	padding-top: 10px;
}
.swim-b-spacing ul, .swim-b-spacing .post-box .text-box ul{
	padding-left: 2.857em;
}
.date table{
	width: 100%;
}
.intro_box .btn-more, .intro_box:hover a {
    color: #fff;
}