@charset "utf-8";

*,*:before,*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
}
html {overflow-y: scroll; overflow-x: hidden; min-height:100%;}

body{
	min-height:100%;
	font-family:"Monserrat", Calibri, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
    color: #333;
    background-color: #fff;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

select, input, textarea{
	font-family:"Monserrat", Calibri, Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
	color:#166BA2;
}
.container{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding-top: 100px;
	position:relative;
}
.wow{
	visibility:hidden;
}
h2{
	font-size: 20px;
	font-family:"Roboto Slab", Calibri, Arial, Helvetica, sans-serif;
}


/*.video_contain {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
}*/
.intro-holder{
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 9;
	overflow: hidden;
	top: 0;
	left: 0;
	background-image: url(../Images/intro.jpg);
	background-position: center center;
	background-size: cover;
}
.intro-overlay{
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 9;
	overflow: hidden;
	top: 0;
	left: 0;
	background-image: linear-gradient(-147deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 74%);

}
.intro-overlay2{
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 9;
	overflow: hidden;
	top: 0;
	left: 0;
	background-image: url(../Images/pattern.png);
	background-position: top left;

}

.menu-holder{
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}
.menu-holder-page{
	position: fixed;
	background-color: rgba(0,85,139,0.9);
	border-bottom: 1px solid #fff;
}
.logo{
	float: left;
    height: 50px;
    margin: 5px 10px;
}
.menu{
	list-style-type: none;
	padding: 0;
	margin: 10px 0;
	width: 535px;
	float: right;
	height: 20px;
}
.menu li{
	margin: 0;
	float: left;
	height: 40px;
	line-height: 40px;
	transition: 0.3s ease-in-out all;
}
.menu li a{
	display: block;
	height: 40px;
	width: 100%;
	color: #fff;
	padding: 0 20px;
	font-size: 18px;
	text-decoration: none;
}
.menu li:hover{
	background-color: rgba(0,115,188,1.00);
}


.intro-box-holder{
	width: 1100px;
	height: 62vh;
	max-height: 420px;
	position: absolute;
	top: -10vh;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.intro-box-text-container{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 80%;
}
.intro-box-text{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background-color: aliceblue;
	padding: 35px;
}

.intro-box-overlay-holder{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.intro-box-text-overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: #F0F8FF;
}
.intro-box-image-overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: rgba(109,179,200,1.00);
}


.intro-box-image-container{
	position: absolute;
	right: 0;
	bottom: -3%;
	width: 50%;
	height: 93%;
}
.intro-box-image{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../Images/intro1.jpg);
	background-size: cover;
	background-position: center center;
	z-index: 6;
}
.intro-box-filler{
	width: 30vh;
	height: 10vh;
	bottom: -3vh;
	left: -3vh;
	background-color: rgba(109,179,200,1.00);
	position: absolute;
	z-index: 4;
}

.intro-subtitle{
	letter-spacing: 4px;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	color: rgba(86,119,132,1.00);
	margin: 15px 0;
	
}
.intro-title{
	font-family:"Roboto Slab", Calibri, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	color: rgba(38,74,88,1.00);
	margin: 0;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.intro-desc{
	font-size: 16px;
	color: rgba(86,119,132,1.00);
	width: 80%;
}
.intro-btn{
	width: 130px;
	height: 40px;
	border-radius: 20px;
	line-height: 38px;
	border: 1px solid rgba(0,115,171,1.00);
	color: rgba(0,115,171,1.00);
	font-size: 14px;
	text-align: center;
	margin-top: 25px;
}
.intro-btn:hover{
	background-color: rgba(0,115,171,1.00);
	color: #fff;
}
.intro-btn a{
	display: block;
	width: 100%;
	height: 100%;
}
.intro-btn:hover a{
	color: #fff;
}

.intro-info{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 25px;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #ddd;
	font-family:"Roboto Slab", Calibri, Arial, Helvetica, sans-serif;
}
.intro-info a{
	color: #fff;
	text-decoration: underline;
}

/* --- facilitati --- */
.blue-holder{
	background-color: #F0F8FF;
	padding: 35px;
	color: rgba(86,119,132,1.00);
	font-size: 18px;
	line-height: 24px;
	text-align: justify;
}
.page-title{
	font-family:"Roboto Slab", Calibri, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	color: rgba(38,74,88,1.00);
	margin: 0;
	margin-bottom: 25px;
}
.page-subtitle{
	font-family:"Roboto Slab", Calibri, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 20px;
	background-color: rgba(0,115,171,1.00);
	color: #fff;
	margin: 0;
	margin-bottom: 20px;
	padding: 8px 0;
}
.blue-col2{
	float: left;
	width: 48%;
	margin: 1%;
	text-align: center;
}

.blue-col2-center{
	float: none;
	width: 48%;
	margin: 1% auto;
	text-align: center;
}
.blue-col2-center ul{
	list-style-type: none;
	padding: 0;
}
.blue-col3{
	float: left;
	width: 31.333%;
	margin: 1%;
	text-align: center;
}


.price-table{
	width: 100%;
	max-width: 800px;
	margin: 25px auto 50px auto;
}
.price-table th{
	font-family:"Roboto Slab", Calibri, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 20px;
	background-color: rgba(0,115,171,1.00);
	color: #fff;
	padding: 10px;
}
.price-table td{
	font-family:"Roboto Slab", Calibri, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	padding: 10px;
	border-bottom: 1px solid #999;
}


#columns {
	column-width: 290px;
	column-gap: 10px;
	width: 100%;
	margin: 50px auto;
}

#columns figure {
	background: #fefefe;
	border: 1px solid #fcfcfc;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 6px 3px;
	padding: 3px;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
  display: inline-block;
  column-break-inside: avoid;
  position:relative;
}

#columns figure .imgPhoto {
	width: 100%; height: auto;
}
.viewOverlay{
	width:calc(100% - 6px);
	height:calc(100% - 6px);
	background-color: rgba(55,177,251,0.6);
	position:absolute;
	z-index:9;
	top:3px;
	left:3px;
	opacity:0;
	 -webkit-transition:0.3s ease-in-out all;
	  transition:0.3s ease-in-out all;
}
.viewOverlay img{
	width:32px;
	height:32px;
	position:absolute;
	z-index:10;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	opacity:0.7;
}
#columns figure:hover .viewOverlay{
	opacity:1;
}


.footer{
	width: 100%;
	padding: 15px;
	margin-top: 100px;
	margin-bottom: 35px;
	text-align: center;
	color: #fff;
	font-family:"Roboto Slab", Calibri, Arial, Helvetica, sans-serif;
}
.footer a{
	color: #fff;
	text-decoration: underline;
}



/* --- general style --- */
.center-text{text-align: center;}
.left-text{text-align: left;}
.right-text{text-align: right;}
.white-text{color: #fff;}
.marg-100{margin-top: 100px;}


.menu-btn{
	display: none;
}

@media screen and (max-width: 1030px){
body{
	background-image: url(../Images/bg.jpg);
}	
h2{
	font-size: 14px;
}


.intro-holder{
	overflow: visible;
	position: relative;
	height: auto;
	min-height: 100vh;
	background: none;
}
.intro-overlay{
	overflow: visible;
	position: relative;
	height: auto;
	min-height: none;
	background: none;

}
.intro-overlay2{
	overflow: visible;
	position: relative;
	height: auto;
	min-height: 100vh;
	background: none;
}

.menu-holder{
	width: 100%;
	height: 45px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	background-color: #005EA2;
	border-bottom: 1px solid #fff;
	
}
.menu-holder-page{
	position: fixed;
	background-color: #005EA2;
	border-bottom: 1px solid #fff;
}
.logo{
    height: 40px;
    margin: 2px 5px;
}
.menu-btn{
	height: 19px;
	margin: 13px;
	display: block;
	float: right;
}
.menu{
	margin: 0;
	margin-top: 45px;
	width: 100%;
	float: none;
	height: 0;
	overflow: hidden;
	display: block;
	background-color: #005EA2;
}
.menu-disp{
	height: auto;
}
.menu li{
	margin: 0;
	float: none;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.menu li a{
	padding: 0;
	height: 60px;
	line-height: 60px;
	text-align: center;
}


.intro-box-holder{
	width: 94%;
	height: auto;
	max-height: none;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding-top: 80px;
}
.intro-box-text-container{
	width: 100%;
	height: auto;
	max-height: none;
	position: relative;
	left: 0;
	bottom: 0;
}
.intro-box-text{
	width: 100%;
	height: 100%;
	position: relative;
	padding: 15px;
}



.intro-box-image-container{
	position: relative;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 400px;
}
.intro-box-image{
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
}
.intro-box-filler{
	display: none;
}

.intro-subtitle{
	letter-spacing: 3px;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	
}
.intro-title{
	font-size: 22px;
	height: 22px;
	line-height: 22px;
	margin-bottom: 15px;
}
.intro-desc{
	width: 100%;
}

.intro-info{
	margin: 25px auto;
	width: 90%;
	position: relative;
	bottom: 0;
	height: auto;
	line-height: 20px;
	font-size: 16px;
}
.intro-info a{
	color: #fff;
	text-decoration: underline;
}

/* --- facilitati --- */
.blue-holder{
	padding: 15px;
	font-size: 16px;
	line-height: normal;
	width: 94%;
	margin: auto;
}
.page-title{
	font-size: 22px;
	height: auto;
	line-height: 26px;
	margin-bottom: 15px;
}
.page-subtitle{
	font-size: 16px;
	margin-bottom: 15px;
}
.blue-col2{
	float: none;
	width: 94%;
	max-width: 400px;
	margin: 15px auto;
}
.blue-col3{
	float: none;
	width: 94%;
	max-width: 400px;
	margin: 10px auto 35px auto;
}




#columns {
	column-width: 290px;
	column-gap: 10px;
	width: 100%;
	margin: 50px auto;
}

#columns figure {
	background: #fefefe;
	border: 1px solid #fcfcfc;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 6px 3px;
	padding: 3px;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
  display: inline-block;
  column-break-inside: avoid;
  position:relative;
}

#columns figure .imgPhoto {
	width: 100%; height: auto;
}
.viewOverlay{
	width:calc(100% - 6px);
	height:calc(100% - 6px);
	background-color: rgba(55,177,251,0.6);
	position:absolute;
	z-index:9;
	top:3px;
	left:3px;
	opacity:0;
	 -webkit-transition:0.3s ease-in-out all;
	  transition:0.3s ease-in-out all;
}
.viewOverlay img{
	width:32px;
	height:32px;
	position:absolute;
	z-index:10;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	opacity:0.7;
}
#columns figure:hover .viewOverlay{
	opacity:1;
}




/* --- general style --- */
.center-text{text-align: center;}
.left-text{text-align: left;}
.white-text{color: #fff;}
.marg-100{margin-top: 100px;}

	
	
}