@font-face {
  font-family: TitleStyle;
  src: url(taile.ttf);
}



body {
	margin:0;
	width:100%;
}

header{
	/*background-image: url("../images/keopel.jpg");*/
	background-size: cover !important;
	background-position: left top;
	width: 100%;
	height: 1024px; /*  */
	height: 100vh;
	min-height: 800px;
}

.navbar-right {
 margin-right: 0px !important;
}

#menu {
	margin:0;
	text-decoration: none;
	list-style-type: none;
	float: right;
}

#menu li{
	float: left;
	margin: 35px;
	font-size: 30px;
}

#menu li a{
	text-decoration: none;
	color: black;

}

header .container {
	width: auto;
	padding: 0;
	height: 100%;
}




div#h1-container{
	width: 100%;
	top:30vh;
	display: block;
	position:relative;
}

h1 {
	margin-left:auto !important;
	margin-right:auto !important;
	width:568px;
	color: white !important;
	font-size: 58px!important;
	font-family: TitleStyle!important;
	letter-spacing: 16px;
	font-weight: bold !important;
}



h1 span{
	font-size: 36px;
	float:right;
}

.navbar {
   background-color: transparent !important;
   background: transparent !important;
   border-color: transparent !important;
}

.navbar li { 
color: #000 !important;
padding:15px 20px 15px 0px;;
/*background-color: rgba(255, 254, 242, 0.2) !important;*/
} 

.navbar li a{
color: black !important;
font-size: 18px !important;
}

.navbar li a:hover{
color: #F5780B !important;
}

a.active{
  outline: 3px solid #dddddd;
}

#title  span{
	display:block;
}

#infobar {
	position: absolute;
	bottom:0px;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	width: 100%;
}

#infobar ul {
	margin: 0 auto;
	max-width: 1440px;
	min-width: 645px;
	text-align: center;
    height: 100%;
	font-size: 24px;
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	padding-left: 0px;
}

#infobar ul li {
	color: white;
	
    height: 200px;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}
#infobar ul li  span{
	display:inline-block; 
	vertical-align:middle; 
	text-align: left;
}

.fix{
	height: 100%;
    vertical-align: middle;
    display: inline-block; 
}

.inner { 
    vertical-align: middle;
    display: inline-block; 
}

#infobar dl dt i{
	margin: auto 0;
}

#infobar ul li img {
	max-width: 150%;
	width: auto;
	max-height: 150%;
	height: auto;
	line-height:200px; 
	margin-right: 20px;
}

#content {
	background-color: #D9D9D9;
}

#examples, #offer, #who {
	/*max-width: 1080px;
	margin: 0 auto;*/
	color: #61605E;
	font-size: 20px;
	
}

#examples h2, #offer h2, #who h2 {
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 70px; 
	text-align: center;
	/*width: 200px;*/
	font-size: 28px !important;
}

#examples ul{
	list-style-type: none;
	padding:0!important;
}

#examples ul li{
	display: block;
	/*margin: 20px auto 20px auto;*/
	text-align: center;
	padding: 10px;
}

#examples ul li span{
	margin: 20px 0 10px 0;
	display:block;
	width: 265px;
	margin-left:auto !important;
	margin-right:auto !important;
}

#examples h2 span, #offer h2 span, #who h2 span{
	color: #D37B17;
}

#examples img{
	width: 250px;
	height: 250px;
	margin-left:auto !important;
	margin-right:auto !important;
	display: block;
}

.effectfront {
  border: none;
  margin: 0 auto;
}
.effectfront:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#offer {
	background-color: #D0D0D0;
	padding-bottom: 70px;
}

#offer a{
	margin: 0 auto;
	height: 60px;
	vertical-align: middle;
	text-align: center;
	font-size: 25px;
	background-color: #D37B17 !important;
	display: block;
	width: 600px;
	line-height:50px;
}

#who {
	padding-bottom: 70px;
}

#who img{
	display: block;
	margin: 0 auto;
	padding-bottom: 15px;
}

#who div{
	margin: 0 auto;
}

footer{
	background-color: #655C53;
	height:100px;
	width: 100%;
	padding-top: 30px;
	color: #FDFCFC;
	font-size: 14px;
	margin-top: 70px;
}


/*fixes for little devices */
@media (max-width: 767px) {
    #infobar li{
		height: 100px!important;
	}
	#h1-container{
		top: auto !important;
	}
	header nav a{
		text-align: center;
		margin-left: 30px;
		outline: 3px solid #dddddd;
	}
	
	header nav li{
		padding-bottom: 5px !important;
	}
	
	h1{
		width: auto;
	}
	
	a.active{
		color: #F5780B !important;
	}
}

/*fixes for little to small devices */
@media (min-width: 768px) and (max-width: 991px) {
    #infobar li{
		height: 150px!important;
	}
	#h1-container{
		top: auto !important;
	}
	h1 {
		text-shadow: 1px 2px #aaaaaa;
	} 
}

