@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;
}

.size-10 { font-size: 10px; }
.size-11 { font-size: 11px; }
.size-12 { font-size: 12px; }
.size-13 { font-size: 13px; }
.size-14 { font-size: 14px; }
.size-15 { font-size: 15px; }
.size-16 { font-size: 16px; }
.size-17 { font-size: 17px; }
.size-18 { font-size: 18px; }
.size-19 { font-size: 19px; }
.size-20 { font-size: 20px; }


.bg-50-per{
	background-size: 50% auto;
	background-position: left top;
}
.bg-50-per-right{
	background-position: right top;
}


/* Slide Show */
.fullwidth-slideshow{
	max-height: 800px;
	overflow: hidden;
}
.fullwidth-slideshow section{
	height: 800px;
	overflow: hidden;
	line-height: 600px;
}
.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;
    font-size: 1.6em;
    text-shadow: 0px 0px 5px #000;
    width: 100%;
}
.fullwidth-slideshow section .slideshow-content h1 {}
.fullwidth-slideshow .owl-prev, .fullwidth-slideshow .owl-next {}
.owl-thumbs{
	text-align: center;
}
.owl-thumb-item{
	background-color: transparent;
	border: none;
	width: 60px;
	padding: 2px;
}
/*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 10px 10px 0;
	vertical-align: top;
}
.tab-mid td{
	vertical-align: middle;
}
td img{
	max-width: none !important;
}

.lighter{
	font-weight: lighter;
}

.no-pop-up a{
	pointer-events: none;
}

.bor{
	border: 2px solid #ddd;
	text-align: center;
}

.borad{
	height: 65px;
	line-height: 55px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.ct-inner{
	line-height: 1.4;
	vertical-align: middle;
	display: inline-block;
}


.left_top{
	float: left;
}
.right_top{
	float: right;
}
.right_top td{
	vertical-align: middle;
	padding-bottom: 0;
}
.right_top p{
}
.right_top strong{
	color: #df252a;
}
.right_top ul{
	margin: 0 0 10px;
}
.right_top li{
	display: inline-table;
	color: #fff;
	padding: 0 0 0 15px;
	vertical-align: middle;
	line-height: normal;
}
.right_top li strong{
	font-size: 1.3em;
}
.right_top li img{
	margin-right: 0;
}


.attachment-preview{
	position: relative;
    cursor: pointer;
    text-align: left;
}
.attachment-preview:before {
    content: "";
    display: block;
    padding-top: 60%;
}
.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%);
    width: 100%;
}

.cover .attachment-preview:before { padding-top: 100%; }
.cover .attachment-preview .thumbnail .centered{
    -webkit-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    transform: translate(0%,0%);
    text-align: center;
}
.cover .attachment-preview .thumbnail {
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    background-color: #e5eaf3;
    overflow: hidden;
}
.cover .attachment-preview .thumbnail .centered img {
    -webkit-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    transform: translate(0%,0%);
    max-width: none;
    width: auto;
    height: 100%;
}

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;
}
textarea{
	height: 105px;
}
input[type="file"]{
	line-height: normal;
	height: auto;
	padding: 0;
}
.wpcf7-reset, .wpcf7-submit{
	width: 100px;
	border: none;
	background-color: #df252a;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}
.wpcf7-reset{
	background-color: #616161;
}
.ajax-loader{
	display: block;
}
.gallery-images{
	margin: 0 -10px;
}
.gallery-item{
	display: inline-block;
	padding: 0 10px 20px;
	width: 33.33333333%;
	vertical-align: top;
}
.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: 13px;
	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;
}
.woocommerce #respond input#submit, .woocommerce a.button, 
.woocommerce button.button, .woocommerce input.button,
input[type="checkbox"], input[type="radio"]{
	width: auto;
	margin-bottom: 15px;
	height: auto;
	line-height: normal;
}
.block-item{
	background-attachment: scroll;
	background-size: 100% 100%;
}
.more,
.add_to_cart_button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	line-height: 20px;
	color: #fff !important;
	text-align: center;
	display: inline-block;
	margin: 15px auto 0;
	background-color: #df252a;
	padding: 5px 25px 7px;
	cursor: pointer;
	font-size: 15px !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	margin: 0;
}
.related.products{
	clear: both;
}
.more-1{
	border-radius: 50em;
	-moz-border-radius: 50em;
	-webkit-border-radius: 50em;
}

.woocommerce .products .star-rating{
	margin: 0 auto .5em;
    float: none;
}
.woocommerce ul.products li.product .price{
	color: #111 !important;
	font-size: 1.8em;
}
@media screen and (min-width:1024px) {
	.woocommerce .products ul, .woocommerce ul.products{
		/*text-align: center;/**/
	}
	.woocommerce ul.products li.product {
		margin: 1% !important;
		clear: none !important;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.woocommerce ul.products li.product:nth-child(4n+1) {
		clear: both !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 980px) {
	.woocommerce ul.products li.product.first, .woocommerce ul.products li.product.last {
		clear: right !important;
	}
	.woocommerce ul.products li.product:nth-child(4n+1) {
		clear: none !important;
	}
}

.home-title{
	text-align: center;
	margin-bottom: 30px;
}

.head-1 .home-title{
	position: relative;
}
.head-1 .home-title:before{
	content: "";
	display: block;
	border-bottom: 5px solid #df252a;
	width: 80px;
	position: absolute;
	bottom: -2px;
	left: calc(50% - 40px);
}
.head-1 .home-title:after{
	content: "";
	display: block;
	border-bottom: 1px solid #ddd;
	margin: 15px 0 0;
}

.list-link, .works-filter{
	border-bottom: 1px solid #ddd;
	letter-spacing: 0;
}
.list-link .item-link, .works-filter a{
	display: inline-block;
	padding: 0 10px 15px;
	text-transform: uppercase;
	color: #111;
}
.list-link .item-link:hover,
.list-link .item-link.active,
.works-filter a.active{
	color: #df252a;
	border-bottom: 3px solid #df252a;
}

.service-section .service-item{
	padding: 10px;
	margin: 15px 0;
	height: 260px;
	line-height: 260px;
}
.service-section .service-item .service-item-inner,
.service-ct-inner{
	line-height: 1.4;
	vertical-align: middle;
	display: inline-block;
}

.featured_image.shadow{
	background-color: #fff;
	padding: 5px;
}
.service-ct{
	height: 370px;
	line-height: 370px;
}

.main{
	margin: 40px 0;
}
h2.title, h2.subheading-category{
	background-image: url("../images/h2_title.png");
	background-repeat: repeat-x;
	background-position: left center;
	line-height: 48px;
	color: #df252a;
	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{
	position: absolute;
	top: 0;
	right: 30px;
	line-height: 32px;
	background-color: transparent;
	font-weight: 400;
	z-index: 999;
	padding: 0;
	margin: 0;
}
.breadcrumb a{
	text-decoration: none;
}
.m_right .container{
	width: auto;
	padding: 0;
}
.left_menu li{
	list-style-type: none;
}
.left_menu li a{
	background-color: #f9f9f9;
	padding: 15px;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 20px;
	cursor: pointer;
	color: #df252a;
	margin-bottom: 3px;
	font-style: italic;
}
.left_menu li:last-child > a{
	margin-bottom: 0;
}
.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{
	background-color: #e1e1e1;
}
.left_menu li.parent a{
}
.left_menu li .sub-menu{
	width: 100%;
	background-color: transparent;
	border-left: 3px solid #df252a;
	margin-top: 3px;
	position: static;
}
.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{
}
.left_menu li li a,
.left_menu li:hover li a, .left_menu li.current-menu-item li a, 
.left_menu li.current-category-ancestor li a, .left_menu li.current-menu-ancestor li a{
	color: #111;
	display: block;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	background-color: #f9f9f9;
}
.left_menu li li:hover a, .left_menu li li.current-menu-item a, .left_menu li li.current-category-ancestor a, .left_menu li li.current-menu-ancestor a{
	background-color: #e1e1e1;
	color: #df252a !important;
}
.title_2 .fa,
.widget-title .fa{
	display: none;
}