/*!
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    background-image: none;
	background-attachment: fixed;
	background-position: right center;
	background-repeat: none;
	background-color: #fff;
    
}

p {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 300;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #515151;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #111;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
    color: #515151;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e2e2e2;
}

/*--- BRAND COLOR HERE -----*/
.brand-color {
	color: #e65025;
	font-weight: 700
}

.img-centered {
    margin: 0 auto;
}

.btn-primary {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 10px 20px;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
}

/* ==================================================================================================================================
HEADER SECTION 
======================================================================================================================================= */
header {
	padding-top: 50px;
	padding-bottom: 100px;
    text-align: center;
    background-attachment: scroll;
    background-image: url(../img/bg/light-bg-1.jpg);
    background-position: center center;
    background-repeat: none;
    
}
.header-text {
    position: absolute;
    top: 10%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #222;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
	padding: 10px;
}

.header-text h3 {
	padding: 40px 0px;
	font-size: 32px;
}

.header-text h5 {
	color: #515151;
	padding: 10px 0px;
	font-size: 22px;
}

.header-text img {
	width: 90%;
	height: auto;
	opacity: 1;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
	padding: 10px 30px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: large;
    letter-spacing: 3px;
    background-color: #515151;
    border: 2px #515151;
    margin-right: 0px;
    text-transform: uppercase;
}

.btn-theme:hover {
    color: #fff;
    background-color: #111;
    border-color: rgba(255,0,200,1);
}
@media(min-width:768px) {
	header {
		padding-top: 100px;
		padding-bottom: 50px;
		background-image: none;
	}
	
	/* SPLASH ICON MENU */
	.header-text {
	    position: absolute;
	    top: 5%;
	    left: 1.8%;
	    right: auto;
	    width: 96.66666666666666%;
	}
	
	.header-text h2 {
	    font-size: 40px;
	}
	
	.header-text h2 span {
		padding: 10px;
	}
	
	.header-text h3 {
		color: #515151;
		padding: 40px 0px;
		font-size: 28px;
	}
	
	.header-text h5 {
		color: #515151;
		padding: 10px 0px;
		font-size: 18px;
	}
	
	.header-text img {
		width: 500px;
		height: auto;
		opacity: 1;
	}
}
/* ==================================================================================================================================
CONTACT DESKTOP SECTION 
======================================================================================================================================= */
section#contact {
	padding-top: 70px;
	padding-bottom: 30px;
    background-color: #fff;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
}

#contact h2 {
	color: #222;
}

#contact p {
	color: #222;
	font-size: large;
	font-weight: 300;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #ff00c8;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e84d3c;
}

#contact img {
	width: 40%;
	height: auto;
} 

.contact-logo {
	position: relative;
	left: 40%;
	right: auto;
	width: 50%;
	height: auto;
}

@media(min-width:430px) {
	section#contact {
		padding-top: 80px;
	}
}

@media(min-width:767px) {
	section#contact {
		padding-top: 130px;
		padding-bottom: 70px;
	    background-image: none;
	    background-position: center;
	    background-repeat: no-repeat;
	}
	
	#contact p {
		font-size: x-large;
	}
}

@media(min-width:992px) {
	section#contact {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
}


@media(min-width:1280px) {
	section#contact {
		padding-top: 80px;
		padding-bottom: 120px;
	}
}

@media(min-width:1440px) {
	section#contact {
		padding-top: 80px;
		padding-bottom: 220px;
	}
}

@media(min-width:1600px) {
	section#contact {
		padding-top: 100px;
		padding-bottom: 350px;
	}
}

footer {
    padding: 10px 0;
    text-align: center;
    background-color: #fff;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: "Raleway",sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: "Raleway",sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}


::-moz-selection {
    text-shadow: none;
}

::selection {
    text-shadow: none;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

