body{
	font-size:20px;
font-family: 'Open Sans', sans-serif;
	color:#2b2f3e;
	line-height:30px;
	font-weight:400;
}
p{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 17px;
    line-height: 1.8em;
    margin-bottom: 20px;
    color: #202020;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Montserrat', sans-serif;
}
a, a:hover, a:focus{
	text-decoration:none;
	outline:none;
}
.spacer_0{
	margin: 0px;
}
.sa-btn-big-bonuses{
    position: relative;	
	background-color: #ff702a;
    height: 70px;
    width: 60%;
    border: 1px solid #ff702a;
    border-radius: 100px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin-top: 0px;
    margin-bottom: 25px;
}
.sa-btn-big-bonuses:hover{
    transform: scale(1.04);
    color: #ffffff;
}
.sa-btn-big-bonuses a {
    color: #ffffff;
    width: 100%;
    display: inline-block;
}
.sa-btn-big-bonuses a:after {
    content: url(../images/button.png);
    position: absolute;
    width: 173px;
    height: 137px;
    top: -95px;
    right: -150px;
}
.top_spacer150{
	padding-top: 150px;
}  
.top_spacer250{
	padding-top: 250px;
}
.top_spacer350{
	padding-top: 350px;
}
.bottom_spacer30{
	margin-bottom: 30px;
}
.bottom_spacer100{
	margin-bottom: 100px;
}
.min_height{
	line-height: 1.5em;
}
.sa_img_inline{
	display: inline-block;
}
.sa_full_width{
	float: left;
	width: 100%;
}
.cyantext{
    color: #ffffff;
    background-color: #ff702a;
    padding: 5px 10px;
    border-radius: 5px;
}
.cyantext_color {
    color: #ff702a;
    font-size: 21px;
}
.orangetext{
	color: #ff702a;
}
.sa_inline{
	display: inline-block;
	width: 100%;
}
.sa_white{
	color: #ffffff !important;
}
.sa_dark_text{
	color: #384354;
}
.darktext_color{
	color: #202020;
	font-size: 21px;
}
.sa_spacer0{
	padding: 0px;
}
.top_spacer10{
	margin-top: 10px;
}
.top_spacer20{
	margin-top: 20px !important;
}
.top_spacer30{
	margin-top: 30px;
}
.top_spacer40{
	margin-top: 40px !important;
}
.top_spacer50{
	margin-top: 50px !important;
}
.top_spacer80{
	margin-top: 80px !important;
}
.bottom_spacer15{
	margin-bottom: 15px !important;
}
.bottom_spacer20{
	margin-bottom: 20px;
}
.bottom_spacer30{
	margin-bottom: 30px;
}
.bottom_spacer50{
	margin-bottom: 50px;
}
.margin_0{
	margin: 0px;
}
.font_19{
	font-size: 19px;
}
.font_20{
	font-size: 17px;
}
.font_21{
	font-size: 21px;
}
.font_25{
	font-size: 25px;
}
.br_transparent_wrapper {
     float: left;
    width: 100%;
    padding: 0px 0px 50px;
    background: #f5f9f9;
}
.sa_buybutton a {
    background: #f26739;
    background: -moz-linear-gradient(top, #f26739 0%, #f44837 100%);
    background: -webkit-linear-gradient(top, #f26739 0%,#f44837 100%);
    background: linear-gradient(to bottom, #f26739 0%,#f44837 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26739', endColorstr='#f44837',GradientType=0 );
    padding: 4% 1%;
    color: #fff;
    display: block;
    border: 1px solid #1d2733;
    border-radius: 12px;
	font-size: 41px;
	font-weight: bold;
	text-align: center;
}
.sa_buybutton a:hover{
    background: #f44837;
    background: -moz-linear-gradient(top, #f44837 69%, #f26739 100%);
    background: -webkit-linear-gradient(top, #f44837 69%,#f26739 100%);
    background: linear-gradient(to bottom, #f44837 69%,#f26739 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f44837', endColorstr='#f26739',GradientType=0 );
    text-decoration: none;
}
/* top banner */
.sa_header.fixed-top {
    position: fixed;
    z-index: 1000;
    padding: 20px 0px;
	border-bottom: 3px solid #5bbe86;
}
.sa_section{
	width:100%;
	float:left;
}
.sa_header{
	width: 100%;
    float: left;
    background-color: #ffffff;
    padding: 20px 0px;
    position: fixed;
    z-index: 100;
	box-shadow: 1px 0px 4px #ccc;	
}
.sa_logo{
	width:100%;
	float:left;
}
.sa_menus {
    width: 100%;
    float: left;
    padding-top: 7px;
}

.sa_menus ul {
    width: auto;
    float: left;
    padding: 0px;
    margin: 0px;
}

.sa_menus ul li {
    float: left;
    list-style: none;
}
.sa_menus ul li a{
    color: #202020;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0px 11px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-family: 'Montserrat', sans-serif;
}
.sa_menus ul.nav.navbar-nav.navbar-right{
    width: auto;
    color: #fff;
    margin-top: -9px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.sa_menus ul.nav.navbar-nav.navbar-right li a{
	font-size:17px;
	color:#fff;
	font-family:'Montserrat', sans-serif;
}
.sa_menus ul.nav.navbar-nav.navbar-right li a {
    font-size: 15px;
    color: #ffffff;
    border-right: none;
    padding: 0px 10px;
    background: #ff702a;
    border: 2px solid #ff702a;
    padding: 5px 12px;
    border-radius: 8px;
}
.sa_menus ul.nav.navbar-nav.navbar-right li a:hover, .sa_menus ul.nav.navbar-nav.navbar-right li a:focus{
    transform: scale(1.04);
    background: #ff702a;
    color: #fff !important;
    border-radius: 8px;
}
.sa_menus ul.nav.navbar-nav.navbar-right:hover{
    transform: scale(1.04);
}
.sa_menus ul.nav.navbar-nav.navbar-right:hover a{
	color: #ffffff;
}
.sa_menus ul li:nth-child(5) a{
	border-right:none;
}
.sa_menus ul li a:hover{
	color: #ff702a;
	text-decoration: none;
    background: transparent;
}
.sa_menus ul li a.active{
	color: #ff702a !important;
	text-decoration: none !important;
    background: transparent !important;
}
/*----main banner start-----*/
.br_btm_spacer0{
    margin-bottom: 0px !important;  
}
.br_mainbanner {
    float: left;
    width: 100%;
    background-image: url(../images/01.jpg);
    padding: 50px 0px 50px 0;
    background-repeat: no-repeat;
    margin-top: 70px;
    background-size: cover;
	/* height: 1120px; */
	background-attachment: fixed;
}
.br_mainbanner h1 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 38px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin: 0;
    line-height: 60px;
    font-weight: 800;
    text-transform: uppercase;
}
.br_mainbanner h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 400;
    margin: 0;
    line-height: 55px;
    font-weight: bold;
}
.br_mainbanner h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin: 0;
    line-height: 55px;
    font-weight: bold;
}
.br_videodiv {
    float: left;
    width: 100%;
    padding-top: 40px;
}
.br_videodiv video{
	border: 5px solid #ffffff !important; 
}
.br_vedio_list {
    float: left;
    width: 100%;
    padding-top: 40px;
}
.br_vedio_list ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-left: 0px;
}
.br_vedio_list ul li {
	color: #fff;
    float: left;
    width: 100%;
    padding: 0px 10px 20px 10px;
    background: url(../images/herobullet.png) no-repeat 0px 4px;
    padding-left: 32px;
    list-style: none;
}
.br_bonus_list {
    float: left;
    width: 100%;
    padding-top: 40px;
}
.br_bonus_list ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-left: 0px;
}
.br_bonus_list ul li {
	color: #fff;
    float: left;
    width: 50%;
    padding: 0px 10px 20px 10px;
    background: url(../images/herobullet.png) no-repeat 0px 4px;
    padding-left: 32px;
    list-style: none;
}
.br_btndiv {
    display: inline-block;
    width: 100%;
    padding-top: 100px;
    text-align: center;
    cursor: pointer;
}
.br_btn {
    width: 100%;
    display: inline-block;
    padding: 20px 0px;
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background: #19bc9c;
    border-radius: 4px;
    border-bottom: 3px solid #19bc9c;
    font-weight: bold;
}
.br_btn:hover, .br_btn:focus{
	color:#fff;
}
/*----main banner end-----*/
/* ------------Form----------- */
.sa_form_section{
    background: #ffffff;
    float: left;
    width: 100%;
    border-radius: 5px;
    padding: 20px 0px;
    box-shadow: 1px 1px 6px #ededed;
}
.sa_banner_form {
    width: 100%;
    float: left;
    text-align: center;
}
.sa_banner_form .form-control {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 50px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-bottom: 10px;
}
.sa-btn {
    background-color: #ff702a;
    height: 50px;
    width: 100%;
    border: 1px solid #ff702a;
    border-radius: 5px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
	    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.sa-btn-big {
    background-color: #ff702a;
    height: 80px;
    width: 75%;
    border: 1px solid #ff702a;
    border-radius: 5px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;  
}

.sa-btn:hover, .sa-btn-big:hover, .sa-btn:focus, .sa-btn-big:focus{
	transform: scale(1.04);
	color: #ffffff
}
.sa_get_wrapper {
    width: 100%;
    float: left;
    padding: 220px 0px 115px;
    text-align: center;
}
.sa_get_btn {
    width: 100%;
    float: left;
    position: relative;
}
.sa_get_btn a {
    background-color:#5bbe86;
    padding: 55px 130px;
    color: #fff;
    border-radius: 8px;
	display:inline-block;
	font-weight: bold;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	position:relative;
}
.sa_get_btn a:after{
    content: url(../images/leaf.png);
    position: absolute;
    width: 173px;
    height: 137px;
    top: -131px;
    right: -110px;
}
.sa_get_btn a:hover{
	text-decoration:none;
	background-color:#9d9b9b;
}
.sa_main_heading {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.8em;
}
.sa_banner_form .form-group{
 margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.sa_banner_form .form-group .af-element{
	display: inline-block;
	width: 25%;
}
/**/
.sa_grey_wrapper{
    float: left;
    width: 100%;
    background-image: url(../images/01.jpg);
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.sa_grey_big_wrapper{
    float: left;
    width: 100%;
    background-image: url(../images/bg_2500.jpg);
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
/* testimonials */
.sa_testimonails_box{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.sa_testibox {
    background: #ffffff;
    border-radius: 5px;
    padding: 25px;
    border: 1px solid #ddd;
}
.sa_testibox .br_videodiv{
	display: inline-block;
	padding: 0px;
	float: none;
}
.video_height {
    height: 450px;
}
.sa_testibox.video_height video {
    height: 100%;
    width: 100%;
}
.sa_testibox p{
	margin-bottom: 0px;
}
.sa_testibox blockquote.sa_client_text{
    font-size: 17px;
	color: #ffffff;
	padding: 10px 20px;
    margin: 0 0 20px;
    border-left: none;
}
.sa_author_img{
    width: 50%;
}
.sa_author_img .sa_testiimg{
    border: 2px solid #dddddd;
}
.sa_author_img.pull-right:before{
    content: '';
    display: block;
    width: 55%;
    height: 2px;
    background: #dddddd;
    position: absolute;
    left: -15px;
    top: 70px;
}
.sa_author_img.pull-left:before{
    content: '';
    display: block;
    width: 55%;
    height: 2px;
    background: #dddddd;
    position: absolute;
    right: -15px;
    top: 70px;
}
/* orange bg */
.sa_orange_wrapper{
	float: left;
	width: 100%;
	background: url(../images/01.jpg);
	padding: 50px 0px;
}
.sa_darkbg_wrapper p{
	color: #ffffff;
}
/* orange bg */
.sa_darkbg_wrapper{
	float: left;
	width: 100%;
	background: url(../images/transparent_bg2.png) #2c3941;
	padding: 50px 0px 20px;
}
ul.sa_features_list{
	float: left;
	width: 100%;
	margin: 25px 0px 0px;
	padding: 0px;
}
ul.sa_features_list li{
	float: left;
    width: 33%;
    background: url(../images/check_tick.png) no-repeat left center; 
    padding-left: 40px;
    list-style: none;
    color: #ffffff;
    padding: 10px 0px 10px 40px;
    font-size: 18px;
}
.sa_feature_heading{
	padding: 15px 0px;
}
ul.sa_features_box{
	
}
ul.sa_features_box li{
	font-size: 18px;
	text-transform: capitalize;
}
/**/
.sa_video_wrapper{
	float: left;
	width: 100%;
	background: url(../images/bg02.jpg);
	padding: 50px 0px;
	background-size: cover;
}
/**/
.sa_white_wrapper{
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 50px 0px;
}
.sa_description_box{
    float: left;
    width: 100%;  
    padding: 60px 50px;
    color: #ffffff;
}
.sa_description_box p{
	color: #ffffff;
}
.sa_small_heading{
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.4em;
}
/**/
.sa_screen_section{
	float: left;
	width: 100%;
	padding: 50px 0px;	
	/* background: #2a1c57; */
	/* background: -moz-linear-gradient(-45deg, #2a1c57 0%, #10688c 100%);  */
	/* background: -webkit-linear-gradient(-45deg, #2a1c57 0%,#10688c 100%); */
	/* background: linear-gradient(135deg, #2a1c57 0%,#10688c 100%);  */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a1c57', endColorstr='#10688c',GradientType=1 ); */
    background: url(../images/transparent_bg2.png) #f5f5f5;
}
.sa-featured-box{
	position: relative;

}
.sa-featured-box a{
    display: inline-block;
    border: 6px solid #ddd;
    border-radius: 5px;
	-webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.sa-featured-box a:hover{
	-webkit-box-shadow:0 12px 30px 4px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 12px 30px 4px rgba(0, 0, 0, 0.35);
    box-shadow: 0 12px 30px 4px rgba(0, 0, 0, 0.35);
    transform: translateY(-5px);
}
.sa_screen_section h5{
	font-size: 16px;
	text-transform: capitalize;
}
.sa_tilt_heading{
    margin: 50px 0px 50px;
    transform: rotate(-5deg);
}
/**/
.sa_blue_bg{
    float: left;
    width: 100%;
    background-image: url(../images/01.jpg);
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.sa_light_bg{
	float: left;
	width: 100%;
	padding: 50px 0px;
	background: #ffffff;
}
.sa_contest_list{
	float: left;
    width: 100%;
    padding-top: 40px;
}
.sa_contest_list ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-left: 0px;
}
.sa_contest_list ul li {
    color: #384354;
    float: left;
    width: 100%;
    padding: 0px 10px 20px 10px;
    background: url(../images/herobullet.png) no-repeat 0px 4px;
    padding-left: 32px;
    list-style: none;
}
.sa_author_info{
    float: left;
    width: 100%;
    position: relative;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
.sa_author_info .sa_auth_img{
    float: left;
    width: 30%;
    border: 1px solid #ddd;
    border-radius: 100%;
    position: relative;
    z-index: 10;
}
.sa_author_info .sa_auth_img img{
	border-radius: 100%;
}
.sa_author_info .sa_auth_text{
    float: left;
    width: 70%;
    padding: 10px 0px 15px 45px;
    position: absolute;
    left: 24%;
    top: 20px;
    border: 1px solid #ddd;
    border-top-right-radius: 5px;
    background: #f5f5f5;
    border-bottom-right-radius: 5px;
}
.sa_auth_text a{
    color: #199be0;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
}
.saTextblock{
	
}
.saTextblock p{
	color: #ffffff;
    font-size: 14px;
}	
.sa_author_img p {
	color: #ff702a;
    font-weight: 700;
}
.sa_download_btn{
	margin-top: 50px;
    display: inline-block;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.sa_download_btn:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.sa_download_btn:hover:before, .sa_download_btn:focus:before, .sa_download_btn:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.sa_download_btn:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
ul.sa_bonus_content{
	float: left;
	width: 100%;
	margin: 50px 0px 0px;
	padding: 0px;
}
ul.sa_bonus_content li:first-child{
    text-align: center;
    font-size: 20px;
}
ul.sa_bonus_content li{
    float: left;
    width: 100%;
    list-style: none;
    font-weight: 600;
    padding-bottom: 15px;
}
ul.sa_bonus_content li.orangetext{
	font-weight: 700;
}
.br_vedio_list_swipes{
	float: left;
	width: 100%;
}
.br_vedio_list_swipes ul{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.br_vedio_list_swipes ul li{
	float: left;
	width: 100%;
	list-style: none;
	padding-bottom: 15px;
	color: #ffffff;
	font-size: 15px;
}
.sa_email_swipes_section{
	float: left;
    width: 100%;
    background: #ffffff;
    height: 400px;
    overflow-y: scroll;
    padding: 10px 15px;
    text-align: left;
	margin-bottom: 20px;
}
.sa_email_swipes_section p{}
.sa_email_swipes_section ul.sa_swipe_menu{
	float: left;
    width: 100%;
    padding: 0px;	
}
.sa_email_swipes_section ul.sa_swipe_menu li{
	float: left;
    width: 100%;
    list-style: none;
    font-size: 16px;
    padding-left: 15px;
}

/*responsive*/
@media(min-width:1499px) and (max-width:1700px){

}
@media(min-width:1200px) and (max-width:1500px){

}
@media (max-width:1200px){

}
@media (max-width: 1199px) and (min-width: 992px){
.br_mainbanner{
	height: auto !important;
}	
.sa_logo{
	text-align: center;
}
.sa_logo img{
	display: inline-block !important;
}	
}
@media (max-width: 991px) and (min-width: 768px){
.sa_screen_section h5{
	margin-bottom: 30px;
}	
.sa_funnel_desc_text .top_spacer350, .sa_funnel_desc_text .top_spacer250 {
	padding-top: 0px;
}	
.sa_img_align, .sa_img_align p, .sa_img_align h2{
	text-align: center;
}
.sa_img_align img{
	display: inline-block !important;
}	
.sa_author_img.pull-right:before, .sa_author_img.pull-left:before{
	display: none;
}	
.sa_author_img{
	width: 100%;
}	
.sa-btn{
	font-size: 13px;	
}	
.sa_banner_form .form-control {
    width: 100%;
}
.br_mainbanner{
	height: auto !important;
}	
	.sa_menus ul.nav.navbar-nav.navbar-right{
		float: none !important;
		width: 170px !important;
		margin: 20px 37% 0px !important;
		display: inline-block !important;
		text-align: center !important;
	}	
.sa_menus ul li a {
    padding: 0px 9px;
}
.sa_logo{
	text-align: center;
}
.sa_logo img{
	display: inline-block !important;
}		
ul.sa_features_list li{
	width: 50%;
}
}
@media (max-width:767px){
.sa-btn-big-bonuses a:after {
	display: none;
}	
.top_spacer350 {
    padding-top: 20px;
}	
.sa_description_box {
    float: left;
    width: 100%;
    padding: 0px 0px 30px;
    color: #ffffff;
}	
.sa_img_align, .sa_img_align p, .sa_img_align h2{
	text-align: center;
}
.sa_img_align img{
	display: inline-block !important;
}	
.sa_author_img.pull-right:before, .sa_author_img.pull-left:before{
	display: none;
}	
.sa_author_img {
    width: 20%;
    margin: 20px 0px 0px;
}	
.sa-btn{
    font-size: 13px;
    width: 50%;	
}	
.sa_banner_form .form-control {
    width: 100%;
}	
.br_mainbanner{
	height: auto !important;
}	
.sa_menus ul{
    width: auto;
    float: left;
    padding: 0px;
    margin: 0px;
    background: #ff702a;		
}
.sa_menus ul li{
	width: 100%;
	float: left;	
	padding: 5px 0px;
	border-bottom: 1px solid #ffffff;
}	
.sa_menus ul li a{
	color: #ffffff;
}
.sa_menus ul li a:hover, .sa_menus ul li a.active{
	color: #202020 !important;
	text-decoration: none !important;
}
.sa_menus ul.nav.navbar-nav.navbar-right{
    margin-top: 20px;
    background: none;
}
.sa_menus ul.nav.navbar-nav.navbar-right li{
	border: none;
}
.navbar-toggle{
	background: #ff702a;
    margin-top: -33px;
}	
.navbar-toggle .icon-bar{
	background: #ffffff;
}
.sa_logo{
	text-align: center;
}
.sa_logo img{
	display: inline-block !important;
}		
ul.sa_features_list {
    width: 80%;
    padding: 0px;
    margin: 0px auto;
	float: none;
}	
	ul.sa_features_list li{
	width: 100%;
}
.video_height {
    height: 330px;
}
}
@media (max-width:767px) and (min-width: 481px){
.sa_banner_form .form-group .af-element{
	    width: 90%;
}
}
@media (max-width:576px){
.sa_author_img {
    width: 30%;
    margin: 20px 0px 0px;
}
}
@media (max-width:479px){
.sa_res_template .col-xs-6{
	width: 100%;
}	
.sa_banner_form .form-group .af-element{
	    width: 90%;
}	
.sa-btn-big-bonuses{
	width: 100%;
}	
.sa-btn-big{
	font-size: 13px;
}	
.sa_author_img {
    width: 30%;
    margin: 20px 0px 0px;
}	
.sa_author_img.pull-right:before, .sa_author_img.pull-left:before{
	display: none;
}		
.sa-btn{
    font-size: 13px;
    width: 100%;
}	
.sa_banner_form .form-control {
    width: 100%;
}	
.sa_logo{
	text-align: center;
}
.sa_logo img{
	display: inline-block !important;
}	
}