@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,500');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500,700,900');



*{
	margin: 0;
	/*background-color: yellow;
	border: 1px solid green;*/
}

html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: rgb(254,253,251);
}

h1,h2,h3,p{
	/*font-family: 'EB Garamond', serif; */
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	color: black;
}

a{
	font-family: 'Lato', sans-serif;
}

hr{
	background-image: linear-gradient(to right, rgba(164,16,52, 0.7), rgba(164,16,52, 1), rgba(164,16,52,0.7));
	/*background-color: rgb(165,28,48);*/
	border: 0;
	height: 2px;
	margin-bottom: 3%;
}

.carousel-caption{
    position:static;
}


.navPlaceholder{
}

nav{
	/*position: fixed;*/
	height: 70px;
	background-color: rgb(30,30,30);
	z-index: 99;
	/*border-style: solid;
	border-width: 0px 0px 3px 0px;
	border-color: rgb(164,16,52);*/
	position: fixed;
	top:0;
	width: 100%;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	display: none;
}


/*
.fixed{
	position: fixed;
	top:0;
	width: 100%;
}

.fixed + .wwd_pre_img{
}
*/

nav a{
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	color: rgba(255,255,255);
	margin-left: 10px;
	position: relative;
	/*transition: color 0.3s;*/
	/*transition: background-color 0.3s;*/
	line-height: 70px;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	
}



#contacts_link{
	margin-right: 21px;
}
nav a:before {

  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: rgb(255,255,255);
  visibility: hidden;
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

nav a:hover:before {

  visibility: visible;
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



.intro{
	/*display: table;*/
	top: 0;
	/*background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	height: 100%;
	width: 100%;
	margin: auto;
	/*background-image: url("bg1.jpeg"); */
}

#Home{
	
}
.bg_part{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
}

.fg_part{
	width: 100%;
	height: 100%;
	position: absolute;
	display: table;
	top: 0;
	left: 0;
	z-index: 3;
	background-color: rgba(255,255,255,0.57);
}

.intro .inner{
	/*display: table-cell;
	vertical-align: middle;
	
	text-align: center;
	color: rgb(14,14,14);*/
	
	width: 100%;
	height: 100%;
	position: relative;
	/*display: table-cell;*/
	display: table-cell;
	text-align: center;
	z-index: 5;
	vertical-align: middle;
}

.video_container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
}

video{
  min-width: 100%; 
  min-height: 100%; 
  
  width: auto;
  height: auto;
  
   position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  
}

.main_logo{
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 10;
}
/*
.other_links{
	position: absolute;
	z-index: 15;
	top: 15px;
	right: 15px;
	padding: 0px 15px 15px 15px;
}
*/






.big_text{
	padding-top: 21px;
	padding-bottom: 21px;
	position: relative;
	display: block;
	z-index: 50;
	max-width: 1000px;
	margin: auto;
	vertical-align: middle;
	text-align:center;
	margin-top: 70px;
	/*background-color: rgba(0,0,0,0.5);*/

}


.big_text h1{
	font-size: 57px;
	margin-bottom: 0px;
	/*color: rgb(30,30,30);*/
	/*text-shadow: 2px 2px rgb(35,35,35);*/
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	color: rgb(30,30,30);
	
}

.big_text h2{
	font-size: 103px;
	
	/*text-shadow: 2px 2px rgb(35,35,35);*/
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	color: rgb(164,16,52);
	text-shadow: 1px 1px #303030;
}


.nl1{
	display: inline;
}

.nl2{
	display: inline;
}

.nav_links{
	margin-top: 40px;
}

.nav_links a{
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	color: rgb(30,30,30);
	font-size: 22px;
	margin-left: 15px;
	margin-right: 15px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 7px;
	
}

.nav_links a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgb(30,30,30);
  visibility: hidden;
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav_links a:hover:before {
  visibility: visible;
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.title{
	text-align: center;
	margin-bottom: 57px;
	margin-top: 114px;
}
.title h1{
	color: black;
	margin-bottom: 25px;
	font-size: 43px;

	
}
.title h3{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	text-align: center;
	max-width: 1070px;
	margin: auto;
}

.drugiHr{
	background-image: linear-gradient(to right, rgba(0,0,0, 0.5), rgba(0,0,0, 1), rgba(0,0,0,0.5));
	max-width: 300px;
	margin: auto;
	margin-bottom: 25px;
}

.pointer{
	position: absolute;
	bottom: 14px;
	/*display: inline-block;*/
	left: calc(50% - 35px);

	padding-bottom: 7px;
	/*margin: auto;*/
}


.hideme{
	opacity: 0;
}

#logo1{
	width: 170px;
	height: auto;
}	

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-15px);
  }
}

#Parallax img{
	position: absolute;
	top: 0;
	left: 0;
}

/* WHAT WE DO */



.what_we_do{
	width: 100%;
	height: auto;
	margin: auto;
	display: table;
	min-height: 100%;
	/*background-color: rgb(165, 28, 48);*/
	/*background-color: rgb(184,15,10);*/
	/*background-color: rgba(255,0,0,0.3);*/
	
	
}


.what_we_do .inner{
	max-width: 1400px;
	display: table-cell;
	
	
}

.what_we_do_info{
	margin: auto;
	margin-bottom: 3%;
	max-width: 1400px;
	display: block;
	
}





.what_we_do ul, .what_we_do p{
	margin-top: 14px;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
}
.what_we_do ul{
	/*list-style-type: square;*/
	padding: 0;
	text-align: center;
	list-style-type: none;
	
}

.what_we_do li{
	margin-top: 5px;
	text-align: center;
}

.what_we_do h2{
	font-size: 30px;
	margin-bottom: 3%;
	text-align: center;

}	

.what_we_do .content{
	margin: auto;
	margin-bottom: 50px;
	/*border-radius: 3px;*/
	padding: 17px 17px 25px 17px;
	/*-webkit-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
	background-color: rgb(251,250,250);*/
	/*vertical-align: middle;*/
	/*margin-bottom: 30px;*/
	
}

.wwd_12345{
	width: 959px;
	display: block;
	margin: auto;
}

.wwd_col1{
	float: left;
	width: 32%;
	margin-right: 2%;
}

.wwd_col2{
	display: inline-block;
	width: 32%;
}

.wwd_col3{
	float: right;
	width: 32%;
	margin-left: 2%;
}

.wwd_col4{
	float: left;
	width: 32%;
	margin-right: 2%;
}

.wwd_col5{
	display: inline-block;
	width: 32%;
}

.wwd_col6{
	float: right;
	width: 32%;
	margin-left: 2%;
}




.what_we_do img{
	margin: auto;
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
	display: block;
}




/* WHO WE ARE */

.wwa_pre_img{
	background: url('wwa_pre_img.jpeg') no-repeat center;
	background-size:cover;
	background-attachment: fixed;
	height: 70%;
	box-shadow: inset 0px 0px 14px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 14px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0px 0px 14px rgba(0,0,0,0.5);
	
}

.who_we_are{
	width: 100%;
	min-height: 100%;
	margin: auto;
	display: table;
	/*background-color: rgba(0,255,0,0.3);*/
	margin-bottom: 50px;
	
}
.who_we_are .inner{
	display:table-cell;
	
}

.wwa_info{
	max-width: 1400px;
	margin: auto;
}

.who_we_are .content{
	margin: auto;
	margin-bottom: 37px;
	/*border-radius: 3px;*/
	padding: 15px 15px 15px 15px;
	/*-webkit-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
	background-color: rgb(251,250,250);*/
	height: 400px;
	
}



.wwa_12345{
	width: 1070px;
	display: block;
	margin: auto;
}



.wwa_col1, .wwa_col4{
	float: left;
	width: 32%;
	margin-right: 2%;
	vertical-align: top;
}


.wwa_col2, .wwa_col5{
	display: inline-block;
	width: 32%;
}

.wwa_col3, .wwa_col6{
	float: right;
	width: 32%;
	margin-left: 2%;
}


.who_we_are img{
	
	margin: auto;
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
	display: block;
}

.who_we_are h2{
	font-size: 28px;
	margin-bottom: 3%;
	text-align: center;
}

.who_we_are p{
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

/* pre angels */

.hide{
	opacity: 0;
}

#change{
	transition:opacity .5s linear;
	transition:opacity .5s linear;
}

.pre_angels, .pre_wwd{
	width: 100%;
	
	background-color: rgb(164,16,52);
	display: table;

}

.pre_wwd{
	min-height: 350px;
}
.pre_angels{
	min-height: 410px;
}

.pre_wwa{
	width: 100%;
	min-height: 350px;
	background-color: rgb(164,16,52);
	display: table;
}

.pre_angels, .pre_wwd{
	box-shadow: inset 0px 0px 14px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 14px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0px 0px 14px rgba(0,0,0,0.5);
}

.pre_wwd .inner, .pre_wwa .inner{

	display: table-cell;
	width: 100%;
	margin:auto;
	height: 100%;
	vertical-align:middle;
	
}

.pre_angels .inner{
	display: table-cell;
	margin: auto; 
	height: 100%;
	vertical-align: middle;
}



.pre_wwa .dva{
	font-size: 27px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.pre_wwa .jedan{
	font-size: 40px;
}

.pre_wwa .inner{
	height: 100%;
}


.pre_wwd p, .pre_wwa p{
	margin: auto;
	color: rgb(243,243,243);
	font-family: 'Cormorant Garamond', serif;
	font-size: 35px;
	vertical-align: middle;
	max-width: 95%;
	text-align: center;
}
.pre_angels p{
	margin: auto;
	color: rgb(243,243,243);
	vertical-align: middle;
	font-weight: 500;
}


.ol_title{
	font-family: 'Cormorant Garamond', serif;
	font-size: 35px;
	margin-bottom: 15px;
	text-align: center;
}

.pre_angels hr{
	margin-top: 25px;
}

.ol_link{
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	line-height: 37px;
	width: 150px;
	text-align: center;

	
}

.ol_link:hover{
	color: rgb(30,30,30);
}


/* BUSINESS ANGELS */

.business_angels{
	display: table;
	width: 100%;
	min-height: 100%;
	margin: auto;
}		

.business_angels .inner{
	display: table-cell;
	width: 100%;
}

.business_angels .title h3{
	text-align: center;
}

.business_angels .content{
	margin: auto;
	margin-top: 10%;
	max-width: 350px;
}

.rt{
	margin: auto;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 107px;
	display: inline-block;
}


.rt b{
	display: inline-block;
	float: left;
	overflow: hidden;
	position: relative;
	height: 130px;
	top: 40px;
	margin: auto;
}

.rt p{	
	font-family: 'Lato', sans-serif;
	font-size: 100px;
}

.rt .inner_rt{
	display: inline-block;
	position: relative;
	color: rgb(30,30,30);
	white-space: nowrap;
	top: 0; 
	left: 0;
	/*animation*/
	-webkit-animation:move 7s;
	   -moz-animation:move 7s;
		-ms-animation:move 7s;
		 -o-animation:move 7s;
			animation:move 7s;
	/*animation-iteration-count*/
	-webkit-animation-iteration-count:infinite;
	   -moz-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		 -o-animation-iteration-count:infinite;
			animation-iteration-count:infinite;
	/*animation-delay*/
	-webkit-animation-delay:1s;
	   -moz-animation-delay:1s;
		-ms-animation-delay:1s;
		 -o-animation-delay:1s;
			animation-delay:1s;
}
@keyframes move{
	0%  { top: 0px; }
	20% { top: -130px; }
	40% { top: -260px; }
	60% { top: -390px; }
	80% { top: -520px; }
}

@-webkit-keyframes move {
	0%  { top: 0px; }
	20% { top: -100px; }
	40% { top: -200px; }
	60% { top: -300px; }
	80% { top: -400px; }
}
@-moz-keyframes move {
	0%  { top: 0px; }
	20% { top: -100px; }
	40% { top: -200px; }
	60% { top: -300px; }
	80% { top: -400px; }
}
@-o-keyframes move {
	0%  { top: 0px; }
	20% { top: -100px; }
	40% { top: -200px; }
	60% { top: -300px; }
	80% { top: -400px; }
}


/* REFERENCES */

.references{
	display:table;
	width: 100%;
	min-height: 100%;
	margin: auto;
	text-align: center;
	margin-bottom: 50px;
}


.approach_info{
	max-width: 1400px;
	margin: auto;
}
/*
.references .inner{
	display: table-cell;
	margin: auto;
	width: 100%;
	text-align: center;
}
*/

.references .content{
	margin: auto;
	margin-bottom: 37px;
	padding: 15px 15px 15px 15px;
	/*-webkit-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
	background-color: rgb(251,250,250); */
	min-height: 177px;
	/*border-left: 2px solid rgba(164,16,52, 1);
	border-right: 2px solid rgba(164,16,52, 1); */
	/*background-color: yellow;*/
}




.approach12345{
	width: 1170px;
	display: block;
	margin: auto;
	
	
}

.approach1, .approach3{
	float: left;
	width: 48%;
	margin-right: 1%;
	vertical-align: top;
}

.approach2, .approach4{
	float: right;
	width: 48%;
	margin-left: 1%;
	vertical-align: top;
}

.approach5{
	width: 100%;
	margin: auto;
	display: inline-block;
	/*background-color: green;*/
	
}

#mapdiv{
	display: block;
	margin: auto;
	margin-top: 77px;
	height: auto;
}

.references hr{
	width: 500px;
	display: inline-block;
	margin: auto;
	margin-top: 10px;
}

.references .title h3{
	text-align: center;
	margin-top: 15px;

}

.references .title h1{
	margin-bottom: 5px;
}

.references p{
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	/* font-family: 'Cormorant Garamond', serif; */
 	font-weight: 400;
}

.references h2{
	font-size: 35px;
	font-family: 'Cormorant Garamond', serif;
	/*background-color: red;*/
	height: 50px;
}
/*
.references h3{
	font-size: 35px;
	font-family: 'Cormorant Garamond', serif;
	background-color: red;
	}
*/
.references  hr{
	margin-bottom: 17px;
	margin-top: 17px;
	width: 50%;
}

.references .ref_hr{
	width: 25%;
}


/*CONTACTS*/

.c_pre_img{
	background: url('c_pre_img.jpeg') no-repeat center;
	background-size:cover;
	background-attachment: fixed;
	height: 70%;
	
	box-shadow: inset 0px 0px 14px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 14px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0px 0px 14px rgba(0,0,0,0.5);
	
}

.contacts{
	display: table;
	width: 100%;
	min-height: 100%;
	margin:auto;
	margin-bottom: 30px;
}

.contacts .inner{
	display: table-cell;
	width: 100%;
	margin: auto;
	
	
}

.contacts .content{

	margin-top: 30px;
	text-align: center;
	padding: 15px 15px 15px 15px;
	/*-webkit-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
	background-color: rgb(251,250,250);*/
	
}

.contacts_info{
	width:70%;
	/*display: block;*/
	margin: auto;
	margin-bottom: 30px;

}

.contacts .title h3{
	text-align: center;
}

.c_col1{
	float: left;
	width: 32%;
	margin-right: 2%;
}

.c_col2{
	display: inline-block;
	width: 32%;
}

.c_col3{
	float: right;
	width: 32%;
	margin-left: 2%;
}



/*
.c_col3{
	float: right;
	width: 30%;
	margin-right: 3%;
	margin-left: 1.5%;
	text-align: center;
}

#map3{
	width: 100%;
	height: 300px;
	margin: auto;
}
*/

.contacts p{
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 21px;
}

.contacts h2{
	font-size: 35px;
	margin-bottom: 14px;
}

/*
.contacts img{
	margin:auto;
	margin-bottom: 5%;
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 15px;
}
*/
#gallery 
{ 
	position: relative; 
	margin: auto;
	display: block;

	
}
#gallery > img
{
	overflow: auto;
	position: absolute; left: 50%; 
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0; display: none; 
	max-width: 100%;
	height: auto;
	margin-bottom: 5%;
	margin-top: 15px;
	margin: auto;
}

#gallery2 
{ 
	position: relative; 
	margin: auto;
	display: block;

	
}
#gallery2 > img
{
	overflow: auto;
	position: absolute; left: 50%; 
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0; display: none; 
	max-width: 100%;
	height: auto;
	margin-bottom: 5%;
	margin-top: 15px;
	margin: auto;
}

#gallery3 
{ 
	position: relative; 
	margin: auto;
	display: block;

	
}
#gallery3 > img
{
	overflow: auto;
	position: absolute; left: 50%; 
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0; display: none; 
	max-width: 100%;
	height: auto;
	margin-bottom: 5%;
	margin-top: 15px;
	margin: auto;
}

#gallery4
{ 
	position: relative; 
	margin: auto;
	display: block;
}
/*
#img_holder{
	position: relative; 
	margin: auto;
	display: block;
}
*/





.text_content{
	position: relative;
	margin-top: 257px;
}

.who_we_are .content h2{
	position: relative;
	/*margin-top: 228px;*/
}
/*
#Denis_title{
	position: relative;
	margin-top: 228px;
}
*/



/*
 *, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*/

.ending{
	/*display: table;*/
	width: 100%;
	height: 430px;
	background-color: rgb(30,30,30);
	position: relative;
}
.ending img{

	/*display: table-cell;*/
	position: absolute;
	top: 0;
	vertical-align: middle;
	margin: auto;

	left: 50%;
	top: 28%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);đ
	
	z-index: 15;
	
}
/*
.logo_end img{
	position: relative;
	margin: auto;
	display: block;
}
*/	
.ending p{
	width: 95%;
	position: absolute;
	bottom: 0;
	z-index: 10;
	text-align: center;
	
	/*display: table-cell;*/
	margin: auto;
	color: rgb(210,210,210);
	font-family: 'Lato', sans-serif;
	
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 15px;
	font-size: 15px;
	
}

.ending h1{
	width: 700px;
	position: absolute;
	bottom: 85px;
	z-index: 10;
	text-align: center;
	
	/*display: table-cell;*/
	margin: auto;
	color: rgba(210,210,210,1);
	font-family: 'Lato', sans-serif;
	
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 85px;
	font-size: 15px;
}

.end_link{
	color: rgba(255,255,255,1);
	text-decoration: none;
	position: relative;
	padding-bottom: 3px;
}


.end_link:hover{
	text-decoration: underline;
}

.ending_message{
	color: white;
	font-size: 16px;
}

/*
.text_end p{

	margin: auto;
	display: inline-block;
	color: rgb(254,253,251);
	font-family: 'Lato', sans-serif;
	background-color: blue;
	
}
*/