/*start body*/
body.bodyin{
	background:#f8f8f8;
}
.wraps_is {
	clear: both;
	display: block;
	width: 1230px;
	margin:0px auto;
	overflow:hidden;
	padding:40px 20px;
	background:#fff;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
}
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:'cairo', sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:1.7;
}
a{
	text-decoration:none;
	color:#d2a435;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#c2a67c;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
/*end body*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	background:#2c3f4e;
	float:right;
	display:block;
	height:40px;
}
.top{
	width:1230px;
	margin-left:auto;
	margin-right:auto;
	color:#eee;
}
.social{
	float:left;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li:first-child a{
	border-right:1px solid rgba(255,255,255,0.05);
}
.social li a {
	display: block;
	color: #eee;
	border-left:1px solid rgba(255,255,255,0.05);
	z-index:11;
	padding: 0px 13px;
	font-size:11px;
	position:relative;
	line-height:40px;
}
.social li a:hover{
	color:#000;
	background:#d2a435;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before,.my_products_share a.facebook:before{
	content:"\f09a";
}
.social li.twitter a:before,.my_products_share a.twitter:before{
	content:"\f099";
}
.social li.google a:before{
	content:"\f0d5";
}
.social li.youtube a:before{
	content:"\f16a";
}
.social li.linkedin a:before{
	content:"\f0e1";
}
.social li.pinterest a:before,.my_products_share a.pinterest:before{
	content:"\f231";
}
.social li.instagram a:before,.my_products_share a.instagram:before{
	content:"\f16d";
}
.social li.vimeo a:before{
	content:"\f27d";
}
.social li.delicious a:before{
	content:"\f1a5";
}
.s_contact{
	float:right;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a {
	display: block;
	font-size:12px;
	color: #eee;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:0px 10px;
	border-left:1px solid rgba(255,255,255,0.05);
	line-height:40px;
}
.s_contact li a img{
	vertical-align:0px;
}
.s_contact li a:before{
	vertical-align:0px;
	display:inline-block;
	margin-left:5px;
	font-family:FontAwesome;
}
.s_contact li.mail a:before{
	content:"\f003";
}
.s_contact li a b{
	color:#d2a435;
	font-weight:400;
}
.s_contact li a:hover{
	background:#d2a435;
	color:#000;
}
.s_contact li a:hover b{
	color:#fff;
}
.welcome {
	display: block;
	float: right;
	line-height: 40px;
	font-size: 12px;
	border-left:1px solid rgba(255,255,255,0.05);
	padding-left: 10px;
	color: #eee;
}
.welcome b {
	color: #d2a435;
	font-weight: 400;
}
.my_contact {
	float: left;
	line-height: 40px;
	padding-right: 10px;
}
.my_contact a {
	margin-top: 5px;
	margin-bottom: 5px;
	background: #d2a435;
	color: #fff;
	font-size: 12px;
	padding: 2px 9px;
	border-radius: 2px;
}
.my_contact a:hover{
	background:#c2a67c;
}
.my_contact a:before {
	content:"\f003";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:5px;
}
/*end top*/
/*start header*/
#header{
	height:110px;
	background:#fff;
	width:100%;
	clear:both;
	float:right;
}
.header{
	width:1230px;
	margin:0px auto;
}
.logo {
	float: right;
	overflow: hidden;
	padding-top: 18px;
}
.logo img{
	height:77px;
}
.phone_call {
	margin-top:44px;
	float: left;
}
.phone_call a {
	display: block;
	float: left;
	height:40px;
	line-height:1.4;
	background: #c2a67c;
}
.phone_call a:before{
	content:"\f232";
	font-family:FontAwesome;
	background:#2c3f4e;
	float:right;
	display:block;
	margin-left:10px;
	padding:0px 12px;
	height:40px;
	color:#fff;
	font-size:20px;
	line-height:40px;
}
.phone_call a span {
	overflow: hidden;
	color: #fff;
	padding-top:2px;
	font-weight: 600;
	padding-left:12px;
	font-size: 13px;
	display: block;
}
.phone_call a span b {
	font-weight: 400;
	font-size: 12px;
}
.head_search {
	margin-right: 280px;
	margin-left: 215px;
	padding-top: 44px;
	overflow: hidden;
}
.head_search button {
	height: 40px;
	width: 45px;
	border: none;
	background: #c2a67c;
	color: #fff;
	border-radius: 2px;
	float: left;
	line-height: 35px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.head_search button:hover{
	background:#d7a548;
}
.head_search button:before{
	font-family:FontAwesome;
	content:"\f002";
}
.head_search_input {
	margin-left: 55px;
	height: 40px;
	overflow: hidden;
}
.head_search_input input {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	border: 1px solid #ddd;
	padding: 10px;
	font-family: cairo;
	font-size: 13px;
	color: #847577;
}
.head_search_input input:focus{
	border:1px solid #ccc;
}
/*end header*/
/*start nav*/
#nav{
	float:right;
	width:100%;
	height:50px;
	clear:both;
	background:#2c3f4e;
}
.nav {
	width:1230px;
	margin:0px auto;
}
.nav li{
	display:block;
	float:right;
	position:relative;
}
.nav li:first-child a{
	border-right:1px solid rgba(255,255,255,0.05);
}
.nav li a {
	display: block;
	color: #fff;
	height:50px;
	line-height:50px;
	border-left:1px solid rgba(255,255,255,0.05);
	padding: 0px 20px;
	font-weight:600;
	position:relative;
	font-size:13px;
	z-index:105;
	text-align: center;
}
.nav li a:hover,.nav li:hover a{
	background-color:#d2a435;
	color:#000;
}
.nav li:hover .sub{
	display:block;
}
.sub .sub{
	box-shadow:none;
	border:none;
	background:none;
	width:100%;
	position:static;
}
.sub {
	position: absolute;
	width: 200px;
	box-shadow:0px 8px 14px -4px rgba(0, 0, 0, 0.15);
	display:none;
	top:50px;
	right:0px;
	z-index:200;
	background: #fff;
}
.nav li:hover .sub ul{
	float:none;
}
.nav li:hover .sub ul li{
	float:none;
	display:block;
}
.nav li:hover .sub ul li a{
	display:block;
	padding:10px;
	background:none;
	line-height:normal;
	font-weight:normal;
	font-size:12px;
	color:#333;
	height:auto;
	text-align:right;
	border-right:none;
	border-left:none;
	border-bottom:1px solid #f8f8f8;
}
.nav li:hover .sub ul li a:before{
	font-family:FontAwesome;
	content:"\f0a8";
	vertical-align:middle;
	margin-left:10px;
}
.nav li:hover .sub ul li a:hover{
	color:#000;
	background:#d2a435;
	padding-right:13px;
}
.nav li:before{
	display:none;
}
.nav li a:before{
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:5px;
	font-weight:normal;
	display:inline-block;
}
/*end nav*/
/*start footer*/
#footer {
  background-color:#2c3f4e;
  clear: both;
  width:100%;
  float:right;
  position: relative;
}
.footer{
	width:1230px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow:hidden;
	display:table;
}
.foot:last-child{
	border-left:none;
}
.foot {
  width:25%;
  border-left:1px solid rgba(255,255,255,0.05);
  display:table-cell;
  vertical-align:middle;
  padding:50px 20px;
  overflow: hidden;
}
.foot.foot_about{
	width:50%;
	text-align:center;
}
.foot h2 {
  overflow:hidden;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 25px;
}
.foot p {
  clear: both;
  color: #888;
  display: block;
  font-size: 13px;
  line-height: 2;
  padding-left: 20px;
}
.foot ul li {
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;  
}
.foot img{
	margin-bottom:15px;
	max-height:100px;
}
.foot ul li a {
  color:#888;
  font-size:13px;
}
.foot ul li a:before {
  content: "\f100";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: 0px;
  margin-left: 5px;
}
.foot ul li a:hover{
	color:#fff;
}
.foot ul li:last-child {
  border-bottom:none;
}
.contactus li {
  color: #888;
  display: block;
  font-size: 13px;
  padding-bottom: 6px;
  padding-top: 6px;
}
.contactus li:before {
  font-family: FontAwesome;
  display: inline-block;
  color:#fff;
  vertical-align: 0px;
  margin-left: 8px;
}
.contactus li.foot_time:before {
  content: "\f017";
}
.contactus li.foot_phone:before {
  content: "\f095";
}
.contactus li.foot_email:before {
  content: "\f003";
}
.contactus li.foot_address:before {
  content: "\f041";
}
.contactus li span {
  color: #fff;
}
.contactus li a {
  color: #888;
  font-size:14px;
}
.contactus li a:hover {
  color: #fff;
  text-decoration:underline;
}
.foot .social{
	float:none;
	margin:10px 0 0;
	padding:0;
	text-align:center;
}
.foot .social li{
	float:none;
	display:inline-block;
	margin:0;
	padding:0;
}
.foot .social li a:before{
	display:inline;
	margin:0;
}
.foot .social li a{
	background:#fff;
	width:30px;
	height:30px;
	text-align:center;
	padding:0px;
	margin:0;
	line-height:30px;
	font-size:12px;
	border-radius:30px;
	margin-left:3px;
	border:none;
	margin-bottom:10px;
}
.foot .social li a:hover{
	background:#d2a435;
    color:#000;
}
/*end footer*/
/*start bottom*/
#bottom {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	float: right;
	background-color: #2c3f4e;
	border-top: 1px solid rgba(255,255,255,0.05);
}
.bottom{
	width:1230px;
	margin-left:auto;
	margin-right:auto;
	color:#bbb;
	font-size:12px;
	padding:15px 0px;
	overflow:hidden;
}
.copyrights{
	float:right;
}
.design{
	float:left;
}
.design a:hover{
	text-decoration:underline;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	line-height:40px;
	text-align:center;
	color:#000;
	z-index:500;
	cursor:pointer;
	right:10px;
	bottom:17px;
	display:none;
	width:40px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:40px;
	background:#d2a435;
}
.toTop:before{
	font-family:FontAwesome;
	content:"\f062";
}
.toTop:hover{
	background:#c2a67c;
    color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:360px;
	display:block;
	z-index:100;
	background:#cd295b;
	overflow:hidden;
	margin:20px auto 50px;
	width:100%;
	position:relative;
	right:0;
}
#progress{
	position:absolute;
	z-index:101;
	bottom:0px;
	left:0px;
	height:10px;
	background:rgba(33,33,33,0.3);
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slidebg{
	background:linear-gradient(75deg, rgba(255,210,0,0.15) 10%, rgba(91,140,22, 0.20));
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	background-position:center top;
}
.slider_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	padding:15px;
}
.slider_cont_all{
	display:block;
	text-align:center;
	margin:0px auto;
	padding:0px 80px;
}
.cycle-slide-active .slider_cont h2{
    -webkit-animation: slideInRight 1s forwards;
    -ms-animation-name: slideInRight 1s forwards;
	-o-animation-name: slideInRight 1s forwards;
	-moz-animation-name: slideInRight 1s forwards;
	animation-name: slideInRight 1s forwards;
}
.slider_cont h2 {
	position:relative;
	z-index:1002;
	font-weight:700;
	display: inline-block;
	color: #f9ab19;
	text-shadow:1px 1px 1px #000;
	font-size: 30px;
	text-align: center;
	margin-bottom:10px;
}
.cycle-slide-active .slider_cont p{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont p {
	z-index:1002;
	position: relative;
	display: inline-block;
	max-width:700px;
	margin:0px auto;
	color: #fff;
	font-size:22px;
	font-weight:200;
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont a{
	color:#fff;
	font-size:14px;
	font-weight:600;
	border:1px solid #fff;
	padding:8px 20px;
	display:inline-block;
	margin-top:30px;
}
.slider_cont a:before{
	content:"\f178";
	font-family:FontAwesome;
	vertical-align:middle;
	margin-left:10px;
}
.cycle-pager {
	position: absolute;
	z-index: 103;
	font-size:0px;
	left: 20px;
	top: 43%;
}
.cycle-pager .cycle-pager-active {
	background:rgba(255,255,255,0.8);
}
.cycle-pager span {
	margin-bottom:8px;
	width:15px;
	height:15px;
	border-radius:15px;
	border:1px solid rgba(255,255,255,0.8);
	cursor:pointer;
	display:block;
}
@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
/*end slideshow*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	float:right;
	margin-bottom:50px;
}
.data{
	width:1230px;
	margin:0px auto;
}
.data ul{
	clear:both;
	overflow:hidden;
}
.data ul li{
	float:right;
	width:25%;
	overflow:hidden;
	padding:2px;
}
.data_all {
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-bottom: 2px solid #cd295b;
	overflow:hidden;
}
.data ul li:nth-child(2n+2) .data_all{
	border-bottom:2px solid #d7a548;
}
.data_all span {
	float: right;
	font-family: FontAwesome;
	font-size: 40px;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #777;
}
.data_all div {
	margin-right: 80px;
	overflow: hidden;
	margin-top: 23px;
}
.data_all div h2 {
	font-weight: 700;
	font-size: 15px;
	display: block;
	color: #000;
}
.data_all div p {
	font-size: 13px;
	color: #000;
}
/*end data*/
/*start my_content*/
.my_content {
	width: 1230px;
	margin: 0px auto 50px;
	overflow: hidden;
	display: block;
	clear: both;
}
.my_content_title {
	font-weight: 600;
	font-size: 16px;
	overflow:hidden;
	color: #333;
	border-bottom: 1px solid #eee;
}
.my_content_title h2 {
	background: #d7a548;
	color: #fff;
	font-weight: 600;
	height:45px;
	line-height:45px;
	font-size: 17px;
	padding: 0px 10px 0px 30px;
	display: block;
	float:right;
	position: relative;
}
.my_content_title h2:before{
	content:"\f009";
	font-weight:normal;
	color:#000;
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:10px;
}
.my_content_title h2:after {
	content: "";
	border-top: 45px solid transparent;
	border-right: 45px solid #d7a548;
	border-left: 45px solid transparent;
	position: absolute;
	top: 0px;
	left: -90px;
}
.my_content_txt{
	clear:both;
	overflow:hidden;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
	display:block;
}
.my_content_txt.my_content_txt_banner{
	border:none;
}
/*end my_content*/
/*start my_products*/
.my_products {
	clear: both;
	display: block;
	width: 100%;
}
.my_products li:nth-child(4n+4){
	border-left:none;
}
.my_products li {
	width: 25%;
	float: right;
	display: block;
	overflow:hidden;
	padding: 25px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.my_prod_all {
	text-align:center;
	width: 100%;
	display:block;
	position:relative;
}
.my_prod_all a{
	margin-bottom:10px;
}
.my_prod_all a{
	display:block;
}
.my_prod_all:hover img{
	transform:scale(1.3);
}
.my_prod_all .prod_img_is{
	height: 250px;
	width:100%;
	overflow:hidden;
	display:block;
}
.my_prod_all img {
	height: 100%;
	margin-bottom:10px;
	display:block;
	width:100%;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.my_prod_all a {
	position: relative;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 15px;
}
.my_prod_all a:hover{
	color:#d7a548;
}
.my_prod_cats {
	display: block;
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}
.my_prod_all .my_prod_cats a {
	display: inline-block;
	margin: 0;
	background: #cd295b;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	padding: 3px 20px;
	line-height:normal;
	border: 1px dashed #eee;
}
.my_prod_all .my_prod_cats a:hover {
	background: #c2a67c;
    color:#fff;
}
.my_prod_data {
	clear: both;
	display: block;
	overflow: hidden;
}
.my_prod_data span {
	display: block;
	float: right;
	width: 50%;
	color:#555;
	text-align: center;
	font-weight: 600;
	font-size: 13px;
}
.my_prod_data span:before{
	font-family:FontAwesome;
	display:inline-block;
	vertical-align:0;
	margin-left:5px;
	content:"\f06e";
	font-weight:normal;
}
.my_prod_data span:last-child:before{
	content:"\f073";
}
.my_prod_data span:before {
	font-family: FontAwesome;
	display: block;
	vertical-align: 0;
	content: "\f06e";
	font-weight: normal;
	color: #000;
}
.my_prod_data span b {
	font-weight: 600;
	color: #c2a67c;
}
.my_products li:hover .my_products_share{
	bottom:50px;
	opacity:1;
}
.my_products_share {
	position: absolute;
	opacity:0;
	bottom: -100px;
	right: 10px;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
	width: 30px;
}
.my_products_share a{
	width:30px;
	height:30px;
	line-height:30px;
	font-weight:normal;
	display:block;
	margin-bottom:0;
	box-shadow:0 0px 15px rgba(0,0,0,0.15);
	background:#d7a548;
	color:#fff;
	font-family:FontAwesome;
}
.my_products_share a:hover{
	background:#212831;
    color:#fff;
}
/*end my_products*/
/*start banner*/
.banner{
	clear:both;
	display:block;
	overflow:hidden;
	padding:0px;
}
.banner_multi{
	display:block;
	float:right;
	text-align:center;
	overflow:hidden;
	width:49%;
}
.banner .banner_multi:last-child{
	float:left;
}
.banner_single{
	display:block;
	width:100%;
	text-align:center;
}
.banner_single a,.banner_multi a{
	display:inline-block;
	position:relative;
}
.banner_single a img,.banner_multi a img{
	display:block;
	height:auto;
	width:auto;
	margin:0px auto;
}
.banner_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	padding:15px;
}
.banner_cont_all{
	display:block;
	text-align:center;
	margin:0px auto;
	padding:0px 80px;
}
.banner_cont h2 {
	position:relative;
	z-index:1002;
	font-weight:700;
	display: inline-block;
	color: #fff;
	font-size: 21px;
	margin-bottom:10px;
	text-align: center;
}
.banner_cont p{
	color:#fff;
	font-size:14px;
	font-weight:600;
	border:1px solid #fff;
	padding:8px 20px;
	display:inline-block;
	margin-top:5px;
}
.banner_cont p:before{
	content:"\f178";
	font-family:FontAwesome;
	vertical-align:middle;
	margin-left:10px;
}
/*end banner*/
/*start pages_title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}
.pages_title.withwhite{
	color:#fff;
}
.pages_title.withwhite p{
	color:#fff;
}
.pages_title span{
	font-size:13px;
	color:#777;
	display:block;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 25px;
	position:relative;
	margin-right:10px;
	display:inline-block;
	z-index:10;	
}
.pages_title h2 span{
	background:#d7a548;
	width:50px;
	height:43px;
	z-index:-10;
	display:block;
	position:absolute;
	right:-10px;
	top:0;
	padding:0px 5px;
}
.pages_title p {
	clear:both;
	display:block;
	color:#777;
	font-size:15px;
	margin-top:7px;
}
/*end pages_title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	margin-bottom:50px;
}
.aboutus{
	width:1230px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}
#aboutus .pages_title{
	text-align:right;
}
.aboutus_right{
	width:50%;
	float:left;
	padding-right:50px;
}
.aboutus_left{
	width:50%;
	float:right;
}
.aboutus_left p {
	line-height: 2;
	font-size:14px;
}
.aboutus_buttons {
	clear: both;
	display: block;
	overflow: hidden;
	margin-top: 40px;
}
.aboutus_buttons a {
	display: inline-block;
	background: #cd295b;
	color: #fff;
	font-weight:600;
	border:2px solid transparent;
	padding: 12px 30px;
	margin-left: 15px;
}
.aboutus_buttons a:last-child {
	background:none;
	border:2px solid #333;
	color:#000;
}
.aboutus_buttons a:hover{
	background:#d7a548;
	border:2px solid #d7a548;
	color:#fff;
}
.aboutus_right ol li{
	float:right;
	width:50%;
	padding:8px;
	overflow:hidden;
}
.aboutus_all{
	border:1px solid #eee;
	padding:15px;
	overflow:hidden;
}
.aboutus_all span:before{
	font-family:FontAwesome;
}
.aboutus_all span{
	border:2px solid #cd295b;
	float:right;
	text-align:center;
	font-size:20px;
	margin-left:20px;
	display:block;
	width:45px;
	height:45px;
	line-height:45px;
}
.aboutus_all h2 {
	font-weight: 600;
	font-size: 16px;
	color: #cd295b;
	padding-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.aboutus_all p {
	color: #777;
	font-size: 14px;
	margin-top: 10px;
	overflow: hidden;
	height: 100px;
}
/*end aboutus*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	display: block;
	margin-bottom: 50px;
}
.news{
	width:1230px;
	margin-left:auto;
	margin-right:auto;
}
.news_loop{
	width:33.33%;
	float:right;
	padding:15px;
	overflow:hidden;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
}
.news_img p{
	background-color:#d7a548;
	position:absolute;
	color:#fff;
	z-index:101;
	font-size:11px;
	text-align:center;
	padding:9px 15px;
	left:0;
	bottom:0;
}
.news_img p b{
	display:block;
	font-weight:600;
	font-size:20px;
}
.news_img {
	clear: both;
	margin-bottom:20px;
	display: block;
	width: 100%;
	height: 240px;
	overflow: hidden;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	position: relative;
}
.news_all:hover .news_img a:after {
	left: -50%;
}
.news_img a:after {
	background: rgba(255, 255, 255, 0.4);
	content: "";
	height: 100%;
	left: -150%;
	position: absolute;
	top: 0;
	transition: none 0s ease 0s;
	width: 100%;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.news_img img{
	width:100%;
	height:100%;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.news_all:hover .news_img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
.news_img a {
	position: relative;
	display: block;
	z-index: 100;
	height: 100%;
	width: 100%;
}
.news_txt {
	clear: both;
	display: block;
	overflow: hidden;
}
.news_txt h2 {
	font-weight: 600;
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
	margin-bottom: 20px;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
}
.news_more a {
	display: block;
	background: #d2a435;
	padding: 10px 15px;
	color: #000;
	float: right;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: 10px;
	content: "\f060";
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #c2a67c;
	color: #fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
/*end news*/
/*start closed_site*/
.closed_site{
	overflow:hidden;
	clear:both;
	display:block;
	border:2px solid #d7a548;
	padding:50px;
	margin:50px;
	font-weight:700;
	text-align:center;
	font-size:22px;
	color:#000;
}
.closed_site:before{
	font-family:FontAwesome;
	display:block;
	margin-bottom:15px;
	color:#212831;
	font-size:50px;
	text-align:center;
	content:"\f071";
}
/*end closed_site*/
/*start success and errors*/
.errors{
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
	padding:10px;
	background:#fcf5f3;
	border:1px solid #ebdad5;
}
.errors li{
	display:block;
	margin-bottom:5px;
	color:#33160e;
}
.success{
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
	padding:10px;
	background:#f1f5ea;
	color:#1e2d09;
	border:1px solid #d5e1c3;
}
/*end success and errors*/
/*start postin*/
#postin{
	clear:both;
	display:block;
	margin-bottom:50px;
	overflow:hidden;
}
.postin_img {
	margin-bottom: 30px;
	overflow: hidden;
	display: block;
	text-align:center;
}
.postin_img img{
	max-width:100%;
	height:auto;
	width:auto;
}
.postin_txt{
	font-size:14px;
	display:block;
	line-height:2;
	color:#666;
}
.postin_txt img,.postin_txt iframe,.postin_txt fieldset{
	max-width:100%;
	width:auto;
	height:auto;
}
/*end postin*/
/*start precemp*/
#slideshow.slideshowinside {
	height: auto;
	margin-top: 0;
	margin-bottom:0px;
}
#slideshow.slideshowinside .slider_cont {
	display: block;
	text-align: center;
	padding: 55px 10px;
}
#slideshow.slideshowinside .slider_cont .slider_cont_all {
	padding: 0;
}
#slideshow.slideshowinside .slider_cont .slider_cont_all .precemp {
	position: relative;
}
#slideshow.slideshowinside .slider_cont .slider_cont_all .precemp li {
	display: inline-block;
	color: #eee;
}
#slideshow.slideshowinside .slider_cont .slider_cont_all h2 {
	margin-bottom: 0;
}
#slideshow.slideshowinside .slider_cont .slider_cont_all .precemp li a, #slideshow.slideshowinside .slider_cont .slider_cont_all .precemp li span {
	padding: 0px;
	border: none;
	margin-top: 15px;
	border: 1px solid rgba(255,255,255,0.5);
	display: block;
	font-size: 13px;
	padding: 5px 10px;
	font-weight: 600;
	text-shadow: 1px 1px 1px #000;
	border-radius: 20px;
}
#slideshow.slideshowinside .slider_cont .slider_cont_all .precemp li span{
	border: 1px solid rgba(255,255,255,0.4);
	color:rgba(255,255,255,0.9);
}
#slideshow.slideshowinside .slider_cont .slider_cont_all .precemp li a:hover{
	background:#d7a548;
}
#slideshow.slideshowinside .slider_cont .slider_cont_all .precemp li a:after,#slideshow.slideshowinside .slider_cont .slider_cont_all .precemp li a:before{
	display:none;
}
/*end precemp*/
/*start contact_form*/
#contact_form{
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
}
.contact_form{
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
}
.contact_form_right {
	display: block;
	width: 100%;
	padding:10px 0px 10px 0;
}
.contact_tab_ul{
	display:block;
	margin-bottom:15px;
	overflow:hidden;
}
.contact_tab_ul li {
	display: block;
	float: right;
	width: 50%;
	text-align: center;
}
.contact_form_details_list{
	clear:both;
	overflow:hidden;
}
.contact_form_details_list li {
	display:block;
	padding: 10px;
	margin-bottom:5px;
	color: #777;
	background: #fff;
	border: 1px solid #eee;
}
.contact_form_details_list li span {
	display: inline-block;
	color: #000;
	font-weight:600;
	font-size: 14px;
}
.contact_form_details_list li span:before{
	font-family:FontAwesome;
	color:#d7a548;
	vertical-align:middle;
	font-size:20px;
	margin-left:10px;
}
.contact_form_details_list li.cphone span:before{
	content:"\f095";
}
.contact_form_details_list li.cphone1 span:before{
	content:"\f10b";
}
.contact_form_details_list li.cmail span:before{
	content:"\f0e0";
}
.contact_form_details_list li.cdate span:before{
	content:"\f017";
}
.contact_form_details_list li.caddress span:before{
	content:"\f041";
}
.contact_form_details_list li.ctime span:before{
	content:"\f017";
}
.contact_form_details_list li p{
	padding-right:30px;
	display:block;
	color:#212831;
}
.contact_form_details_list li p a {
	color: #000;
}
.contact_form_details_list li p a:hover {
	color: #333;
}
.contact_form_left{
	width:100%;
	clear:both;
}
.contact_form_text{
	clear:both;
	display:block;
	overflow:hidden;
	margin-bottom:20px;
	color:#666;
	font-size:12px;
	line-height:2.3;
}
.contact_form_frame{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
}
.contact_form_frame label{
	width:50%;
	float:right;
	margin-bottom:15px;
	overflow:hidden;
}
.contact_form_frame label.msg_contact_form{
	width:100%;
	margin-bottom:15px;
	overflow:hidden;
}
.contact_form_frame label textarea{
	min-height:200px;
}
.contact_form_frame label input,.contact_form_frame label textarea,.contact_form_frame label select{
	display:block;
	background:#fff;
	border:1px solid #eee;
	height:50px;
	padding:10px;
	font-family:cairo;
	font-size:13px;
	color:#444;
	width:100%;
}
.contact_form_frame label input:focus,.contact_form_frame label textarea:focus,.contact_form_frame label select:focus{
	border:1px solid #333;
}
.go_contacto{
	clear:both;
	display:inline-block;
	cursor:pointer;
	background:#d7a548;
	font-family:cairo;
	color:#fff;
	font-size:15px;
	text-align:center;
	padding:7px 40px;
	border:none;
}
.go_contacto:hover{
	background:#212831;
}
/*end contact_form*/
/*start mapcontact*/
#map_contact {
	clear: both;
	display: table;
	width: 100%;
	overflow: hidden;
}
.map_contact_right {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	height: 100%;
	position:relative;
	border-left:1px solid #ddd;
}
.map_contact_left {
	display: table-cell;
	width: 50%;
	padding:25px 15px;
	vertical-align: top;
	height: 100%;
}
#maphome {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.map {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.my_tabe_is{
	display:none;
}
.mapouter,.gmap_canvas,.map iframe{
	width:100% !important;
	height:100% !important;
}
/*end mapcontact*/
/*start pagination*/
.pagination {
	clear: both;
	overflow:hidden;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
}
.pagination span, .pagination a {
	border: 1px solid #eee;
	width: 40px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-family:cairo;
	font-weight:600;
	cursor: pointer;
	font-size: 14px;
	margin-right: 2px;
	margin-left: 2px;
}
.pagination a:hover{
	border:1px solid #d7a548;
	color:#d7a548;
}
.pagination span.current{
	border:1px solid #d7a548;
	background:#d7a548;
	color:#000;
}
.pagination .next:before,.pagination .prev:before{
	display:none;
}
.pagination .next, .pagination .prev {
	position: static;
	background: none;
}
.empty{
	display:block;
	text-align:center;
	padding:80px;
	font-size:20px;
	color:#999;
}
/*end pagination*/
/*start single post*/
.post_meta {
	clear: both;
	display: block;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 10px 15px;
	margin-bottom:20px;
}
.postmeta_cats {
	float: right;
	overflow: hidden;
}
.postmeta_dets {
	float: left;
	overflow: hidden;
}
.postmeta_cats span {
	display: inline-block;
	color: #555;
	font-weight:600;
	font-size: 12px;
}
.postmeta_cats span:before {
	content:"\f02d";
	font-weight:normal;
	font-family:FontAwesome;
	margin-left:5px;
	vertical-align:0;
}
.postmeta_cats ul {
	display: inline-block;
}
.postmeta_cats ul li {
	display: inline-block;
}
.postmeta_cats ul li a {
	display: block;
	color: #fff;
	background: #d7a548;
	border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	font-weight:600;
	-moz-border-radius:2px;
	padding: 2px 5px;
	font-size: 12px;
}
.postmeta_cats ul li a:hover {
	background: #333;
}
.postmeta_dets span {
	display: inline-block;
	color: #333;
	font-weight:600;
	font-size: 12px;
	margin-left:10px;
}
.postmeta_dets span:before {
	font-family:FontAwesome;
	margin-left:5px;
	vertical-align:0;
	font-weight:normal;
	display:inline-block;
}
.postmeta_dets span.meta_view:before{
	content:"\f06e";
}
.postmeta_dets span.meta_date:before{
	content:"\f073";
}
.postmeta_dets span p {
	display: inline;
	color: #d7a548;
}
.post_tags {
	clear: both;
	background: #fff;
	border: 1px solid #eee;
	padding: 10px 15px;
	margin-bottom: 20px;
	overflow: hidden;
}
.post_tags span {
	font-size:12px;
	font-weight:600;
	display: inline-block;
	color: #555;
}
.post_tags span:before {
	content:"\f02c";
	font-weight:normal;
	font-family:FontAwesome;
	margin-left:5px;
	display:inline-block;
}
.post_tags ul {
	display: inline-block;
}
.post_tags ul li {
	display: inline-block;
}
.post_tags ul li a {
	display: block;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #777;
	font-size: 12px;
	padding: 2px 5px;
}
.post_tags ul li a:hover {
	background: #ddd;
}
.title_page_same {
	background:#f8f8f8;
	font-family: cairo;
	font-size: 18px;
	font-weight:600;
	color: #000;
	display: block;
	padding:10px;
	margin-top: 50px;
}
.same_all {
	clear: both;
	display: block;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 10px 0px;
}
/*end single post*/
/*start table*/
.postin_txt table tr th {
	border: 1px solid #eee;
	background: #f8f8f8;
	padding: 10px;
}
.postin_txt table tr td {
	border: 1px solid #f8f8f8;
	padding: 10px;
	text-align: center;
}
.postin_txt p {
	padding: 10px 0;
}
.postin_txt strong {
	font-weight: 700;
	font-size: 13px;
	font-family:cairo;
}
.postin_txt ul, .postin_txt ol {
	list-style: disc;
	padding:15px;
}
.postin_txt ul li, .postin_txt ol li {
	padding:5px 0;
	list-style: square;
}
.postin_txt blockquote {
	background: #f8f8f8;
	display: block;
	padding: 10px;
	border: 1px solid #eee;
	font-family: cairo;
	font-weight: 400;
	color: #555;
	line-height: 2;
}
.postin_txt h2 {
	font-size: 17px;
	font-weight: 700;
}
.postin_txt h1 {
	font-size: 16px;
	font-weight: 700;
}
.postin_txt h3 {
	font-size: 15px;
	font-weight: 700;
}
.postin_txt h4 {
	font-size: 14px;
	font-weight: 700;
}
.postin_txt h5 {
	font-size: 13px;
	font-weight: 700;
}
.postin_txt h6 {
	font-size: 12px;
	font-weight: 700;
}
/*end table*/
/*start single products*/
.my_single_right {
	width: 70%;
	float: right;
	display: block;
}
.my_single_left {
	float: left;
	width: 28%;
	background: #d2a435;
	text-align: center;
}
.my_single_left_list li {
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 30px 20px;
}
.my_single_left_list li:first-child span:before {
	content: "\f24e";
}
.my_single_left_list li:nth-child(2) span:before {
	content: "\f0b1";
}
.my_single_left_list li:last-child span:before {
	content: "\f041";
}
.my_single_left_list li span {
	display: block;
	font-family: FontAwesome;
	color: #fff;
	font-weight: normal;
	font-size: 25px;
	margin-bottom: 15px;
	width: 70px;
	height: 70px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-radius: 70px;
	border: 1px solid rgba(255,255,255,0.3);
	line-height: 70px;
	position: relative;
}
.my_single_left_list li span:after {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 20px;
	background: #212831;
	top: 2px;
	left: 14px;
}
.my_single_left_list li b {
	display: block;
	font-weight: 700;
	font-size: 12px;
	margin-bottom: 5px;
	color: #000;
}
.my_single_left_list li c {
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	margin-top: 10px;
	display: block;
}
.zoom {
    display:inline-block;
    position: relative;
}
.zoom-image:hover { 
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.zoom-image:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.my_slider_thumbnails{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	direction:ltr;
}
.my_slider_thumbnails.slick-initialized {
	visibility:visible;
}
.my_slider_thumbnails li {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 10px;
}
.my_slider_thumbnails .thumbnail {
	border: none !important;
	cursor:zoom-in;
	margin-bottom:0px;
}
.my_slider_thumbnails {
	border: 1px solid #eee;
	border-radius: 0px;
	overflow: hidden;
}
.slick-dotes {
	clear: both;
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
}
.slick-dotes li {
	display: inline-block;
	width: 93px;
	border: 1px solid #eee;
	height: 93px;
	overflow: hidden;
	margin-left: 7px;
	padding: 5px;
	border-radius: 0px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.slick-dotes li:hover,.slick-dotes li.slick-active{
	border: 1px solid #d2a435;
}
.slick-dotes li a{
	cursor:pointer;
}
.slick-dotes li img {
	width: 100%;
	height: 100%;
}
/*end single products*/