
/*
====================================================

* 	[Master Stylesheet]
	
	Theme Name :  
	Version    :  
	Author     :  
	Author URI :  

====================================================

	TOC
	
	1. PRIMARY STYLES
	2. COMMONS FOR PAGE DESIGN
		JQUERY LIGHT BOX
	3. MAIN SECTION

====================================================

/* ---------------------------------
1. PRIMARY STYLES
--------------------------------- */

html{ font-size: 100%; height: 100%; width: 100%; overflow-x: hidden; margin: 0px;  padding: 0px; -ms-touch-action: manipulation; touch-action: manipulation; }


body{ font-size: 16px; font-family: 'Open Sans', sans-serif; width: 100%; height: 100%; margin: 0; font-weight: 400;
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; word-wrap: break-word; overflow-x: hidden; 
	color: #333; }

h1, h2, h3, h4, h5, h6, p, a, ul, span, li, img, inpot, button{ margin: 0; padding: 0; }

h1,h2,h3,h4,h5,h6{ line-height: 1.5; font-weight: inherit; }

h1,h2,h3{ font-family: 'Poppins', sans-serif; }

p{ line-height: 1.6; font-size: .9em; font-weight: 400; color: #555; }

h1{ font-size: 3.5em; line-height: 1; }
h2{ font-size: 3em; line-height: 1.1; }
h3{ font-size: 2.5em; }
h4{ font-size: 1.5em; }
h5{ font-size: 1.2em; }
h6{ font-size: .9em; letter-spacing: 1px; }

a, button{ display: inline-block; text-decoration: none; color: inherit; -webkit-transition: all .3s; transition: all .3s; line-height: 1; }

a:focus, a:active, a:hover,
button:focus, button:active, button:hover,
a b.light-color:hover{ text-decoration: none; color: #177bac; }

b{ font-weight: 500; }

img{ width: 100%; }

li{ list-style: none; display: inline-block; }

span{ display: inline-block; }

button{ outline: 0; border: 0; background: none; cursor: pointer; }

b.light-color{ color: #444; }

.icon{ font-size: 1.1em; display: inline-block; line-height: inherit; }

[class^="icon-"]:before, [class*=" icon-"]:before{ line-height: inherit; }

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
	box-sizing: inherit;} 

	
/* ---------------------------------
2. COMMONS FOR PAGE DESIGN
--------------------------------- */

.center-text{ text-align: center; } 

.display-table{ display: table; height: 100%; width: 100%; }

.display-table-cell{ display: table-cell; vertical-align: middle; }


::-webkit-input-placeholder { font-size: .9em; letter-spacing: 1px; }

::-moz-placeholder { font-size: .9em; letter-spacing: 1px; }

:-ms-input-placeholder { font-size: .9em; letter-spacing: 1px; }

:-moz-placeholder { font-size: .9em; letter-spacing: 1px; }


.full-height{ height: 100%; }

.position-static{ position: static; }

.font-white{ color: #fff; }


/* ---------------------------------
3. MAIN SECTION
--------------------------------- */

.main-area{ position: relative; height: 100vh; min-height: 470px; z-index: 1; padding: 0 20px; background-size: cover; color: #fff; }

.main-area:after{ content:''; position: absolute; top: 0; bottom: 0;left: 0; right: 0; z-index: -1;  
	opacity: .2; background: #000; }

.main-area .logo { width: 200px; height: 46px; margin-bottom: 10vh; }

.main-area .desc{ margin: 3vh auto 10vh auto; max-width: 500px; }

.main-area .social-btn{ position: absolute; bottom: 4vh; width: 100%; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

.main-area .social-btn > li > a{ margin: 0 10px; padding-bottom: 7px; position: relative; overflow: hidden; }

.main-area .social-btn > li > a:after{ content:''; position: absolute; bottom: 0; left: 0; right: 0; 
	-webkit-transition: all .2s; 
	transition: all .2s; height: 2px; background: #177bac; }

	
.main-area .social-btn > li > a:hover:after{ -webkit-transform: translateX(100%); transform: translateX(100%); }

/* Notify me
================================================ */


::-webkit-input-placeholder {
    color: #BCBCBC;
}
.cta {
    margin: 5vh auto 0 auto;
    background: #177bac;
    font-weight: bold;
    border-radius: 25px;
    line-height: 50px;
    height: 50px;
    width: 170px;
    text-align: center;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    cursor: pointer;
}
.cta .hide {
    display: none;
}
.cta form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cta span {
    display: block;
    opacity: 0;
    width: 100%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: .9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-animation: fadeIn .3s ease-in-out;
    animation: fadeIn .3s ease-in-out;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.cta .input {
    display: none;
    opacity: 0;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    text-align: left;
}
.cta .input input {
    border: 0;
    width: 240px;
    height: 45px;
    margin: 0 0 0 25px;
    outline: none;
    color: #404041;
}
.cta .button {
    display: none;
    opacity: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.cta .button button {
    outline: none;
    float: right;
    padding: 0 15px;
    height: 40px;
    background: #177bac;
    border-radius: 25px;
    color: #fff;
    border: 0;
    margin: 5px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.cta .button button:disabled {
    color: #A7E6D9;
    opacity: .6;
    cursor: context-menu;
}
.cta.sent {
    cursor: default;
}
.cta.active {
    width: 350px;
    text-align: left;
    background-color: #ffffff;
    -webkit-transition: width .2s ease-in-out, background .2s ease-in-out;
    transition: width .2s ease-in-out, background .2s ease-in-out;
    cursor: default;
}
.cta.active span {
    display: none;
}
.cta.active .input,
.cta.active .button {
    display: block;
    -webkit-animation: fadeIn .3s ease-in-out;
    animation: fadeIn .3s ease-in-out;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

