@charset "utf-8";
/* CSS Document */
body
{
	background:none;
}
.portail_container {
    background: url(/images_partner/payment_portal_bg.jpg) repeat-x bottom;
	height:650px;    
}
.payment_portal_tab{
	margin-top:90px;
	background:url(/images_partner/payment_portal_tab_bg.jpg) repeat-x;
	height:54px;
	-moz-box-shadow: 0px 2px 4px #b2b2b2;
	-webkit-box-shadow: 0px 2px 4px #b2b2b2;
	box-shadow: 0px 2px 4px #b2b2b2;
}
.payment_portal_tab ul{
	height:50px;
}
.payment_portal_tab ul li{
	list-style:none;
	float:left;
	background:url(/images_partner/payment_portal_tab_separetor.jpg) no-repeat right;
	line-height:53px;
	width:173px;
	text-align:center;
	height:53px;	
}
.payment_box_left p {
    color: #333333;
    font-size: 24px;
    font-weight: normal;
    font-family: 'latolight';
}
.payment_portal_tab ul li a{
	color:#FFF;
	font-size:18px;
    font-family: 'latoregular';
	font-weight:normal;
	text-decoration:none;
	display:block;
	padding-top:15px;
	height:50px;
}
.alertbox { 
	width:560px;
	height:auto;
	margin:0 auto;
	padding:15px;
	border-top:none;
	-moz-box-shadow: 0 5px 5px #666;
	-webkit-box-shadow: 0 5px 5px #666;
	box-shadow: 0 5px 5px #666;
	display:none;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-230px;
	top:0;
	margin-top:250px;
	padding-bottom:10px;
	background-color:#FFF;
	border-radius:5px 5px 5px 5px;
}
#mask
{
	width:100%;
	 height:100%; 
	 position:absolute;
	 top:0; left:0; 
	 background-color:#000;
	 opacity:0.4;
	 display:none;
	
}
.payment_portal_tab ul li a.current  {
	background:url(/images_partner/payment_portal_tab_active.jpg) repeat-x;
	color:#ffffff;
	font-size:18px;
	font-family: 'latobold';
	font-weight:normal;
	display:block;
	-moz-box-shadow: 0px 4px 5px #5a5a5a;
	-webkit-box-shadow: 0px 4px 5px #5a5a5a;
	box-shadow: 0px 4px 5px #5a5a5a;
}
.payment_portal_tab ul li:last-child{
	background:none;
}
.paymeny_box_container h1 {
    font-weight: normal;
    color: #1c3e7b;
    font-size: 34px;
    font-family: 'latobold';
}
.payment_box_left p {
    color: #333333;
    font-size: 24px;
    font-weight: normal;
    font-family: 'latolight';
}
.payment_box_left p span {
    font-size: 14px;
}
.payment_box_left input[type="text"] {
    border: 1px solid #5d5d62;
    color: #333333;
    font-size: 30px;
    font-family: 'latolight';
    padding: 20px 12px;
    -moz-box-shadow: 0px 2px 3px #bbbbbb inset;
    -webkit-box-shadow: 0px 2px 3px #bbbbbb inset;
    box-shadow: 0px 2px 3px #bbbbbb inset;
    background: #FFF;
    width: 500px;
    margin-top: 2px;
    outline: none;
}
.payment_box_left input[type="button"] {
    background: url(/images_partner/calculate_my_oprions_button.png) no-repeat top;
    width: 500px;
    height: 81px;
    border: none;
    cursor: pointer;
    margin-top: 14px;
}
.payment_box_left input[type="button"]:hover {
    background: url(/images_partner/calculate_my_oprions_button.png) no-repeat bottom;   
}
.payment_box_right:hover {
    -moz-box-shadow: 0px 3px 3px #666666;
    -webkit-box-shadow: 0px 3px 3px #666666;
    box-shadow: 0px 3px 3px #666666;
}
.payment_box_right {
    float: right;
    width: 350px;
    height: auto;
    background: #FFF;
    -moz-box-shadow: 0px 3px 3px #b2b2b2;
    -webkit-box-shadow: 0px 3px 3px #b2b2b2;
    box-shadow: 0px 3px 3px #b2b2b2;
    -webkit-transition: all .20s ease-in-out .0s;
    -moz-transition: all .20s ease-in-out .0s;
    -ms-transition: all .20s ease-in-out .0s;
    -o-transition: all .20s ease-in-out .0s;
    transition: all .20s ease-in-out .0s;
    margin-top: 20px;
    padding-bottom: 10px;
    position: relative;
}
.payment_box_right h1 {
    font-family: 'latoitalic';
    color: #333;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    padding: 20px;
}
.payment_box_right h1 img {
    float: right;
    margin-left: 10px;
}
.payment_box_right p {
    color: #333333;
    font-size: 16px;
    font-family: 'latolight';
    line-height: 20px;
    font-weight: normal;
    padding: 10px 20px;
}
/*----------------------------- Hint Pop ------------------------------*/
.payment_wrap,
.privacy_wrap,
.terms_wrap{
	display:none;
	width:600px;
	padding:10px;
	position:absolute;
	z-index:200;
	background:#e4e4e4;
	border:1px solid #b8b8b8;
	-moz-box-shadow: 0px 2px 3px #4d4d4d;
	-webkit-box-shadow: 0px 2px 3px #4d4d4d;
	box-shadow: 0px 2px 3px #4d4d4d;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-khtml-border-radius:10px;
}
.payment_wrap h1,
.privacy_wrap h1,
.terms_wrap h1{
	font-size:19px;
	font-weight:normal;
    font-family: 'latoregular';
	padding:0px;
	color:#505058;
}
.payment_wrap h1 span,
.privacy_wrap h1 span,
.terms_wrap h1 span{
	font-family: 'latolight';
}
.payment_wrap h1 span sup,
.privacy_wrap h1 span sup,
.terms_wrap h1 span sup{
	font-size:10px;
}
.payment_wrap p,
.privacy_wrap p,
.terms_wrap p{
	font-family: 'latolight';
	font-size:14px;
	color:#505058;
	padding:0px;
	padding-top:10px;
    font-weight: normal;
    line-height: 20px;
}
.payment_wrap p span,
.privacy_wrap p span{
	color:#5aba47;
	font-weight:normal;
    font-family: 'latobold';
}
.payment_wrap p strong,
.privacy_wrap p strong{
	color:#1c3e7b;
	font-weight:normal;
    font-family: 'latoregular';
}
.cross_payment,
.cross_privacy,
.cross_terms{
	text-align:right;
	float:right;
}
.payment_options{
    left: -270px !important;
    top: -330px !important;
}
.privacy_policy{
    left: 0px !important;
    top: -445px !important;
	height:475px;
	overflow-y:scroll;
}
.cross_privacy img{
	margin:0px !important;
}
.terms_conditions{
    left: 333px !important;
    top: -24px !important;
}
/*=============================================== Footer Start ===============================================*/
.portal_footer_container{
	width:960px;
	height:auto;
	margin:auto;
	padding:15px 0px;
}
.portal_footer_left{
	float:left;
	color:#999999;
	font-size:12px;
	font-family: 'latolight';
	line-height:14px;
	font-weight:normal;
	width:690px;
	position:relative;
}
.portal_footer_left img{
	float:left;
	margin-top:5px;
	margin-right:10px;
	margin-bottom:10px;
}
.portal_footer_right{
	float:right;
	text-align:right;
}
.powered{
	margin-top:10px;
	color:#999999;
	font-size:12px;
	font-family: 'latolight';
	line-height:14px;
	font-weight:normal;
}
.flag{
	margin-right:3px;
	margin-bottom:-2px;
}
.clear{
	clear:both;
}
#lightbox{background-color:#FFF; height:0px; width:0px; padding-top:20px; padding-left:15px; padding-bottom:10px;
          border-radius: 5px;  z-index:10000; position:absolute; left:70%;
          top:590px; display:none; overflow:hidden;
}
#testimonial{cursor:pointer; cursor:hand;}

#lightboxclose{float:right; margin-top:-17px; cursor:pointer; cursor:hand;}
#lightboxtitle{font-family:latoregular; font-size:24px; color:#000}
#lightboxtext{font-family:latolight; font-size:14px; color:#000; margin-top:10px;
            line-height:17px;}
			#fancybox-wrap
	{
		width:980px !important;
		left:174px !important;
	}
	#fancybox-content
	{
		width:940px !important;
	}
	.email_option p {
    font-weight: normal;
    color: #505058;
    font-size: 24px;
    font-family: 'latolight';
}
.email_option input[type="text"] {
    border: thin #bbbbbb solid;
    background: #fff;
    width: 404px;
    outline: none;
    padding: 22px 10px;
    color: #b5b5b7;
    font-family: 'latolight_italic';
    font-size: 24px;
}
.email_option input[type="button"] {
    background: url(/images_partner/portal_email_my_option_button.png) no-repeat top;
    width: 404px;
    height: 78px;
    border: none;
    cursor: pointer;
    margin-top: 14px;
}
.email_option input[type="button"]:hover {
    background: url(/images_partner/portal_email_my_option_button.png) no-repeat bottom;
    width: 404px;
    height: 78px;
    border: none;
    cursor: pointer;
    margin-top: 14px;
}
.privacy_policy {
   
    overflow-y: scroll !important;
}
.email_address {
	text-align:left !important;
}
.apply_for_financing a {
    background: url(/images_partner/apply_for_financing_button.png) no-repeat top;
    width: 407px;
    height: 81px;
    float: left;
    -webkit-transition: all .20s ease-in-out .0s;
    -moz-transition: all .20s ease-in-out .0s;
    -ms-transition: all .20s ease-in-out .0s;
    -o-transition: all .20s ease-in-out .0s;
    transition: all .20s ease-in-out .0s;
}
.apply_for_financing a:hover {
    background: url(/images_partner/apply_for_financing_button.png) no-repeat bottom;
    width: 407px;
    height: 81px;
    float: left;
    -webkit-transition: all .20s ease-in-out .0s;
    -moz-transition: all .20s ease-in-out .0s;
    -ms-transition: all .20s ease-in-out .0s;
    -o-transition: all .20s ease-in-out .0s;
    transition: all .20s ease-in-out .0s;
}
/*** */

@media screen and (min-width: 320px) and (max-width: 380px) {
	
}
@media screen and (min-width: 370px) and (max-width: 410px) {

}
@media screen and (min-width: 360px) and (max-width: 370px) {
	
}
@media screen and (max-width: 380px) {

   .payment_box_right {
    float: left;
    width: 99%;
   }
	
}
@media screen and (min-width: 410px) and (max-width: 560px) {
	
}
@media screen and (min-width: 390px) and (max-width: 560px) {
	
}
@media screen and (max-width: 480px) {
	.payment_box_right {
    float: left;
    width: 99%;
   }
	.paymeny_box_container h1 {
    font-weight: normal;
    color: #1c3e7b;
    font-size: 24px;
    font-family: 'latobold';
}
.payment_box_left input[type="text"] {
    border: 1px solid #5d5d62;
    color: #333333;
    font-size: 25px;
    font-family: 'latolight';
    padding: 6px 12px;
    -moz-box-shadow: 0px 2px 3px #bbbbbb inset;
    -webkit-box-shadow: 0px 2px 3px #bbbbbb inset;
    box-shadow: 0px 2px 3px #bbbbbb inset;
    background: #FFF;
    width: 95%;
    margin-top: 2px;
    outline: none;
}
.payment_box_left input[type="button"] {
    background: url(/images_partner/calculate_my_oprions_button.png) no-repeat top;
    width: 95%;
    height: 40px;
    border: none;
    cursor: pointer;
    margin-top: 14px;
    background-size: 100% 200%;
}
.payment_box_left input[type="button"]:hover {
    background: url(/images_partner/calculate_my_oprions_button.png) no-repeat bottom;
    width: 95%;
    height: 40px;
    border: none;
    cursor: pointer;
    margin-top: 14px;
    background-size: 100% 200%;
}

}

@media screen and (min-width: 480px) and (max-width: 767px) {
		.payment_portal_tab ul li {   
    width: 230px;
}
.payment_portal_tab {
    margin-top: 10px;
}
.email_option input[type="text"] {
    border: thin #bbbbbb solid;
    background: #fff;
    width: 404px;
    outline: none;
    padding: 15px 10px;
    color: #b5b5b7;
    font-family: 'latolight_italic';
    font-size: 20px;
}
.email_option {
    float: left;
    width: 450px !important;
    height: auto;
    margin-top: 10px;
    margin-left: 20px;
}
.payment_box_right {
    float: left;
    width: 500px;
   }
  
/**** ------------------ */
}
@media screen and (min-width: 595px) and (max-width: 767px) {

	
}
@media screen and (max-width: 600px)
{


.paymeny_box_container
{
	width:90%;
}
.payment_box_left {
	width:100%;
}
.email_option input[type="text"] {
    border: thin #bbbbbb solid;
    background: #fff;
    width: 100%;
    outline: none;
    padding: 15px 10px;
    color: #b5b5b7;
    font-family: 'latolight_italic';
    font-size: 20px;
}
.email_option input[type="button"] {
    background: url(/images_partner/portal_email_my_option_button.png) no-repeat top;
    width: 100%;
    height: 48px;
    border: none;
    cursor: pointer;
    margin-top: 14px;
    background-size: 100% 200%;
}
.email_option input[type="button"]:hover {
    background: url(/images_partner/portal_email_my_option_button.png) no-repeat bottom;
    width: 100%;
    height: 48px;
    border: none;
    cursor: pointer;
    margin-top: 14px;
    background-size: 100% 200%;
}
.email_option p {
    font-weight: normal;
    color: #505058;
    font-size: 22px;
    font-family: 'latolight';
}
.portail_container {
    background: url(/images_partner/payment_portal_bg.jpg) repeat-x bottom;
    height: 1100px !important;
}
}
 @media screen and (max-width: 768px) { 
.payment_portal_tab {
    margin-top: 10px;
    background: url(/images_partner/payment_portal_tab_bg.jpg) repeat-x;
    height: 154px;
    -moz-box-shadow: 0px 2px 4px #b2b2b2;
    -webkit-box-shadow: 0px 2px 4px #b2b2b2;
    box-shadow: 0px 2px 4px #b2b2b2;
    background-size: 100px 154px;
}
.payment_portal_tab ul li {
    list-style: none;
    float: left;
    background:none;
    line-height: 53px;
    width: 100%;
    text-align: center;
    height: 53px;
}
.portal_logo
{
	margin-bottom:50px;
}	
 
.portail_container {
    background: url(/images_partner/payment_portal_bg.jpg) repeat-x bottom;
    height: 1100px;
}
.portal_footer_container {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 15px 15px;
}
.portal_footer_left {
   
    position: relative;
    text-align: justify;
	width: 100%;
}
.portal_footer_right {
    float:left;
	text-align:left;
	margin-top:20px;
}
 .payment_options{
    left: 0px !important;
    top: -330px !important;
}
.payment_wrap,
.privacy_wrap,
.terms_wrap{
	display:none;
	width:100%;
	padding:10px;
	position:absolute;
	z-index:200;
	background:#e4e4e4;
	border:1px solid #b8b8b8;
	-moz-box-shadow: 0px 2px 3px #4d4d4d;
	-webkit-box-shadow: 0px 2px 3px #4d4d4d;
	box-shadow: 0px 2px 3px #4d4d4d;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-khtml-border-radius:10px;
}
 }
 @media screen and (max-width: 1100px) {
	 
#fancybox-wrap
	{
		width:100% !important;
		left:0px !important;
	}
	#fancybox-content
	{
		width:100% !important;
	}
 }
 @media screen and (min-width: 1000px)
 {
	
 }
 @media screen and (min-width:780px) and (max-width:800px)
 {
	.payment_portal_tab ul li {   
    width: 230px;
}
.payment_portal_tab {
    margin-top: 90px;
    background: url(/images_partner/payment_portal_tab_bg.jpg) repeat-x;
    height: 54px;
    -moz-box-shadow: 0px 2px 4px #b2b2b2;
    -webkit-box-shadow: 0px 2px 4px #b2b2b2;
    box-shadow: 0px 2px 4px #b2b2b2;
    width: 700px;
    margin-top: 10px;
}
.col-sm-7 {
    width: 60% !important;
}
.col-sm-5 {
    width: 100%;
}
.payment_box_right {
    float:left;
    width: 500px;
}
.email_option {
    float: left;
    width: 450px;
    height: auto;
    margin-top: 10px;
    margin-left: 20px;
}
 .portail_container {
    background: url(/images_partner/payment_portal_bg.jpg) repeat-x bottom;
    height: 1100px;
}
.payment_options {
    left: 100px !important;
    top: -330px !important;
}
 }
 @media screen and (min-width: 1200px) {
	
 }
 @media screen and (max-width: 560px) {
	
 }
  @media screen and (min-width: 560px) and (max-width: 767px) {

  }
  @media screen and (min-width :700px)
  {
	 
.portal_logo
{
	text-align:right;
}
  }