
* { 
	padding:0px;
	margin: 0px;
}

html {
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}

body { 
	font: 100% "HNLTStd", Helvetica, "Helvetica Neue", Arial, sans-serif; /* 16px */
	line-height: 1.375em; /* 22px */
	background-color: white;
	color: black;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	border: 0;
	outline: 0;
	margin: 0;
}

a:link, a:active, a:visited { 
	border: none;
	color: inherit;
	font-size: inherit;
	text-decoration: none;
} 

a:hover {
   	cursor: hand;
   	color: inherit;
}


@font-face {
	font-family: "IBH";
	font-weight: normal;
	src: url("../type/IBHbold.eot");
	src: local("☺"),
		url("../type/IBHbold.woff") format("woff"),
		url("../type/IBHbold.otf") format("opentype"),
		url("../type/IBHbold.svg#IBHbold") format("svg");
}

@font-face {
	font-family: "HNLTStdThin";
	font-weight: normal;
	src: url("../type/HNLTStdTh.eot");
	src: local("☺"),
		url("../type/HNLTStdTh.woff") format("woff"),
		url("../type/HNLTStdTh.otf") format("opentype"),
		url("../type/HNLTStdTh.svg#HNLTStdTh") format("svg");
}

@font-face {
	font-family: "HNLTStd";
	font-weight: bold;
	src: url("../type/HNLTStdBd.eot");
	src: local("☺"),
		url("../type/HNLTStdBd.woff") format("woff"),
		url("../type/HNLTStdBd.otf") format("opentype"),
		url("../type/HNLTStdBd.svg#HNLTStdBd") format("svg");
}

@font-face {
	font-family: "HNLTStd";
	font-weight: normal;
	src: url("../type/HNLTStdRoman.eot");
	src: local("☺"),
		url("../type/HNLTStdRoman.woff") format("woff"),
		url("../type/HNLTStdRoman.otf") format("opentype"),
		url("../type/HNLTStdRoman.svg#HNLTStdRoman") format("svg");
}

::selection {
    background: #ffff00;
    color: #000;
}

::-moz-selection { /* Code for Firefox */
    background: #ffff00;
    color: #000;
}

/* CLASSES */

.over {
	overflow: hidden;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.a-right {
	text-align: right;
}

.g50 {
	color: #959595;
}

.white {
	color: white;
}

.m40 {
	margin: 40px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

h1 {
	font-family: "HNLTStdThin";
	font-size: 2.25em;
	line-height: 1.15em;
	letter-spacing: 0.0277em;
	font-weight: normal;
}

b {
	letter-spacing: 0;
	line-height: inherit;
}

b.sub {
	font-family: "IBH";
}

.line {
	line-height: 1.375em;
}

/* Columns Styles */

.bg-black {
	background-color: black;
}

.border-bottom {
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
}

.col-quarter {
	width: 25%;
	float: left;
	overflow: hidden;
}

.col-third {
	width: 33.3333%;
	float: left;
	overflow: hidden;
}

.col-half, .in-col-half {
	width: 50%;
	float: left;
	overflow: hidden;
}

.col-full {
	width: 100%;
	overflow: hidden;
}

/* LAYOUT */

.wrapper {
	width: 100%;
}

/* Header */

.header, .header-fixed {
	width: 100%;
	height: 130px;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
}

.header {
	position: relative;
	z-index: 99;
}

.header-fixed {
	background: rgba(255,255,255,0.975);
	position: fixed;
	top: 0;
	z-index: 100;
}

#load {
	width: 100%;
	height: 100%;
	background: white;
	position: absolute;
	z-index: 98;
}

.blink {
	-webkit-animation:blinker 2s linear infinite;
	-moz-animation:blinker 2s linear infinite;
	animation:blinker 2s linear infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

ul.menu {
	height: 50px;
	font-family: "IBH";
	font-size: 2.25em;
	line-height: 1.1em;
	color: #e1e1e1;
	margin: 40px 0 50px 40px;
	list-style: none;
	float: left;
	overflow: hidden;
}

ul.menu li {
	float: left;
	overflow: hidden;
}

ul.menu li:first-child {
	color: black;
}

ul.menu li img {
	width: 30px;
	height: 30px;
	margin: 5px;
}

ul.menu li.select {
	color: black;
}

.f, .f-fixed, .f-close-fixed {
	width: 30px;
	height: 30px;
	background-color: black;
}

.f {
	margin: 43px 40px 0 0;
	float: right;
	overflow: hidden;
}

.user, .user-fixed {
	margin: 50px 20px 0 0;
	float: right;
	overflow: hidden;
}

.user-fixed {
	margin: 50px 90px 0 0;
}

.f-fixed, .f-close-fixed {
	position: fixed;
	top: 43px;
	right: 40px;
	z-index: 1000;
}

.f-fixed:hover, .f-close-fixed:hover {
	cursor: pointer;
}

.f img, .f-fixed img, .f-close-fixed img {
	width: 30px;
	height: 30px;
}

/* Footer */

.footer {
	overflow: hidden;
}

.f-half {
	width: 50%;
	height: 200px;
	font-size: 1em;
	line-height: 1.75em;
	color: #959595;
	float: left;
	overflow: hidden;
}

/* END LAYOUT */

/* Banner */

.slide {
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ebebeb;
}

.banner {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.news {
	width: 50%;
	font-family: "HNLTStdThin";
	font-size: 2.25em;
	line-height: 1.15em;
	letter-spacing: 0.0277em;
	color: white;
	background: black;
	background: rgba(0,0,0,0.75);
	position: absolute;
	z-index: 10;
	overflow: hidden;
}

.news-margin{
	margin: 40px 80px 80px 40px;
}

.post {
	color: #959595;
	margin-top: 50px;
	overflow: hidden;
}

.action {
	width: 30px;
	height: 30px;
	margin-left: 10px;
	top: 40px;
	right: 40px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
}

.action img {
	width: 30px;
	height: 30px;
}

.open-news {
	width: 30px;
	height: 15px;
	top: 20px;
	left: 40px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
}

.open-news img {
	width: 30px;
	height: 15px;
}

#close-news:hover, #open-news:hover {
	cursor: pointer;
}

/* Project */


.border-wrapper {
	position: relative;
}

.projects {
	width: 100%;
	line-height: 0;
	position: relative;
	overflow: hidden;
}

.project, .mod {
	float: left;
	overflow: hidden;
}

.s-quarter, .grid{
	width: 25%;
}

.s-half {
	width: 50%;
}

.border-q, .border-h, .border-2 {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	position: relative;
}

.project img, .mod img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: -10;
}

.project-hover {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,.75);
	transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}

.project:hover .project-hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.project-margin {
	margin: 40px 80px 40px 40px;
	font-family: "HNLTStdThin";
	font-size: 2.25em;
	line-height: 1.15em;
	letter-spacing: 0.0277em;
	color: white;
}

.mod-text {
	padding: 40px 80px 40px 40px;
}

.mod-text2 {
	padding: 40px 40px 60px 40px;
}

.team {
	width: 25%;
	line-height: inherit;
	float: left;
	overflow: hidden;
}

.team img{
	width: 100%;
	height: auto;
}

#map-canvas {
	width: 100% !important;
}

.prev-project, .next-project {
	width: 30px;
	height: 60px;
	position: fixed;
	top: 50%;
	left: 40px;
	margin-top: -30px;
	background: url(../images/nav.png) no-repeat center center;
  	background-size: 30px 60px;
  	z-index: 10;
}

.next-project {
	left: auto;
	right: 40px;
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
}

/* Slide */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  bottom: 20px;
  left: 40px;
  display: block;
  width: 25px;
  text-indent: -9999px;
  overflow: hidden;
  height: 25px;
  background: url(../images/left.png) no-repeat center center;
  background-size: 25px 25px;
}

.transparent-btns_nav.next {
  left: 70px;
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  }


.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin: -50px 0 0 110px;
  text-align: left;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 12px;
  height: 12px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
}
  
  
  /* CMS */
  
.slide-delete {
	position: absolute;
	top: 40px;
	left: 40px;
	color: red;
}
  
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #959595;
}

input:focus, textarea:focus, select:focus {
	outline: none;
}

.submit input{
	background: none;
	border: none;
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: 0;
	font-weight: bold;
	cursor: pointer;
	border: none;
}

  
.login input{
	width: 280px;
	height: 25px;
	border: none;
	border-bottom: 1px solid #ebebeb;
	margin: 10px 0 20px 0;
}


.form input{
	width: 100%;
	height: 25px;
	border: none;
	border-bottom: 1px solid #ebebeb;
	margin: 10px 0 20px 0;
}

.order input{
	width: 30px;
	height: 25px;
	border: none;
	background-color: #f9f9f9;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
}

.form textarea{
	width: 100%;
	height: 200px;
	border: none;
	background-color: #f9f9f9;
	border-bottom: 1px solid #ebebeb;
	margin: 10px 0 20px 0;
	resize: none;
}

.form select{
	width: 100%;
	height: 25px;
	border: 1px solid #ebebeb;
	background: #f9f9f9;
	padding-left: 5px;
	margin-right: 25px;
	-webkit-appearance: none;
}

.form2 textarea{
	width: 100%;
	height: 361px;
	border: none;
	background-color: #f9f9f9;
	border-bottom: 1px solid #ebebeb;
	margin: 10px 0 20px 0;
	resize: none;
}

.form3 textarea{
	width: 100%;
	height: 600px;
	border: none;
	background-color: #f9f9f9;
	border-bottom: 1px solid #ebebeb;
	margin: 10px 0 20px 0;
	resize: none;
}

@media screen and (max-width: 499px) {
	
	.header, .header-fixed {
		width: 100%;
		height: 60px;
		overflow: hidden;
		border-bottom: 1px solid #ebebeb;
	}
	
	ul.menu {
		height: 22px;
		font-family: "IBH";
		font-size: 1.13em;
		line-height: 1.2em;
		color: #e1e1e1;
		margin: 20px 0 25px 15px;
		list-style: none;
		float: left;
		overflow: hidden;
	}
	
	ul.menu li {
		margin-right: 5px;
	}

	ul.menu li img {
		display: none;
	}

	.f, .f-fixed, .f-close-fixed {
		width: 25px;
		height: 25px;
		background-color: black;
	}

	.f {
		margin: 15px 15px 0 0;
		float: right;
		overflow: hidden;
		
	}

	.user, .user-fixed {
		margin: 50px 20px 0 0;
		float: right;
		overflow: hidden;
	}

	.user-fixed {
		margin: 50px 90px 0 0;
	}

	.f-fixed, .f-close-fixed {
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 1000;
	}

	.f img, .f-fixed img, .f-close-fixed img {
		width: 25px;
		height: 25px;
	}

	.m40 {
		margin: 15px;
	}
	
	.news, .project-margin {
		font-size: 1.625em;
		line-height: 1.15em;
		letter-spacing: 0.0416em;
	}

	.project-margin {
		margin: 15px 30px 15px 15px;
	}
	
	.action {
		width: 20px;
		height: 20px;
		top: 15px;
		right: 15px;
	}

	.action img {
		width: 20px;
		height: 20px;
	}
	
	h1 {
		font-size: 2,17em;
		line-height: 1.15em;
		letter-spacing: 0.0416em;

	}
	
	.mod-text, .mod-text2, .f-half  {
		font-size: 0.75em;
		line-height: 1.5em;
	}
	
	.mod-text, .mod-text2 {
		padding: 15px 30px 30px 15px;
	}
	
	.s-quarter, .grid, .s-half, .col-half, .col-quarter, .f-half{
		width: 100%;
	}
	
	.news {
		display: none;
	}
	
	.mt40 {
		margin-top: 15px;
	}
	
	.transparent-btns_nav {
  		z-index: 3;
  		position: absolute;
  		bottom: 20px;
  		left: 15px;
  		display: block;
  		width: 20px;
  		text-indent: -9999px;
  		overflow: hidden;
  		height: 20px;
  		background: url(../images/left.png) no-repeat center center;
  		background-size: 20px 20px;
	}

	.transparent-btns_nav.next {
  		left: 40px;
  		-moz-transform:rotate(180deg);
  		-webkit-transform:rotate(180deg);
  	}
	
}


@media screen and (min-width: 500px) and (max-width: 719px) {
	
	.header, .header-fixed {
		width: 100%;
		height: 70px;
		overflow: hidden;
		border-bottom: 1px solid #ebebeb;
	}
	
	ul.menu {
		height: 30px;
		font-family: "IBH";
		font-size: 1.56em;
		line-height: 1.1em;
		color: #e1e1e1;
		margin: 20px 0 25px 20px;
		list-style: none;
		float: left;
		overflow: hidden;
	}

	ul.menu li img {
		width: 20px;
		height: 20px;
		margin: 5px;
	}

	.f, .f-fixed, .f-close-fixed {
		width: 25px;
		height: 25px;
		background-color: black;
	}

	.f {
		margin: 20px 20px 0 0;
		float: right;
		overflow: hidden;
	}

	.user, .user-fixed {
		margin: 50px 20px 0 0;
		float: right;
		overflow: hidden;
	}

	.user-fixed {
		margin: 50px 90px 0 0;
	}

	.f-fixed, .f-close-fixed {
		position: fixed;
		top: 20px;
		right: 20px;
		z-index: 1000;
	}

	.f img, .f-fixed img, .f-close-fixed img {
		width: 25px;
		height: 25px;
	}

	.m40 {
		margin: 20px;
	}
	
	.news, .project-margin {
		font-size: 1.625em;
		line-height: 1.15em;
		letter-spacing: 0.0416em;
	}

	.project-margin {
		margin: 20px 40px 20px 20px;
	}
	
	.action {
		width: 20px;
		height: 20px;
		top: 20px;
		right: 20px;
	}

	.action img {
		width: 20px;
		height: 20px;
	}
	
	h1 {
		font-size: 2,17em;
		line-height: 1.15em;
		letter-spacing: 0.0416em;

	}
	
	.mod-text, .mod-text2, .f-half  {
		font-size: 0.75em;
		line-height: 1.5em;
	}
	
	.mod-text, .mod-text2 {
		padding: 20px 40px 40px 20px;
	}
	
	.s-quarter, .grid, .s-half, .col-half, .col-quarter, .f-half{
		width: 100%;
	}
	
	.news {
		display: none;
	}
	
	.mt40 {
		margin-top: 20px;
	}
	
	.transparent-btns_nav {
  		z-index: 3;
  		position: absolute;
  		bottom: 20px;
  		left: 20px;
  		display: block;
  		width: 20px;
  		text-indent: -9999px;
  		overflow: hidden;
  		height: 20px;
  		background: url(../images/left.png) no-repeat center center;
  		background-size: 20px 20px;
	}

	.transparent-btns_nav.next {
  		left: 40px;
  		-moz-transform:rotate(180deg);
  		-webkit-transform:rotate(180deg);
  	}
	
}

@media screen and (min-width: 720px) and (max-width: 1223px) {
	
	.news, .project-margin {
		font-size: 1.625em;
		line-height: 1.15em;
		letter-spacing: 0.0416em;
	}
	
	h1 {
		font-size: 1.857em;
		line-height: 1.15em;
		letter-spacing: 0.0416em;

	}
	
	.mod-text, .mod-text2, .f-half  {
		font-size: 0.875em;
		line-height: 1.4285em;
	}
	
	.s-quarter, .grid, .col-quarter{
		width: 50%;
	}

	.news {
		display: none;
	}
	
	.mt40 {
		margin-top: 20px;
	}
	
}

@media screen and (min-width: 1224px) and (max-width: 1439px) {
	
	.news, .project-margin {
		font-size: 1.625em;
		line-height: 1.15em;
		letter-spacing: 0.0416em;
	}
	
	h1 {
		font-size: 1.857em;
		line-height: 1.15em;
		letter-spacing: 0.0416em;

	}
	
	.mod-text, .mod-text2, .f-half  {
		font-size: 0.875em;
		line-height: 1.4285em;
	}

	
}


@media screen and (min-width: 1920px) {
	
	.news, .project-margin {
		font-size: 3em;
		line-height: 1.15em;
		letter-spacing: 0.02083em;
	}
	
	h1 {
		font-size: 2.4em;
		line-height: 1.15em;
		letter-spacing: 0.02083em;

	}
	
	.mod-text, .mod-text2, .f-half  {
		font-size: 1.25em;
		line-height: 1.4em;
	}

	
}
