/*
Theme Name: Pierre Carreau
Author: Coquo
Author URI: http://www.coquo.co.uk
Description: Custom theme for Pierre Carreau
Version: 1.1
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Quicksand);

/* Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figure,figcaption,hgroup,menu,header,footer,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0}article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video{display:block}a img{border:0}figure{position:relative}figure img{width:100%}

/*
	general styles
 */
 
html, body {
    margin:0;
    padding:0;
    height:100%;
}
.normal,
body,
#content h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
#wrapper{
    min-height:98%;
    position:relative;
}
#footer {
    position:absolute;
    bottom:-10px;
    width:100%;
    height:auto; /* Height of the footer */
}

b , strong {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

a {
	-webkit-transition: color .3s linear;
	-o-transition: color .3s linear;
	-moz-transition: color .3s linear;
	text-decoration: none;
	outline: none;	
}
a:link {
	color: #838383;
}
a:visited {
	color: #838383;
}
a:hover,a:active {
	color: #575756;
}
a:active,
a:focus {
	text-decoration: underline;
}
p {
	margin-bottom: 10px;	
}
h1, h2 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 20px;
	color: #575756;
}

.post-content ul,
.post-content ol {
	padding-left: 24px;
}

article {
	margin-top: 50px;
}

.goFullscreen {
	position: absolute;
	right:30px;
	top: 30px;	
}


/*
	layout styles
 */


body {
	background: #FFFFFF;
	color: #B5B5B5;
	font-size: 12px;
}

#main {
	padding: 54px 0 0 0;
}

.container {
	background: #fff;
	padding: 0;
	width: 100%;
	min-width: 800px;
	padding: 0 35px;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;        
}
	#header {
		float: left;
		width: 145px;
		word-wrap: break-word;
		position: relative;
		min-height: 370px;
	}
	#content {
		display: none;
		padding-left: 0;
		padding-right: 0;
		margin-left: 35px;
		float: left;
		position: relative;
		overflow: hidden;
		background: #fff;
	}
	.project-controls {
		padding-top: 20px;
		z-index: 9999;
	}
		#title {
			position: relative;
			height: auto;
			display: block;
			width: 100%;
			margin-bottom: 32px;
		}
			#title img {
				width: 145px;	
				height: auto;
			}
	#nav-primary {
		float:left;
		width: 100%;
		padding: 0 0px;
		margin-bottom: 30px;
		display: block;
		letter-spacing: 2px;
	}
		#nav-primary ul,
		#nav-primary li {
			list-style: none;
			width: 100%;
			float: left;
		}
		
		#nav-primary li {
			padding: 0 0 4px 0;	
		}
		
		#nav-primary ul li ul {
			padding: 13px 0;	
		}

		
		#nav-primary ul li ul li a {
			margin: 0;
			text-transform: none;
			font-size: 12px;
		}
		
		#nav-primary li.current_page_item a,
		#nav-primary li.current_menu_item a,
		#nav-primary li.current-page-item a,
		#nav-primary li.current-menu-item a,
		#nav-primary li a.active,
		#nav-primary a:hover
		{
			color: #575756;
		}
			#nav-primary a {
				float: left;
				display: block;
				padding: 0 0px;
				text-align:right;
				width: 100%;
				font-size: 12px;
				color: #B5B5B5;
			}
			
			#nav-primary li ul {
				display: none; 
			}
			
			#nav-primary li.current-menu-parent ul {
				display: block; 
			}
		#nav-primary .spacer {
			padding-top: 15px;
		}

        #nav-primary li.divider {
            color: #565555;
            margin-top: 20px;
            cursor: default;
        }
        #nav-primary li.divider a {
            color: #565555;
            font-weight: bold;
        }

        #nav-primary li.divider a:hover {
            color: #565555;
        }

		.post-single {
			padding-bottom: 20px;
			margin-bottom: 20px;
			border-bottom: 1px #dedede solid;
		}
    
    .social-details {
        display: block;
        text-align: right;
        width: 100%;
        float: right;
        margin-top: 20px;
    }
    .social-details a {
        display: inline-block !important;
        width: auto !important;
        float: none !important;
    }
    .social-details a img {
        height: 20px;
        width: auto;
    }
	.menu-toggle, .fullscreen-menu-mobile {
	  display: none;
	  cursor: pointer;
	  margin: 0 auto;
	  padding-left: 1.25em;
	  position: absolute;
	  top: 0px;
	  right: 0;
	  width: 10px;
	  height: 25px;
	}
	.menu-toggle .menu-global, .fullscreen-menu-mobile .menu-global {
	  backface-visibility: hidden;
	  position: absolute;
	  left: 0;
	  border-top: 2px solid #888888;
	  width: 100%;
	  transition: 0.55s;
	}
	.menu-toggle .menu-top, .fullscreen-menu-mobile .menu-top {
	  top: 0;
	}
	.menu-toggle .menu-middle, .fullscreen-menu-mobile .menu-middle {
	  top: 6px;
	}
	.menu-toggle .menu-bottom, .fullscreen-menu-mobile .menu-bottom {
	  top: 12px;
	}
	.menu-toggle .menu-top-click, .fullscreen-menu-mobile .menu-top-click {
	  backface-visibility: hidden;
	  top: 6px;
	  -moz-transform: rotate(50deg);
	  -o-transform: rotate(50deg);
	  -webkit-transform: rotate(50deg);
	  transform: rotate(50deg);
	  transition: 0.55s 0.5s;
	}
	.menu-toggle .menu-middle-click, .fullscreen-menu-mobile .menu-middle-click {
	  opacity: 0;
	}
	.menu-toggle .menu-bottom-click, .fullscreen-menu-mobile .menu-bottom-click {
	  backface-visibility: hidden;
	  top: 6px;
	  -moz-transform: rotate(-410deg);
	  -o-transform: rotate(-410deg);
	  -webkit-transform: rotate(-410deg);
	  transform: rotate(-410deg);
	  transition: 0.55s 0.5s;
	}
	#footer .container {
		font-size:10px;
		text-align:right;
		background: none;
	}
	
	#footer .container .goFullscreen {
		display: none;	
	}
		#footer-content {
		}
			#footer ul,
			#footer li {
				display: inline;
				list-style: none;
			}
				#footer li a {
					padding: 0 10px;
				}
				
				#footer-content p {
					margin: 0;
				}
				

/* Slider */

 .loader {
	width: 20px;
	height: 20px;
	position:absolute;
	top: 0;
	right: -30px;
	background: url(images/loader.gif) no-repeat;
 }
 
 .image-overlay {
	position:absolute;
	width: 100%;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index:99;
	opacity:0; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
 }

 .bx-controls-direction {
		display: none;
 }
 
 .bx-wrapper .bx-controls-direction-img a {
	 height:90%;
	 position:absolute;
	 top:0;
	 width:100%;
	 z-index:9999;
 }
 
 .bx-wrapper .bx-controls-direction-img .bx-prev-img, .bx-wrapper .bx-controls-direction-img .bx-prev-img-vid {
	 left: 0;
 }
 
 .bx-wrapper .bx-controls-direction-img .bx-next-img, .bx-wrapper .bx-controls-direction-img .bx-next-img-vid {
	 left: 50%;
 }
 
 .bx-wrapper .bx-controls-direction-img .bx-prev-img-vid, .bx-wrapper .bx-controls-direction-img .bx-next-img-vid {
	 top: auto;
	 bottom: 0;
 }
  
 html.touch .bx-controls-direction-img {
    display: none !important;
 }
 
 .bxslider ul {
	 margin: 0;
 }
 
 .bxslider li {
	height: auto; 
	max-width: 100% !important;
 }	
 
 a.bx-next-img, a.bx-next-img-vid {
	 cursor: url(images/arrow-next.png), auto;
 }
 
 a.bx-prev-img, a.bx-prev-img-vid {
	 cursor: url(images/arrow-prev.png), auto;
 }
 
 .bx-next {
	margin-left: 10px; 
 }
 
 .bx-prev {
	margin-right: 10px; 
 }
		 
 .slide-counter, .go-next, .go-prev, .fullscreen-toggle, .fullscreen-exit-toggle, .thumbnails, .bx-pager, #share, .bx-caption {
	display: inline-block; 
	z-index: 9999;
	vertical-align: middle;
	font-size: 12px;
 }
 
 .fullscreen-toggle, .fullscreen-exit-toggle {
	display: none;	
}
 
  .slide-counter {
	width: 50px; 
	text-align: center; 
  }
 
 .go-next, .go-prev {
	 padding: 3px 3px;
	 line-height: 12px;
	 font-family: 'Quicksand', sans-serif;
 }
 
 .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: inline-block;
}

.captions {
	position: absolute;
	bottom: 0;
	right: 0;
}

.bx-caption-bottom {
	display: none;	
}

.bx-caption-l {
	position: absolute;
	left: -40px;
	bottom: 0;	
}

#header a.info-link {
	display: block;
	margin-top: 10px;	
}

#content a.info-link {
	margin-left: 20px;	
}

.info-text, .thumb-container {
	display: none;
	width: 96.5%;
	height: 85%;
	top: 0;
	left: 0;
	position: absolute;
	background: rgba(255,255,255,0.9);
	padding: 4% 2%;
	z-index: 1000;	
}

.thumb-container, #thumb-grid {
	width: 100%;
	height: 100%;
	padding: 0;
	background: #fff;
	overflow-y: auto;
}

#thumb-grid li {
	height: 20% !important;
	margin: 0.5%;
	list-style: none;
	display:inline-block;
	float:left;
}

#thumb-grid li a img {
	display: block;
	max-height: 100%;
	max-width: auto;
	height: auto;
	width: auto;
}

a.thumbnails, a.single-image {
	//display: inline-block;
	//vertical-align: middle;
	//padding: 3px;
}

a.single-image {
    display: none;
}

a.thumbnails img, a.single-image img, .fullscreen-toggle img, .fullscreen-exit-toggle img {
	vertical-align: middle;
	padding: 0 5px 0 0;
}

.video-swipe {
	width: 100%;
	position: absolute;
	z-index: 9999;	
}

html.touch .video-swipe-mobile {
	width: 100%;
	position: absolute;
}
	.video-swipe-mobile .left, .video-swipe-mobile .right, .video-swipe-mobile .top, .video-swipe-mobile .bottom {
		position: absolute;
		z-index: 9999;	
	}
	.video-swipe-mobile .left {
		top: 0;
		left: 0;
		bottom:15%;
		width: 38%;
	}
	
	.video-swipe-mobile .right {
		top: 0;
		right: 0;
		bottom: 0;
		width: 38%;
	}
	
	.video-swipe-mobile .top {
		top: 0;
		right: 0;
		left: 0;
		height: 37%;
	}
	
	.video-swipe-mobile .bottom {
		bottom: 0;
		right: 0;
		left: 15%;
		height: 37%;
	}

html.no-touch .video-swipe-mobile {
	display: none !important;	
}

/* Share Button */

  .sharrre .box{
    display:inline-block;
    position:relative;
    padding:0px 0px 0 8px;
    float:left;
    clear:both;
    overflow:hidden;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
  }
  .sharrre .left{
    display:inline-block;
	vertical-align:middle;
    white-space:nowrap;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
  }
  .sharrre .left:hover {
	  cursor: pointer;  
  }
  .sharrre .middle{
    position:absolute;
    top:0px;
    right:0px;
    width:0px;
    white-space:nowrap;
    text-align:left;
    overflow:hidden;
    -webkit-transition:width 0.3s linear;
    -moz-transition:width 0.3s linear;
    -o-transition:width 0.3s linear;
    transition:width 0.3s linear;
  }
  .sharrre .middle a{
    padding:0 9px 0 9px;
    text-align:center;
    float:left;
  }
  .sharrre .middle a.googleplus {
	letter-spacing: 0;
	padding:0 6px 0 6px;
	  
  }
  .sharrre .right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:auto;
    text-align:center;
  }
  .sharrre .box:hover{
    padding-right:100px;
  }
  .sharrre .middle a:hover{
    text-decoration:none;
  }
  .sharrre .box:hover .middle{
    width:100px;
  }
  
 /* Page */

.page-content {
	max-width: 250px;
}

.reg-page {
	max-width: 700px;
}

.reg-page .text {
	width: 60%;
	float: left;
	margin-right: 5%;	
}

.reg-page .profile {
	width: 35%;
	float: left;
}

.reg-page .profile img {
	max-width: 100%;
	height: auto;
}
  
 /* Information page */
 
 .info, .info-wider {
	max-width: 950px;
 }
 
 .info-wider {
   max-width: 950px;
 }
 
 .left-column {
	float: left;
	width: 40%; 
 }
 
 .right-column, .middle-column {
	float: right;
	width: 50%;
	padding-left: 5%;
	margin-bottom: 44px;
	border-left: 1px solid #f4f4f4; 
 }
 
 .middle-column {
	width: 15%; 
 }
 
 .bio, .publications, .awards, .representation, .exhibitions, .clients {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
 }
 
 .bio img {
	max-width: 100%;
	height: auto; 
 }
 
 .exhibitions li, .publications li, .awards li, .clients li {
	list-style: none;
	padding: 5px 0;
	border-bottom: 1px solid #f4f4f4; 
 }
 
 .representation p {
	margin: 0;  
 }
 
 .representation li {
	list-style: none;
	padding: 5px 0;
	margin-bottom: 10px;
 }
 
 .social li {
	padding: 0;
	margin-bottom: 0;
 }
 
 .telephone li, .email li {
	padding: 0;
	margin: 0; 
 }
 
 .right-column li:last-child, .left-column li:last-child {
	 border: none !important;
 }

 .contact-title {
	font-size: 1.1em;
	margin-bottom: 5px !important;
 }
 
 /* Tumblr */
 
.tumblr h3 {
	margin-bottom: 10px;	
}
#post-wrapper, .post {
	width: 100%;
	float: left;
	text-align:center;
	margin-bottom: 64px;	
}
 
 .photoset_div, .tumblr .video .fluid-width-video-wrapper, .photo_div {
	text-align: center;
	margin-bottom: 20px; 
 }
 
 .tumblr .regular, .tumblr .video{
	max-width: 1000px; 
	margin: 0 auto;
 }
 
 .tumblr .regular {
	 max-width: 640px; 
 }
 
  .tumblr .regular img {
	margin: 10px 0;
	max-width: 100%;
	height: auto;  
  }
  
  .tumblr .caption {
	 width: 100%;
     max-width: 640px;  
	 margin: 0 auto;
  }
 
 .photoset_div img, .photo_div img {
	max-width: 100%;
	hieght: auto; 
 }
 
 .tags li {
	list-style: none;
	display:inline; 
 }
 
 #post_notes, #pagers {
	text-align: center;
	margin-bottom: 20px; 
 }
 
#post_notes ol li {
	list-style: none;	
}
 
#post_notes img.avatar { 
	position: relative; 
	bottom: -4px;
	margin-right: 5px;
}

.tumblr #ajax {
	float: left;
	width: 145px;	
	min-width: 1px;
}

#content .homepage img {
	max-width: 100%;
	height: auto;
}	
 



@media only screen and (min-width: 1212px) {
	.slider img {
		height: 100%;	
	}
	.slider li {
		height: 552px;
	}
	
	#main, #header {
		transition: all .2s linear;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;		
	}
}

@media only screen and (min-width: 767px) {
	
	.container {
		width: 100%;
		max-width: 2500px;
	}
	
	html.touch .video-swipe-mobile {
		display: none;	
	}

	
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.container {
		padding: 0 16px;
	}	
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
	.container {
		padding: 0;
		width: 90%;
		margin: 0 auto;
		min-width: 0;
		-webkit-text-size-adjust: 100%; /* Prevents Mobile Safari from bumping up font sizes in landscape */
	}
		#header {
			padding-top: 0 !important;
			height: auto !important;	
			margin-bottom: 10px;
		}
		
		#header .captions {
			display: none;
            opacity: 0;
		}	
		
		.bx-caption-bottom {
			display: block;	
		}
		
		#content {
			float: none;
			width: 100% !important;
		}
        .loader {
            right: auto; 
            left: 160px;
        }
	
	#main {
		padding-top: 20px;	
	}

	#if-logged-in {
		height: 40px;
		line-height: 20px;
	}
		#if-logged-in .right {
			float: left;
			clear: left;
		}
	
	.container {
		min-width: 0px;
	}
	
	article {
		margin-top: 0;
	}
	
	#title {
		width: 85%;
		float: left;	
	}
	
	#header {
		min-height: 0;	
	}
	.menu-toggle {
		display: block;		
	}
	#nav-primary {
		display: none;
		min-height: auto;		
	}
	
	#nav-primary a{
		text-align: left;	
	}
	
	#footer {
		display: none;
	}
	
	#header, #content {
		width: 100%;	
		margin-left: 0;
	}
		#logo,
		#tagline {
			position: relative;
			line-height: 30px;
		}
		#logo {
			font-size: 42px;
			text-align: left;
		}
		#tagline {
			font-size: 16px;
		}
		
		#content {
			float: none;
			padding-top: 0px;
		}
		#footer .container {
			padding-top: 0;
		}
			#footer-content {
				border: 0;
				padding: 10px;
			}
		.slider {
			margin-top: 30px;	
		}
		.slider li {
			width: 100%;
			height: auto;	
		}
		
		.slider img {
			width: 100%;
			height: auto;	
		}
		
		.contact-text, .contact-form {
			margin: 0;
			width: 100%; 
		 }
		 
		.bx-controls-direction-img {
			display: none;
		}	
		
		 
		 
		 .slide-counter, .bx-prev, .bx-next, #content a.info-link {
			display: inline; 
		 }
		 #content a.info-link {
			position: absolute;
			bottom: 0;
			left: 80px; 
		 }
		 
		 #header a.info-link {
			display: none;
		 }
		 
		  .goFullscreen {
			 display: none;
		 }
		 
		 html.touch .video-swipe-mobile {
			display: none; 
		 }

	.tumblr #ajax {
			width: 100%;
		}
  
	#content .project-controls {
		visibility:hidden;
	}
}

@media only screen and (max-device-width: 767px) and (min-device-width: 480px) {
	
	.container {
		padding: 0;
		width: 90%;
		margin: 0 auto;
		min-width: 0;
		-webkit-text-size-adjust: 100%; /* Prevents Mobile Safari from bumping up font sizes in landscape */
	}
		#header {
			padding-top: 0 !important;
			height: auto !important;	
			margin-bottom: 10px;
		}
		
		#header .captions {
			display: none;
            opacity: 0;
		}	
		
		.bx-caption-bottom {
			display: block;	
		}
		
		#content {
			float: none;
			width: 100% !important;
		}
        .loader {
            right: auto; 
            left: 160px;
        }
	
	#main {
		padding-top: 20px;	
	}

	#if-logged-in {
		height: 40px;
		line-height: 20px;
	}
		#if-logged-in .right {
			float: left;
			clear: left;
		}
	
	.container {
		min-width: 0px;
	}
	
	article {
		margin-top: 0;
	}
	
	.menu-toggle {
		display: block;		
	}
	
	#title {
		width: 85%;
		float: left;	
	}
	
	#header {
		min-height: 0;
		position: relative;
	}
	
	#nav-primary {
		display: none;
		min-height: auto;		
	}
	
	#nav-primary a{
		text-align: left;	
	}
	
	#footer {
		display: none;
	}
	
	#header, #content {
		width: 100%;	
		margin-left: 0;
	}
		#logo,
		#tagline {
			position: relative;
			line-height: 30px;
		}
		#logo {
			font-size: 42px;
			text-align: left;
		}
		#tagline {
			font-size: 16px;
		}
		
		#content {
			float: none;
			padding-top: 0px;
		}
		#footer .container {
			padding-top: 0;
		}
			#footer-content {
				border: 0;
				padding: 10px;
			}
		.slider {
			margin-top: 30px;	
		}
		.slider li {
			width: 100%;
			height: auto;	
		}
		
		.slider img {
			width: 100%;
			height: auto;	
		}
		
		.contact-text, .contact-form {
			margin: 0;
			width: 100%; 
		 }
		 
		 
		.bx-controls-direction-img {
			display: none;
		}	
		
		 
		 
		 .slide-counter, .bx-prev, .bx-next, #content a.info-link {
			display: inline; 
		 }
		 #content a.info-link {
			position: absolute;
			bottom: 0;
			left: 80px; 
		 }
		 
		 #header a.info-link {
			display: none;
		 }
		 
		  .goFullscreen {
			 display: none;
		 }

		 .left-column, .right-column {
				width: 100%;
				float: left;  
				padding: 0;
				border: none;
		  }
		  
		 html.touch .video-swipe-mobile {
			display: none; 
		 }
		 
		 .tumblr #ajax {
			width: 100%;
		}
		
		.reg-page .text, .reg-page .profile {
			width: 100%;
			margin: 0 0 20px 0;
		}
		
		#content .project-controls {
		visibility:hidden;
	}

}

@media only screen and (max-device-width: 479px) {
	
	.container {
		padding: 0;
		width: 90%;
		margin: 0 auto;
		min-width: 0;
		-webkit-text-size-adjust: 100%; /* Prevents Mobile Safari from bumping up font sizes in landscape */
	}
		#header {
			padding-top: 0 !important;
			height: auto !important;	
			margin-bottom: 0px;
		}
		
		#header .captions {
			display: none;
            opacity: 0;
		}	
		
		.bx-caption-bottom {
			display: block;	
		}
		
		#content {
			float: none;
			width: 100% !important;
		}
        .loader {
            right: auto; 
            left: 160px;
        }
	
	#main {
		padding-top: 15px;	
	}

	#if-logged-in {
		height: 40px;
		line-height: 20px;
	}
		#if-logged-in .right {
			float: left;
			clear: left;
		}
	
	.container {
		min-width: 0px;
	}
	
	article {
		margin-top: 0;
	}
	
	.menu-toggle {
		display: block;	
	}
	
	#title {
		width: 85%;
		float: left;	
	}
	
	#header {
		min-height: 0;	
	}
	
	#nav-primary {
		display: none;
		min-height: auto;		
	}
	
	#nav-primary a{
		text-align: left;	
	}
	
	#footer {
		display: none;
	}
	
	#header, #content {
		width: 100%;	
		margin-left: 0;
	}
		#logo,
		#tagline {
			position: relative;
			line-height: 30px;
		}
		#logo {
			font-size: 42px;
			text-align: left;
		}
		#tagline {
			font-size: 16px;
		}
		
		#content {
			float: none;
			padding-top: 0px;
		}
		#footer .container {
			padding-top: 0;
		}
			#footer-content {
				border: 0;
				padding: 10px;
			}
		.slider {
			margin-top: 30px;	
		}
		.slider li {
			width: 100%;
			height: auto;	
		}
		
		.slider img {
			width: 100%;
			height: auto;	
		}
		
		.contact-text, .contact-form {
			margin: 0;
			width: 100%; 
		 }
		 
		.project-controls {
			padding-top: 10px;
		}
		 
		.bx-controls-direction-img {
			display: none;
		}	
		.captions {
			right: 0;
			text-align: right;	
		}
		 
		 
		 .slide-counter, .bx-prev, .bx-next, #content a.info-link {
			display: inline; 
		 }
		 
		 .go-next, .go-prev {
			 line-height: 6px;
		 }
		 #content a.info-link {
			position: absolute;
			bottom: 0;
			left: 80px; 
		 }
		 
		 #header a.info-link {
			display: none;
		 }
		 
		 .info-text {
			height: 90%;  
		  }
		 
		  .goFullscreen {
			 display: none;
		 }
		 
		  .left-column, .right-column {
				width: 100%;
				float: left;  
				padding: 0;
				border: none;
				margin-bottom: 20px;
		  }
		  
		  .left-column {
			float: right;  
		  }
		  
		  .bio {
			margin-bottom: 0;
			[adding-bottom: 0;  
		  }
		  
		  #share {
			display: none;  
		  }
		  
		  html.touch .video-swipe {
				display: none;
		  }
		  
		  .tumblr #ajax {
			width: 100%;
		}
		
		.reg-page .text, .reg-page .profile {
			width: 100%;
			margin: 0 0 20px 0;
		}
		
		#content .project-controls {
		visibility:hidden;
	}
}


@media only screen and (max-device-width: 479px) and (orientation : landscape) {
	 html.touch .video-swipe-mobile {
		 display: none;
	 }
	 
	 html.touch .video-swipe {
		 display: block;
	 }
}