/* Author: Sasa Mrsic - new custom css for my homepage */

@import url('https://fonts.googleapis.com/css?family=Exo+2|Raleway|Ropa+Sans|Shadows+Into+Light');

body{
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100vh;
    /*font-family: 'Raleway', sans-serif;*/
    /*font-family: 'Ropa Sans', sans-serif;*/
    font-family: 'Exo 2', sans-serif;
    color: rgb(72, 61, 51);
    /*background-color: #2b2b2b;*/
}

header{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100vh;
}

footer{
	padding: 20px;
	text-align: center;
	color: rgb(72, 61, 51);
	border-top: 1px solid rgb(72, 61, 51);
}

a{
	color: #2b2b2b;
}

h1{
	text-transform: uppercase;
}

/* --- SECTION HEAD CENTER */

.section-head-center{
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	background-color: rgb(255, 255, 255);
  	z-index: 300;
}

.section-head-center-inner{
	padding: 5%;
	text-align: center;
}

.section-head-center-title{
	font-family: 'Raleway', sans-serif;
	font-size: 52px;
	font-weight: normal;
	color: rgba(72, 61, 51, 1);
	text-transform: uppercase;
}

.section-head-center-links{
	margin-top: 20px;
	display: inline-block;
	text-align: left;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
}

.section-head-center-links div{
	margin-bottom: 7px;	
}

/* --- SECTION HEAD LEFT */

.section-head-left{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: rgb(219, 117, 32);
	display: flex;
    justify-content:center;
    align-content:center;
    flex-direction:column;
    z-index: 200;
}

.section-head-left-inner{
	float: left;
	padding: 5%;
	width: 80%;
	text-align: left;
}

.section-head-left-title{
	font-family: 'Shadows Into Light', cursive;
	font-size: 52px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
}

.section-head-left-break{
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 16%;
	height: 3px;
	background-color: rgb(72, 61, 51);
}

.section-head-left-txt{
	font-family: 'Exo 2', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.85);
}

/* --- SECTION HEAD RIGHT */

.section-head-right{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-color: rgb(72, 61, 51);
	display: flex;
    justify-content:center;
    align-content:center;
    flex-direction:column;
    z-index: 200;
}

.section-head-right-inner{
	float: right;
	padding: 5%;
	margin-left: 20%;
	width: 80%;
	text-align: right;
}

.section-head-right-title{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 52px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
}

.section-head-right-break{
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 16%;
	height: 3px;
	background-color: rgb(219, 117, 32);
}

.section-head-right-txt{
	font-family: 'Exo 2', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.85);
}

/* --- SECTION BODY 1 */

.section-body-1{
	
}

.section-body-1-inner{
	padding: 2.5%;
}

.section-body-1-title{
	margin-top: 16px;
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	color: rgb(72, 61, 51);
	text-align: center;
	text-transform: uppercase;
}

.section-body-1-subtitle{
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	color: rgba(72, 61, 51, 0.8);
	text-align: center;
	padding-bottom: 20px;
}

.section-body-1-descr-box-holder{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.section-body-1-descr-box{
	display: inline-block;
	width: 33%;
	text-align: center;
	margin: 0 auto;
	padding: 30px;
}

.section-body-1-descr-box .icon{
	margin-bottom: 20px;
}

.section-body-1-descr-box .icon i{
	display: inline-block;
	padding: 18px;
	font-size: 34px;	
	border: 1px solid rgba(72, 61, 51, 0.45);
	border-radius: 100%;
	color: rgb(219, 117, 32);
}

.section-body-1-descr-title{
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Exo 2', sans-serif;
	font-size: 26px;
	color: rgb(72, 61, 51);
}

.section-body-1-descr-txt{
	font-family: 'Exo 2', sans-serif;
	font-size: 18px;
	color: rgba(72, 61, 51, 0.8);
}

/* --- SECTION BODY 2 */

.section-body-2{
	background-color: rgb(219, 117, 32);
}

.section-body-2-inner{
	padding: 2.5%;
}

.section-body-2-title{
	margin-top: 16px;
	font-family: 'Shadows Into Light', cursive;
	font-size: 52px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	text-align: center;
}
.section-body-2-subtitle{
	margin-top: 10px;
	font-family: 'Shadows Into Light', cursive;
	font-size: 32px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.85);
	text-align: center;
}

.section-body-2-left{
	width: 30%;
	max-width: 35%;
	min-width: 445px;
	float: left;
	/*display: inline-block;*/
	/*background-color: rgb(211, 211, 211);*/
	/*background-color: rgba(231, 231, 231, 0.4);*/
	/*background-color: rgba(255, 255, 255, 1);*/
	/*background: url('img/page6.png') repeat;*/
	background-color: rgb(72, 61, 51);
	/*border: 4px solid rgba(231, 231, 231, 1);*/
	border-left: none;
	padding: 20px;
	margin-bottom: 30px;
}

.section-body-2-left-inner{
	/*background-color: rgb(72, 61, 51);*/
	padding: 20px;
}

.section-body-2-left-mywords{
	padding: 20px;
}

.section-body-2-left-title{
	font-family: 'Exo 2', sans-serif;
	font-size: 28px;
	/*color: rgb(72, 61, 51);*/
	color: rgba(255, 255, 255, 0.85);
}

.section-body-2-left-break{
	margin-bottom: 20px;
}

.section-body-2-left-summ{
	
}
.section-body-2-left-summ li{
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 10px;
	font-style: italic;
}

.section-body-2-left-exp-box{
	margin-bottom: 20px;
}

.section-body-2-left-exp-box-num{
	display: inline-block;
	width: 30px;
	min-height: 27px;
	margin-bottom: 3px;
}
.section-body-2-left-exp-box-num-line{
	width: 100%;
	height: 1px;
	/*background-color: rgb(72, 61, 51);*/
	background-color: rgb(219, 117, 32);
}
.section-body-2-left-exp-box-numrest{
	display: inline-block;
	width: calc(100% - 40px);
	padding-left: 16px;
}

.section-body-2-left-exp-box-txt{
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
    /*color: rgb(72, 61, 51);*/
   color: rgba(255, 255, 255, 0.85);
}

.section-body-2-left-exp-box-line1{
	position: relative;
	margin-top: 10px;
	display: inline-block;
	width: 90%;
	height: 5px;
	background-color: rgb(211, 211, 211);
}
.section-body-2-left-exp-box-line2{
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	/*background-color: rgb(72, 61, 51);*/
	background-color: rgb(219, 117, 32);
}
.section-body-2-left-exp-box-pts{
	display: inline-block;
	width: 9%;
	text-align: right;
	font-family: 'Exo 2', sans-serif;
	font-size: 9px;
    /*color: rgb(72, 61, 51);*/
    color: rgb(219, 117, 32);
}

.section-body-2-right{
	width: 67%;
	float: right;
	/*display: inline-block;*/
	background-color: rgba(231, 231, 231, 1);
	padding: 20px;
	margin-bottom: 30px;
}

.section-body-2-right-inner{
	/*background-color: rgba(231, 231, 231, 1);*/
	padding: 20px;
}

.section-body-2-right-title{
	font-family: 'Exo 2', sans-serif;
	font-size: 28px;
	color: rgb(72, 61, 51);
}

.section-body-2-right-exp-box{
	position: relative;
	padding: 20px;
	display: inline-block;
	margin-bottom: 20px;
	width: 49%;
	margin: 0 auto;
	text-align: center;
	background: url(img/page5.png);
	margin-bottom: 10px;
	margin-right: 5px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.section-body-2-right-exp-box::before{
	font-family: FontAwesome;
	content: "\f002";
	color: rgb(219, 117, 32);
	/*color: rgb(72, 61, 51);*/
	font-size: 53px;
	font-weight: normal;
	display: block;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	opacity: 0;
  	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.section-body-2-right-exp-box:hover{
	background: rgba(72, 61, 51, 0.65) url(img/page7.png);
	border: 1px solid rgba(219, 117, 32, 0.3);
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.section-body-2-right-exp-box:hover::before{
	opacity: 1;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.section-body-2-right-exp-box:hover > div{
	opacity: 0.35;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
    /*color: rgba(255, 255, 255, 0.85);*/
}

.section-body-2-right-exp-box-top{
	opacity: 1;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.section-body-2-right-exp-box-bottom{
	margin-top: 10px;
	opacity: 1;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.section-body-2-right-exp-box-bottom span{
	display: inline-block;
	padding: 3px 7px;
	border: 1px solid rgb(72, 61, 51);
	font-size: 12px;
}

.exp-box-w-10{ width: 10%; }
.exp-box-w-20{ width: 20%; }
.exp-box-w-30{ width: 30%; }
.exp-box-w-40{ width: 40%; }
.exp-box-w-50{ width: 50%; }
.exp-box-w-60{ width: 60%; }
.exp-box-w-70{ width: 70%; }
.exp-box-w-80{ width: 80%; }
.exp-box-w-90{ width: 90%; }
.exp-box-w-100{ width: 100%; }


/* --- SECTION BODY 3 */

.section-body-3{
	background-color: rgb(72, 61, 51);
}

.section-body-3-inner{
	padding: 2.5%;
}

.section-body-3-title{
	margin-top: 16px;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 52px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	text-align: center;
}
.section-body-3-subtitle{
	margin-top: 10px;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.85);
	text-align: center;
}

.section-body-3-holder .section-body-2-left{
	background-color: rgb(219, 117, 32);
}
.section-body-3-holder .section-body-2-left-exp-box-num-line{
	background-color: rgb(72, 61, 51);
}
.section-body-3-holder .section-body-2-left-exp-box-line2{
	background-color: rgb(72, 61, 51);
}
.section-body-3-holder .section-body-2-left-exp-box-pts{
	color: rgb(72, 61, 51);
}

/* --- */

.section-exp-box-refinfo-box{
	
}
.section-exp-box-refinfo-box div:nth-child(1){
	display: inline-block;
	width: 16%;
	height: 2px;
	background-color: rgba(72, 61, 51, 0.65);
}
.section-exp-box-refinfo-box div:nth-child(2){
	padding-top: 5px;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 12px;
	font-style: italic;
	color: rgba(72, 61, 51, 0.75);
}
/* --- */

.color-1{ color: rgb(72, 61, 51); }
.color-2{ color: rgb(219, 117, 32); }
.color-3{ color: rgb(255, 255, 255); }
.color-3-2{ color: rgb(255, 255, 255, 0.75); }

.font-i{ font-style: italic; }
.txt-justified{ text-align: justify; }

.margin-b-10{ margin-bottom: 10px; }
.margin-b-30{ margin-bottom: 30px; }

.empty-white-div{
	display: block;
	width: 100%;
	min-height: 30px;
	background: #fff;
}





@media screen and (max-width: 1270px) {
	.section-head-center-title{
		font-size: 42px;
	}
	.section-head-center-links{
		font-size: 12px;	
	}
	.section-head-left-title{
		font-size: 42px;
	}
	.section-head-left-txt{
		font-size: 18px;
	}
	.section-head-right-title{
		font-size: 42px;
	}
	.section-head-right-txt{
		font-size: 18px;
	}
}

@media screen and (max-width: 1024px) {
	.section-head-center, .section-head-left, .section-head-right{
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		transform: initial;
	}
	.section-head-center-links{
		font-size: 14px;	
	}
	.section-head-left-inner, .section-head-right-inner{
		margin-left: 0;
		width: 100%;
		text-align: left;
		float: left;
	}
	.section-body-1-descr-box{
		width: 100%;
		display: block;
	}	
	.section-body-2-holder, .section-body-3-holder{
		display: block !important;
		margin-bottom: 50px;
	}
	.section-body-2-left, .section-body-3-left{ 
		display: block; 
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.section-body-2-right, .section-body-3-right{ 
		display: block; 
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.section-body-2-left-exp-box-num, .section-body-3-left-exp-box-num{ display: none; }
	.section-body-2-right-exp-box, .section-body-3-right-exp-box{
		display: block;
		width: 100%;
	}
	.section-head-left-inner, .section-head-left-title, .section-head-left-txt, .section-head-right-inner, .section-head-right-title, .section-head-right-txt{ text-align: center; }
}
