/*
Theme Name: YP suite

*/

@font-face {
	font-family: 'MYRIADPROREGULAR';
	src: url('../MYRIADPROREGULAR.eot');
	src: local('../MYRIADPROREGULAR'), 
	url('../MYRIADPROREGULAR.woff') format('woff'),
	url('../MYRIADPROREGULAR.ttf') format('truetype');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
 html,body{
    min-height: 100%
}
body{    
	background: url('../../../images/desk_bg.jpg');
    color: #fff;
    background-size: 100%;
    background-position:0 -60px;
    background-repeat: no-repeat;
	
	}
#nav_list {
  background: url("../../images/icon_nav.png") no-repeat scroll left top transparent;
  cursor: pointer;
  height: 27px;
  text-indent: -99999em;
  width: 33px;
}	
.logo-wrap{
	margin-left:1%;
	margin-top:20px;

}
.drawer-wrap{
	margin-right:1%;
	margin-top:20px;
    position:relative;
    max-width:510px;
    min-width: 230px;
    
}
.selected_language {
	 line-height: 20px;
    padding: 0 !important;
    font-size: 14px !important;
    vertical-align: middle;
    position: relative;
    top: -5px;
    max-width: 175px;
    overflow: hidden;
}
.buttonset.home_index {
    float:right;
}
.yp_body,.pushmenu{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}
.prodsuit-info p {
min-height:58px;
margin-bottom:13px;
}
.yp_body{
  right:0 !important;
}
.pushbody-toleft{
  right:300px !important;
}
.login-btn {
width:47%;
text-align:right;
}
.pushmenu {
  background: none repeat scroll 0 0 #444444;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 300px;
  z-index: 1000;
  right:-300px;
}
.pushbody-toleft{
	right:300px;
	background-position:-300px 0 !important;
}
.pushmenu-toleft .logo-wrap,.pushmenu-toleft .footer-copyright{
	right:0;

}

h3.menu-title {
    padding: 22px 0px;
    background: #303030;
}
.pushmenu.pushmenu-toleft{
	right:0px;
}
.links{
	list-style: none;
   clear: both;
  padding-top: 5px;
}
.links li {
margin-top: 5px;
border-bottom: 1px solid #3d3d3d;
text-align: left;
text-shadow: 0 1px 1px #000;
border-bottom-style: solid;
box-shadow: 1px 1px 0px #4b4a4a;

}
#feedbackModal{
  color:#464646;
}
.links li a {
  color: #F1F1F1;
  display: block;
 
  font-weight: 400;
  padding: 10px 14px;
  position: relative;
  text-decoration: none;
}
.links li a:hover {
	color:#999;
}
.form-container{
	color: #bdbdbd;
   top: -85px;
    position: relative;
    z-index: 999;
}
::-moz-selection {
 background:#F0A818;
}
::selection { 
  background: #F0A818;
}
.form-bottom{
	background-image:url(../../../images/form-bottom.png);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
    background-position: bottom center;
    height: 82px;
      
    margin: 0 auto;
    position: relative;
    z-index: -1;
    top: -20px;
}
.form-section{
	background:#fff;
	padding: 23px 3px;
    font-family: 'Roboto', sans-serif;
    max-width:455px;
    margin:0 auto;
    border-top:8px solid #F0A818;
}
.nav_list{
	cursor: pointer;
}
.form-input{
	width: 92%;
    margin: 18px auto 20px auto;
    padding: 5px;
    font-family: 'Roboto', sans-serif;
}
.form-input.bottom-sec{
	width: 75%;
    font-size: 14px;
    padding-top: 12px;
    margin-bottom: 7px;
}
input[type="button"], input[type="reset"], input[type="submit"],.btn {
    cursor: pointer;
    -webkit-appearance: button;
    background:#F0A818;
    color:#966b02;
    border:none;
    padding:5px 15px;
    color:#717171;
    font-size: 15px;
    border-radius: 0px !important;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,.btn:hover {
  background:#f9c64c;
}
.buttonset span{
	display:inline-block;
	font-size: 23px;
    padding: 0 5px;
}
.form-input .icons {
    border-radius: 50%;
    border: 1px solid #ccc;
    color: #999 !important;
    padding: 7px 1px 0px 11px;
    height: 37px;
    width: 37px;
}
.form-input a{
	color:#d6c089;
	 font-family: 'Roboto', sans-serif;
}
.forget-password ,.login{
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s; 
}

.forget-password{
-webkit-transform: rotateY(-180deg);
 transform: rotateY(-180deg); 
 display: none;
 }
 .flipped .login{
-webkit-transform: rotateY(-180deg);
 transform: rotateY(-180deg);
 transition: all 3s ease-in-out 0.5s;
 display:none; 
 }
.flipped .forget-password{
 	-webkit-transform: rotateY(0);
    transform: rotateY(0);
    display: block; 
   transition: all 3s ease-in-out 0.5s; 
 }
 .msg-icon {
  width:21px;
  display: inline-block;
  text-align: right;
 }
.msg-icon i{
	vertical-align: middle;
}
.form-section.invisible{
	
}
.form-section.visible{
	display:block;
	-webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
}
.form-section{
	-webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
     transform-style: preserve-3d; 
    transition: 0.5s; 
}
.success_message{
	color:#07AA30;
}
.error-message{
	color:#F03434;
}
.note_mark{
  color:#f00;
}
.feedback_form {
    margin: 12px 0;
}
.feedback_form label{
    margin: 5px 0;
}
.modal-content{
 
}
.modal-title {
    margin: 0 auto;
    text-align: left;
    font-weight: normal;
    font-size: 1.1em;
}
.modal-header .close span {
     padding: 0px 6px;
     
}
.modal-body {
    padding: 25px;
}
input, select, textarea {
 width:100%;
 padding:4px 5px;
 border:1px solid #d7d7d7;
 color:#464646;
}
::-webkit-input-placeholder {
   color: #bdbdbd;
   font-size:14px; 
}
:-moz-placeholder { /* Firefox 18- */
   color: #bdbdbd;  
   font-size:14px; 
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #bdbdbd; 
   font-size:14px;  
}

:-ms-input-placeholder {  
   color: #bdbdbd;
   font-size:14px;  
}
.form-input .login-links{
	width:60%;
	 font-family: 'Roboto', sans-serif;
}
.username, .userpass {
    width: 77%;
    border: none;
    border-bottom: 1px solid #dfdfdf;
    margin-left: 10px;
    margin-right: 10px;
}
.username:focus, .userpass:focus {
    
    border: none !important;
    border-bottom: 1px solid #dfdfdf !important;
     outline: none !important;
   
}
.footer-bot ,.footer-bot  a{
	color:#d29e1e;
	
}
.footer-bot ul li{
	display:inline-block;
	padding:3px 3px;
}
.priv-policy a{
	border-right:1px solid #d29e1e;
	padding-right:11px;
}
.footer-nav li a:hover{
  color:#fff;
  text-decoration: none;
}

.footer {
    position: absolute;
    bottom: 0px;
    width: 99%;
    height: auto; /*40px*/
    overflow: hidden;
    
}
 .footer-copyright{
 	margin-left: 1%;
   
 }
.footer-menu{
	margin-right: 1%;
    
}
.product-wrap.large{
	background:url('../../../images/arcGrd.png');
	background-repeat: no-repeat;
    height: 400px;
    margin-top: 7%;
    position: relative;
    background-position: top center;
}
.large span.msg-icon {
    display: inline-block;
    width: 21px;
    text-align: right;
}
.large span img:hover{

}
.large span.first-prodsuit-img {
    position: relative;
   top: 82%;
    left: -20px;
}
.large span.second-prodsuit-img {
   position: relative;
    top: 22%;
    left: -69px;
}
.large span.three-prodsuit-img {
    position: relative;
    top: -16%;
    left: 15px;
}
.large span.four-prodsuit-img {
    position: relative;
    top: -12%;
    left: 125px;
}
.large span.five-prodsuit-img {
    position: relative;
    top: 25%;
    left: 200px;
}
.large span.six-prodsuit-img {
    position: relative;
    top: 85%;
    left: 136px;
}
.small span img{
	max-width:47px;
  z-index: 2;
  position: relative;
}
.product-wrap.small{
	text-align: center;
}
a:focus {
    outline-offset: 0px;
    outline: none;
}
.bordered-img{
  background:url('../../images/color_border.png');
     min-height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top:-25px;
    z-index: 1;
    background-position: center;
}

#ddlLanguage {
	position: absolute;
	top: 12px;
	max-height: 300px;
	overflow-y: scroll;
	height:auto;
	z-index: 9999999;
	background: #fff;
	padding: 3px 0 0 0px;
	right: 55px;
	line-height: 27px;
	font-size: 14px;
	color: #000000 !important;
	list-style: none;
	margin-top: 16px;
	box-shadow: 0px 1px 10px #bbb1b1;
}
#ddlLanguage.poped {
   
}
.changelanguage {
	color: #000;
	line-height: 32px;
    cursor: pointer;
    text-decoration: none !important;
    display: block;
    padding: 0 15px;
}
.changelanguage:hover {
    background:#f7bc47;
}
buttonset span.language-switch {
	margin-right: 16px;
    font-size:17px !important;
}
.language-switch {
margin-right:16px;
}
.language-switch, .selected_language,.select_lang {
cursor:pointer;
}
.lang-switch::after {
bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.lang-switch::before {
	left: 61%;
	border: solid transparent;
	content: " ";
	height: 28px;
	width: 27px;
	position: absolute;
	pointer-events: none;
	border-bottom: 10px solid #fff;
	border-top: 1px solid transparent;
	border-left: 12px solid transparent;
	border-right: 13px solid transparent;
    z-index:99999999;
}
.lang-switch {
    top:12px;
    position: relative;
    z-index: 999;
    display:none;
    
}
.lang-switch.poped {
    display:block;
    }
.modal-content {
    border-radius:0 !important;
}
#ForgotModel .modal-content {

}
#txtForgotUsername ,#txtWordVerification ,#txtPasscode,#txtFirstName,#txtLastName,#txtUsername,#txtEmail{
    border: none;
    border-bottom: 1px solid #dfdfdf;
    box-shadow:none;
    border-radius: 0px !important;
    margin: 17px 0;
    padding: 5px;
}
#btnSubmitSelRegProfile {
    margin:15px 0;
}
.modal-header {
    background:#F0A818;
}
.bottom-sec a {
    cursor:pointer;
}
.modal p {
    margin-bottom:20px;
}
#m_imgCaptcha {
margin:12px 0;
}
.modal-content .btn.btn-primary:hover, .modal-content .btn.btn-primary:focus {
   background: #f9c64c;
   color: #717171;
}
body.yp_body.modal-open {
    padding-right: 0px !important;
}
/*	----------------------------------------------------------
	Responsive Structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

 
@media only screen  and (min-width : 1920px)  and (max-width : 1080px){ 
  body {
    background-size: auto;
    background-position: center !important;
}
 .product-wrap.large {
    height: 400px !important;
     
   }
   /*html, body {
    height: 100% !important;
    overflow:hidden;
}*/
.large span img{
  min-width:160px;
  min-height: 160px;

   }
   .product-wrap.large{
  margin-top: 7% !important;
}
.large span.first-prodsuit-img {
    
   top: 81%;
  left: -16px !important;
}
.large span.second-prodsuit-img {
  left: -50px !important;
  top: 22%;
}
.large span.six-prodsuit-img {
    
   top: 85% !important;
   left: 170px !important;
}
}

@media only screen and (max-width:1366px) {
    .footer {
        height:auto !important;
    }
}
@media only screen  and (max-width : 1366px)  and (min-width : 768px){ 
  body {
    background-size: auto;
    background-position: center !important;
}
 .product-wrap.large {
    height: 340px;
     
  }
 /*html, body {
    height: 100% !important;
    overflow:hidden;
}*/
.product-wrap.large{
  margin-top: 1%;
}
.footer {
    position: fixed;
   } 
.large span img{
  max-width:145px;
  max-height: 145px;
  object-fit:contain;

   }
.large span.first-prodsuit-img {
   top: 81%;
   left: -4px;
}
 .form-container {
     top:-105px;
     max-width:600px;
     margin:0 auto;
    }
.large span.second-prodsuit-img {
    top: 22%;
    left: -28px;
}
.large span.three-prodsuit-img {
    top: -14%;
    left: 25px;
}
.large span.four-prodsuit-img {
    top: -17%;
    left: 130px;
}
.large span.five-prodsuit-img {
    top: 21%;
    left: 230px;
}
.large span.six-prodsuit-img {
    top: 84%;
    left: 220px;
}

}
@media only screen  and (min-width : 800px)  and (max-width : 1280px){ 
body {
   
    background-size: cover;
    background-attachment: fixed;
    height:100%;
   }
   .product-wrap.large{
    margin-top:2%;
   }
.large span img {
    max-width: 155px;
    max-height: 155px;
}
.large span.five-prodsuit-img {
   
    top: 20%;
    left: 221px;
}
.large span.second-prodsuit-img {
    top: 23%;
    left: -30px;
}
.large span.three-prodsuit-img {
    top: -14%;
    left: 20px;
}
.large span.four-prodsuit-img {
    top: -16%;
    left: 130px;
}
.large span.six-prodsuit-img {
  
    top: 79%;
    left: 190px;
}
.product-wrap.large {
    height: 340px;
     
  }
}
@media only screen  and (min-width : 1024px)  and (max-width : 1280px){ 
body {
  
    background-size: cover;
    background-attachment: fixed;
    height:100%;
    background-position: center;
    overflow:hidden;
   }
.footer {
    bottom: 0px;
    position: fixed;
   }
 
}
@media screen and (min-width: 1365px) and (max-width: 1599px) {
html,body{
  height:auto;
}
body {
  background-size: auto;
  background-position: -270px -60px;
}
.pushmenu {
  max-height: 1200px;   
}
}


 @media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1024px) {
body{
	overflow-x:hidden;
	height:auto;
}
	.product-wrap.large {
    background: url(../../images/arcGrd-sm.png);
    background-repeat: no-repeat;
    height: 370px;
    margin-top: 7%;
    position: relative;
    background-position: top center;
      
}
.large span.six-prodsuit-img {
    position: relative;
    top: 38%;
    left: 805px;
}
.large span.five-prodsuit-img {
    position: relative;
    top: 27%;
    left: 60px;
}
.large span.four-prodsuit-img {
    position: relative;
    top: -14%;
    left: 50px;
}
.large span.three-prodsuit-img {
    position: relative;
    top: -22%;
    left: -47px;
}
.large span.second-prodsuit-img {
    position: relative;
    top: 14%;
    left: -121px;
}
.large span.first-prodsuit-img {
    position: relative;
    top: 82%;
    left: -23px;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
body {
   background-size: cover;
   background-position: 50% 7%;
  }	
 .product-wrap.small{
	margin-top: 54%;
  
}
.footer {
    position: fixed;
  
}
}
@media screen and (min-width: 380px) and (max-width: 678px) {

}
@media (max-width: 768px) {
body{
    background-size:cover  !important;
    background-position: center  !important;
   background-attachment: fixed  !important;
}	

.form-container {
      top: 10px; 
}
.form-bottom{
	
}
.product-wrap.small{
	margin-top: 35%;
    position: relative;
    background-position: top center;
    margin-bottom: 3%;
    max-width: 455px;
    margin-left: auto;
    margin-right: auto;
}
.username, .userpass {
    width: 70%;
}
.footer-copyright,.footer-menu{
	float:none !important;
	clear:both;
	text-align: center;
}
.footer {
    position: relative;
    height:auto;
   } 
  .form-bottom {
    top: -45px;
    background-size:cover; 
}
.form-input.bottom-sec {
    width: 90%;
}   
.form-input.bottom-sec {
   font-size: 12px;
   
} 
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {

}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
    body {
    background-size: cover !important;
    }
}
 
@media (max-width: 768px) and (orientation:portrait){
  .small span img {
    max-width: 46px;
   
}
.small .first-prodsuit-img{
  position: relative;
  left:-35px;
}
.small .second-prodsuit-img{
  position: relative;
  left:-20px;
}

.small .three-prodsuit-img{
  position: relative;
  left:-11px;
}

.small .four-prodsuit-img{
  position: relative;
  left:-3px;
}

.small .five-prodsuit-img{
  position: relative;
  left:7px;
}
.small .six-prodsuit-img{
  position: relative;
  left:30px;
}


 } /* orientation:portrait */
 @media (max-width: 768px) and (orientation:landscape){
  .product-wrap.small {
    margin-top: 3%;
    position: relative;
    max-width: 455px;
    margin-left: auto;
    margin-right: auto;
}
.bordered-img {
    position: relative;
    top: -30px;
   }
.small span img {
    max-width: 56px;
   
}
.small .first-prodsuit-img{
  position: relative;
  left:-52px;
}
.small .second-prodsuit-img{
  position: relative;
  left:-28px;
}

.small .three-prodsuit-img{
  position: relative;
  left:0px;
}

.small .four-prodsuit-img{
  position: relative;
  left:21px;
}

.small .five-prodsuit-img{
  position: relative;
  left:44px;
}
.small .six-prodsuit-img{
  position: relative;
  left:60px;
}


 } /* orientation:landscape */
@media screen and (max-width: 600px)
{
.username, .userpass {
    width: 61%;
}
.form-section {
   padding: 1px 3px;
}
.pushmenu-toleft {
    right: 225px;
}
.pushmenu{
	width:230px;
}    
	}

@media (max-width: 480px) {
	
}

@media (max-width: 320px) {
	.username, .userpass {
    width: 58%;
}
.footer{
	font-size: 13px;
}
.small span img {
    max-width: 36px;
}
	
}

/*	----------------------------------------------------------
	Print
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media print {
	
}