@charset "UTF-8";

@font-face {
    font-family: "responsivenav";
    src: url("../Fonts/responsivenav.eot");
    src: url("../Fonts/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../Fonts/responsivenav.ttf") format("truetype"),
    url("../Fonts/responsivenav.woff") format("woff"),
    url("../Fonts/responsivenav.svg#responsivenav") format("svg");
    font-weight: normal;
    font-style: normal;
}
/*================================================ */
/* #Reset & Basics
================================================== */
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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
	 background: #eaeaea;
    font: 18px/26px "Lato", Helvetica, Arial, sans-serif;
    color: #535454;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: none;
    font-size: 115%;
	/*background-image: url("/images/e.y.meyer.jpg");
	 background-repeat: no-repeat;
	 background-size: cover;*/
}

ol, ul {
    list-style:none;
}


.uln {
	list-style-type: circle;
	list-style-position: inside;
	margin-bottom:20px;
}

.liimg {
    text-indent: -10px;
}


img {
    margin: 0;
    padding: 0;
	max-height:450px;
	border:0px;
	outline: none;
	max-width:100%;
}

a img {
	text-decoration: none;
	border: 0 none;
	 outline: none;
	}


.img-floated{
    float: left;
    width: 150px;
	padding-right:15px;
}
.mright {
   margin-right:10px;
}

.img-floated50{
    float: left;
    width: 50%;
	padding-right:15px;
}

.img-floated30{
    float: left;
    width: 30%;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:10px;
}

.img-floated25{
    float: left;
    width: 23.5%;
	padding-right:10px;
	padding-bottom:10px;
}

.img-floated20{
    float: left;
    width: 18%;
	padding-right:10px;
	padding-bottom:10px;
}

.img-100{
    width: 100%;
	max-height:1000px;
}

.img_s{
	max-height:1000px;
}


/*================================================ */
/* #Page Styles
================================================== */
#pageheader {

    height: 140px;
    position: fixed;
    width: 100%;
    z-index: 1;

	background-image: url("/images/bg_top_d.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

#pagebody {
    padding-top: 0px;
}

#pagefooter {
    border-top: 1px solid #888;
    height: 40px;
    margin-top: 40px;
	font-size: 80%;
	padding: 0px;
}

#pagefooter a {
	text-decoration: none;
	color: #535454;
}


#pagefooter button {
  background: none!important;
  border: none;
  padding: 0!important;
  cursor: pointer;
  color: #535454;
  text-transform: none;
  font-weight: normal !important;
  display: inline-block;
  height: inherit;
  padding: 0;
  text-align: left;
  font-size: 90%;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
}

#main_content {
	margin-top:100px;
	min-height:800px;
	padding-bottom:100px;
}


/*================================================ */
/* #Page Content Styles
================================================== */
.container {
    padding: 40px;
    margin-top:40px;
}

.clear {
    clear: both;
    font-size: 0em;
    height: 0em;
    line-height: 0em;
}

.welcome{

	cursor:pointer;
}

.welcome img{
	margin-top:50px;
}

.bg_content {
	background-color:#fff;
}

/*================================================ */
/* # General Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #504f4f;
    font-family: "Lato", Helvetica, Arial, sans-serif;;
    font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 14px;
	margin-top:20px;
    color: #00529b;
	color: #fdc400;
    text-transform: uppercase;
}

h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h3 {
    font-size: 26px;
    margin-bottom: 8px;
    text-transform: uppercase;
	line-height: 1.3em;
}

h4 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

h5 {
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
}

h6 {
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
}

p {
    margin: 0 0 10px 0;
}

p img {
    margin: 0;
}

a{font-size:90%;}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 40px;
    height: 0;
}

td{min-width:60px;
padding-bottom:10px;}
.small {
	font-size:85%;

}

.icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF;
    margin-right: 6px;
}

.fa-long-arrow-right {
    margin-right: 10px;
}


.work {
	cursor:pointer;
	margin-right:30px;
}

.buy {
	cursor:pointer;
	margin-right:30px;
}

.detail {
	display:none;
	background-color:#f8f8f8;
	padding:10px;
}

.year{
	color: #eaeaea;
	margin-top:-30px;
	letter-spacing: 3px;
	background-color:#4c4a4a;
	padding:10px;
}

/*================================================ */
/* #Mcontact form
================================================== */

#contact-modal {

    transform:translate(-50%, -50%);
    color: white; background: #fdfdfc; 
	border: 1px solid;
	border: 1px solid #E1E1E1;
    z-index: 1000;
	width:400px;
	padding:20px;
	color:#000;
	display:none;

	position:fixed;
	top:50%;
	left:50%;
	margin-top:-y;
	margin-left:-x;

	border-radius: 4px;
   border: 1px solid #bbb;
   font-size:12px;
}
.close {float:right; 
	margin-top:-15px;
	color:#504f4f;
	cursor:pointer;
	font-weight:bold;
	font-size:30px;}
.error{
    font-weight: bold;
	color: #FF0000;}

.form-control{min-width:380px;}

/*================================================ */
/* #Gallery
================================================== */
.galleria{ width: 100%; height: 600px; background: #FFF }
.galleria-info-description a { color: #bbb;}
.galleria-theme-folio .galleria-thumbnails .galleria-image {
	
	width: auto;
	max-width: 210px;
}


/*================================================ */
/* #Media Queries
================================================== */

/* iPad Portrait/Browser */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #nav ul li {
        margin-left: 15px;
    }

    #pageheader {
		
		height:100px;

    }

	#mobile_main_navigation {
		 top: 110px;
	}

	#pageheader .container{ 
		padding: 0px;
	}

	
	.container {
		padding: 20px;
		margin-top:30px;
		width:95%;
	}
}


/* Mobile Landscape/Browser */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Anything smaller than standard 960 */
@media only screen and (max-width: 959px) {
}

/* iPad Portrait Only */
@media only screen and (min-width: 768px) and (max-width: 991px) and (max-device-width: 1000px) {
}

/* Mobile Only */
@media only screen and (max-width: 767px) and (max-device-width: 1000px) {

	.galleria-theme-folio .galleria-thumbnails .galleria-image {
		width: auto;
		max-width: 500px;
	}

}

/* Mobile Landscape Only */
@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {

}

@media only screen and (max-width: 768px) {

	 h1 {
        font-size: 2em;
    }

    #pageheader {
        height:100px;
    }

	#pageheader .container{ 
		padding: 0px;
	}

	.container {
		padding: 10px;
		margin-top:40px;
		width:95%;
	}

	img {
		margin: 0;
		padding: 0;
		max-height:1450px;
		border:0px;
		outline: none;
		width:100%
	}

	.welcome {
   		background-image: url("/images/e.y.meyer_m.jpg");
		background-repeat: no-repeat;
		 -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
		min-width: 100%;
		min-height: 100%;	}


	.img-floated25{
		float: left;
		width: 48%;
		padding-right:10px;
		padding-bottom:10px;
	}
	
  }


/* big reoslutions */
@media only screen and (min-width: 640px) {

	.welcome {
		background-image: url("/images/e.y.meyer.jpg");
		background-repeat: no-repeat;
		 -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
		  min-width: 100%;
		  min-height: 100%;	
	}
}