/*
	SpecificSections.css
	TemplateName: Business Management
	Copyright (c) 2015, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/

/* General
------------------------------------------------------------------------------------------------- */

body {
  font-family: "Kodchasan", sans-serif;
  font-size: 15px;
  line-height: 24px;
  background-color: #F8F8F8;
  font-weight: 200;
}

a {
	color: #000;
	font-weight: 400;
}
/* ---------------------------------------------------------------------------------------------- */


/* Coming Soon - Header
------------------------------------------------------------------------------------------------- */
header .navbar.navbar-default {
	text-align: center;
	border-bottom: 0px;
	margin-bottom: 0px;
}
 
header .navbar-header,
header .navbar-brand{
	float: none;
}

header .navbar-brand img {
	margin: 0 auto;
	height: 140px;
}

header {
	display: none;
}
/* ---------------------------------------------------------------------------------------------- */


/* Coming Soon - Intro Section
------------------------------------------------------------------------------------------------- */
.intro-section {
	padding: 70px;
	position: relative;
}

.intro-section.row {
	margin: 0px;
}

.intro-section .big-image {
	height: 800px;
	position: relative;
}

.intro-section .big-image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.intro-section .small-image {
	height: 622px;
	position: relative;
}


.intro-section .small-image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 62%;
	object-fit: cover;
	object-position: center;
}

.intro-section .small-image img:last-child {
	top: 66.5%;
}

.intro-section .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 50px;
    width: 900px;
    height: auto;
    text-align: center;
    z-index: 9;
}

.intro-section .text-box .logo {
	width: 150px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}

.intro-section .text-box h1 {
	margin: 0px;
	font-size: 50px;
	z-index: 2;
	position: relative;
}

.intro-section .text-box h3 {
	margin-top: 13px;
	z-index: 2;
	position: relative;
}

.intro-section .text-box:after {
	content: "";
	width: 850px;
	height: calc(100% - 50px);
	border: 1px dashed #CED0CB;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	transform: translate(-50%, -50%);
}

.intro-section .text,
.intro-section .contact {
	z-index: 2;
	position: relative;
}

@media(max-width: 1200px){
	.intro-section {
		padding: 30px;
	}
}

@media(max-width: 991px){

	.intro-section {
		padding: 0px;
		
	}
	
	.intro-section .text-box {
		width: 80%;
	}

	.intro-section .text-box:after {
		width: calc(100% - 50px);
	}
}

@media(max-width: 767px){

	.intro-section {
		height: 100vh;
		overflow: scroll;
	}

	.intro-section .text-box .logo {
		width: 100px;
	}

	.intro-section .text-box h1 {
		font-size: 30px;
	}

	.intro-section .text-box h3 {
		font-size: 18px;
	}

	.intro-section .big-image img {
	object-position: top;
	}

	.intro-section .col-sm-6 {
		padding: 0px;
	}
	
	.intro-section .big-image {
	height: 100vh;
	}

	.intro-section .small-image,
	.intro-section .small-image img {
		display: none;
	}

	.intro-section .small-image img:last-child {
		top: 50%;
	}

	.intro-section .text-box {
		width: 90%;
		PADDING: 30PX;
	}

	.no-margin {
		margin-bottom: 0px !iMPORTANT;
	}

	.intro-section .text-box:after {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }
}
/* ---------------------------------------------------------------------------------------------- */
