/*
	Indus by TEMPLATE STOCK
	templatestock.co @templatestock
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Settings In style.css :
    1. General
    2.Home/Countdown
    3.Newsletter
    4.Features
    5.Contact-Us
*/

/* ==============================================
1.GENERAL
=============================================== */
body {
    font-family: "Open Sans", sans-serif;
    color: #2a2d2e;
    background: url("../images/slide.jpg") top center no-repeat;
    background-size: cover;
    position: relative;
}
h2 {
    color: #2a2626;
    margin-bottom: 35px;
    font-size: 35px;
    margin-top: 130px;
    font-family: "Raleway", sans-serif;
}
#header {
    color: #c80c0c;
    position: relative;
    width: 100%;
    padding: 100px 0;
}
body {
    overflow-x: hidden;
    overflow-y: auto;
    font-family: "Roboto", sans-serif;
}
.margin-t-50 {
    margin-top: 50px;
}
.btn-custom {
    background-color: #f00;
    color: #fff;
    border-radius: 3px;
}
.btn-custom:hover,
.btn-custom:active,
.btn-custom:focus {
    background-color: #3a3939;
    color: #fff;
    outline: none;
}
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}
.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
.loader {
    width: 200px;
    height: 200px;
    font-size: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
/* -----------------------------------------------------------------------
   2. HOME / Countdown styles
------------------------------------------------------------------------- */
.logo {
    padding-bottom: 5%;
}
.logo p {
    color: #ffffff;
    padding-top: 20px;
    font-style: italic;
}
/* #home .large-header {
    background-image: url("../images/slide1.jpg");
    background-position: center;
} */
.home-main {
    position: absolute;
    margin: 0;
    padding: 0;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
#countdown_dashboard {
    display: block;
    margin: 0px auto;
    overflow: hidden;
}
.dash {
    padding-bottom: 10px;
    position: relative;
    opacity: 1;
}
.dash_title {
    font-size: 16px;
    width: 100%;
    color: #bbbbbb;
    display: block;
    clear: both;
}
.digit {
    color: #f9f9f9;
    font-size: 60px;
    font-weight: 300;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    height: 110px;
    line-height: 110px;
    position: relative;
    vertical-align: middle;
}
@media (max-height: 360px) {
    .digit {
        font-size: 30px;
        height: 50px;
        line-height: 50px;
    }
}
@media (max-width: 560px) {
    #countdown_dashboard {
        min-width: 300px;
    }
    .digit {
        font-size: 30px;
        height: 60px;
        line-height: 60px;
    }
}
@media (min-width: 560px) and (max-width: 1024px) {
    .digit {
        font-size: 40px;
        height: 80px;
        line-height: 80px;
    }
}
/* -----------------------------------------------------------------------
  3. Newsletter styles
------------------------------------------------------------------------- */
.newsletter {
    padding: 100px 0px;
}
.newsletter h4,
.newsletter p {
    margin: 0px;
}
.newsletter p {
    padding: 30px 0px;
}
.news-input {
    border: 3px solid #000;
    height: 45px;
    border-right: 0px;
    color: #000;
}
.news-input:focus {
    background: url("../images/pattern.png");
    border: 3px solid #000;
    border-right: 0px;
    outline: none;
    box-shadow: none;
    color: #fff;
}
.news-btn {
    height: 45px;
    border: 3px solid #000;
    font-weight: 700;
    border-left: 4px solid #000;
}
.news-btn:hover {
    border-left: 3px solid #000;
}
.news-text {
    font-size: 16px;
    padding: 20px;
    color: #333;
}
.newsletter .validation {
    border: 3px solid #ff0000;
}
/* -----------------------------------------------------------------------
   4. Features styles
------------------------------------------------------------------------- */
.features {
    padding: 120px 0px 100px 0px;
}
.features h4 {
    color: #fff;
}
#features {
    background: url("../images/pattern.png"), url("../images/img-2.jpg");
}
div.open-overlay {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    color: #fff;
    border: solid 3px #fff;
    border-radius: 3px;
}
.open-overlay {
    font-size: 28px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    margin-top: -60px;
    margin-left: -30px;
}
.open-overlay i {
    font-size: 32px;
    line-height: 70px;
    z-index: 2;
    margin: 0 auto;
    cursor: inherit;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: inherit;
    background: rgba(255, 255, 255, 0);
}
.features-box:hover .open-overlay {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    background: rgba(255, 255, 255, 1);
}
.features-box:hover .open-overlay i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #444;
    font-weight: bold;
}
.features-box h4 {
    padding-top: 30px;
    text-transform: uppercase;
}
.features-box p {
    color: #bbbbbb;
    padding-top: 10px;
    margin-bottom: 0px;
}
@media (max-width: 1000px) {
    .features-box {
        padding-top: 50px;
    }
}
/*-------------------------------------------------------------------*/
/*  5.CONTACT
/*-------------------------------------------------------------------*/
.contact {
    text-align: center;
    padding: 100px 0px;
}
.contact h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
}
.contact p {
    color: #534f4f;
    font-size: 16px;
    margin-bottom: 0px;
    padding: 10px 0px 30px 0px;
}
.contact input {
    width: 100%;
    height: 43px;
    margin-bottom: 20px;
    line-height: 20px;
    padding-left: 15px;
    font-size: 15px;
    color: #000000;
}
.contact .validation {
    border: 1px solid #ff0000;
}
.contact textarea {
    width: 100%;
    height: 170px;
    margin-bottom: 15px;
    padding: 15px 55px 15px 15px;
    font-size: 15px;
    color: #000000;
    line-height: 28px;
}
textarea {
    resize: none;
}
.contact input:focus,
.contact textarea:focus,
.contact input:active,
.contact textarea:active {
    border: 1px solid #000;
    outline: none;
}

.confirm-message {
    margin-top: 20px;
    font-size: 18px;
    color: #000;
    padding: 10px 0 10px;
    text-transform: uppercase;
    display: none;
    text-align: center;
}
.line-separate {
    display: block;
    margin-bottom: 10px !important;
    width: 120px;
    height: 15px;
    position: relative;
    margin: 0 auto;
}
.line-white:before,
.line-white:after {
    background: #000;
}
.line-separate:before {
    content: "";
    display: block;
    position: relative;
    top: 7px;
    width: 49px;
    height: 2px;
    margin: 0 !important;
    float: left;
}
.line-white span {
    box-shadow: inset 0px 0px 0px 2px #000;
}
.line-separate span {
    display: block;
    position: relative;
    width: 17px;
    height: 17px;
    margin: 0 auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.line-separate:after {
    content: "";
    display: block;
    position: relative;
    top: -10px;
    width: 49px;
    height: 2px;
    margin: 0 !important;
    float: right;
}
.social li {
    margin: 0px 10px !important;
}
li.social-btn {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
    color: #fff;
    border: solid 1px #000;
}
.social-btn {
    font-size: 16px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin-top: -60px;
    margin-left: -30px;
}
.social-btn a {
    padding: 10px;
}
.social-btn a {
    font-size: 15px;
    line-height: 17px;
    z-index: 2;
    margin: 0 auto;
    cursor: inherit;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    color: inherit;
    background: rgba(255, 255, 255, 0);
}
.social-btn a i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -0.3em;
    margin-top: -0.1em;
}
.social-btn a i:last-of-type {
    margin-left: -0.5em;
    margin-top: -0.3em;
}
#fb {
    border: 2px solid #3b5998;
    color: #3b5998;
}
#fb a {
    color: #3b5998;
}
#fb:hover {
    background-color: #3b5998;
}
#fb:hover a {
    color: #fff;
}
#tw {
    border: 2px solid #00aced;
    color: #00aced;
}
#tw a {
    color: #00aced;
}
#tw:hover {
    background-color: #00aced;
}
#tw:hover a {
    color: #fff;
}
#flk {
    border: 2px solid #ff0084;
    color: #ff0084;
}
#flk a {
    color: #ff0084;
}
#flk:hover {
    background-color: #ff0084;
}
#flk:hover a {
    color: #fff;
}
#tbl {
    border: 2px solid #32506d;
    color: #32506d;
}
#tbl a {
    color: #32506d;
}
#tbl:hover {
    background-color: #32506d;
}
#tbl:hover a {
    color: #fff;
}
#pin {
    border: 2px solid #cb2027;
}
#pin a {
    color: #cb2027;
}
#pin:hover {
    background-color: #cb2027;
}
#pin:hover a {
    color: #fff;
}

.footer {
    padding-bottom: 100px;
}
.copyright {
    padding-top: 10px;
}

@media only screen and (max-width: 768px) {
    h2 {
        font-size: 37px;
        margin-top: 40px;
    }
}
