@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');
*{
	margin:0px;
	padding: 0px;
	list-style:none;
	text-decoration: none;
	font-family: "Montserrat",sans-serif;
	outline: none;
	/*user-select: none;*/		
}

.box-space{
	height: 25px;
	position: relative;
	visibility: hidden;
}

.container{
	width: 75%;
	margin: 0 auto;
}

.clear{
	clear: both;
}

/*HEADER*/
header{
	position: relative;
	max-height:60px; 
	padding: 50px;
	z-index: 5;
}

header .logo{
	float: left;
	width: 200px;
	height: 80px;
}

header .logo img{
	max-width: 100%;
	max-height: 100%;
}

header nav{
	float: right;	
	margin-top: 28px;
}

.mobile-menu{
	display: none;
}

header nav a{
	display: inline-block;
	padding: 5px 10px;
	margin-right: 10px;
	border-radius: 25px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	transition: 300ms all;
	border:2px solid transparent;
}

header nav a:hover{
	border:2px solid #fff;
}

header .social-media{
	float: right;
	margin-left: 25px;
	line-height: 75px;
}

header .social-media a{
	width: 20px;
	height: 20px;
	padding: 1px;
	margin: 2px;
	background-color: #ededed;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	border-radius: 25px;
	font-size: 12px;
	color: #333;
	transition: 300ms all;
}

header .social-media a:hover{
	background-color: #040404;
	color: #fff;
}

/*SHOWCASE*/
section#showcase{
	max-height: 600px;
	min-height: 800px;
	position: relative;
	z-index: 0;
	top: 0;
	background: url("../img/showcase.jpg") no-repeat 0 0;
	background-size: cover;
	background-attachment: fixed;
}

section#showcase .showcase-opacity{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background:linear-gradient(to bottom,#606060,#101010);
	opacity: 0.92;
}

section#showcase .showcase-content{
	max-width: 100%;
	max-height:100%;
	margin-top: 100px;
	text-align: center;
	z-index: 10;
	position: relative; 
}


section#showcase .showcase-content h2{
	font-size: 92px;
	margin-bottom: 0px;
	font-weight: 700;
	color: #fff;
	font-family: "Roboto Slab",sans-serif;
}

section#showcase .showcase-content span{
	font-family: "Roboto Slab",sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	letter-spacing: 3px;
	text-align: center;
}

section#showcase .showcase-content span.line{
	display: block;
	width: 80px;
	height: 2px;
	border-radius: 5px;
	background:#fff;
	text-align: center;
	margin: 20px auto;
	margin-bottom: 20px;
}

section#showcase .showcase-content p{
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	font-family: "Montserrat",sans-serif;
}

/*MAIN*/
main{
	position: relative;
	min-height: 500px;
	background-color: #fff;
}

/*ABOUT US*/
section#about{
	background-color: #fff;
	position: relative;
}

section#about .about-img{
	float: left;
	width: 45%;
	max-height: 600px;
}

section#about .about-img img{
	max-width: 100%;
	max-height: 100%;
}


h2.section-title{
	text-align: center;
	font-size: 48px;
	padding-top: 50px;
	padding-bottom: 10px;
	font-weight: 700;
	font-family: "Roboto Slab",sans-serif;
	color: #3e3e3e;
}

section#about .about-text{
	float: right;
	max-width: 55%;
	max-height: 500px;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}

section#about .about-text .content-text{
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	color: #5e5e5e;
	letter-spacing: 1px;
	display: block;
}

section#about .about-text h3{
	font-size: 19px;
	font-weight: 500;
	color: #3e3e3e;
	margin-bottom: 7px;

}

/*CONTACT*/
section#contact{
	min-height: 350px;
	padding:30px;
	position: relative;
	background-color: #ccc;
}


section#contact .phone{
	width: 50%;
	float: left;
	height: 350px;
}

section#contact .phone .phone-img{
	background-color: red;
	width: 80%;
	height: 80%;
	text-align: center;
}

section#contact .phone .phone-img img{
	background-color: red;
	max-width: 100%;
	max-height: 100%;
}

section#contact .email{
	width: 50%;
	float: right;
	max-height: 350px;
}

section#contact .email .email-img{
	background-color: red;
	width: 80%;
	height: 80%;
	text-align: center;
}

section#contact .email .email-img img{
	max-width: 100%;
	height: 10%;
}


/*BAND*/
div.band{
	height: 75px;
	background-color: #303030;
	position: relative;
}

/*SERVICES*/
section#services{
	position: relative;
	min-height: 500px;
	margin-bottom: 25px;
	text-align: center;
	overflow: hidden;
}

section#services h2{
	text-align: center;
	font-size: 48px;
	padding-top: 50px;
	padding-bottom: 10px;
	font-weight: 700;
	font-family: "Roboto Slab",sans-serif;
	color: #3e3e3e;
}

section#services .service{
	width: 320px;
	min-height: 200px;
	max-height: 220px;
	display: inline-block;
	margin: 40px;
}

section#services .service .service-img{
	width: 150px;
	height: 150px;
	margin:5px auto;
	overflow: hidden;
	border-radius: 100px;
}

section#services .service span{
	width: 100%;
	min-height: 50px;
	display: block;
	font-family: "Roboto Slab","Montserrat",sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #5e5e5e;
	padding: 15px;
	box-sizing: border-box;
}

section#services .service img{
	max-width: 100%;
	max-height: 100%;
}

/*FOOTER*/
footer{
	background:#303030;
	box-sizing: border-box;
	padding:30px 0;
	position: relative;
}

footer #contact-info{
	width: 33%;
	min-height: 300px;
	max-height: 400px;
	float: left;
}

#contact-info .site-logo{
	max-width: 200px;
	max-height: 80px;
	margin-bottom: 5px;
}

#contact-info .site-logo img{
	max-width: 100%;
	max-height: 100%;
}

#contact-info .datum h3{
	font-size: 17px;
	color: #ddd;
	font-family:"Roboto Slab","Montserrat",sans-serif;
	font-weight: 700;
}

#contact-info .datum p{
	color: #929292;
	font-weight: 500;
	line-height: 24px;
}

#contact-info .datum .address{
	width: 50%;
	height: 150px;
	float: left;
	padding: 2px;
	box-sizing: border-box;
}

#contact-info .datum .phone{
	width: 50%;
	height: 75px;
	float: left;
	padding: 2px;
	box-sizing: border-box;
}

#contact-info .datum .email{
	width: 50%;
	height: 75px;
	float: left;
	padding: 2px;
	box-sizing: border-box;
}

#contact-info .social-media{
	max-height: 100px;
}

#contact-info .social-media .f{
	background:linear-gradient(to bottom left,#267CB5,#0E5DB4);
	color: #fff;
}
#contact-info .social-media .t{
	background:linear-gradient(to bottom left,#28D1F6,#29BCE4);
	color: #fff;
}
#contact-info .social-media .g{
	background:linear-gradient(to bottom left,#F66222,#E33A21);
	color: #fff;
}
#contact-info .social-media .l{
	background:linear-gradient(to bottom left,#009CEE,#0182C6);
	color: #fff;
}


#contact-info .social-media span{
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 10px;
	text-align: center;
	line-height: 51px;
	font-size: 19px;
	background-color: #fff;
	border-radius: 50px;
}

#contact-info .social-media a {
	color: #000;
}


footer #location-map{
	width: 33%;
	min-height: 300px;
	max-height: 400px;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}

footer #contact-form{
	width: 33%;
	min-height: 300px;
	max-height: 400px;
	padding: 20px;
	float: left;
	box-sizing: border-box;
}

footer #contact-form input[type=text],
footer #contact-form input[type=email]{
	width: 100%;
	height: 35px;
	margin-bottom: 10px;
	text-indent: 10px;
	font-weight: 500;
	background-color: transparent;
	border:2px solid #535353;
	border-radius: 5px;
	color: #EF7E2D;
}

footer #contact-form textarea{
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 14px;
	padding-top: 2px;	
	padding-left: 2px;	
	text-indent: 5px;
	background-color: transparent;
	border:2px solid #535353;
	border-radius: 5px;
	color: #EF7E2D;
}

footer #contact-form input[type=submit]{
	width: 100%;
	height: 50px;
	margin-top:5px;
	font-weight: 600;
	border-radius: 5px;
	border:2px solid #535353;
	background: #fff;
	color: #333;
	transition-duration: 0.2s;
}

footer #contact-form input[type=submit]:hover{
	background-color: #F25922;
	cursor: pointer;
	color: #fff;
	border:0;
}


div.copyright{
	line-height: 50px;
	background-color: #EF7E2D;
}

div.copyright span{
	float: left;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	font-size: 12px;
	text-indent: 25px;
}

div.copyright div.dev{
	float: right;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	font-size: 9px;
	margin-right: 25px;	
}

div.copyright div.dev a{
	color: #000
}

div.copyright div.dev a:hover{
	color: #2A60A6;
}