.popup_h1{
	
	border: none !important;
	color:#333 !important;
	
}

.tutorial_header{
	
	
	width:100%;
	margin:0px auto;
	height:50px;
	    padding-bottom: 20px;
    padding-top: 20px;
	background-image: url('../header.jpg');
	background-position:center;
	border-bottom: 5px solid #333;

	
	
}

.tutorial_header h1{
	
	
	text-align:center;
	color:#fff;
	padding-left:0%;
	padding: 0px !important;
	  height: 50px;
    line-height: 50px;
    font-size: 1.4em;
	background-color:transparent !important;
}

.wrapper{
	
	width:100%;
	padding:0px;
	margin:0px;
	float:left;
	
}

.promo_row{
	
	width:100%;
	padding:0%;
	
}

.promo_column{
	
	    width: 46% !important;
    margin: 1%;
    padding: 1%;
	float:left;
	background:#333;
	font-family:'Open Sans', sans-serif !important;	
	
	
}


.promo_column h2{
	
	color:white;
	text-align:center;
	background:#d32a24;
	padding:10px 0px 10px 0px;
	    font-size: 1em;

	
	
	
}

.promo_column img{
	
	width:100%;
	float:left;
	border:0px solid #8bc63e;
	padding:0px;
	margin:0px;
	
	
}

.table{
	
	float:left;
	margin-top: 13px;
	height:130px;
	width:100%;
	display:none;
	
}

.table h3{
	
	    font-size: 1em;
  
    line-height: 18px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 100;
}

.table table{
	
	margin-top:10px;
	    width: 100%;
		font-family:'Open Sans', sans-serif !important;
	border:1px solid #666 !Important;
	
}

.table table th{
	
	color:white;
	font-family:'Open Sans', sans-serif !important;
	font-size:0.9em;
	border:1px solid #666 !Important;
	vertical-align: middle;
	padding:4px;
	
}


.table table td{
	
	color:white;
	font-size:0.8em;
	font-family:'Open Sans', sans-serif !important;
	border:1px solid #666 !Important;
	padding:4px;
}



.btn {
    display: inline-block;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif !important;
    font-weight:bold;
    font-size: 14px;
	width:98%;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0, 0.15);
    border-radius: 0px;
    padding: 2% 1%;
	border: 1px solid #9e191e;
	text-align:center;
	
    margin: 7px 0px auto;
   background: #ea0001;
    background: -moz-linear-gradient(top, #ea0001 0%, #9e191e 100%);
    background: -webkit-linear-gradient(top, #ea0001 0%, #9e191e 100%);
    background: linear-gradient(to bottom, #ea0001 0%, #9e191e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0001', endColorstr='#9e191e',GradientType=0 );
   
	float:left;
	
	
	
	-webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
   transition: all .5s ease;
}
.btn:hover {
   
    border: 1px solid #fff;
}

.btn-primary {
    background-color: #F14E32;
}

.btn-primary:hover {
    background-color: #333;
}


.light-head{
	
	color:#333;
	text-align:center;
	
}

.light-head img{
	
	width:100%;
	
}

.light-head h2{
	
	margin-top:20px;
	font-family:'Open Sans', sans-serif !important;
	    font-size: 25px;
		color: #9e191e;
		font-weight:800;
}

.lightDetail h3{
	
	margin-bottom:20px;
	font-family:'Open Sans', sans-serif !important;
	    font-size: 16px;
		color: #9e191e;
		font-weight:800;
}


.lightDetail h1{
	
	margin-top: 20px;
    margin-bottom: 20px;
}

.light-head h4{
	
	margin-bottom:20px;
	font-family:'Open Sans', sans-serif !important;
	    font-size: 15px;
		color: #333;
		line-height:19px;
		
}



	
}

.lightDetail{
	
	color:#333;
	
}


.lightDetail ul li{
		
	list-style-type: disc !important;	
	color:#333;
	        margin-left: 20px;
    line-height: 20px;
    text-align: justify;
	font-family: 'Open Sans', sans-serif !important;
	
}


.lightDetail p{
	
	color:#333;
	margin-top: 20px;
	font-weight: 800;
	
}

.lightDetail table{
	
	color:#333;
	width:100%;
	padding:1%;
	text-align:center;
	margin-bottom:20px;
	
}


.lightDetail table tr th{
	
	color:#fff;
	background:transparent linear-gradient(to bottom, #D93636 0%, #C72222 48%, #BA0101 49%, #A60101 100%) repeat scroll 0% 0%;
	padding:1%;
	    border-left: 1px solid #AE0000;
		    border-right: 1px solid #AE0000;
	
}

.lightDetail table tr td{
	
	color:#333;
	background:transparent linear-gradient(to bottom, #FFF 0%, #DBDBDB 100%) repeat scroll 0% 0%;
	padding:1%;
	    border-left: 1px solid #D0D0D0;
		border-right: 1px solid #D0D0D0;
	
}

.lightDetail ol li{
	
	color:#333;
	font-family:'Open Sans', sans-serif !important;
	list-style-type: decimal !important;
	margin-left: 20px;
	text-align: justify;
	line-height:20px;
	
}

.lightDetail ol li ul li{
	
	color:#333;
	font-family:'Open Sans', sans-serif !important;
	list-style-type: disc !important;
	margin-left: 20px;
	text-align: justify;
	
}

.lightDetail ol li a{
	
	color:#9e191e !important;
	text-decoration: underline !important;
	text-transform:uppercase;
	    font-weight: 700;
		
}

.lightDetail ol{
	
	margin-bottom:20px;
	
}



.lightDetail .button02 {
    display: block;
    border: 2px solid #700000;
	width:50%;
	    margin: 0px auto;
    color: #FFF;
    text-align: center;
    padding: 8px 0px;
    text-shadow: 1px 1px 1px #000;
    border-radius: 3px;
    background: rgb(242,164,162);
    background: -moz-linear-gradient(top, rgba(242,164,162,1) 0px, rgba(251,60,63,1) 4.5%, rgba(194,1,5,1) 100%);
    background: -webkit-linear-gradient(top, rgba(242,164,162,1) 0px,rgba(251,60,63,1) 4.5%,rgba(194,1,5,1) 100%);
    background: linear-gradient(to bottom, rgba(242,164,162,1) 0px,rgba(251,60,63,1) 4.5%,rgba(194,1,5,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a4a2', endColorstr='#c20105',GradientType=0 );
}

.pop-up{
	
	display:block;
	
}


@media (max-width:1450px){
	
	.promo_column{
	
	    width: 98%;
   
	
	
	
}
	
}

@media (max-width:1330px){
	
	.promo_column{
	
	    width: 46%;
   
	
	
	
}
	
}


@media (max-width:1126px){
	
	.promo_column{
	
	   width: 96%;
  
	
	
}

.table{
	

	height:auto;
	
	
}
	
}


@media (max-width:1024px){
	
	.promo_column{
	
	    width: 46%;
  
	
	
	
}

.table{
	

	height:100px;
	
	
}
	
}


@media (max-width:940px){
	
	.promo_column{
	
	    width: 46%;
  
	
	
	
}
	
}


@media (max-width:590px){
	
	.promo_column{
	
	    width: 96% !important;
    
	
	
	
}


.table{
	

	height:auto;
	
	
}

.btn {
	
	padding:4% 1%;
	
}




.table table th{
	
	width: 61%;
	
}
	
}


