/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.s_reweview h2{
		font-size:21px;
	}
	.phone{
		font-size:22px;
	}
}

@media only screen and (max-width : 991px) {
	.profitable{
		margin:30px auto;
	}
	.forimg2{
		width:75%;
		text-align: center;
		margin-left:120px;
	}
	.logo{
		margin-top:15px;
	}
	#main-nav{
		margin-top:0px;
		text-align: center;
		float:left;
		overflow: hidden;
	}
	#main-nav ul li, #main-nav li + li{
		margin-left:45px;
		float:none;
	}
	#s_odessa{
		margin:30px auto;
	}
	.bonus{
		font-size:12px;
	}
	.top_header h1{
		width:495px;
		font-size:23px;
	}
	.call h3{
		font-size:17px;
	}
	.top_header img{
		margin:0px auto;
		padding:30px 400px 0 0;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.tacmob{text-align:center;}
	.m1{margin-top:30px;}
	.m3{margin-top:0px;}
	.bt2n{padding: 0 !important; margin-top: 170px !important; }
	#main-nav {
		text-align: center;
	}
	#main-nav ul li, #main-nav li + li{
		margin-left:60px;
	}
	.s_reweview3 h2{
		font-size:36px;
	}
	.s_reweview h2{
		font-size:22px;
		margin-top:0px;
		color:#000;
		line-height: normal;
	}
	.s_reweview .m1 p{
		font-size:20px;
		margin-top:60px;
		color:#000;
		line-height: normal;
	}
.s_reweview4 p{
	width:100%;
	padding-bottom: 30px;
}
.s_reweview6 h3, .s_reweview6 p{
	text-align: center;
}
.forimg2{
	width:100%;
	margin-left: 15px;
}
.s_reweview{
	min-height:240px;
	background-size: contain;
}
.s_tizers2 h2{
	font-size:18px;
}
	.m5{
		margin-top:5px;
	}
	.phone,.logo{
		text-align:center;
	}
	.phone{
		background-color:rgba(0, 0, 0, 0.3);
	}
	.profitable{
		width:445px;
	}
	.top_header h1{
		width:300px;
		font-size:18px;
	}
	.bottom{
		font: bold 25px 'Trebuchet MS',Arial, Helvetica !important;
	}
	.s_reweview7 h2{
	font-size:36px;
}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}