@charset "utf-8";
/*------------------------------------------------------------------
[Responsive Stylesheet]

Project:    Rhythm
Version:    1.8.2
Last change:    27.05.2015
Primary use:    MultiPurpose Template  
-------------------------------------------------------------------*/

html{
	margin-top: 0 !important;
}
#wpadminbar{
	display: none;
}


/* Slide Show */
.fullwidth-slideshow, .fullwidth-slideshow section{
	height: 450px;
	overflow: hidden;
}
.fullwidth-slideshow section{
	line-height: 450px;
}
.fullwidth-slideshow section .slideshow-content, .fullwidth-slideshow section .slideshow-content a{
    color: #fff;
}
.fullwidth-slideshow section .slideshow-content{
	display: inline-block;
    line-height: 1.4;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    text-shadow: 0px 0px 5px #000;
    width: 100%;
}
.fullwidth-slideshow section .slideshow-content h1 { font-size: 3em; }
.fullwidth-slideshow .owl-prev, .fullwidth-slideshow .owl-next {}
/*Custom Css*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	min-height: 0;
}
td{
	padding: 0 15px 15px 0;
	vertical-align: middle;
}
td img{
	max-width: none !important;
}
.attachment-preview{
	position: relative;
    cursor: pointer;
    text-align: left;
}
.attachment-preview:before {
    content: "";
    display: block;
    padding-top: 75%;
}
.attachment-preview .thumbnail {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    margin: 0;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
}
.attachment-preview .thumbnail:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.attachment-preview .thumbnail .centered{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
}
.attachment-preview .thumbnail .centered img {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 100%;
    max-width: none;
}
label{}
label span{
	color: #f00;
}
input, select, textarea{
	width: 100%;
	max-width: 100%;
	line-height: 35px;
	height: 35px;
	padding: 0 10px;
	margin: 0 0 15px;
	border-radius: 3px;
	border: 1px solid #ddd;
	background-color: transparent;
}
textarea{
	height: 120px;
}
.wpcf7-reset, .wpcf7-submit{
	width: 100px;
	border: none;
	background-color: #0a8182;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	display: block;
	margin: 0 auto;
}
.wpcf7-reset{
	background-color: #616161;
}
.ajax-loader{
	display: block;
}
.gallery-item{
	display: inline-block;
	padding: 0 10px 20px;
	width: 33.33333333%;
}
.gallery-columns-1 .gallery-item{
	width: 100%;
}
.gallery-columns-2 .gallery-item{
	width: 50%;
}
.gallery-columns-4 .gallery-item{
	width: 25%;
}
.gallery-columns-5 .gallery-item{
	width: 20%;
}
.gallery-columns-6 .gallery-item{
	width: 16.66666667%;
}
.gallery-columns-7 .gallery-item{
	width: 14.28571428%;
}
.gallery-columns-8 .gallery-item{
	width: 12.5%;
}
.gallery-columns-9 .gallery-item{
	width: 11.11111111%;
}
.pagination{
	text-align: right;
	width: 100%;
}
.page-numbers, .pagination a{
	display: inline-block;
	min-width: 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	padding: 7px 14px;
	border: 1px solid #eaeaea;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.prev.page-numbers, .next.page-numbers, .screen-reader-text { display: none; }
.pagination li.hidden-phone { display: inline-block; }
.pagination .current { border-color: #bbb; }
.gallery-pagination{
	text-align: right;
	width: 100%;
}
.gallery-pagination .page-numbers{
	display: inline-block;
	margin-left: 10px;
}
.gallery-pagination li a{
	border-radius: 3px;
	text-decoration: none;
}
.widget_search{
	background-color: #dedede;
	border: 1px solid #d7d7d7;
	padding: 3px;
	margin-bottom: 10px;
}
.search-form{
	border: 1px solid #d7d7d7;
	background-color: #fff;
	background-image: url("../images/search-form.png");
	background-repeat: no-repeat;
	background-position: right center;
}
.search-form:after{
	content: "";
	clear: both;
}
.search-form label, .search-form .search-field, .search-form .search-submit{
	margin: 0;
	padding: 0;
}
.search-form label{
	width: 80% !important;
	display: inline-table;
}
.search-form .search-field, .search-form .search-submit{
	border: none !important;
	background-color: transparent;
}
.search-form .search-field{
	line-height: 30px;
	height: 30px !important;
	padding: 0 10px;
}
.search-form .search-submit{
	width: 20%;
	height: 30px;
	display: inline-table;
	float: right;
}
.lang-switch{
	float: right;
	margin-top: 15px;
	background-color: #0a8182;
	border-radius: 5em;
}
.lang-switch:after{
	content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 8px;
}
.lang-switch select{
	border-radius: 15em;
	border: none;
	color: #fff;
	padding-right: 30px;
    padding-left: 20px;
    margin: 0;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.more{
	line-height: 38px;
	color: #fff !important;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	margin: 15px auto 0;
	background-color: #0a8182;
	padding: 0 25px;
}
.bottom h2{
	font-size: 1.1em;
	font-weight: normal;
}
.block-item{
	margin: 0 15px;
}
.block-item .icon img{
	height: 90px;
	width: auto;
}
.block-item .block-title{
	height: 75px;
	font-size: 1.2em
}
.block-item .block-ct{
	color: #ddd;
	font-style: italic;
}
.service-section .main-content{
	margin-bottom: 68px;
}
.service-section .main-content h4,
.contact-section h4{
	color: #ddd;
}
.main{
	margin: 40px 0;
}
.service-list .row{
	margin: 0;
}
.service-list [class*="col-md"]{
	padding: 0;
	height: 420px;
	line-height: 420px;
	margin-bottom: 0 !important;
}
.service-list .attachment-preview:before {
    padding-top: 420px;
}
.service-list .attachment-preview .thumbnail .centered img {
	min-width: 100%;
	height: auto;
}
.service-list .white{
	text-align: right;
}
.service-list .info-item{
	padding: 0 45px;
	display: inline-block;
    line-height: 1.4;
    vertical-align: middle;
    width: 100%;
    max-width: 550px;
    text-align: left;
}
.service-list .info-item h2{
	color: #0a8182;
	font-weight: normal;
	font-size: 2em;
}
.service-list .info-item h2:after{
	content: "";
	display: block;
	width: 30px;
	border-bottom: 3px solid #0a8182;
	margin: 0 0 30px;
}
.service-list .white .info-item h2, .service-list .white .info-item h2:after{
	color: #fff;
	border-color: #fff;
}
.service-list .white .more{
	background-color: #ffc000;
}
h2.title, h2.subheading-category{
	line-height: 48px;
	color: #0a8182;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 20px;
}
.notitle h2.title, .notitle h2.subheading-category{
	background: none;
	line-height: normal;
	color: #111;
	padding-left: 0;
	font-size: 18px;
	margin-bottom: 10px;
}
.breadcrumb{
	line-height: 32px;
	background-color: transparent;
	color: #fff;
	z-index: 999;
	padding: 0;
	margin: 0;
}
.breadcrumb a{
	color: #fff;
	text-decoration: none;
}
.bor{
	padding: 25px 15px;
	margin: 0;
}
.m_left .bor{
	padding: 0 15px 15px;
	margin-bottom: 30px;
}
.bor .title{
	color: #fff;
	background-color: #0a8182;
	padding: 10px 15px;
	margin: 0 -15px 15px;
	
}
.left_menu{}
.left_menu li{
	list-style-type: none;
}
.left_menu li:after{
	font-family: 'FontAwesome';
	content: "\f00c";
	position: absolute;
	top: 7px;
	left: 0;
	color: #0a8182;
	font-size: 10px;
}
.left_menu li a{
	background-color: transparent !important;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: capitalize;
	line-height: 20px;
	cursor: pointer;
	padding-left: 20px;
	color: #666;
}
.left_menu li:hover, .left_menu li.current-menu-item, .left_menu li.current-category-ancestor, .left_menu li.current-menu-ancestor{
	
}
.left_menu li:hover a, .left_menu li.current-menu-item a, .left_menu li.current-category-ancestor a, .left_menu li.current-menu-ancestor a{
	color: #0a8182;
}
.left_menu li.current-menu-item a, .left_menu li.current-category-ancestor a, .left_menu li.current-menu-ancestor a{
	font-weight: bold;
}
.left_menu li.parent a{
}
.left_menu li ul{
	padding-left: 0;
	display: none;
}
.left_menu li.current-menu-item ul, .left_menu li.current-category-ancestor ul, .left_menu li.current-menu-ancestor ul{
	display: block;
}
.left_menu li li{
	padding: 0 0 0 15px;
	background-image: url("../images/left_menu_li_li.png");
	background-position: left 20px top 17px;
}
.left_menu li li a{
	color: #111;
	text-transform: none;
	border-top: 1px solid #e9e9e9;
	display: block;
	line-height: 25px;
}
.left_menu li li:last-child a{
}
.title_2 .fa{
	display: none;
}