html, body{height:100%;}

body {
	position: absolute;
	vertical-align: baseline;
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 14px;
	line-height: 22px;
	font-family: 'din_lightregular';
}



a {
	text-decoration: none;
	color: #00a7b8;
}

a:hover {
	text-decoration: none !important;
}


hr {
	width: 100%;
	height: 0;
	border: 0 none;
	margin: 0;
	padding: 0;
	height: 2px;
	margin-bottom: 35px;
	margin-top: 35px;
	clear: both;
	border-bottom: 1px solid #00a7b8;
}


h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	margin-bottom: .8em;
	font-family: 'dinregular';
	text-transform: uppercase;
	color: #000;
	line-height: 1.2em;
}

h1 {
	text-align: center;
	padding-top: 70px;
	margin-bottom: 40px;
	font-size: 18px;
	letter-spacing: 2px;
}

h2 {
	font-size: 16px;
	letter-spacing: 1px;
}
h3{
	font-size: 12px;
	letter-spacing: 1px;
}

h4{

}


p {
	margin:0 0 18px 0}



ul.square {
	list-style: square inside;
}

ul,ol {
	margin: 0 0 1.5em;
	padding: 0;
}

li {
	margin: 0 0 4px;
	padding: 0;
}

ul li {
	padding: 0 0 0 20px;
}


.main-wrapper {
	background-color: #fff;
	margin: 80px 0 0 26%;
	position: relative;
	width: 560px;
	background: url(../images/FFFFFF-0.8.png);
}

.main{
	min-height:100%;
}





.menu-logo {
    left: 20px;
    position: fixed;
    top: 80px;
}

.logo {
	background-color: #000;
	background: url(../images/000000-0.6.png);
}

.logo h1 {
	margin-bottom: 0;
	font-size: 32px;
	font-family: 'avantgarde_lt_extralightRg';
	text-transform: none;
	padding: 30px 0;
	letter-spacing: 1px;
}

.logo h1 a {
	color: #fff;
}

span.teal {

	color: #00a7b8;
}

.menu-nav-top{
	display:block;
	
}

.nav-top-wrapper{
	text-transform:uppercase;
}

.nav-top {
    list-style: none outside none;
    position: relative;

}

.nav-top-wrapper .nav-top li {
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
}

.nav-top-wrapper .nav-top li.current a {
	background: none;
	color: #fff;
}

.nav-top-wrapper .nav-top li a {
	color: #000;
	font-size: 11px;
	letter-spacing: 1px;
	padding-left: 20px;
	height: 40px;
	display: block;
	line-height: 40px;
	margin-bottom: 1px;
	font-family: dinregular;
	background: url(../images/FFFFFF-0.6.png);
	width: 200px;
}

.nav-top-wrapper .nav-top li a:hover {
	background: url(../images/00A5B8-0.6.png);
	color: #fff;
}


.content-wrapper {
	margin: 0;
	padding-bottom: 50px;
}


.content {
	min-height: 100%;
	margin: 0 auto !important;
	padding: 0 50px;
}


#foot {
	left: 20px;
	position: fixed;
	font-family: 'avantgarde_lt_extralightRg';
	color: #fff;
	font-size: 24px;
	bottom: 100px;
}


.footer {

	background-color: #000000;

    bottom: 0;
    right: 0;
    position: fixed;
    width: 100%;
	z-index:1000!important;
}

.footer a {
}


.copywrap div  {
	float:right;
}

.copywrap {
	color: #FFF;
	float: left;
	padding-left: 20px;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	font-family: 'dinregular';
}

.copywrap a {
}

.copywrap a:hover {
	color:#FFFFFF!important;

}


#rightfooter {
	float: right;
	padding-right: 20px;
}

.footer img {

   vertical-align: middle
}


.home-bg {
    background: url("../images/home-bg.png") repeat scroll center center transparent;
    height: 100%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1!important;
}



.closeBtn {
/*	cursor: pointer;*/
	z-index: 999;
	display: block;
	border-bottom: 40px solid #00a7b8;
	border-left: 40px solid transparent;
	width: 0;
	height: 10px;
	position: absolute;
	right: 5px;
	top: -5px;
	transition-duration: .2s;
	transition-timing-function: ease-out;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}


.closeBtn:after {
	content: "";
	display: block;
	float: left;
	width: 21px;
	height: 17px;
	position: absolute;
	top: 26px;
	left: -26px;
/*	background: url(../images/icon.png) no-repeat scroll 9px 7px transparent;*/
}




nav.primary {
	width:auto;
	margin:30px auto;
	display:table;

	margin-top:0;
}

nav.primary ul li  {
	float:left;
	list-style:none;
	padding:0;
}

nav.primary ul li a {
	height: 39px;
	display: block;
	color: #000;
	padding: 0 10px;
	text-decoration: none;
	line-height: 39px;
	font-family: 'dinregular';
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
}

nav.primary li a.selected {
	border-bottom: 3px solid #00a7b8;
	color: #00a7b8;
}

.entry {
	position: relative;
	float: left;
	margin: 10px;
	cursor: pointer;
	width: 140px;
	height: 140px;
	padding: 0;
}

.portfolio { margin:0; }

.magnifier {
	background:rgba(0,167,184,.7) url(../images/magnifier.png) no-repeat center;
	position:absolute;
	top:10px;
	left:10px;
	bottom:10px;
	right:10px;
	opacity:0;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.entry:hover .video-hover,
.entry:hover .magnifier { opacity:1; }

.portfolio img {
	max-width:100%;
}


body.gallery .content {
	padding: 0 40px;
}



.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
   -moz-transition-duration: 0.8s;
        transition-duration: 0.8s;
}

.isotope {
-webkit-transition-property: height, width;
   -moz-transition-property: height, width;
        transition-property: height, width;
}

.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
   -moz-transition-property:    -moz-transform, opacity;
        transition-property:         transform, opacity;
}



.contact_form input[type=text],.contact_form textarea {

	background: #fff;
	font-weight: 400;
	background: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;

	border: 1px solid #afafaf;
}



.contact_form input[type="text"]:first-child {margin-left:0 !important;}
.contact_form textarea {
	resize: none;
	margin-left:0;
	width:96%;
	height: auto;
    min-height: 95px;
}

.contact_btn {
	display: inline-block;
	border: none;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: 1px;
	background: none;
}

.send_btn:hover {

}



input,
button,
select,
textarea {
    font-family: 'dinregular';
}


label {
	display: block;

	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	font-family: 'dinregular';
}

