/*
Theme Name: Kaan WP Theme
Theme URI:
Author:
Author URI:
Description:
Version: 1.0
Text Domain: kaanwp
*/

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

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

audio, canvas, video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body, button, input, select, textarea {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

a:focus {
	text-decoration: none;
	outline: none;
}

a:hover, a:active {color: inherit; outline: 0}

a:hover {text-decoration: none;}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b, strong {font-weight: 700}

cite, dfn, em, i {font-style: italic}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

code, kbd, tt, var, samp, pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite, blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em, blockquote i, blockquote cite {font-style: normal}

blockquote strong, blockquote b {font-weight: 400}

small {font-size: smaller}

big {font-size: 125%}

sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {bottom: 1ex}

sub {top: .5ex}

dl {margin-bottom: 24px}

dt {font-weight: bold}

dd {margin-bottom: 24px}

ul, ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {list-style: disc}

ol {list-style: decimal}

li > ul, li > ol {margin: 0 0 0 20px}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	max-width: 100%;
	vertical-align: middle;
}

figure {margin: 0}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {white-space: normal}

button, input, select, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button, input {line-height: normal}

input, textarea {background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0))}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #000;
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], input[disabled] {cursor: default}

input[type="checkbox"], input[type="radio"] {padding: 0}

input[type="search"] {-webkit-appearance: textfield}

input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {overflow: auto; vertical-align: top}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

table, th, td {	border: 1px solid rgba(0, 0, 0, 0.1)}

th, td {padding: 10px}

caption, th, td {font-weight: normal; text-align: left}

th {border-width: 0 1px 1px 0; font-weight: bold}

td {border-width: 0 1px 1px 0}

del {color: #767676}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #919191;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #919191;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input, textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {color: #000; width: 100%}

input:focus, textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

input[type="text"], input[type="color"], input[type="url"], input[type="number"], input[type="email"]{
	color: #000;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

label {font-size: 16px}

input[type="radio"], input[type="checkbox"] {display: none}

input[type="radio"] + label, input[type="checkbox"] + label {
	position: relative;
	padding-left: 22px!important;
	margin: 5px 20px 5px 5px!important;
	cursor: pointer;
}

input[type="radio"] + label:before, input[type="radio"] + label:after,
input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
	content: "";
	position: absolute;
}

input[type="radio"] + label:before,
input[type="radio"] + label:after {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

input[type="radio"] + label:before {
	width: 15px;
	height: 15px;
	top: 5px;
	left: 0;
	border: 1px solid #bfbfbf;
	background-color: #fff;
	box-shadow: 1px 0 2px rgba(255,255,255,0.3) inset;
	-moz-box-shadow: 1px 0 2px rgba(255,255,255,0.3) inset;
	-webkit-box-shadow: 1px 0 2px rgba(255,255,255,0.3) inset;
	-ms-box-shadow: 1px 0 2px rgba(255,255,255,0.3) inset;
	-o-box-shadow: 1px 0 2px rgba(255,255,255,0.3) inset;
}

input[type="radio"]:checked + label:after {
	width: 7px;
	height: 7px;
	left: 4px;
	top: 9px;
	background-color:#67717b
}

input[type="checkbox"] + label:before {
	width: 13px;
	height: 13px;
	top: 6px;
	left: 0;
	border: 1px solid #bfbfbf;
	background-color: #fff;
}

input[type="checkbox"]:checked + label:after {
	content: "";
	width: 8px;
	height: 4px;
	left: 3px;
	top: 10px;
	border-width: 0 0 2px 2px;
	border-style: solid;
	border-color: #646e77;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

/* Buttons */

button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	border-radius: 2px;
	color: white;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #ee2f55;
	color: #fff;
}

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

optgroup, option {color: #000; background-color: #fff}

option {padding: 5px}

.search-submit {display: none}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */
.widget img, .wp-caption {max-width: 100%}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {height: auto}

img.size-full, img.size-large, .wp-post-image, .post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed, iframe, object, video {margin-bottom: 24px; max-width: 100%}

p > embed, p > iframe, p > object, span > embed,
span > iframe, span > object {margin-bottom: 0}

/* Alignment */

.alignleft {float: left}

.alignright {float: right}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft, img.alignleft {margin: 7px 24px 7px 0}

.wp-caption.alignleft {margin: 7px 14px 7px 0}

blockquote.alignright, img.alignright {margin: 7px 0 7px 24px}

.wp-caption.alignright {margin: 7px 0 7px 14px}

blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter {margin-top: 7px; margin-bottom: 7px}

.wp-caption {margin-bottom: 24px}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {color: #767676}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.kaan-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	padding-top: 0!important;
	height: 0;
	margin-bottom: 20px
}

.kaan-video iframe {position: absolute; top: 0; left: 0; width: 100%;height: 100%}

/** BEGIN GLOBAL STYLE
===============================================*/
body {
	color: #000;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

body.zoom-view-active {
	overflow: hidden;
}

body, html {height: 100%}




#content .device-content {height: 80%; padding-right: 20px!important}

#content .mCustomScrollbar.device-content {height: 80%; padding-right: 0px!important}




.home #footer {padding: 0}

.custom-scroll #footer {padding: 0}

p {margin-bottom: 15px}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	line-height: 1;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, sans-serif
}

h1 {font-size: 50px}
h2 {font-size: 40px}
h3 {font-size: 30px}
h4 {font-size: 25px}
h5 {font-size: 20px}
h6 {font-size: 16px}

.text-md {font-size: 20px}

#jobs-content h1.page-title {margin-bottom: 60px}
#job-contact h3 {font-size: 50px}

h1.page-title {
	font-size: 50px;
	margin-bottom: 20px
}

.title-year {margin-bottom: 15px}

[class*="gap"] {clear: both; height: 5px}
.gap-10 {height: 10px}
.gap-15 {height: 15px}
.gap-20 {height: 20px}
.gap-25 {height: 25px}
.gap-30 {height: 30px}
.gap-35 {height: 35px}
.gap-40 {height: 40px}
.gap-45 {height: 45px}
.gap-50 {height: 50px}
.gap-55 {height: 55px}
.gap-60 {height: 60px}
.gap-65 {height: 65px}

.small-type {font-size: 15px}
.medium-type {font-size: 20px}
.big-type {font-size: 24px}

#founder-content {font-size: 16px}

#founder-content .type-founder {
	margin-bottom: 30px;
}

#founder-content #team {margin-top: 45px}

#team h3 {margin-bottom: 30px}

.small-type .post-title {font-size: 16px; line-height: 1.3; margin-bottom: 2px;}
.medium-type .post-title {
	font-size: 36px;
	line-height: 1.1;
}

.small-type .post-title + img {margin-top: 4px; margin-bottom: 35px}

.big-type .post-title {font-size: 50px; }

.small-font {font-size: 14px}
.medium-font {font-size: 28px}
.large-font {font-size: 40px}

.space-medium {padding-bottom: 15px}
.space-large {padding-bottom: 30px}

.underline {text-decoration: underline;}

.font-bold {font-weight: bold;}

span.meta-date {
	font-size: 16px;
	font-weight: bold;
}


.kaicon {
	display: inline-block;
	margin-right: 3px;
	width: 11px;
	height: 13px;
	vertical-align: 7px;
	background-image: url(images/social-icons.png);
	background-repeat: no-repeat;
}

.kaicon.ka-email {height: 16px; width: 22px; background-position: -67px 0}
.kaicon.ka-facebook {background-position: -1px 0}
.kaicon.ka-arch {width: 12px;background-position: -16px 0}
.kaicon.ka-pinterest {background-position: -36px 0}
.kaicon.ka-architect {width: 13px;background-position: -50px 0}

a {
	color: #000;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

a:hover {text-decoration: none}

.seperator {
	height: 1px;
	margin: 15px -15px 0;
	background-color: #000
}

#zoom-view {
	display: none;
	position: fixed;
	top: 85px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: auto;
	background-color: #fff;
}

.admin-bar #zoom-view {top: 30px;}

#zoom-view .header {min-height: 0}

#zoom-view .view-image {
	margin: 20px auto 0;
	position: relative;
}

#zoom-view .view-image .post-title {
	color: #000;
	font-size: 15px;
	position: absolute;
	right: 45px;
	top: 10px;
}

#zoom-view .view-image img {width: 100%}

#zoom-view a.zoom-close {
	color: #000;
	position: absolute;
	right: 15px;
	top: 8px;
	width: 18px;
	height: 18px;
	background:url(images/close.png) no-repeat center center;
}

.black a.zoom-close {
	color: #fff !important;
	background:url(images/close-white.png) no-repeat center center !important;
}

.black .view-image h5.post-title {
	color: #fff !important;
}


form.kaan-search {position: relative}

form.kaan-search input.search-field {
	color: #000;
	font-size: 20px;
	padding: 3px;
	border: none;
	width: 80px;
	font-weight: bold;
	background-color: transparent;

	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

form.kaan-search input.search-field.focus {width: 150px; border-bottom: 1px solid #000}

form.kaan-search .search-submit {
	color: #000;
	display: none;
	padding: 0;
	font-size: 20px;
	background-color: transparent;
	position: relative;
	top: -4px;
	margin-left: 5px;
}

form.kaan-search input.search-field.focus + .search-submit {display: inline-block}

#device-search {margin-top: 40px}

#device-search form.kaan-search {
	width: 90%;
	border-bottom: 1px solid #000
}

#device-search form.kaan-search input.search-field {
	width: 100%;
	font-size: 36px;
	border-bottom: none!important;
}

#device-search form.kaan-search .search-submit {
	display: block!important;
	font-size: 30px;
	right: 0;
	background: url(images/arrow-right.png) no-repeat 0 center!important;
}

#device-search form.kaan-search .search-submit i {color: transparent!important}
/** BEGIN HEADER STYLE
===============================================*/
header.header {min-height: 107px; padding-top: 20px}

div.header-info {position: relative}

div.header-info .col-sm-9 {position: static;}

header.header span.page-title {
	font-size: 27px;
	margin-left: 4px;
	text-transform: lowercase;
	position: absolute;
	top: 5px;
	display: block;
	left: 130px;
	line-height: 1
}

header.header .navbar-toggle {
	color:#000;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: none;
	background-color: transparent
}

header.header .social-links {float: right; position: relative; top: -3px; margin-left: 28px!important; margin-right: 0!important}

.social-links a {display: inline-block; margin: 0 4px; text-align: center; vertical-align: middle}

.social-links a:last-child {margin-right: 0}

ul.nav-menu-container .social-links a {font-size: 162%!important}

.social-links a.noborder {position: relative; top:3px; border: none}

.social-links a i.kaicon {margin-right: 0}

#content .social-links .clearfix {display: none!important; clear: none!important}

#main-navigation {margin-top: -2px; padding: 0}

#main-navigation .menu-box {margin-top: 5px}

header.header .navbar-toggle {margin-top: 7px}

header.header ul.nav-menu-container {list-style: none; margin: 0; padding: 0; text-align: center}

header.header ul.nav-menu-container ul {list-style: none; margin: 0; padding: 0}

header.header ul.nav-menu-container ul.main-nav {
	position: absolute;
	padding-top: 20px;
	text-align: center;
	top: 49px;
	left: 0;
	right: 0;
	margin: 0;
	display: none;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;

	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

header.header ul.nav-menu-container > li {
	display: inline-block;
	margin: 0 10px;
	font-weight: bold;
}

header.header li.menu-box > a {cursor: pointer;}

header.header ul.nav-menu-container li.menu-box.active > ul.main-nav {
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

header.header li.menu-box ul.main-nav li {display: inline-block; margin: 0 15px}

header.header ul.nav-menu-container li a {color: #000; font-size: 20px}

header.header ul.nav-menu-container li.search-link a {font-size: 16px}

header.header li.menu-box ul.main-nav li a {
	color: #808080;
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.device-content {padding-right: 35px}

.mCustomScrollbar.device-content {padding-right: 15px}

.device-content.col-sm-2 {
	padding-right: 20px;
}

.mCustomScrollbar.device-content.col-sm-2 {
	padding-right: 0px;
}

.mCSB_container {margin-right: 15px; padding-bottom: 20px}

.mCSB_container.mCS_no_scrollbar {margin-right: 15px}

.mCSB_scrollTools .mCSB_dragger {width: 6px; right: 0}

/** BEGIN FILTER LIST STYLE
===============================================*/
#content-row {position: relative}

#content ul.all-terms, #content ul.all-terms ul {list-style: none; margin: 0; padding: 0; font-weight: bold; font-size: 14px}

ul.all-terms .category .group-name {
	display: none !important;
}

#content ul.all-terms:after {content: ""; display: block; height: 0; clear: both}

#content ul.all-terms li.active a {font-weight: bold!important; text-decoration: underline;}

#content ul.all-terms .group-title {font-size: 16px; text-transform: uppercase;	margin-bottom: 25px}

#content ul.all-terms span.group-name {display: block; font-size: 16px; text-transform: uppercase}

#content ul.all-terms > li {margin-bottom: 30px}

#content ul.all-terms li li {margin-bottom: 3px}

#content ul.all-terms a {display: inline-block; position: relative}

#content ul.all-terms.small-device {display: none; margin: 10px 0 5px 0}

#content ul.all-terms.small-device * {text-transform: none; font-weight: normal; line-height: 1.2!important}

#content ul.all-terms.small-device li a.goto-prev {padding: 0; margin-right: 5px; font-size: 20px}

#content ul.all-terms.small-device > li {position: relative; float: left; margin-bottom: 0; z-index: 5; height: 25px;}

#content ul.all-terms.small-device li.term-list span {padding: 0 10px; text-transform: capitalize; font-weight: bold;}

#content ul.all-terms.small-device ul.sub-item {display: none; padding-top: 10px; min-width: 150px; position: absolute; background-color: #fff; z-index: 10}

#content ul.all-terms.small-device li:hover > ul.sub-item, #content ul.all-terms.small-device li:focus > ul.sub-item {display: block}

#content ul.all-terms.small-device li a {font-weight:bold; padding: 0 15px; margin: 0; line-height: 1.2; text-transform: none}

#content ul.all-terms.small-device > li > a {vertical-align: top; text-align: center}

#content ul.all-terms.small-device ul.sub-item a {padding: 5px 10px; font-size: 16px;}

#content ul.all-terms.small-device span.group-name {cursor: pointer}

#content ul.all-terms.small-device.single-tax span.group-name {display: none;}

#content ul.all-terms.small-device.single-tax ul.sub-item {display: inline-block!important; position: static; margin-top: -6px; margin-left: 10px}

#content ul.all-terms.small-device.single-tax ul.sub-item li {display: inline-block}

/** BEGIN POST STYLE
===============================================*/
#content {margin-top: 13px}

#content li {margin-bottom: 10px}

#content .search-title {font-size: 13px}

#content .search-title span {
	margin: 10px 0;
	display: block;
	text-transform: uppercase;
}

a.goto-prev {
	display: inline-block;
	margin-bottom: 10px;
	width: 11px;
	height: 18px;
	background:url(images/goprev.png) no-repeat;
}

article.posts {margin-bottom: 16px; position: relative}

.post-title a {color: #000}
article.posts .meta-info {line-height: 1.2em; margin-bottom: 3px; font-weight: bold}

#facts-info .meta-info {font-weight: inherit}

article.posts .meta-info a {
	color: #000;
	font-size: 16px;
	font-family: "Helvetica Neue", Arial,sans-serif;
}

article.posts .post-details {display: none}

article.posts a.expand-btn {
	color: #000;
	font-size: 22px;
	text-decoration: none;
	position: absolute;
	right: 5px;
	bottom: -17px;
	outline:none;
}

article.posts.add-opacity {
	opacity: 0.5;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

article.posts.add-opacity:hover {opacity: 1}

article.posts .meta-info.bigspace {margin-bottom: 30px}

a.download-pdf {
	font-weight: bold;
	font-size: 14px !important;
	line-height: 1;
	padding-right: 20px!important;
	background:url(images/pdf-download.png) no-repeat right center;
}

#facts-info .meta-info strong {font-size: 16px; line-height: 2em;}

#facts-info .project-team span.team-heading {
	font-weight: bold;
	display: block;
	cursor: pointer;
	font-size: 16px;
	padding-right: 25px;
	background-image: url(images/down-arrow.png);
	background-repeat: no-repeat;
	background-position: right 5px;
}

#facts-info .project-team span.team-heading.opened {background-image: url(images/arrow-up.png)}

span.team-heading.opened span.hide-open {
	display: none;
}

span.team-heading.opened span {
	display: inline;
}

.project-team .team-details {display: none}

a.subscribe-newsletter {
	color: #808080;
	font-size: 32px;
	line-height: 1.1;
	font-weight: bold;
}

.see-map {
	font-weight: bold;
	margin: 25px 0 45px
}

.contact-no {font-size: 36px}

.filter-button {
	text-align: right;
	margin-bottom: 10px
}

.filter-button a {font-size: 25px; padding: 5px;}

/** BEGIN WORK THUMBVIEW STYLE
===============================================*/
.all-terms {margin-bottom: 40px}

.works-terms h4 + ul {margin-top: 5px}

article.posts .thumbview {
	display: block;
	position: relative;
	background-color: #bfbfbf
}

article.posts .thumbview img, article.posts.style-thumb img.featured-img {
	width: 100%;
	filter:gray;
	filter: url(assets/filter.svg#grayscale);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

article.posts .thumbview .post-title, article.posts.style-thumb .overlay-info {
	padding: 5px 10px;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	opacity: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

article.posts .thumbview:hover .post-title, article.posts.style-thumb:hover .overlay-info {opacity: 1!important}

article.posts .thumbview:hover img, article.posts.style-thumb:hover img.featured-img {
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
}



/** BEGIN WORK SLIDER STYLE
===============================================*/
.work-gallery {position: relative; margin-bottom: 20px; padding-bottom: 40px; overflow: hidden}

.work-gallery .gallery-box {width: 100%; height: 100%; position: relative}

.work-gallery .owl-carousel .owl-wrapper-outer, .work-gallery .owl-carousel .owl-wrapper, .work-gallery .owl-carousel .owl-item {height: 100%}

.work-gallery .gallery-single {width: 100%; height: 100%}

.work-gallery .gallery-single img {width: 100%}

.work-gallery a.gallery-zoom-btn {color: rgba(255,255,255,0.7); position: absolute; right: 9px; bottom: 10px; width: 28px;	height: 28px; background:url(images/zoom-btn.png) no-repeat center center}

.work-gallery .owl-buttons > div {
	font-size: 50px;
	width: 20px;
	height: 38px;
	position: absolute;
	top: 50%;
	margin-top: -17px!important;
	background-image: url(images/gallery-arrow.png)!important;
	background-repeat: no-repeat!important;
	background-color: transparent!important;
	border-radius: 0!important;
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
	-ms-border-radius: 0!important;
	-o-border-radius: 0!important;
}

.work-gallery .owl-buttons > div.owl-prev {left: 10px; background-position: 0 0}

.work-gallery .owl-buttons > div.owl-next {right: 10px; background-position: -20px 0!important}

.work-gallery .owl-pagination {position: absolute; bottom: -35px; right: 47px}

@media screen and (-webkit-min-device-pixel-ratio:0) {.work-gallery .owl-pagination {bottom: -26px}}

.work-gallery .work-gallery .owl-theme .owl-controls {margin-top: 0}

.work-gallery .owl-theme .owl-controls .owl-page span {width: 10px; height: 10px; margin: 0 5px; background-color: #c7c8ca; border-radius: 0;	-moz-border-radius: 0; -webkit-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0}

.work-gallery .owl-theme .owl-controls .owl-page.active span {background-color: #231f20}

.work-gallery img.claus-logo {
	position: absolute;
	bottom: 23px;
	left: 0
}

.all-term-list.bold-term a {font-weight: bold;}

/** BEGIN SMALL DEVICE STYLE
===============================================*/
#content ul.device-tab-btn {
	list-style: none;
	margin: 10px 0 25px 0;
	padding: 0;
	width: 100%;
	text-align: center;
	line-height: 1
}

#content ul.device-tab-btn:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

#content ul.device-tab-btn li {
	display: table-cell;
	line-height: 0;
	margin: 0
}

#content ul.device-tab-btn li.goprev-list {width: 10px}
#content ul.device-tab-btn li.goprev-list a {
	padding:0 5px;
	margin-bottom: 0
}

#content ul.device-tab-btn li a {
	font-size: 14px;
	padding: 0 10px;
	line-height: 1;
	vertical-align: middle;
	font-weight: bold;
}

#content ul.device-tab-btn li a:focus {
	outline: none;
}

#content ul.device-tab-btn li.active-btn a {font-weight: bold; text-decoration: underline;}

#content a.email-address {
	font-weight: bold;
	font-size: 26px;
	margin-top: 20px;
	display: inline-block;
}

/** BEGIN DROPDOWN CALENDER STYLE
===============================================*/
.news-calender {
	margin-bottom: 24px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #000;
	position: relative;
	overflow: hidden;
}

.news-calender a.calender-btn {
	display: block;
	font-size: 14px;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
}

.news-calender a.calender-btn:after {
	content: "";
	position: absolute;
	right: 0;
	top: -1px;
	font-size: 18px;
	margin-right: 5px;
	font-family: "FontAwesome";
}

.news-calender.cal-opened a.calender-btn:after {content: "\f106"}

.news-calender a.calender-btn + div {display: none}

.news-calender table caption {display: none;}

.news-calender table {
	border: none;
	margin-bottom: 5px
}

.news-calender table th, .news-calender table td {
	padding: 2px;
	font-size: 12px;
	text-align: center;
	border: none;
}

.news-calender table th, .news-calender table td {
	position: relative;
	text-align: center;
}

.news-calender table tbody td#today, .news-calender table tbody td#today a {color: #fff}

.news-calender table tbody td a:after, .news-calender table tbody td#today:after {
	content: "";
	width: 23px;
	height: 23px;
	margin-left: -18px;
	margin-top: -4px;
	position: absolute;
	background-color: #000;
	z-index: -1;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.news-calender table tbody td a:after {background-color: #c1c1c1}

.news-calender.cal-opened tfoot a {
	color: transparent!important;
	top: 15px;
	width: 10px;
	float: left;
	line-height: 0!important
}

.news-calender.cal-opened tfoot a:hover, .news-calender.cal-opened tfoot a:focus {color: transparent!important}

.news-calender.cal-opened #prev a {left: 0}
.news-calender.cal-opened #next a {right: 0; top: 10px}

.news-calender.cal-opened #prev a:before, .news-calender.cal-opened #next a:after {
	color: #000!important;
	font-size: 18px;
	font-family: "FontAwesome";
}

.news-calender.cal-opened #prev a:before {content: ""}
.news-calender.cal-opened #next a:after {content: ""}


/** BEGIN DROPDOWN CALENDER 2 STYLE
===============================================*/
.news-calender2 {
	margin-bottom: 24px;
	position: relative;
	overflow: hidden;
	max-width: 160px;
}

.news-calender2 .calender-btn {
	display: block;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 4px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
}


.news-calender.cal-opened .calender-btn:after {content: "\f106"}

.news-calender .calender-btn + div {display: none}

.news-calender2 table caption {display: none;}

.news-calender2 table {
	border: none;
	margin-bottom: 5px;
	max-width: 160px;
}

.news-calender2 table th, .news-calender2 table td {
	padding: 2px;
	font-size: 12px;
	text-align: center;
	border: none;
}

.news-calender2 table th, .news-calender2 table td {
	text-align: center;
}

.news-calender2 table tbody td#today, .news-calender2 table tbody td#today a {color: #fff}

.news-calender2 table tbody td a:after, .news-calender2 table tbody td#today:after {
	content: "";
	width: 23px;
	height: 23px;
	margin-left: -18px;
	margin-top: -4px;
	position: absolute;
	background-color: #000;
	z-index: -1;
}

.news-calender2 table tbody td.less10 a:after, .news-calender2 table tbody td#today.less10:after {
	margin-left: -16px;
}

.news-calender2 table tbody td a:after {background-color: #c1c1c1}


.news-calender2 tfoot {
	position: absolute;
	top: 10px;
	right: 5px;
}

.news-calender2 tfoot a {
	color: transparent!important;
	top: 15px;
	padding-left: 10px;
	line-height: 0!important;
	float: right;
	width: 15px;
}

.news-calender2 tfoot a:hover, .news-calender2 tfoot a:focus {color: transparent!important}


.news-calender2 #prev {text-align: right;}

.news-calender2 #next {text-align: right;}

.news-calender2 #prev, .news-calender2 #next {
	width: 0px;
}

.news-calender2 tfoot td.pad {
	display: none;
}

.news-calender2 #prev a {}
.news-calender2 #next a {padding-right: 10px;}


.news-calender2 #prev a:before, .news-calender2 #next a:after {
	color: #000!important;
	font-size: 18px;
	font-family: "FontAwesome";
}

.news-calender2 #prev a:before {content: ""}
.news-calender2 #next a:after {content: ""}

#footer {padding: 0}


/** BEGIN SOUVENIRS HACKS
===============================================*/
@media (min-width: 1200px) {
.pull-up {
	margin-left: 218px;
}
}

@media (min-width: 992px) {
.pull-up {
	margin-top: -140px;
}
}

.post-type-archive-souvenir h1, .tax-souvenir_projects h1 {
	padding-right: 10px;
}

.post-type-archive-souvenir h1.cnk, .tax-souvenir_projects h1.cnk {
	padding-bottom: 34px;
	background: url('images/cnk@2x.png') bottom left no-repeat;
	background-size: 160px 8px;
}

/** BEGIN SCROLL HACKS
===============================================*/

html, body {
	/*overflow-y: hidden !important;*/
}

#content .device-content .mCSB_dragger_bar{display: none !important;}

#content .device-content:hover .mCSB_dragger_bar{display: block !important;}

/** BEGIN SUBSCRIPTION
===============================================*/

.form-horizontal .control-label {
	text-align: left;
	padding-top: 20px;
}

.yks-mailchimpFormContainer .yks-mailchimpFormDivRow {
	margin-bottom: 30px;
	height: 30px;
}

.yks-mailchimpFormDivRowLabel {
	float: left;
	width: 24% !important;
}

.yks-mailchimpFormDivRowField {
	float: left;
	width: 75% !important;
}

.yks-mailchimpFormDivRowField input {
	width: 100%;
}

.yks-require-description {
	display: none;
}

span.yks-required-label {
	color: black;
}

input.ykfmc-submit, input.ykfmc-submit:hover {
	background: none;
	text-transform: none;
	color: black;
	margin-left: 100px;
	font-size: 16px;
	background-image: url(images/arrow-right.png);
	background-position: right center;
	background-repeat: no-repeat;
}


.post-details .wp-post-image {
	margin-bottom: 15px;
}

li.souvenir_projects {
	display: none;
}

.share-icon {
	display: inline-block;
	height: 30px;
	padding-top: 5px;
	font-size: 16px;
	padding-left: 35px;
	background: url(images/share-icon.png) no-repeat left center;
	max-width: 90%;
	vertical-align: middle;
}

.share-icon span {display: none}

a.download-pdf + .share-icon {margin-left: 15px; max-width: 85%}

.no-capitalize {text-transform: none !important}

header.header ul.nav-menu-container {margin-left: -130px}

.main-logo .kaan-logo {color: #231f20; font-size: 28px; display: inline-block; margin-top: -2px}

.page-template-templatesbureau-template-php .share-icon {display: none}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 30px;
}

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

pre {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
	border: none;
	background-color: #fff;
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", Arial, sans-serif;
	}

ul.all-terms .clausen span.group-name {
	display: none !important;
}

ul.all-terms .clausen a {
	font-size: 16px !important;
}



.yks-status .yks-success {
	border: none !important;
	background: none !important;
}

body {
-webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}

.menu-box, .search-box input {
	letter-spacing: 0.01em;
}

.clearboth {
	clear: both;
}
/*

html {
	-webkit-overflow-scrolling: touch;
}

*:not(html) {
    -webkit-transform: translate3d(0, 0, 0);
}
*/

.kaan-video-wrapper {margin: 0 15px}

.video-row {display: flex; margin-left: -15px!important; margin-right: -15px!important}

.video-row > div {flex: 1 1 100%; padding-left: 15px!important; padding-right: 15px!important}
.video-row > div.left {flex: 0 0 190px; padding-top: 4px!important}

.content-collapse {position: relative; margin-bottom: 30px}

.content-collapse .exbtn {
	font-size: 28px;
	line-height: 1;
	position: absolute;
	right: 0;
	bottom: -20px;
	cursor: pointer;
	transition: all 0.2s
}

.content-collapse.opened .exbtn {transform: rotateZ(-180deg)}

.content-collapse .hidden-content {display: none; padding-top: 10px}

ul.filter-group {padding: 0; margin: 0; list-style: none}
ul.filter-group > li {margin-bottom: 33px!important}
ul.filter-group li {position: relative}

ul.filter-group.small-device {margin: 5px 0 20px; font-size: 16px; display: none; position: relative; z-index: 5}
ul.filter-group.small-device:after {content: ""; display: block; height: 0; clear: both;}
ul.filter-group.small-device > li {display: inline-block; margin-bottom: 0!important; vertical-align: middle; line-height: 1; font-size: inherit}
ul.filter-group.small-device > li.goprev {margin-right: 15px}
ul.filter-group.small-device .goto-prev {margin: 0; vertical-align: bottom}

ul.filter-group.small-device .group-title {margin: 0; padding: 0 10px; text-transform: none}


ul.filter-group.small-device li.filter-none {margin-right: 10px}
ul.filter-group.small-device li.filter-none a {text-transform: uppercase;}
ul.filter-group.small-device li.ka-filter.filter-active .group-title {font-size: 0}
ul.filter-group.small-device li.ka-filter.filter-active .group-title span {font-size: 16px; display: block}

ul.filter-group.small-device > li.filter-clausen {display: none!important}

ul.filter-group.small-device ul.items {display: none; position: absolute; left: 0; padding-top: 10px; min-width: 150px; background-color: #fff}
ul.filter-group.small-device li:focus > ul.items,
ul.filter-group.small-device li:hover > ul.items,
ul.filter-group.small-device li:active > ul.items {display: block}

ul.filter-group.small-device ul.items li a {padding: 5px 10px; display: block}


.ka-filter {font-weight: bold; font-size: 14px; margin-bottom: 33px; position: relative}
.ka-filter.group-title {margin-bottom: 33px!important}
.ka-filter.filter-clausen {margin-top: -4px}

.ka-filter .group-title, .ka-filter.filter-none > a {font-size: 16px; text-transform: uppercase;}
.ka-filter.filter-none.filter-active > a {text-decoration: underline}
.ka-filter .group-title {margin-bottom: 4px}
.ka-filter .group-title span {display: none; text-transform: none}

.ka-filter ul.items {list-style: none; padding: 0; margin: 0}
.ka-filter.filter-clausen ul.items {font-size: 16px}

.ka-filter ul.items > li {margin-bottom: 4px!important}
.ka-filter ul.items > li.active > a {text-decoration: underline}




.office-address {margin-bottom: 30px}
.office-address .office-img {margin-bottom: 15px}

.section-title {font-size: 34px; line-height: 1.1; margin-bottom: 27px}

.wrapper-post.column {display: flex; flex-wrap: wrap; margin: 0 -15px}
.wrapper-post.column > * {margin: 0 15px 30px; flex: 0 0 calc(33.333% - 30px)}
.wrapper-post.column.column-2 > * {flex-basis: calc(50% - 30px)}
.wrapper-post.column.column-4 > * {flex-basis: calc(25% - 30px)}

.wrapper-post .group-title {margin-bottom: 30px}

article.posts.awards {margin-bottom: 30px}
article.posts.founder {margin-bottom: 49px!important}
article.posts.style-opacity {opacity: 0.5; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s}
article.posts.style-opacity:hover {opacity: 1}

article.posts.multiple {margin-bottom: 24px}
article.posts.academic.multiple {margin-bottom: 20px}

article.posts .featured-img:not(img) {display: block; margin-bottom: 0}
article.posts img.featured-img {width: 100%; margin-bottom: 20px}
article.style-md img.featured-img {margin-bottom: 6px}
article.style-sm img.featured-img {margin-bottom: 2px}
article.posts.founder img.featured-img {margin-bottom: 1px}
article.style-thumb img.featured-img {margin: 0!important}


.job-title {font-size: 32px; margin-bottom: 27px}
article.job {margin-bottom: 45px}
article.job .post-title {font-size: 24px; margin-bottom: 11px}

.contact-info {font-size: 12px; margin-top: 35px}
.contact-info h6 {font-size: inherit; margin: 20px 0 0 0}
.contact-info h6:first-of-type {margin-top: 0}

.office-address h6 {margin-bottom: 5px}

.about-offer h2 {font-size: 32px; margin-bottom: 15px}
.about-offer h2 span {font-size: 24px; display: block; margin-top: 30px}
.about-offer .jobmail {font-size: 20px; font-weight: bold;line-height: 1}

.social-info {padding: 0; margin: 0; list-style: none}
.social-info.sm {font-size: 12px}
.social-info > li {margin-bottom: 5px!important}
.social-info > li.heading {font-weight: bold}

.meta-content .title {font-size: inherit; line-height: inherit; margin-bottom: 4px}

/* Fix scroll 15-01-2021 */
body.custom-scroll {overflow: hidden}
#content-row {height: calc(100vh - 110px)}
body.admin-bar #content-row {height: calc(100vh - 142px)}
#content .mCustomScrollbar.device-content {height: 98%}
