/********************************	
	Developed by AXA Studios
	The Creative Engine
	http://www.axastudios.com
*********************************/

/* MAIN STYLES *****************************/

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
    font-size:16px;
}
body {
	padding: 0px;
	margin: 0px;
	background:#FFFFFF;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size:16px;
	line-height: 1.6;
	color:#1a313a;
}
	
/* TEXT & LINK STYLES *****************************/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
h1{
	font-size:90px;
/*    text-transform: uppercase;*/
}
h2{
	font-size:22px;
	font-weight: 700;
/*	text-transform: uppercase;*/
    letter-spacing: 0px;
    margin-bottom: 2rem;
    margin-bottom: 1.4rem;
}
h3{
	font-weight: 600;
	font-size:24px;
/*	text-transform: uppercase;*/
/*	letter-spacing: 2px;*/
}
.italic{
	font-style:italic;
}
/*
.lead{
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 2rem;
}
*/
p{
    margin-bottom: 2rem;
}
.lead{
	font-size: 26px;
    font-weight: 300;
    margin-bottom: 1.6rem;
    line-height: 1.6;
/*    font-family: 'Lato', Arial, Helvetica, sans-serif;*/
}
.large-txt{
    font-size: 22px;
}
:focus{
	-moz-outline-style:none;
}	
::selection{
	background-color:#333333;
	color:#fff;
}	
::-moz-selection{
	background-color:#333333;
	color:#fff;
}
img{
	max-width: 100%;
}
input:focus, button:focus {
	outline: none; 
}

a{
	border: none;
	outline:0;
	-moz-outline-style:none;
}
a:hover, a:focus, a:active, a:visited{
	text-decoration: none;
	color: inherit;
}
a img {
	border: none;
	outline:0;
	-moz-outline-style:none;
}
input.button, .button, .button:visited, .w-btn, .g-btn{
	position: relative;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 20px;
	font-size: 14px;
	font-weight: 700;
    letter-spacing: 2px;
	border: 1px solid #1db954;
	border-radius: 24px;
	outline: none;
	background: #1db954;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
}
a.button, .button {
	display: inline-block;
	text-decoration: none;
	padding: 13px 40px 13px 40px;
}
.button:hover, .button:active, .button:focus {
    color: #FFFFFF;
    background: #1a313a;
    border: 1px solid #1a313a;
    box-shadow: none;
}
.banner-btn:hover, .banner-btn:active, .banner-btn:focus{
    background: none;
    color: #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 1);  
}
.w-btn, .w-btn:visited {
    display: inline-block;
	text-decoration: none;
	padding: 13px 40px 13px 40px;
    background: none;
	color: #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 1);     
}
.w-btn:hover, .w-btn:active, .w-btn:focus {
	color: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.7);
    background: none;
}
.g-btn, .g-btn:visited {
    display: inline-block;
	text-decoration: none;
	padding: 13px 40px 13px 40px;
    background: none;
	color: #1DB954;
	border: 1px solid #E1E1E1;
}
.g-btn:hover, .g-btn:active, .g-btn:focus {
	color: #1DB954;
	border: 1px solid #1DB954;
    background: none;
}
.b-clean{
	border: none;
	background: none;
}

/* FORM STYLES *****************************/


.form-group{
    position: relative;
    display: block;
/*    padding: 0px;*/
    margin-bottom: 24px;
}

.form-matd{
	position: relative;
/*	margin-bottom: 0px;*/
}
.form-matd input, .form-matd textarea{
	padding: 11px 24px 11px 24px;
    line-height: 24px;
	border-radius: 0px;
	border: 0px;
	border:1px solid #E4E4E4;
    font-weight: 400;
    background: none;
    border-radius: 24px;
    box-shadow: none;
}
.form-matd textarea{
    min-height: 96px;
    max-height: 200px;
}
.form-matd input:focus, .form-matd textarea:focus{
	border: 1px solid #1db954;
    outline: none;
}
.form-matd .form-control:focus{
    box-shadow: none;
    outline: none;
}
.form-matd .form-border{
	position: absolute;
	width: 0;
	height: 2px;
	bottom:0px;
	left: 50%;
	background: #43b5e4;
	background: #1db954;
	transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
.form-matd label, .form-matd input:invalid ~ label {
	position:absolute;
	color:#aaaaaa;
	color:#1a313a;
	font-weight:normal;
	pointer-events:none;
	left:0px;
	left:15px;
	top:20px;
    font-size: 14px;
    font-weight: 400;
	transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
.form-matd input:focus ~ label, .form-matd input:valid ~ label, .form-matd textarea:focus ~ label, .form-matd textarea:valid ~ label {
	top:0px;
	color:#43b5e4;
	color:#1db954;
	font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
}
input:focus ~ .form-border, textarea:focus ~ .form-border {
	left: 15px;
  	width:calc(100% - 30px);
}

.form-btns{
    text-align: right;
}
.form-btn{
    margin-bottom: 0;
}

.form-price input{
    padding-left: 56px;
}
.form-icon{
    position: absolute;
    display: block;
    left: 4px;
    top: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #AAAAAA;
    font-size: 24px;
}

.form-matd label.error, #reg-check-error{
    position: absolute;
    top: auto!important;
    bottom: -25px;
    font-weight: 400;
    color: #ee0000!important;
    font-size: 11px!important;
    text-transform: uppercase;
}
.form-matd label.error, .form-matd .error-text, .select-box .error-text, .checkbox .error-text, .form-captcha .error-text, .form-option-group .error-text{
    position: absolute;
    top: auto!important;
    bottom: -20px;
    bottom: -18px;
    left: 24px;
    font-weight: 400;
    color: #ee0000!important;
    font-size: 11px!important;
/*    text-transform: uppercase;*/
}
.form-option-group .error-text,
.checkbox .error-text{
    bottom: -12px;
}
.form-captcha .error-text{

}

/* CONTENT STYLES *****************************/

#outer-wrapper{
	position: relative;
	overflow: hidden;
}
#bg-wrapper {
    position: fixed;
	content:'';
	display: none;
	opacity: 0;
	width:100%;
	height:100%;
	z-index: 10;
    background: rgba(21,21,29,0.9);
    background: rgba(30,64,109,0.9);
}
.menu-open #bg-wrapper{
    display: block;
    opacity: 1;
    -webkit-animation: opac-in-animate 0.5s ease-out forwards;
	animation: opac-in-animate 0.5s ease-out forwards;
}
.menu-ani #bg-wrapper {
    display: block;
	opacity: 1;
    -webkit-animation: opac-out-animate 0.3s ease-in forwards;
	animation: opac-out-animate 0.3s ease-in forwards;
}
/*
.menu-open #bg-wrapper:before {
    top: -10%;
    -webkit-transition: opacity 0.7s ease-out;
	transition: opacity 0.7s ease-out;
}
*/
#main-wrapper{
	position: relative;
    min-height: 92vh;
}
.sub-page #main-wrapper, .contact-page #main-wrapper{
    padding-top: 92px;
}
#content-wrapper{
	position: relative;
}
/*
.scroll-top{
	position: fixed;
	right:-50px;
	bottom: 30px;
	width: 40px;
	height: 40px;
	padding: 5px;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	z-index: 999;
	background: url(../images/icon-top.png) center center #ed1c24 no-repeat;
	background-size: 26px;
	cursor: pointer;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}
.scroll-top.affix{
	right:30px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
*/

/* NAVBAR *****************************/	

#navbar {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0px 24px;
	top:0px;
	z-index: 99;
    background: none;
}
#navbar.sticky {
    position: fixed;
}
#navbar.sticky, .sub-page #navbar {
    background: #FFFFFF;
    border-bottom: 1px solid #b8b8bb;
}
.navbar-header{
	position: relative;
}
.logo-main{
	display: inline-block;
	float: left;
    margin: 27px 10px;
	padding: 0px;
}
.logo-main img{
    height: 96px;
    width: auto;
    height: 38px;
    width: auto;
}

.logo-main-white{
    display: block;
}
.logo-main-dark{
    display: none;
}

#navbar.sticky .logo-main-dark, .sub-page #navbar .logo-main-dark{
    display: block;
}
#navbar.sticky .logo-main-white, .sub-page #navbar .logo-main-white{
    display: none;
}
.logo-mob{
    display: none;
}

.nav-toggle {
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	padding: 0px;
	margin: 18px 10px;
	background: none;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
    display: none;
}
/*
.nav-toggle:hover {
	color:#ed1c24;
}
*/
/* NAV MAIN *****************************/

#nav-main{
	position: relative;
	display: inline-block;
	float: right;
}
#nav-main ul{
	position: relative;
	margin: 23px 30px;
	margin: 23px 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
#nav-main ul li{
	position: relative;
	display: inline-block;
	float: left;
	padding: 0px 35px;
	margin: 0px;
	text-align: center;
}
#nav-main ul li a{
    position: relative;
	display: block;
	line-height: 20px;
/*	padding: 13px 25px;*/
	padding: 13px 0px;
	border-radius: 23px;
	color: #FFFFFF;
	font-weight: 700;
    font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#navbar.sticky #nav-main ul li a,
.sub-page #nav-main ul li a{
	color: #1a313a;
}
#nav-main ul li a:hover,
#navbar.sticky #nav-main ul li a:hover,
.sub-page #nav-main ul li a:hover{
    color: #1db954;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

{
	color: #1db954;
}

#nav-main ul li a:after{
    position: absolute;
    content:'';
    display: block;
    background: #1db954;
    width: 6px;
    height: 6px;
    bottom: 0;
    left: 50%;
    left: calc(50% - 3px);
    border-radius: 3px;
    opacity: 0;
    -webkit-transition:opacity 0.3s ease-in, width 0.2s ease-in, left 0.2s ease-in;
	transition:opacity 0.3s ease-in, width 0.2s ease-in, left 0.2s ease-in;
}
#nav-main ul li a:hover:after{
    left: 0;
    width: 100%;
    opacity: 1;
	-webkit-transition:opacity 0.1s linear, width 0.6s ease-in-out, left 0.6s ease-in-out;
	transition:opacity 0.1s linear, width 0.6s ease-in-out, left 0.6s ease-in-out;
}

#nav-main ul li.n-btn{
    padding: 0px;
    margin-left: 30px;
}

#navbar.sticky, .menu-open #navbar{
	position: fixed;
/*    background: #172838;*/

}


.navbar-header:after, #nav-main ul:after, .icon-blocks:after{
	content: '';
	display: block;
	clear: both;		
}


/* MAIN BANNER STYLES *****************************/

#banner-wrapper{
	position: relative;
    display: block;
    background: #1a313a;
/*	height: 40%;*/
	z-index: 1;
/*	overflow: hidden;*/
    
    background: url(../images/banner-main-temp.jpg) bottom center no-repeat #1a313a;
    background-size: cover;
}

#banner-wrapper .container{
    position: relative;
    display: block;
    min-height: 54vh;
    z-index: 2;
}
/*
.banner-text{
	position: absolute;
	display: block;
	text-align: left;
    top: 50%;
    transform: translateY(-50%);
	width: 50%;
    left: 0%;
    color: #FFFFFF;
    z-index: 3;
    align-self: center;
}
*/
.banner-text{
    position: relative;
/*    padding: 20% 0;*/
	position: absolute;
	display: block;
	text-align: left;
    top: 30%;
	width: 40%;
    color: #FFFFFF;
    z-index: 3;
}

.banner-subtitle{
    font-size: 36px;
}

.banner-text h1{
    position: relative;
    display: inline-block;
    line-height: 1.0;
	font-size: 80px;
	font-weight: 700;
	color: #FFFFFF;
/*	margin-bottom: 40px;*/
    margin-bottom: 2rem;
}
.banner-text h1 span{
    display: block;
    font-size: 150%;
}
.banner-text p{
    position: relative;
    line-height: 1.6;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0;
}

.banner-shape{
    position: absolute;
    display: block;
    width: 102%;
    bottom: -4%;
    left: -1%;
    z-index: 0;
}


.banner-form{
    position: absolute;
    width: 48%;
    top: 30%;
    right: 0;
    padding: 48px;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.2);
    border-radius: 19px;
}

.form-success{
    position: absolute;
    display: none;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    padding: 48px;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 19px;
    z-index: 2;
}
.email-sent .form-success{
    display: flex;
}
.form-complete{
    text-align: center;
    font-size: 18px;
    opacity: 0;
}
.email-sent .form-complete{
    -webkit-animation: opac-in-animate 0.6s ease-out forwards;
	animation: opac-in-animate 0.6s ease-out forwards;
}
.form-complete h2{
    margin-bottom: 4px;
}
.form-complete span{
    display: inline-block;
    margin: 0px auto 16px auto;
    font-size: 64px;
    color: #1db954;
}


/* CONTENT STYLES *****************************/

.content-banner-wrap{
    position: relative;
    margin: 120px 0px;
    padding: 120px 0px;    
}
.content-banner, .info-blocks{
    position: relative;
    display: flex;
    flex-direction: row;
    margin-left: -40px;
    margin-right: -40px;
}
.banner-blk-txt, .banner-blk-img{
    position: relative;
    display: flex;
    width: 50%;
    padding: 0px 40px;
    align-content: flex-start;
    align-self: center;
    flex-direction: column;
}

.info-blk-left, .info-blk-right{
    position: relative;
    width: 50%;
    padding: 0px 40px;

}

.content-banner-1{
/*
    background: url(../images/home-content-banner-1.jpg) left center no-repeat;
    background-size: cover;
    padding: 320px 0px;
*/
    background: #1db954;
    margin: 0px;
    color: #FFFFFF;
}
.content-banner-2{
    background: #1a313a;
    margin: 0px;
    color: #FFFFFF;
}

.content-banner .button, .info-blk-txt .button, .banner-blk-txt .button{
    position: relative;
    display: inline-block;
    align-self:flex-start;
}

.content-banner-top{
    position: relative;
    display: block;
}
.content-banner-top img{
    width: 100%;
}

.info-wrap, .info-wrap-sm{
	position: relative;
	padding-top: 72px;
	padding-bottom: 40px;
}

.info-color{
    background: #1a313a;
    margin: 0px;
    color: #FFFFFF;  
}

.info-blocks{
    position: relative;
}
.info-blk-left, .info-blk-right{
    margin-bottom: 80px;
}

.info-blk-img{
    position: relative;
	text-align: center;
}
.info-blk-txt{

}
.content-blocks{
    position: relative;
    display: block;
    margin-left: -40px;
    margin-right: -40px;
}
.content-center{
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 40px;
    padding: 0px 10%;
    margin-bottom: 120px;
}
.content-center-title{
    position: relative;
    text-align: center;
}
.content-center-title h2{
/*    margin-bottom: 0px;*/
}
.content-left, .content-right{
    position: relative;
    width: 50%;
    padding: 0px 40px;
    float: left;
    margin-bottom: 80px;
}


/*
.captcha-wrap{
	position: relative;
    display: inline-block;
	overflow: hidden;
    margin-bottom: -19px;
    margin-bottom: -9px;
    margin-top: 10px;
}
#captcha-box, #captcha-box-contact{
	position: relative;
    display: inline-block;
	overflow: hidden;
}
#captcha_check, #captcha_check_contact{
    position: absolute;
	margin-left: -99999px;
    margin-top: -999px;
	opacity:0;
    height: 1px;
    width: 1px;
}
.g-recaptcha, .g-recaptcha-contact{
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
	-webkit-transform:scale(0.9);
	transform:scale(0.9);
}
*/

/* LOADING STYLES *****************************/

/*
.form-loading{
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(255,255,255,0.95);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
}
.loading-icon{
    position: relative;
    display: inline-block;
    width: 80px;
    max-width: 25%;
    text-align: center;
    align-self: center;
    margin-top: -10%;
}
.loading-txt{
    display: block;
    font-size: 1.8rem;
}
.form-loading.show{
    display: -webkit-flex;
    display: flex;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
*/

/* Loader *****************************************/

.waiting{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
    border-radius: 19px;
	z-index: 9;
	text-align: center;
    vertical-align: middle;
}

.loader-wrap{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    opacity: 0;
    -webkit-animation: opac-in-animate 0.3s ease-out forwards;
	animation: opac-in-animate 0.3s ease-out forwards;
}

.lds-ripple {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
/*	top: 150px;*/
    align-self: center;  
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #1DB954;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}




/* FOOTER *****************************/
	
#footer	{
	position:relative;
    display: block;
/*    background: #1DB954;*/
	padding: 48px 0px 24px 0px;
    color: #1DB954;
}
.footer-shape{
    position: absolute;
    display: block;
    width: 110%;
    height: 200%;
    top: -10%;
    left: -5%;
    z-index: 0;
    background: #1DB954;
    -webkit-transform: rotate(-3deg) translate3d(0,0,0);
	transform: rotate(-3deg) translate3d(0,0,0);
}
#footer	.container{
    position: relative;
    z-index: 2;
}
.footer-social{
    position:relative;
	display: inline-block;
	text-align: left;
    padding: 0px;
    width: 50%;
}
.footer-social ul{
	position: relative;
	margin: 0px;
	padding: 0px 0px;
	list-style: none;
	text-align: left;
}
.footer-social ul li{
	position: relative;
	display: inline-block;
    margin-right: 10px;
}
.footer-social ul li a{
    display: block;
    color: #FFFFFF;
    height: 46px;
    width: 46px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    text-align: center;
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footer-social ul li a i{
    font-size: 24px;
/*    vertical-align: text-top;*/
}

.footer-img{
    position: absolute;
    right: -10%;
    top: -250%;
    width: 25%;
    -webkit-transform: rotate(-25deg) translate3d(0,0,0);
	transform: rotate(-25deg) translate3d(0,0,0);
}

/* MODAL STYLES *****************************/

body.modal-open  {
	padding: 0px!important;
}
.modal-backdrop {
    background-color: #000;
}
.modal-backdrop.in {
    opacity: 0.85;
}
.modal{
	z-index: 9999;
}
.modal-dialog {
    width: 30%;
	min-width: 200px;
    margin: 10% auto 20px auto;
}
.modal-content {
    position: relative;
    background: #FFF;
/*    border: 1px solid rgba(0, 0, 0, 0.2);*/
	border: 0px;
    border-radius: 0px;
    outline: 0px none;
    box-shadow: none;
	color: #000;
}
.modal-content .close {
	position: absolute;
	right:28px;
	top:30px;
	opacity: 1;
	margin: 0px;
	width:22px;
	height:22px;
/*	border-radius: 50%;*/
	font-size: 12px;
	line-height:10px;
	text-align: center;
	font-weight: 400;
	color: #FFF;
	border: 1px solid #FFF;
}
.modal-header {
	padding: 30px 50px 30px 30px;
	border: 0px;
}
.modal-header h2{
	margin-bottom: 0px;
	font-size: 24px;
}
.modal-header p{
    margin-bottom: 20px;
}
.modal-body {
	padding: 0px 30px;
}
.modal-footer {
	padding: 30px;
	border: 0px;
	text-align: left;
}

/* OTHER STYLES *****************************/

#footer:after, .home-center-banner:after, .content-banner:after, .info-blocks:after, .content-blocks:after, .project-blocks:after, .project-blk-txt:after{
    content: '';
    display: block;
    clear: both;
}

.clear{
	clear:both;
}	
.no_border{
	border:none!important;
}
.mob-break{
	display: none;
}
.web-break{
	display: inline;
}


/* ANIMATIONS *****************************/


@-webkit-keyframes opac-in-animate {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
@keyframes  opac-in-animate {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
@-webkit-keyframes opac-out-animate {
	0% { opacity: 1;}
	100% { opacity: 0;}
}
@keyframes  opac-out-animate {
	0% { opacity: 1;}
	100% { opacity: 0;}
}

@-webkit-keyframes btn-animate {
	0%, 100% { -webkit-transform:scale(1); }
	50% { -webkit-transform:scale(1.1); }
}
@keyframes btn-animate {
	0%, 100% { transform:scale(1); }
	50% { transform:scale(1.1); }
}
@-webkit-keyframes nav-animate {
	0% { -webkit-transform:translateY(-100%); }
	100% {-webkit-transform:translateY(0%);}
}
@keyframes nav-animate {
	0% { transform:translateY(-100%); }
	100% { transform:translateY(0%);}
}

@-webkit-keyframes left-in-animate {
	0% { -webkit-transform: translateX(-100%); opacity: 1;}
	100% { -webkit-transform: translateX(0%); opacity: 1;}
}
@keyframes left-in-animate {
	0% { transform:translateX(-100%); opacity: 1;}
	100% { transform:translateX(0%); opacity: 1;}
}
@-webkit-keyframes right-in-animate {
	0% { -webkit-transform: translateX(100%); opacity: 1;}
	100% { -webkit-transform: translateX(0%); opacity: 1;}
}
@keyframes right-in-animate {
	0% { transform:translateX(100%); opacity: 1;}
	100% { transform:translateX(0%); opacity: 1;}
}
@-webkit-keyframes top-in-animate {
	0% { -webkit-transform: translateY(-100%); opacity: 1;}
	100% { -webkit-transform: translateY(0%); opacity: 1;}
}
@keyframes top-in-animate {
	0% { transform:translateY(-100%); opacity: 1;}
	100% { transform:translateY(0%); opacity: 1;}
}
@-webkit-keyframes btm-in-animate {
	0% { -webkit-transform: translateY(100%); opacity: 1;}
	100% { -webkit-transform: translateY(0%); opacity: 1;}
}
@keyframes btm-in-animate {
	0% { transform:translateY(100%); opacity: 1;}
	100% { transform:translateY(0%); opacity: 1;}
}
@-webkit-keyframes zoom-in-animate {
	0% { -webkit-transform: scale(0); opacity: 1;}
	100% { -webkit-transform: scale(1); opacity: 1;}
}
@keyframes zoom-in-animate {
	0% { transform:scale(0); opacity: 1;}
	100% { transform:scale(1); opacity: 1;}
}
@-webkit-keyframes zoom-pop-animate {
	0% { -webkit-transform: scale(0); opacity: 1;}
	90% { -webkit-transform:scale(1.2); opacity: 1;}
	100% { -webkit-transform: scale(1); opacity: 1;}
}
@keyframes zoom-pop-animate {
	0% { transform:scale(0); opacity: 1;}
	90% { transform:scale(1.2); opacity: 1;}
	100% { transform:scale(1); opacity: 1;}
}
@-webkit-keyframes btm-fade-animate {
	0% { -webkit-transform: translateY(15%); opacity: 0;}
	100% { -webkit-transform: translateY(0%); opacity: 1;}
}
@keyframes btm-fade-animate {
	0% { transform:translateY(15%); opacity: 0;}
	100% { transform:translateY(0%); opacity: 1;}
}

/* RESPONSIVE STYLES *****************************/

@media (min-width: 767px) {

    
}

@media (min-width: 1600px) {

/*
	.container{
		max-width: 1560px;
        padding-right: 20px;
        padding-left: 20px;
	}
*/
	
}


@media (min-width: 1200px) and (max-width: 1599px) {
    
/*
    body{
        font-size: 20px;
    }
*/

	.container{
		max-width: 1320px;
        padding-right: 20px;
        padding-left: 20px;
	}
    
    #banner-wrapper .container{
        min-height: 60vh;
    }
    
    .banner-form{
        width: 40%;
        right: 20px;
    }
    
    .footer-img {
        right: -10%;
        top: -200%;
        width: 25%;
    }

}


@media (min-width: 992px) and (max-width: 1199px) {

  	.container{
        padding-right: 20px;
        padding-left: 20px;
	}
        
    #banner-wrapper .container{
        min-height: 600px;
    }
    
    .banner-form{
        width: 40%;
        right: 20px;
    }
	
}
	
@media (min-width: 768px) and (max-width: 991px) {

/*
    body{
        font-size: 16px;
    }    
    h2{
        font-size: 30px;
    }
*/
    #main-wrapper{
        min-height: initial;
    }
    .container{
        padding-right: 20px;
        padding-left: 20px;
	}
    .banner-subtitle {
        font-size: 28px;
    }
    .banner-text h1 {
        font-size: 48px;
/*
        line-height: 40px;
        margin-bottom: 20px;
*/
    }
    .banner-text p {
        font-size: 20px;        
    }
        
    #banner-wrapper .container{
        min-height: 600px;
    }
    
    .banner-form{
        width: 50%;
        right: 0px;
    }
    
    .footer-img {
        right: -10%;
        top: -150%;
        width: 40%;
    }
    
}

@media (max-width: 767px) {
	
    body{
        font-size: 14px;
    }    
    h2{
        font-size: 18px;
    }
    .lead {
        font-size: 18px;
    }
    a.button, .w-btn{
        display: block;
    }	
    .form-control{
        font-size: 16px;
    }
    .form-btn .button{
        display: block;
        width: 100%;
    }
    .container{
        padding-right: 20px;
        padding-left: 20px;
	}
    
    .logo-main {
        display: inline-block;
        float: left;
        margin: 16px 0px;
        padding: 0px;
    }
    
    .logo-main img {
        height: 24px;
        width: auto;
    }
    
    
    #banner-wrapper{
        padding-top: 72px;
    }
    
    .banner-text{
        position: relative;
        display: block;
        width: 100%;
        left: initial;
        top: initial;
        text-align: center;
        margin-bottom: 40px;
    }
    .banner-subtitle {
        font-size: 20px;
    }
    .banner-text h1 {
        font-size: 32px;
        margin-bottom: 8px;
/*
        line-height: 40px;
*/
    }
    .banner-text p {
        font-size: 16px;        
    }
        
    #banner-wrapper .container{
        min-height: initial;
    }
    .banner-form{
        position: relative;
        width: 100%; 
        right: initial;
        top: initial;
        padding: 32px;
        margin-bottom: -40%;
    }
    .banner-shape {
        position: absolute;
        display: block;
        width: 180%;
        left: -40%;
        bottom: 0%;
        z-index: 0;
    }

    #content-wrapper{
        padding-top: 120px;
    }
    
    .content-left{
        width: 100%;
        margin-bottom: 48px;
    }
    
    
    .footer-shape{
        top: 0;
    }
    
    .footer-social {
        width: 100%;
    }
    .footer-social ul li a{
        line-height: 50px;
    }
    
    .footer-img {
        right: -15%;
        top: -50%;
        width: 45%;
    }

}
