/*
	Theme Name: Fang Studio

	Description: Fang Studio
	
	Author: Frank
	Author URI: http://toddmotto.com
	

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:500 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:940px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

	position: fixed;
	top:0;
	left: 0;
	padding-top: 63px;
	width: 100%;
	z-index: 5;

}



.header ul {
	padding-left: 0;

}

.header li {
	list-style: none;
	padding: 5px 0;
	text-transform: lowercase;

}

.header li a {
	background: #fff;
	display: inline-block;
	padding: 5px 10px;
	width: 63px;
}

.header li.current-menu-item a {
	background: #b2b2b2;
	color: #fff;
}
/* logo */
.logo {
	margin-left:10px;
}
.logo-img {

}
/* nav */
.nav {
	margin-left: 10px;
}
/* sidebar */
.sidebar {

}

/* main */

.main-content {
	min-height: 500px;
	padding-left: 100px;
	overflow: hidden;

}

.content-wrap {
	padding-left: 20px;
	position: relative;
	z-index: 10;
}

/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/


/* Project list */

.project-cat {
	width: 100%;
	margin-left: 20px;
	border-bottom: 1px #ccc solid;
	position: relative;
	z-index: 99;
}

.project-cat-name {
	text-transform: lowercase;
	position: absolute;
	left: 0;
	bottom:10px;
	padding: 0;
	margin:0;
	font-weight: 500;
}

.project-list {
	padding: 0;
	padding-left: 140px;
	margin: 0;
	margin-left:10px;
}

.project-list li {
	list-style: none;
	display: inline-block;
}

.project-list li img {
	width: 50px;
	height: 50px;
	margin: 20px 12px 12px;
}

.product-img {
	width: 60%;
	float: left;
	margin: 10px 0;
}


.product-img:first-child {
	width: 100%;
}

.product-detail {
	width: 38%;
	float: right;
}

.product-detail p {
	line-height: 2em;
}


/* Studio */
.text-col {
	width: 50%;
}

/* News */
.news-col {
	width: 50%;
	border-right: 1px solid #ccc;
	float: left;
	padding-right: 20px;
}

.pub-col {
	width: 50%;
	float:right;
	padding-left: 20px;
}

.pub-list {
	margin:0;
	padding: 0;
}


.pub-list li {
	list-style: none;
	margin: 10px 0;
}


.pub-list li p {
	float: left;
}


.pub-thumb {
	width: 50px;
	float: right;
}

.pub-list li:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

/* Contact */

.contact-bg {
	height: 570px;
	position: relative;
	
}

.contact-block-1 {
	padding: 20px;
	background: rgba(255,255,255,0.8);
	width: 300px;
	height: auto;
	position: absolute;
	left: 200px;
	top: 90px;
}

.contact-block-2 {
	background: rgba(255,255,255,0.8);
	width: 300px;
	padding: 20px;
	position: absolute;
	left: 530px;
	top: 90px;
	z-index: 6;
}

.contact-block-map {
	position: absolute;
	background: rgba(255,255,255,0.8);
	padding: 10px 20px;
	left: 200px;
	top: 330px;
}

#lang {
	position:absolute;
	right:0;
	top:0;
	z-index:999;
}

#lang ul {
	margin:0;
	padding:0;
}


#lang ul li {
	float:left;
	list-style:none;
}

#lang ul li a {
	background:none;
	padding-left:0;
	padding: 0 5px;
	color:#aaa;
}

#lang ul li.active a {
	color:#222;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

.page-title {
	line-height: 0.8;
	margin-left: 10px;
	font-family: 'eras_demi_itcregular';
	color: #888;
}

.page-title small {
	font-size: 11px;
	font-weight: 400;
	font-family: 'Helvetica', 'Arial', sans-serif;
}

.inner-title {
	
	margin-left: 119px;
	border-bottom: 1px solid #ccc;
	line-height: 0.8;
	padding-bottom: 16px;
	font-family: 'eras_demi_itcregular';
	color: #888;
}

p {
	line-height: 2em;
}

.text-col h1, .text-col h2, .text-col h3, .text-col h4, .text-col h5 {
	font-family: 'eras_demi_itcregular';
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 19, 2014 */



@font-face {
    font-family: 'eras_demi_itcregular';
    src: url('fonts/eras-demi-itc_15890-webfont.eot');
    src: url('fonts/eras-demi-itc_15890-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/eras-demi-itc_15890-webfont.woff2') format('woff2'),
         url('fonts/eras-demi-itc_15890-webfont.woff') format('woff'),
         url('fonts/eras-demi-itc_15890-webfont.ttf') format('truetype'),
         url('fonts/eras-demi-itc_15890-webfont.svg#eras_demi_itcregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'erasitcteebold';
    src: url('fonts/erasitctee-bold_15919-webfont.eot');
    src: url('fonts/erasitctee-bold_15919-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/erasitctee-bold_15919-webfont.woff2') format('woff2'),
         url('fonts/erasitctee-bold_15919-webfont.woff') format('woff'),
         url('fonts/erasitctee-bold_15919-webfont.ttf') format('truetype'),
         url('fonts/erasitctee-bold_15919-webfont.svg#erasitcteebold') format('svg');
    font-weight: normal;
    font-style: normal;

}