@font-face {
	font-family: 'abelregular';
	src: url('fonts/abel-regular-webfont.eot');
	src: url('fonts/abel-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/abel-regular-webfont.woff2') format('woff2'), url('fonts/abel-regular-webfont.woff') format('woff'), url('fonts/abel-regular-webfont.ttf') format('truetype'), url('fonts/abel-regular-webfont.svg#abelregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Tapeworm';
	src: url("fonts/tapew.eot?") format("eot"), url("fonts/tapew.woff") format("woff"), url("fonts/tapew.ttf") format("truetype"), url("fonts/tapew.svg#Tapeworm") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'college_condensedregular';
	src: url('fonts/collegec-webfont.eot');
	src: url('fonts/collegec-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/collegec-webfont.woff2') format('woff2'), url('fonts/collegec-webfont.woff') format('woff'), url('fonts/collegec-webfont.ttf') format('truetype'), url('fonts/collegec-webfont.svg#college_condensedregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	color: #000;
}
body {
	font-family: 'abelregular', sans-serif;
	font-weight: 300;
	background-color: #000;
}
a {
	color: #252525;
	text-decoration: none;
}
a:hover {
	color: #626262;
	text-decoration: none;
	outline: 0;
}
a:focus {
	color: #626262;
	text-decoration: none;
	outline: 0;
}
img {
	-moz-user-select: none;
	/*-webkit-user-select: none;*/
	-ms-user-select: none;
	user-select: none;
	/*-webkit-user-drag: none;*/
	user-drag: none;
}
.valign {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.valign_bottom {
	position: absolute !important;
	bottom: 20%;
	padding: 0 !important;
	text-align: center;
	width: 100%;
}
.valign_bottom h4 {
	color: #fff;
}
section {
	position: relative;
}
.container {
	position: relative;
}
section .container {
	padding-top: 100px;
	padding-bottom: 150px;
}
.row {
	z-index: 3;
	position: relative;
}
.separator {
	width: 170px;
	max-width: 170px;
	margin-top: 120px;
	margin-bottom: 100px;
}
.lineSeparator {
	width: 60px;
	max-width: 60px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.preloaderLogo {
	min-width: 200px;
	max-width: 580px;
	width: 100%;
	position: absolute;
	right: -30px;
	bottom: 200px;
}
.black-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.9))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.sectionIntro h2 span {
	padding: 25px 50px;
	border: solid 5px #000;
}
.sectionIntro p {
	margin-top: 100px;
	margin-bottom: 30px;
}
.noscroll {
	overflow: hidden;
}
.container {
	z-index: 2;
	overflow: hidden;
}
.start {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	overflow: hidden;
	text-align: center;
	padding: 20%;
	background-color: #000;
	z-index: 10000;
}
.start_hide {
	display: none;
}
.start h1, .start h2 {
	color: #FFF;
	margin: 0;
	padding: 0;
	float: left;
	letter-spacing: 1px;
	width: 100%;
	font-size: 26px;
}
.start a {
	color: #999;
}
.start h1 a {
	color: #fff;
}
.start .question_btn.left {
	text-align: center;
}
.start .question_btn.right {
	text-align: center;
}
.start .question_btn.left.white, .question_btn.right.white {
	color: #fff;
}
.start .question_btn.left.white:hover, .question_btn.right.white:hover {
	color: #626262;
}
.start .question {
	display: block;
}
.start .intro a, .question_start {
	color: #FFF;
	text-transform: uppercase;
	font-size: 26px;
	cursor: pointer;
}
.start .intro a:hover {
	color: #626262;
}
.start .skip_intro {
	position: fixed;
	bottom: 10px;
	right: 10px;
	height: 20px;
	width: 80px;
	text-transform: uppercase;
	z-index: 999;
	text-align: right;
}
.start .question_btn {
	font-family: 'abelregular', sans-serif;
	font-weight: normal;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 0px;
	display: block;
	float: left;
	margin-top: 100px;
	width: 50%;
	color: #999;
}
.thumbnail-wrapper .thumbnail .thumbnail-image .object-fit {
	object-fit: none !important;
}
/*parallax letters*/


.parallaxLetter {
	position: absolute;
	font-size: 300px;
	color: #F9F9F9;
	z-index: 1;
	width: 200px;
	height: 300px;
}
.letter1 {
	right: 20%;
}
.letter2 {
	left: 20%;
}
.letter3 {
	right: 15%;
}
.letter4 {
	left: 10%;
}
.popup-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 99;
	cursor: pointer;
}
.popup-kickstarter {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	max-width: 600px;
	max-height: 600px;
	padding: 30px;
	transform: translate(-50%, -50%);
	background-image: url(files/popup-back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.popup-kickstarter .popup-close {
	position: absolute;
	right: 10px;
	top: 10px;
}
.popup-kickstarter .popup-close img {
	width: 100%;
}
.popup-kickstarter h2 {
	color: #fff;
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 15px;
}
.popup-kickstarter p {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
}
.popup-kickstarter h3 {
	color: #fff;
	letter-spacing: 1px;
	margin-top: 160px;
}
.popup-kickstarter img {
	width: 80%;
}
.popup-kickstarter .btn {
	color: #333;
	background-color: #fff;
	border-color: white;
	display: inline-block;
	margin-top: 20px;
	min-width: inherit;
	width: 200px;
}
.popup-kickstarter .btn:hover {
	background-color: #000;
	color: #fff;
	border-color: #000;
}
.popup-kickstarter .btn:after, .popup-kickstarter .btn:before {
	display: none;
}
/*buttons*/

.btn {
	background: transparent;
	border-radius: 0;
	border: 0;
	font-family: 'abelregular', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	line-height: 40px;
	padding: 0 40px;
	font-size: 12px;
	letter-spacing: .2em;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	outline: 1px solid transparent;
	-webkit-transition: all .5s ease .25s;
	transition: all .5s ease .25s;
	min-width: 100%;
}
.border {
	border: 1px solid #000;
	padding: 20px;
}
.btn-default {
	display: inline-block;
	color: white;
}
.btn-default:hover {
	border-color: white;
}
.btn:after, .btn:before {
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	background: white;
}
.btn:before {
	left: -8px;
}
.btn:hover:before {
	left: 0;
}
.btn:after {
	right: -8px;
}
.btn:hover:after {
	right: 0;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #fff;
	border-color: white;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0;
}
.btn-black {
	color: #000;
}
.btn-black:after, .btn-black:before {
	background: #000;
}
.btn-black:hover {
	color: white;
	background-color: #000;
	border-color: #000;
}
#contact .fb_icon, #contact .pinterest_icon, #contact .instagram_logo {
	opacity: 1;
}
.fb_icon {
	background-image: url(img/fb_icon.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	opacity: 0.4;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.pinterest_icon {
	background-image: url(img/pinterest_icon.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	opacity: 0.4;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.instagram_icon {
	background-image: url(img/instagram_icon.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	opacity: 0.4;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.twitter_icon {
	background-image: url(img/twitter_icon.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	opacity: 0.4;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.tumblr_icon {
	background-image: url(img/tumblr_icon.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	opacity: 0.4;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.instagram_icon:hover, .fb_icon:hover, .pinterest_icon:hover, .twitter_icon:hover, .tumblr_icon:hover {
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#contact .fb_icon, #contact .pinterest_icon, #contact .instagram_icon {
	opacity: 1;
}
#contact .fb_icon:hover, #contact .pinterest_icon:hover, #contact .instagram_icon:hover {
	opacity: 0.4;
}
/*NAVBAR */

.navbar-default {
	padding: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: transparent;
	border-color: transparent;
	-webkit-transition: all .5s ease .25s;
	transition: all .5s ease .25s;
}
.navbar-default .navbar-brand {
	font-family: 'college_condensedregular', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	letter-spacing: 4px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: white;
	background-color: transparent;
}
.affix {
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: white;
	background-color: transparent;
}
.navbar-nav > li > a {
	font-size: 14px;
	text-transform: uppercase;
	color: #d5d5d5;
	letter-spacing: 0px;
	position: relative;
}
nav .active {
	text-decoration: underline;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 1.42857143;
	color: white;
	white-space: nowrap;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 3px 0 0;
	font-size: 10px;
	text-align: left;
	list-style: none;
	background-color: #323232;
	background-clip: padding-box;
	border: 0;
	box-shadow: none;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #d5d5d5;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #282828;
	background-color: #d5d5d5;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

@media (max-width: 768px) {
.dropdown-submenu li a {
	text-align: center;
}
}
/*TEXT STYLES*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'abelregular', sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 20px;
}
h2 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h3 {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 10px;
}
h4 {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h5 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h6 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0px;
}
p {
	font-family: 'abelregular', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}
p.bold {
	font-weight: 700;
}
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Intro -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#intro h1, #intro p {
	color: white;
}
.introLogo {
	position: relative;
	width: 160px;
	margin-bottom: 20px;
}
#intro .separator {
	margin-top: 30px;
	margin-bottom: 30px;
}
#intro a {
	margin-top: 20px;
}
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/


.fb_statement {
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.fb_statement:hover {
	opacity: 0.7;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#start-statement .container-fluid .col-md-6 {
	padding-left: 50px;
}
#start-statement {
	background-color: #000;
	padding-top: 60px;
	padding-bottom: 100px;
	padding-left: 15px;
	overflow: hidden;
}
#start-statement h2 {
	color: #fff;
	z-index: 100;
	position: relative;
	font-size: 41px;
}
#start-statement p {
	color: #fff;
	z-index: 100;
	position: relative;
	text-align: justify;
	text-transform: none;
	font-size: 16px;
}
#start-video {
	background-color: #000;
	/*background-image: url(img/start_video_back.jpg);
	background-repeat: no-repeat;
	background-size: cover; */
	padding-top: 130px;
	padding-bottom: 0px;
	overflow: hidden;
}
#start-interventions {
	background-color: #000;
	padding-top: 60px;
	padding-bottom: 100px;
	padding-left: 15px;
	overflow: hidden;
}
#start-interventions h2 {
	color: white;
	z-index: 100;
	position: relative;
	font-size: 42px;
}
#start-interventions p {
	color: #fff;
	z-index: 100;
	position: relative;
	text-align: justify;
	text-transform: none;
	font-size: 16px;
}
#start-collections {
	background-color: #000;
	padding-top: 60px;
	padding-bottom: 100px;
	padding-left: 15px;
	overflow: hidden;
}
#start-collections h2 {
	color: white;
	z-index: 100;
	position: relative;
}
#start-collections p {
	color: #fff;
	z-index: 100;
	position: relative;
}
.collection_start {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	position: relative;
	left: -30px;
	height: 370px;
	width: 1180px;
	margin: 0 auto;
}
.parallelogram {
	width: 130px;
	height: 300px;
	/*-webkit-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
	-o-transform: skew(-25deg); */
	-webkit-transform: rotate(20.5deg);
	-ms-transform: rotate(20.5deg);
	-moz-transform: rotate(20.5deg);
	transform: rotate(20.5deg);
	background: transparent;
	display: block;
	float: left;
	position: relative;
	margin-right: 20px;
	overflow: hidden;
	border: 1px solid #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.46630765815499875, M21=-0.46630765815499875, M22=1, SizingMethod='auto expand')";
}
.parallelogram > span {
	font-family: 'college_condensedregular';
	position: relative;
	bottom: -150px;
	left: -10px;
	width: 247px;
	display: block;
	font-size: 26px;
	text-transform: lowercase;
	line-height: 28px;
	color: #FFF;
	text-transform: lowercase;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 0;
}
.collection_back {
	display: block;
	position: relative;
	z-index: -2;
	height: 300px;
	left: -71px;
	top: -16px;
	-webkit-transform: rotate(-20.5deg);
	-ms-transform: rotate(-20.5deg);
	-moz-transform: rotate(-20.5deg);
	transform: rotate(-20.5deg);
}
.collection_back img {
	height: 110%;
	width: 230%;
}
.collection_01 {
	position: relative;
	left: 90px;
	top: 40px;
}
.collection_02 {
	position: relative;
	left: 104px;
	top: -10px;
}
.collection_03 {
	position: relative;
	left: 73px;
	top: 60px;
}
.collection_04 {
	position: relative;
	left: 87px;
	top: 10px;
}
.collection_05 {
	position: relative;
	left: 56px;
	top: 80px;
}
.collection_06 {
	position: relative;
	left: 63px;
	top: 50px;
}
.collection_07 {
	position: relative;
	left: 58px;
	top: 50px;
}
#start-publications {
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 100px;
	overflow: hidden;
}
#start-publications h2 {
	color: #000;
	z-index: 100;
	position: relative;
}
#start-publications p {
	color: #000;
	z-index: 100;
	position: relative;
}
#start-news {
	background: white;
	padding-top: 50px;
	padding-bottom: 100px;
}
#start-news .container {
	padding-bottom: 0;
	padding-top: 0;
}
#start-news .owl-buttons div {
	padding: 5px 9px;
}
#start-news .owl-buttons i {
	margin-top: 2px;
}
#start-news .owl-buttons div {
	position: absolute;
}
#start-news .owl-buttons .owl-prev {
	left: 15px;
	top: -30px;
}
#start-news .owl-buttons .owl-next {
	right: 15px;
	top: -30px;
}
#start-news h2 {
	margin-top: 9px;
}
#owl-news {
	position: relative;
	margin-bottom: 30px;
	margin-top: 40px;
}
.memberParagraph {
	padding-right: 40px;
}
#news_complete {
	padding-top: 35px;
}
#news_complete img.img-responsive {
	max-height: 400px;
	left: inherit !important;
	right: 0 !important;
}
.cycle-slideshow {
}
.cycle-slideshow img {
	max-height: 350px;
}
.news_entry_complete {
	background-color: #fff;
	float: left;
	display: block;
	margin: 40px 0;
	padding: 50px;
	width: 100%;
	height: 500px;
}
.news_images {
	width: 100%;
	margin: 0 0 0 -5px;
}
.news_image {
	width: 100px;
	height: 100px;
	float: left;
	border: 1px solid #000;
	margin: 5px;
	background-size: cover;
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.news_image:hover {
	opacity: 0.7;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.news_images .big {
	width: 100%;
	height: 100%;
}
.news_text h2 {
	letter-spacing: 0;
	position: relative;
	left: 0;
}
.news_text h2 span {
	font-size: 14px;
	position: relative;
	top: -2px;
}
.news_date {
	margin-top: -5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.news_text .position span {
	font-family: 'abelregular', sans-serif;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 3px;
	line-height: 20px;
	text-transform: uppercase;
}
/* scrollbar */

.scroll-wrapper {
	max-height: 300px;
}
.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,  .mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto;
}
.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
}
.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto;
}
.mCSB_inside > .mCSB_container {
	margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
	margin-right: 0;
	margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0;
}
.mCSB_scrollTools {
	position: absolute;
	width: 22px;
	height: auto;
	left: auto;
	top: 0px;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.75);
}
.mCSB_outside + .mCSB_scrollTools {
	right: -30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,  .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	right: auto;
	left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 0px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #ccc;
}
.mCSB_scrollTools .mCSB_dragger {
	/* the draggable element */
	cursor: pointer;
	width: 100%;
	height: 30px;
	/* minimum dragger height */
	z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	/* the dragger element */
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-align: center;
	background-color: #000;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px;/* auto-expanded scrollbar */
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px;/* auto-expanded scrollbar */
}
.mCSB_scrollTools .mCSB_buttonUp,  .mCSB_scrollTools .mCSB_buttonDown {
	display: block;
	position: absolute;
	height: 40px;
	width: 40px;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.mCSB_scrollTools .mCSB_buttonUp {
	top: -55px;
	right: -15px;
}
.mCSB_scrollTools .mCSB_buttonDown {
	bottom: -50px;
	right: -15px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-image: url(../img/scrollbar-rail.png);
	background-position: center top;
	background-repeat: repeat-y;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #f4811e;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.teamSocial {
	margin-top: 20px;
}
.teamSocial a {
	padding: 7px;
	font-size: 18px;
}
.teamSocial a:first-child {
	padding-left: 0px;
}
.textSepLogo {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 100%;
}
.timerWrapper {
	color: white;
	padding: 20px;
}
.timerWrapper h1 {
	letter-spacing: 0;
}
.timerWrapper p {
	color: #d5d5d5;
}
.instafeed {
	background-color: #000;
	padding: 10px 0;
	text-align: center;
}
.instafeed h2 {
	color: white;
	margin-bottom: 20px;
	margin-top: 30px;
	text-align: center;
}
div.scrollingHotSpotLeft {
}
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Welcome Separator -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#welcome-separator {
	background-color: white;
}
#welcome-separator .col-md-7, #welcome-separator .container-fluid {
	padding: 0;
}
#welcome-separator .separator {
	width: 120px;
	max-width: 120px;
	margin-top: 40px;
	margin-bottom: 40px;
}
#welcome-separator .image {
	height: 500px;
	overflow: hidden;
}
#welcome-separator .image img {
	height: 100%;
}
.whiteOverlay {
	background: transparent url("img/gradient.png") bottom right repeat-y;
	bottom: 0;
	height: 500px;
	right: 0;
	position: absolute;
	width: 500px;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	z-index: 4
}
.welcomeLogo {
	width: 100px;
}
.textOverlay {
	padding-bottom: 100px;
	padding-top: 100px;
	margin-left: -200px;
	z-index: 6;
}
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--About -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#about {
	background-color: white;
}
#about .container {
	padding-top: 200px;
}
.aboutIconWrapper {
	position: absolute;
}
.aboutText {
	position: relative;
	padding-left: 50px;
}
.aboutIconWrapper {
	font-size: 80px;
	color: #f5f5f5;
	z-index: 0;
}
.aboutItem {
	margin-top: 30px;
	margin-bottom: 30px;
}
.progress-bar {
	color: #fff;
	background-color: black;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}
.progress {
	height: 16px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: white;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 3px solid black;
}
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Portfolio -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/


.portfolioIntro {
	height: 300px;
}
.portfolioIntro h2 {
	padding-top: 120px;
	margin-top: 0;
}
.portfolioIntro h2 span {
	padding: 25px 50px;
	border: solid 10px #282828;
}
.portfolioFilters {
	height: 150px;
	background-color: #1d1d1d;
}
.grayBackground {
	background-color: #f8f8f8;
}
.heightItem {
	padding: 45px;
}
#filters {
	padding-top: 30px;
}
#filters .btn {
	margin: 20px;
}
#owl-item .owl-buttons {
	display: inline-block;
	position: relative;
}
#owl-item .owl-prev, .owl-next {
	display: inline-block;
}
.itemNav {
	margin: 10px;
	padding: 5px 10px;
	background: #282828;
	color: white;
}
#owl-item .owl-controls {
	text-align: center;
	margin-top: -70px;
}
.portfolioIntro {
	position: relative;
	z-index: 2;
	background: url('img/portfolioIntro.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 0, 50% 0, 50% 0, 50% 0;
	background-repeat: repeat, repeat, repeat, no-repeat;
}
#portfolio .black-overlay {
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#portfolio .container {
	padding-top: 100px;
	padding-bottom: 100px;
}
.gallery {
	max-width: 100%;
}
.gallery-inner .caption {
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(40, 40, 40, 0.70);
	-webkit-transition: all 1s ease-in-out;
}
.gallery-inner:hover .caption {
	opacity: 1;
}
.gallery-inner .caption-heading {
	width: 100%;
	height: 120px;
}
.caption-heading .separator {
	width: 100px;
	max-width: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.caption-heading .btn-default {
	line-height: 30px;
	font-size: 10px;
	margin-top: 8px;
}
.gallery-inner .caption-heading, .gallery-inner .caption-heading p {
	color: white;
}
.gallery-inner .caption-heading p {
	font-size: 12px;
	font-style: italic;
}
.gallery {
	background: #4c4c4c;
	min-height: 500px;
}
#portfolio .container .gallery {
	background: white;
}
/* ---- isotope ---- */
/* clear fix */
.gallery:after {
	content: '';
	display: block;
	clear: both;
}
/* 5 columns, percentage width */
.gallery .gallery-inner, .gallery .grid-sizer {
	width: 33.333%;/* change here the column width */
}
.gallery .grid-sizer-two-columns, .gallery .two-columns {
	width: 50%;
}
.gallery .grid-sizer-four-columns, .gallery .four-columns {
	width: 25%;
}
.four-columns h4 {
	letter-spacing: 1px;
}
.gallery .gallery-inner {
	float: left;
	height: auto;
	background: #4c4c4c;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}
.galleryImage {
	/*min-width:100%;*/
	width: 100%;
	height: auto;
	border: 1px solid #000;
	padding: 40px;
}
#owl-collections .galleryImage {
	padding: 20px;
}
/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: white;
	z-index: 3000;
	overflow-y: scroll;
}
.overlay-section {
	position: static;
}
/* Effects */
.overlay-slidedown {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
	transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
.overlay-slidedown.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}
.overlay-close img {
	cursor: pointer;
}
.overlay-close {
	padding: 30px;
}
#singlePageIntro .container {
	padding: 100px;
	padding-bottom: 30px;
}
#singlePageContent .container {
	padding: 10px;
}
#singlePageIntro .separator {
	margin-top: 50px;
	margin-bottom: 20px;
}
.singleProjectInfo ul {
	padding: 20px;
	list-style: none;
	border-left: 5px solid #282828;
}
.singleProjectInfo ul li p {
	display: inline;
}
.singleImageWrapper {
	padding-top: 60px;
}
.singleImageWrapper .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.singleImageWrapper .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* magnific popup effect */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
/* end magnific popup effect */

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Team -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/



/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--clients logo -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#text-separator-clients {
	padding-top: 110px;
	padding-bottom: 110px;
}
#text-separator-clients h3 span {
	padding: 25px 50px;
	border: solid 10px white;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 10px;
	color: white;
}
.clientLogo img {
	width: 180px;
	margin-top: 15px;
}
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Services -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

.serviceBox {
	width: 50%;
	height: 400px;
	position: relative;
	float: left;
	padding: 50px;
	z-index: 2;
}
.serviceBox .separator {
	width: 100px;
	max-width: 100px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.serviceBox h2 {
	padding-top: 140px;
	margin-top: 0;
}
.serviceBox h2 span {
	padding: 25px 50px;
	border: solid 10px #282828;
}
.serviceBox i {
	font-size: 9em;
}
.introServiceBox {
	position: relative;
	z-index: 2;
	background: url('img/backgroundService.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 0, 50% 0, 50% 0, 50% 0;
	background-repeat: repeat, repeat, repeat, no-repeat;
}
.whiteBox {
	background: white;
}
.blackBox {
	background: #282828;
}
.blackBox i {
	color: white;
}
#servicesSimple {
	background: white;
}
.serviceIconWrapper {
	padding: 20px;
}
.serviceIcon {
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	font-size: 40px;
	line-height: 40px;
	margin-top: 3px;
	float: left;
	transition: all .3s ease-in-out;
}
.simpleServiceContent {
	margin-left: 60px;
}
.simpleServiceContent h4 {
	letter-spacing: 5px;
}
.serviceIconWrapper {
	padding: 20px;
}
.serviceIcon2 {
	font-size: 40px;
	line-height: 40px;
	transition: all .3s ease-in-out;
	margin-bottom: 20px;
}
.simpleServiceContent2 h4 {
	letter-spacing: 4px;
}
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Testimonials -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#text-separator-testimonials h3 span {
	padding: 25px 50px;
	border: solid 10px white;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 6px;
	color: white;
}
#text-separator-testimonials h3 {
	padding-top: 100px;
}
.review {
	text-align: center;
	padding: 40px;
}
.review p.titulation {
	color: #c8c8c8;
	font-style: italic;
	font-size: 10px;
}
.review h4 {
	color: #898989;
	letter-spacing: 0;
	margin-bottom: 0px;
}
.text-separator-title h2 {
	padding-top: 100px;
}
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Pricing Tables -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#pricing {
	background-color: #f4f4f4;
}
.tableWrapper {
	padding: 60px;
	border: solid 10px black;
}
.tableWrapper .separator {
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.tableWrapper .subscriptionName h2 {
	letter-spacing: 0;
}
.subscriptionList ul {
	list-style: none;
	padding: 0;
}
.subscriptionPrice {
	padding-bottom: 10px;
}
.subscriptionPrice h2 {
	letter-spacing: 0;
}
.subscriptionPrice h2, .subscriptionPrice p {
	display: inline;
}
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Contact -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/


#contact {
	background: transparent;
	padding: 71px 0 70px 15px;
}
#contact a {
	color: #fff;
	text-decoration: underline;
}
.contact_pic {
	margin-left: -15px;
}
label {
}
input:focus, textarea:focus {
	outline: 0;
}
label input, textarea {
}
.topLine {
	background: #282828;
	padding: 50px;
}
#footer {
	text-transform: uppercase;
}
#footer .bottomLine {
	padding: 25px 50px;
	margin: 0 auto;
	background-color: #000;
}
#footer .bottomLine p {
	color: #a5a5a5;
	font-size: 12px;
}
#footer .container {
	/*multipage only*/
	padding: 0;
}
.footerText {
	color: white;
	padding: 10px 40px;
	;
}
.footerText p {
	color: #a5a5a5
}
/*footer newsletter*/
.form-control:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.footerText input {
	height: 54px;
	padding-bottom: 3px;
	border: 0;
	background: #393939;
	border-radius: 0;
	line-height: 54px;
	font-size: 10px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	color: white;
	letter-spacing: 1px;
}
.input-group-addon {
	height: 54px;
	border-radius: 0;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 3px;
	border: 0;
	background: #323232;
	text-transform: uppercase;
	color: white;
	letter-spacing: 1px;
}
#footer .infoContact {
	list-style: none;
	padding: 10px;
	color: #a5a5a5
}
#footer .infoContact li .fa {
	margin-right: 6px;
	font-size: 40px;
	position: absolute;
	opacity: 0.1;
	left: 0;
}
#footer .infoContact li {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.bottomLine .footerSocialIcons {
	padding: 5px 20px;
}
.footerSocialIcons {
	list-style: none;
}
.footerSocialIcons li {
	display: inline;
	margin: 0 5px;
}
.footerSocialIcons li a {
	color: #a5a5a5;
}
.bottomLine p {
	display: inline;
}
.backToTop a {
	color: white;
}
.slider_nav {
	width: 100%;
	text-align: center;
}
.slider_nav h4 {
	float: left;
	margin: 40px 20px;
}
/*countdown*/

#countdown {
	width: 100%;
	position: relative;
	height: auto;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 0px;
	background-color: transparent;
	border: 0;
}
#countdown .countdown-section {
	display: inline-block;
	position: relative;
	width: 25%;
	height: auto;
	min-height: 150px;
	vertical-align: top;
	border-left: 1px solid rgba(255,255,255,0.4);
}
#countdown .countdown-section:first-child {
	border-left: none;
}
#countdown .countdown-amount {
	margin: 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 90px;
	color: white;
	display: block;
}
#countdown .countdown-period {
	font-size: 14px;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
#singlePage {
	padding-bottom: 100px;
	position: relative;
}
.paginationRow {
	padding: 80px 10px;
	;
}
#result h2 {
	letter-spacing: 0;
}
iframe {
	border: 0;
}
/*/featured works*/

#featured-works, #collections-works {
	background: white;
}
.featureWrapper {
	padding: 10px;
}
.featureWrapper .caption-heading {
	padding: 10px 10px 0;
	text-align: center;
}
.featureWrapper .caption-heading h5 {
	min-height: 30px;
}
#owl-collections .caption-heading h5 {
	min-height: 20px;
}
#owl-collections .featuredNav, #owl-news .featuredNav {
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #fff;
	color: #fff;
	font: 32px/32px Arial, sans-serif;
	height: 40px;
	margin-top: 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 50%;
	width: 40px;
}
#owl-featured .owl-buttons, #collections-works .owl-buttons, #start-news .owl-buttons {
	display: inline-block;
}
#owl-featured .owl-prev, .owl-next, #collections-works .owl-prev, .owl-next {
	display: inline-block;
}
.featuredNav {
	margin: 10px;
	padding: 5px 10px;
	background: #000;
	color: #fff;
	border: 1px solid #fff;
}
#start-news .owl-buttons {
}
/*pages*/

ul, ol {
	line-height: 24px;
}
/*BLOG SECTION*/

#blogIntro {
	background: white;
}
#blogIntro .container {
	padding-bottom: 130px;
}
#blogIntro .separator {
	margin-top: 80px;
	margin-bottom: 0px;
}
#blogContent {
	background: white;
}
#blogContent .container {
	padding-top: 0;
}
/* ---- isotope ---- */


/* clear fix */
.blogPostsWrapper:after {
	content: '';
	display: block;
	clear: both;
}
.blogPostsWrapper2:after {
	content: '';
	display: block;
	clear: both;
}
/* ---- .element-item ---- */

/* 5 columns, percentage width */
.blogPost, .grid-sizer-blog-3 {
	width: 33.33%;
}
.blogPost2, .grid-sizer-blog-2 {
	width: 50%;
}
.blogPost, .blogPost2 {
	float: left;
}
.blogPost, .blogPost2 {
	padding: 20px;
}
.post-content {
	padding: 20px;
	padding-top: 10px;
}
.post-date p {
	font-size: 90%;
	font-style: italic;
}
.post-info p {
	font-size: 90%;
	font-style: italic;
}
.blogSeparator {
	width: 35px;
	margin: 15px 0;
}
.post-content .btn {
	font-size: 10px;
	padding: 0px 10px;
	line-height: 30px;
	margin-top: 20px;
}
.widget ul {
	list-style-type: square;
	padding-left: 20px;
}
.widget h4 {
	letter-spacing: 2px;
}
.widget {
	padding: 10px;
	margin-bottom: 20px;
}
.widget ul li {
	color: #282828;
	margin-bottom: 10px;
}
.widget ul li a {
	color: #353535;
}
.form-control {
	height: 40px;
	padding: 8px 12px;
	font-size: 12px;
	border-radius: 0px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.form-control:focus {
	border-color: #282828;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input-group-addon {
	padding: 12px 18px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: white;
	text-align: center;
	background-color: #282828;
	border: 0;
	border-radius: 0;
	height: 40px;
}
.input-group-addon a {
	color: #fff;
}
.blogPostSeparator {
	width: 60px;
	height: 2px;
	background-color: #282828;
	margin-bottom: 20px;
	margin-top: 15px;
}
.blogPost3 {
	padding: 30px;
	padding-top: 0;
	padding-bottom: 0;
}
.blogPost3 .post-content {
	padding-left: 0;
}
.blogPost3 .post-thumbnail img {
	width: 100%;
}
.blogPost3 {
	margin-bottom: 60px;
}
.blogPost3 h2 {
	letter-spacing: 1px;
}
.blogArticlesSeparator {
	margin-top: 0;
}
#owl-blog-single .owl-buttons {
	display: inline-block;
}
#owl-blog-single .owl-prev, .owl-next {
	display: inline-block;
}
.blogNav {
	margin: 10px;
	padding: 5px 10px;
	background: #282828;
	color: white;
}
#owl-blog-single .owl-buttons div {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#owl-blog-single .owl-buttons .owl-prev {
	left: 10px;
}
#owl-blog-single .owl-buttons .owl-next {
	right: 10px;
}
#owl-blog-single .owl-controls {
	height: 0;
}
/*shortcodes */
.nav-tabs {
	border-bottom: 3px solid black;
}
.nav-tabs>li>a {
	border-radius: 0;
	border-bottom-color: transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	border: 3px solid black;
	border-bottom-color: transparent;
	margin-bottom: -2px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #282828;
}
.nav-pills>li>a {
	border-radius: 0px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 900;
}
.tab-content {
	padding: 10px;
}
.panel-heading {
	padding: 18px;
}
.panel-group .panel {
	border-radius: 0;
}
.panel {
	border: 2px solid transparent;
	border-radius: 0px;
}
.panel-title {
	font-size: 12px;
}
.panel-default {
	border-color: black;
}
.buttons {
	padding: 30px;
}
.buttons button {
	margin: 30px;
}
.btn-primary {
	color: #357ebd;
}
.btn-primary:after, .btn-primary:before {
	background: #357ebd;
}
.btn-success {
	color: #4cae4c;
}
.btn-success:after, .btn-success:before {
	background: #4cae4c;
}
.btn-info {
	color: #46b8da;
}
.btn-info:after, .btn-info:before {
	background: #46b8da;
}
.btn-warning {
	color: #eea236
}
.btn-warning:after, .btn-warning:before {
	background: #eea236;
}
.btn-danger {
	color: #d43f3a;
}
.btn-danger:after, .btn-danger:before {
	background: #d43f3a;
}
.alert {
	border-radius: 0px;
}
#callToAction {
	background: #282828;
}
#callToAction .container {
	padding-top: 75px;
	padding-bottom: 75px;
}
#callToAction h4 {
	color: white;
	letter-spacing: 2px;
}
#callToAction p {
	color: #d5d5d5;
	padding-top: 15px;
	padding-bottom: 15px;
}
#callToAction h4 {
	color: white;
	letter-spacing: 2px;
}
.dropcap {
	float: left;
	color: inherit;
	font-size: 50px;
	line-height: 40px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
}
.sep_center {
	position: relative;
	margin: 30px auto;
}
/* slider */

/* // Sudo Slider */
#slider {
	width: 100%;
	height: 100%;
	background-color: #000;
	padding: 0px 0;
}
.slide {
	overflow: hidden;
}
ol.numericControls {
	margin: 1em 0;
	padding: 0;
	height: 28px;
}
ol.numericControls li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 28px;
	line-height: 28px;
}
ol.numericControls li a {
	float: left;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ccc;
	background: #DAF3F8;
	color: #555;
	padding: 0 10px;
	text-decoration: none;
}
ol.numericControls li.current a {
	background: #5DC9E1;
	color: #fff;
}
ol.numericControls li a:focus, .prevBtn a:focus, .nextBtn a:focus {
	outline: none;
}
.graphic, .prevBtn, .nextBtn {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
}
.prevBtn, .nextBtn {
	display: block;
	width: 30px;
	height: 77px;
	position: absolute;
	top: 0;
	z-index: 1000;
	cursor: pointer;
}
.prevBtn {
	left: 0;
	background: url(img/btn_prev.gif) no-repeat 0 0;
}
.nextBtn {
	right: 0;
	background: url(img/btn_next.gif) no-repeat 0 0;
}
.controls {
	width: 100%;
	height: 80px;
	position: absolute;
	top: 40%;
	margin: 0 auto;
	display: none;
}
/* video gallery */
.video_gallery {
	margin: 0 auto;
	width: 960px
}
.video_gallery .featured {
	background-color: #000;
	box-shadow: 0 0 40px #000;
	height: 540px;
	margin-bottom: 50px
}
.video_gallery .carousel-container {
	position: relative;
	height: 200px;
	width: 960px
}
.video_gallery .shadow {
	height: 200px;
	position: absolute;
	top: 0;
	width: 60px;
	z-index: 30
}
.video_gallery .shadow-left {
	background: url('../img/shadow.png') no-repeat;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	left: 0
}
.video_gallery .shadow-right {
	background: url('../img/shadowr.png') no-repeat;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	right: 0
}
.video_gallery .carousel-inner {
	float: left;
	margin-top: 20px;
	overflow: hidden;
	width: 960px;
}
.video_gallery .slider {
	position: relative;
	width: 9999px;
}
.video_gallery .slider li {
	float: left;
	height: 158px;
	list-style: none;
	margin-right: 60px;
	width: 280px
}
.video_gallery .slider li.current a {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}
.video_gallery .slider li.current a:after {
	box-shadow: 0 0 0 8px #006292 inset;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
.video_gallery .slider li img {
	max-width: 100%
}
.video_gallery .controll {
	cursor: pointer;
	display: none;
	height: 54px;
	position: absolute;
	top: 70px;
	width: 54px;
	z-index: 5
}
.video_gallery .controll.prev {
	background: url('img/prev-slider.png') no-repeat;
	left: -84px
}
.video_gallery .controll.next {
	background: url('img/next-slider.png') no-repeat;
	right: -84px
}
#art {
	padding-top: 70px;
}
.art_title {
	width: 100%;
	position: relative;
	margin-bottom: 43px;
}
.art_title h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 18px;
}
.art_navi {
	float: right;
	background-color: #FFF;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	padding: 13px 0 10px;
	border-bottom: 1px solid #000;
}
.art_link {
	color: #000;
	min-width: 50px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
}
.art_link.current {
	text-decoration: underline;
}
.art_navi_wrapper {
	width: 1050px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 0 50px #000;
}
.art_navi_item {
	position: relative;
	float: left;
	width: 150px;
	min-width: 150px;
	height: 150px;
	overflow: hidden;
	background-color: #000;
}
.art_navi_item span {
	position: absolute;
	top: 0px;
	width: 150px;
	text-align: center;
	font-family: 'abelregular', sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 60px;
	opacity: 0;
}
.art_navi_item span:hover {
}
.art_navi_item img {
}
.art_navi_item img:hover {
}
.video_art {
	width: 900px;
	position: relative;
	margin: 0 auto;
}
.video_title {
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
.video_title h2 {
	font-family: "college_condensedregular", sans-serif;
	color: #fff;
	text-align: center;
	margin: 45px 0 10px;
	text-transform: lowercase;
	font-size: 40px;
	letter-spacing: 7px;
	text-shadow: 2px -1px 0 #000;
}
.video_navi {
	width: 580px;
	height: 40px;
	margin: -100px auto 70px;
	position: relative;
	z-index: 100;
}
.video_navi a {
	display: block;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.video_navi a:hover {
	opacity: 0.7;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.video_navi a:nth-child(1) {
	text-align: left;
	margin-right: 145px;
}
.video_navi a:nth-child(3) {
	text-align: right;
	float: right;
}
.video_about_h3 {
	font-family: "college_condensedregular", sans-serif;
	color: #fff;
	text-align: center;
	margin: 30px 0;
	text-transform: lowercase;
	font-size: 40px;
	letter-spacing: 7px;
}
.video_about {
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	padding: 40px 20px 20px;
}
.video_about h2 {
	margin: 0 0 40px 0;
}
.video_about_bottom {
	background-color: #000;
	width: 100%;
	padding: 5px 10px;
}
.video_about_bottom h4 {
	font-family: "college_condensedregular", sans-serif;
	text-transform: lowercase;
	letter-spacing: 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin: 0;
}
.video_about_bottom h3 {
	font-family: "college_condensedregular", sans-serif;
	text-transform: lowercase;
	letter-spacing: 7;
	font-size: 45px;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}
.video_about_bottom h5 {
	font-family: "college_condensedregular", sans-serif;
	text-transform: lowercase;
	letter-spacing: 7px;
	font-size: 26px;
	color: #fff !important;
	text-align: center;
	margin-bottom: 15px;
}
.video_about_bottom a {
	color: #fff;
}
.video_about_bottom ul {
	list-style: none;
	width: 100%;
	margin-top: 15px;
	height: 80px;
}
.video_about_bottom li {
	font-family: "college_condensedregular", sans-serif;
	text-transform: lowercase;
	letter-spacing: 0;
	color: #fff;
	font-size: 15px;
	float: left;
	line-height: 15px;
	text-align: right;
	margin-right: 4px;
	margin-bottom: 3px;
}
.video_about_bottom li:nth-child(even) {
	margin-right: 13px;
}
.video_about_bottom h4 span {
	font-size: 18px;
}
.video_about_images {
	margin-top: 5px;
}
.video_about_images img {
	border: 2px solid #fff;
	float: left;
	width: 166px;
	margin: 0 5px;
}
/* statement */

#slider_statement {
	background-size: auto auto;
	background-position: center top;
}
.slide h2 {
	width: 100%;
	margin: 40px 20px;/* font-family: 'college_condensedregular';
	text-transform: lowercase;
	letter-spacing: 0; */
}
.slide h3 {
	letter-spacing: 0;
	padding-left: 20px;
}
.statement_navi {
	float: right;
	background-color: #000;
	width: 100%;
}
.statement_link {
	float: left;
	color: #fff;
	min-width: 50px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
}
.statement_link.current {
	text-decoration: underline;
}
.statement_pic {
	margin-bottom: 10px;
	width: 100%;
}
.row3 {
	-webkit-columns: 3 200px;
	-moz-columns: 3 200px;
	columns: 3 200px;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	text-align: justify;
	text-transform: none;
	padding: 0 20px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	-ms-column-break-inside: avoid;
	column-break-inside: avoid;
	margin-bottom: 20px;
}
.p_uppercase {
	text-transform: uppercase;
}
.cv_items {
	margin: 0;
}
.cv_item {
	float: left;
	width: 33.3333%;
	min-height: 311px;
	display: block;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-right: -1px;
	margin-bottom: -1px;
	padding: 0 15px 0 0;
}
.cv_item a {
	text-decoration: underline;
	color: #000;
}
.cv_item a:hover {
	text-decoration: none;
	color: #000;
}
.cv_item:nth-child(2), .cv_item:nth-child(5), .cv_item:nth-child(8), .cv_item:nth-child(11) {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.cv_item:last-child {
	border-right: 1px solid #000;
}
.cv_item:nth-child(10), .cv_item:nth-child(11), .cv_item:nth-child(12) {
	border-bottom: none;
}
.cv_item h3 {
	font-size: 20px;
	padding: 0 20px 10px;
	font-weight: bold;
}
.cv_item ul {
	margin-left: -18px;
	text-transform: none;
	list-style: inside;
}
.cv_item ul li {
	line-height: 16px;
	margin-bottom: 10px;
}
#interventions_text h2 {
	margin: 40px 20px;
	width: 100%;
}
#interventions_text .text_headline {
	font-size: 100px;
	text-align: center;
	height: 80px;
	line-height: 80px;
}
#interventions_text .text_headline .text_headline_small {
	font-size: 20px;
	text-transform: uppercase;
	margin-left: 30px;
	position: relative;
	top: -3px;
}
#interventions_text .text_intro p {
	font-size: 26px;
	line-height: 30px;
	padding: 0 20px;
	width: 100%;
}
.fluid-width-video-wrapper {
	margin: 0 auto !important;
}
#campaigns {
	padding-top: 70px;
	padding-bottom: 70px;
}
#container_mas {
	position: relative;
	width: 1100px;
	margin: 0 auto 70px;
}
#container_video {
	position: relative;
	width: 700px;
	margin: 0 auto 70px;
}
#container_press {
	width: 1200px;
	margin: 0 auto 70px;
}
.campaign_item {
	overflow: hidden;
	width: 200px;
	margin: 20px;
}
.campaign_item a {
	display: none;
}
.campaign_item a:first-child {
	display: block;
}
.campaign_item a img {
	min-width: 200px;
	min-height: 200px;
	max-width: 300px;
	max-height: 300px;
	width: auto;
	height: auto;
	opacity: 1;
	position: relative;
	z-index: 2;
}
.campaign_item a img:hover {
	opacity: 0;
}
.campaign_item .campaign_title {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	background: rgba(255, 255, 255, 1);
	text-align: center;
	opacity: 1;
	cursor: pointer;
	z-index: 0
}
.campaign_item .campaign_title:hover {
}
.campaign_item .campaign_title h3 {
	text-transform: uppercase;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	color: #000;
}
.grid a {
	display: none;
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.grid a:hover, .publications_link:hover {
	opacity: 0.7;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.grid a:first-child {
	display: block;
}
.grid .publications_link {
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	display: block;
}
.grid {
	width: 188px;
	min-height: 100px;
	padding: 15px;
	background: #fff;
	margin: 0px;
	font-size: 12px;
	float: left;
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}
.grid h3 {
	text-transform: uppercase;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	margin: 10px auto;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	color: #000;
}
.grid_vid {
	width: 700px !important;
	min-height: 100px;
	padding: 15px;
	background: #fff;
	margin: 0px;
	font-size: 12px;
	float: left;
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}
.grid_vid h3 {
	text-transform: uppercase;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	margin: 10px auto;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	color: #000;
	text-align: center;
}
.grid .meta {
	text-align: right;
	color: #777;
	font-style: italic;
}
.grid img {
	max-width: 100%;
	height: auto;
	background: #ccc;
	display: block;
}
.press_title h2 {
	color: #fff;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.press_item {
	overflow: hidden;
	height: 260px;
	width: 260px;
	background-size: cover;
	margin: 20px;
	border: 20px solid #fff;
	background-color: #fff;
	background-position: center center;
}
.press_item a, .exhibition_item a {
	display: block;
}
.press_item .press_title, .exhibition_item .press_title {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 1;
	cursor: pointer;
	z-index: 0;
	color: #000;
	background: rgba(255, 255, 255, 0.8);
}
.press_item .press_title:hover, .exhibition_item .press_title:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: rgba(255, 255, 255, 0);
	color: #000 !important;
}
.press_item .press_title h3, .exhibition_item .press_title h3 {
	text-transform: uppercase;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
}
.exhibition_item {
	overflow: hidden;
	height: 360px;
	width: 360px;
	background-size: cover;
	margin: 20px;
	border: 20px solid #fff;
	background-color: #fff;
}
.press_item .fancybox {
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.press_item .fancybox:hover {
	opacity: 0.7;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#contact p {
	color: #fff !important;
}

/*Media Queries*/
@media only screen and (max-width : 1199px), only screen and (max-device-width : 1199px) {
#container_mas {
	width: 1000px;
	margin: 0 auto;
}
#container_press {
	width: 800px;
	margin: 0 auto;
}
}

@media only screen and (max-width : 999px), only screen and (max-device-width : 999px) {
#container_mas {
	width: 800px;
}
#container_press {
	width: 800px;
	margin: 0 auto;
}
}

@media only screen and (max-width : 799px), only screen and (max-device-width : 799px) {
#container_mas {
	width: 600px;
}
#container_press {
	width: 400px;
	margin: 0 auto;
}
}

@media only screen and (max-width : 599px), only screen and (max-device-width : 599px) {
}

@media only screen and (max-width : 399px), only screen and (max-device-width : 399px) {
}
 @keyframes cssload-width {
 0%, 100% {
 transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
}
 0% {
 width: 0;
}
 100% {
 width: 100%;
}
}
 @-o-keyframes cssload-width {
 0%, 100% {
 -o-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
}
 0% {
 width: 0;
}
 100% {
 width: 100%;
}
}
 @-ms-keyframes cssload-width {
 0%, 100% {
 -ms-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
}
 0% {
 width: 0;
}
 100% {
 width: 100%;
}
}
 @-webkit-keyframes cssload-width {
 0%, 100% {
 -webkit-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
}
 0% {
 width: 0;
}
 100% {
 width: 100%;
}
}
 @-moz-keyframes cssload-width {
 0%, 100% {
 -moz-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
}
 0% {
 width: 0;
}
 100% {
 width: 100%;
}
}
