/* Fonts */
@font-face {
	font-family:'Open Sans';
	font-style:normal;
	font-weight:400;
	src:local('Open Sans Regular'), local('OpenSans-Regular'), url('fonts/OpenSans-Regular.woff') format('woff');
}
@font-face {
	font-family:'Open Sans';
	font-style:normal;
	font-weight:700;
	src:local('Open Sans Bold'), local('OpenSans-Bold'), url('fonts/OpenSans-Bold.woff') format('woff');
}
@font-face {
	font-family:'ms_r';
	font-style:normal;
	font-weight:400;
	src:url('fonts/m_r.woff') format('woff');
}

.legal_container {
	position:fixed;
	bottom:0;
	left:0;
	z-index:10000;
	background-color:rgba(255, 255, 255, 0.4);
	padding:1px 8px;
	color:#000000;
	border-radius:0px 3px 0px 0px;
}
.legal_container a {
	color:#000000;
	text-decoration:none;
	font-size:10px;
}


body, html {
	margin:0px;
	height:100%;
	font-family:"Open Sans", sans-serif;
	font-size:10pt;
	background-color:#FFFFFF;
	overflow-x:hidden;
	color:#757575;
}

h1 {
	font-size:37px;
	letter-spacing:5px;
	text-transform:uppercase;
	margin:0px;
	margin-bottom:20px;
	padding:0px;
	font-family:"Open Sans",sans-serif;
    font-weight:300;
	color:#404141;
}
hr {
	width:90px;
	height:2px;
	border:0px;
	background-color:#0abbee;
	margin:0px auto;
	margin-bottom:16px;
}

/* MENU */
#menu_container {
	left:100%;
	top:75px;
	background-color:#FFFFFF;
	width:70%;
	height:100%;
	z-index:0;
	padding-left:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position:fixed;
	overflow-y:scroll;
	padding-bottom:100px;
	-webkit-overflow-scrolling:touch;
	box-shadow:inset 5px 0px 5px rgba(0, 0, 0, 0.3);
}
#menu_container a {
	color:#414141;
	display:block;
	padding:10px;
	text-decoration:none;
	border-bottom:1px dotted #999;
	font-size:20px;
	cursor:pointer;
}
#menu_container a:hover, #menu_container a.active {
	color:#b3d4fc;
}
#topmenu {
	height:75px;
	width:100%;
	position:fixed;
	background-color:#FFFFFF;
	z-index:600;
	left:0;
	top:-75px;
	background-image:url(images/st-logo.png);
	background-repeat:no-repeat;
	background-position:50px center;
	background-size:161px;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-right:50px;
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.1);
}
#topmenu a {
	color:#414141;
	text-decoration:none;
	font-family:"Open Sans", sans-serif;
	line-height:75px;
	display:inline-block;
	padding:0px 10px;
	font-size:13px;
	letter-spacing:2px;
	text-transform:uppercase;
	cursor:pointer;
}
#topmenu a:hover, #topmenu a.active {
	color:#0abbee;
}
#topmenu img {
	cursor:pointer;
	height:50px;
}

.thumbs {
	font-size:0;
	-webkit-column-count:4;
    -moz-column-count:4;
    column-count:4;
	-webkit-column-gap:0px;
    -moz-column-gap:0px;
    column-gap:0px;
	margin-left:-20px;
	margin-right:-20px;
}
.thumbs img {
	width:100%;
}

/* PAGES */
#page_container {
	position:absolute;
	width:100%;
	z-index:20;
	/*box-shadow:5px 0px 5px 0px rgba(0, 0, 0, 0.3);*/
}
.closer {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	z-index:200;
}
.page {
	position:relative;
	text-align:center;
	padding:20px;
	font-size:17px;
	color:#757575;
	background-color:#FFFFFF;
}
.page input {
	border:2px solid #0abbee;
	border-radius:2px;
	background-color:transparent;
	padding:10px 34px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	font-family:"Open Sans", sans-serif;
	font-size:14px;
	cursor:pointer;
	letter-spacing:2px;
}
.page input:hover {
	border:2px solid #FFFFFF;
}
.page input.blue {
	color:#0abbee;
}
.page input.blue:hover {
	border:2px solid #0abbee;
}
.page .text {
	width:700px;
	margin:0px auto;
}


/* HOME */
#pg_home {
	background-size:cover;
	background-position:center;
	color:#FFFFFF;
	text-align:center;
	font-size:16px;
    font-weight:400;
	display:table;
	width:100%;
	padding:0;
}
#pg_home .content {
	position:relative;
	z-index:2;
	display:table-cell;
	vertical-align:middle;
}
#pg_home hr {
	width:60px;
}
.hello {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
    font-style:italic;
    letter-spacing:3px;
}
.slogans {
	list-style:none;
	margin:0;
	margin-bottom:20px;
}
.slogans, .slogans li {
	font-family:ms_r, sans-serif;
    font-size:50px;
    font-weight:400;
    letter-spacing:5px;
    text-transform:uppercase;
}
.slogans li {
	display:none;
}
#bgvid {
	position:absolute;
	top:50%;
	left:50%;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	z-index:0;
	-webkit-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	/*background:url(polina.jpg) no-repeat;
	background-size: cover;*/
}



/* WORK */
.work_lightbox {
	position:relative;
	display:inline-block;
	width:220px;
	cursor:pointer;
}
.work_lightbox img {
	width:100%;
}
.work_lightbox .tooltip {
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
	color:#FFFFFF;
	text-align:center;
	font-size:15px;
	letter-spacing:1px;
	text-transform:uppercase;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-top:30px;
	background-color:rgba(10, 187, 238, 0.85);
	display:none;
}
.overlay {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:700;
	background-color:rgba(0, 0, 0, 0.8);
	display:none;
}
.work_detail {
	display:none;
	position:fixed;
	background-color:#FFFFFF;
	box-shadow:3px 3px 5px rgba(0, 0, 0, 0.6);
	top:80px;
	right:0;
	left:0;
	margin-right:auto;
	margin-left:auto;
	width:95%;
	max-width:1000px;
	z-index:800;
	padding:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	hyphens:auto;
}
.work_detail span {
	hyphens:auto;
}
.work_detail:after {
	content:'';
	display:block;
	clear:both;
}
.work_detail .link {
	width:240px;
	margin-left:20px;
	padding-left:20px;
	float:right;
	border-left:2px solid #757575;
}
.work_detail h2 {
	margin:0px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:14px;
}
.work_detail .closer {
	position:absolute;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	left:100%;
	margin-left:-21px;
	top:1px;
	font-weight:bold;
	font-size:18px;
	cursor:pointer;
	background-image:url(images/close.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:60%;
}

/* CLIENTS */
.clients img {
	display:inline-block;
	width:180px;
}

/* LIZENZEN */
.sidescroller {
	-webkit-overflow-scrolling:touch;
	margin-left:-20px;
	margin-right:-20px;
	font-size:0;
}
.license_box {
	position:relative;
	background-repeat:no-repeat;
	background-color:#0abbee;
	background-size:100%;
	color:#FFFFFF;
	width:400px;
	height:310px !important;
	padding-top:245px;
	text-transform:uppercase;
	letter-spacing:1px;
	display:inline-block;
	margin:0px 20px;
	font-size:14px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.license_box .tooltip {
	position:absolute;
	z-index:2;
	width:100%;
	top:0;
	bottom:85px;
	color:#FFFFFF;
	text-align:center;
	font-size:15px;
	letter-spacing:1px;
	text-transform:uppercase;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-top:60px;
	background-color:rgba(0, 0, 0, 0.85);
	display:none;
}
.license_box .tooltip a {
	color:#FFFFFF;
	text-decoration:none;
	line-height:40px;
}