

/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */
/* =============================================================
   CUSTOM STYLE SHEET : BY BINERY THEME
    ============================================================ */



/* =============================================================
   GENERAL STYLES
    ============================================================ */

			body { 
		height:100%;
 min-height:100%;
 /* background: url(../img/ournewsite.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
  background-color:#000;
}
.site_title{
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size:40px;
  letter-spacing:5px;
  color:#fff;
  
  text-align:center;
  padding-top:25%;
}

#footer {
   position:fixed;
   
   bottom:20px;
   height:35px;
   width:100%;
}

#bottom_bar {
   position:fixed;
   
   bottom:75px;
   width:100%;
   clear:both;
   
   
}

#infotext
{
	font-family:Helvetica;
	text-align:center;
	color:#fff;
	margin-bottom:10px;
}

@media only screen and (max-width: 500px) {
 #bottom_bar {
  /* left:18%;*/
}

#infotext
{
	font-size:10px;
	margin-bottom:0px;
	font-family:Helvetica;
	text-align:center;
	color:#fff;
}	

}

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

 #footer {
   position:fixed;
   left:0%;
   bottom:20px;
   height:35px;
   width:100%;
}

	html
{
	  background: url(../img/ournewsite_mob.png) no-repeat center center/cover fixed, url(../img/4_mob.jpg) no-repeat center center/cover fixed; 
}
}

@media screen and (max-device-width: 480px) and (orientation:landscape) {
	#infotext
		{
			margin-bottom:0px;
			font-size:8px;
 		}

		 #footer {
   position:fixed;
   left:8%;
   bottom:1px;
   height:35px;
   width:100%;
}
#bottom_bar {
   position:fixed;
   left:8%;
   bottom:35px;
   width:100%;
   clear:both;
   height:20%;
   display:none;
}
}	


	
/* IE 6 */
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight:400;
	background-color:#000;
}

/* Loading Image Class Style */
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('images/loading.gif') 50% 50% no-repeat rgb(249,249,249);
}


/* Moving Icon Class Style */
#movingicon {
    margin-top:60px;
    text-align:center;
     vertical-align:central;
    color:rgb(255, 153, 0);
    font-weight:900;
    font-size:80px;
    letter-spacing:3px;
}

.icon-color{
    color:rgba(89, 247, 0, 0.77);
}

.subscribe-icon{
    color:white;
    margin-right:10px;
}

/* Social Links Class Style */
.social-links {
    text-align:center;
     vertical-align:central;
     margin-top:10px;
     margin-bottom:10px;
}
.social-links a {
    color:#fff;
    padding-right:10px;
    text-decoration:none;
    
}
/* Modal Popup Class Style */

.mian-popup-body {
    padding:5px 20px 20px 20px;
     font-family: 'Open Sans', sans-serif;
}
/* Modal Popup Close Button */
.back-btn {
   background-color:#000000;
}

/* Google Map */
.mymap {
    width:100%;
    height:200px;
    border:0px;

}
/* =============================================================
    BOOTSTRAP COMONETS STYLE CHANGES
    ============================================================ */

/* Navbar Style Change */

.navbar-inverse {
    background-color: rgba(52, 152, 219, 0.54);
    border-color: transparent;
}

 .navbar-inverse .navbar-nav > li > a {
        color: #ffffff;
 }

   .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #ffffff;
 }


 .navbar-inverse .navbar-brand {
        color: #fff;
 }
.navbar-brand {
    font-size:30px;
    font-weight:900;
}

 /* Modal Popup Style */

 .modal-content {
    border-radius: 0px;
    background-color: transparent;
    background-color: rgba(52, 152, 219, 0.74);
}

.modal-header {
    color: white;
    background-color: rgba(152, 215, 150, 0.30);
}

    .modal-header h4 {
        font-weight: 700;
    }

.modal-body {
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: white;
    background-color: rgba(0, 0, 0, 0.48);
}

.modal-footer {
    margin-top: 0px;
    background-color: rgba(152, 215, 150, 0.30);
}


/* =============================================================
   COUNTDOWN STYLES
    ============================================================ */

#counter {
   display: none;
}
#counter-default {
    margin: 20px auto;
}
#counter-default .inner {
    text-align: center;
    border: none;
    margin: 8px 0;
    padding: 8px;
}
#counter-default .timer-number {
    font-size: 100px;
    margin-bottom: 10px;
    font-weight: 900;
    font-family:'Agency FB';
    color:#fff;
}
#counter-default  .timer-text {
    padding: 10px;
    font-size:20px;
    font-weight:800;
    letter-spacing:5px;
    color:#fff;
}

/* =============================================================
  MEDIA QUERIES
    ============================================================ */


@media (max-width: 487px) {
    #headLine {
       font-size:40px;
    }
}



