@charset "utf-8";

/**********************************************/
/*		   Design By Priti Ranjan Das		  */
/*					   At					  */
/*	Eclick Softwares And Solutions Pvt. Ltd   */
/**********************************************/

div {
    /*-webkit-transition:all 300ms ease-in-out 0s;
-o-transition:all 300ms ease-in-out 0s;
-ms-transition:all 300ms ease-in-out 0s;
-moz-transition:all 300ms ease-in-out 0s;
transition:all 300ms ease-in-out 0s;	*/
}
/* CSS Document */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
h1 {
	font-size:28px;
	margin:0 0 15px;
}
h2 {
	font-size:24px;
	margin:0 0 14px;
}
h3 {
	font-size:20px;
	margin:0 0 12px;
}
h4 {
	font-size:18px;
	margin:0 0 12px;
}
h5 {
	font-size:16px;
	margin:0 0 10px;
}
h6 {
	font-size:14px;
	margin:0 0 10px;
}
h1, h2, h3, h4, h5, h6{line-height: normal; margin-top: 0;}
h1, .h1, h2, .h2, h3, .h3{margin-top: 0;}
ul,ol {
	margin-bottom:10px;
	padding-left:15px;
}
li {
	margin:0 0 10px;
	padding:0;
}
label, span, strong {
	display:inline-block;
}
label{
    font-weight: normal;
}
a {
	text-decoration:none;
	border:none;
	outline:none;
	display:inline-block;
	color:#fff;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
a:hover {
	text-decoration: none;
    color: #eccb63;
}
a:focus {
	outline:none;
	text-decoration: none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:5px 0;
	padding:0;
}
/* HTML5 display-role reset for older browsers */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, blockquote {
	margin:0;
	padding:0;
	border:0;
	display: block;
}
form {
	margin:0;
	padding:0;
}
img {
	border:none;
	outline:none;
	display:inline-block;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    max-width: 100%;
}
a, img a, img, a img {
	border:0;
	outline:0;
	text-decoration:none;
    line-height: normal;
}
.spacer, .clear {
	height:0;
	line-height:0;
	clear:both;
	font-size:0;
	display:block;
}
p {
	padding-bottom:25px;
	margin:0;
	text-align: justify;
}
p:last-child{padding-bottom: 0;}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
table {
	border:none;
	border-collapse:collapse;
	border-spacing: 0;
}
.align_center {text-align:center;}
.align_justify {text-align:justify;}
.align_right{text-align:right;}
.align_left{text-align:left;}
.align_center p, .align_justify p, .align_right p, .align_left p, .text-center p, .text-justify p, .text-right p, .text-left p{text-align:inherit;}

input[type="text"],input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 10px;
	height:44px;
	background:rgba(0,0,0,0.55);
	border:1px solid #777777;
    border-radius: 3px;
	color:#515252;
	outline:none;
	font-size:14px;	
	vertical-align:middle;
	-moz-transition:all 300ms ease-in-out 0s;
	-webkit-transition:all 300ms ease-in-out 0s;
	transition:all 300ms ease-in-out 0s;
    margin-bottom: 0;
    position: relative;
	/*-webkit-box-shadow:0 0 4px 0 #ddd;
	box-shadow:0 0 4px 0 #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;*/
}
textarea {
	height:140px;
	resize:none;
	overflow:auto;
    font-family: sans-serif;
}
select{
    cursor:pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: url(../images/select.png);
	background-position: 104% -1px;
	background-repeat: no-repeat;
	padding-right: 26px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus,textarea:focus, select:focus{
	/*background:#fefdea;
	border-color:#047CA1;*/
	background-color: transparent;
	border-color:#000;
    color: #fff;
	/*-webkit-box-shadow: 0 0 5px 2px #ebebeb;
	-moz-box-shadow: 0 0 5px 2px #ebebeb;
	box-shadow: 0 0 5px 2px #ebebeb;*/
}

input[type="submit"],input[type="reset"],input[type="button"], button, .btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	border:1px solid #f8c93a;
	background: #f8c93a;
	height:44px;
	line-height:40px;
	display:inline-block;
	padding:0 40px;
	cursor:pointer;
	/*text-transform:uppercase;*/
	outline:none;
	vertical-align:top;
	-moz-transition:all 300ms ease-in-out 0s;
	-webkit-transition:all 300ms ease-in-out 0s;
	transition:all 300ms ease-in-out 0s;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
	color: #000;
    position: relative;
    overflow: hidden;
}
button span, .btn span{
    position: relative;
}
button:before, .btn:before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
	background: #fff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-moz-transition:all 300ms ease-in-out 0s;
	-webkit-transition:all 300ms ease-in-out 0s;
	transition:all 300ms ease-in-out 0s;
}
button:hover:before, .btn:hover:before{width: 100%;}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, .btn:hover, .btn:focus{
    background-color: #fff;
    border-color: #fff;
    color: #000;
    opacity: 1;
    outline: none;
}
.btn:hover, .btn:focus{background-color: #f8c93a;}
.btn_t{
    background-color: transparent;
    color: #f8c93a;
}
.btn_t:hover, .btn_t:focus{background-color: transparent;}

/*---- colored button ----*/
textarea,
input[type="text"],input[type="email"]
input[type="button"],
input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
}
input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
	 margin-left:5px;
}

input[type="radio"], input[type="checkbox"],select{cursor:pointer;}
input[readonly="readonly"]{cursor:not-allowed;background:#f4f4f4 !important;}
.container:after{
	content:"";
	display:block;
	clear:both;
}
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'latoregular';
    font-size: 16px;
    color: #fff;
    background: #1e1e1e;
}

.pull_left{
	text-align:left;	
}
.pull_right{
	text-align:right;	
}
.pull_center{
	text-align:center;	
}
.sprite{
	background:url(../images/sprite.png) no-repeat;
	position:relative;	
}
.ul ul{
	margin:0;
	padding:0;
}
.ul ul li{
	display:block;	
}

header,section{
	position:relative;	
}
.logo img,.banner img{
    width: 100%;
}
.logo a:hover{
    opacity: 1;
}

/*******************************************************************btn***********************************************************************/
.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    text-align: right;
}
.breadcrumb ul {
    margin: 0;
    padding: 0;
}
.breadcrumb ul li {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    list-style-type: none;
    margin: 0 0 0 5px;
    padding: 0 0 0 12px;
    position: relative;
    text-transform: capitalize;
}
.breadcrumb ul li::before {
    bottom: 0;
    color: #fff;
    content: "/";
    display: inline;
    font-family: "FontAwesome";
    left: 2px;
    position: absolute;
    top: 0;
    line-height: 22px;
}
.breadcrumb ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}
.breadcrumb ul li:first-child::before {
    display: none;
}
.breadcrumb ul li a {
    color: #fff;
}
.breadcrumb ul li:last-child, .breadcrumb ul li a:hover {
    color: #eccb63;
}
/*BOOTSTRAP SLIDER ARROWS START*/
.carousel-control {
    opacity: 1;
    width: 6%;
}
.carousel-control.left, .carousel-control.right {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.carousel-control span {
    background: rgba(0, 0, 0, 0) url("../images/slider_nav.png") no-repeat scroll 0 0;
    height: 80px;
    left: -60px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    transition: all 250ms ease-in-out 0s;
    width: 44px;
}
.carousel-control.right span {
    background-position: -46px 0;
    left: auto;
    right: -60px;
}
.carousel.slide:hover .carousel-control span {
    left: 10px;
}
.carousel.slide:hover .carousel-control.right span {
    left: auto;
    right: 10px;
}
.carousel-indicators {
    left: auto;
    right: 0;
    width: 3%;
    margin-left: 0;
    bottom: 50%;
}
.carousel-indicators li, .carousel-indicators .active {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}
.carousel-indicators .active {
    border: 2px solid #fff;
    background: #000;
    width: 17px;
    height: 17px;
}

.scrollup {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 0;
    bottom: 32px;
    color: #fff;
    display: none;
    font-size: 20px;
    height: 40px;
    line-height: 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    transition: all 350ms ease-in-out 0s;
    width: 40px;
    z-index: 4;
}

.scrollup:hover {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border-radius: 50%;
    color: #dbb133;
    transform: rotate(360deg);
}
.captcha-request input[type="text"] {
    float: left;
    width: 200px;
}

.captcha-request img {
    float: left;
    height: 50px;
    margin-left: 15px;
    width: 120px;
}
.captcha-request a.refresh_btn {
    background: rgba(0, 0, 0, 0) url("../images/refresh_icon.png") no-repeat scroll 0 0;
    float: left;
    height: 23px;
    margin: 13px 6px 0 7px;
    outline: 0 none;
    transition: all 200ms ease-in-out 0s;
    width: 25px;
}
.captcha-request a.refresh_btn:hover {
    transform: rotate(90deg);
}
* {
    box-sizing: border-box;
}

*::after, *::before {
    box-sizing: border-box;
}
/* responsive css Styles
---------------------------------*/


@media only screen and (min-width: 1024px) and (max-width: 1169px) {
	.container{width:1000px;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.container{width:750px;}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
	.container{width:570px;}
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
	.container{width:450px;}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.container{width:300px;}
}
/**************************************/
.banner{
    background: #000;
    z-index: 1;
}
.banner img{
    width: 100%;
    opacity: 0.9;
}
header{
    z-index: 5;
    background: url(../images/nav_bg.png) repeat-x;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.header_top{
    border-bottom: 1px solid #f8c93a;  
    position: relative;
}
.topcall i{
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    color: #f8c93a;
    border: 1px solid #f8c93a;
    background: #2c2c2c;
    text-align: center;
}
.user_top.ul ul li{
    display: inline-block;
    margin-left: 15px;
}
.nav_hover{
    position: absolute;
    background: url(../images/nav_act.png) no-repeat center;
    top: 0;
    height: 6px;
    overflow: visible !important;
    position: absolute;
    display: none;
}
nav{
    position: relative;
}
.container{
    position: relative;
}

  .nav_menu {
}

.nav_menu > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav_menu ul li {
    position: relative;
}

.nav_menu > ul > li {
    display: block;
    float: left;
    margin: 0;
    position: relative;
}
.nav_menu  ul  li:nth-child(4) {
    margin-right: 317px;
}

.nav_menu > ul > li > span,
.nav_menu > ul > li > ul.sub-menu > li > span {
    display: block;
}

.nav_menu > ul > li > a {
    line-height: 20px;
    color: #fff;
    display: block;
    padding: 30px 17px 15px;
}

.nav_menu ul li a i.menuhome {
    font-size: 23px
}

.nav_menu > ul > li:last-child {
    margin-right: 0
}

.nav_menu > ul > li:hover > a,
.nav_menu > ul > li.current-menu-item > a {
    color: #f8c93a;
    background: url(../images/nav_act.png) no-repeat top center;
}

.ie8 .nav_menu > ul > li:hover > ul.sub-menu {
    display: block;
}

.nav_menu > ul > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
}

.ie8 .nav_menu > ul > li > ul.sub-menu {
    display: none;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav_menu > ul > li > ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 115%;
    left: 0px;
    z-index: 999;
    width: 200px;
    background: rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 0 #999;
    margin: 0;
    padding: 0;
    -webkit-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s;
}

.nav_menu > ul > li > ul.sub-menu > li:last-child > a {
    border-bottom: 0;
}

.nav_menu > ul > li > ul.sub-menu > li > a {
    display: block;
    padding: 14px;
    border-bottom: 1px solid rgba(220,178,52,0.3);
    color: #f5f5f5;
    font-size: 16px;
    line-height: normal;
    height: auto;
    position: relative;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.nav_menu > ul > li > ul.sub-menu > li {
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.nav_menu > ul > li > ul.sub-menu > li:before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: #dbb234;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.nav_menu > ul > li > ul.sub-menu > li:last-child > a {
    border-bottom: none;
}

.nav_menu > ul > li > ul.sub-menu > li:hover:before, .nav_menu > ul > li > ul.sub-menu > li.active:before, .nav_menu > ul > li > ul.sub-menu > li.current-menu-item:before{width: 100%;}
.nav_menu > ul > li > ul.sub-menu > li:hover > a,
.nav_menu > ul > li > ul.sub-menu > li.active > a {
    color: #f5f5f5;
    //background: #dbb234;
}

.nav_menu > ul > li > ul.sub-menu li:hover ul.sub_sub-menu {
    /*filter:alpha(opacity=100);opacity:1;left:250px;*/
    display: block;
}

.nav_menu > ul > li > ul.sub-menu li > ul.sub_sub-menu {
    position: absolute;
    left: 200px;
    top: 0;
    background: rgba(50, 58, 69, .88);
    width: 400px;
    /*filter:alpha(opacity=0);opacity:0;*/
    display: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 999;
}

.nav_menu > ul > li > ul.sub-menu li > ul.sub_sub-menu > li {
    margin: 0;
}

.nav_menu > ul > li > ul.sub-menu li > ul.sub_sub-menu > li:last-child > a {
    border-bottom: 0;
    border-bottom: 4px solid #C72B03;
}

.nav_menu > ul > li > ul.sub-menu li > ul.sub_sub-menu > li > a {
    display: block;
    padding: 7px 8px;
    border-bottom: 1px solid #ddd;
    color: #fff;
}

.nav_menu > ul > li > ul.sub-menu li > ul.sub_sub-menu > li:hover > a {
    color: #fff;
    background: #C72B03;
}
.maincontainer{
    background: url(../images/sidebg_left.png) no-repeat left top 180px;
    position: relative;
}
.maincontainer:before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/sidebg_left.png) no-repeat left top 180px;
    transform: rotateY(180deg);
}
.bg{
    /*background: url(../images/sidebg_left.png) no-repeat left top fixed;*/
    padding: 0 0 70px;
}
.hover_effect{
    position: relative;
    overflow: hidden;
}
.hover_effect:before{
    position: absolute;
    content: "";
    display: inline;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    top: 0;
    left: -150%;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    transform: skewX(50deg);
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
}
.hover_effect:hover:before{left: 150%;}

footer{
    background: url(../images/footer_bg.jpg) no-repeat;
}
.map {
    cursor: grab;
    height: 465px;
    background: #F3F1ED;
}
.map iframe {
    border: medium none;
    height: 100%;
    width: 100%;
}
.scrolloff {
    pointer-events: none;
}
.contact_address{
    position: relative;
    background: #000;
    padding-bottom: 65px;
    height: 465px;
    z-index: 1;
}
.contact_address:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    left: -95px;
    top: 0;
    display: inline-block;
    z-index: -1;
	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.map_block:hover .contact_address:before{
	left: -30px;
	-webkit-transform: skewX(0deg);
	transform: skewX(0deg);
}
.contact_address ul li i{
    color: #fff;
    margin-right: 15px;
}
.contact_address ul li,
.contact_address ul li a{
    color: #656565;
}
.contact_address ul li {
    margin-bottom: 20px;
    min-height: 24px;
    overflow: hidden;
}
.contact_address ul li a:hover{
    color: #fff;
}


.hd_social_icon1 {
    margin-top: 50px;
}

.hd_social_icon1 a {
    color: #fff;
    display: block;
    float: left;
    font-size: 17px;
    margin-right: 0;
    width: 51px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hd_social_icon1 a i {
    color: #fff;
    z-index: 2;
    position: relative;
}

.hd_social_icon1 a:hover i {
    color: #000;
}
.hd_social_icon1 a:before {
    background: #fff none repeat scroll 0 0;
    bottom: 100%;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    transition: all 400ms ease 0s;
    width: 50%;
    height: 100%;
}
.hd_social_icon1 a:after {
    background: #fff none repeat scroll 0 0;
    top: 100%;
    content: "";
    display: block;
    right: 0;
    position: absolute;
    transition: all 400ms ease 0s;
    width: 50%;
    height: 100%;
}
.hd_social_icon1 a:hover:before {
    bottom: 0%;
}
.hd_social_icon1 a:hover:after {
    top: 0;
}
.social_footer a, .social_footer a:focus{
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    font-family: 'arapeyregular';
    background: rgba(255,255,255,0.5);
    padding: 6px 10px;
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.social_footer a:before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: #fff;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.social_footer a:last-child{margin-bottom: 0;}
.social_footer a i{
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    color: #0b0b0b;
    margin-right: 8px;
    position: relative;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.social_footer a span{position: relative;}
.social_footer a:hover{color: #0b0b0b;}
.social_footer a:hover:before{width: 100%;}
.social_footer a:hover i{color: #fff;}
.hd_social_icon1 a.fb, .social_footer a.fb:hover i, .social a.fb:before, .social a.fb:after{background: #3B5998;}
.hd_social_icon1 a.tw, .social_footer a.tw:hover i, .social a.tw:before, .social a.tw:after{background: #55ACEE;}
.hd_social_icon1 a.yt, .social_footer a.yt:hover i, .social a.yt:before, .social a.yt:after{background: #E62117;}
.hd_social_icon1 a.int, .social_footer a.int:hover i, .social a.yt:before, .social a.yt:after{background: #99654D;}
.hd_social_icon1 a.gplus, .social_footer a.gplus:hover i, .social a.gplus:before, .social a.gplus:after{background: #E04A32;}
.hd_social_icon1 a.in, .social_footer a.in:hover i, .social a.in:before, .social a.in:after{background: #0082C1;}

.form_wrap ul{
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.form_wrap ul li{margin-bottom: 0;}
.captcha_img{
	float: left;
}
/*.captcha_img > div {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}*/
.btn_wr {
    float: right;
	margin-top: 32px;
}
.form_element{
    position: relative;
    margin-bottom: 20px;
}
.form_element:before{
    background: #666 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 400ms ease 0s;
    width: 0;
    border-radius: 4px;
}
.form_element.focus:before{
    width: 100%;
}
footer{
    background: url(../images/bg_footer.jpg) no-repeat center bottom / cover fixed;
    position: relative;
    padding: 50px 0 30px;
    color: #c6c6c8;
    font-size: 16px;
}
footer:before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20,20,20,0.8);
}
footer p{text-align: inherit;}
footer a{color: inherit;}
footer a:hover, footer a:focus, .current-menu-item a{color: #c89c09;}
.f_heading{
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-family: 'OswaldBook';
    text-transform: uppercase;
    margin-bottom: 30px;
}
.f_nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.f_nav ul li:last-child{margin-bottom: 0;}

.copyright{
    margin-top: 50px;
}
.copyright p{
    padding: 0;
    text-align: inherit;
}
.copy_left{float: left;}
.copy_right{float: right;}
.copy_left a{color: #c89c09;}
.copy_left a:hover, .copy_left a:focus{color: #fff;}

.newsletter_form{
    position: relative;
    margin-bottom: 20px;
}
.newsletter_form input[type="text"], .newsletter_form input[type="email"]{
    background: #fff;
    font-size: 13px;
    color: #afaeae;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-right: 100px;
    height: 34px;
}
.newsletter_form [type="submit"]{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    width: 95px;
    color: #fff;
    background: #e20c21;
    border-color: #e20c21;
    font-size: 13px;
    height: 34px;
    line-height: 32px;
    -weblit-border-radius: 0;
    border-radius: 0;
}
.newsletter_form [type="submit"]:hover, .newsletter_form [type="submit"]:focus{
    color: #fff;
    background-color: #e20c21;
    border-color: #e20c21;
    opacity: 0.8;
}
.wpcf7-form-control-wrap{
    width: 100%;
}
span.wpcf7-not-valid-tip{
    position: absolute;
    font-size: 11px;
}
.tnp-field input[type="submit"]{margin-left: 0;}
.tnp-widget input[type="email"]{border: none !important}
.testimonial_list, .designer_list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.testimonial_list li, .designer_list li{margin-bottom: 50px;}
.testimonial_list li:last-child, .designer_list li:last-child{margin-bottom: 0;}
.testimonial_block{
    margin: 0 90px;
    padding: 30px 0 30px 50px;
    background: #000;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    color: #8f8f8f;
    font-family: 'latolight';
    text-align: left;
}
.testimonial_block:before{
    position: absolute;
    content: "";
    display: block;
    width: 100px;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/sidebg_left.png) no-repeat left top / contain;
}
.testi_img{
    width: 160px;
    height: 160px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 3px;
    float: right;
    margin: 0 -80px 0 30px;
}
.testi_img span{
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.testi_img img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.testi_title{
    font-family: 'playballregular';
    font-size: 26px;
    color: #f5f5f5;
    margin-bottom: 20px;
}
.testimonial_block p{text-align: inherit;}
.testimonial_list li:nth-child(even) .testimonial_block{
    padding: 30px 50px 30px 0;
    background: #c89c09;
    color: #fff;
    text-align: right;
}
.testimonial_list li:nth-child(even) .testimonial_block:before{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    left: auto;
    right: 0;
}
.testimonial_list li:nth-child(even) .testi_img{
    float: left;
    margin: 0 30px 0 -80px;
}

.designer_img{
    width: 230px;
    height: 230px;
    border: 5px solid #f8c93a;
    overflow: hidden;
    float: left;
    margin: 0 25px 0 0;
}
.designer_img img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.designer_img:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.designer_list li:nth-child(even) .designer_img{
    float: right;
    margin: 0 0 0 25px;
}
.design_title{
    font-family: 'playballregular';
    font-size: 26px;
    color: #f8c93a;
    margin-bottom: 20px;
}
.testi_title a, .design_title a{color: inherit;}
.designer_block .social{display: inline-block;}
.social a{
    font-size: 20px;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.social a i{
    position: relative;
    z-index: 1;
}
.social a:before, .social a:after{
    position: absolute;
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    left: 0;
    bottom: 100%;
    z-index: 0;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.social a:after{
    left: auto;
    bottom: auto;
    right: 0;
    top: 100%;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
.social a:hover:before{bottom: 0;}
.social a:hover:after{top: 0;}

.gallery_h{
    list-style: none;
    padding: 0;
    margin: 0;
}
.studio_block{
    position: relative;
    overflow: hidden;
}
.studio_block:before{
    position: absolute;
    content: "";
    display: block;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(0,0,0,0.9);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.studio_block:hover:before{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.studio_block a{
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    padding: 0 0 0 1px;
    opacity: 0;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.studio_block a:hover{
    background: #f8c93a;
    color: #000;
}
.studio_block:hover a{opacity: 1;}

.product{
    background: #fff;
    color: #2b2a2a;
    min-height: 440px;
}
.product:before{display: none;}
.product .heading{color: #dbb133; background-image: url(../images/hd_bg_dark.png);}
.product .breadcrumb ul li a, .product .breadcrumb ul li:before{color: #000;}
.product .breadcrumb ul li a:hover{color: #eccb63;}
.product button::before, .product .btn::before{background: #000;}
.product input[type="submit"]:hover, .product input[type="submit"]:focus, .product input[type="button"]:hover, .product input[type="button"]:focus, .product input[type="reset"]:hover, .product .btn:hover, .product .btn:focus{color: #f8c93a; border-color: #000;}
.product a{color: #2c2b2b;}
.product a:hover{color: #eccb63;}

.product_filter{
	margin-bottom: 15px;
}
.p_category{
    position: relative;
    z-index: 3;
}
.cat_nav{
    width: 100%;
    background: #dbb133;
    border: 1px solid rgba(223,223,223,0.15);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
    font-family: 'latobold';
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    padding: 9px 9px 9px 45px;
    position: relative;
    cursor: pointer;
}
.cat_nav:hover{background: #000;}
.cat_nav:before{
    position: absolute;
    content: "";
    display: block;
    width: 17px;
    height: 12px;
    left: 15px;
    top: 50%;
    margin: -6px 0 0;
    background: url(../images/sprite.png) no-repeat 0 -33px;
}
.category_list{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
    color: #000;
}
.category_list li{
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
}
.category_list li a{
    display: block;
    color: inherit;
    padding: 10px;
    position: relative;
}
.category_list li a:before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: #dbb133;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.category_list li a span{position: relative;}
.category_list li:hover > a, .category_list li.active > a{color: #fff;}
.category_list li:hover > a:before, .category_list li.active > a:before{width: 100%;}

.display_view{
	list-style: none;
	padding: 0;
	margin: 9px 0;
	float: left;
}
.display_view li{
	width: 32px;
	height: 32px;
	background: #000;
	float: left;
	margin: 0 8px 0 0;
	text-align: center;
	line-height: 34px;
	cursor: pointer;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.display_view li:last-child{margin: 0;}
.display_view li span{
	width: 14px;
	height: 14px;
	background: url(../images/sprite.png) no-repeat;
}
.display_view li.grid span{background-position: 0 0;}
.display_view li.list span{background-position: -32px 0;}
.display_view li:hover, .display_view li.active{background: #dbb133;}
.sort_prod{
	float: right;
	min-width: 225px;
	height: 32px;
    margin: 9px 0;
}
.sort_prod select{
	height: 32px;
	line-height: 20px;
	font-size: 14px;
	color: #373636;
	border-color: #000;
    background-color: #fff;
	background-position: 104% -7px;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.sort_prod select:focus{border-color: #0685b7;}
.woocommerce .woocommerce-result-count{
    margin: 9px 0 !important;
    padding: 0 15px;
    line-height: 32px;
}

.product_list{
    list-style: none;
    padding: 0;
    margin: 0 -15px -30px !important;
    overflow: hidden;
}
.product_list > li{
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.p_img{
    border: 1px solid #d2d2d2;
    border-bottom: 2px solid #f8c93a;
    width: 100%;
    padding-top: 131%;
    position: relative;
    overflow: hidden;
}
.p_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
}
.p_img:before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.p_btn{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 2;
    margin: -18px 0 0;
    text-align: center;
}
.p_btn a{
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #c89c09;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 6px;
    padding: 0 0 0;
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -192);
    transform: matrix(1, 0, 0, 1, 0, -192);
    border: 1px solid #c89c09;
    position: relative;
}
.p_btn a.add_to_wishlist{
    padding: 0;
    line-height: 36px;
}
.yith-wcwl-add-to-wishlist{
    display: inline-block;
    margin: 0 !important;
}
.wishlist_table .add_to_cart.button, .yith-wcwl-add-button a.add_to_wishlist, .yith-wcwl-popup-button a.add_to_wishlist, .wishlist_table a.ask-an-estimate-button, .wishlist-title a.show-title-form, .hidden-title-form a.hide-title-form, .woocommerce .yith-wcwl-wishlist-new button, .wishlist_manage_table a.create-new-wishlist, .wishlist_manage_table button.submit-wishlist-changes, .yith-wcwl-wishlist-search-form button.wishlist-search-button{
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}
.yith-wcwl-add-button > a i, .wishlist_table .add_to_cart.button i, .wishlist_table .ask-an-estimate-button i, .wishlist-title a.show-title-form i, .hidden-title-form a.hide-title-form i, .hidden-title-form button i, .yith-wcwl-wishlist-new button i, .wishlist_manage_table tfoot button.submit-wishlist-changes i, .wishlist_manage_table tfoot a.create-new-wishlist i, .yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin: 0 !important;}
.p_btn a:nth-child(even){
    -webkit-transform: matrix(1, 0, 0, 1, 0, 150);
    transform: matrix(1, 0, 0, 1, 0, 150);
}
.product_block:hover .p_btn a{
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
}
.p_btn a:first-child{margin-left: 0;}
.p_btn a:last-child{margin-right: 0;}
.p_text{
    text-align: center;
    margin: 20px 0 0;
}
.p_title{
    color: #2b2a2a;
    font-size: 18px;
    line-height: 20px;
    font-family: 'latomedium';
    text-transform: uppercase;
    margin-bottom: 5px;
}
.p_title a{
    color: inherit;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p_title a:hover{color: #c89c09;}
.p_price, .woocommerce div.product p.price, .woocommerce div.product span.price{
    font-size: 20px !important;
    font-family: 'latoheavy';
    color: #c89c09 !important;
}
.p_price i{font-size: 17px;}
.product_block:hover .p_img:before{top: 0;}
.product_block:hover .p_price{color: #ff000c;}

.p_price_old, .woocommerce div.product p.price del, .woocommerce div.product span.price del, p.price del, span.price del{
    color: #2b2a2a;
    position: relative;
    margin-right: 20px;
    opacity: 1 !important;
}
.p_price_old:before, p.price del:before, span.price del:before{
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: #2b2a2a;
}
.p_desp{
    margin: 30px 0 0;
    display: none;
}
.p_desp ul{
    list-style: disc;
    margin-bottom: 15px;
}

.list_view > li{width: 100%;}
.list_view .p_img{
    float: left;
    width: 262px;
    padding: 0;
    margin: 0 30px 0 0;
}
.list_view .p_img img{
    position: static;
    -webkit-transform: none;
    transform: none;
}
.list_view .p_text{
    text-align: left;
    margin: 0 0 0 292px;
}
.list_view .p_title{
    font-size: 20px;
    color: #2b2a2a;
    font-family: 'latoheavy';
}
.list_view .p_desp{display: block;}

.portfolio {position:relative;}
.hoverme {
    float: left;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 380px;
}
.hoverme img {
    width:100%;
    display: block;
}
.hoverme article{
    position: absolute;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}
.hoverme article.da-animate {/*
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    */
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.da-slideFromTop {left: 0px; top: -100%;}
.da-slideFromBottom {left: 0px; top: 100%;}
.da-slideFromLeft {left: -100%; top: 0px;}
.da-slideFromRight {left: 100%; top: 0px;}
.da-slideTop {top: 0px;}
.da-slideLeft {left: 0px;}
.hoverme article .gal_title{
    font-size: 34px;
    color: #fff;
    font-family: 'playballregular';
    text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
    margin: 0;
}
.hoverme article a{color: inherit;}
.hoverme .zoom{
    font-size: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.table_box {
    display: table;
    width: 100%;
    height: 100%;
}
.table_box_cell {
    display: table-cell;
    width: inherit;
    height: inherit;
    vertical-align: middle;
}
.table_box_cell img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    display: inline;
}

.isotope .isotope-item {
    transition-property: transform, opacity;
}
.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}


.gallery{
    position: fixed;
    top: 0;
	bottom: 0;
    left: 0;
    right: 0;
    z-index: 6;
    padding: 0;
	background: #000;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.gallery.show{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.gallery .logo{
    position: absolute;
	left: 40px;
	width: 230px;
    text-align: center;
    background: #070707;
    padding: 10px;
	z-index: 2;
}
.gallery .logo img{
    max-width: 100%;
    max-height: 110px;
}
.gal_side{
	//width: 400px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	padding: 0 40px;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.gal_menu, .gal_close{
	position: absolute;
	top: 40px;
	left: -60px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	z-index: 1;
}
.gal_menu span, .gal_close span{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1.5px 0 0 -9px;
	width: 18px;
	height: 3px;
	background: #fff;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.gal_menu span:before, .gal_menu span:after{
	position: absolute;
	content: "";
	display: block;
	top: -6px;
	left: 0;
	margin: 0;
	width: 18px;
	height: 3px;
	background: #fff;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.gal_menu span:after{
	top: auto;
	bottom: -6px;
}
.gal_menu.gal_menu_close span{transform: rotate(45deg);}
.gal_menu.gal_menu_close span:before{transform: rotate(-90deg) translate(-30%, 0);}
.gal_menu.gal_menu_close span:after{transform: rotate(90deg) translate(-30%, 0);}
.gal_menu_block{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 115%;
	padding: 90px 0 0;
	background: rgba(0,0,0,0.8);
	width: 75%;
	margin: 0 1px 0 0;
	text-align: left;
	z-index: 0;
	opacity: 0;
    visibility: hidden;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.gal_menu_block.show_menu{
	right: 100%;
	opacity: 1;
    visibility: visible;
}
.gal_menu_block ul{
	list-style: none;
	padding: 0;
	margin: 0;
    font-family: 'LatoBold';
}
.gal_menu_block ul li{
	display: block;
	margin: 0;
	position: relative;
}
.gal_menu_block ul li a{
	display: block;
	line-height: 40px;
	color: #fff;
    overflow: hidden;
    padding: 0 14px;
    position: relative;
}
.gal_menu_block ul li:hover > a, .gal_menu_block ul li.active > a, .gal_menu_block ul li.current-menu-item > a{
	background: #000;
	color: #dbb133;
}
.gal_menu_block ul li a i{display: none;}
.gal_menu_block ul li .subarrow{
	display: block;
	height: 40px;
	line-height: 40px;
}
.gal_menu_block ul li .submenu{
	margin: 0 0 0 20px;
	display: none;
}
.gal_menu_block ul li .submenu li{
	display: block;
	text-align: left;
}
.gal_menu_block ul li .submenu li a{
	color: #fff;
	text-align: left;
}
.gal_menu_block ul li .submenu li:hover > a, .gal_menu_block ul li .submenu li.active > a, .gal_menu_block ul li .submenu li.current-menu-item > a{color: #dbb133;}


.gal_close{
	top: auto;
	bottom: 40px;
}
.gal_close span{
	margin: -2px 0 0 -9px;
	height: 4px;
}
.gal_close span:before{
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -9px;
	width: 18px;
	height: 4px;
	background: #fff;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.gal_side.closed{right: -100%;}
.gal_side.closed{right: -208px;}
.gal_close.gal_open span:before{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.gal_cat{
	list-style: none;
	padding: 0 30px 0 0;
	margin-bottom: 0;
}
.gal_cat li{
	margin-bottom: 15px;
	color: #b0b0b0;
	text-align: left;
    font-family: 'LatoBold';
    font-size: 18px;
    padding-left: 20px;
    position: relative;
}
.gal_cat li:last-child{margin-bottom: 0;}
.gal_cat li:before{
    position: absolute;
    content: "\f0a9";
    display: block;
    font-family:'FontAwesome';
    font-size: 15px;
    line-height: 28px;
    top: 0;
    left: 0;
}
.gal_cat li a{
	display: block;
	color: inherit;
}
.gal_cat li:hover a, .gal_cat li.active a, .gal_cat li:hover:before, .gal_cat li.active:before{color: #dbb133;}

.img_thumb{
	width: 128px;
	float: right;
}
.img_thumb ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.img_thumb ul li{margin: 0;}
.img_item{
	width: 128px;
	height: 86px;
    line-height: 75px;
	border: 3px solid rgba(255,255,255,0.25);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	margin: 5px 0;
	cursor: pointer;
}
.img_item img{width: 100%;}
.img_item:hover, .select .img_item{border-color: #dbb133;}
.img_thumb .nightContainer{
	margin: -5px 0;
}
.img_thumb .nightWrap{
	margin: 30px 0;
}
.img_thumb .controllerNav span{
	color: #fff;
	font-size: 20px;
	position: absolute;
	left: 50%;
	top: -30px;
	margin: 0 0 0 -20px;
	text-align: center;
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.img_thumb .controllerNav span.right{
	top: auto;
	bottom: -30px;
}
.controllerNav span.left.disable, .controllerNav span.right.disable{
	cursor: default;
	opacity: 0.6;
	pointer-events: visible;
}
.subheading{
    font-size: 20px;
    color: #eccb63;
    margin-bottom: 20px;
}
.abt_img{
    float: right;
    margin: -40px 30px 15px 58px;
    position: relative;
    -webkit-transform: skewX(-7deg);
    transform: skewX(-7deg);
    background: #eccb63;
}
.abt_img:before{
    position: absolute;
    content: "";
    display: block;
    background: url(../images/abt_icon.png) no-repeat;
    width: 35px;
    height: 163px;
    left: -34px;
    top: 50%;
    margin: -81.5px 0 0;
}
.abt_img:after{
    position: absolute;
    content: "";
    display: block;
    background: #1e1e1e;
    height: 32px;
    left: -2px;
    right: -16px;
    top: -32px;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
}
.abt_img img{
    position: relative;
    top: -15px;
    right: -15px;
}

.blog_list{
    list-style: none;
    padding: 0;
    margin-bottom: -30px;
    overflow: hidden;
}
.blog_list li{
    margin-bottom: 30px;
}
.blog_box{
    background: #060606;
    position: relative;
    color: #5c5a5a;
}
.blog_box:before{
    position: absolute;
    content: "";
    display: block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    width: 86px;
    height: 193px;
    background: url("../images/sidebg_left.png") no-repeat scroll left bottom / contain;
    bottom: 0;
    right: 0;
    opacity: 0.5;
}
.blog_box p{padding-bottom: 15px;}
.blog_box p:last-child{padding-bottom: 0;}
.blog_img{
    width: 100%;
    padding-top: 62.6%;
    position: relative;
    overflow: hidden;
}
.blog_img a{display: block;}
.blog_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.blog_img:hover img{
    -webkit-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1);
}
.blog_text{
    padding: 25px 15px;
    position: relative;
}
.blog_date{
    width: 66px;
    height: 45px;
    float: right;
    font-family: 'latobold';
    color: #f5f5f5;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    text-align: center;
    margin: 8px 0 0 4px;
}
.blog_date span{
    display: block;
    font-size: 35px;
    line-height: 30px;
    margin: -2px 0 2px;
}
.blog_box:hover .blog_date{color: #eccb63;}
.blog_title{
    font-size: 18px;
    line-height: 20px;
    color: #f5f5f5;
    margin-bottom: 10px;
}
.blog_title a{
    color: inherit;
    display: inline;
}
.blog_info{
    color: #313131;
    font-size: 15px;
    margin-bottom: 20px;
}
.blogbox .more{
    color: #f5f5f5;
    font-family: 'latomedium';
}

.blog_details .blog_img{
	width: 85%;
	margin: 0 auto 30px;
    padding: 0;
	position: relative;
    text-align: center;
}
.blog_details .blog_img img{
    position: static;
    -webkit-transform: none;
    transform: none;
}
.blog_details .blog_date{
	float: none;
	margin: 0;
	position: absolute;
	top: 15px;
	left: 15px;
	background: #fff;
	color: #eccb63;
	width: 80px;
    height: auto;
	padding: 12px 6px;
}
.blog_details .blog_info{
    font-size: 16px;
    color: #fff;
    font-family: 'latosemibold';
    margin: 30px 0 0;
}
.blog_details .blog_info span{
    position: relative;
    margin-right: 20px;
}
.blog_details .blog_info span:before{
    position: absolute;
    content: "|";
    display: block;
    top: 0;
    right: -13px;
}
.blog_details .blog_info span:last-child{margin-right: 0;}
.blog_details .blog_info span:last-child:before{display: none;}
.blog_details .blog_text{
    padding: 0;
}
.first_letter{
	padding: 5px 13px 5px 15px;
	background: #f8c93a;
	color: #fff;
	font-size: 35px;
    font-family: 'latobold';
	float: left;
	margin: 4px 30px 0 0;
}
.blog_details blockquote{
	margin: 0 0 20px 150px;
	padding: 0 25px 0 30px;
	border-left: 10px solid #e0e0e0;
	text-align: justify;
	position: relative;
}
.blog_details blockquote:before{
	position: absolute;
	content: "\f10d";
	display: block;
	left: -130px;
	top: 0;
    opacity: 0.2;
	color: #fff;
	font-size: 86px;
	line-height: 98px;
	font-family:'FontAwesome';
}
.other_blog_img{
    list-style: none;
    padding: 0;
    margin-top: 40px;
    margin-bottom: -30px;
}
.other_blog_img li{
    margin-bottom: 30px;
}
.blog_nav{
	padding: 25px 20px 0;
	margin: 60px 20px 0;
	border-top: 1px solid rgba(255,255,255,0.3);
}
.blog_nav a{
	width: 50%;
	margin: 0 -1px;
	text-align: center;
	color: #f5f5f5;
	font-size: 20px;
    font-family: 'latosemibold';
}
.blog_nav a i{margin: 0 10px;}
.blog_nav a span{
	display: block;
	color: #f8c93a;
	font-size: 16px;
    font-family: 'latoregular';
	margin-top: 15px;
}
.blog_nav a:hover{color: #f8c93a;}

.comment-respond, .comments-area{
    padding: 50px 0 0;
    margin: 50px 0 0;
    position: relative;
}
.comment-respond:before, .comments-area:before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}
.comments-title{
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-family: 'latosemibold';
    margin-bottom: 30px;
}
.comment-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.comment-list li{margin-bottom: 20px;}
.comment-list li:last-child{margin-bottom: 0;}
.comment-body {
    margin: 0 0 0 90px;
    padding: 0 0 35px;
    position: relative;
}
.comment-meta{
	margin: 0 0 6px;
    padding: 0;
    background: none;
    position: static;
}
.comment-meta:before{display: none;}
.comment-meta:after, .comment-respond:after{
	content: "";
	display: block;
	clear: both;
}
.comment-author{float: left;}
.comment-author img{
    position: absolute;
    top: 0;
    left: -90px;
    width: 62px;
    height: 62px;
}
.comment-author b{
    text-transform: capitalize;
    font-size: 20px;
    color: #f8c93a;
    font-family: 'latomedium';
}
.comment-author .says{display: none;}
.comment-metadata{
	font-size: 14px;
    color: #f8c93a;
    position: absolute;
    left: 0;
    bottom: 0;
}
.comment-content{color: #7b7b7b;}
.reply svg{display: none;}
.reply a{
	color: #fff;
	font-family: "latobold";
}
.reply a:hover{color: #f8c93a;}
.children{
	list-style: none;
	padding: 0 0 0 20px;
	margin: 20px 0 0;
}
.children .children{padding: 0;}

.comment-reply-title{
	background: url("../images/hd_bg.png") no-repeat scroll center bottom;
    margin-bottom: 40px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    font-family: "playballregular";
    font-size: 45px;
}
.comment-form p{
    width: 50%;
    padding: 0 15px;
    margin: 0 0 20px;
    float: left;
    position: relative;
}
.comment-form p.comment-notes{
    width: 100%;
    float: none;
}
.comment-form p.comment-form-comment{
    float: right;
}
.comment-form p.comment-form-comment textarea{height: 108px;}
.comment-form p.form-submit{text-align: right;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	border:1px solid #f8c93a !important;
	background: #f8c93a !important;
	line-height:40px !important;
	padding:0 20px !important;
	-webkit-border-radius:4px !important;
	-moz-border-radius:4px !important;
	border-radius:4px !important;
    font-size: 18px !important;
	color: #000 !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
}
.comment-form p label{
    position: absolute;
    top: 12px;
    left: 30px;
    font-size: 14px;
    color: #515252;
    margin: 0;
    z-index: 1;
}
.comment-form p.focused label{color: #fff;}
.comment-form p input:focus, .comment-form p textarea:focus{background: #666;}


.bx_slidewrap{
	width: 100%;
	overflow: hidden;
	text-align: center;
	visibility: hidden;
	//max-height: 544px; 
}
.bx_slidewrap ul{
	padding: 0;
	margin: 0;
}
.bx_slidewrap ul li{
	padding: 0;
	margin: 0;
	line-height: normal;
	list-style-type: none;
	position: relative;
}
.bx-wrapper{
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
}
.bx_slidewrap .bx-wrapper .bx-controls-direction{
	position: static;
	width: auto;
}
.bx_slidewrap .bx-wrapper .bx-controls-direction a{
	width: 56px;
	height: 56px;
	line-height: 50px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #fff;
	background: rgba(0,0,0,0.4);
	text-align: center;
	text-indent: inherit;
	font-size: 40px;
	color: #fff;
	padding: 0 5px 0 0;
	margin-top: -28px;
	position: absolute;
	top: 50%;
	left: -110px;
	z-index: 1;
	opacity: 0.6;
}
.bx_slidewrap .bx-wrapper .bx-controls-direction a.bx-next{
	left: auto;
	right: -110px;
	padding: 0 0 0 3px;
}
.bx_slidewrap .bx-wrapper .bx-controls-direction a:hover{opacity: 1;}
.bx_slidewrap .bx-wrapper:hover .bx-controls-direction a.bx-prev{left: 15px;}
.bx_slidewrap .bx-wrapper:hover .bx-controls-direction a.bx-next{right: 15px;}
.bx-wrapper .bx-pager{
	position: absolute;
	bottom: 40px;
	text-align: center;
	padding: 0;
}
.bx-wrapper .bx-pager-item{
	vertical-align: middle; 
	font-size: 0;	
}
.bx-wrapper .bx-pager.bx-default-pager a{
	width: 35px;
	height: 3px;
	background: #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a:focus{background: rgba(255,255,255,0.7);}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #f8c93a;
}
.banner_slider{
	position: relative;
	background: #000;
}
.banner_slider img{
	width: 100%;
	opacity: 0.9;
}
.banner_slider .container{
	position: absolute;
	left: 50%;
	bottom: 90px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	max-height: 100%;
	z-index: 1;
}
.slider_text{
	text-align: center;
}
.slider_text .slider_title{
    font-family: 'goudysans_lt_btlight';
	font-size: 92px;
	line-height: 92px;
	color: #fff;
    text-transform: uppercase;
	margin: 0;
	-webkit-text-shadow: 1px 1px 6px rgba(0,0,0,0.8);
	text-shadow: 1px 1px 6px rgba(0,0,0,0.8);
}
.slider_text .btn{
    font-family: 'latosemibold';
    background: #d80000;
    border-color: #d80000;
    color: #fff;
    padding: 0 45px;
    margin: 30px 0 0;
}
.slider_text .btn:before{background: #f8c93a;}
.slider_text .btn:hover, .slider_text .btn:focus{
    border-color: #f8c93a;
    color: #000;
}

.section{
    position: relative;
    padding: 50px 0;
    text-align: center;
}
.section:before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(38,38,38,0.6);
    z-index: -1;
}
.section p{text-align: inherit;}

.category_block{
    position: relative;
}
.category_block a{display: block;}
.cat_img{
    position: relative;
    overflow: hidden;
}
.cat_img:before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    background: rgba(0,0,0,0.4);
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.category_block:hover .cat_img:before{top: 0;}
.cat_view{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -28px;
    width: 56px;
    height: 56px;
    background: url(../images/sprite.png) no-repeat 0 -64px;
    overflow: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.category_block:hover .cat_view{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cat_title{
    font-size: 25px;
    line-height: 40px;
    color: #1e1e1e;
    font-family: 'playballregular';
    background: #f8c93a;
    border-radius: 10px;
    position: relative;
    display: block;
    margin: -20px 40px 0;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.category_block:hover .cat_title{background: #f7e8bb;}
.owl-dots{margin-top: 40px;}
.owl-theme .owl-dots .owl-dot span{
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background: #f8c93a;}
.owl-theme .owl-nav [class*="owl-"]{
    background: none;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 36px;
    color: #fff;
}
.owl-theme .owl-nav [class*="owl-"]:hover{background: none;}

.about{
    background: url(../images/bg_about.jpg) no-repeat center center / cover fixed;
    padding: 70px 0;
    font-size: 18px;
}
.about:before, .testimonial:before{z-index: 0;}

.home_product .product{
    background: none;
    color: #fff;
}
.home_product .p_img{border-color: #1E1E1E #1E1E1E #f8c93a;}
.home_product .p_title, .home_product .p_price_old, .home_product p.price del, .home_product span.price del{color: #fff !important;}
.home_product .p_price_old::before, .home_product p.price del::before, .home_product span.price del::before{background: #fff;}

.testimonial{
    background: url(../images/bg_testimonial.jpg) no-repeat center center / cover fixed;
}
.testimonial .testimonial_block{
    background: none;
    padding: 0;
    font-family: 'latoregular';
    color: #acacac;
}
.testimonial .testimonial_block:before{display: none;}
.testimonial .testi_text{
    background: rgba(24,24,24,0.8);
    padding: 30px 50px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.testimonial .testi_title{
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    padding-left: 60px;
    position: relative;
}
.testimonial .testi_title:before{
    position: absolute;
    content: "\f10d";
    display: block;
    top: 2px;
    left: 0;
    font-family:'FontAwesome';
    font-size: 45px;
    color: #fff;
    opacity: 0.2;
}
.testimonial .testi_img{
    float: none;
    margin: 30px auto 0;
    border-color: #f8c93a;
}
.testimonial .testi_img span{border-color: #f8c93a;}
.testimonial .owl-theme .owl-nav [class*="owl-"]{
    position: absolute;
    bottom: 60px;
    left: 35%;
}
.testimonial .owl-theme .owl-nav .owl-next{
    left: auto;
    right: 35%;
}

.home_portfolio{padding-bottom: 0;}
.home_portfolio .hoverme{//width: 395px;}

.special_offer, .add_block{
    position: relative;
    overflow: hidden;
    background: #000;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    font-family: 'latolight';
    text-align: center;
}
.special_img img, .add_block img{
    display: block;
    width: 100%;
    opacity: 0.6;
}
.special_img:before, .add_block_img:before{
    position: absolute;
    content: "";
    display: block;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    border: 2px solid rgba(255,255,255,0.6)
}
.special_text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 60px 35px;
}
.add_title{
    font-family: "Times New Roman", Times, serif;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
.add_title2{
    font-family: 'playballregular';
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 25px;
}
.special_offer p{text-align: inherit;}
.special_offer a{color: inherit;}
.special_offer .btn{
    border-color: #fff;
    color: #fff;
    font-size: 15px;
    font-family: 'latomedium';
    text-transform: uppercase;
    padding: 0 20px;
}
.special_offer .btn:hover, .special_offer .btn:focus{color: #000;}
.add_block a{display: block;}
.add_block a:hover, .add_block a:focus{color: inherit;}
.add_block_text{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 35px;
}
.add_block .add_title{margin: 0;}
.add_block .add_title2{
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
.vdo_add{
    position: relative;
    margin-bottom: 15px;
}
.popup-youtube{
	width: 66px;
	height: 66px;
	background: url(../images/play.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -33px 0 0 -33px;
}
.YouTubePopUp-Content{background: url(../images/loader.gif) no-repeat center center;}








.details_image_zoom{
	margin: 0 25px 25px 0;
	height: 625px;
}
.img_large{
	width: 475px;
	height: 580px;
	background: #f4f0ed;
	text-align: center;
	position: relative;
    float: right;
    margin: 0 35px 35px;
}
.img_large a{
    display: block;
    height: 100%;
}
.img_large img{
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
    opacity: 1 !important;
}
.zoomstatus{display: none !important; visibility: hidden !important;}
.magnifyarea img{max-width: inherit !important;}
.details_image_zoom .img_text{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    line-height: 45px;
    font-size: 20px;
    font-family: 'latobold';
	background: #f4f0ed;
    text-align: center;
}
.img_thumb_wrap{
	overflow: hidden;
	position: relative;
	width: 56px;
    height: 100%;
    float: left;
	margin: 0;
	padding: 0;
}
.img_thumb_wrap .img_thumb{
    width: 100%;
    padding: 0;
}
.img_thumb ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.img_thumb ul li{
	margin: 0;
	float: left;
	padding: 0;
}
.thumb_img{
    display: block;
	width: 100%;
	height: 72px;
	overflow: hidden;
	cursor: pointer;
	background: #f4f0ed;
    margin: 5px 0;
}
.thumb_img img{
    width: 100%;
	height: 72px !important;
    display: block;
}
.thumb_img:hover, .select .thumb_img{background: #c89c09;}
.thumb_img:hover img, .select .thumb_img img{opacity: 0.8;}
.img_thumb_wrap .img_thumb .nightContainer{margin: 0;}
.img_thumb_wrap .img_thumb .nightWrap{margin: 0;}
.img_thumb_wrap .img_thumb .controllerNav span{
	width: 40px;
	height: 40px;
	padding: 0;
	color: #222;
	font-size: 35px;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	position: absolute;
	left: 50%;
	margin-left: -20px;
}
.img_thumb_wrap .img_thumb .controllerNav span.left{top: -40px;}
.img_thumb_wrap .img_thumb .controllerNav span.right{bottom: -40px;}
.p_img .controllerNav span i{line-height: inherit;}
.p_img .controllerNav span.left:hover, .p_img .controllerNav span.right:hover{color: #9dc549;}
.controllerNav span.left.disable, .controllerNav span.right.disable{
	cursor: default;
	opacity: 0.6;
	pointer-events: none;
}

.product_left{
    width: 55%;
    margin: 0 0 60px;
    float: left;
}
.product_text{
    width: 45%;
    margin: 0 0 60px;
    float: right;
    text-align: center;
}
.product_text .p_title{
    font-family: 'latoheavy';
    font-size: 20px;
    margin-bottom: 10px;
}
.product_text p{text-align: inherit;}
.pd_center{
    width: 70%;
    margin: 0 auto;
}
.product_details .p_price, .woocommerce div.product .product_details p.price{padding-bottom: 25px;}
.product_details .p_price, .woocommerce div.product .product_details p.price, .woocommerce div.product .product_details span.price{color: #d80000 !important;}
.p_head{
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}
.p_info{
    padding-bottom: 25px;
}
.color_block{
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.5);
    margin: 0 6px;
    cursor: pointer;
}
.color_block.color1{background: #b2b2b2;}
.color_block.color2{background: #d8d8d8;}
.color_block.color3{background: #d80000;}
.color_block.color4{background: #000;}
.size_block{
    border: 2px solid #e0dfdf;
    height: 36px;
    line-height: 32px;
    text-align: center;
    min-width: 36px;
    font-size: 18px;
    font-family: 'latoheavy';
    padding: 0 6px;
    margin: 0 6px;
    cursor: pointer;
}
.size_block.selected{
    background: #f8c93a;
    border-color: #f8c93a;
    color: #fff;
    text-shadow: 0 0 0 rgba(0,0,0,0.3);
}
.single_add_to_cart_button{
    color: #fff !important;
    background: #d80000 !important;
    border-color: #d80000 !important;
    height: 50px;
}
.product_details .btn, .product_details button{font-family: 'latobold';}
.woocommerce a.button.single_add_to_cart_button:hover, .woocommerce button.button.single_add_to_cart_button:hover, .woocommerce input.button.single_add_to_cart_button:hover{border-color: #000 !important;}
.product_desp{
    text-align: left;
}
.product_desp .p_head{
    font-family: 'latobold';
    margin-bottom: 15px;
}
.p_share{
    font-size: 18px;
    color: #131212;
    font-family: 'latobold';
    margin: 0;
}
.share_plug{
    display: inline-block;
    margin: 0 0 0 10px;
}
.tab_wrap{
	margin-top: 35px;
}
.tab_nav{
	list-style: none;
	padding: 0;
	margin: 0;
}
.tab_nav li{
	margin: 0;
	float: left;
	font-size: 13px;
    color: #2b2a2a;
    font-family: 'latobold';
    text-transform: uppercase;
	position: relative;
}
.tab_nav li:first-child{margin: 0;}
.tab_nav li a{
	color: inherit;
	padding: 0 15px;
	line-height: 38px;
}
.tab_nav li a:hover, .tab_nav li a:focus, .tab_nav li.select a{
	color: #fff;
	background: #797979;
}
.tab_details{
	padding: 15px;
	background: #797979;
    color: #fff;
    font-size: 14px;
}


.related_head{
    font-size: 20px;
    font-family: 'latobold';
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.related_head span{
    padding: 0 45px;
    background: #fff;
    position: relative;
}
.related_head:before{
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #d8d8d8;
    top: 50%;
    left: 0;
}




.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    width: 55% !important;
    margin: 0 0 60px !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width: 45% !important;
    margin: 0 0 60px !important;
    text-align: center;
}
.woocommerce #content div.product div.summary p, .woocommerce div.product div.summary p, .woocommerce-page #content div.product div.summary p, .woocommerce-page div.product div.summary .product_title p{text-align: inherit;}
.sidebar ul{
    background: #fff;
    border-top: 5px solid rgb(217,177,54);
    padding: 0;
}
.sidebar ul li{
    display: block;
    color: #1E1E1E;
    padding-bottom: 10px; 
    margin-bottom: 0;
    border-bottom: 1px solid #1E1E1E;
    padding-left: 20px;
    padding-top: 10px;
    position: relative;
    z-index: 0;
}

.sidebar ul li:before{
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #D9B136;
    display: inline-block;
    content: "";
    z-index: 0;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.sidebar ul li:hover:before{
    width: 100%;
}
.sidebar ul li:hover a,.sidebar ul li.is-active a{
    color: #fff;
}
.sidebar ul li.is-active:before{
    width: 100%;
}
.sidebar ul li a{
    color: #1E1E1E;
    display: inherit;
    position: relative;
}
.woocommerce-Addresses header{
    padding: 10px 15px 0;
    margin-bottom: 20px;
    position: relative;
}
.woocommerce-address-fields .selection{
    display: inline;
    background: #000;
}
.woocommerce-address-fields .select2-container--default .select2-selection--single{
    background: #000;
    height: 40px;
    padding: 5px 0 0;
}
.select2-dropdown{
    background: #000 !important;
}
.woocommerce-EditAccountForm  legend{
    color: #fff;
    margin-top: 15px;
    padding-bottom: 5px;
}
.img_large1 {
    position: absolute;
    width: 100%;
    height: 100%;
}
.img_large1 .table_box{
    text-align: center;
}
.product_block .yith-wcwl-wishlistexistsbrowse.show .feedback{
    color: #000000;
    //text-shadow: 0 3px 3px #fff;
}
.product_block:hover .yith-wcwl-wishlistexistsbrowse.show .feedback{
    color: #f8c93a;
}
.related a.btn.add_to_wishlist.de,
.related .btn.add_to_wishlistadd_to_wishlist{
    border-radius: 30px !important;
    margin: 0;
    top: -8px;
    padding-left: 9px;
}
.related a.btn.add_to_wishlist.de i,
.related .btn.add_to_wishlistadd_to_wishlist i{
    margin-right: 30px !important;
}
.categories ul .sub-menu{
    background: #333333;
    margin-left: 20px;
}
.woocommerce table.shop_table{
    background: #000;
}
.woocommerce table.wishlist_table thead th{
    text-align: center;
}
.new{
    position: absolute;
    width: 52px;
    height: 40px;
    background: #FF0000;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 40px;
    color: #fff;
    z-index: 1;
}
.product_details .yith-wcwl-wishlistexistsbrowse.show .feedback{
    color: #DBB133;
    margin-bottom: 20px;
}
.product_details .cart{
    display: none;
}
.modal-content{background: #000;}
.modal-header{border-bottom: none;}
.product a.sing_order{
    background: #d80000;
    color: #fff;
    padding: 12px 46px;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
}
.product a.sing_order:before{
    background: #000;
    content: "";
    display: inline-block;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.product a.sing_order:hover:before{
    width: 100%;
}
.product a.sing_order span{
    position: relative;
    z-index: 1;
}
.modal-content{
    color: #fff;
    text-align: center;
}
 .product .modal-content a{
     color: #fff;
}
.modal-content textarea{
    height: 108px;
}
.f_nav ul li a,
footer .copy_right a,
footer .social_footer a, footer .social_footer a:focus{
    color: #fff;
}
footer .copy_left a{color: #c89c09;}
del .woocommerce-Price-amount.amount{
    text-decoration: inherit;
    margin-right: 10px;
}
.zoo_hid{
    display: none !important;
}

.yith-wcwl-wishlistexistsbrowse a.red, .yith-wcwl-wishlistaddedbrowse a.red{
	background-color:#D61243;
	border: 1px solid #D61243;
	border-radius: 50%;
    color: #fff;
    font-size: 16px;
    height: 36px;
    line-height: 34px;
    margin: 0 6px;
    opacity: 1;
    padding: 0;
    position: relative;
    text-align: center;
    width: 36px;
}

/********* FaceBook Messenger **************/

.brochure {
    position: fixed;
    right: 0;
    top: 92%;
    z-index: 7;
}
.brochure a{
	width: 211px;
	height: 37px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-border-radius: 13px 0 0;
	border-radius: 13px 0 0;
	-webkit-box-shadow: 1px 1px 14px 0 rgba(0,0,0,.5);
	box-shadow: 1px 1px 14px 0 rgba(0,0,0,.5);
	background: url(../images/fb.png) no-repeat;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.brochure a:hover{opacity: .7;}
/******************************************/
.video{
    border: 1px solid #EBC756;
}
.vdo_add{
    position: relative;
}
.vdo_add .btn.btn_t{
    position: absolute;
    bottom: 15px;
    right: 15px;
    border-color: #fff;
    color: #fff;
}
.vdo_add .btn.btn_t:hover, .vdo_add .btn.btn_t:focus{
    color: #000;
}




.sticky_nav{
    background: #000;
    position: fixed;
    width: 100%;
    top: -121px;
    left: 0;
    -webkit-transition:all 300ms ease-in-out 0s;
    -o-transition:all 300ms ease-in-out 0s;
    -ms-transition:all 300ms ease-in-out 0s;
    -moz-transition:all 300ms ease-in-out 0s;
    transition:all 300ms ease-in-out 0s;
}
.sticky .sticky_nav{
    top: 0;
}
.sticky_nav .logo img{
    width: 100px;
    height: auto;
}

.nav_category {
    background: url(../images/menu_icon.png) no-repeat;
    cursor: pointer;
    display: block;
    height: 25px;
    width: 31px;
    position: absolute;
    top: 21px;
    left: 15px;
    font-size: 0;
}
.body {
    transform: none;
}
.body {
    overflow: hidden;
    transition: all 300ms ease-in-out 0s;
    position: relative;
    background: #1E1E1E;
}
.body_nav {
    transform: translate3d(92px, 0px, -39px) rotate3d(0, 1, 0, -13deg) scale3d(0.8, 0.89, 1) !important;
}
.nav_category_list {
    height: 200px;
    padding: 81px 0;
    position: absolute;
    width: 22%;
    z-index: 0;
}
.nav_category_list .mCustomScrollbar {
    height: 100%;
}
.categories, .categories ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.categories li {
    margin: 0;
    position: relative;
}
.categories li a {
    color: inherit;
    display: block;
    line-height: 20px;
    padding: 10px 0;
}
.categories li > a {
    padding: 10px 0 10px 12px;
}
.nav_category_list .categories > li > a {
    border: medium none;
    color: #fff;
    font-family: "Arial Black",Gadget,sans-serif;
    font-size: 18px;
    padding-right: 25px;
}
.pic_bk {
    cursor: pointer;
    padding-left: 25px;
    padding-top: 25px;
}
.layer {
    background: rgba(40, 40, 40, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 7;
}

body.pre {
    perspective: 1000px;
}
.testimonial_list li .testimonial_block{
    -webkit-transition:all 300ms ease-in-out 0s;
    -o-transition:all 300ms ease-in-out 0s;
    -ms-transition:all 300ms ease-in-out 0s;
    -moz-transition:all 300ms ease-in-out 0s;
    transition:all 300ms ease-in-out 0s;
}
.testimonial_list li:hover .testimonial_block{
    background: #C89C09;
    color: #fff;
}
.main_logo,
.sticky_logo{
    margin-top: -50px;
    position: absolute;
    top: 50px;
    width: 160px;
    left: 50%;
    margin-left: -80px;
}
.sticky_logo{
    width: 98px;
    margin-left: -49px;
}
.woocommerce-MyAccount-content p strong{
    color: #eccb63;
}
.woocommerce .woocommerce-breadcrumb a, .woocommerce-breadcrumb a{
    color: #fff !important;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a:hover, .woocommerce-breadcrumb a:hover{
    color: #f8c93a !important;
}
.product .woocommerce .woocommerce-breadcrumb a, .product .woocommerce-breadcrumb a{color: #000 !important;}
.onsale{
    display: none;
}
.product_type_simple.add_to_cart_button{
    display: none !important;
}
.blog_list li{
    float: left;
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.news_nav, .nav-links {
    border-top: 1px solid #cdcdcd;
    margin: 60px 20px 0;
    overflow: hidden;
    padding: 25px 20px 0;
}
.news_nav, .nav-links {
    border-top: 1px solid #cdcdcd;
    margin: 60px 20px 0;
    overflow: hidden;
    padding: 25px 20px 0;
}
.news_nav a, .nav-previous a, .nav-next a {
    color: #fff;
    font-family: "latosemibold";
    font-size: 22px;
    margin: 0 -1px;
    text-align: center;
}
.nav-previous, .nav-next {
    float: left;
    padding: 0 15px;
    width: 50%;
}
.nav-links i {
    margin: 0 15px;
}
.news_nav a i {
    margin: 0 10px;
}
.news_nav a span {
    color: #fff;
    display: block;
    font-family: "latoregular";
    font-size: 16px;
    margin-top: 15px;
}
.news_nav a:hover {
    color: #fff;
}
.comment-form p.form-submit{
    float: right;
}
.content-area li{
    display: block;
}
.blog_details .blog_info{
    text-align: left;
}
.home_portfolio .hoverme{
    width: 25% !important;
}
.wh{
    position: relative;
}
.wh em{
    position: absolute;
    top: 0;
    left: 0;
    color: #f8c93a;
}
.p_price .p_desp p{
    color: #2b2a2a !important;
    font-family: "latoregular" !important;
    font-size: 16px !important
}
input[type="password"]{
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    width: 100% !important;
}
.woocommerce div.product div.images img{
    display: inline-block !important;
    height: auto !important;
    vertical-align: middle;
}
.thumb_img{
    line-height: 67px;
}
.variations{
    color: #2b2a2a;
}
.variations label,.variations .label,.woocommerce div.product form.cart .variations label{
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-left: 0;
    color: #2b2a2a;
    font-weight: normal;
}
#pa_sizes_buttons .phoen_swatches{
    border: 2px solid #e0dfdf !important;
    cursor: pointer;
    font-family: "latoheavy";
    font-size: 18px;
    height: 36px !important;
    line-height: 32px !important;
    margin: 0 !important;
    min-width: 36px !important;
    padding: 0 6px !important;
    text-align: center !important;
}
#pa_sizes_buttons.variation_buttons .variation_button.selected {
    background: #f8c93a none repeat scroll 0 0;
    border: 0px solid #f8c93a !important;
    color: #fff;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    height: 36px !important;
    line-height: 32px !important;
    min-width: 36px !important;
}
.variation{
    margin-bottom: 10px;
}
#pa_color_buttons .phoen_swatches{
    border: 3px solid #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5) !important;
    cursor: pointer !important;
    height: 30px !important;
    margin: 0 !important;
    width: 30px !important;
}
#pa_color_buttons.variation_buttons .variation_button.selected {
    border: 0px solid #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 0 7px 0 rgba(248,201,58, 1) !important;
    cursor: pointer !important;
    height: 30px !important;
    width: 30px !important;
}
.quantity,a.single_add_to_cart_button{
    display: none !important;
}
a.btn.add_to_wishlist.de{
    border-radius: 4px !important;
    margin-bottom: 20px;
}
.btn.add_to_wishlistadd_to_wishlist{
    margin-bottom: 20px;
}
.product_desp{
    margin-top: 15px;
}
.woocommerce-tabs,
.panel{
    background: rgb(121,121,121);
    background-color: rgb(121,121,121);
}
.woocommerce div.product .woocommerce-tabs .panel{
    padding: 0 15px 20px;
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs .panel h2{
    display: none;
}
.tabs.wc-tabs{
    background: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border-radius: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 13px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background: rgb(121,121,121);
    color: #fff;
    border-bottom-color: rgb(121,121,121);
}
.woocommerce #reviews #comments ol.commentlist li .meta{
    color: #fff !important;
}
.comment-reply-text{
    font-family: 'latobold';
    font-size: 18px;
    margin-bottom: 20px;
}
.comment-form-rating label{
    float: left;
}
.woocommerce #review_form #respond p{
    margin-top: 5px;
}
.woocommerce-product-rating{
    width: 280px;
    margin: 0 auto;
}
.product_list > li .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button,
.product_list > li .star-rating{
    display: none;
}
.button.product_type_variable.add_to_cart_button{
    display: none;
}
#respond .comment-reply-text,
.woocommerce-noreviews,
.comment-form-rating label{
    padding: 0 15px;
}
.tnp-field.tnp-field-email label{display: none}