/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: 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;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: 'Futura', sans-serif;
	font-weight: 300;
	background-color: white;
	color: black;
}

img {
	max-width: 100%;
}

header {
	margin-top: 30px;
	min-height: 100px;
	margin-bottom: 2em;
}

strong {
	font-weight: 600;
}

hr {
	color: #6D6E71;
}

h1 {
	
}

h2 {
	font-size: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}

h3 {
	display:inline-block; 
	font-size: 1.0em;
	letter-spacing: 0.1em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #6D6E71;
}

.text h3 {
	padding-top: 0.5em;
	border-top: 1px solid #6D6E71;
}

h4 {
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: 0.075em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

h5{

}

h6 {
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	letter-spacing: 0.3em;
}


a{
	color: black;
	text-decoration: none;
}

a:hover {
	color: rgb(125,125,125);
}

p {
	font-size: 0.9em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}
.divider {
	width: 100%;
	border-bottom: 1px solid #6D6E71;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.white {
	background-color: white;
	color: black;
}

.white_72 {
	background-color: rgba(255,255,255,0.72);
	color: black;
}

.white_72 p {
	color: #6D6E71;
}

.black {
	background-color: white;
	color: black;
}

.active {
	color: #D7522B !important;
}

.active a{
	color: #D7522B !important;
}

.black_text {
	color: black;
}

.black_text a{
	color: black;
}

.white_text {
	color: white;
}

.white_text a{
	color: white;
}

.logo_container {
	margin: 0 auto;
	width: 170px;
}

.logo_container img{
	max-width: 100%;
}


.logo {
	text-align: center;
	text-transform: uppercase;
}

.logo h1 {
	display:inline-block; 
	font-size: 1.25em;
	letter-spacing: 0.4em;
	margin-right:-0.4em;
	font-weight: 600;
}

.logo h2 {
	font-size: 1em;
	display:inline-block; 
	letter-spacing: 0.6em;
	margin-right:-0.6em;
	margin-top: 0;
	margin-bottom: 0;
}

.logo_footer h1 {
	font-size: 1.25em;
	letter-spacing: 0.4em;
	margin-right:-0.4em;
	font-weight: 600;
}

.logo_footer h2 {
	font-size: 1em;
	letter-spacing: 0.6em;
	margin-right:-0.6em;
	margin-top: 0;
	margin-bottom: 0;
}

.logo a {
	text-decoration: none;
}

.nav_bar {
	margin-top: 1.5em;
	margin-bottom: 1em;
	text-align: center;
}

.navigation {
	color: white;
}

.navigation a {
	color: black;
	text-decoration: none;
	padding-top: 0.75em;
	padding-bottom: 0.75em;

}

.navigation a:hover {
	color: #D7522B;
	text-decoration: none;
}

.navigation li {
	display: inline-block;
	letter-spacing: 0.3em;
	font-size: 0.8em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.parent li {
	margin-right: 7px;
	margin-left: 7px;
	text-transform: uppercase;
}

.child li {
	margin-left: 5px;
	margin-right: 5px;
	letter-spacing: 0.15em;
	text-transform: lowercase;
}

.lang_sel {
	font-size: 0.75em;
	float: right!important;
	padding-right: 10px;
	text-transform: uppercase;
	letter-spacing: .2em;
}

.lang_sel li{
	display: inline-block;
}

.lang_sel li:not(:last-child):after{
	content: ' | ';
	position: relative;
	top: -1px;
}

.selected {
	color:#D7522B;
}

.intro {
	margin-bottom: 1em;
	margin-top: 1em;
}

.carousel_img {
	position: relative;
	height: 500px;
	overflow: hidden;
}

.thumb {
	position: relative;
	height:225px;
	margin-bottom: 20px;
}

.overlay {
	position: absolute;
	top: calc(50% - 30px);
	z-index: 1;
	left: 10%;
	color: black;
	text-align: center;
	background-color: rgba(255,255,255,0.72);
	width: 80%;
	height: 60px;
	text-align: center;
	display: table;
}

.overlay a{
	color: black;

}

.overlay_container {
	position: relative;
}

.overlay_content {
	display: table-cell; 
	vertical-align: middle;
}

.overlay h5 {
	font-size: 1em;
	text-transform: uppercase;
}

.overlay p {
	white-space:nowrap; 
	font-size: 0.75em;
	overflow:hidden;
	text-overflow:ellipsis;
}

.category {
	font-style: italic;
	text-transform: lowercase;
}

.page_content p{
	margin-bottom: 1em;
	line-height: 1.3em;
}

.lead_image {
	overflow: hidden;
	margin-bottom: 2em;
}

.lead_video {
	margin-bottom: 2em;
}

.project_title {
	margin-bottom: 0.5em;
}

.project_title h6{
	margin-bottom: 0.5em;
}

.project_title p{
	color: #58595b;
}

.project_content p {
	margin-bottom: 1em;
	line-height: 1.3em;
}

.bottom_content img {
	margin-bottom: 2em;
}

.work_sidebar{
	margin-top: 20px;
}
.sidebar_item {
	   margin-bottom: 40px;
}

.sidebar_item div{
    display: table-cell;
}

.sidebar_item .left {
	position: relative;
	width: 100px;
	/*border-right: 1px solid #D7522B;*/
	border-right: 1px solid #000;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 0.3em;
	vertical-align: middle;
}

.sidebar_item .right {
	font-size: 0.9em;
	padding-left: 20px;
	line-height: 1.4em;
}

.home_news {
	margin-bottom: 50px;
}

.home_news p {
	font-size: 0.8em;
	margin-bottom: 1em;
}

.home_news h3 {
	font-size: 0.8em;
	margin-bottom: 0em;
}

.footer {
	margin-top: 4em;
	text-align: center;
	padding: 1.2em;
	color: black;
}

.footer a{
	color: black;
}

.footer p {
	font-size: 0.85em;
	line-height: 1.3em;
	margin: 0;
	margin-top: -0.2em;
}


.video-container {
	position: relative;
	/*padding-bottom: 56.25%;*/
	padding-bottom: 62.5%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 91%;
}

.contact_form {
	font-size: 1.2em;
}

.contact_form input, .contact_form textarea {
		font-size: 0.75em;
		width: 100%;
		border: none;
		padding: 1em;
		resize:none;
		margin-bottom: 1em;
		background-color: #eee;
}

#ss-submit {
	width: 100px;
}

#ss-submit:hover {
	width: 100px;
	background-color: #6D6E71;;
}

.owl-pagination {
	padding-bottom: 1em;
}

.owl-carousel {
	position: relative;
	margin-bottom: 3em;
}

 
/*.owl-theme .owl-buttons i{
  margin-top: 2px;
}
*/
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: 50%;
  top: 200px; 
  margin-left: -470px;
  margin-top: -15px;
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: 50%;
  top:200px;
  margin-right: -480px;
}


.client_logo {
	height: 200px;
	margin-bottom: 20px;
}

.client_logo img {
	max-height: 100%;
}

.description {
	margin-top: 20px;
	margin-bottom: 20px;

}

.news_content h3{
	margin-bottom: 0.2em;
}

.news_item {
	margin-bottom: 20px;
}

.ja{
	
}

.en {

}

.hidden {
	display: none !important;
}

.social {
	margin-top: 1em;
}

.social img{
/* 	filter: invert(100%); */
	vertical-align: middle;
}

.social li{
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	max-width: 25px;
}

article {
	margin-bottom: 2em;
}
.pressimg {
	min-height: 300px;
}

.pressimg img{
	max-width: 100%;
	max-height: 100%;
}

.homevideo {
	margin-bottom: 3em;
}


/**
 * added by tasko from here
 */
 
 .dept {
	display: inline-block;
	padding-left: 10px;
	position: relative;
	top: -4px;
 }
 .dept a {
	font-size: 0.75em;
	letter-spacing: .2em;
 }
 
 .dept a:not(:last-child):after{
	content: ' | ';
	color: #000;
	position: relative;
	top: -1px;
}

 
 .logo {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -45px;
	z-index: 1;
 }
 
 .home-btns {
	position: absolute;
	top: 50%;
	left: 0%;
	text-align: center;
	width: 100%;
 }

 .home-btns a {
	display: inline-block;
	background: rgba(255,255,255,.8);
	padding: .75em;
	box-sizing: border-box;
	vertical-align: bottom;
	height: 4em;
	width: 14em;
	font-size: 13px;
	letter-spacing: .2em;
	line-height: 1.25;
	margin: 0 3.5em;
	transition: all .5s ease;
}

.home-btns a:hover {
	color: #000;
	background: rgba(255,255,255,.9);
}

.home-btns .btn01 {
	padding-top: 1.35em;
}
 
#owl-demo .fullbg {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
 }
 
#owl-demo .owl-item {
	height: 100%;
 }

form label, textarea, input, select {
	display: block;
}
form label {
	margin-bottom: .5em;
}
textarea, input, select {
	margin-bottom: 1em;
}

.contact .page_content {
	margin-top: 15px;
}

.contact-form {
	padding-left: 10px;
}

.contact-form label {
	font-size: 14px;
	letter-spacing: .1em;
}

.contact-form select,
.contact-form input,
.contact-form textarea {
	width: 100%;
	line-height: 1.25em;
	padding: .5em;
	box-sizing: border-box;
	border: 1px solid #000 !important;
}

.contact-form textarea {
	height: 4em;
}

.contact-form select {
	font-size: 12px;
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none;  /*Removes default style Firefox*/
    background: url('../images/select_arrow.png')  no-repeat 99% 50%;
	background-size: 8px 6px;
	border-radius: 0;
	box-shadow: 2px 2px 0 rgba(0,0,0,.15);
	cursor: pointer;
}

.contact-form select:hover {
	background-color: #f8f8f8;
}

.contact-form button {
	font-size: 12px;
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none;  /*Removes default style Firefox*/
    background: #000;
    border: 1px solid #000;
	border-radius: 0;
	box-shadow: 2px 2px 0 rgba(0,0,0,.15);
	min-width: 100px;
	line-height: 2em;
	cursor: pointer;
	color: #fff;
	margin-top: 3px;
}

.contact-form button:hover {
	position: relative;
	top: 2px;
	left: 2px;
	box-shadow: none;
}
/*

.artist {
	background: #000;
	color: #fff;
}

.artist a {
	color: #fff;
}

.artist a:hover {
	color: #ccc;
}

.artist .project_content p {
	color: #fff;	
}

.artist .dept a:not(:last-child):after{
	color: #fff;
}
*/

.pos_relative {
	position: relative;
}

.pos_relative .link_more {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: 0;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

@media screen and (max-width: 960px) {
	body.home {
		min-width: 100% !important;
	}
	body.home .home-btns {
		margin-top: -80px;
	}
	body.home .home-btns a{
		padding: 1.25em;
		font-size: 14px;
		height: 5em;
		width: 19em;
		margin: 0 auto;
		display: block;
	}
	body.home .home-btns .btn01 {
		margin-bottom: 2em;
	}
	body.home .home-btns .btn01 {
		padding-top: 1.95em;
	}
}
