@import url("../webfonts/Montserrat_Light/stylesheet.css");
@import url("../webfonts/Montserrat_UltraLight/stylesheet.css");
@import url("../webfonts/Montserrat_Regular/stylesheet.css");
@import url("../webfonts/Montserrat_Hairline/stylesheet.css");
@import url("../webfonts/Montserrat_Black/stylesheet.css");


html, body{
  font-family: 'Lato', sans-serif;
  font-size:15px;
  -webkit-font-smoothing: subpixel-antialiased!important;
  color:black;
  font-weight:400;
  height:100%;
  width:100%;
}

a{
  text-decoration:none;
  outline:none;
  font-size:14px;
}

h1{
	font-size: 34px;
	color: white;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 1.2;
	font-family: "Montserrat UltraLight";
}

p{
	font-size: 14px;
	color: white;
	font-weight: 300;
	letter-spacing: 1px;
	margin-top: 30px;
	font-family: "Montserrat Hairline";
	line-height: 17px;
}


h1 span{
  color:#2fa68e;
}


::selection {
  background: #ada074;
  color:white;
}

::-moz-selection {
  background: #ada074;
  color:white;
}


.container{
  position:absolute;
  width:100%;
  height:100%;
}






/* Start page */

.start-page{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: bottom center fixed no-repeat;
	background-image: url(../img/background/start-page.jpg);
	background-color: #d9d9d9;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.start-page hr{
  color: white;
  margin-top:30px;
  background-color: white;
  height: 1px;
  width:106px;
  border:0;

}

.start-page .opacity{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(51,51,51,0.14); /* Standard Off */
}


.start-page .content{
  position:relative;
  width:700px;
  margin:0 auto;
  height:100%;
}

.start-page .content .text{
  position:absolute;
  text-align:center;
  margin:auto;
  top:0; 
  left:0; 
  bottom:0; 
  right:0;
  width:700px;
  height:520px;
}

.start-page .content .text .logo{
  width:123px;
  height:123px;
  margin:0 auto 50px;
  
}


.start-page .content .text .read-more{
	width: 183px;
	height: 47px;
	margin: 100px auto;
	line-height: 47px;
	border: 1px solid white;
	text-transform: uppercase;
	color: white;
	display: block;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 1px;
	background: none;
	-webkit-transition: all 0.6s ease-in 0s;
	-o-transition: all 0.6s ease-in 0s;
	transition: all 0.6s ease-in 0s;
	font-family: "Montserrat UltraLight";
}

.start-page .content .text .read-more:hover{
	color: white;
	background: #ada074;
	border: 1px solid #5AB1BA;
	background-color: #5AB1BA;
	border-color: white;
	border-width: 1px;
}

.start-page .content .arrow-down{
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin-left: -10px;
  width: 21px;
  height: 29px;
  background: url(../img/arrow-down.png) no-repeat center center;
  display: block;
  -webkit-animation: bounce-fade 1.2s infinite; /* Safari 4+ */
  -moz-animation:    bounce-fade 1.2s infinite; /* Fx 5+ */
  -o-animation:      bounce-fade 1.2s infinite; /* Opera 12+ */
   animation:        bounce-fade 1.2s infinite; /* IE 10+ */
}


@-webkit-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-moz-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-o-keyframes bounce-fade {
    0%   { opacity: 0; bottom:70px; }
    100% { opacity: 1; bottom: 35px; }
}
@keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}


/* Menu mobile */

.menu-media{
	position: relative;
	width: 100%;
	height: 90px;
	background-color: #008297;
	z-index: 1000;
	display: none;
	font-family: "Montserrat Light";
}

.menu-media .menu-content{
	width: 280px;
	position: relative;
	margin: 0 auto;
	font-family: "Montserrat Light";
}

.menu-media .menu-content .logo {
	color: white;
	font-weight: 700;
	font-size: 24px;
	width: 200px;
	line-height: 90px;
	float: left;
	list-style: none;
	font-family: "Montserrat Light";
}

.menu-media .menu-content .icon{
  width:41px;
  height:23px;
  float:right;
  line-height:100px;
}

.menu-click{
	display: none;
	font-family: "Montserrat Light";
	float: none;
}


.menu-click li {
	position: relative;
	width: 100%;
	height: 70px;
	color: #1B3E61;
	font-size: 18px;
	text-align: center;
	line-height: 70px;
	z-index: 847;
	border-bottom: 1px solid #f2f2f2;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	font-family: "Montserrat Light";
 }

.menu-click li:hover {
	color: #77BEC3;
 }


/* Menu */

.menu{
	position: relative;
	width: 100%;
	height: 60px;
	background: white;
	border-bottom: 1px solid #f2f2f2;
	z-index: 1000;
	font-family: "Montserrat Light";
}

.menu-content{
	width: 1050px;
	position: relative;
	margin: 0 auto;
	height: 60px;
}

.menu-content .logo {
	color: #008297;
	font-weight: 700;
	font-size: 24px;
	width: 289px;
	line-height: 60px;
	float: left;
	list-style: none;
	font-family: "Montserrat Light";
	font-variant: normal;
	letter-spacing: 6px;
 }

.menu-content ul{
	width: 625px;
	left: auto;
	text-align: right;
	list-style: none;
	float: right;
	position: absolute;
	right: 0%;
}

.menu-content li{
   display:inline-block;
   position:relative;
}

.menu-content li a{
	color: #1B3E61;
	font-size: 16px;
	display: block;
	padding: 0 20px 0 20px;
	line-height: 60px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.menu-content li.active a{
	color: #54AEB8;
}

.menu-content li a:hover{
	color: #54AEB8;
}


/* About us */

.about-us{
  position:relative;
  width:100%;
  background:white;
  z-index:10;
}

.about-us .content{
  position:relative;
  width:900px;
  margin: 0 auto;
  overflow: hidden;
}

.about-us h1{
	font-size: 34px;
	color: #008297;
	text-align: center;
	margin-top: 120px;
	letter-spacing: 6px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2;
	font-family: "Montserrat UltraLight";
}

.about-us hr{
  color: black;
  margin-top:30px;
  background-color: black;
  height: 1px;
  width:106px;
  border:0;

}

.about-us p.title{
	color: #666666;
	margin: 40px auto;
	width: 300px;
	line-height: 26px;
	letter-spacing: 0;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
}

.about-us h2{
  text-align:center;
  margin-top:50px;
  font-size:26px;
  color:black;
  line-height:1.2;
  letter-spacing:6px;
  width:100%;
  position:relative;
  font-weight:400;
}

.about-us p{
	text-align: center;
	font-size: 14px;
	width: 250px;
	margin: 30px auto;
	color: #7E7E7E;
	line-height: 26px;
	letter-spacing: 0;
	position: relative;
	font-weight: 300;
}



/* Portfolio */


.portfolio{
	position: relative;
	width: auto;
	background: #f3f3f3;
	z-index: 25;
}

.portfolio .portfolio-margin{
	position: relative;
	width: auto;
	overflow: hidden;
	margin: 0 auto;
}

.portfolio .portfolio-margin h1{
	font-size: 34px;
	color: #008297;
	text-align: center;
	margin-top: 120px;
	letter-spacing: 6px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2;
	font-family: "Montserrat UltraLight";
}

.portfolio .portfolio-margin hr{
	color: black;
	margin-top: 30px;
	background-color: black;
	height: 1px;
	width: 100px;
	border: 0;
}




/* Portfolio grid */

.grid{
	margin-top: 75px;
	width: 900px;
	position: relative;
	margin-bottom: 70px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	display: list-item;
	clear: both;
	padding-left: auto;
	padding-right: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.grid li{
	width: 285px;
	margin-top: 0;
	margin-right: 15px;
	margin-left: auto;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	display: inline;
}

.grid img{
	width: 285px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
}

strong{
  font-weight:700;

}

/* Contact */

.contact{
	position: relative;
	width: 100%;
	background: white;
	z-index: 10;
	overflow: hidden;
	margin-bottom: 300px;
	height: 100%;
}


.contact .content{
  position:relative;
  width:900px;
  overflow:hidden;
  margin: 60px auto 65px auto;
}

.contact h1{
	font-size: 34px;
	color: #008297;
	text-align: center;
	margin-top: 120px;
	letter-spacing: 6px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2;
	font-family: "Montserrat UltraLight";
}

.contact hr{
  color: black;
  margin-top:30px;
  background-color: black;
  height: 1px;
  width:106px;
  border:0;
}

.contact .content .form{
  width:455px;
  overflow:hidden;
  height:auto;
  float:left;
}

.contact .content .form .column{
  width:180px;
  overflow:hidden;
  height:auto;
  float:left;
  letter-spacing:1px;
  margin-bottom:30px;
}

.contact .content .form .column-2{
  width:210px;
  padding-left:60px;
  overflow:hidden;
  height:auto;
  float:left;
  letter-spacing:1px;
  margin-bottom:30px;  
}

.contact .content .form .column-3{
  width:450px;
  overflow:hidden;
  height:auto;
  float:left;
  letter-spacing:1px;
}

.contact .content .contact-text{
	width: 405px;
	overflow: hidden;
	height: auto;
	font-weight: 300;
	float: left;
	padding-left: 100px;
	color: black;
	font-size: 14px;
	line-height: 26px;
	font-family: "Montserrat UltraLight";
}
.contact .content .contact-text a:link{
	width: 405px;
	overflow: hidden;
	height: auto;
	font-weight: 300;
	float: left;
	padding-left: auto;
	color: #008297;
	font-size: 14px;
	line-height: 26px;
	font-family: "Montserrat UltraLight";
}
.contact .content .contact-text a:hover{
	width: 405px;
	overflow: hidden;
	height: auto;
	font-weight: 300;
	float: left;
	padding-left: auto;
	color: #1B3E61;
	font-size: 14px;
	line-height: 26px;
	font-family: "Montserrat UltraLight";
}

input{

  width:180px;
  height:40px;
  background:#f8f7f7;
  border-top:1px solid #333;
  border-bottom:0;
  border-left:0;
  border-right:0;
  color:#333;
  font-weight:300;
  line-height:40px;
  padding-left:15px;
  font-family: 'Lato', sans-serif;
  font-size:14px;
  margin-bottom:10px;
}

input:focus{
	background: #f4f4f4;
	color: undefined;
}

textarea{

  width:420px;
  height:150px;
  border-top:1px solid #333;
  border-bottom:0;
  line-height:20px;
  border-left:0;
  border-right:0;
  background:#f8f7f7;
  color:#333;
  font-weight:300;
  padding:15px 0 0 15px;
  font-family: 'Lato', sans-serif;
  font-size:14px;
  margin-bottom:10px;
}

textarea:focus{background:#f4f4f4;}


input.submit{
  width:100px;
  height:34px;
  float:right;
  margin:20px 10px 0 0;
  border:0;
  font-weight:700;
  text-align:right;
  background:none;
  -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}
.videocontainer {
	width: 100%;
	max-width: 700px;
	position: relative;
	left: auto;
	right: auto;
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
	height: 0;
	padding-bottom: 56%;
}
.videocontainer iframe {
	width: 100%;
	position: absolute;
	left: auto;
	right: 0px;
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	top: 0px;
}
