/* CSS Document */
@charset "UTF-8";
@viewport {
	width: device-width;
	height: device-height;
}

@font-face {
    font-family: 'Kozuka Gothic Pro', sans-serif;
    src: url('/fonts/kozuka-gothic-pro-EL.otf') format('opentype');
	font-weight:lighter;
}
@font-face {
    font-family: 'Kozuka Gothic Pro', sans-serif;
    src: url('/fonts/kozuka-gothic-pro-R.otf') format('opentype');
	font-weight:normal;
}
@font-face {
    font-family: 'Kozuka Gothic Pro', sans-serif;
    src: url('/fonts/kozuka-gothic-pro-M.otf') format('opentype');
	font-weight:bold;
}

/* default all elements */
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-weight: normal;
  font: inherit;
  vertical-align: baseline;
  list-style:none;
  list-style-type:none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* Teaching ie html5 new elements. */
header, section, footer, aside, nav, main, article, figure {
    display: block; 
}

html { -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */}
body {
	margin:0;
	padding:0;
	font-family: 'Kozuka Gothic Pro', sans-serif;
	font-size:.9em;
	line-height: 1.5em;
    font-weight: lighter;
	letter-spacing:.5px;
	-webkit-backface-visibility: hidden;
  	/*letter-spacing: 0.0625em;  16 * 0.0625 = 1px */
	color:#000;
	background:#fff;
}


p { margin-bottom:.75em; line-height:2em;}
i, em { font-style:italic; }
b, strong { font-weight:bold;}

h1 {
	font-weight:lighter; 
	font-size:30px;
	font-size:27px;
	text-align:right;
	position:fixed;
	top:70px;
	right:8%;
	z-index:910;
}
h2 {
	font-size:1.25em;
	font-weight:normal;
	line-height:1.5em;
}


ul.bulletpoints li {list-style:disc;margin-left:18px;margin-bottom:5px;}

#thumbIndex {
	display:block;
	position:fixed;
	top:70px;
	right:3%;
	width:24px;
	height:24px;
	z-index:950;
}

a:link, a:visited {
	color:#000000;
	text-decoration:underline;
	-webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    -ms-transition:250ms all;
    -o-transition: 250ms all;
    transition: 250ms all; 
}
a:hover, a:active {color:#cccc99;}

/*a:hover img.thumb {
	-webkit-filter: brightness(50%);
  	filter: brightness(50%);
	background:none;
}*/

a.navBack {
	display:block;
	margin-top:40px;
	padding-left:25px;
	background:url(/img-base/arrow-triangle-000.png) left center no-repeat;
	background-size:15px;
	text-decoration:none;
	font-size:.9em;
	font-weight:normal;
}
a.navBack:hover {
	background:url(/img-base/arrow-triangle-yellow.png) left center no-repeat;
	background-size:15px;
}

.clear { clear:both; }

img {
	width:100%;
	height:auto;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

a.button {
	text-align:center;
	text-decoration:none;
	font-size:.8em;
	font-weight:normal;
	padding:15px 20px;
	color:#FFF;
	background:#000;
}
a.button:hover {background:#cccc99;}

/* HEADER & GENERAL STRUCTURE */
#logo {
	display:inline;
	height:70px; /* Gomez Associates */
	height:90px; /* Brooke Gomez Design */
	width:auto;
	z-index:920;
}
header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:20px 5%;
	background:#FFF;
	z-index:900;
}

.menu {
	overflow: hidden;
	-webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    -ms-transition:250ms all;
    -o-transition: 250ms all;
    transition: 250ms all;
	z-index:800;
}

#mainNav {
	position:fixed;
	left:7.5%;
	top:180px;
	font-weight:normal;
}
#mainNav li {
	margin-bottom:.6em;
	-webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    -ms-transition:250ms all;
    -o-transition: 250ms all;
    transition: 250ms all; 
}
#mainNav li a {text-decoration:none;}
#mainNav li:hover {margin-left:-8px;}

#social {
	position:fixed;
	top:180px;
	right:2.5%;
	-webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    -ms-transition:250ms all;
    -o-transition: 250ms all;
    transition: 250ms all; 
}
#social li {
	position:relative;
	width:32px;
	height:auto;
	margin-bottom:20px;
}
#phone { display:none; }

/*rollover image links*/
a .on, a .off, .swiper-button-prev, .swiper-button-next {
	-webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    -ms-transition:250ms all;
    -o-transition: 250ms all;
    transition: 250ms all; 
}
a .off {opacity: 1;}
a .on {
	opacity: 0;
	position:absolute;
	top:0;
	left:0;
}
a:hover .off {opacity: 0;}
a:hover .on {opacity: 1;}


	
	
/* content area */
.contentWrap {
	width:70%;
	margin-top:140px;
	margin-left:22%;
	min-height:440px;
}

.introTxt {margin-bottom:60px;}
.bio, .collection {margin-bottom:50px;}
.bio img, .book img {
	width:32%;
	float:left;
	margin:5px 8% 1em 0;
}
.bioTxt, .bookInfo {margin-left:40%;}
.bioTxt .jobTitle {margin-bottom:.5em;}

.book {margin-bottom:80px;}
.bookCredit {margin-top:10px; margin-bottom:20px;}
.bookPrice {margin-top:30px; margin-bottom:20px; font-size:1.25em;}
.bookInfo .button {display:inline-block; margin-bottom:20px;}
.bookInfo dl {margin-bottom:20px;}

.bookInfo dl dt {
	float:left;
	width:100px;
	font-weight:normal;
	font-size:.9em;
}
.bookInfo dl dd {margin-left:100px; margin-bottom:5px;}


.details {padding-bottom:15px;}
.details p {line-height:1.5em;}
.moreInfo {
	margin-bottom:10px;
	font-weight:normal;
	text-decoration:underline;
	-webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    -ms-transition:250ms all;
    -o-transition: 250ms all;
    transition: 250ms all; 
}
.moreInfo:hover, .moreInfo:focus  {
	cursor:pointer;
	color:#cccc99;
}

.collection h2 { margin:40px 0 30px 0;}
.collection .visitBrand {margin-top:30px;}
.collection .visitBrand img {margin-top:10px; max-width:35%; display:block; border:none;}


.thumbsWrap {
	width:78%;
	margin-top:140px;
	margin-left:22%;
	min-height:440px;
}
.thumbsWrap a.projectThumb {
	position:relative;
	float:left;
	display:inline-block;
	width:42.5%;
	margin-right:40px;
	margin-bottom:40px;
}
a .overlay {
	opacity: 0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url(/img-base/logo-hover.png);
	background-repeat:no-repeat;
	background-size:contain;
	-webkit-transition: 1600ms all;
    -moz-transition: 1600ms all;
    -ms-transition:1600ms all;
    -o-transition: 1600ms all;
    transition: 1600ms all; 
}
a .overlay h2 {
  color: #000;
  width:100%;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 1px 1px 3px #999;
}
a:hover .overlay {opacity: 1;}


.thumbsWrap.online {min-height:100px; margin-bottom:40px;}
.thumbsWrap.print {margin-top:0;}
.thumbsWrap.online h2, .thumbsWrap.print h2 {margin-bottom:20px;}

.thumbsWrap a.pressThumb {
	opacity:1;
	float:left;
	display:inline-block;
	width:27.8%;
	margin-right:3%;
	margin-bottom:3%;
	-webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    -ms-transition:500ms all;
    -o-transition: 500ms all;
    transition: 500ms all; 
}
.thumbsWrap.online a.pressThumb {width:43.2%;}
.thumbsWrap a {text-decoration:none;}
.thumbsWrap a:hover {color:#000;}

.thumbsWrap a.pressThumb img {border:1px solid #666;}
.thumbsWrap a.pressThumb:hover {opacity:.6;}

.projectWrap, .pressWrap {margin-top:140px; width:100%;}
.projectWrap .swiper-container, .pressWrap .swiper-container {margin-bottom:40px;}
.projectWrap .swiper-thumbnails {
	width:45%;
	margin-right:5.5%;
	float:right;	
}
.projectWrap .projectInfo {
	width:40%;
	margin-left:7.5%;
	margin-bottom:40px;
	float:left;
}
.projectInfo .city {margin-bottom:20px;}

.pressInfo {margin-left:7.5%; margin-bottom:60px;}
.pressInfo h2 {
	width:60%;
	margin-right:5.5%;
	float:right;
	text-align:right;
}
.pressInfo .navBack {width:40%;}


/* Swiper */
.swiper-slide {text-align:center; width:auto;}
.swiper-slide img {width:auto; height:auto; max-width:99%; max-height:520px; margin:0 auto;}

.projectWrap .swiper-thumbnails img {width:28%; height:auto; margin:2%; opacity:1;}
.projectWrap .swiper-thumbnails img:hover {opacity:.5;}

.swiper-button-prev.swiper-button-black:hover {background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cccc99'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next.swiper-button-black:hover {background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cccc99'%2F%3E%3C%2Fsvg%3E")}

/* CONTACT */
.contactTxt {
	float:left;
	display:inline-block;
	width:30%;
	margin-top:40px;
}
#contactForm {
	float:right;
	display:inline-block;
	width:65%;
	margin-top:45px;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font-size:1em; font-weight:lighter; color:#000; }


#contact h4 {
	display:block;
	font-size:1em;
	margin-bottom:1.5em;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"] {
	width:80%;
	border:1px solid #fff;
	border-bottom:1px solid #999;
	-webkit-appearance: none; /* remove ios input inner shadow. */
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}
#contact textarea {
	width:100%;
	border:1px solid #fff;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	-webkit-appearance: none; /* remove ios input inner shadow. */
	background:#FFF;
	margin:20px 0 5px 0;
	padding:10px;
	padding-top:3px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border-bottom:1px solid #000;
}
#contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
}

#contact textarea {
	height:150px;
	max-width:100%;
  	resize:vertical;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:auto;
	border:none;
	background:#000; 
	color:#FFF;
	margin:0 0 5px;
	padding:15px 20px;
	font-size:.8em;
	font-weight:normal;
	text-transform:uppercase;
}

#contact button[type="submit"]:hover {
	background:#cccc99; /* green */
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus {
	outline:0;
	border-bottom:1px solid #000;
}
#contact textarea:focus {
	outline:0;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
}
::-webkit-input-placeholder {
 color:#ccc;
}
:-moz-placeholder {
 color:#ccc;
}
::-moz-placeholder {
 color:#ccc;
}
:-ms-input-placeholder {
 color:#ccc;
}


/* FOOTER */

footer {
	position:relative;
	bottom:0;
	left:0;
	width:100%;
	padding:20px 5% 10px 7.5%;
}
#logoIcon {width:50px;}
.infoWrap {
	position:absolute;
	right:8%;
	bottom:15px;
	max-width:78%;
	font-size:.9em;
}
.infoWrap .info {float:left; display:inline; margin-left:30px;}
footer .info a:link, footer .info a:visited {font-weight:lighter; text-decoration:none;}



/* Scroll to Top */

.scrollup {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 12%;
    right: 2.5%;
    display: none;
    text-indent: -9999px;
	background: url('/img-base/arrow-up-000.png') no-repeat;
	background-position:center;
	background-size:contain;
	z-index:9500;
}

.scrollup:hover, .scrollup:active {
	width: 30px;
    height: 30px;
	background:url('/img-base/arrow-up-yellow.png') no-repeat;
	background-position:center;
	background-size:contain;
}




@media only screen and (max-device-width: 900px) and (orientation:portrait) {
/* For Tablet vertical slideshow */
.contentWrap, .thumbsWrap, .projectWrap, .pressWrap {min-height:680px;}	

}

@media
only screen and (max-width: 950px),
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-device-width: 950px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-device-width: 950px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-device-width: 950px),
only screen and (        min-device-pixel-ratio: 2)      and (max-device-width: 950px),
only screen and (                min-resolution: 192dpi) and (max-device-width: 950px),
only screen and (                min-resolution: 2dppx)  and (max-device-width: 950px) { 
/* For Tablet and smaller size screen menu */

.menu-opener, .menu-opener:hover, .menu-opener.active, .menu-opener-inner, .menu-opener-inner::before, .menu-opener-inner::after, .menu, .menu.active {
  -webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    -ms-transition:500ms all;
    -o-transition: 500ms all;
    transition: 500ms all;
}
.menu-opener {
  	cursor: pointer;
  	position:fixed;
	top:20px;
	right:3%;
	height: 22px;
  	width: 26px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index:9900;
}
/*.menu-opener:hover, .menu-opener.active {
  background: #fff;
}*/
.menu-opener-inner {
  background: #000;
  height:2px;
  margin-left:1px;
  margin-top:10px;
  width:24px;
}
.menu-opener-inner::before, .menu-opener-inner::after {
  background: #000;
  content: '';
  display: block;
  height:2px;
  width:24px;
}
.menu-opener-inner::before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.menu-opener-inner::after {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}
.menu-opener-inner.active {
  background: transparent;
}
.menu-opener-inner.active::before {
  -webkit-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
}
.menu-opener-inner.active::after {
  -webkit-transform: translateY(-2px) translateX(0rem) rotate(45deg);
  -ms-transform: translateY(-2px) translateX(0rem) rotate(45deg);
  transform: translateY(-2px) translateX(0rem) rotate(45deg);
}

.menu ul {
	display: none;
	position:static;
	padding:0;
	border:none;
}
.menu {
	position:fixed;
	top:-300px;
	left: 0px;
	width:100%;
	padding:20px 5%;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255,255,255);
	/* RGBa with 0.6 opacity */
	background: rgba(255,255,255, 0.80);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
	filter: alpha(opacity=80);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.menu.active {
	position:fixed;
	top:120px;
	left: 0;
}
.menu.active ul {
    float: none;
    display: block;
    text-align: left;
}
#mainNav, #social {position:relative; top:10px; left:0;}
#mainNav {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 5px;
	-webkit-column-gap: 5px;
	column-gap: 5px;
	margin-bottom:30px;
}
#mainNav li {margin-bottom:10px;}
#mainNav li:hover {margin-left:0px;}
#social li {
	width:32px;
	float:left;
	display:inline;
	margin-right:30px;
	margin-bottom:0px;
}

.thumbsWrap a.projectThumb {
	width:44%;
	margin-right:20px;
	margin-bottom:20px;
}

footer {padding:20px 3% 10px 6.5%;}
.infoWrap {max-width:72%;}
.infoWrap .info {margin-left:0; margin-right:20px;}

.scrollup {bottom: 30%; left:7.5%;}

}





@media only screen and (max-device-width: 700px) {
/* For all PHONE layouts */

#logo {height:55px;}
.menu-opener {right:5%;}
#phone { display:inline;}
h1 {right:5%; font-size:1.8em;}
h2 {font-size:1.2em; line-height:1.25em;}
p {margin-bottom:.7em; line-height:1.75em;}

.bookCredit {margin-bottom:10px;}
.bookPrice {margin-top:20px;}
.bookInfo dl dt {width:75px; font-size:.75em;}
.bookInfo dl dd {margin-left:75px;}

.collection h2 {margin:20px 0 10px 0;}
.collection .visitBrand {margin-top:20px;}
.collection .visitBrand img {max-width:40%;}

.projectWrap .swiper-container, .pressWrap .swiper-container {margin-bottom:20px; height:380px;}
.projectWrap .swiper-thumbnails {display:none;}
.projectWrap .projectInfo {
	width:80%;
	margin-left:11%;
	float:none;
}
.pressWrap .swiper-container {height:380px;}
.swiper-slide img {max-height:380px;}

.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:16px;height:30px;margin-top:-16.5px;z-index:10;cursor:pointer;background-size:16px 30px;background-position:center;background-repeat:no-repeat;}
.swiper-button-next {right:2px;}
.swiper-button-prev {left:2px;}

footer {padding:20px 0% 10px 5%;}
#logoIcon {width:40px;}
.scrollup {bottom: 24%;}

}


@media only screen and (max-device-width: 700px) and (orientation:landscape) {
/* For PHONE landscape layouts */
header {padding:10px 5% 5px 5%;}
.menu-opener {top:10px;}
.menu-opener-inner {margin-top:10px;}
.menu.active {top:70px;}
h1 {top:45px;}
#thumbIndex {top:10px; right:6%;}
.contentWrap {
	width:70%;
	margin-top:90px;
	margin-left:25%;
	min-height:120px;
}

.thumbsWrap {
	width:75%;
	margin-top:90px;
	margin-left:25%;
	min-height:120px;
}
.thumbsWrap a.pressThumb {width:29%;}

.projectWrap, .pressWrap {margin-top:80px;}
.swiper-slide img {max-height:400px;}

footer {padding:20px 0% 10px 6.5%;}
.infoWrap {right:3%; width:75%;}
.infoWrap .info {margin-left:0; margin-right:20px;}



}

@media only screen and (max-device-width: 700px) and (orientation:portrait) {
/* For PHONE portrait layouts */
header {padding:10px 5% 30px 3%;}
.menu.active {top:90px;}
#mainNav {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
h1 {top:70px;}
#thumbIndex {top:30px; right:6%;}
.contentWrap {
	width:75%;
	margin-top:120px;
	margin-left:20%;
	min-height:260px;
}
.projectWrap, .pressWrap {min-height:260px;}

.collection .visitBrand img {max-width:80%;}
.bio img, .book img {
	width:70%;
	float:none;
	display:block;
	margin:0px 0 1em 0;
}
.bioTxt, .bookInfo {margin-left:0%;}

.thumbsWrap {
	width:80%;
	margin-top:120px;
	margin-left:20%;
	min-height:260px;
}
.thumbsWrap a.projectThumb {
	float:none;
	width:93%;
	margin-right:0px;
	margin-bottom:30px;
}
.thumbsWrap a.pressThumb {width:44%; margin-right:5%;}

.projectWrap .swiper-slide img {max-width:80%;}
.infoWrap {
	position:relative;
	right:auto;
	bottom:auto;
	width:84%;
	max-width:84%;
	margin-left:16%;
	margin-top:-45px;
}
.infoWrap .info {float:none; display:block; margin-right:0;}
.pressInfo h2 {float:none; display:block; width:92%; text-align:left; margin-left:6%;}
.pressInfo .navBack {width:92%; margin-left:6%;}

.scrollup {left:5.5%;}

}



@media only screen and (max-device-width: 340px) {
/* super small screen */
header {padding-top:6px;}
#mainNav {margin-bottom:20px;}
#social li {margin-right:20px;}																																																
h1 {font-size:1.7em;}
.contentWrap, .thumbsWrap {min-height:120px;}

footer {padding:20px 0% 10px 4.5%;}
#logoIcon {width:35px;}

}

@media only screen and (max-device-width: 340px) and (orientation:landscape) {
/* For super small PHONE landscape layouts */
footer {padding:20px 0% 10px 6%;}
#logoIcon {width:45px;}
.infoWrap {
	position:relative;
	right:auto;
	bottom:auto;
	width:80%;
	max-width:80%;
	margin-left:20%;
	margin-top:-50px;
}
.infoWrap .info {float:none; display:block; margin-right:0;}

.thumbsWrap {
	width:80%;
	margin-left:20%;
}


.scrollup {bottom: 40%;}

}



@media all and (min-width: 1100px) {
/* for larger monitor .freckles only */

.infoWrap .info {margin-left:50px;}


}


@media all and (min-width: 1400px) {
/* Computer Larger screen */
.swiper-slide img {width:auto; height:auto; max-width:99%; max-height:580px; margin:0 auto;}

}


@media all and (min-width: 1800px) {
/* Computer very Large screen */

}


/* Clear Fix */
.menu:after, #social:after, .contentWrap:after, .bioTxt:after, .infoWrap:after, .book:after, .bookInfo:after, .projectWrap:after, .pressWrap, .thumbsWrap:after, .swiper:after, #contactForm:after, .freckles:after {
  content: "";
  display: table;
  clear: both;
}
