﻿/*=============================================================
    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 {
    font-family: 'Roboto', sans-serif;
    font-size:18px;
    font-weight:100;
}

/* Loading Image Class Style */
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('http://eve.ai/Eve_lp/misc/loading.GIF') 50% 50% no-repeat rgb(237, 237, 237);
}


/* Moving Icon Class Style */
#movingicon {
    margin-top:-500px;
    margin-bottom: -170px;
    margin-left: -80px;
    text-align:center;
    vertical-align:central;
    color: rgb(255, 255, 255);
    font-weight:400;
    font-size:350px;
    letter-spacing:7px;
}

#subLine {
    margin-top:150px;
    margin-bottom: -10px;
    text-align:center;
    vertical-align:central;
    color: rgb(255, 255, 255);
    font-weight:100;
    font-size:170px;
    letter-spacing:30px;

}

/*.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:40px;
    margin-bottom:0px;
}
.social-links a {
    color: rgb(111, 111, 111);
    padding-right:10px;
    text-decoration:none;

}
/* Modal Popup Class Style */

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

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

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

/* Navbar Style Change */

.navbar-inverse {
    background-color: rgb(0, 28, 47);             /*001834*/
    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:300;        */
    margin-top: -11px;
}

/* Modal Popup Style */

.modal-content {
    border-radius: 0px;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.24);
}

.modal-header {
    color: white;
    background-color: rgba(0, 0, 0, 0.72);
}

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

.modal-body {
    font-family: "Roboto";
    font-weight: 100;
    font-size: 17px;
    color: white;
    background-color: rgba(0, 0, 0, 0.72);
}

.modal-footer {
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.72);
}


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

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

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


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


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

}
