/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* REEEEEEEESETTTTTTTTTTTTT */

html {
    margin: 0;
    padding: 0;
	font-size: 70%;
}
*{font-size: 1.4rem;line-height: 1rem; }

body { 
    height: 100%;
    min-height: 100%;

    margin: 0;
    padding: 0;
  
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.2em;
    color: #777777;
}

h2 {
    color:#000000; 
    font-size:0.8em;
    letter-spacing: 0.3em;
    font-weight: bold;
}

h1 {
    color:#000000; 
    font-size:1.5em;
    font-weight: bold;
    letter-spacing: 0.3em;
    text-align:center;
}

p { 
    margin-top:0.5em;
} 

hr {
    width:100%;
    max-width:76em;
    border:0px;
    height: 0px;
    background:#BBBBBB; 
} 

.text_area_center a:link {
    text-decoration: none;
    color:#000000;

}
.text_area_center a:visited {
    text-decoration: none;
    color:#000000;
}

.my_title{
    z-index: 1000;
    width:100%;
    padding-top: 2em;
    text-align:center;
    letter-spacing: 0.1em;
    background: white;
    height: 13.5em;
}

.my_title a:link{
    text-decoration: none;
}

.my_title a:visited{
    text-decoration: none;
}

nav{
    z-index: 1000;
    width:100%;
    padding-left: 0px;
    list-style:none;
    margin-top:0em;
    text-align:center;
    letter-spacing: 0.1em;
    background: white;
    height: 4.5em;
    min-width: 23em;
}
nav li{
    display: inline-block;
    padding-left: 0em;
    padding-right: 0em;
    padding-top: 1.3em;
    padding-bottom: 1em;
}

navcenter{
    padding-left: 2.4em;
    padding-right: 2.4em;
	padding-bottom:1.3em;
	padding-top:1.3em;
}

navright{
    display: inline-block;
    padding-left: 2.9em;
    padding-right: 0em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

nav a{
    color: #777777;
    display:inline-block;
    text-decoration: none;
}
ul a:hover{
    color: #000000;
}

.fixed {
    position: fixed; 
    top: 0; 
    height: 3.8em; 
    z-index: 1;
}

.bxslider{
	max-width: 100%;
    padding-left: 0;
} 

.menu_pos{
    height: 7.8em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.home_main{
    max-width: 80em;
    width: 100%;
    min-width: 40em;
    margin-left: auto ;
    margin-right: auto ;
    margin-top: 0;
    line-height: 175%;
}

.banner { position: relative; overflow: auto; }
    .banner li { list-style: none; }
        .banner ul li { float: left; }
        
.slide_menu{

}

.text_area_center{
    text-align: center;
    margin-left: auto;
    margin-right: auto;    
    letter-spacing: 0.1em;
    margin-bottom: 3em;
    position: relative;
    min-width:50%;
    max-width:95%;
}

.workmenutext { 
    font-size:1.0em;
    text-align: center;
}

.pic_area_center{
    text-align: center;
    width: 100%;
    max-width:80em;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.pic_area_left{
   position: relative;
   width:50%;
   min-width:40em;
   float: left;
   top: 2em;
   bottom: 2em;
}

.pic_area_right{
   position: relative;
   width:50%;
   min-width:40em;
   float: right;
   top: 2em;
   bottom: 2em;
}

.text_area_left{
    position: relative;
    text-align: left;
    letter-spacing: 0.1em;
    min-width: 35em;
    width:46%;
    margin-left: auto;
    margin-right: auto;
}


.bold_black_text{
    color:#000000; 
    font-size:1.1em;
    font-weight:bold;
    text-decoration: none;
}


.black_text{
    color:#000000; 
}

.small_text{
    font-size:0.9em; 
    letter-spacing: 0.1em;
}

.text_area_center_header{
    text-align: center;
    color: #000000;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	max-width:76em;
	margin-bottom:2em;
    margin-left: auto;
    margin-right: auto;	
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* WORKS GRID */

.wrapper{
   position: relative;
   float: center;
   width: 100%;
/*   min-width: 40em;*/
   margin-bottom: 0em;
   margin-left: auto;
   margin-right: auto;
   text-align:center;
   letter-spacing: 0.05em;
}
.left1{
   position: relative;
   width:50%;
   min-width:40em;
   float: left;
   height: 17em;
   top: 2em;
   bottom: 2em;
}
.left2{
   position: relative;
   width:50%;
   min-width:40em;
   float: left;
   height: 17em;
   top: 2em;
   bottom: 2em;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

IMG.exp_image {
    max-width:76em;
    width:100%;
}

IMG.works_menu_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height:9em;
}

IMG.works_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:3em;
    width:95%;
}

IMG.news {
    max-width:60em;
    width:100%;
}

IMG.logo {
    height:3.4em; 
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) and (orientation:landscape)
 {
body { 
    font-size: 1.3em;

}
navcenter{
    padding-left: 1.9em;
    padding-right: 1.9em;
	padding-bottom:1.3em;
	padding-top:1.3em;
}

navcenter{
    font-size:1em;
}
.left1{
width:50%;
}
.left2{
	width:50%;
}

}
@media screen and (orientation:portrait) {

body { 
    font-size: 1.2em;
    
    width:100%;
} 

.home_main{
	width:100%;
    min-width:36em;
}

.wrapper{
	width:100%;
}
.left1{
	width:100%;
	min-width:36em;
}
.left2{
	width:100%;
	min-width:36em;
}

.my_title{
	width:100%;
	min-width:36em;
}

.my_title a:link{
    text-decoration: none;
}

.my_title a:visited{
    text-decoration: none;
}

}

@media
(-webkit-min-device-pixel-ratio: 1.2) and
(min-resolution: 192dpi) 
and (max-device-width : 480px)
 { 


nav {
    min-width: 35em;
}
nav li{
    display: inline-block;
    padding-top: 1.5em;
    padding-bottom: 0.6em;
    font-size:1.6em;
}

.text_area_left{
    min-width: 50%;
    width:95%;
}
.text_area_center{
    font-size:1.6em;
    line-height:1.6em;
}
navcenter{
    padding-left: 0.6em;
    padding-right: 0.6em;
    padding-bottom:0.8em;
	padding-top:0.8em;
}
.fixed {
    height: 5.5em; 
}
hr
{
    width:100%;
    max-width:100%;
}
.workmenutext { 
    font-size:1.5em;
    text-align: center;
    line-height:1.5em;
}

h2 {
    font-size:1.4em;
    letter-spacing: 0.3em;
}

h1 { 
    font-size:2.1em;
}

.small_text{
    font-size:1.3em; 
    letter-spacing: 0.1em;
}

}

@media only screen /*Smartphones*/
and (min-device-width : 213px) 
and (max-device-width : 480px)


 { 
html {
	font-size: 50%;
}

.my_title a:link{
    text-decoration: none;
}

.my_title a:visited{
    text-decoration: none;
}

nav {
    min-width: 35em;
}
nav li{
    display: inline-block;
    padding-top: 1.5em;
    padding-bottom: 0.6em;
    font-size:1.6em;
}

.text_area_left{
    min-width: 50%;
    width:95%;
}
.text_area_center{
    font-size:1.6em;
    line-height:1.6em;
}
navcenter{
    font-size:0.9em;

    padding-left: 0.8em;
    padding-right: 0.4em;
    padding-bottom:0.4em;
	padding-top:0.8em;
}
.fixed {
    height: 5.5em; 
}
hr
{
    width:100%;
    max-width:100%;
}
.workmenutext { 
    font-size:1.5em;
    text-align: center;
    line-height:1.5em;
}

h2 {
    font-size:1.4em;
    letter-spacing: 0.3em;
}

h1 { 
    font-size:2.1em;
}

.small_text{
    font-size:0.8em; 
    letter-spacing: 0.1em;
}

}

@media 
(-webkit-min-device-pixel-ratio: 2) and 
(min-device-width : 1281px) and
(max-device-width : 1920px){ 

html {
	font-size: 50%;
}
body { 
    font-size: 1.6em;
}
nav {
    min-width: 36em;
}
navcenter{
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-bottom:0.6em;
	padding-top:0.8em;
}

}

@media 
(-webkit-min-device-pixel-ratio: 2) and 
(min-device-width : 1921px){ 
body { 
    font-size: 0.9em;
}
}