



header h1
{
	text-transform: uppercase;
}


.first-screen
{
	background: url(../images/vastu-first-screen.jpeg) no-repeat center;
	background-size: cover;
	position: relative;
	margin: 0;
	padding: 0 0 50px 0;
}

.first-screen-mask
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
}

.first-screen .container
{
	flex-direction: row;
}

.first-screen > div:first-child
{
	z-index:10;
}

.first-screen-text
{
	margin: 50px 10px 0 10px;
	max-width: 600px;
}

.first-screen-text h1
{
	color: #fff;
	width: 100%;
	margin: 0 0 10px 0;
	text-align: center;
}

.first-screen-text h2
{
	color: #fff;
	font-size: 44px;
	text-align: center;
	margin: 0 0 30px 0;
}

.first-screen-text > p
{
	color: #fff;
	line-height: 150%;
	font-size: 24px;
	text-align: justify;
	font-weight: 600;
	text-align: center;
	margin: 20px 0 0 0;
}

.first-screen-text > p:nth-child(3)
{
	font-weight: normal;
}

.first-screen-text-button
{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	margin: 40px 0 0 0;
}

.first-screen-img > div:first-child
{
	width: 500px;
	height: 500px;
	border: 5px solid #fff;
	background: url(../images/autor.jpg) no-repeat center;
	background-size: cover;
	margin: 50px 0 0 0;
}

.first-screen-img > p:nth-child(2)
{
	margin: 30px 0 30px 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}


















.about .container
{
	flex-direction: column;
	max-width: 750px;
	text-align: center;
	/*box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);*/
	padding: 0;
	margin: 0;
}

.about h2
{
	margin: 0 0 30px 0;
	font-size: 50px;
	font-weight: bold;
}

.about p
{
	width: 80%;
	background-color: #E2F7F3;
	border-radius: 5px;
	padding: 30px 5%;
	line-height: 170%;
	font-size: 16px;
	text-align: left;
	margin: 0;
}

.about-img
{
	width: 90%;
	height: 430px;
	background: url(../images/about.jpg) no-repeat center;
	background-size: cover;
	margin: 0 0 30px 0;
}













.pro-vastu .container
{
	flex-direction: column;
	max-width: 750px;
	text-align: center;
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
	padding: 40px 0;
	border-radius: 5px;
}

.pro-vastu h2
{
	margin: 0 0 30px 0;
	font-size: 50px;
	padding: 0 20px;
}

.pro-vastu p
{
	line-height: 170%;
	font-size: 16px;
	text-align: justify;
	padding: 0 5%;
}


.pro-vastu-img
{
	width: 400px;
	height: 400px;
	background: url(../images/vastu-results.jpg) no-repeat center;
	background-size: cover;
	margin: 0 0 30px 0;
}














.consultation .container
{
	flex-direction: column;
	max-width: 750px;
	text-align: center;
	padding: 0;
	margin: 0;
	border-radius: 5px;
}

.consultation h2
{
	font-size: 50px;
	font-weight: bold;
}

.consultation-description
{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
}

.consultation p
{
	max-width: 80%;
	line-height: 170%;
	font-size: 16px;
	text-align: justify;
	padding: 30px 5%;
	margin: 30px 0 30px 0;
	background-color: #E2F7F3;
	border-radius: 10px;
}

.consultation-img
{
	width: 250px;
	height: 250px;
	background: url(../images/vastu-consultation.png) no-repeat center;
	background-size: cover;
	margin: 30px 0 0 0;
}



















.practikum .container
{
	flex-direction: column;
	max-width: 750px;
	text-align: center;
	padding: 0;
	margin: 0;
	border-radius: 5px;
}

.practikum h2
{
	margin: 0 0 30px 0;
	font-size: 50px;
	font-weight: bold;
}

.practikum-description
{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	width: 100%;
}

.practikum-description p
{
	width: 80%;
	line-height: 170%;
	font-size: 16px;
	text-align: justify;
	margin: 30px 0;
	padding: 30px 5%;
	background-color: #E2F7F3;
	border-radius: 10px;
}

.practikum-img
{
	width: 250px;
	height: 250px;
	background: url(../images/vastu-practikum.png) no-repeat center;
	background-size: cover;
}













.calendar .container
{
	flex-direction: column;
	max-width: 750px;
	text-align: center;
	padding: 0;
	margin: 0;
	border-radius: 5px;
}

.calendar h2
{
	margin: 0 0 30px 0;
	font-size: 50px;
	font-weight: bold;
	padding: 0 20px;
}

.calendar p
{
	width: 80%;
	line-height: 170%;
	font-size: 16px;
	text-align: justify;
	padding: 30px 5%;
	background-color: #E2F7F3;
	border-radius: 10px;
}

.calendar-description
{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 30px 0;
}

.calendar-img
{
	width: 200px;
	height: 200px;
	background: url(../images/calendar.png) no-repeat center;
	background-size: cover;
	margin: 0 0 30px 0;
}

.calendar-description > p > span
{
	display: block;
	text-align: center;
	margin: 15px 0 0 0;
	font-size: 20px;
	font-weight: bold;
}


















.guide .container
{
	flex-direction: column;
	width: 100%;
	max-width: 750px;
	text-align: center;
	padding: 0;
	border-radius: 5px;
	margin: 0;
}

.guide .container h2
{
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

.guide .container h2 span
{
	display: block;
	font-size: 24px;
	font-weight: normal;
}

.guide-img
{
	width: 90%;
	height: 480px;
	background: url(../images/vastu-for-whom.jpeg) no-repeat center;
	background-size: cover;
	margin: 0 0 30px 0;
}

.guide .container p
{
	width: 80%;
	font-size: 16px;
	text-align: center;
	line-height: 150%;
	margin: 0 0 30px 0;
	padding: 30px 5%;
	background-color: #E2F7F3;
	border-radius: 10px;
}


.guide .container a
{
	margin: 0;
}






















.expert-review h2
{
	margin: 0 0 40px 0;
	font-size: 50px;
	font-weight: bold;
}

.owl-theme .owl-nav {
    margin-top: 50px!important;
}

button.owl-prev
{
	width: 30px;
	height: 30px;
	background: url(../images/prev.png) no-repeat center!important;
	background-size: cover!important;
	margin-right: 50px!important;
}

button.owl-next
{
	width: 30px;
	height: 30px;
	background: url(../images/next.png) no-repeat center!important;
	background-size: cover!important;
	margin-left: 30px!important;
}

button.owl-prev span,
button.owl-next span
{
	display: none;
}

#review1
{
	width: 215px;
	height: 500px;
	background: url(../images/review/review1.jpg) no-repeat center;
	background-size: cover;
	margin: 30px auto 20px auto;
}

#review2
{
	width: 215px;
	height: 500px;
	background: url(../images/review/review2.jpg) no-repeat center;
	background-size: cover;
	margin: 30px auto 20px auto;
}

#review3
{
	width: 215px;
	height: 500px;
	background: url(../images/review/review3.jpg) no-repeat center;
	background-size: cover;
	margin: 30px auto 20px auto;
}

#review4
{
	width: 215px;
	height: 500px;
	background: url(../images/review/review4.jpg) no-repeat center;
	background-size: contain;
	margin: 30px auto 20px auto;
}

#review5
{
	width: 215px;
	height: 500px;
	background: url(../images/review/review5.jpg) no-repeat center;
	background-size: contain;
	margin: 30px auto 20px auto;
}

#review6
{
	width: 215px;
	height: 372px;
	background: url(../images/review/review6.jpg) no-repeat center;
	background-size: contain;
	margin: 100px auto 20px auto;
}

#review7
{
	width: 215px;
	height: 372px;
	background: url(../images/review/review7.jpg) no-repeat center;
	background-size: contain;
	margin: 100px auto 20px auto;
}

#review8
{
	width: 215px;
	height: 372px;
	background: url(../images/review/review8.jpg) no-repeat center;
	background-size: contain;
	margin: 100px auto 20px auto;
}

#review9
{
	width: 215px;
	height: 160px;
	background: url(../images/review/review9.jpg) no-repeat center;
	background-size: contain;
	margin: 200px auto 20px auto;
}
