@media (min-width: 10px) and (max-width: 768px) { 
.text{
    text-align: center;
    margin-left: 0px;
    font-size: 15px;
    font-family: font-1;
}
.box{
	border-right: 1px solid #ffffff57 !important;
	border-left: 0px solid #ffffff57 !important;

}

.main_heading{
	text-align: center;
	margin-top: 25% !important;
	font-family: font-1;
	color: white;
}
.box{
	border-left: 0px;
	font-size: 20px;
}
.main_heading  { font-size: 19px !important; }
}



.container {  position:relative; z-index:9999999 !important; }

.col-bg:before {
	top: 0;
	z-indeX:0;
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    floaT: left;
    position: absolute;
    overflow: hidden;
    lefT: 0px;
    background-color: #020403f0;
    background-image: -webkit-repeating-radial-gradient(center center, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 1px, transparent 1px, transparent 100%);
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
    z-index: 0;
    opacity: 0.9;
    content: "";
}

body{
	background: url('../img/bg.png') top fixed no-repeat;
	background-size: 100%; 
	height: 100%;
}
/* ==================================================
   2. Navigation Bar
================================================== */
.navbar{
	background: transparent !important;
	border: 0px;
	margin: 0px;
	color: white !important;
	margin-right: 50px;
	margin-left: 50px;
    font-family: 'Raleway', sans-serif;

}
.navbar-nav a{
	color: white !important;
	font-size: 18px;
}
.navbar-nav a:hover{
	background: transparent !important;
	border-bottom: 3px solid darkgoldenrod;
	margin-bottom: -3px;

}
.navbar-inverse .navbar-toggle{
    border-color: darkgoldenrod!important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border-color: darkgoldenrod;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
    background-color: saddlebrown;
}
.logo{
	color: white !important;
	font-size: 30px;
	font-family: 'Roboto Slab', serif;

}
.logo:hover{
	color: white;
}
@media all and (max-width: 768px) {
   .navbar{
        margin-right: 0px;
        margin-left: 0px;
   } 
    .navbar{
        background: darkgoldenrod !important;
    }
    .navbar-nav a:hover{
        background-color: saddlebrown !important;
        border: none;
        margin-bottom: 0px;
    }
}

.main_heading{
	text-align: center;
	margin-top: 10%;
	font-family: font-1;
	color: white;
}
.sub_heading{
    text-align: center;
    font-family: font-1;
	color: white;
    margin-top: 10px;
}
@media all and (max-width: 480px) {
    .main_heading{
        font-size: 32px;
        margin-top: 100px;
    }
    .sub_heading{
        font-size: 18px;
        margin-top: 5px;
    }
}
/* ==================================================
   4. Timer
================================================== */
.timer{
	margin-top: 50px;
	color: white;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	font-family: font-1;
}
.smalltext{
	font-size: 18px;
	font-weight: lighter;
	line-height: 18px;
	font-family: font-1;
}
.box{
	border-left: 3px solid white;
}
.box1{
	border-left: 0px;
}
@media all and (max-width: 480px) {
    .timer{
        font-size: 36px;
        line-height: 45px;
        font-weight: bold;
    }
    .smalltext{
        font-size: 16px;
        line-height: 20px;
        font-weight: lighter;
    }
    .box{
	   border-left: 2px solid white;
    }
    .box1{
	   border-left: 0px;
    }
}
/* ==================================================
   5. Subscribe Form
================================================== */
.subscribe{
    text-align: center;
    color: snow;
    margin-top: 50px;
    font-family: 'Raleway', sans-serif;
}
.subscribe_form{
	text-align: center;
	margin-top:20px
}

.subscribe_form .email{
	height: 35px;
	width: 250px;
	opacity: 0.7;
	border-bottom-left-radius:5px; 
	border-top-left-radius:5px; 
	border: 0px;
	padding-left: 10px;
    font-family: 'Raleway', sans-serif;
}
.subscribe_form .submit{
	height: 35px;
	width: 100px;
	margin-left: -4px;
	background: darkgoldenrod;
	border: 0px;
	color: white;
	border-top-right-radius:5px; 
    font-family: 'Raleway', sans-serif;
	border-bottom-right-radius:5px; 
}
.subscribe_form .submit:hover{
    background-color: saddlebrown;
}
.msg{
    width: 400px;
    height: 50px;
}
@media all and (max-width: 480px) {
    .subscribe_form .email{
        width: 200px;
    }
    .subscribe_form .submit{
        width: 100px;
    }
    .subscribe{
        font-size: 16px;
        margin-top: 60px;
    }
    .msg{
        width: 300px;
        height: 35px;
        line-height: 5px;
    }
}
/* ==================================================
   6. Footer
================================================== */
.footer{
    text-align: center;
    margin-top: 100px;
    color: white;
}
.text{
    text-align: center;
    margin-left: 0px;
    font-family: font-1;
}
.text a{
    color: #72bd46;
}
.socialmedia ul{
	text-align: center;
    margin: 50px 0 20px 0;
}
 .socialmedia ul li{
    display: inline-block;
    list-style-type: none;
    margin: 0 10px;
}
.socialmedia ul li a{
    font-size: 36px;
    color: #FFF;
}
.socialmedia ul li a:hover{
    color: #9b9575;
}
/* ==================================================
   7. Dashboard
================================================== */
.subscribers{
    color: white;
}
.subscribers p{
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    margin-left: 15px;
}
.subscribers .h1{
    font-size: 36px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 20px;
    margin-top: 120px;
}
/* ==================================================
   8. Login Page
================================================== */
.login{
    width: 100%;
    margin-top: 20px;
    height: 40px;
    border-radius:5px; 
	border: 0px;
    padding-left: 10px;
    font-family: 'Raleway', sans-serif;
}
.login_head{
    font-size: 36px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 20px;
    margin-top: 120px; 
    color: white;
    text-align: center;
}
.login_btn{
    background-color: darkgoldenrod;
    color: white;
}
.login_btn:hover{
    background-color: saddlebrown;
    color: white;
}
.note{
    color: white;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    margin-top: 10px;
}