/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 */

/* reset css - clear all styles */

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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	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;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ///////////////////////////////////////////////////////////

/////// Diego Guzman || diego@virtuodigital.com //////////////

////////////////////////////////////////////////////////////*/

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	font-family: arial, sans-serif;
}

.clear{
	clear: both;
}

.centered{
	text-align: center;
}

/*  h1 header line effect */

h1 {
	color: #999;
    font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
    margin: 30px 0 20px 0;
    position: relative;
    z-index: 2;    
}

h1:before {
    border-top: 1px solid #ddd;
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 17px; left: 0; right: 0; bottom: 0;
    width: 100%;
    z-index: -1;
}

h1 span { 
	background: #fff; 
	padding: 0 10px; 
}

h2, h3, h3 a{
	color: #4c4c4c;
	margin: 20px 0 10px;
	
}

h2{
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
}

h3{
	font-size : 14px;
	font-weight: 300;
}

ul li{
	font-size: 14px;
	color: #7f7f7f;
	line-height: 22px;
	margin: 10px 20px;
	font-weight: 100;
}

strong{
	color: #4c4c4c;
	font-weight: 400;
}

small{
	font-size: 14px;
}

em{
	font-style: oblique;
}


/* form */

form span.label{
	color: #666;
	font-size: 14px;
	font-weight: 100;
	padding: 8px 0;
	display: inline-block;
}

form input, form textarea{
	background: #f9f9f9;
	font-size: 14px;
	padding: 12px;
	width: 100%;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
}

form .half_left{
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
	width: 48%;
}

form .half_right{
	float: right;
	margin-bottom: 10px;
	width: 50%;
}

form input[type='checkbox'] {
	width: 15px;
	text-align: left;
}

form input[type='submit']{
	background: #999;
	color: #fff;
	text-transform: uppercase;
	width: 150px;
}

form .error{
	margin-top: 7px;
	color: #FF6D64;
}

form .input_caption{
	color: #666;
	margin: -9px 0 10px 0;
	font-size: 11px;
	font-weight: 100;
}

/**/

p{
	font-size: 14px;
	font-weight: 100;
	margin: 10px 0;
	line-height: 20px;
}

a{
	color: #7f7f7f;
	text-decoration: none;
}

a:hover{
	color: #333;
}

article{
	z-index: 1;
}

/* images */

.fullwidth{
	width: 100%;
}

/* header */

.wrapper{
	margin: 30px auto;
	width: 80%;
	max-width: 900px;
}
.inner-wrap{
	margin: 15px auto;
	padding: 0 30px;
}

.extra-indent{
	margin: 0 25px;
}

.extra-indent strong{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.logo{
	float: left;
	font-family: 'Arial Black', Arial, 'Open Sans', sans-serif;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0.2em;
}

.john{
	color: #999;
}
.comer{
	color: #000;
}


/* mobile nav */
nav{
	clear: both;
}

nav ul {
	display: none;
    margin: 0;
    padding: 20px 0 0 0;
}

nav > ul > li:first-child{
	display: none;
}

nav a {
    display: block;
    text-decoration: none;
	text-transform: lowercase;
	font-size: 16px;
    color: #4c4c4c;
	padding: 10px 15px;
}

nav a:hover,
nav a:visited {
    color: #4c4c4c;
}

nav a:hover {
    background: #999;
	color: #fff;
}

nav ul ul{
	display: block;
	padding: 0;
}

nav ul ul li a{
	padding-left: 30px;
}

nav ul ul li a:before{
	content:" - "; 
}

nav a#pull {   
	border-radius: 3px;
	color: #4c4c4c; 
	display: block; 
	font-size: 30px; 
	width: 25px; 
    padding: 5px;
    position: absolute; 
	top: 20px;
	right: 20px;
	overflow: hidden; 
}

nav a#pull:hover{
	background: transparent;
} 


/*breadcrumbs*/

.B_crumbBox li{
	display: inline;
	margin: 0;
}

.B_crumbBox li a{
	color: #999;
	font-size: 11px;
}

.B_crumbBox li a:hover{
	color: #4c4c4c;
	text-decoration: underline;
}

ul.B_crumbBox{
	list-style: none;
	margin: 0 0 20px 0;
}
 








/* home banner */

/*Responsive Slides*/


#banner{
	display: block;
	margin:30px 0;
	position:relative;
	width: 100%;
	z-index:1;
}

.rslides ul{
	margin: 0 !important;
	padding: 0 !important;
}

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

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  }

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

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	        border-radius: 5px;
  }


.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.rslides1_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 60%;
  left: 0;
  opacity: 0.7;
  text-indent: 0px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: #000;
  margin-top: -45px;
  }

.rslides1_nav:hover {
  opacity: 1;
  }

.rslides1_nav.next {
	left: auto;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/tpl/arrows.png) no-repeat;
	background-position: -20px 0;
	border: 0;
	margin: 0 5px 0 0;
	
}

.rslides1_nav.prev {
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/tpl/arrows.png) no-repeat;
	border: 0;
	margin: 0 0 0 5px;
}

.rslides1_nav.next, .rslides1_nav.prev {
	display: none;
	right: 0;
  }



.rslides1_nav:focus,
.rslides2_nav:focus,
.rslides3_nav:focus {
  outline: none;
  }

.rslides_tabs {
  margin: 15px;
  text-align: right;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin: 0 15px 0 0;
  }

.rslides_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  color: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  width: 13px;
  height: 13px;
  }

.rslides_tabs .rslides_here a {
  color: #222;
  background: #222;
  background: rgba(0,0,0, .8);
  }

.caption {
	/*background: rgba(0,0,0, .2);*/
	position: absolute;
	bottom: 20px;
	font-size: 24px;
	padding: 10px 25px;
	color: #fff;
	text-align: right;
	width: 100%;
	z-index: 3;
}


/* grid divs */

.inline{
	display: inline-block;
}

.one_third{
	width: 33%;
}
.two_thirds{
	width: 66%;
}
.one_half{
	width: 50%;
}

.full_width{
	width: 100%;
}


/* media links */

.media-links h3 a{
	text-transform: uppercase;
}

.media-nav ul li a{
	float: left;
	margin: 0 5px;
}

.media-next-btns{
	width: 135px;
	margin: 20px auto;
}

.media-next-btns a{
	font-size: 12px;
	text-transform: uppercase;
}

/* exhibitions */

.exhibitions h2{
	font-weight: bold;
}

.exhibitions strong{
	color: black;
	font-weight: 100;
}

/* galleries page */

.galleries h3{
	text-transform: uppercase;
	line-height: 20px;
}




/* Bio */

.bio{
	width: 860px !important;
  	margin: 0 -30px;
}

.bio_top_right p, .bio_middle_right p, .bio_quote p, p.bio_last_p{
	font-size: 14px;
}

.bio p{
	line-height: 19px;
	text-align: justify;
}

.bio_top_left{
	width: 65%;
	padding: 7px 7px 7px 0;
	vertical-align: top;
}

.bio_top_left img{
	width: 100%;
	height: 310px;
}

.bio_top_right{
	width: 32%;
	padding: 7px 0 7px 7px; 
}

.bio_top_right img{
	width: 270px;
	height: 199px;
	padding-bottom: 8px;
}

.bio_middle_left{
	width: 30%;
	padding: 7px 7px 7px 0;
	vertical-align: top;
}

.bio_middle_right{
	width: 68%;
	padding: 7px 0 7px 7px; 
}

.bio_middle_right p{
	margin: 0;
}

.bio_quote p{
	width: 100%;
	text-align: center;
	max-width: 380px;
	margin: 0 auto;
}






/* portfolio thumbs */
.port_thumb img{
	margin: 5px;
	width: 100%;
}

/* portfolio pagination */

.pagination{
	color: #999;
}

.pagination ul{
	list-style: none;
	display: inline-block;
	margin: 20px 0;
}

.pagination li{
	display: inline;
	padding: 0;
	margin: 0 3px;
}

.pagination a{
	background: #999;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	padding: 10px;
	border-radius: 50%;
	height: 25px;
  	line-height: 8px;
  	width: 25px;
}

.pagination a:hover{
	background: #777;
}

.pagination a.active{
	background: #eee;
	color: #999;
	cursor: default;
	pointer-events: none;
}


/* footer */

footer{
	margin-top: 60px;
	text-align: center;
}

footer small, footer small a{
	font-size: 10px;
    color: #ccc;
}

footer small a:hover{
	color: #888;
	text-decoration: underline;
}


@media only screen and (min-width: 400px) {
	
	.port_thumb img{
		margin: 3px;
		max-height: 72px;
		width: auto;
	}	
}

@media only screen and (min-width: 490px) {
	
	.port_thumb img{
		max-height: 85px;
	}	
}


@media only screen and (min-width: 550px) {
	
	.port_thumb img{
		margin: 5px;
		max-height: 100px;
	}	
}

@media only screen and (min-width: 665px) {

	
	/**/
	
	h1{
		margin: 30px 35px 15px 20px;
	}
	
	.inner-wrap{
		padding: 0 30px;
	}
	
	.port_thumb img{
		max-height: 115px;
	}
	
	.logo{
		font-size: 40px;
	}
	
	nav a#pull {  
        display: none;
	}
	
	nav a:hover{
		background: transparent;
	}
	
	nav{
		clear: none;
		float: right;
		margin: 20px 0 0 0;
	}

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

	nav a{
		display: block;
		text-transform: lowercase;
		padding: 0;
		letter-spacing: 1px;
	}

	nav ul li{
		position: relative;
		float: left;
		margin: 0 10px;
	}

	nav ul li.nav_active a, nav ul li:hover a{
		color: #888;
	}
	
	nav ul li:hover a:hover{
		color: #000;
	}
	
	nav ul>li.last{
		margin: 0 0 0 10px;
	}

	nav ul ul{
		border-radius: 0 0 5px 5px;
		display: none;
		position: absolute;
		top: 100%;
		margin-left: -15px;
		left: 0;
		background: #fff;
		padding: 0 5px 8px;
		z-index: 100;
	}

	nav ul ul li{
		float: none;
		min-width: 100px;
		white-space: nowrap;
	}
	
	nav ul ul li.first{
		padding-top: 0;
	}

	nav ul ul a{
		/*line-height: 100%;*/
		padding: 0 5px;
	}
	
	nav ul ul li a{
		padding-left: 0;
	}

	nav ul ul li a:before{
		content:""; 
	}

	nav ul ul ul{
		display: none;
		top: 0;
		left: 100%;
	}

	nav > ul > li:hover > ul{
		display: block;
	}
		
}

@media only screen and (min-width: 780px) {	
	
	.port_thumb img{
		max-height: 130px;
	}
	
}

@media only screen and (min-width: 920px) {
	

	/**/
	
	.port_thumb img{
		max-height: 155px;
	}
	
}

@media only screen and (min-width: 1160px) {
	
	.port_thumb img{
		max-height: 150px;
	}
	
	.height240 .port_thumb img{
		max-height: 230px;
	}
	
}


