@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{
	max-height: 555px;
	overflow: hidden;
}
.fullwidth-slideshow section{
	height: 410px;
	overflow: hidden;
	margin-top: 145px;
}
.fullwidth-slideshow .owl-prev, .fullwidth-slideshow .owl-next {
	margin-top: 30px;
}
/*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 5px 5px 0;
	vertical-align: top;
}
td img{
	max-width: none !important;
}
.attachment-preview{
	position: relative;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: left;
}
.attachment-preview:before {
    content: "";
    display: block;
    padding-top: 70%;
}
.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%);
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.more{
	color: #f3666d;
	display: inline-table;
	margin: 10px 0 0;
	text-transform: uppercase;
}
.home_1 .item{
	background-image: url("../images/home_1_item.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 16px;
}
.home_1 .item .inner{
	background-color: #f2f2f2;
	padding: 15px 20px;
	min-height: 240px;
}
.home_1 .item .inner h1{
	text-align: left;
	background-image: none;
	padding-bottom: 0;
}
.home_1 .item .inner h1:after{
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background-color: #f3666d;
}
.products .item{
	background-color: #f3666d;
	color: #fff;
	line-height: 35px;
	text-transform: capitalize;
	background-image: url("../images/products_item.png");
	background-repeat: no-repeat;
	background-position: right 10px bottom 7px;
	padding: 0 10px;
}
.products .item a{
	color: #fff;
}
.products .item .attachment-preview{
	margin: 0 -10px;
}
.products .item .attachment-preview .thumbnail .centered img {
	max-width: 90%;
	max-height: 90%;
}
.product_left{
	margin: 30px 0;
	border: 1px solid #ddd;
	padding: 15px;
	font-size: .9em;
}
.product_left strong{
	font-size: 1.2em;
}
.product_left em{
	color: #f3666d;
}
.main{
	margin: 150px 0 40px;
}
h2.title, h2.subheading-category{
	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{
	top: 0;
	right: 30px;
	line-height: 32px;
	background-color: transparent;
	color: #f3666d;
	font-weight: 400;
	z-index: 999;
	padding: 0;
}
.breadcrumb a{
	color: #111;
	text-decoration: none;
}
.left_menu{
}
.left_menu li{
	list-style-type: none;
}
.left_menu li a{
	background-color: transparent !important;
	color: #111;
	text-decoration: none;
	text-transform: capitalize;
	line-height: 30px;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	background-image: url("../images/left_menu_li_a.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 15px;
}
.left_menu li.current-menu-item a, .left_menu li.current-category-ancestor a, .left_menu li.current-menu-ancestor a, .left_menu li:hover a{
	color: #f3666d;
}
.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 19px 0 0;
	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;
	padding: 10px 0 10px 35px !important;
	display: block;
	line-height: 20px;
}
.left_menu li li:last-child a{
	padding-bottom: 0 !important;
}
.gallery-pagination{
	text-align: right;
	width: 100%;
}
.gallery-pagination .page-numbers{
	display: inline-table;
	margin-left: 10px;
}
.gallery-pagination li a{
	border-radius: 3px;
	text-decoration: none;
}
.title_2 .fa{
	display: none;
}
label{
	line-height: 50px;
	font-weight: normal;
	margin-right: 10px;
	text-align: right;
	min-width: 120px;
	white-space: nowrap;
	vertical-align: top;
}
label span{
	color: #f00;
}
input, select, textarea{
	width: 100%;
	max-width: 100%;
	line-height: 35px;
	height: 35px;
	padding: 0 10px;
	margin: 10px 0;
	border-radius: 3px;
	border: 1px solid #ddd;
}
textarea{
	height: 160px;
}
.wpcf7-reset, .wpcf7-submit{
	width: 100px;
	border: none;
	background-color: #f3666d;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}
.wpcf7-reset{
	background-color: #616161;
}
.ajax-loader{
	display: block;
}
.gallery-item{
	display: inline-table;
	width: 25%;
	padding: 0 10px 20px
}
.gallery-columns-3 .gallery-item{
	width: 33.33333333%;
}