@charset "UTF-8";
/* CSS Document */

body {
background: #fff url(images/bar.png) repeat-x center top;
margin:0 auto;
height: 100%;
color:#666;
font-size:110%;
font-family: 'robotolight', "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: center;
padding: 0;
margin:0;}

p {
margin: 0 0 15px 0;
line-height: 160%;}
	
ul {margin:0 0 20px 0;
line-height: 160%;}

li {margin: 0 0 5px 0;}

strong {
	font-family:'robotoregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;}
	
em, i {
	font-family:'robotolight_italic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style:normal;}

a, a:link, a:visited {
	color:#c88e02;
	text-decoration: none;}

a:hover {background:#FFD600; color:#000;}
a:focus, a:active {color:#01CAF9;}


   .container {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
	  -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      -o-flex-flow: row wrap;
      flex-flow: row wrap;
	  margin-left: auto;
      margin-right: auto;
   }


	@media (min-width: 1200px) {
      .container {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;}
    }
	
	@media (max-width: 1250px) {
      .container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;}
	}

	 
 .c1 {width: 100%;} /*header*/
 .c2 {} /*header h1*/
 .c3 {width: 100%;} /*nav*/
 .c4 {width: 100%} /*content*/
 .c5 {}
 .c6 {width: 350px} /*column_l*/
 .c7 {width: 65%} /*column_r*/
 .c7a {width: 87%} /*column_1*/
 .c8 {width: 84%;} /*footer*/


#wrapper {
	padding:0;
	clear:both;	}

header {
	padding: 0;
	margin: 0;
	background: #000;
	position:relative;}
	
header h1, header nav {display:inline-block;}
	
header h1 {
	font-size:250%;
	padding: 0;
	margin:15px 0 15px 0;}

header a:hover {background:none;}

	

.logo {
	width:350px;
	margin:20px 30px 0;}

header h1 img, .logo img {width:100%; height:auto;}


h1 {	
	font-family:'roboto_condensedbold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	margin:0 0 10px;
	font-size:180%;
	color:#000;
	line-height:100%;}
	
h2 {	
	font-family:'roboto_condensedregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	margin:10px 0 0;
	font-size:160%;
	color:#000;
	line-height:100%;}

h3 {	
	font-weight:normal;
	margin:20px 0 0;
	font-size:140%;
	color:#000;}
	
h4 {
	font-weight:normal;
	margin:0 0 15px;;
	font-size:125%;
	color:#005e7f;}

h5 {
	font-weight:normal;
	margin:0 0 25px;
	font-size:110%;}

h6 {
	font-weight:normal;
	font-family:'robotolight_italic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:95%;
	margin: 0 0 10px;}

	
	
nav {
	padding: 0;
	margin: 20px 0 0 0;
	background:#FFD600;
	text-align:center;
	font-family:'roboto_condensedbold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:100%;
	z-index:100;	}

nav:after {
	content:"";
	display:table;
	clear:both;}

nav ul {
	display: inline-block;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;}
	
nav ul li {
	margin: 0;
	display:inline-block;
	padding: 0;}

nav ul ul {
	display: none;
	position: absolute; 
	margin:0;
	text-align:left;
	top:100%;}
	
nav ul li:hover > ul {display:inherit;}
	
nav ul ul li {
	width:160px;
	display:list-item;
	position: relative;
	background-color:#FFD600;}
	
nav a, nav a:link, nav a:visited {
	display:block;
	padding:15px 15px;
	color:#000;
	font-size:130%;
	line-height:18px;
	text-transform:uppercase;
	text-decoration:none;}

nav a:hover, nav .on a:hover {
	background-color: #000;
	color:#fff;}	
	
.submenu a, .submenu a:link, .submenu a:visited {
	color:#000;
	text-transform:none; 
	background: #FFD600;	}
	
.submenu a:hover {color:#fff; background: #000;}

.menu {display:none;}
.walls {margin-left: -80px;}
.gallery {margin-left: -57px;}

	

#content {
	text-align:left;
	margin: 40px 0 0;	
	min-height:400px;
	max-width:1400px;}
	
.item_container {margin: 0 15%;}


.photo, .photo1, .photo_h {
	width:50%;
	float:right;
	margin:0 0 20px 20px;}

.photo img, .photo1 img, .photo_h img {
	width:100%; 
	height:auto;
	margin: 0 0 5px 0;}


.photo_l, .photo_r {width:48%;}
.photo_l img, .photo_r img {
	width:100%; 
	height:auto;
	margin: 0;}

.photo_l {
	float:left;
	margin:0 10px 20px 0;}

.photo_r {
	float:right;
	margin:0 0 20px 10px;}
	
.photo_l h2, .photo_r h2 {	
	text-align:center;
	font-family:'roboto_condensedbold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	background:#FFD600;
	margin:0;
	font-size:160%;
	color:#000;
	line-height:100%;}

.photo_l a, .photo_l a:link, .photo_l a:visited,
.photo_r a, .photo_r a:link, .photo_r a:visited {
	color:#000;
	background:#FFD600;
	text-decoration: none;
	padding:2px 0;
	display:block;}

.photo_l a:hover, .photo_r a:hover {background:#000; color:#fff;}
.photo_l a:focus, .photo_l a:active, .photo_r a:focus, .photo_r a:active {color:#01CAF9;}


.small {font-size:90%;}

.clear {clear:both;}



#footer {
	background:#FFD600;
	font-size: 90%;
	text-align:center;
	bottom: 0;
    clear: both;
    left: 0;
	color:#000;
	clear:both;
	margin:20px 0 0;
	padding:10px 8%;
	}
	
#footer p {margin:0;}

#footer a, #footer a:link, #footer a:visited {
	color:#000;
	text-decoration: none;}

#footer a:hover {color:#c88e02;}
#footer a:focus, #footer a:active {color:#01CAF9;}

	
.social {float:left;}
.copyright {}

.space {padding:0 20px 0 0;}

.design {font-size:85%; float:right;}
.design a, .design a:link, .design a:visited {color:#005e7f;}
.design a:hover {color:#bf1e2d;}




@font-face {
    font-family: 'robotolight';
    src: url('fonts/Roboto-Light-webfont.eot');
    src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Light-webfont.woff') format('woff'),
         url('fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'robotolight_italic';
    src: url('fonts/Roboto-LightItalic-webfont.eot');
    src: url('fonts/Roboto-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-LightItalic-webfont.woff') format('woff'),
         url('fonts/Roboto-LightItalic-webfont.ttf') format('truetype'),
         url('fonts/Roboto-LightItalic-webfont.svg#robotolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('fonts/Roboto-Regular-webfont.eot');
    src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'roboto_condensedregular';
    src: url('fonts/RobotoCondensed-Regular-webfont.eot');
    src: url('fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('fonts/RobotoCondensed-Bold-webfont.eot');
    src: url('fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('fonts/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}



