.ps_mobile .form_err, .ps_mobile .form_err:focus, .ps_mobile .form_err:hover{
	border-color:red;	
}

.ps_mobile{
	width:100%;
	min-width:320px;
	max-width:1124px;
	margin:50px auto;
	font-family: "Open Sans", serif;
  	font-weight: 500;
  	font-style: normal;
	font-size:1rem;

}

.ps_mobile a,
.ps_mobile input[type=button],
.ps_mobile input[type=submit],
.ps_mobile button{
    -webkit-tap-highlight-color: transparent;
}

.ps_mobile h1,
.ps_mobile h2,
.ps_mobile h3{
	font-family: "Open Sans", serif;
}

.ps_mobile .ps_mobile_container{
	width:100%;
}

.ps_mobile_section{
	width:calc(100% - 10px);
	margin-left:5px;
	margin-right:5px;
	background-color:#ffffff;
	margin-bottom:20px;
	border:1px solid #dfdfdf;
}

.ps_mobile_section.ps_mobile_section_btns{
	background-color:transparent;
	border:none;
}


.ps_mobile_section .ps_mobile_section_container{
	padding:10px;
}

.ps_mobile .ps_mobile_section_header{}
.ps_mobile .ps_mobile_section_header_container{}
.ps_mobile .ps_mobile_section_body{}
.ps_mobile .ps_mobile_section_body_container{}
.ps_mobile .ps_mobile_section_footer{}
.ps_mobile .ps_mobile_section_footer_container{}


.ps_mobile .ps_mobile_section_body_container .ps_mobile_sample_img{
	text-align:center;
}

.ps_mobile .ps_mobile_section_body_container .ps_mobile_sample_img img{
	width:100%;
	max-width:769px;
	height:auto;
	margin-bottom:10px;
}

.ps_inp_field{
	font-size:1rem;
	font-weight:500;
	color:#1d1d1d;	
	margin-bottom:20px;
}

.ps_inp_field.ps_inp_field_highlight{
	padding:20px;
	background-color:#efefef;
}


.ps_inp_field.ps_inp_field_half{
	float:left;
	width:calc(50% - 20px);
	padding:10px 10px;
	margin:0px;
	
}

.ps_inp_field.ps_inp_field_full{
	float:left;
	width:calc(100% - 20px);
	padding:10px 10px;
	margin:0px;
}

.ps_inp_field .ps_inp_field_title{	
	margin-bottom:5px;
	font-weight:500;
	color:#1d1d1d;
}

.ps_inp_field .ps_inp_field_title .ps_inp_imp{
	color:red;
}

.ps_inp_field .ps_inp_field_title .ps_inp_opt{
	color:#646464;
	font-style:italic;
	font-size:0.8125rem;
}


.ps_inp_field .ps_inp_field_input{
	margin-bottom:5px;
	font-weight:400;
}

.ps_inp_field .ps_inp_field_input .ps_inp_field_input_container{}

.ps_inp_field .ps_inp_field_input .ps_inp_field_input_container .errmsg{
	font-style:italic;
	color:red;
	font-size:14px;
	font-weight:normal;
}

.ps_inp_field .ps_inp_field_input .ps_inp_field_input_container .fico svg{
	vertical-align:middle;
}

.ps_inp_field .ps_inp_field_desc{
	font-size:0.8125rem;
	font-size:0.90rem;
	font-style:italic;
	font-weight:400;	
	color:#646464;
	color:#555555;
	margin-bottom:5px;
}

.deposit_slip_fields{
	display:none;
}

.ps_mobile h2{
	font-size:1.2rem;
	font-weight:500;	
	margin-bottom:20px;
	background-color:#075D83;
	color:#ffffff;
	padding:10px;
	
}

.ps_mobile h3{
	font-size:1.1rem;
}

.ps_mobile input, .ps_mobile select{
	width:100%;
	font-family:inherit;
	font-size:0.9375rem;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 0.6rem;
    border:1px solid #a4a4a4;
    outline:none;
    color:#363636;  
    border-radius:0px;
    transition: .3s border;
}

.ps_mobile input[type=text], .ps_mobile select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;  
	height:44px;
	min-height:44px;
}

.ps_mobile input:hover, .ps_mobile select:hover{
	border-color:#075D83;
}

.ps_mobile input:focus, .ps_mobile select:focus{
	border-color:#075D83;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px #075D83;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px #075D83;
}


.ps_mobile input[type=radio], .ps_mobile input[type=checkbox]{
	 width:auto;
	 width:1.5rem;
	 height:1.5rem;
	 vertical-align:bottom;
}

.ps_mobile input[type=radio]:focus, .ps_mobile input[type=checkbox]:focus{
	box-shadow:none;
}


.ps_mobile input[type=radio]{
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.ps_mobile label{
	margin-right:5px;
	font-size:0.9rem;
	font-weight:600;
	color:#222;
}

.ps_mobile input[type=radio] + label:before{
	content: '';
	width: 26px;
	height: 26px;    
	display: inline-block;
   	vertical-align: middle;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: -2px 5px 0 0;
   	border-radius:50%;
   	background-color:#ffffff;
   	border:4px solid #ffffff;
   	box-shadow: 0px 0px 1px 1px #a4a4a4;
}

.ps_mobile input[type=radio]:checked + label:before{	
	background: #075D83;
    border: 4px solid #fff;    
}

.ps_mobile input[type=radio]:hover + label:before{
	box-shadow: 0px 0px 1px 1px #075D83;
	
}

.ps_mobile input[type=radio] + label:before, .ps_mobile input[type=radio]:checked + label:before, .ps_mobile input[type=radio]:hover + label:before{
	transition: background-color .2s linear;
}

.ps_mobile input[type=checkbox]{
	position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.ps_mobile input[type=checkbox] + label:before{
	content: '';
	width: 26px;
	height: 26px;    
	display: inline-block;
   	vertical-align: middle;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 8px 0 0;
   	background-color:#ffffff;
   	border:4px solid #ffffff;
   	box-shadow: 0px 0px 1px 1px #a4a4a4;
   	background-image:none;
   	border-radius:5px;
}


.ps_mobile input[type=checkbox]:checked + label:before{	
	box-shadow: 0px 0px 1px 1px #075D83;
	background-image:url('../icons/check.svg');
	background-repeat: no-repeat;
	background-position: center center;
}


.ps_mobile input[type=checkbox]:hover + label:before{
	box-shadow: 0px 0px 1px 1px #075D83;
}


.ps_mobile input[type=checkbox] + label:before, .ps_mobile input[type=checkbox]:checked + label:before, .ps_mobile input[type=checkbox]:hover + label:before{
	transition: box-shadow .2s linear;
}

.ps_inp_field_paydates{

}

.ps_mobile button[type=submit]{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline:0;
    border:none;
    font-family:inherit;
}

.ps_mobile input[type=submit],
.ps_mobile button[type=submit]
{	
	display:block;
	width:auto;
	margin:0 auto;
	border-radius:30px;
	font-weight:400;
	font-size:1.2rem;
	padding:14px 24px;
	background-color:#74121A;
	border-color:#911721;
	color:#ffffff;
	cursor:pointer;	
	background: -webkit-linear-gradient(top,#911721,#74121A,#911721);
	background: -o-linear-gradient(top,#911721,#74121A,#911721);
	background: -moz-linear-gradient(top,#911721,#74121A,#911721);
	background: linear-gradient(top,#911721,#74121A,#911721);
}

.ps_inp_field_paydates .ps_inp_field_title{
	font-size:1rem;
	font-weight:bold;
	color:#222;
}

.ps_mobile .btn_proceed{
	display:inline-block;
	margin:0 auto;	
	border-radius:30px;
	font-weight:400;
	font-size:1.2rem;
	padding:14px 28px;
	background-color:#4CAF50;
	border-color:#3D8C40;
	color:#ffffff;
	cursor:pointer;	
	background: -webkit-linear-gradient(top,#911721,#74121A,#911721);
	background: -o-linear-gradient(top,#911721,#74121A,#911721);
	background: -moz-linear-gradient(top,#911721,#74121A,#911721);
	background: linear-gradient(top,#911721,#74121A,#911721);
	text-decoration:none;
	text-align:center;	
}

.ps_mobile .btn_proceed svg,
.ps_mobile button[type=submit] svg {
    vertical-align: middle;
    width: 28px;
    height: 28px;
    margin-top: -3px;
    margin-right: 0px;
    padding: 3px;
    border-radius: 0;
}

.ps_mobile .btn_proceed:hover{
	background-color:#911721;
  	background: -webkit-linear-gradient(top,#74121A,#911721,#74121A);
	background: -o-linear-gradient(top,#74121A,#911721,#74121A);
	background: -moz-linear-gradient(top,#74121A,#911721,#74121A);
	background: linear-gradient(top,#74121A,#911721,#74121A);
}


.ps_mobile .btn_proceed.btnblue{
	background-color:#064a69;
	background: -webkit-linear-gradient(top,#075D83,#064a69,#075D83);
	background: -o-linear-gradient(top,#075D83,#064a69,#075D83);
	background: -moz-linear-gradient(top,#075D83,#064a69,#075D83);
	background: linear-gradient(top,#075D83,#064a69,#075D83);
}


.ps_mobile .btn_proceed.btnblue:hover{

	background-color:#075D83;
	background: -webkit-linear-gradient(top,#064a69,#075D83,#064a69);
	background: -o-linear-gradient(top,#064a69,#075D83,#064a69);
	background: -moz-linear-gradient(top,#064a69,#075D83,#064a69);
	background: linear-gradient(top,#064a69,#075D83,#064a69);


}

.ps_mobile input[type=submit]:hover,
.ps_mobile button[type=submit]:hover{
	background-color:#911721;
  	background: -webkit-linear-gradient(top,#74121A,#911721,#74121A);
	background: -o-linear-gradient(top,#74121A,#911721,#74121A);
	background: -moz-linear-gradient(top,#74121A,#911721,#74121A);
	background: linear-gradient(top,#74121A,#911721,#74121A);
}

.ps_mobile input[type=submit]:focus,
.ps_mobile button[type=submit]:focus{
	box-shadow:none;
}


.ps_inp_field_paydates .ps_inp_field_paydate{	
	border:1px solid #4CAF50;
	margin-bottom:20px;
	background-color:rgba(200,200,200,.09);
}

.ps_inp_field_paydate .ps_inp_field_paydate_head{
	background-color:rgba(200,200,200,.21);		
	overflow:hidden;
	height:50px;
	position:relative;
}

.ps_inp_field_paydate .ps_inp_field_paydate_head h3{
	position:absolute;
	top:0px;
	left:0px;
	text-align:left;
	font-size:1.1rem;
	font-weight:500;
	height:48px;
	line-height:48px;
	background-color:#4CAF50;
	color:#ffffff;
	padding:0 20px;
}


.ps_inp_field_paydate .ps_inp_field_paydate_content{
	overflow:hidden;
}

input.calendar{
	background-color:#ffffff;
	background-image:url('../icons/calendar_blue.svg');
	background-repeat:no-repeat;
	background-position:calc(100% - 10px);
}

select.chevron{
	background-color:#ffffff;
	background-image:url('../icons/chevron_blue.svg');
	background-repeat:no-repeat;
	background-position:calc(100% - 10px);
}

input.dollar{
	background-color:#ffffff;
	background-image:url('../icons/dollar_blue.svg');
	background-repeat:no-repeat;
	background-position:calc(100% - 10px);
}

input.clock{
	background-color:#ffffff;
	background-image:url('../icons/clock_blue.svg');
	background-repeat:no-repeat;
	background-position:calc(100% - 10px);
}


input.hash{
	background-color:#ffffff;
	background-image:url('../icons/hash.png');
	background-repeat:no-repeat;
	background-position:0px;
	padding-left:54px;
}


input.dollar{
	background-color:#ffffff;
	background-image:url('../icons/dollarN.png');
	background-repeat:no-repeat;
	background-position:0px;
	padding-left:54px;
}

input.ssn{
	background-color:#ffffff;
	background-image:url('../icons/ssn.png');
	background-repeat:no-repeat;
	background-position:0px;
	padding-left:108px;
}

.progress_container{
	position:fixed;
	top:0;
	z-index:1;
	width:100%;
	background-color:rgba(0,0,0,.04);
	height:8px;
	max-width:100%;
}

.progress_container .progress_bar{
	max-width: 100%;
	width: 0;
	height: 8px;
	background: #911721;
	border-radius:0 12px 12px 0;
}


.ps_steps{
	text-align:center;	
	font-size:1rem;
	background-color:#ffffff;
	background-color:#efefef;
	
}

.ps_steps .ps_steps_container{
	margin:0px 10px;
	position:relative;
}

.ps_steps ul, .ps_templates ul{
	display:block;
	overflow:hidden;
	padding:0px;
	margin:0px;
	list-style:none;
}

.ps_steps li{
	float:left;
	margin:0px;
	padding:0px;
	width:33.33%;
}


.ps_steps .ps_step{
	text-align:center;
	margin:1rem;
	padding:1rem;	
	position:relative;
}

.ps_steps .ps_icon{
	width:60%;
	background-color:#ffffff;
	text-align:center;
	margin:0 auto;
	background-color:#efefef;
}

.ps_steps .ps_icon em{
	display:block;
	background-color:#a4a4a4;
	background-repeat:no-repeat;
	background-position:center;
	width:3rem;
	height:3rem;
	margin:0 auto 1rem auto;
	font-size:3rem;	
	line-height:1;
	font-weight:500;
	color:#fff;
	border-radius:50%;
	padding:0.5rem;
}

.ps_steps .ps_step.active .ps_icon em{
	background-color:#4CAF50;
}


.ps_steps .ps_step .ps_icon.ps_icon_1 em{
	background-image:url('../icons/step_1_1.svg');	
}

.ps_steps .ps_step .ps_icon.ps_icon_2 em{
	background-image:url('../icons/step_2_1.svg');	
}


.ps_steps .ps_step .ps_icon.ps_icon_3 em{
	background-image:url('../icons/step_3_2.svg');	
}

.ps_steps .ps_title{
	padding:5px 0;
	font-size:1.0rem;	
	text-transform:capitalize;
	font-weight:500;
	border-radius:2px;
	background-color:#a4a4a4;
	color:#ffffff;

}

.ps_steps .ps_step.active .ps_title{
	background-color:#4CAF50;
	color:#ffffff;
	

}

.ps_steps .ps_title a, .ps_steps .ps_title a:hover{
	text-decoration:none;
}

.ps_steps .activityline{
	width:calc(100% - 2px);
	border:1px solid rgba(0,0,0,0.1);
	position:absolute;
	top:4rem;
	left:0px;	
}

.ps_steps .activityline-progress{
	border:1px solid #4CAF50;
	position:absolute;
	top:4rem;
	left:0px;
}

.ps_steps .activityline-progress.p1{width:33.33%;}
.ps_steps .activityline-progress.p2{width:66.66%;}
.ps_steps .activityline-progress.p3{width:100%;}


.ps_mobile_main{
	padding:10px 10px;
	background-color:#ffffff;
	color:#1d1d1d;
	background-color:rgba(105,105,105,0.16);
	margin-bottom:20px;
}

.ps_mobile_main .ps_mobile_main_head{
	margin:10px;
}

.ps_mobile_main .ps_mobile_main_head h1{
	font-size:2rem;
	text-align:left;
	font-weight:400;		
}

.ps_mobile_main .ps_mobile_main_head h2{
	font-size:2rem;
	text-align:left;
	font-weight:400;
	margin:0px;
	padding:0px;
	color:inherit;
	background-color:transparent;
}


.ps_mobile_main .ps_mobile_main_desc{
	margin:10px;
	font-size:1rem;
}
.modern_ps_review{
  margin:0 10px;
  overflow:hidden;
}

.modern_ps_review .modern_ps_img{   
	width:calc(100% - 2px);
	display:table;
	margin:0 auto;
	border: 1px solid #075D83;
	margin-bottom: 30px;
	/*background-color: rgba(200, 200, 200, .09);*/
	background-color:#ffffff;
	border-radius:5px;
	text-align:center;
}

.modern_ps_review .modern_ps_img .modern_ps_img_title{	
	background-color: rgba(200, 200, 200, .21);
    overflow: hidden;
    height: 60px;
    position: relative;
}

.modern_ps_review .modern_ps_img .modern_ps_img_title h3{	 	
	position: absolute;
    top: 0px;
    left: 0px;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    background-color: #075D83;
    color: #ffffff;
    padding: 0 20px 0 10px;
}

.modern_ps_review .modern_ps_img .modern_ps_img_title h3 svg{
	vertical-align:middle;
	margin-top:-4px;	
}

.modern_ps_review .modern_ps_img .modern_ps_img_title .control_btns{
	float:right;
	margin-top:7px;
	margin-right:7px;
}

.modern_ps_review .modern_ps_img .modern_ps_img_title .control_btns a{
    float:left;
    display: block;
    width: auto;
    height:42px;
    line-height:42px;
    padding: 0px 10px;
    margin: 0 auto;
    background: -webkit-linear-gradient(top,#911721,#74121A,#911721);
    background: -o-linear-gradient(top,#911721,#74121A,#911721);
    background: -moz-linear-gradient(top,#911721,#74121A,#911721);
    background: linear-gradient(top,#911721,#74121A,#911721);
    font-size: 1rem;
    color: #fff;
    border: 1px solid #911721;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none
}


.modern_ps_review .modern_ps_img .modern_ps_img_title .control_btns a:first-child{
	margin-right:4px;
    background: -webkit-linear-gradient(top,#4CAF50,#3D8C40,#4CAF50);
    background: -o-linear-gradient(top,#4CAF50,#3D8C40,#4CAF50);
    background: -moz-linear-gradient(top,#4CAF50,#3D8C40,#4CAF50);
    background: linear-gradient(top,#4CAF50,#3D8C40,#4CAF50);
    border-color:#3D8C40;
}

.modern_ps_review .modern_ps_img .modern_ps_img_title .control_btns a svg {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-top: -3px;
    margin-right: 0px;
    color: #74121A;
    background-color: #fff;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #911721;
}


.modern_ps_review .modern_ps_img .modern_ps_img_title .control_btns a:first-child svg{
	border-color:#3D8C40;
	color:#3D8C40;
}

.modern_ps_review .modern_ps_img .modern_ps_img_title .control_btns a:hover {
    text-decoration: none;
    background: -webkit-linear-gradient(top,#74121A,#911721,#74121A);
    background: -o-linear-gradient(top,#74121A,#911721,#74121A);
    background: -moz-linear-gradient(top,#74121A,#911721,#74121A);
    background: linear-gradient(top,#74121A,#911721,#74121A);
}


.modern_ps_review .modern_ps_img .modern_ps_img_title .control_btns a:first-child:hover{
    background: -webkit-linear-gradient(top,#3D8C40,#4CAF50,#3D8C40);
    background: -o-linear-gradient(top,#3D8C40,#4CAF50,#3D8C40);
    background: -moz-linear-gradient(top,#3D8C40,#4CAF50,#3D8C40);
    background: linear-gradient(top,#3D8C40,#4CAF50,#3D8C40);
}


.modern_ps_review .modern_ps_img .modern_ps_img_title .control_btns a:hover svg{}
.modern_ps_review .modern_ps_img .modern_ps_img_content{}

.modern_ps_review .modern_ps_img .modern_ps_img_content img{
    width:calc(100% - 20px);
    max-width:652px;
    height:auto;
    margin:10px;
}

.modern_ps_cart{
	width:calc(100% - 10px);
	margin-left:5px;
	margin-right:5px;
}

.modern_ps_cart .modern_ps_cart_container{
	margin:0 auto;
	border:2px solid #075D83;
	padding:20px;	
	border-radius:10px;	
	margin-bottom:30px;	
}


.modern_ps_cart .modern_ps_cart_title{}

.modern_ps_cart .modern_ps_cart_title h3{
	margin-bottom:10px;
	font-size:1.4rem;
}

.modern_ps_cart .ps_cart_row{
	width:calc(100% - 2px);
	overflow:hidden;
	border-bottom:1px solid #969d9f;		
}

.modern_ps_cart .ps_cart_row.ps_cart_row_empty{
	min-height:30px;
}

.modern_ps_cart .ps_cart_col{
	float:left;
	min-height:30px;
	line-height:30px;
	font-size:16px;
}

.modern_ps_cart .ps_cart_row.ps_cart_row_head .ps_cart_col{
	background-color:#075D83;
	color:#ffffff;
	font-weight:400;
	font-size:16px;
	height:40px;
	line-height:40px;		
}

.modern_ps_cart .ps_cart_row.ps_cart_row_head{
	border-color:#4CAF50;
}


.modern_ps_cart .ps_cart_row:last-child{}

.modern_ps_cart .ps_cart_row.no_border{
	border:none;
}

.modern_ps_cart .ps_cart_col1{
	width:10%;
	text-align:center;
}

.modern_ps_cart .ps_cart_col2{
	width:calc(45% - 20px);
	padding:0 10px;
}

.modern_ps_cart .ps_cart_col3{
	width:15%;
	text-align:center;
}

.modern_ps_cart .ps_cart_col4{
	width:15%;
	text-align:center;
}

.modern_ps_cart .ps_cart_col5{
	width:calc(15% - 20px);
	padding:0 10px;
	text-align:right;
}

.modern_ps_cart .ps_cart_col_l{
	width:calc(85% - 20px);
	padding:0 10px;
	text-align:right;		
}


.modern_ps_cart .ps_cart_col_full{
	width:100%;
	padding:0 0px;
	text-align:right;
}



.modern_ps_cart .ps_cart_col_final{
	/*background-color:#d1d1d1;*/
	font-size:1.5rem;
	font-weight:bold;
}

.modern_ps_cart .ps_cart_col_final span{
	display:inline-block;
	/*background-color:#d1d1d1;
	padding:0 5px;
	border:1px solid #969d9f;*/
}

.modern_ps_cart .ps_cart_col_l_cp{
	text-align:left;
}


.modern_ps_cart .ps_ds_coupon{
	display:inline-block;	
}


.modern_ps_cart .ps_ds_coupon .ps_ds_input{
	float:left;
}


.modern_ps_cart .ps_ds_coupon .ps_ds_input input[type=text]{
	max-width:200px;
	height:40px;
	line-height:40px;
	font-size:1rem;
	min-height:40px;
	padding:2px 10px;
	font-weight:bold;
	text-transform:uppercase;
}

.modern_ps_cart .ps_ds_coupon .ps_ds_input input[type=text]:hover,
.modern_ps_cart .ps_ds_coupon .ps_ds_input input[type=text]:focus{
	box-shadow:none;
	border-color:#4CAF50;
}

.modern_ps_cart .ps_ds_coupon .ps_ds_btn{
	float:left;
}

.modern_ps_cart .ps_ds_coupon .ps_ds_msg{
	max-width:280px;
	float:left;	
	clear:both;
}

.modern_ps_cart .ps_ds_coupon .ps_ds_msg span{
	display:inline-block;
	line-height:1rem;
	font-size:0.9rem;
	font-style:italic;
	color:#ff0000;
}

.modern_ps_cart .ps_ds_coupon .ps_ds_msg span.confirm{
	color:green;
}


.modern_ps_cart .ps_ds_coupon .ps_ds_btn a{
	display:inline-block;
	margin:0 auto;		
	font-weight:500;
	font-size:1rem;
	height:40px;
	line-height:40px;
	padding:0 20px;
	background-color:#4CAF50;
	border-color:#3D8C40;
	color:#ffffff;
	cursor:pointer;	
/*	background: -webkit-linear-gradient(top,#911721,#74121A,#911721);
	background: -o-linear-gradient(top,#911721,#74121A,#911721);
	background: -moz-linear-gradient(top,#911721,#74121A,#911721);
	background: linear-gradient(top,#911721,#74121A,#911721);*/
	text-decoration:none;
	text-align:center;	

}



.page_banner_header{
	width:100%;
	background-image:url('../images/header_modern_pay_stub_gegenerator.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;	
	background-color:#ccc;
}


.page_banner_header_container{
	width:100%;
	background-color:rgba(0,0,0,0.6);
}


.page_banner_header_content{

}


.page_banner_header_content h1{
	font-family:inherit;
	font-size:3.2rem;
	font-weight:normal;
	color:#ffffff;
	text-align:center;
	padding:0px;
	margin:0px;
	padding:100px 50px;
	text-shadow: 5px 5px 5px #000000;
}

.page_banner_header_content h1 a:hover{
	text-decoration: none;
}


.msg-hold-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center;
	display:none;
}

.msg-hold,
.msg-hold-bg svg{
	display:inline-block;
}

.msg-hold-bg svg {
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    width: 36px;
    height: 36px;
    color: #52e758;
    position: fixed;
}

.msg-hold,
.msg-hold:after {
    border-radius: 50%;
    width: 58px;
    height: 58px;
}

.msg-hold {
		position: fixed;
    left: 50%;
    top: 50%;
    text-indent: -9999em;
    border-top: 15px solid rgba(0, 0, 0, 0.2);
    border-right: 15px solid rgba(0, 0, 0, 0.2);
    border-bottom: 15px solid #52e758;
    border-left: 15px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: 1.2s linear infinite loadicon;
    animation: 1.2s linear infinite loadicon;
    left: calc(50% - 44px);
    top: calc(50% - 44px);
}

.msg-hold-content{
	position:fixed;
	font-weight:500;
	font-size:1.0rem;	
	width:280px;
	left:calc(50% - 140px);
	top:calc(50% + 64px); 
	color:#ffffff;		
}

@media (min-width:320px) and (max-width:480px){ 

	.ps_mobile{
		margin:0 auto;
	}

	.page_banner_header_content h1{
		padding:50px;
		line-height:1;
	}

	.ps_steps .ps_step{
		margin:30px 0;
		padding:0px;
	}

	.ps_steps .ps_icon{
		width:64px;
	}	

	.ps_steps .ps_title{
		margin:0 10px;
	}

	.ps_steps .activityline,
	.ps_steps .activityline-progress{
		top:62px;
	}

	.modern_ps_review .modern_ps_img .modern_ps_img_title{
		height:auto;
	}

	.modern_ps_review .modern_ps_img .modern_ps_img_title h3{
		position:relative;
		height:60px;
	}

	.modern_ps_review .modern_ps_img .modern_ps_img_title .control_btns{
		height:60px;
		float:none;
		text-align:center;
		margin-right:0px;
	}

	.modern_ps_review .modern_ps_img .modern_ps_img_title .control_btns a:first-child{
		margin-right:0px;
	}

	.modern_ps_review .modern_ps_img .modern_ps_img_title .control_btns a{
		float:none;
		display:inline-block;
	}

	.ps_mobile .btn_proceed{
		padding:14px 18px;
	}

	.modern_ps_cart .ps_cart_col1,
	.modern_ps_cart .ps_cart_col3,
	.modern_ps_cart .ps_cart_col4{
		display:none;
	}

	.modern_ps_cart .ps_cart_col2{
		width:calc(70% - 20px);
		padding:0 10px;
	}

	.modern_ps_cart .ps_cart_col5{
		width:calc(30% - 20px);
		padding:0 10px;
	}

	.modern_ps_cart .ps_cart_col_l{
		width:calc(100% - 20px);
	}

	.modern_ps_cart .ps_cart_row_single .ps_cart_col5{
		display:none;
	}

	.modern_ps_cart .ps_cart_row_single_t .ps_cart_col_l{
		width:calc(70% - 20px);		
	}


	.modern_ps_cart .ps_ds_coupon .ps_ds_input input[type=text]{
		width:162px;
	}

	.modern_ps_cart .ps_cart_row{
		padding:5px 0;
	}

	.modern_ps_cart .ps_cart_row_head{
		padding:0px;
	}

	.modern_ps_cart .ps_cart_col{
		line-height:1.2;
		min-height:auto;
	}

	.page_banner_header_content h1{
		font-size:2.6rem;
	}

	.ps_mobile_main .ps_mobile_main_head h1{
		font-size:1.6rem;
	}

}


