

.modal-header{
background: #3a3a3a; /* Old browsers */
background: -moz-linear-gradient(top,  #3a3a3a 0%, #1d1d1d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #3a3a3a 0%,#1d1d1d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #3a3a3a 0%,#1d1d1d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#1d1d1d',GradientType=0 ); /* IE6-9 */
border-radius: 6px 6px 0px 0px;
-moz-border-radius: 6px 6px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
font-size:18px; font-family:'opensans_bold'; padding:10px 20px 10px 30px;
}
.modal-header h4{color:#fff;}
.modal-header .close{margin-top:0px;}
.close{opacity:1;}



#privacy_policy_popup .modal-dialog  {width:900px;}
#privacy_policy_popup .modal-body{padding:20px 30px}

#refund_policy_popup .modal-dialog  {width:900px;}
#refund_policy_popup .modal-body{padding:20px 30px}

#terms_use_popup .modal-dialog  {width:900px;}
#terms_use_popup .modal-body{padding:20px 30px}\





/*iPhone 6 Plus portrait*/
@media only screen and (min-width:0px) and (max-width:415px){
	#privacy_policy_popup .modal-dialog  {width:auto;}	
	#refund_policy_popup .modal-dialog  {width:auto;}	
	#terms_use_popup .modal-dialog  {width:auto;}	
}

/*iPhone6 Plus Landscape*/
@media only screen and (max-width:740px) and (orientation:landscape){
	#privacy_policy_popup .modal-dialog  {width:auto;}
	#refund_policy_popup .modal-dialog  {width:auto;}
	#terms_use_popup .modal-dialog  {width:auto;}	
}