/* ALEX CSS */

section#slider{
        background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

#slider div.slider-featured-text {
    padding: 10px;
}

section#slider input {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 8px 10px;
    outline: 0;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 15px/19px 'Open Sans',Helvetica,Arial,sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
	border-color: #e5e5e5;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}

section#slider input:hover {
	border-color:#c6c6c6;
}

section#slider input:active {
	border-color:#c6c6c6;
}
#slider div.slider-featured-text .btn {
	    margin: 10px 0 0 20px !important;
	border-color: #8ab933 !important;
	background-color: #8ab933 !important;
	color: #ffffff !important;
}

#slider form h1, #slider form h2, #slider form h3, #slider form h4, #slider form h5, #slider form h6, #slider form p {
    color: #000000;
    text-shadow: rgba(0,0,0,0.16) 1px 1px 1px;
}

#slider h1 {
    font-size: 56px;
    line-height: 60px;
}

#slider form h1, #slider form h2, #slider form h3, #slider form h4, #slider form h5, #slider form h6, #slider form p {
    color: #ffffff;
    text-shadow: none !important;
}

.sky-form.boxed {
    background-color: rgba(0,0,0,0.5);
}

.sky-form.boxed {
    border: none !important;
}

/* blue overlay */
.overlay.blue-0 {
	background-color: rgba(5,17,45,0);
}
.overlay.blue-1 {
	background-color: rgba(5,17,45,.1);
}
.overlay.blue-2 {
	background-color: rgba(5,17,45,.2);
}
.overlay.blue-3 {
	background-color: rgba(5,17,45,.3);
}
.overlay.blue-4 {
	background-color: rgba(5,17,45,.4);
}
.overlay.blue-5 {
	background-color: rgba(5,17,45,.5);
}
.overlay.blue-6 {
	background-color: rgba(5,17,45,.6);
}
.overlay.blue-7 {
	background-color: rgba(5,17,45,.7);
}
.overlay.blue-8 {
	background-color: rgba(5,17,45,.8);
}
.overlay.blue-9 {
	background-color: rgba(5,17,45,.9);
}
.overlay.blue-10 {
	background-color: rgba(5,17,45,1);
}


/* clean price */
.lp-box {
	padding: 30px 15px;
	text-align: center;
	position: relative;
	border: 1px solid #D0D6DF;
	font-family: Arial, Helvetica, sans-serif;

	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
		 -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
			box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
}
	.lp-box h4 {
		font-size: 48px;
		line-height:55px;
		font-weight: 400;
		margin: 0;
		color: #ffffff;
	}
	.lp-box h4 sup {
		position: relative;
		font-size: 20px;
		line-height:25px;
		vertical-align: top;
		top: 3px;
	}
	.lp-box h4 em {
		font-size: 14px;
		font-style:normal;
	}
	.lp-box h5 {
		text-transform: uppercase;
		font-weight: 300;
		margin: 0;
		font-size: 15px;
		color: #BACDD6;
		letter-spacing: 2px;
	}
	.lp-box p {
		line-height: 1.5em;
		color: #526066;
		margin-bottom: 0;
	}
	
	
.content-main {
	display: block;
	position: relative;
	padding: 130px 0 45px 0;
	/*border-bottom:rgba(0,0,0,0.1) 1px solid;*/
    z-index:9;

	-webkit-transition: all .400s;
	   -moz-transition: all .400s;
		 -o-transition: all .400s;
			transition: all .400s;

	background-attachment: fixed;
	  background-position: center center;
		background-repeat: no-repeat;

	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
		 -o-background-size: cover !important;

	-webkit-box-sizing: border-box !important;
	   -moz-box-sizing: border-box !important;
	   background-size: cover !important;
			box-sizing: border-box !important;
}




@media only screen and (max-width: 992px) {

        section#slider{
        height:100% !important;
        background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

	.lp-box {
		margin-bottom:30px;
	}
	.col-md-5th .lp-box h4 {
		font-size: 40px;
		line-height:40px;
	}
	.col-md-5th .lp-box h4 em {
		font-size:11px;
	}
}
@media only screen and (max-width: 768px) {

    section#slider{
        height:100% !important;
        background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

	#slider h1 {
    font-size: 52px;
    line-height: 65px;
}
	
	.lp-box h4 {
		font-size: 46px;
		line-height:60px;
	}
	.lp-box h4 em {
		font-size: 14px;
	}
}






