/* Responsive CSS Styles Table of Contents */
.show-mob{display:none}

@media only screen and (min-width: 1000px) and (max-width: 1169px){
a.logo {
    margin: 1px 0px 0px 50px;
}


.button2 {
	display:none;
}

}


@media only screen and (min-width: 768px) and (max-width: 999px){
	
	.sticky-wrapper{ height:500px;}
	
.container{ width:94%;}

.navbar-brand img {
	width: 50px !important;
}
.menu_main { 
	width: 97%;
	position: absolute;
}


.button2 {
	display:none;
}


} 



@media only screen and (min-width: 640px) and (max-width: 767px){


.container{ width:94%;}
.logo {
	width: 50%;
}
.menu_main {
	width: 97%;
	position: absolute;
}
.button2 {
	display:none;
}

}

@media only screen and (max-width: 767px){
.contest-section #msform fieldset{
position: static;
}
.features_section-2.contest-section{
    padding: 80px 21px 4px 21px;
    margin-top: 0;
}
.features_section-2{
    padding: 0 15px;
}
.show-mob{display:block}
.hide-mob{display:none}
.win-btn {
    bottom: 5px;
    width: 60px;
}
#header-sticky-wrapper .navbar-default .navbar-nav>li>a, #header-sticky-wrapper .navbar-default .navbar-text, nav.navbar-default .container-fluid .navbar-nav>li>a{
	color:#fff;
}
.navbar-brand {
    width: 78px;
    display: block;
    height: auto;
    margin-top: 10px;
    margin-left: 10px;
    min-height: 58px;
}
#contact-form.contactPpopup{
    min-width: auto!important;
	width: 90% !important;
}
.navbar-default .nav.navbar-nav li {
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    max-height: 100%;
}
}
@media only screen and (min-width: 480px) and (max-width: 639px){
	
.container{ width:94%;}

.logo {
	width: 100%;
}
.menu_main {
	width: 97%;
	position: absolute;
}
.button1 {
	padding: 12px 13px;
	font-size: 11px;
}
.button2 {
	display:none;
}
.features_section-2 h1 {
	font-size: 22px;
	font-weight: 500;
}
.features_section-2 h2 {
	font-size: 18px;
}
.button2 {
	display:none;
}

}


@media only screen and (max-width: 479px){

.container{ width:94%;}
.logo {
	width: 100%;
}
.menu_main {
	width: 97%;
	position: absolute;
}
.button1 {
	padding: 12px 13px;
	font-size: 11px;
}
.button2 {
	display:none;
}
.features_section-2 h1 {
	font-size: 22px;
	font-weight: 500;
}
.features_section-2 h2 {
	font-size: 18px;
}


.button2 {
	display:none;
}
}