/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/

/* #Basic
================================================== */
/** Generated by FG **/
@font-face {
	font-family: 'brandon-grotesque';
	src: url('Brandon_reg.eot');
	src: local('☺'), url('Brandon_reg.woff') format('woff'), url('Brandon_reg.ttf') format('truetype'), url('Brandon_reg.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Generated by FG **/
@font-face {
	font-family: 'Conv_Brandon_light';
	src: url('Brandon_light.eot');
	src: local('☺'), url('Brandon_light.woff') format('woff'), url('Brandon_light.ttf') format('truetype'), url('Brandon_light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



	html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}

	article, aside, figure, footer, header, hgroup, nav, section { display: block; }

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
	img,
	object,
	embed { max-width: 100%; }

/* force a vertical scrollbar to prevent a jumpy page */
	html { overflow-y: scroll; }


/* #Typography
================================================== */
	h1, h2, h3 {
		text-transform: uppercase;
		}
	h1 a, h2 a, h3 a { font-weight: inherit; }

	h1 { color: #212121; font-size: 24px; font-family: 'brandon-grotesque'; font-weight: 400; letter-spacing: 0.1em; }
	h2 { color: #999999; font-size: 12px; font-family: "brandon-grotesque",sans-serif; font-weight: 400; line-height: 24px; margin-bottom: 24px; letter-spacing: 0.1em; }
	h3 { color: #212121; font-size: 13px; font-family: 'brandon-grotesque',sans-serif; font-style: normal; font-weight: 500; line-height: 20px; margin-bottom: 6px; }
	.subheader { color: #777; }
	.center { text-align: center; }
	.vert-space { clear: both; display: inline-block; height: auto; padding: 36px 0; }
	.logo-space { padding: 108px 0; text-align: center; }
	.logo-first {  padding-top: 108px; padding-bottom: 72px; }

	h2.tisa, h3.tisa {
		color: #212121;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 24px;
		font-weight: 300;
		letter-spacing: 1px;
		line-height: 1.5em;
		margin-bottom: 6px;
		text-transform: none;
	}


	p { margin: 0 0 20px 0; line-height: 26px; }
	p img { margin: 0; }
	p.lead { color: #333333; font-size: 20px; font-weight: 300; line-height: 32px; margin: 0px auto; width: 76%; }

	/* Paragraph Columns */

	.three_col {
		-moz-column-count: 3;
		-moz-column-gap: 30px;
		-moz-column-rule-style: none;
		-webkit-column-count: 3;
		-webkit-column-gap: 30px;
		-webkit-column-rule-style: none;
		column-count: 3;
		column-gap: 30px;
		column-rule-style: none;
	}

	.two_col {
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		-moz-column-rule-style: none;
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		-webkit-column-rule-style: none;
		column-count: 2;
		column-gap: 30px;
		column-rule-style: none;
	}

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 20px; line-height: 32px; color: #333; font-style: italic; margin-left: auto; margin-right: auto; text-align: center; width: 80%; }
	blockquote { margin: 0 0 20px; }
	blockquote p { padding: 0px 48px; }
	blockquote cite { display: block; font-size: 12px; color: #999; font-family: 'brandon-grotesque'; font-weight: 400; letter-spacing: 0.15em; line-height: 1; text-transform: uppercase; font-style: normal; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
	blockquote.right { border-right: 1px solid #ECECEC; padding-right: 36px; }
	blockquote.left { border-left: 1px solid #ECECEC; padding-left: 36px; }

	hr { border: solid #ececec; border-width: 1px 0 0; clear: both; margin: 0px 0px 24px 0; height: 0; }

	ul { list-style: none; line-height: 2.0em; }

	a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

	del { text-decoration: line-through; }

	abbr[title], dfn[title] { border-bottom: 1px dotted #000; cursor: help; }


/* Links
================================================== */
	a, a:visited { color: #777; text-decoration: none; outline: 0; transition: color 0.2s linear; -moz-transition: color 0.2s linear; -webkit-transition: color 0.2s linear; -o-transition: color 0.2s linear;}
	a:hover, a:focus { color: #333; }
	p a, p a:visited { line-height: inherit; }

	small { font-size: 75%; color: #777777; font-family: 'brandon-grotesque'; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; }

	strong, th { font-weight: bold; }

	td, td img { vertical-align: top; }

/* standardize any monospaced elements */
	pre, code, kbd, samp { font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
	.clickable,
	label,
	input[type=button],
	input[type=submit],
	button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
	button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
	button {width: auto; overflow: visible;}

/* scale images in IE7 more attractively */
	.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
	.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
	.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
	.clearfix:after { clear: both; }
	.clearfix { zoom: 1; }



/* Site Styles
================================================== */

	/* Loading */

	#loading { display: block; font-size: 50px; left: 50%; margin-left: -28px; position: absolute; top: 50%; }
	.no-js #loading { display: none;  }

	@-webkit-keyframes opacity {
		0% { opacity: 1; }
		100% { opacity: 0; }
	}
	@-moz-keyframes opacity {
		0% { opacity: 1; }
		100% { opacity: 0; }
	}


	#loading span {
		-webkit-animation-name: opacity;
		-webkit-animation-duration: 1s;
		-webkit-animation-iteration-count: infinite;

		-moz-animation-name: opacity;
		-moz-animation-duration: 1s;
		-moz-animation-iteration-count: infinite;
	}

	#loading span:nth-child(2) {
		-webkit-animation-delay: 100ms;
		-moz-animation-delay: 100ms;
	}

	#loading span:nth-child(3) {
		-webkit-animation-delay: 300ms;
		-moz-animation-delay: 300ms;
	}


	body { font: 15px/27px 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 300; letter-spacing: 0.03em; }

	body, select, input, textarea { color: #777; }

	/* Highlight colors */
	::-moz-selection{background: #333; color: #fff; text-shadow: none;}
	::selection {background: #333; color: #fff; text-shadow: none;}
	ins {background-color: #333; color: #000; text-decoration: none;}
	mark {background-color: #333; color: #000; font-style: italic; font-weight: bold;}


	/* Header */
	.wrapper { margin: 0; padding: 0px 72px; border-bottom: 1px solid #ececec; }

	#home header { margin: 0 auto; max-width: 1200px; }
	header { height: 150px; }

	#logo-holder { float: left; }
	#logo { display: block; height: 140px; margin: 0px 0; width:297px; }

	#nav-wrapper { float: right; }

	#nav { padding: 50px 0; display: inline-block; }
	#nav li { float: left; padding: 10px 8px; }
	#nav a {
		font-family: "brandon-grotesque",sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 13px;
		line-height: 13px;
		letter-spacing: 1px;
		padding: 2px;
		text-transform: uppercase;
	}

	.page-wrapper { }

	/* Project Nav Bottom */
	#project-nav-bottom { border-top: 1px solid #ECECEC; padding: 30px 0; height: 40px; margin-top: 60px; }

	#project-nav-bottom .prev, #project-nav-bottom .next, #project-nav-bottom .grid { padding-bottom: 0px; }
	.prev a, .next a, .grid a {
		background: url("../images/sprite_icons.png") no-repeat;
		display: block;
		opacity: 0.3;
		transition: opacity 0.2s linear;
		-moz-transition: opacity 0.2s linear;
		-webkit-transition: opacity 0.2s linear;
		-o-transition: opacity 0.2s linear;
	}
	.prev a:hover, .next a:hover, .grid a:hover { opacity: 1; }
		.grid a { background-position: 0 0; height: 39px; margin: 0px auto; width: 39px; }
		.prev a { background-position: -50px 0; height: 20px; width: 12px; margin: 10px 0; }
		.next a { background-position: -63px 0; float: right; height: 20px; width: 12px; margin: 10px 0; }

	/* Footer */

	#home #footer-container { margin-top: 72px; }
	#footer-container #footer { padding: 48px 0; border-top: 1px solid #ECECEC; }

	#footer h3 { color: #333333; letter-spacing: 1px; font-weight: 500; margin-bottom: 12px; }

	#footer p { color: #777777; margin-bottom: 0px; letter-spacing: 0.05em; }

	#footer-container #bottom { background: #eeeeee; height: 36px; padding: 24px 0; }
		#bottom .copyright { color: #999999; font: 10px/36px 'brandon-grotesque'; font-weight: 400; letter-spacing: 1px; margin--bottom: 0px; text-transform: uppercase; text-align: right; float: right; }
		#bottom .social { float: left; }
	#footer .container .one-third { padding-bottom: 0px; }

	#bottom a { color: #999999; padding-right: 36px; font: 12px/36px 'brandon-grotesque'; text-transform: uppercase; letter-spacing: 1px; }
	#bottom a:hover { color: #333333; }
	#bottom span.ss-icon { padding-right: 6px; }


	/* Fade-In Animations */

	@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
	@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
	@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

	.fade {
		opacity:0;  /* make things invisible upon start */
		-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
		-moz-animation:fadeIn ease-in 1;
		animation:fadeIn ease-in 1;

		-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
		-moz-animation-fill-mode:forwards;
		animation-fill-mode:forwards;

		-webkit-animation-duration:1s;
		-moz-animation-duration:1s;
		animation-duration:1s;
	}

	.fade:first-child {
		-webkit-animation-delay: 1s;
		-moz-animation-delay: 1s;
		animation-delay: 1s;
	}

	.fade:nth-child(2n) {
		-webkit-animation-delay: 1.6s;
		-moz-animation-delay:1.6s;
		animation-delay: 1.6s;
	}


/* Page Styles
================================================== */


	/********** Home/Work Page **********/

	.project-grid { padding-top: 72px; }
	.work-heading { text-align: center; }
		.work-heading p {
	color: #777777;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 21px;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 34px;
	margin-bottom: 0px;
	padding: 0 100px 2px;
	text-transform: none;
		}

	/* Hovers */

	#hover {
		transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		opacity: 0;
	}

	#hover {
		background-color: #fff;
		position: absolute;
		text-align: center;
	}

	.four.columns .portrait #hover { height: 90.4%; left: 6.38%; top: 4.8%; width: 87.24%; }
	.eight.columns .landscape #hover { height: 90.4%; left: 3.09%; top: 4.8%; width: 93.82%; }
	.twelve.columns .landscape #hover { height: 90.4%; left: 3.09%; top: 4.8%; width: 100%; }

	.six.columns .landscape #hover { height: 87.24%; left: 4.17%; top: 6.38%; width: 91.7%; }
	.six.columns .portrait #hover { height: 93.8%; left: 4.17%; top: 3.1%; width: 91.7%; }

	.four.columns .landscape #hover { height: 79.83%; left: 6.38%; top: 10.08%; width: 87.24%; }

	#hover:hover { opacity: 0.9; }

	.link-text {
		position: absolute;
		text-align: center;
		top: 41%;
		width: 100%;
	}

	.link-text h2 { color: #212121; font-size: 16px; font-weight: 500; margin-bottom: 6px; }
	.link-text h3 { color: #666666; font-family: 'Source Sans Pro', sans-serif; font-size: 14px; letter-spacing: 0.03em; margin-bottom: 6px; text-transform: none; }

	/********** Work Gird **********/

	.work-grid { background: #dbdbdb; height: 238px; }
		.work-grid a { display: block; padding: 109px 0;}
		.work-grid h3 { color: #fff; font-size: 26px; margin-bottom: 0; letter-spacing: 0.08em; }

	/********** Portfolio Pages **********/

	/* Portfolio Header */

	.project-nav { height: 90px; }
		.project-nav h1 { line-height: 88px; margin-bottom: 0px; padding-left: 48px; }

	/* Project full-images */

	#circle-21 { background: url("../images/circle-21-candles.jpg") no-repeat center center; background-size: cover; }
	#tascosa { background: url("../images/tascosa-cartridge-company.jpg") no-repeat center center; background-size: cover; }
	#charleston-soap-chef { background: #eeeded; }
		#csc { padding-top: 25px; }
	#charleston-candle-works { background: url("../images/charleston-candle-works.jpg") no-repeat center center; background-size: cover; }
	#bake { background: url("../images/bake-charleston-photo.jpg") no-repeat center center; background-size: cover; }
		#bake-logo { padding-top: 220px; }
	#sydney-jazz { background: #f7f7f7; overflow: hidden; }
		#sjc { text-align: center; padding-top: 75px; }
	#preston-law { background: #f7f7f7; overflow: hidden; }
		#plo { text-align: center; padding-top: 75px; }
	#asbahi { background: url("../images/asbahi-law-group.jpg") no-repeat center center; background-size: cover; }
	#nudge { background: url("../images/nudge-business-cards.jpg") no-repeat center center; background-size: cover; }
	#stars { background: url("../images/stars-neon-sign.jpg") no-repeat center center; background-size: cover; }
	#browns { background: url("../images/browns-court-full.jpg") no-repeat center center; background-size: cover; }

	.image-holder {
		height: 650px;
		margin: 24px 24px 0px;
		padding: 0;
		position: relative;
		z-index: 0;
	}

	.full-image {
		background-size: cover;
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.description { border-bottom: 1px solid #ECECEC;  padding: 84px 0; margin-bottom: 24px; text-align: center; }
		 .work-heading h1:after {
			color: #212121;
			content: "• • •";
			display: block;
			text-align: center;
			font-size: 18px;
			font-weight: 500;
			letter-spacing: 0.1em;
			padding: 8px 0 5px;
			margin-bottom: 0px;
		}
		.description a { font-size: 20px; }
		.description h1 { margin-bottom: 6px; }

	.logo { background: #ececec; }
	#web-info { border-top: 1px solid #ECECEC; text-align: center; padding-top: 60px; padding-bottom: 0px; }
		#web-info h2 { margin-bottom: 0px; }
		#web-info p { font-size: 20px; }


	/********** What We Do **********/

	#row { height: 180px; padding: 24px 0 48px; overflow: hidden; }

	#row .icon {
		cursor: pointer;
		text-align: center;
		opacity: 0.4;
		padding-bottom: 0px;
		transition: all 0.2s ease-in-out 0s;
		-webkit-transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;

	}
		.icon h2 { color: #212121; margin-bottom: 0; margin-top: 12px; }
		.icon img { }

	#row .icon:hover { margin-top: -5px; }
	#row .icon.current { opacity: 1; margin-top: -5px; }

	#panes { /*border-top: 1px solid #ECECEC;*/ padding: 48px 0 24px; height: auto; }
		#panes p { color: #333333; font-size: 18px; font-weight: 300; line-height: 30px; margin: 0; padding-right: 6px; }
		#panes h3 { margin-bottom: 18px; padding-left: 36px;}
	#panes .four.columns { border-left: 1px solid #ececec; }

	ul.services {
		font-family: 'brandon-grotesque';
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 1px;
		margin: 0 auto;
		padding-left: 36px;
		text-transform: uppercase;
	}
	ul.services1 {
		font-family: 'Source Sans Pro',sans-serif;
		font-size: 13px;
		margin: 0 auto; line-height: 22px;
		padding-left: 36px;
	}

	/********** Studio **********/

	#studio { overflow: hidden; height: 500px; padding-bottom: 0px; }

	#profiles { padding-top: 48px; padding-bottom: 24px; clear: both; overflow: hidden; border-bottom: 1px solid #ececec; }

	#contact-section { padding-top: 48px;text-align: center; }

	.bio { clear: both; float: left; }
		.bio img { float: left; margin-right: 36px; }
		.bio p { padding-right: 36px; }

	#contact-section h2 { margin-bottom: 18px; }

	.bio { border-right: 1px solid #ececec; }
		.bio h3 { color: #999999; font-size: 11px; font-weight: 400; }

	.small-info { padding-left: 12px; }
		.small-info ul, .small-info p { font-size: 14px; margin-bottom: 30px; }

	/* Slider */
	a.browse {
		background-attachment: scroll;
		background-clip: border-box;
		background-color: transparent;
		background-image: url("../images/sprite_slider.png");
		background-origin: padding-box;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: auto auto;
		cursor: pointer;
		display: block;
		float: left;
		font-size: 1px;
		height: 20px;
		opacity: 0.8;
		position: absolute;
		top: 240px;
		width: 12px;
		z-index: 10000;
	}
	a.browse:hover { opacity: 1; }
	a.right {
		background-position: -13px 0;
		float: right;
		clear: right;
		right: 36px;
	}

	a.left {
		background-position: 0 0;
		float: left;
		margin-left: 0;
		left: 36px;
	}
	.items { clear: both; position: absolute; width: 20000em; }
		.items div { float: left; }
	.scrollable { position:relative; overflow:hidden; width: 1200px; height:500px; }
		.scrollable .items { width: 20000em; position: absolute; }

	/* Google Map */
	#map_canvas { height: 400px; }
		#map_canvas img { max-width: none; }
		#map_canvas h1 { font-size: 14px; font-weight: 500; line-height: 1em; letter-spacing: 1px; margin: 10px 0 0; }
		#map_canvas p { margin-bottom: 0; margin-top: 0; }
		#map_canvas .gmnoprint { line-height: 2; }


	/********** Websites Page **********/

	.web-wrapper { border-bottom: 1px solid #ececec; padding: 60px 0; text-align: center; }
		.web-wrapper h2 { color: #212121; font-size: 14px; font-weight: 500; letter-spacing: 1px; margin-bottom: 12px; text-transform: uppercase; }
		.web-wrapper a { font-size: 20px; }
		.border { border: 1px solid #ececec; }

	.s-wrapper { clear: both; display: block; text-align: center; }
		.s-wrapper img { margin-bottom: 48px; max-width: 100%; }



/* Media queries!
-------------------------------------------------------------------------------*/

/* 960 Screens */
@media only screen and (min-width: 960px) and (max-width: 1250px) {
	.description { padding: 72px; }
	.image-holder { height: 500px; }
		#bake-logo { padding-top: 164px; }
	.ccw-testimonial { height: 297px; }
	blockquote, blockquote p { font-size: 18px; line-height: 28px; }
	blockquote p { padding: 0 24px; }
	#plo { width: 60%; }
	.link-text h2 { font-size: 14px; margin-bottom: 0; }
	.logo-space { padding-bottom: 48px; padding-top: 84px; }
	.work-heading p { padding: 0 160px 72px; }

	#studio { height: 400px; }
	a.browse { top: 189px; }
	.items img { width: 936px; }
	.bio img { float: left; margin-right: 24px; }
	#panes p { padding-right: 12px;}

	.work-grid a { padding: 83px 0;}

.wrapper {
    padding: 0 72px;
}
}


/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.description { padding: 72px 24px; }
	.image-holder { height: 500px; }
	h1 { font-size: 21px; }
	p.lead { font-size: 20px; line-height: 34px; width: 100%; }
	blockquote p { padding: 0px; }
	blockquote, blockquote p { font-size: 16px; line-height: 26px; }
	#csc { padding-top: 70px; }
	#plo, #sjc { width: 80%; }

    #hover { display:none;}
	.work-heading p { font-size: 20px; line-height: 32px; padding-left: 50px; padding-right: 50px; padding-bottom: 54px; }
	.project-grid { padding-top: 54px; }
	#home #footer-container { margin-top: 36px; }
	#project-nav-bottom { margin-top: 54px; }
	#project-nav-bottom { padding-top: 30px; padding-bottom: 30px; }
	#footer h3 { font-size: 13px; }

	/* Studio */
	#profiles { padding-bottom: 36px; }
	#profiles .four.columns { padding-bottom: 0; padding-top: 36px; width: 768px; border-top: 1px solid #ececec; }
	#profiles .eight.columns { width: 768px; padding-bottom: 0; }
	#studio { height: 318px; }
	.small-info { padding-left: 0px; width: 768px; }
	.small-info ul { margin-bottom: 0;}
	#clients, #credits { width: 33.3333%; float: left; }
	.bio { padding-bottom: 36px; border-right: none; }
	#contact-section {padding-top: 36px;}

	a.browse { top: 149px; }
	.items img { width: 744px; }

	#panes h3, #panes ul { padding-left: 30px; }

	.work-grid h3 { font-size: 22px; }
	.work-grid a { padding: 61px 0;}
	#logo {
    width: 207px;
}
.wrapper {
    padding: 0 12px;
}
}

/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	h1 { font-size: 18px; line-height: 28px; }
	.work-heading h1:after { padding: 2px 0px 4px; }
	.logo-space { padding-top: 36px; padding-bottom: 36px; }
	p { line-height: 22px; }
	#hover { display:none; }
	.fade { opcaity: 1; }
	#web-info { padding-top: 36px; }
	#home #footer-container, #project-nav-bottom { margin-top: 24px; }
	#footer p, #footer h3 { text-align: left; }
	#footer h3 { margin-bottom: 6px; font-size: 12px; }
	#footer p { margin-bottom: 18px; }
	#footer-container #footer { padding: 36px 0 24px; }
	#footer-container #bottom { height: auto; padding-bottom: 0px; }
	#bottom .copyright { float: none; margin: 0 auto; padding-bottom: 24px; text-align: center; }
	blockquote.right, blockquote.left { border: none; margin-bottom: 0;padding-right: 0;text-align: center; width: 100%; }
	blockquote, blockquote p { color: #333333; font-size: 16px; font-style: italic; line-height: 26px; padding: 0; text-align: center; width: 100%; }
	.vert-space { padding: 12px 0; }
	#web-info p { font-size: 19px; }

	/* Homepage */
	.work-heading p { font-size: 18px; line-height: 28px; padding: 0 0 48px 0; }
	.project-grid { padding-top: 48px; }

	/* What We Do */
	.icon img { display: none; }
	.icon h2 { margin-bottom: 18px; margin-top: 0; }
	#row { height: auto; padding: 0 0 36px; }
	#row .icon:hover, #row .icon.current { margin-top: 0; opacity: 1; }
	#row .icon { width: 33.3333%; }
	#panes { padding-top: 36px; }
	#panes p { padding-right: 0px; }
	#panes .four.columns { border-left: none; }
	#panes h3, #panes ul { padding-left: 0px; }

	/* Studio */
	.bio { text-align: center; border-right: none; }
	.bio img { float: none; margin: 0 0 12px; }
	.bio p { padding-right: 0px; }
	.bio h3 { font-size: 10px; }
	.small-info { border-left: none; padding-left: 0px; }
	#profiles { padding-bottom: 0px; padding-top: 36px; }
	#map_canvas { height: 200px; }
	#profiles .four.columns { padding-bottom: 0px; }
	#contact-section { padding-top:24px; }
	#studio { display: none; }
	a.browse { display: none; }

}

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

	header { height: 256px; }
	#logo { margin-bottom: 0px; }
	#nav { padding-top: 0px; }
		#nav li { padding: 10px 28px 10px 0; }
	#nav-wrapper { float: left; clear: both; }

	p.lead { font-size: 19px; line-height: 30px; width: 100%; }
	.description { padding: 60px 0; }
	.description h2 { font-size: 11px; }
	p.lead, .description a { font-size: 18px; line-height: 28px; }
	.wrapper { padding: 0px 48px; }
	.image-holder { height: 250px; }
		#csc { padding-top: 48px; }
		#bake-logo { padding-top: 68px; width: 45%; }
		#sjc-logo { padding-top: 84px; width: 45%; }
		#plo, #sjc { padding-top: 36px; width: 72%; }

	#project-nav-bottom .grid { width: 20%; }
	#project-nav-bottom .next, #project-nav-bottom .prev { width: 40%; }
	blockquote.right, blockquote.left { border: none; }
	#bottom .social { float: none; text-align: center; }
	#bottom a { padding: 0 13px; font-size: 11px; }

}

/* Mobile Portrait */
@media only screen and (max-width: 479px) {
	p.lead { font-size: 19px; line-height: 30px; width: 100%; }
	.description { padding: 48px 0; }
	p.lead, .description a { font-size: 18px; line-height: 28px; }
	header { height: 330px; }
	.wrapper { padding: 0px 16px; }
	#nav-wrapper { float: left; clear: both; }
	#nav { padding: 0px; }
	#nav li { padding: 0px 28px 6px 0; clear: both;}
	#logo { margin-bottom: 0px; }
	.image-holder { height: 160px; }
		#csc { padding-top: 24px; padding-bottom: 24px; width: 266px; }
		#csc img { max-width: 266px; }
		#bake-logo { padding-top:34px; width: 55%; }
		#plo, #sjc { padding-top: 24px; width: 78%; }

	#project-nav-bottom { padding: 0px; height: auto; }
	#project-nav-bottom .grid { display: none; }
	#project-nav-bottom .next, #project-nav-bottom .prev { padding: 20px 0; width: 49%; }
	#project-nav-bottom .prev { border-right: 1px solid #ECECEC; }

	.work-grid a { padding: 85px 0;}

	#bottom .social { float: none; font-size: 11px; text-align: center; }
	#bottom a { padding: 0 13px 0 0; }

	/* What We Do */
	#row { padding: 0 0 18px; }

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

}

@media all and (orientation: landscape) {

}

.bg-image {
    position: relative; margin-bottom:30px; margin-top:-50px;
}
.bg-image img {
    display: block;
    width: 100%;
    max-width: 1800px; /* corresponds to max height of 450px */
    margin: 0 auto; height:350px;
}


/*---------pcss------------*/

.list_li
{
	position: relative;
	transition: 1.5s all;
}
.list_cat
{
	position: absolute;
    top: 50px;
    width: 40rem;
    height: auto;
    z-index: 10;
    border-radius: 10px;
    left: -15rem;
    background-color: #1b1b1b;
    color: #fff;
    font-weight: 500;
    display: none;
    transition: 1.5s all;
}
.list_cat li
{
	float: unset !important;
    padding: 3px 20px !important;
    text-align: left;
}
.list_li:hover .list_cat
{
	display: block;
	transition: 1.5s all;
}
.list_cat li a
{
	color: #b5b5b5;
	cursor: pointer;
}
.list_cat li a:hover
{
	color: #fff;
}
.list_cat ul
{
	padding: 15px 0px;
}
.bx1
{
	width: 33%;
	display: inline-block;
    vertical-align: top;
    margin-top: 25px;
}
.slick-arrow
{
	background-color: #000;
    color: #fff;
     width: 40px;
    height: 40px;
    text-align: center;
    padding: 19px 0px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #fff;
    outline: none;
    background: #000;
}
.slick-next:before {
    line-height: 0;
}
.slick-prev:before {
    line-height: 0;
}
.slick-prev {
    left: -45px;
    top: 44%;
}
.slick-next {
    right: -45px;
    top: 44%;
}
.landscape img
{
	margin: 0 auto;
	width: 440px;
}
.slider-nav img
{
	width: 190px;
	margin: 0 auto;
}
.slider-nav
{
	width: 70%;
    margin: 0 auto;
}
.lis_li_li
{
	position: relative;
}
.list_subcat
{
	position: absolute;
    background-color: #1b1b1b;
    display: none;
    z-index: 10;
    border-radius: 10px;
}
.lis_li_li:hover .list_subcat
{
	display: block;
}
.lis_li_li i
{
	float: right;
	margin-top: 6px;
}
.half-column{
	width: 49%;
	display: inline-block;
}

.rig_sid
{
	right: 311px;
    top: -15px;
    width: 18rem;
}
.rig_sid2
{
	 right: 311px;
    top: -12px;
    width: 19rem;
}
.rig_sid3
{
	right: 311px;
    top: -12px;
    width: 8rem;
}
.rig_sid4 {
    right: -225px;
    top: -12px;
}
.rig_sid5 {
    right: -230px;
    top: -12px;
}
.rig_sid6 {
    right: 311px;
    top: -12px;
    width: 11rem;
}
@media (max-width: 600px){
	.half-column{
		width: 100%;
		display: inline-block;
	}
	.list_cat{
		width: 94vw;
		left: 0;
	}
	.rig_sid, .rig_sid2, .rig_sid3, .rig_sid4, .rig_sid5, .rig_sid6{
		width: 100%;
	}
}
/* The Modal Start (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 35%;
  position: relative;
}

/* The Close Button */
.close {
      color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    display: block;
    text-align: right;
    margin-top: -8px;
    margin-bottom: 25px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* The Modal End (background) */
.frm_cnt{
	    display: block !important;
    width: 95%;
    height: 40px !important;
    padding: 0px 0px 0px 15px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    margin: 0 auto;
    margin-bottom: 20px !important;
}
#frm
{
	text-align: center;
}
.btnsub{
	background-color: #fff;
    color: #010101;
    border: none;
    padding: 15px 50px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
    border:2px solid #010101;
    outline: none;
}
.btnsub:hover
{
	background-color: #010101;
	color: #fff;
}
.modal-content::after {
	position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 35px solid #010101;
    border-right: 35px solid transparent;
    top: 0;
    left: 0;
}
.modal-content::before {
	position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 35px solid #010101;
    border-left: 35px solid transparent;
    bottom: 0;
    right: 0;
}
.dis_non
{
	display: none;
}
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
.btn_pos
{
	position: relative;
}
.pos_abso
{
	position: absolute;
    top: -5px;
    width: 221px;
    height: 42px;
    cursor: pointer;
}

@media(min-width: 320px) and (max-width: 767px)
{
	.marl60 {
    margin-left: 0px !important;
}
.bx1
{
	width: 100%;
	display: block;
    vertical-align: top;
    margin-top: 25px;
}
.tabres
{
	height: auto !important;
}
.slick-arrow {
    width: 30px;
    height: 30px;
    padding: 14px 0px;
}
.slick-next {
    right: -15px;
    z-index: 1;
}
.slick-prev {
    left: -15px;
    z-index: 1;
}
.slider-nav {
     width: 100%;
}
.rig_sid
{
    position: unset;
    background-color: #3c3c3c;
}
.rig_sid2
{
	  position: unset;
	  background-color: #3c3c3c;
}
.rig_sid3
{
	 position: unset;
	 background-color: #3c3c3c;
}
.rig_sid4
{
	 position: unset;
	 background-color: #3c3c3c;
}
.lis_li_li {
    padding: 0 !important;
}
.rig_sid5
{
	 position: unset;
	 background-color: #3c3c3c;
}
.rig_sid6
{
	 position: unset;
	 background-color: #3c3c3c;
}
.modal-content {
    width: 82%;
}
#snackbar {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
}
}

/*-------------------------*/
.dis_inblk
{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
}
.marl60
{
	margin-left: 60px;
}

/*---------------*/

.list_li font
{
  font-size: 12px;
}

.goog-logo-link {
   display:none !important;
}

.goog-te-gadget{
   color: transparent !important;
}
.goog-te-combo
{
    border-radius: 4px;
    background-color: transparent;
    color: #777;
    border: thin solid #777;
    padding: 6px 4px 6px 25px;
    outline: none;
    margin-top: 0px !important;
    font-family: "brandon-grotesque",sans-serif !important;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: auto;
}
.goog-te-combo{
     -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
@media (min-width: 800px){
	.goog-btn-pos{
		margin: -40px -60px 0px 0px !important;
	}

}
.goog-te-banner-frame{visibility:hidden !important;}
#home{top:0px !important;}

   /*------------------------------*/
   .wid100
   {
   	width: 100%;
   	margin-bottom: 50px;
   }
   .mar_b15
   {
    margin-bottom: 15px;
	display: inline-block;
   }
   .fon18
   {
   	font-size: 20px;
   	    font-weight: 600;
   }


   .more-info-p {
	text-align: center;
    font-size: 22px;
    line-height: 1.3;
    margin-top: 15px;
   }