/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#F2F3F7;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:droid,Arial, Helvetica, sans-serif;
	font-size:13px;
}
a{
	text-decoration:none;
	color:#3c7abf;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#ec5229;
	text-decoration:none;		
}
img{
	border:none;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
#wrap{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
}
/*end body*/
/*start top*/
#top{
	clear:both;
	display:block;
	z-index:1000;
	position:relative;
	width:100%;
	float:right;
	background-color:#343d46;
}
.top{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
}
.social{
	float:left;
	margin-left:20px;
	margin-bottom:16px;
}
.social li{
	display:block;
	float:right;
}
.social li a {
	display: block;
	color: #ccced1;
	border: 1px solid #888;
	margin-right: 5px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
}
.social li a:hover{
	background:#3c7abf;
	color:#fff;
	border: 1px solid #3c7abf;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.twitter a: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{
	content:"\f231";
}
.social li.instagram a:before{
	content:"\f16d";
}
.social li.vimeo a:before{
	content:"\f27d";
}
.social li.delicious a:before{
	content:"\f1a5";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a {
	display: block;
	color: #ccced1;
	font-family: cocon;
	padding: 20px 20px 15px;
	border-right: 1px solid #414a53;
	font-size: 15px;
}
.s_contact li a:before{
	vertical-align:-1px;
	display:inline-block;
	margin-left:7px;
	font-family:FontAwesome;
}
.s_contact li.signin a:before{
	content:"\f007";
}
.s_contact li.signup a:before{
	content:"\f234";
}
.s_contact li a:hover{
	background:#3c7abf;
	border-right: 1px solid #3c7abf;
	color:#fff;
}
/*end top*/
/*start header*/
#headerelse{
	display:none;
	width:100%;
	display:block;
	float:right;
}
#header{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	float:right;
	background:#fff;
	box-shadow:rgba(0,0,0,.117647) 0 1px 3px;
	-webkit-box-shadow:rgba(0,0,0,.117647) 0 1px 3px;
	-ms-box-shadow:rgba(0,0,0,.117647) 0 1px 3px;
	-o-box-shadow:rgba(0,0,0,.117647) 0 1px 3px;
	-moz-box-shadow:rgba(0,0,0,.117647) 0 1px 3px;
}
.header{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
}
.logo {
	position: relative;
	z-index: 101;
	float: right;
	border: 2px dashed #ccc;
	padding: 5px 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.logo a{
	display:block;
}
.logo img {
	max-height: 80px;
}
.nav{
	float:left;
}
.nav li{
	display:block;
	float:right;
	padding:0px;
	position:relative;
}
.nav li a {
	color: #444;
	font-size: 15px;
	font-weight: 700;
	display: block;
	position:relative;	
	padding: 54px 20px 40px;
}
.nav li:hover a span{
	background:#343d46;
}
.nav li a span{
	height:100%;
	background:#343d46;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:0px;
}
.nav li a:hover span,.nav li:hover a span{
	width:100%;
}
.nav li a i{
	font-style:normal;
	position:relative;
}
.nav li a:hover,.nav li:hover a{
	color:#fff;
}
.nav li:hover .sub{
	display:block;
}
.sub .sub{
	position:static;
	border:none;
	width:100%;
}
.sub{
	position:absolute;
	box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-ms-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-o-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-moz-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	background:#e0e0e0;
	border-top:3px solid #2980b9;
	width:215px;
	right:0px;
	top:123px;
	display:none;
	z-index:600;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
}
.nav li:hover .sub ul li a span{
	display:none;
}
.nav li:hover .sub ul li{
	display:block;
	float:none;
	padding:0;
}
.nav li:hover .sub ul li a:before{
	display:none;
}
.nav li:hover .sub ul li a{
	display:block;
	padding:10px 15px;
	color:#555;
	font-weight:400;
	font-size:13px;
	border-bottom:1px solid #d8d8d8;
}
.nav li:hover .sub ul li a:hover{
	background:#e7e7e7;
}
/*end header*/
/*start footer*/
#footer{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	background-color:#363839;
	background-image:url(../images/bg.png);
}
.footer{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow:hidden;
}
.foot {
	width: 33.33%;
	float: right;
	display: block;
	overflow: hidden;
	padding: 50px 20px 20px;
	color: #ddd;
}
.foot h2 {
	font-weight: normal;
	font-size: 17px;
	font-family: cocon;
	display: block;
	margin-bottom: 20px;
}
.foot_txt {
	clear: both;
	display: block;
	overflow: hidden;
	color: #ccc;
	font-size: 12px;
}
.contact_list {
	clear: both;
	display: block;
	overflow: hidden;
}
.contact_list li {
	display: block;
	padding-bottom: 7px;
}
.contact_list li span {
	color: #aaa;
}
.contact_list li a {
	font-family: cocon;
	font-size: 15px;
	letter-spacing: 2px;
	color: #fff;
}
.contact_list li a:hover{
	color: #3c7abf;
}
.contact_list li:before{
	font-family:FontAwesome;
	font-size:15px;
	color:#3c7abf;
	vertical-align:middle;
	margin-left:8px;
	display:inline-block;
}
.contact_list li.f_address:before{
	content:"\f041";
}
.contact_list li.f_mobile:before{
	content:"\f10b";
}
.contact_list li.f_phone:before{
	content:"\f095";
}
.contact_list li.f_fax:before{
	content:"\f1ac";
}
.f_video {
	width: 100%;
	height: 230px;
	background: #222;
	padding: 10px;
	overflow:hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}
.f_video1{
	position:relative;
	width:100%;
	height: 100%;
}
.f_video iframe{
	width:100% !important;
	height:100% !important;
	border:none;	
}
/*end footer*/
/*start bottom*/
#bottom{
	width:100%;
	float:right;
	overflow:hidden;
	clear:both;
	background-color:#282a2b;
}
.bottom{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.copy{
	float:right;
	padding:10px 0px;
	font-size:12px;
	color:#aaa;
}
.obengo {
	float: left;
	padding: 10px 0px;
	color: #aaa;
	font-size: 12px;
}
/*end bottom*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:550px;
	display:block;
	background:#343d46;
	overflow:hidden;
	width:100%;
	position:relative;
	margin-bottom:60px;
}
#progress{
	position:absolute;
	z-index:101;
	bottom:0px;
	left:0px;
	height:10px;
	background:rgba(00,00,00,0.4);
}
.slideshow:hover .next,.slideshow:hover .prev{
	opacity:0.8;
}
.next,.prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:40px;
	text-align:center;
	position:absolute;
	top:240px;
	color:#eee;
	left:30px;
	opacity:0;
	right:auto;
	z-index:200;
	cursor:pointer;
}
.next{
	right:30px;
	left:auto;
}
.next:before{
	font-family:FontAwesome;
	content:"\f105";
}
.prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
.slideshow{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	position:relative;
	background-position:center;
}
.slider:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,0.2);
}
.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;
	z-index:100;
	position:relative;
}
.slider_cont_all{
	width:100%;
	font-family:cocon;
	display:block;
	text-align:center;
}
.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;
	font-weight:normal;
	display:block;
	color:#fff;
	font-size:30px;
	letter-spacing:2px;
	text-shadow:2px 2px 4px #4a4a4a;
	-webkit-text-shadow:2px 2px 4px #4a4a4a;
	-ms-text-shadow:2px 2px 4px #4a4a4a;
	-o-text-shadow:2px 2px 4px #4a4a4a;
	-moz-text-shadow:2px 2px 4px #4a4a4a;
	text-align:center;
}
.slider_cont h2:after {
	content: "";
	height: 1px;
	width: 240px;
	background: #aaa;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	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 {
	position:relative;	
	display: block;
	color: #fff;
	font-size: 20px;
	padding-top: 10px;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	-webkit-text-shadow: 0 1px 2px rgba(0,0,0,.6);
	-ms-text-shadow: 0 1px 2px rgba(0,0,0,.6);
	-o-text-shadow: 0 1px 2px rgba(0,0,0,.6);
	-moz-text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
@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 page title*/
.page_title{
	clear:both;
	display:block;
	overflow:hidden;
	margin-bottom:50px;
}
.page_title h2:before{
	font-family:FontAwesome;
	display:block;
	margin-bottom:10px;
	color:#aaa;
}
.page_title h2:after{
	font-family:FontAwesome;
	display:block;
	margin-top:2px;
	color:#aaa;
	content:"\f107";
}
.page_title h2{
	font-weight:normal;
	display:block;
	text-align:center;
	font-size:25px;
	color:#444;
	font-family:cocon;
}
.page_title h2 span{
	color:#f8a039;
}
/*end page title*/
/*start trigle*/
.trigle{
	clear:both;
	display:block;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	width:100%;
}
.trigle div{
	width:59px;
	display:inline-block;
	border-width:29px 29px 0 29px;
	border-color:transparent;
	border-top-color:#f0f0f0;
	border-style:solid;
}
/*end trigle*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	overflow:hidden;
	width:1170px;
	margin:0px auto 50px;
}
.aboutus{
	width:100%;
	display:table;
	overflow:hidden;
}
#ingaz{
	clear:both;
	display:block;
	overflow:hidden;
	width:1170px;
	margin:0px auto 50px;
}
.ingaz{
	width:100%;
	display:table;
	overflow:hidden;
}
.aboutus_right{
	display:table-cell;
	width:50%;
	vertical-align:top;
}
.aboutus_right img {
	max-width: 100%;
}
.aboutus_left{
	display:table-cell;
	vertical-align:middle;
	width:50%;
	line-height:2.4;
	padding-right:20px;
}
#ingaz .aboutus_left{
	padding-right:0;
	padding-left:20px;
}
.ingaz_slider{
	position:relative;
	width:100%;
	height:330px;
}
.ingaz_slider img{
	width:100%;
	height:100%;
}
.aboutus_left p{
	font-size:15px;
	color:#555;
}
.aboutus_left p:before{
	font-family:FontAwesome;
	display:block;
	margin-top:2px;
	color:#aaa;
	content:"\f10e";	
}
.aboutus_left p:after{
	font-family:FontAwesome;
	display:block;
	margin-top:2px;
	color:#aaa;
	content:"\f10d";
	text-align:left;
}
#ingaz .page_title h2:before,#aboutus .page_title h2:before{
	content:"\f006";
	display:inline-block;
	margin-bottom:0;
	margin-left:7px;
}
#aboutus .page_title h2:after,#ingaz .page_title h2:after{
	display:none;
}
#aboutus .page_title,#ingaz .page_title{
	margin-bottom:20px;
}
#aboutus .page_title h2{
	text-align:right;
}
#ingaz .page_title h2{
	text-align:right;
}
/*end aboutus*/
/*start partners*/
#partners {
	clear: both;
	display: block;
	position: relative;
	float: right;
	width: 100%;
	margin-bottom: 50px;
	background-color: #333;
	background-image: url(../images/dotted-line.png);
	background-position: center;
	background-repeat: repeat;
	padding: 60px 0px;
}
.back_part{
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:100%;
	background-color:rgba(33,33,33,0.65);
	background-image: url(../images/dotted-line.png);
}
#partners:before{
	background-color:rgba(33,33,33,0.3);
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	right:0;
}
.partners{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	position:relative;
}
.partners .page_title h2{
	color:#fff;
}
.partners .page_title h2:before{
	content:"\f0c0";
}
.partners ul{
	display:block;
	direction:ltr;
	visibility:hidden;
	overflow:hidden;
	clear:both;
}
.partners_slider.slick-initialized {
	visibility:visible;
}
.partners ul li{
	display:block;
	height:100%;
	padding:0px 10px;
	float:left;
}
.partners ul li a:hover{
	opacity:0.8;
}
.part_loop{
	background:#fff;
	border:6px solid #ddd;
	padding:15px 10px;
	min-height:192px;
	text-align:center;
	overflow:hidden;
}
.part_loop img{
	vertical-align:middle;
	display:inline-block;
	height:150px;
	max-width:100%;
	max-height:100%;
}
.p_next, .p_prev {
	border: none;
	background: none;
	cursor: pointer;
	z-index:100;
	position:absolute;
	left:20px;
	right:auto;
	bottom:140px;
}
.p_next{
	right:20px;
	left:auto;
}
.p_next:before,.p_prev:before{
	font-family:FontAwesome;
	font-weight:bold;
	font-size:20px;
	color:#aaa;
}
.p_next:before{
	content:"\f105";
}
.p_prev:before{
	content:"\f104";
}
/*end partners*/
/*start news*/
.news{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	clear:both;
	margin-bottom:80px;	
}
.news h1{
	font-family:cocon;
	font-weight:normal;
	font-size:15px;
	text-transform:uppercase;
	color:#999;
	letter-spacing:1px;
	text-align:center;
	display:block;
	margin-bottom:5px;
}
.news h2{
	display:block;
	margin-bottom:50px;
	text-align:center;
	color:#333;
	font-weight:normal;
	font-size:30px;
	font-family:cocon;
	text-transform:uppercase;
}
.news h2:after{
	display:block;
	content:"";
	width:30px;
	height:1px;
	background:#333;
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
}
.news b{
	display:block;
	width:50px;
	height:1px;
	background:#333;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}
.news_loop{
	width:33.33%;
	float:right;
	display:block;
	overflow:hidden;
	padding-right:15px;
	padding-left:15px;
}
.news_loop img{
	width:100%;
	height:195px;
	margin-bottom:20px;
}
.news_loop h3{
	font-weight:normal;
	text-align:right;
	font-family:cocon;
	color:#333;
	font-size:18px;
	margin-bottom:15px;
	text-transform:uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;	
}
.news_loop p{
	font-size:12px;
	color:#777;
	height:42px;
	margin-bottom:15px;
	overflow:hidden;	
}
.news_loop_more {
	clear: both;
	display: block;
	overflow: hidden;
	margin-top: 10px;
}
.news_loop_more a {
	display: inline-block;
	border: 1px dotted #555;
	color: #555;
	padding: 5px 17px;
}
.news_loop_more a:hover {
	background:#3c7abf;
	border: 1px solid #3c7abf;
	color: #fff;
}
/*end news*/
/*start contact*/
#contact{
	clear:both;
	background:#3498db;
	display:table;
	margin-bottom:50px;
	width:100%;
}
.contact_left{
	display:table-cell;
	width:50%;
	overflow:hidden;
	padding:20px 40px;
}
.contact_right{
	display:table-cell;
	width:50%;
	position:relative;
	overflow:hidden;
}
.contact_left h1{
	font-family:cocon;
	font-weight:normal;
	font-size:15px;
	text-transform:uppercase;
	color:#b8d8ee;
	text-align:center;
	display:block;
	margin-bottom:5px;
}
.contact_left h2{
	display:block;
	margin-bottom:20px;
	text-align:center;
	color:#fff;
	font-weight:normal;
	font-size:30px;
	font-family:cocon;
	text-transform:uppercase;
}
.contact_left h2:after{
	display:block;
	content:"";
	width:30px;
	height:1px;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
}
.contact_left b{
	display:block;
	width:50px;
	height:1px;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}
.map{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
}
.contact_form{
	clear:both;
	overflow:hidden;
	display:block;
}
.contact_form label:before{
	font-family:FontAwesome;
	color:rgba(255,255,255,0.9);
	position:absolute;
	right:20px;
	font-size:13px;
	top:-1px;
}
.contact_form label{
	display:block;
	width:100%;
	position:relative;
	background:#2980b9;
	margin-bottom:10px;
	height:50px;
	border-radius:50px;
	-webkit-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	-moz-border-radius:50px;
	padding:0px 20px;
	line-height:50px;
}
.contact_form label input{
	border:none;
	background:none;
	color:#fff;
	text-transform:capitalize;
	font-size:14px;
	font-family:cocon;
	width:100%;
	padding-right:20px;
	display:block;
	height:100%;
}
.contact_form label input::-webkit-input-placeholder,.contact_form label textarea::-webkit-input-placeholder{
	color:#9ab7cc;
}
.contact_form label.con_name:before{
	content:"\f007";
}
.contact_form label.con_email:before{
	content:"\f0e0";
}
.contact_form label.con_phone:before{
	content:"\f095";
}
.contact_form label.con_subject:before{
	content:"\f040";
}
.contact_form label.con_mssg{
	background:none;
	height:auto;
	line-height:1.7;
	padding:0;
}
.contact_form label.con_mssg textarea{
	background:none;
	display:block;
	resize: none;
	color:#fff;
	border:none;
	width:100%;
	font-family:cocon;
	padding:0px 20px;
	margin-top:30px;
}
.contact_form button{
	border:none;
	display:block;
	width:100%;
	position:relative;
	background:#fff;
	margin-bottom:10px;
	margin-top:20px;
	color:#3498db;
	height:50px;
	border-radius:50px;
	-webkit-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	-moz-border-radius:50px;
	padding:0px 20px;
	line-height:50px;
	font-family:cocon;
	font-size:18px;
	cursor:pointer;
	text-transform:uppercase;	
}
.contact_form button:hover{
	opacity:0.8;
	-moz-transition: all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;	
}
/*end contact*/
.next_ingaz,.prev_ingaz{
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
	width:30px;
	height:30px;
	line-height:28px;
	background:rgba(00,00,00,0.8);
	display:block;
	font-size:19px;
	text-align:center;
	opacity:1;
	position:absolute;
	top:10px;
	color:#fff;
	left:10px;
	right:auto;
	z-index:250;
	cursor:pointer;
}
.next_ingaz{
	left:40px;
}
.next_ingaz:before{
	font-family:FontAwesome;
	content:"\f105";
}
.prev_ingaz:before{
	font-family:FontAwesome;
	content:"\f104";
}
.search {
	border: 1px solid #646464;
	float: right;
	height: 40px;
	margin-top: 8px;
	width: 300px;
}
.searchbg {
  border: 1px solid #000;
  height: 100%;
  position:relative;
  width: 100%;
}
.searchbg input{
	border:none;
	background:none;
	font-family:droid,raleway;
	font-size:13px;
	color:#fff;
	width:100%;
	height:100%;
	padding:0 13px 0 34px;
}
.searchbg button{
	background:none;
	cursor:pointer;
	border:none;
	width:20px;
	height:20px;
	position:absolute;
	font-size:15px;
	left:13px;
	top:7px;
	color:#aaa;
}
.searchbg button:before{
	content:"\f002";
	font-family:FontAwesome;
}
.searchbg form {
  height: 100%;
  width: 100%;
}
.lang{
	float:right;
	margin-left:10px;
}
.lang li{
	display:block;
	float:right;
}
.lang li a, .lang li span {
	color: #bbb;
	font-size: 13px;
	border-left: 1px solid #414a53;
	display: block;
	padding: 16px 15px 13px;
}
.lang li span{
	border:none;
	color:#dfb937;
}
.lang li a:hover{
	background:#3c7abf;
	border-left: 1px solid #3c7abf;
	color:#fff;
}
/**/
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	border: 1px solid #5a5a5a;
	padding: 6px;
	color: #fff;
	background: #333;
}
#wp-calendar td, #wp-calendar th {
	border: 1px solid #555;
	text-align: center;
	padding: 3px;
}
/*start closed_site*/
.closed_site{
	overflow:hidden;
	clear:both;
	display:block;
	border:1px solid #ccc;
	padding:50px;
	margin:50px;
	text-align:center;
	font-size:20px;
	color:#666;
}
.closed_site:before{
	font-family:FontAwesome;
	display:block;
	margin-bottom:15px;
	color:#337ac1;
	font-size:50px;
	text-align:center;
	content:"\f071";
}
/*end closed_site*/
#wrap_width{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
	clear:both;
	overflow:hidden;
	display:block;
	position:relative;
}

/*start news*/
.wrap_width .news_loop{
	margin-bottom:25px;
}
/*end news*/
/*start navigation*/
#navigation{
	clear:both;
	display:block;
	overflow:hidden;
	background:#555;
	margin-bottom:25px;
	border-bottom:1px solid #333;
}
.navigation{
	width:1170px;
	margin-left:auto;
	margin-right:auto;
}
.navigation ul{
	text-align:right;
}
.navigation ul li{
	display:inline-block;
}
.navigation ul li:last-child:after{
	display:none;
}
.navigation ul li:after{
	font-family:FontAwesome;
	color:#bbb;
	display:inline-block;
	vertical-align:-1px;
	margin-right:5px;
	content:"\f100";
}
.navigation ul li a,.navigation ul li span{
	display:inline-block;
	padding:10px 5px;
	color:#fff;
}
.navigation ul li a:hover{
	color:#ec5229;
}
.navigation ul li span{
	color:#bbb;
}
/*end navigation*/
/*start pagination*/
.pagination{
	clear:both;
	overflow:hidden;
	padding:20px 0px;
	text-align:center;
}
.pagination li{
	display:inline-block;
}
.pagination li a:hover{
	background:#69a2e2;
}
.pagination li a{
	display:block;
	background:#3c7abf;
	color:#fff;
	padding:5px 20px;
	margin-left:10px;
	text-align:center;
}
/*end pagination*/
/*start postin*/
#postin{
	clear:both;
	display:block;
	margin-bottom:50px;
	overflow:hidden;
}
.postin_img{
	text-align:center;
	margin-bottom:30px;
	overflow:hidden;
	display:block;
}
.postin_img img{
	max-width:100%;
}
.postin_txt{
	display:block;
	line-height:2.5;
	color:#666;
}
.postin_txt img,.postin_txt iframe,.postin_txt fieldset{
	max-width:100%;
}
/*end postin*/
.newsb_title h1{
	font-family:cocon;
	font-weight:normal;
	font-size:15px;
	text-transform:uppercase;
	color:#999;
	letter-spacing:1px;
	text-align:center;
	display:block;
	margin-bottom:5px;
}
.newsb_title h2{
	display:block;
	margin-bottom:50px;
	text-align:center;
	color:#333;
	font-weight:normal;
	font-size:30px;
	font-family:cocon;
	text-transform:uppercase;
}
.newsb_title h2:after{
	display:block;
	content:"";
	width:30px;
	height:1px;
	background:#333;
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
}
.newsb_title b{
	display:block;
	width:50px;
	height:1px;
	background:#333;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}
/*start single post*/
.post_meta {
	clear: both;
	display: block;
	overflow: hidden;
	background: #f0f0f0;
	border-bottom: 1px solid #e9e9e9;
	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-size: 12px;
}
.postmeta_cats span:before {
	content:"\f02d";
	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: #7a7a7a;
	border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-moz-border-radius:2px;
	padding: 2px 5px;
	font-size: 11px;
}
.postmeta_cats ul li a:hover {
	background: #4a4a4a;
}
.postmeta_dets span {
	display: inline-block;
	color: #555;
	font-size: 12px;
	margin-left:10px;
	font-family: droid,raleway;
}
.postmeta_dets span:before {
	font-family:FontAwesome;
	margin-left:5px;
	vertical-align:0;
	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: #69a2e2;
}
.post_tags {
	clear: both;
	background: #fff;
	border: 1px solid #eee;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.post_tags span {
	display: inline-block;
	color: #555;
}
.post_tags span:before {
	content:"\f02c";
	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 {
	font-family: cocon;
	font-size: 25px;
	color: #000;
	display: block;
	margin-top: 50px;
	margin-bottom: 14px;
}
/*end single post*/
/*start maphome*/
#maphome{
	clear:both;
	position:relative;
	top:-1px;
	width:100%;
	float:right;
	height:450px;
	background:#f8f8f8;
	border:1px solid #ddd;
}
.map{
	width:100%;
	height:100%;
}
.maphome_down {
	position: absolute;
	background-color:rgba(33,33,33,0.8);
	color: #fff;
	top: -21px;
	padding: 8px 20px;
	left: 20px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	-moz-border-radius: 40px;
	font-size: 11px;
	cursor:pointer;
	z-index:255;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.maphome_down:hover{
	background:rgba(247,146,31,0.8);
}
.maphome_down:after {
	content: "\f107";
	font-family: FontAwesome;
	margin-right: 10px;
	font-size: 18px;
	vertical-align: -3px;
	color: #eee;
}
/*end maphome*/
/*start contact_form*/
#contact_form{
	clear:both;
	display:block;
	margin-top:50px;
	width:100%;
	overflow:hidden;
}
.contact_form{
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
}
.contact_form_right {
	display: block;
	width: 100%;
	padding:30px 0px 30px 15px;
	text-align: center;
}
.contact_form_details_list{
	clear:both;
	overflow:hidden;
}
.contact_form_details_list li {
	display:block;
	float:right;
	letter-spacing: 1px;
	padding: 20px;
	color: #777;
	background: #fff;
	border: 1px solid #ddd;
	width: 50%;
	margin-bottom:10px;
	margin-left: 1%;
}
.contact_form_details_list li.cmail{
	margin-left:0;
	width:49%;
}
.contact_form_details_list li.caddress{
	margin-left:0;
	width:100%;
}
.contact_form_details_list li span{
	display:block;
	margin-bottom:10px;
	color:#333;
	font-size:20px;
	font-family:cocon;
}
.contact_form_details_list li span:before{
	font-family:FontAwesome;
	color:#69a2e2;
	vertical-align:middle;
	font-size:30px;
	margin-left:10px;
}
.contact_form_details_list li.cphone 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 p{
	padding-right:30px;
	display:block;
}
.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;
	padding-left:15px;
	overflow:hidden;
}
.contact_form_frame label.msg_contact_form{
	width:100%;
	margin-bottom:15px;
	padding-left:15px;
	overflow:hidden;
}
.contact_form_frame label textarea{
	min-height:200px;
}
.contact_form_frame label input,.contact_form_frame label textarea{
	display:block;
	background:#fff;
	border:1px solid #ddd;
	padding:10px;
	font-family:droid,Raleway;
	font-size:13px;
	color:#444;
	width:100%;
}
.contact_form_frame label input:focus,.contact_form_frame label textarea:focus{
	border:1px solid #69a2e2;
}
.go_contacto{
	clear:both;
	display:inline-block;
	cursor:pointer;
	background:#69a2e2;
	color:#fff;
	font-family:droid;
	font-size:13px;
	text-align:center;
	padding:7px 40px;
	border:none;
}
.go_contacto:hover{
	background:#7a7a7a;
}
/*end contact_form*/
/*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*/
.latest_loop{
  float:right;
  display:block;
  position:relative;
  overflow:hidden;
  height: 250px;
  padding:10px;
  width: 25%;
}
.latest_loop:first-child{
  height: 500px;
  width: 50%;
}
.latest{
  display:block;
  position:relative;
  overflow:hidden;
  height: 100%;
  width: 100%;
  background-size:cover;
  background-repeat:no-repeat;
}
.latest span {
  background: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0) 40%,rgba(0,0,0,.6));
  background: -webkit-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0) 40%,rgba(0,0,0,.6));
  background: -ms-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0) 40%,rgba(0,0,0,.6));
  background: -o-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0) 40%,rgba(0,0,0,.6));
  background: -moz-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0) 40%,rgba(0,0,0,.6));
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.latest b{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
  	height:100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
	opacity:0;	
}
.latest h2 {
  bottom: 15px;
  color: #f2f1ef;
  font-family: cocon;
  font-size: 23px;
  font-weight: normal;
  padding:0px 10px;
  position: absolute;
  width: 100%;
  text-shadow:1px 1px 1px #000;
  -webkit-text-shadow:1px 1px 1px #000;
  -ms-text-shadow:1px 1px 1px #000;
  -o-text-shadow:1px 1px 1px #000;
  -moz-text-shadow:1px 1px 1px #000;
}
.latest:hover h2{
  	bottom: 25px;
  	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.latest .latest-cate{
  left: 10px;
  position: absolute;
  overflow:hidden;
  top: 10px;
}
.latest .latest-cate a {
  background:rgba(0,0,0,.7);
  color: #fff;
  font-size: 11px;
  padding: 5px 8px;
  line-height:1.6;
  display:inline-block;
  float:left;
  margin-right:4px;
  margin-bottom:3px;
}
.latest .latest-cate a:hover{
	background:#e74c3c;
}
.latest:hover b {
  background: rgba(105,162,226,0.6);
  opacity:1;
}
.postin_txt * {
	list-style: inside;
	padding-bottom: 3px;
}
.postin_txt h1, .postin_txt h2, .postin_txt h4, .postin_txt h3 {
	padding-bottom: 10px;
	padding-top: 10px;
}
.postin_txt li {
	padding-right: 15px;
}
.postin_txt blockquote {
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px;
}
.postin_txt img,.postin_txt iframe,.postin_txt video,.postin_txt audio{
	width:auto;
	max-width: 100%;
	height:auto;
}
#gallery-1 img {
	border: 2px solid #f8f8f8 !important;
}
hr{
	background:#eee;
	padding:0 !important;
	border-color:#eee;
}
/*start signin and signup*/
.title_page {
	display: block;
	font-size: 30px;
	font-family: cocon;
	color: #555;
	text-align: center;
	margin-bottom: 30px;
}
.title_page:after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #3970ae;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#login_box {
	clear: both;
	width: 400px;
	background-image:url(../images/bg2.png);
	background-repeat:repeat;
	background-color: #fff;
	margin: 0px auto;
	border: 1px solid #eee;
	overflow: hidden;
}
#login_box .title_page {
	font-size: 23px;
	margin: 0;
	border-bottom: 1px solid #eee;
	padding: 25px 10px;
	border-top: 1px solid #eee;
}
.form_box {
	clear: both;
	display: block;
	overflow: hidden;
	padding: 15px;
}
.form_box label {
	display: block;
	width: 100%;
	margin-bottom: 25px;
	overflow: hidden;
}
.form_box label input {
	display: block;
	background: #fefefe;
	border: 1px solid #ddd;
	font-family: droid,raleway;
	font-size: 13px;
	color: #555;
	padding: 13px;
	width: 100%;
}
.form_box label input:focus {
	border: 1px solid #3c7abf;
}
.form_box label span {
	display: block;
	margin-bottom: 10px;
	color: #555;
	font-size: 12px;
}
.form_box label span:before {
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-left: 7px;
	font-size: 15px;
	color: #666;
}
.form_box button.submit {
	display: inline-block;
	background: #3c7abf;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 5px solid #3970ae;
	color: #fff;
	cursor: pointer;
	font-family: droid,raleway;
	padding: 4px 30px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 12px;
}
.form_box button.go_reset_phone_code {
    background: none;
    border: none;
    color: #3c7abf;
    padding: 0px;
    float: left;
    margin-top: 8px;
}
.form_box button.go_reset_phone_code:hover {
	text-decoration:underline;
}
.form_box button.submit:hover{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	opacity:0.8;
}
.forget_reg_ul {
	clear: both;
	display: block;
	background: #f8f8f8;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 15px;
	overflow: hidden;
}
.forget_reg_ul li {
	display: block;
	float: right;
}
.forget_reg_ul li:last-child {
	float: left;
}
.forget_reg_ul li a {
	font-size: 12px;
	color: #555;
}
.forget_reg_ul li:before{
	display:none;
}
.forget_reg_ul li a:before{
	font-family:FontAwesome;
	margin-left:5px;
	font-size:15px;
	vertical-align:0px;
}
.forget_reg_ul li a:hover {
	text-decoration:underline;
}
/*signup*/
.form_box .tree, .form_box .multi,.form_box .single{
	display: block;
	width: 100%;
	margin-bottom: 25px;
	overflow: hidden;
}
.form_box .tree .withlabel {
	width: 32.33%;
	float: right;
	margin-bottom: 0;
	margin-left: 1%;
}
.form_box .single .withlabel {
	width: 100%;
	float: right;
	margin-bottom: 0;
	margin-left: 0;
}
.form_box .multi .withlabel {
	width: 49%;
	float: right;
	margin-bottom: 0;
	margin-left: 1%;
}
.form_box .withlabel p {
	display: block;
	margin-bottom: 10px;
	color: #555;
	font-size: 12px;
}
.form_box .withlabel p:before {
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-left: 7px;
	font-size: 15px;
	color: #666;
}
.form_box .withlabel p:before,.form_box .withlabel p:before{
	content:"*";
}
.form_box .withlabel.noreqireps p:before, .form_box .withlabel.noreqireps p:before{
	display:none;
}
.form_box .withlabel input:disabled{
	background:#f8f8f8;
	cursor:text;
}
.userp_map {
    margin: 0px 20px 20px;
    border: 1px solid #ddd;
    clear: both;
    overflow: hidden;
    height: 350px;
}
.userp_map .map{
	position:static;
}
.map_account{
	clear:both;
	display:block;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	width:100%;
	height:350px;
	display:block;
}
.form_box .withlabel input {
	display: block;
	background: #fefefe;
	border: 1px solid #ddd;
	font-family: droid,raleway;
	font-size: 13px;
	color: #555;
	padding: 13px;
	width: 100%;
}
.form_box .withlabel select {
	display: block;
	background: #fefefe;
	border: 1px solid #ddd;
	font-family: droid,raleway;
	font-size: 12px;
	color: #555;
	padding: 13px;
	width: 100%;
}
#login_box.register_box {
	width: 950px;
}
.form_box label.tree span:before,.form_box label.multi span:before{
	content:"*";
}
.form_box label.tree label{
	width: 32.33%;
	float: right;
	margin-bottom:0;
	margin-left: 1%;
}
.form_box label.multi label {
	width: 49%;
	float: right;
	margin-bottom:0;
	margin-left: 1%;
}
.form_box label.multi label:nth-child(2),.form_box .multi .withlabel:nth-child(2){
	margin-left: 0;
	width: 50%;
}
.form_box label.tree label:nth-child(3),.form_box .tree .withlabel:nth-child(3){
	margin-left: 0;
	width: 33.33%;
}
.form_box h3:before{
	font-family:FontAwesome;
	margin-left:5px;
	vertical-align:0;
	font-size:20px;
}
.form_box h3 {
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	font-family: cocon;
	font-size: 23px;
	color: #777;
	font-weight: normal;
	border: 1px solid #eee;
	padding: 15px;
	background: #eee;
}
.form_box label select {
	display: block;
	background: #fefefe;
	border: 1px solid #ddd;
	font-family: droid,raleway;
	font-size: 12px;
	color: #555;
	padding: 13px;
	width: 100%;
}
.form_box label select:focus,.form_box .withlabel input:focus,.form_box .withlabel select:focus {
	border: 1px solid #3c7abf;
}
.fstElement {
	position: relative;
	font-family:droid,raleway;
	font-size:13px;
	color:#555;
	display:block;
}
.fstResults {
	position: absolute;
	max-height:15em;
	overflow-x:hidden;
	overflow-y:auto;
	background: #fff;
	top:100%;
	border-right: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	box-shadow:0 0.2em 0.2em rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0.2em 0.2em rgba(0,0,0,0.1);
	-ms-box-shadow:0 0.2em 0.2em rgba(0,0,0,0.1);
	-o-box-shadow:0 0.2em 0.2em rgba(0,0,0,0.1);
	-moz-box-shadow:0 0.2em 0.2em rgba(0,0,0,0.1);
	right: 0px;
	left:0px;
	z-index:100;
	display:none;
}
.fstSingleMode .fstResults{
	left:-1px;
	right:-1px;
}
.fstMultipleMode.fstActive .fstResults{
	z-index:10;
	display:block;
}
.fstResults span:before,.fstResults p:before {
	display: none;
}
.fstResults p{
	text-align:center;
	padding:10px;
}
.fstMultipleMode .fstControls {
	border:1px solid #ddd;
	overflow:hidden;
	background:#fefefe;
	cursor:text;
	padding:10.5px;
}
.fstElement.fstActive .fstControls,.fstElement.fstSingleMode.fstActive .fstToggleBtn{
	border:1px solid #3c7abf;
}
.fstElement:before {
	content: "";
	border: 5px solid transparent;
	position: absolute;
	z-index:1;
	left: 13px;
	top: 24px;
	border-top-color: #cacaca;
}
.form_box .withlabel .fstMultipleMode .fstQueryInput{
	width:2em;
	float:right;
}
.form_box .withlabel .fstMultipleMode .fstQueryInputExpanded {
	float: none;
	width: 100%;
}
.form_box .withlabel .fstQueryInput {
	float: none;
	display:inline-block;
	width:auto;
}
.form_box .withlabel .fstResults span {
	display: block;
	margin: 0;
	padding: 10px 10px;
	cursor: pointer;
	color: #555;
	border-bottom: 1px solid #e8e8e8;
}
.form_box .withlabel .fstResults span:hover{
	background:#f1f1f1;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.form_box .withlabel .fstControls input{
	background:none;
	margin-bottom:.41667em;
	border:none;
	padding:0;
}
.form_box .fstChoiceItem button {
	background: none;
	border: none;
	padding: 0px;
	color: #000;
	font-size: 1.16667em;
	cursor:pointer;
	position: absolute;
	right: 0px;
	top: 50%;
	font-family: droid;
	line-height: 1.28571em;
	margin-top: -.64286em;
	text-align: center;
	width: 1.28571em;
}
.fstChoiceItem {
	padding:0px 1.5em 0px .33333em;
	margin-left:.41667em;
	margin-top:.200em;
	position: relative;
	float: right;
	cursor:auto;
	background: #ddd;
	border:1px solid #d0d0d0;
	font-size: 12px;
	border-radius: .25em;
	-webkit-border-radius: .25em;
	-ms-border-radius: .25em;
	-o-border-radius: .25em;
	-moz-border-radius: .25em;
	display:inline-block;
}
.fstToggleBtn{
	border:1px solid #ddd;
	overflow:hidden;
	cursor:pointer;
	background:#fefefe;
	padding:13px;
}
.fstElement.fstActive .fstResults {
	display: block;
}
.fstSingleMode .fstControls {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 100%;
	padding: 0.5em;
	border:1px solid #eee;
	background:#fefefe;
	display: none;
	z-index:100;
}
.fstSingleMode.fstActive .fstControls {
	display: block;
	border-top: none;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	box-shadow: 0 0.2em 0.2em rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0.2em 0.2em rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0.2em 0.2em rgba(0,0,0,0.1);
	-o-box-shadow: 0 0.2em 0.2em rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0.2em 0.2em rgba(0,0,0,0.1);
}
.form_box .withlabel .fstSingleMode .fstControls input {
	width: 100%;
	background: #f8f8f8;
	border: 1px solid #eee;
	padding:10px;
	font-size: 12px;
	color: #888;
}
.check_terms{
	display:block;
	overflow:hidden;
}
.check_terms label {
	display: block;
	cursor: pointer;
	overflow: hidden;
	float: right;
	width: auto;
}
.check_terms label input{
	float:none;
	width:auto;
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
}
.check_terms label span {
	display: inline-block;
}
.error_input{
	border:1px solid #db5352 !important;
}
#wraps{
	clear:both;
	overflow:hidden;
	padding:50px 0px;
	min-height:500px;
	display:block;
	position:relative;
	z-index:99;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
/*addnew*/
.withlabel.activeajax .fstMultipleMode .fstControls {
	background: #eee;
}
.withlabel.activeajax .load_cover_icon {
	left: 0px;
	background: none;
	width: 100%;
	top: 32px;
	height: 55px;
}
.withlabel.activeajax {
	position: relative;
}
.withlabel.activeajax .load_cover_icon .spinner > div {
	background-color: rgba(33,33,33,0.1);
}
.products_images_full {
	clear: both;
	overflow: hidden;
	display: block;
}
.product_img_label {
	float: right;
	width: 20%;
	padding: 10px;
}
.form_box .product_img_label:hover label {
	border: 1px solid #dae2ee;
}
.form_box .product_img_label label {
	width: 100%;
	height: 255px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	position:relative;
	overflow: hidden;
	background: #eee;
	border: 1px solid #ddd;
	margin-bottom:10px;
	cursor:move;
}
.form_box h3 b:hover{
	background:#dae2ee;
}
.form_box h3 b {
	font-weight: normal;
	font-size: 11px;
	font-family: droid;
	background: #fff;
	color: #555;
	cursor:move;
	padding: 9px 10px;
	border: 1px solid #ccc;
	float: left;
	cursor:pointer;
	line-height: 1;
}
.form_box h3 b:before {
	content: "\f196";
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-left: 4px;
}
.form_box .product_img_label label span:before {
	content: "\f014";
	margin:0;
	color:#fff;
}
.form_box .product_img_label label span {
	position: absolute;
	left: 10px;
	top: 10px;
	background:#ef8239;
	margin:0;
	cursor: pointer;
	padding: 1px;
	width: 25px;
	text-align: center;
	height: 25px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	opacity: 0.95;
}
.form_box .product_img_label label span:hover{
	opacity:1;
}
.form_box .product_img_label label img {
	height: 100%;
	width: 100%;
}
.form_box button.submit:before{
	font-family:FontAwesome;
	margin-left:5px;
	vertical-align:0;
}
.update_aboutus_buttongo {
	display: inline-block;
	margin-top: 15px;
	background: #3c7abf;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 4px solid #3970ae;
	color: #fff;
	font-family: droid;
	font-size: 12px;
	padding: 5px 10px;
	min-width: 90px;
	cursor: pointer;
	text-align:center;
}
.update_aboutus_buttongo:hover{
	opacity:0.8;
}
.update_aboutus_buttongo:before {
	margin-left: 5px;
	vertical-align: 0;
	font-family: FontAwesome;
	content: "\f044";
}
/*addnew*/
/*end signin and signup*/
/**/
.loggedin {
	float: left;
	line-height:1;
	position:relative;
	width: 150px;
	z-index:50;
}
.loggedin_user {
	float: left;
	margin-right:10px;
	position: relative;
	height: 55px;
}
.loggedin_user span {
	display: block;
	position: relative;
	cursor: pointer;
	padding:5px;
}
.loggedin_user span img {
	width: 45px;
	height: 45px;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	-moz-border-radius: 60px;
	display: block;
}
.loggedin_notification p:before {
	content: "\f0a2";
	font-family: FontAwesome;
}
.loggedin_notification {
	float: left;
	display: block;
	color: #bbb;
	font-size: 22px;
}
.loggedin_notification p:hover,.loggedin_user span:hover,.loggedin_user:hover span{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	background:#e9e9e9;
}
.loggedin_user:hover .loggedbox{
	display:block;
}
.loggedbox {
	width: 170px;
	display:none;
	position: absolute;
	left: 0px;
	background: #fff;
	z-index: 1001;
	overflow: hidden;
	box-shadow: 0px 11px 13px -19px #000;
	-webkit-box-shadow: 0px 11px 13px -19px #000;
	-ms-box-shadow: 0px 11px 13px -19px #000;
	-o-box-shadow: 0px 11px 13px -19px #000;
	-moz-box-shadow: 0px 11px 13px -19px #000;
	border: 1px solid #e9e9e9;
}
.loggedbox ul {
	clear: both;
	display: block;
	overflow: hidden;
}
.loggedbox ul li {
	display: block;
	overflow: hidden;
}
.loggedbox ul li a:hover{
	background:#e9e9e9;
}
.loggedbox ul li a {
	display: block;
	color: #666;
	line-height:1.5;
	font-family:droid,raleway;
	text-transform:capitalize;
	font-size: 12px;
	padding: 10px 8px;
	border-bottom: 1px solid #e9e9e9;
}
.loggedbox ul li:before{
	display:none;
}
.loggedbox ul li a:before{
	font-family:FontAwesome;
	display:inline-block;
	margin-left:5px;
	vertical-align:0;
}
.loggedbox p {
	clear: both;
	display: block;
	overflow: hidden;
	background: #F2F3F7;
	padding:10px 8px;
}
.loggedbox p a {
	font-size: 12px;
	color: #666;
}
.loggedbox p a:hover{
	color:#db5352;
}
.loggedbox p a:before {
	font-family:FontAwesome;
	vertical-align:0;
	margin-left:5px;
	content:"\f011";
}
/**/
/*start notifications*/
.loggedin_notification p {
	width: 100%;
	height: 55px;
	cursor: pointer;
	position: relative;
	text-align: center;
	padding: 0px 15px;
	line-height: 55px;
}
.loggedin_notification p.active {
	background:#e9e9e9;
}
.notification_list {
	position: absolute;
	width: 360px;
	display:none;
	background: #fff;
	z-index: 1000;
	left: 0px;
	top: 100%;
	border: 1px solid #eee;
	box-shadow: 0px 0px 10px -9px #000;
	-webkit-box-shadow: 0px 0px 10px -9px #000;
	-ms-box-shadow: 0px 0px 10px -9px #000;
	-o-box-shadow: 0px 0px 10px -9px #000;
	-moz-box-shadow: 0px 0px 10px -9px #000;
}
.notification_bottom {
	clear: both;
	overflow:hidden;
	display: block;
	border-top: 1px solid #ddd;
	padding: 15px 10px;
	color: #444;
}
.notification_list ul {
	clear: both;
	display: block;
	overflow: auto;
	height: 255px;
	position:relative;
}
.notification_list ul li.empty {
	padding: 110px 0px;
	border-bottom: none;
	background: none !important;
	color: #aaa;
	font-size: 14px;
}
.notification_list ul li {
	display: block;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding: 10px;
}
.notification_list ul li:first-child {
	background: #f8f8f8;
}
.notification_img img {
	height: 100%;
	display: inline-block;
	width: 100%;
}
.notification_img {
	float: right;
	width: 40px;
	border-radius:40px;
	-webkit-border-radius:40px;
	-ms-border-radius:40px;
	-o-border-radius:40px;
	overflow:hidden;
	-moz-border-radius:40px;
	text-align:center;
	line-height:55px;
	height: 40px;
	border: 1px solid #eee;
}
.notification_bottom a:before {
	content: "\f0f3";
	display:inline-block;
	color:#333;
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-left: 5px;
}
.notification_bottom a:hover{
	background:none;
	border:none;
	color: #444;
	text-decoration:underline;
}
.notification_bottom a{
	float:right;
	display:block;
	margin:0;
	padding:0;
	font-size:12px;
	border:none;
	background:none;
	color: #444;
}
.notification_title {
	display: block;
	margin-bottom: 7px;
	color: #666;
	line-height:1.7;
	font-size: 12px;
	margin-right: 50px;
	padding-top: 3px;
}
.notification_text:before {
	content: "\f017";
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: 0px;
	margin-left: 5px;
	color: #aaa;
}
.notification_text {
	display: block;
	color: #888;
	font-size: 12px;
	margin-right: 50px;
}
.loadinpos{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.loadinpos .loadblack{
	position:absolute;
	background:none;
}
.loggedin_notification p i {
	background: #e55845;
	color: #fff;
	font-style: normal;
	position: absolute;
	left: 3px;
	top: 4px;
	font-size: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-moz-border-radius: 50px;
}
.issue_table {
	clear: both;
	display: table;
	overflow: hidden;
	width: 100%;
	background: #fff;
	border: 1px solid #dae2ee;
}
.issue_table_row {
	display: table-row;
}
.issue_table_cell {
	display: table-cell;
	border-bottom: 1px solid #dae2ee;
	padding: 25px 15px;
	vertical-align:top;
}
.issue_table_row:first-child .issue_table_cell{
	background:#fffaca;
}
.issue_table_row:hover .issue_table_cell{
	background:#f6f6f6;
}
.issue_img {
	width: 45px;
	height: 45px;
	overflow: hidden;
	float: right;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-moz-border-radius: 50px;
	border: 1px solid #eee;
}
.issue_img img{
	width:100%;
	height:100%;
}
.issue_cell_all.issue_cell_allnotif {
	margin-right: 55px;
	color: #666;
	font-family: droid,raleway;
	font-size: 13px;
}
.issue_cell_all.issue_cell_allnotif a{
	display:inline;
	font-size:12px;
}
.issue_cell_all.issue_cell_allnotif span {
	display: block;
	font-size: 12px;
	color: #999;
}
.pagi_list_num {
	clear: both;
	display: block;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pagi_list_num li {
	display: inline-block;
}
.pagi_list_num li a {
	display: block;
	border: 1px solid #ddd;
	font-family: Raleway;
	font-size: 14px;
	padding: 5px 8px;
	color: #b09037;
	background: #fff;
}
.pagi_list_num li span {
	display: block;
	border: 1px solid #34495e;
	background:#34495e;
	font-family: Raleway;
	font-size: 14px;
	padding: 5px 8px;
	color: #fff;
}
.pagi_list_num li a:hover {
	border: 1px solid #2c3e50;
}
.empty{
	display:block;
	text-align:center;
	padding:80px;
	font-size:20px;
	color:#999;
}
/*end notifications*/
/*start author*/
/*head*/
#userp_table{
	width:100%;
}
#userp_right{
	float:right;
	width:850px;
}
.userp_images {
	width: 100%;
	position: relative;
	display: block;
	height: 320px;
	border-right: 1px solid #dae2ee;
	border-left: 1px solid #dae2ee;
	border-bottom: 1px solid #dae2ee;
}
.userp_images:before{
	content:"";
	width:100%;
	top:0;
	right:0;
	height:100%;
	position:absolute;
	z-index:50;
	background: linear-gradient(rgba(0,0,0,0) 71%, rgba(0,0,0, .53));	
}
.userp_cover {
	position: absolute;
	width: 100%;
	cursor:pointer;
	height: 100%;
	z-index:51;
	top: 0;
	right: 0;
}
.userp_cover_img {
	position: absolute;
	width: 100%;
	right: 0;
	top: 0;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.userp_cover span {
	position: absolute;
	top: 15px;
	right: 15px;	
}
.userp_cover:hover p{
	box-shadow: 0 0 6px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .6);
	-ms-box-shadow: 0 0 6px rgba(0, 0, 0, .6);
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .6);
	border: 1px solid #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #000;
	display:block;
}
.userp_cover p {
	border:1px solid transparent;
	color: #fff;
	font-size: 12px;
	display:none;
	padding:5px 31px 5px 12px;	
}
.userp_cover:hover i:before{
	transform:scale(1);
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-moz-transform:scale(1);	
}
.userp_cover i:before {
	font-family: FontAwesome;
	text-shadow:1px 1px 1px #ccc;
	-webkit-text-shadow:1px 1px 1px #ccc;
	-ms-text-shadow:1px 1px 1px #ccc;
	-o-text-shadow:1px 1px 1px #ccc;
	-moz-text-shadow:1px 1px 1px #ccc;
	content: "\f030";
	margin-left: 10px;
	opacity: 0.8;
	color:#fff;
	font-style:normal;
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 10px;
	transform:scale(1.3);
	-webkit-transform:scale(1.3);
	-ms-transform:scale(1.3);
	-o-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300msa;
	-o-transition: all 300ms;	
}
.load_cover_icon {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background:rgba(0,0,0,0.1);
	top: 0;
	right: 0;
	z-index: 52;
}
.user_profile_img {
	position: absolute;
	width: 96px;
	height: 96px;
	border:1px solid #fff;
	overflow: hidden;
	border-radius: 128px;
	-webkit-border-radius: 128px;
	-ms-border-radius: 128px;
	-o-border-radius: 128px;
	-moz-border-radius: 128px;
	bottom: -20px;
	z-index: 55;
	right: 10px;
	background: #fff;
}
#user_profile_all .load_cover_icon {
	width: 96px;
	height: 96px;
	bottom: -20px;
	top: auto;
	right: 10px;
	border-radius: 128px;
	-webkit-border-radius: 128px;
	-ms-border-radius: 128px;
	-o-border-radius: 128px;
	-moz-border-radius: 128px;
	z-index: 57;
}
.user_profile_img img{
	width:100%;
	height:100%;
}
.user_profile {
	position: absolute;
	width: 96px;
	height: 96px;
	border-radius: 128px;
	-webkit-border-radius: 128px;
	-ms-border-radius: 128px;
	-o-border-radius: 128px;
	-moz-border-radius: 128px;
	overflow: hidden;
	z-index: 56;
	right: 10px;
	bottom: -20px;
	cursor: pointer;
}
.user_profile span {
	position: absolute;
	bottom: 0px;
	height:0px;
	width:100%;
	font-size:11px;
	text-align: center;
	background: rgba(0,0,0,0.6);
	color: #fff;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300msa;
	-o-transition: all 300ms;	
}
.user_profile:hover span{
	height:65%;
	padding: 5px;
}
.user_profile span i:before {
	font-family: FontAwesome;
	content: "\f030";
	font-style:normal;
	color:#bbb;
	font-size: 12px;
	display:block;	
}
.userp_name {
	position: absolute;
	right: 120px;
	text-align:center;
	bottom: 12px;
	font-family: cocon;
	font-size: 22px;
	color: #fff;
	text-transform:capitalize;
	z-index: 57;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	-ms-text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	-o-text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
.userp_edit {
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 58;
}
.userp_edit a {
	background: #f5f6f7;
	border: 1px solid rgba(0,0,0,0.4);
	font-size: 12px;
	color: #555;
	padding: 2px 8px;
}
.userp_edit a:hover{
	background: #ebedf0;
}
.userp_edit a:before{
	font-family:FontAwesome;
	content:"\f044";
	margin-left:5px;
	vertical-align:0px;
}
#userp_left {
	margin-right: 850px;
	height: 320px;
	background: #fff;
	border-left: 1px solid #e9e9e9;
}
.userp_left_text {
	overflow: hidden;
	display: block;
	position:relative;
	padding: 20px;
}
.userp_count_products {
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
	display: block;
}
.userp_count_products span {
	display: block;
	overflow: hidden;
	font-size: 13px;
	color: #000;
}
.userp_count_products span p {
	float: left;
	font-size: 17px;
	font-family: raleway;
	color: #f68b1e;
}
.userp_count_products_bar {
	clear: both;
	display: block;
	width: 100%;
	height: 10px;
	margin-bottom:30px;
	background: #eee;
	margin-top: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}
.userp_count_products_bar_active {
	position: absolute;
	height: 100%;
	right: 0px;
	top: 0px;
	background: #3498db;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300msa;
	-o-transition: all 300ms;	
}
.userp_count_products img {
	display: block;
	width: 96px;
	height: 96px;
	border: 1px solid #eee;
	margin-bottom: 10px;
}
.userp_count_products h1 {
	font-weight: normal;
	font-family: cocon;
	font-size: 22px;
	text-transform: capitalize;
	display: block;
	margin-bottom: 20px;
	color: #000;
}
.userp_country,.userp_phone,.userp_email,.userp_cardid{
	display: block;
	border: 1px solid #eee;
	padding:0;
	font-family:droid,raleway;
	margin-bottom: 10px;
}
.userp_country span {
	color: #555;
	font-size: 13px;
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
	display: block;
}
.userp_country span:before {
	content: "\f041";
	width: 35px;
	height: 35px;
	float: right;
	background: #f8f8f8;
	text-align: center;
	border-left: 1px solid #eee;
	margin-left: 5px;
	font-family: FontAwesome;
	color: #999;
}
.userp_email a,.userp_phone a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
	display: block;
}
.userp_cardid span {
	color: #555;
	font-size: 13px;
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
	display: block;
}
.userp_cardid{
	border: 1px solid #ddd;
	background:#f8f8f8;
}
.userp_phone{
	border: 1px solid #3498db;
	background:#3498db;
}
.userp_email{
	border: 1px solid #f39c12;
	background:#f39c12;
}
.userp_cardid span:before {
	content: "\f2c2";
	width: 35px;
	height: 35px;
	float: right;
	background:#f8f8f8;
	text-align: center;
	border-left: 1px solid #ddd;
	margin-left: 5px;
	font-family: FontAwesome;
	color:#555;
}
.userp_phone a:before {
	content: "\f095";
	width: 35px;
	height: 35px;
	float: right;
	background:#3498db;
	text-align: center;
	border-left: 1px solid #338eca;
	margin-left: 5px;
	font-family: FontAwesome;
	color:#fff;
}
.userp_email a:before {
	content: "\f003";
	width: 35px;
	height: 35px;
	float: right;
	background:#f39c12;
	text-align: center;
	border-left: 1px solid #e09318;
	margin-left: 5px;
	font-family: FontAwesome;
	color:#fff;
}
.userp_count_products h1 p {
	display: inline-block;
	font-size: 13px;
	font-family: droid,raleway;
	color: #777;
}
@media screen and (max-width: 1200px){
	#userp_left {
		margin-right: 780px;
	}
}
.userp_nav {
	clear: both;
	display: block;
	padding-right:110px;
	background: #fff;
	border-bottom: 1px solid #dae2ee;
	border-right: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	height: 50px;
}
.userp_nav ul {
}
.userp_nav ul li {
	display: block;
	position:relative;
	float: right;
}
/*new*/
.userp_nav ul li:hover a{
	background:#dae2ee;
}
.userp_nav ul li.drop a:after {
	content: "\f0d7";
	font-family: FontAwesome;
	position: absolute;

	left: 10px;
	top: 19px;
}
.userp_nav ul li:hover .dropsub{
	display:block;
}
.userp_nav ul li:hover .dropsub ul {
	margin: 0;
	float: none;
	width: 100%;
}
.dropsub {
	position: absolute;
	z-index: 120;
	display: none;
	width: 200px;
	padding: 10px 0 10px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 3px 5px 0 rgba(51,51,51,.3);
	-webkit-box-shadow: 0 3px 5px 0 rgba(51,51,51,.3);
	-ms-box-shadow: 0 3px 5px 0 rgba(51,51,51,.3);
	-o-box-shadow: 0 3px 5px 0 rgba(51,51,51,.3);
	-moz-box-shadow: 0 3px 5px 0 rgba(51,51,51,.3);
	right: -1px;
	top:49px;
}
.userp_nav ul li:hover .dropsub ul li {
	float: none;
	height: auto;
}
.userp_nav ul li:hover .dropsub ul li a {
	display: block;
	height: auto;
	padding: 10px;
	background: none;
	border-bottom: 1px solid #dae2ee;
}
.userp_nav ul li:hover .dropsub ul li:last-child a{
	border-bottom:none;
}
.userp_nav ul li:hover .dropsub ul li a:after{
	display:none;
}
.userp_nav ul li:hover .dropsub ul li a:hover{
	background:#dae2ee;
}
.userp_nav ul li.drop a {
	padding-left: 30px;
}
/*new*/
.userp_nav ul li a {
	display: block;
	padding: 14px 20px;
	font-size: 12px;
	border-left: 1px solid #eee;
	color: #555;
}
.userp_nav ul li a:hover{
	background:#dae2ee;
}
.userp_nav ul li.current a{
	background:#eee;
}
/*head*/
/*aboutus*/
.userp_text_box {
	clear: both;
	display: block;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 15px;
}
.userp_text_box h2 {
	background: #f5f6f7;
	border: 1px solid #dae2ee;
	font-weight: normal;
	font-size: 22px;
	font-family: cocon;
	color:#555;
	padding: 10px;
	display: block;
}
.userp_text_box h2:before {
	font-family: FontAwesome;
	margin-left: 5px;
	display:inline-block;
	vertical-align: middle;
	color: #888;
	font-size: 20px;
}
.userp_text_box h2 span {
	display: block;
	float: left;
	font-size: 12px;
	font-family: droid;
	background: #eee;
	border: 1px solid #dae2ee;
	padding: 2px 8px;
	cursor: pointer;
	color: #000;
}
.userp_text_box h2 span:hover,.userp_text_box h2 span.active{
	background: #dae2ee;
}
.userp_text_box h2 span:before{
	margin-left:5px;
	vertical-align:0;
	font-family:FontAwesome;
	content:"\f044";
}
.userp_txt_box_txt {
	background: #fff;
	border-right: 1px solid #dae2ee;
	border-left: 1px solid #dae2ee;
	border-bottom: 1px solid #dae2ee;
	overflow: hidden;
}
.userp_txt_box_txt_editor {
	padding: 20px;
	display:none;
	overflow: hidden;
	clear: both;
}
.editor_limit {
	clear: both;
	display: block;
	overflow: hidden;
	background: #eee;
	border-bottom: 1px solid #dae2ee;
	border-right: 1px solid #dae2ee;
	border-left: 1px solid #dae2ee;
	padding: 7px;
	font-family: raleway;
}
.update_aboutus_button {
	display: inline-block;
	margin-top: 15px;
	background: #3c7abf;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 4px solid #275384;
	color: #fff;
	font-family: droid;
	font-size: 12px;
	padding: 5px;
	min-width: 90px;
	cursor: pointer;
	text-align:center;
}
.update_aboutus_button:hover{
	opacity:0.8;
}
.update_aboutus_button:before {
	margin-left: 5px;
	vertical-align: 0;
	font-family: FontAwesome;
	content: "\f044";
}
.editor_limit span {
	color: #ff0000;
}
.userp_description_ajax {
	padding: 20px;
	clear: both;
	display: block;
	overflow: hidden;
}
#mceu_11 {
	display: none;
}
.media-modal-close{
	font-size:0;
}
.screen-reader-text {
	font-size: 0;
}
.attachments-browser .media-toolbar{
	display:none;
}
.attachments-browser .attachments, .attachments-browser .uploader-inline{
	top:0;
}
.wp-media-buttons {
	margin-bottom: 10px;
}
.wp-playlist-light{
	direction:ltr;
}
.wp-playlist-current-item{
	height:70px;
}
.media-menu a:nth-child(3), .media-menu a:nth-child(4) {
	display: none;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
/*aboutus*/
/*details*/
.userp_list_det {
	padding: 20px;
	clear: both;
	display: block;
	overflow: hidden;
}
.userp_list_det li:last-child{
	border-bottom:none;
}
.userp_list_det li {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
	font-family: droid,raleway;
	text-transform: capitalize;
}
.userp_list_det li span {
	display: block;
	margin-bottom: 5px;
	font-size:12px;
}
.userp_list_det li p {
	display: inline-block;
	color: #777;
}
.userp_list_det li a {
	display: inline-block;
	color: #0073b0;
}
.userp_list_det li a:hover{
	text-decoration:underline;
}
.userp_list_det li div {
	clear: both;
	display: block;
	overflow: hidden;
	margin-top: 15px;
}
.userp_list_det li b {
	display: inline-block;
	font-weight: normal;
	font-size: 11px;
	background: #eee;
	padding: 2px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #dae2ee;
	color: #444;
	margin-bottom: 2px;
}
.userp_list_det li div a {
	margin-bottom: 2px;
	background: #e6f3fa;
	font-size: 11px;
	padding: 2px 10px;
	border: 1px solid #cfdfe7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
}
.userp_list_det li div a:hover{
	text-decoration:none;
	background:#cfdfe7;
}
/*details*/
/*support*/
.form_box label textarea {
	display: block;
	max-width:100%;
	background: #fefefe;
	border: 1px solid #ddd;
	font-family: droid,raleway;
	font-size: 13px;
	color: #555;
	padding: 13px;
	width: 100%;
	min-height:150px;
}
.form_box label textarea:focus {
	border: 1px solid #3c7abf;
}
.issue_table_cell img {
	display: block;
	float: right;
	width: 45px;
	color:#777;
	text-align:center;
	line-height:50px;
	height: 45px;
	font-style:normal;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-moz-border-radius: 50px;
	margin-left: 12px;
	border: 1px solid #ddd;
}
.issue_cell_all {
	display: block;
	margin-right: 62px;
}
.issue_cell_all a {
	display: block;
	color: #0073b0;
	font-size: 15px;
}
.issue_cell_all a:hover {
	text-decoration:underline;
}
.issue_cell_all span {
	display: block;
	color: #999;
	font-size: 12px;
}
.issue_answer {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #91d659;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-moz-border-radius: 50px;;
	margin-left: 10px;
	margin-right: 10px;
}
.issue_wait {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #d4af44;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-moz-border-radius: 50px;;
	margin-left: 10px;
	margin-right: 10px;
}
.issue_type_new {
	display: inline-block;
	background: #91d659;
	color: #fff;
	font-size: 11px;
	padding: 4px 13px;
}
.issue_type_porg {
	display: inline-block;
	background: #d4af44;
	color: #fff;
	font-size: 11px;
	padding: 4px 13px;
}
.issue_type_end {
	display: inline-block;
	background: #888;
	color: #fff;
	font-size: 11px;
	padding: 4px 13px;
}
.issue_list_comments {
	display: block;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ddd;
}
.issue_list_comments li {
	display: block;
	padding: 20px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.issue_list_comments li:last-child{
	border-bottom:none;
}
.issue_list_comments li:nth-child(2n+2) {
	background:#f8f8f8;
}
.issue_list_comments li.notmine{
	background:#fffaca;
}
.issue_list_comments_top {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.issue_list_comments_top img {
	display: block;
	float: right;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-moz-border-radius: 50px;
	margin-left: 12px;
	border: 1px solid #eee;
}
.issue_list_comments_top_all {
	display: block;
	margin-right: 62px;
}
.issue_list_comments_top_all a {
	display: block;
	color:#0073b0;
	font-size: 15px;
}
.issue_list_comments_top_all a:hover {
	text-decoration:underline;
}
.issue_list_comments_top_all span {
	display: block;
	color: #999;
	font-size: 12px;
}
.issue_list_comments_txt {
	clear: both;
	display: block;
	overflow: hidden;
	color: #555;
}
.add_comment_issue {
	clear: both;
	display: block;
	background: #fff;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	-ms-border-radius: 0px 0px 3px 3px;
	-o-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	padding: 15px;
	overflow: hidden;
}
.add_comment_issue label {
	display: block;
	margin-bottom: 15px;
}
.add_comment_issue label span {
	display: block;
	font-size: 14px;
	color: #555;
	margin-bottom: 10px;
}
.add_comment_issue label textarea {
	width: 100%;
	max-width:100%;
	padding: 10px;
	border: 1px solid #ddd;
	background: #fff;
	font-family: droid,Raleway;
	font-size: 13px;
	color: #444;
	min-height: 150px;
	display: block;
}
.add_comment_issue label textarea:focus {
	border: 1px solid #3c7abf;
}
/*support*/
/*products*/
.userp_text_box h2 a {
	display: block;
	float: left;
	font-size: 12px;
	font-family: droid;
	background: #eee;
	border: 1px solid #dae2ee;
	padding: 2px 8px;
	cursor: pointer;
	color: #000;
}
.userp_text_box h2 a:hover,.userp_text_box h2 a.active{
	background: #dae2ee;
}
.userp_text_box h2 a:before{
	margin-left:5px;
	vertical-align:0;
	font-family:FontAwesome;
	content:"\f044";
}
.categoryis_loop button.remove_my_product {
	float: left;
	background:#e74c3c;
	border:none;
	color: #fff;
	padding: 2px;
	width: 31px;
	cursor:pointer;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	line-height: 1.7;
}
.categoryis_loop button.remove_my_product:before {
	content: "\f014";
	font-family:FontAwesome;
}
.categoryis_loop a.edit_my_product {
	float: right;
	background: #f39c12;
	color: #fff;
	padding: 3px;
	width: 31px;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	line-height: 1.7;
}
.categoryis_loop a.edit_my_product:before {
	content: "\f044";
	font-family:FontAwesome;
}
.categoryis_loop a.edit_my_product:hover,.categoryis_loop button.remove_my_product:hover{
	opacity: 0.8;
}
.userp_list_det.tomycreditis li {
	display: block;
	width:100%;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #dae2ee;
}
.userp_list_det.tomycreditis li b {
	margin-right: 3px;
}
.userp_list_det.tomycreditis li b i {
	font-style: normal;
	color: #ff0000;
}
.userp_list_det.tomycreditis li b i i {
	color: #888;
}
.credit_status {
	float: left;
	font-weight: normal;
	font-family: droid;
	font-size: 12px;
	background: #777;
	color: #fff;
	padding: 6px 15px;
	line-height: 1.5;
}
.credit_status.pay {
	background: #b1dc74;
}
.credit_status.special {
	background: #ef9458;
}
.userp_count_products .credit_status {
	font-size: 11px;
	padding: 3px 7px;
	position: absolute;
	left: 5px;
	top: 5px;
}
.post_status_go {
	float: left;
	font-size: 10px;
	color: #000;
	background: #ccc;
	padding: 2px 5px;
}
.post_status_go.sharp {
	background: #eee;
}
/*products*/
/*addnew*/
.withlabel.activeajax .fstMultipleMode .fstControls {
	background: #eee;
}
.withlabel.activeajax .load_cover_icon {
	left: 0px;
	background: none;
	width: 100%;
	top: 32px;
	height: 55px;
}
.withlabel.activeajax {
	position: relative;
}
.withlabel.activeajax .load_cover_icon .spinner > div {
	background-color: rgba(33,33,33,0.1);
}
.products_images_full {
	clear: both;
	overflow: hidden;
	display: block;
}
.product_img_label {
	float: right;
	width: 20%;
	padding: 10px;
}
.form_box .product_img_label:hover label {
	border: 1px solid #dae2ee;
}
.form_box .product_img_label label {
	width: 100%;
	height: 255px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	position:relative;
	overflow: hidden;
	background: #eee;
	border: 1px solid #ddd;
	margin-bottom:10px;
	cursor:move;
}
.form_box h3 b:hover{
	background:#dae2ee;
}
.form_box h3 b {
	font-weight: normal;
	font-size: 11px;
	font-family: droid;
	background: #fff;
	color: #555;
	cursor:move;
	padding: 9px 10px;
	border: 1px solid #ccc;
	float: left;
	cursor:pointer;
	line-height: 1;
}
.form_box h3 b:before {
	content: "\f196";
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-left: 4px;
}
.form_box .product_img_label label span:before {
	content: "\f014";
	margin:0;
	color:#fff;
}
.form_box .product_img_label label span {
	position: absolute;
	left: 10px;
	top: 10px;
	background:#ef8239;
	margin:0;
	cursor: pointer;
	padding: 1px;
	width: 25px;
	text-align: center;
	height: 25px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	opacity: 0.95;
}
.form_box .product_img_label label span:hover{
	opacity:1;
}
.form_box .product_img_label label img {
	height: 100%;
	width: 100%;
}
.form_box button.submit:before{
	font-family:FontAwesome;
	margin-left:5px;
	vertical-align:0;
}
.update_aboutus_buttongo {
	display: inline-block;
	margin-top: 15px;
	background: #3c7abf;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 4px solid #3970ae;
	color: #fff;
	font-family: droid;
	font-size: 12px;
	padding: 5px 10px;
	min-width: 90px;
	cursor: pointer;
	text-align:center;
}
.update_aboutus_buttongo:hover{
	opacity:0.8;
}
.update_aboutus_buttongo:before {
	margin-left: 5px;
	vertical-align: 0;
	font-family: FontAwesome;
	content: "\f044";
}
/*addnew*/
/*product page*/
.prod_pending {
	background: #fee9ea;
	border: 1px solid #e5cece;
	padding: 10px;
	font-size: 12px;
	color: #8d3739;
	margin-bottom: 10px;
}
.prod_pending:before {
	content: "\f05a";
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-left: 5px;
}
/*product page*/
/*orders page*/
.select_multi_cats {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.select_multi_cats p {
	display: block;
	cursor:pointer;
	color: #000;
}
.select_multi_cats p:before {
	content: "*";
	font-family: FontAwesome;
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.select_multi_cats p:after {
	content: "\f107";
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-right: 10px;
	font-size: 15px;
}
.select_multi_cats_list {
	width: 100%;
	clear: both;
	display:table;
	margin-top: 15px;
	height: 200px;
	overflow: hidden;
}
.select_multi_cats_list .selectcell{
	display:table-cell;
}
.select_multi_cats_list select {
	display:block;
	font-family: droid,raleway;
	font-size: 12px;
	padding: 10px;
	color: #555;
	border: 1px solid #ddd;
	width:100%;
	background: #fff;
	max-height: 200px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300msa;
	-o-transition: all 300ms;	
}
.button_option {
	background: #eee;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding: 5px 10px;
	clear: both;
	display: block;
}
.button_option button:hover{
	opacity:0.9;
}
.button_option button.button_option_close {
	background: #fff;
	color: #000;
	border: 1px solid #ccc;
}
.button_option button {
	display: inline-block;
	background: #EB650C;
	border: 1px solid transparent;
	font-family: droid;
	font-size: 11px;
	cursor: pointer;
	color: #fff;
	padding: 1px 7px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
}
.ajax_search_go {
	background: #fff;
	position: absolute;
	width: 100%;
	z-index:10;
	display:none;
	right: 0px;
	padding:10px 0px;
	top: 84px;
	border: 1px solid #ccc;
	box-shadow: 0 3px 5px 0 rgba(51,51,51,.3);
	-webkit-box-shadow: 0 3px 5px 0 rgba(51,51,51,.3);
	-ms-box-shadow: 0 3px 5px 0 rgba(51,51,51,.3);
	-o-box-shadow: 0 3px 5px 0 rgba(51,51,51,.3);
	-moz-box-shadow: 0 3px 5px 0 rgba(51,51,51,.3);
}
.ajax_search_go ul li span {
	display: block;
	padding: 6px 10px;
	font-size: 12px;
	cursor:pointer;
	color: #555;
}
.ajax_search_go ul li span:hover {
	background:#dae2ee;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.ajax_search_go .load_cover_icon {
	position: static;
	padding: 15px;
	background: none;
}
.ajax_search_go .spinner > div {
	background: #ddd;
}
.select_multi_cats p b {
	font-size: 12px;
}
.select_multi_cats p b.withcomma:before {
	content: ":";
	margin-left: 10px;
}
.select_multi_cats_list_hide{
	display:none;
}
.select_multi_cats_list .selectcell:hover {
	width: 50%;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.form_box .product_img_label.withfilego img {
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 88px;
}
.price_order_left.insideusers {
	border-left: 1px solid #eee;
	vertical-align: top;
	width: 17%;
}
.menu_mine_order {
	clear: both;
	display: block;
	overflow: hidden;
}
.menu_mine_order li {
	display: block;
	overflow: hidden;
}
.menu_mine_order li a {
	display: block;
	border-right: none;
	border-left: none;
	border-top: none;
	font-family: droid;
	font-size: 12px;
	border-bottom: 1px solid #eee;
	text-align: right;
	color: #555;
	padding: 15px;
}
.menu_mine_order li a.active {
	background: #f0f0f0;
	border-bottom: 1px solid #e0e0e0;
}
.menu_mine_order li a:hover {
	background:#eee;
	border-right: none;
	border-left: none;
	border-top: none;	
	border-bottom: 1px solid #eee;
}
.menu_mine_order li a b {
	font-family: raleway;
	background:#e74c3c;
	color: #fff;
	width: 25px;
	font-weight: normal;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 10px;
}
.issue_list_comments li .my_qout_data li {
	display: block;
	padding: 10px;
	color: #666;
}
.issue_list_comments li .my_qout_data li span {
	color: #000;
}
.issue_list_comments li .my_qout_data li:nth-child(2n+2) {
	background: none;
}
.issue_list_comments li .my_qout_data li a {
	display: block;
	margin-bottom: 5px;
	text-decoration:underline;
}
.issue_list_comments li .my_qout_data li a.file_icon:before {
	content: "\f15b";
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-left: 10px;
	display: inline-block;
}
.issue_list_comments li .my_qout_data li a.img_icon:before {
	content: "\f1c5";
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-left: 10px;
	display: inline-block;
}
.issue_list_comments li .my_qout_data li b {
	color: #f68b1e;
	font-family: Roboto;
	font-weight: normal;
	font-size: 18px;
}
.issue_list_comments li.notmine .my_qout_data li {
	border-bottom: 1px solid #ede8b7;
}
.userp_text_box h2 b {
	font-weight: normal;
	font-family: droid;
	font-size: 11px;
	color: #fff;
	background: #999;
	padding: 3px 10px;
	float: left;
}
.userp_text_box h2 b.answer {
	background: #a7c859;
}
.price_order_right ul li span a.add_more {
	display: block;
	float: left;
	font-size: 11px;
	background: #999;
	color: #fff;
	padding: 1px 7px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
}
.price_order_right ul li span a.add_more:hover {
	opacity:0.8;
	text-decoration:none;
}
.issue_list_comments li.notmine.mutli {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ede8b7;
}
.issue_list_comments li.notmine.mutli:first-child {
	border-top:none;
}
.price_order_left.homeanother{
	border-right:none;
	border-left:1px solid #eee;
}
/*orders page*/
/*end author*/
/*start package*/
.package_loop {
	float: right;
	width: 25%;
	margin-bottom:20px;
	overflow: hidden;
	text-align:center;
	padding: 10px;
}
.info_content p{
	padding:5px;
}
.package_loop a {
	display: block;
	overflow: hidden;
	width: 100%;
	border: 1px solid #ddd;
	position: relative;
}
.package_img {
	position: relative;
	width: 100%;
	height: 205px;
	overflow: hidden;	
}
.package_img_src{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center top;	
}
.package_loop a:hover .package_img_src{
	transform:scale(1.1);
}
.package_img span {
  background: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0) 40%,rgba(0,0,0,.6));
  background: -webkit-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0) 40%,rgba(0,0,0,.6));
  background: -ms-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0) 40%,rgba(0,0,0,.6));
  background: -o-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0) 40%,rgba(0,0,0,.6));
  background: -moz-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0) 40%,rgba(0,0,0,.6));
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.package_price {
	position: absolute;
	background: #e74c3c;
	bottom: 10px;
	left: 10px;
	color: #fff;
	padding: 4px 10px;
}
.package_price p {
	font-family: cocon;
	font-size: 23px;
}
.package_price p i {
	font-style: normal;
	font-size: 13px;
}
.package_loop h2 {
	display: block;
	padding: 10px;
	font-weight: normal;
	color: #555;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	height: 57px;
	line-height: 1.6;
}
.package_loop b {
	font-weight: normal;
	display: inline-block;
	margin-bottom: 10px;
	background: #2980b9;
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
}
.package_loop b:hover{
	opacity:0.8;
}
.package_loop b:hover{
	background:#f39c12;
}
/*end package*/
/*update account*/
.update_account {
	display: block;
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	background: #fff;
	border-right: 5px solid #e6cd56;
	padding: 10px;
	color: #63571e;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	font-size: 12px;
}
.update_account p:before{
	content:"\f129";
	font-family:FontAwesome;
	vertical-align:0px;
	font-size:15px;
	color:#cab13b;
	margin-left:5px;
}
/*update account*/
/*start products_single*/
.price_head_table {
	display: block;
	width: 100%;
}
.price_head_table span {
	display: block;
	font-size:12px;
	float: right;
	width: 100%;
	padding: 10px;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #000;
}
.price_head_table span.all_prices_row {
	width: 33.33%;
}
.table_products{
	display:table;
	width:100%;
}
.table_prod_right {
	display: table-cell;
	vertical-align:top;
	width: 236px;
	overflow: hidden;
}
.side_prod {
	width: 100%;
	clear: both;
	overflow:hidden;
	display: block;
	padding: 15px;
	background: #f8f8f8;
	border: 1px solid #dae2ee;
	margin-bottom: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
}
.side_prod h1 {
	font-family: cocon;
	display:block;
	font-weight: normal;
	font-size: 22px;
	margin: 0px 0 10px 0px;
}
.side_prod ul {
	display: block;
	overflow: hidden;
	clear: both;
}
.side_prod ul li {
	display: block;
	padding: 10px 0px;
	overflow: hidden;
}
.side_prod ul li a {
	display: block;
}
.side_prod ul li a img {
	width: 80px;
	height: 80px;
	border: 1px solid #ddd;
	float: right;
	display: block;
	overflow: hidden;
}
.side_prod ul li div {
	margin-right: 90px;
	overflow: hidden;
}
.side_prod ul li div span {
	font-size: 12px;
	color: #666;
}
.side_prod ul li div span:hover {
	text-decoration:underline;
}
.side_prod ul li div p {
	font-family: Roboto;
	font-size: 13px;
	color: #000;
}
.side_prod ul li div p b {
	font-weight: normal;
	display: inline-block;
}
.table_prod_left {
	display: table-cell;
	padding-left: 15px;
	vertical-align:top;
}
.prod_details {
	background: #fff;
	border: 1px solid #dae2ee;
	overflow: hidden;
	height:100%;
	display: table;
	width: 100%;
}
.prod_det_slider {
	width: 360px;
	position:relative;
	display: table-cell;
	height:100%;
	vertical-align:top;
}
.prod_det_txt {
	vertical-align:top;
	display: table-cell;
	height: 100%;
	border-right: 1px solid #dae2ee;
}
.prod_det_txt h1 {
	font-weight: normal;
	font-size: 15px;
	color: #555;
	display: block;
	padding: 10px;
}
.prod_det_arrive {
	display: block;
	clear: both;
	overflow: hidden;
	background: #f5f7fa;
	border-bottom: 1px solid #dae2ee;
	padding: 15px 10px;
	color: #555;
}
.prod_det_arrive b:before {
	font-family: FontAwesome;
	vertical-align: middle;
	margin-left: 5px;
}
.prod_det_arrive b {
	font-weight: normal;
	display: inline-block;
	color: #000;
}
.prod_det_arrive i {
	font-style: normal;
}
.prod_det_txt ol {
	display: block;
	overflow: hidden;
	width: 100%;
	border-right:1px solid #eee;
	float: right;
}
.prod_det_txt ol.table_prices {
	width: 33.33%;
}
.prod_det_txt ol li {
	display: block;
	border-bottom:1px solid #eee;
	padding: 10px;
	width:100%;
	overflow: hidden;
}
.prod_det_txt ol li div{
	float:right;
}
.prod_det_txt ol li span {
	display: block;
	font-size: 12px;
	color: #000;
	margin-bottom: 5px;
}
.prod_det_txt ol li p {
	font-family: droid,Roboto;
	font-size: 13px;
	color: #777;
}
.prod_det_txt ol li p b {
	font-weight: normal;
	color: #444;
}
.prod_det_txt ol li p i {
	font-style: normal;
	font-size: 12px;
}
.prod_det_txt ol li p c:last-child:after{
	display:none;
}
.prod_det_txt ol li p c:after{
	content:",";
	vertical-align:0px;
}
.prod_det_txt ol li p:before {
	content: "-";
}
.prod_det_order {
	clear: both;
	display: block;
	overflow: hidden;
	padding:20px 10px;
}
.prod_det_order a {
	display: block;
	background: #3c7abf;
	color: #fff;
	display: inline-block;
	padding: 0px 15px;
	min-width: 140px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size:14px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
}
.prod_det_order a:hover{
	background:#3e74b1;
}
.prod_det_order a:before {
	content: "\f045";
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-left: 5px;
}
.prod_det_author {
	padding: 20px 15px;
	overflow: hidden;
	clear: both;
	display: block;
}
.prod_det_author a{
	color: #000;
	display:block;
	font-family:droid,Roboto;
}
.prod_det_author a:hover p{
	text-decoration:underline;
}
.prod_det_author img {
	float: right;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-moz-border-radius: 50px;
	margin-left: 15px;
	border: 1px solid #eee;
}
.prod_det_author p {
	display: inline-block;
	padding-top: 12px;
}
.prod_det_slider1 {
	width: 340px;
	margin-left:auto;
	margin-right:auto;
	height: 340px;
	display: block;
	position: relative;
	visibility:hidden;
}
.prod_det_slider1.slick-initialized {
	visibility:visible;
}
.prod_det_slider1 li{
	display:block;
	position:relative;
	width:100%;
	float:right;
	height:340px;
	text-align:center;
}
.prod_det_slider1 li img {
	max-width: 100%;
	background:#fff;
	max-height: 100%;
	width:100%;
	height:100%;
}
.prod_det_nav_slider1{
	clear:both;
	display:block;
	overflow:hidden;
	width:343px;
	margin-left:auto;
	margin-right:auto;
	position:relative;	
	visibility:hidden;
}
.prod_det_nav_slider1.slick-initialized {
	visibility:visible;
}
.prod_det_nav_slider1 li:hover,.prod_det_nav_slider1 li.slick-current{
	border: 1px solid #f68b1e;
}
.prod_det_nav_slider1 li {
	display: block;
	float: right;
	cursor:pointer;
	width: 14.28%;
	overflow: hidden;
	height: 48px;
	border: 1px solid #ddd;
}
.prod_det_nav_slider1 li img {
	width:100%;
	height:100%;
}
.full_prod_map {
	text-align: center;
	margin-top: 18px;
	margin-bottom: 20px;
	font-size: 12px;
}
.full_prod_map span {
	color: #666;
	cursor:pointer;
}
.full_prod_map span:hover{
	text-decoration:underline;
}
.full_prod_map span:before {
	font-family: FontAwesome;
	content: "\f00e";
	color: #aaa;
	vertical-align: 0;
	margin-left: 5px;
	font-size: 15px;
}
.table_prod_left .categoryis {
	margin: 20px 0px;
}
.table_prod_left .categoryis .categoryis_title h2 {
	font-size: 14px;
	font-family: droid;
	padding: 10px 30px;
	border-top: 2px solid #3c7abf;
	border-right:1px solid #dae2ee;
	border-left:1px solid #dae2ee;
	color: #3c7abf;
	font-weight: bold;
}
.table_prod_left .categoryis .categoryis_title .notactive h2 {
	background: #eee;
	color: #555;
	border-top: 2px solid #ddd;
}
.tab_content_is{
	display:none;
}
.table_prod_left .categoryis .categoryis_txt {
	display: block;
	padding: 20px;
	overflow:visible;
	border:1px solid #dae2ee;
}
.postin_txt td {
	border: 1px solid #eee;
	font-size: 13px;
	text-align: center;
}
.postin_txt table {
	width: 100%;
}
.side_prod_txt ol{
	clear:both;
	display:block;
	overflow:hidden;
}
.side_prod_txt ol li{
	display:block;
	margin-bottom:6px;
}
.side_prod_txt ol li a {
	display: block;
	padding: 6px;
	background: #3498db;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
}
.side_prod_txt ol li.twitter a{
	background:#0abde3;
}
.side_prod_txt ol li.google a{
	background:#e74c3c;
}
.side_prod_txt ol li a:before{
	font-family:FontAwesome;
	vertical-align:0;
	margin-left:5px;
	content:"\f082";
}
.side_prod_txt ol li.twitter a:before{
	content:"\f081";
}
.side_prod_txt ol li.google a:before{
	content:"\f0d4";
}
.side_prod_txt ol li.whatsapp a:before{
	content:"\f232";
}
.side_prod_txt ol li.linkedin a:before{
	content:"\f08c";
}
.side_prod_txt ol li.whatsapp a{
	background:#4cec67;
}
.side_prod_txt ol li.linkedin a{
	background:#0073b0;
}
.side_prod_txt ol li a:hover{
	opacity:0.8;
}
.map_package{
	min-height:275px;
	width:100%;
	height:100%;
	display:block;
}
.prod_det_txt h2 {
	padding: 10px;
	font-weight: normal;
	font-size: 15px;
	display: block;
}
.prod_det_txt h2:before{
	font-family:FontAwesome;
	vertical-align:middle;
	margin-left:5px;
}
.prod_det_txt ol li span:before {
	content: "*";
	vertical-align: middle;
	margin-left: 5px;
}
.prod_det_txt ol li p.list_of_price {
	font-family: roboto;
	font-size: 20px;
	color: #f05857;
	padding: 10px;
}
.prod_det_txt ol li p.list_of_price:before {
	display: none;
}
.prod_det_txt ol li p.list_of_price i {
	font-style: normal;
	font-size: 12px;
	font-family: droid;
	color: #aaa;
	margin-right: 4px;
}
.prod_det_arrive p {
	display: block;
	width: 50%;
	float: right;
}
.categoryis_title {
	overflow: hidden;
	clear: both;
	position:relative;
	top:1px;
	display: block;
}
.categoryis_title h2:before{
	font-family:FontAwesome;
	vertical-align:0;
	margin-left:5px;
	color:#aaa;
}
.categoryis_title h2 {
	display: block;
	float: right;
	background: #fff;
	border-right: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	padding: 10px 15px;
	font-weight: normal;
	font-family: cocon;
	font-size: 22px;
	color: #555;
	border-top: 3px solid #343d46;
	height: 52px;
}
.categoryis_txt {
	background: #fff;
	border: 1px solid #e9e9e9;
}
.bus_list {
	clear: both;
	display: block;
	overflow: hidden;
}
.bus_list h2 {
	background: #eee;
	padding: 10px;
	font-weight: normal;
	font-size: 17px;
	display: block;
	margin-bottom: 15px;
}
.bus_list ol {
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}
.bus_list ol li:last-child{
	border-bottom:none;
}
.bus_list ol li {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	float: right;
	width: 100%;
	display: block;
	padding: 5px;
}
.bus_list ol li p {
	display: block;
	color: #555;
}
.bus_list ol li b {
	font-weight: normal;
	color: #000;
	display: block;
	margin-right:10px;
}
.bus_list ol li div {
	float: right;
	width: 50%;
}
.bus_list ol li p::before {
	content: "*";
	margin-left: 5px;
	vertical-align: 0px;
}
.total_my_sub_price {
	clear: both;
	display: block;
	float: left;
}
.total_my_sub_price span {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 3px 10px;
}
.total_my_sub_price h2 {
    font-weight: normal;
    font-family: cocon;
    font-size: 15px;
	margin-top:7px;
    display: inline-block;
    color: #000;
    margin-left: 15px;
}
.total_my_sub_price p b{
	font-weight:normal;
}
.total_my_sub_price p {
    font-family: roboto;
    font-size: 25px;
    color: #f05857;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    float: left;
}
.total_my_sub_price p i {
	font-family: droid;
	font-style: normal;
	font-size: 12px;
	color: #555;
	margin-right: 5px;
}
/*end products_single*/
/*user subscripe status*/
.subscripe_status{
	float:left;
	display:block;
}
.subscripe_status div{
	display:block;
	background:#333;
	padding:5px;
	font-size:12px;
	color:#fff;
	text-align:center;
}
.subscripe_status div.status_wait{
	background:#f0b557;
}
.subscripe_status div.status_payments{
	background:#55abdc;
}
.subscripe_status div.status_decline{
	background:#e86950;
}
.subscripe_status div.status_active{
	background:#94dc55;
}
.subscripe_status div.status_ended{
	background:#555;
}
/*user subscripe status*/
/*key phone*/
.phone_lab {
	position: relative;
}
.phone_lab i {
	position: absolute;
	font-style: normal;
	left: 1px;
	top: 1px;
	height: 51px;
	line-height: 54px;
	text-align: center;
	width: 70px;
	background: #f8f8f8;
	border-right: 1px solid #ddd;
	font-family: arial;
	direction: ltr;
}
.phone_lab i img {
	display: inline-block;
	margin-right: 4px;
}
.form_box .withlabel .phone_lab input {
	padding-left: 80px;
}
.form_box .withlabel p b {
	font-weight: normal;
	font-size: 11px;
	color: #f00;
	margin-right: 5px;
}
/*key phone*/
/*user extra go*/
.price_order {
	background: #fff;
	border-right: 1px solid #dae2ee;
	border-left: 1px solid #dae2ee;
	border-bottom: 1px solid #dae2ee;
	display: table;
	width: 100%;
}
.price_order_left {
	display: table-cell;
}
.price_order_right {
	display: table-cell;
	padding: 20px;
}
.menu_mine_order li:last-child a{
	border-bottom:none;
}
.price_order_right ul {
	display: block;
	overflow: hidden;
	clear: both;
}
.price_order_right ul li {
	display: block;
	margin-bottom: 12px;
	overflow: hidden;
	clear:both;
}
.sub_head_de {
	display: block;
	background: #95a5a6;
	color: #fff;
	overflow:hidden;
	position:relative;
	padding: 10px;
}
.sub_head_de p.active{
	background:#7f8c8d;
}
.sub_head_de p.active:before{
	content:"-";
}
.sub_head_de p {
	width: 25px;
	height: 25px;
	display: block;
	cursor:pointer;
	float: left;
	background: #34495e;
	text-align: center;
	line-height: 25px;
	font-family: tahoma;
}
.sub_head_de p:before{
	content:"+";
}
.sub_head_de span {
	display: block;
	float: right;
}
.sub_text_de {
	clear: both;
	display: none;
	border: 1px solid #dae2ee;
	padding: 10px;
	background: #f8f8f8;
	overflow: hidden;
}
.sub_text_de p:first-child,.sub_text_de p:nth-child(2){
	border-top:none;
}
.sub_text_de p {
	display: block;
	float: right;
	width: 50%;
	padding:10px;
	color: #666;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #fff;
	font-size: 12px;
}
.sub_text_de p b {
	color: #000;
}
.sub_price_de {
	clear: both;
	display: block;
	overflow: hidden;
	margin-top: 10px;
	background: #fff;
	padding: 10px;
	border: 1px solid #eee;
}
.sub_price_de span {
	display: block;
	float: right;
	width: 25%;
	text-align: center;
	padding: 10px 2px;
	color: #000;
}
.sub_price_de span i {
	font-style: normal;
	display: block;
	color: #e74c3c;
	font-family: cocon;
	font-size: 22px;
	margin-top: 5px;
}
.sub_price_de span i font {
	font-family: tahoma;
	font-size: 13px;
	color: #aaa;
}
.sub_head_de button.pay_now,.sub_head_de button.change_next_trip{
	background:#2ecc71;
	border: 1px solid #2ecc71;
}
.sub_head_de button.pay_now:hover,.sub_head_de button.change_next_trip:hover{
	background:#27ae60;
	border: 1px solid #27ae60;
}
.sub_head_de button {
    float: left;
    margin-left: 10px;
    height: 25px;
    cursor: pointer;
    background: #e74c3c;
    border: 1px solid #e74c3c;
    color: #fff;
    font-family: droid;
    font-size: 11px;
    padding: 0px 10px;
    border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
    line-height: 25px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.sub_head_de button:hover {
    background: #c0392b;
    border: 1px solid #c0392b;
    color: #fff;	
}
/*user extra go*/
/*fix url*/
.fix_url {
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 5000;
}
.fix_url a:hover{
	border-radius: 11px 11px 0px 0px;
	-webkit-border-radius: 11px 11px 0px 0px;
	-ms-border-radius: 11px 11px 0px 0px;
	-o-border-radius: 11px 11px 0px 0px;
	-moz-border-radius: 11px 11px 0px 0px;
	background:#3c7abf;
}
.fix_url a {
	display: block;
	background: #343d46;
	margin-left: 10px;
	padding: 10px 15px;
	color: #fff;
	border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	-ms-border-radius: 7px 7px 0px 0px;
	-o-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	box-shadow: 0px 0px 14px -7px #000;
	-webkit-box-shadow: 0px 0px 14px -7px #000;
	-ms-box-shadow: 0px 0px 14px -7px #000;
	-o-box-shadow: 0px 0px 14px -7px #000;
	-moz-box-shadow: 0px 0px 14px -7px #000;
}
.fix_url a:before{
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
	font-family:FontAwesome;
}
/*fix url*/
/*extra sub*/
.form_box .withlabel.termscondition input {
	width: auto;
	display: inline-block;
	vertical-align: -1px;
	cursor:pointer;
	margin-left: 5px;
}
/*extra sub*/
/*start map_trip*/
.map_trip{
	width:100%;
	height:450px;
	display:block;
	border-right:1px solid #dae2ee;
}
.map_trip{
	width:100%;
	height:450px;
	display:block;
	overflow:hidden;
}
.map_deta {
	clear: both;
	display: block;
	padding-top:5px;
	overflow: hidden;
	font-family: droid,raleway;
	font-size: 13px;
}
.map_deta p {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
}
.map_deta p a{
	text-decoration:none;
}
.map_buttons {
	clear: both;
	display: block;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
.map_buttons a {
	display: block;
	text-decoration: none;
	background: #34495e;
	color: #fff;
	width:100%;
	margin-bottom:5px;
	text-align:center;
	font-size: 12px;
	padding: 2px 10px;
	box-sizing:border-box;
}
.map_buttons a:hover,.map_buttons button:hover {
	opacity:0.8;
}
.map_gate {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #777;
}
.map_buttons button {
	display: block;
	width:100%;
	margin-bottom:5px;
	text-decoration: none;
	border:none;
	font-family:droid,raleway;
	background: #34495e;
	color: #fff;
	box-sizing:border-box;
	cursor:pointer;
	font-size: 12px;
	padding: 2px 10px;
}
.map_buttons button.student_in_map{
	background: #57b329;
}
.map_buttons button.student_not_in_map{
	background: #555854;
}
.map_buttons button.student_wait_map{
	background: #b7b22a;
}
.trip_data {
	clear: both;
	display: table;
	background: #555;
	color: #fff;
	overflow: hidden;
	width: 100%;
}
.trip_data li {
	display: table-cell;
	padding: 10px;
	text-align: center;
	position:relative;
	border-left: 1px solid #666;
}
.trip_data li:last-child {
	border-left: none;
}
.trip_data li span {
	display: block;
	color: #bbb;
	font-size: 12px;
	margin-bottom: 3px;
}
.trip_data li p {
	font-family: droid,raleway;
}
button.default_zoom_map:before{
	font-family:FontAwesome;
}
.trip_data li button.default_zoom_map.icons33 {
	position: absolute;
	left: 0;
	top: 0;
	border:none;
	cursor:pointer;
	width: 100%;
	height: 100%;
	background: #3498db;
	color: #fff;
	font-size: 25px;
	line-height: 70px;
}
.my_user_trip_status {
	background: #e67e22;
	text-align: center;
	float: left;
	font-size: 12px;
	padding: 0px 12px;
	height: 25px;
	line-height: 25px;
	margin-left: 3px;
}
.my_user_trip_status.in{
	background: #57b329;
}
.my_user_trip_status.no{
	background: #555854;
}
.my_user_trip_status.wait{
	background: #b7b22a;
}
.my_trip_status {
	float: left;
	margin-left: 3px;
	height: 25px;
	background: #f39c12;
	font-size: 12px;
	line-height: 25px;
	padding: 0px 10px;
}
.my_trip_status.end {
	background:#e74c3c;
}
.my_trip_status.progress {
	background:#16a085;
}
.more_trip {
	clear: both;
	display: block;
	padding: 10px;
	text-align:left;
}
.more_trip a:hover{
	opacity:0.8;
}
.more_trip a {
	display: inline-block;
	background: #3498db;
	color: #fff;
	padding: 7px;
}
/*end map_trip*/
/*change time trip*/
.popupbox_msg label {
	display: block;
	margin-bottom: 12px;
	overflow: hidden;
}
.popupbox_txt button.sure_button {
	background: #2ecc71;
	color: #fff;
	margin-left: 10px;
}
.popupbox_msg label span {
	display: block;
	color: #000;
	margin-bottom: 4px;
}
.popupbox_msg label select {
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	background: #fff;
	font-family: droid,raleway;
	padding: 5px;
	color: #555;
}
/*change time trip*/
/*start map for drivers*/
.menu_mine_order li.user_is_in a{
	background:#57b329;
	border-bottom:1px solid #27ae00;
	color:#fff;
}
.menu_mine_order li.user_is_not_in a{
	background:#555854;
	border-bottom:1px solid #666;
	color:#fff;
}
.menu_mine_order li.user_is_wait a{
	background:#b7b22a;
	border-bottom:1px solid #b7b77a;
	color:#fff;
}
.menu_mine_order.list_for_trip_map {
	max-height: 594px;
	overflow: auto;
}
.trip_data li button.end_game_trip_button {
	position: absolute;
	left: 0;
	top: 0;
	border: none;
	cursor: pointer;
	width: 100%;
	height: 100%;
	background: #e74c3c;
	color: #fff;
	line-height: 70px;
	font-family: droid,raleway;
	font-size: 13px;
	text-align:center;
	padding: 0px 10px;
	width: 100%;
}
.trip_data li.end_game_trip {
	width: 90px;
}
/*end map for drivers*/
/*start video*/
#video {
	position: fixed;
	left: 0px;
	top: 200px;
	z-index: 100;
}
#video span {
	background: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	display: block;
	float: right;
	padding: 9px 10px;
	text-align: center;
	width: 45px;
}
#video span:before {
	color: #aaa;
	content: "\f03d";
	font-family: FontAwesome;
	font-size: 19px;
}
.video-text {
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.06);
	-ms-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.06);
	-o-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.06);
	float: left;
	height: 300px;
	text-align: center;
	margin-left: 5px;
	width: 300px;
	padding: 10px;
	display: none;
}
.video-text h2 {
	border-bottom: 1px solid #DDDDDD;
	color: #2E8EF1;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 7px;
}
.video-text iframe{
	z-index:-1;
	width:100% !important;
	height:230px;
}
/*end video*/