/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Navbar
04 Single-Page Sections
05 Other pages style
06 Media queries 
07 HTML styling components
08 Cookie consent
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

html, body {
	height: 100%;
}

div, article, section, header, footer, nav, li {
	position:relative;
}
.group:after {
	display: block;
	height: 0;
	clear: both;
	content: ".";
	visibility: hidden; /* For clearing */
}
body {
	min-width: 984px;
	color: #312A1E;
	font-size: 100%;
	font-family: 'Avenir Next Pro Regular', sans-serif;
	overflow: auto;
}
body.common-page {
	font-family: 'Avenir Next Pro Regular', sans-serif;
}
body.common-page #top-image-div {
	min-height: 550px;
	height: auto;
	position: absolute;
	width: 100%;
}

body.common-page #contentwrap-outside {
	position: relative;
	height: auto;
}

body.policy #top-image-div {
	/*height: 820px;*/
}

body.contact #top-image-div {
	height: 780px;
}

body.sign-in #top-image-div {
	height: 100vh;
}

::-moz-selection {
	/*color:#333;*/
}
::selection {
	/*color:#333;*/
}
.inner-element {
	width: 873px;
	margin: auto;
}

.z-index-2 {
	z-index: 2;
}

.section-with-view {
	overflow: hidden;
}

.transparent-view {
	position: absolute;
	height: 1000px;
	background-color: white;
	z-index: 1;
	opacity: 0.2;
	width: 502px;
	left: -20px;
}

#portfolio-third-block .transparent-view {
	background-color: #a697a8;
}

.section-with-view .content-view {
	z-index: 2;
}

.before-footer {
	min-height: 100%;
	/*margin-bottom: -324px;*/
}

.footer {
	margin-top: -287px;
}

.before-footer-inner {
	padding-bottom: 287px;
}

.disable, .disable:hover {
	text-decoration: none;
	cursor: default;	
}
.main-color {
	color: #92278f;
}

/* FORMS
============================================== */
input[type=text], input[type=submit], textarea {
	width: 100%;
	padding: 0.5em;
	font-size: 1em;
	margin-bottom: 1.5em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input, button, select, textarea {
	font-family: 'Avenir Next Pro Demi', sans-serif;
}

.sign-in-vbox #moon-on-name {
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	box-sizing: inherit;
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
}

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
p {
	font-size: 1em;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
}
ul, ol {
	font-size: 1em;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
}
a:link, a:visited {
	color: #F1505A;
}
a:hover, a:active {
	color: #F1505A;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal; /* reset default browser weight for our webfonts */
	font-family: 'Avenir Next Pro Medium', sans-serif;
}
h1 {
	font-size: 1.5em;
	line-height: 1;
	margin-top: 1.42em;
	margin-bottom: 0em;
}
h2 {
	font-size: 1.3125em;
	line-height: 1.1429;
	margin-top: 1.1429em;
	margin-bottom: 0em;
}
h3 {
	font-size: 1.125em;
	line-height: 1.3333;
	margin-top: 1.3333em;
	margin-bottom: 0em;
}
h4 {
	font-size: 1em;
	line-height: 1.5;
	margin-top: 1.5em;
	margin-bottom: 0em;
}
h5 {
	font-size: 0.875em;
	line-height: 1.7143;
	margin-top: 1.7143em;
	margin-bottom: 0em;
}
strong {
	font-weight: normal;
	font-family: 'Avenir Next Pro Demi', sans-serif;
}
small {
	font-size: 0.75em;
	line-height: 2;
	margin-top: 2em;
	margin-bottom: 0em;
}
em {
	font-style: normal;
	font-family: 'Avenir Next Pro Demi', sans-serif;
}

/* ---------------------------------------------------------------------------------------------------------- 
03 Navbar ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.navbar-fixed {
	position: fixed;
 	top: 0px;
 	z-index: 9999;
 	width: 100%;
}
.navbar-inverse .navbar-inner {
	background: none;
	width: 873px;
	margin: auto;
}
.navbar-inner {
	padding-left: 0px;
	padding-right: 0px;
	height: 65px;
	border: none;
	border-radius: none;
}
.navbar .brand {
	margin-top: 0px;
	padding: 0;
	background-color: rgba(0,0,0,0);
}
.navbar-margin {
	display: none;
}
.navbar-fixed .navbar-margin {
	height: 65px;
	background-image: url(../img/line.png);
	position: fixed;
	top: 0px;
	display: block;
}
.navbar-margin-lef {
	left: 0px;
}
#navbar-first-block {
	float: left;
	height: inherit;
	width: 20%;
	background-image: url(../img/line.png);
}
#navbar-second-block {
	height: 65px;
	margin-left: 0px;
	width: 128px;
	float: left;
}
#navbar-third-block {
	padding-right: 0px;
	height: inherit;
	width: 745px;
	float: left;
	background-image: url(../img/line.png);
}
#logo-img {
	height: 65px;
	background: transparent;
	background-repeat: no-repeat;
	float: right;	
}
#logo-aggregate {
	height: 65px;
	width: 0px;
	overflow: inherit;
	background-image: url(../img/line.png);
}
#navbar-form input[type=search] {
	font-family: 'Avenir Next Pro Regular', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	width: 180px;
	height: 14px;
	color: #010920;
	border-radius: 0px;
}
#navbar-form input[type=password] {
	font-family: 'Avenir Next Pro Regular', sans-serif;
	font-weight: normal;
	line-height: 14px;
	font-size: 14px;
	width: 180px;
	height: 14px;
	color: #010920;
	border-radius: 0px;
}
#navbar-form input[type=search]::-moz-placeholder { 
	color: #010920; 
}
#navbar-form input[type=search]::-webkit-input-placeholder { 
	color: #010920; 
}
#navbar-form input[type=password]::-moz-placeholder { 
	color: #010920; 
}
#navbar-form input[type=password]::-webkit-input-placeholder { 
	color: #010920; 
}
#navbar-form {
	margin-top: 10px;
}
#href-password {
	color:#92278f;
	font-family: 'Avenir Next Pro Regular', sans-serif;
	font-weight: normal;
	font-size: 12px;
	float: left;
}
#checkbox {
	margin-bottom: 6px;
	margin-left: 5%;
}
#checkbox-remember {
	color: #92278f;
	font-family: 'Avenir Next Pro Regular', sans-serif;
	font-weight: normal;
	font-size: 12px;
	float: left;
	width: 110px;
	margin-left: 78px;
}
#sign-in-form #moon-on-name {
	float: left;
}
#sign-in-form #moon-on-pwd {
	float: left;
	margin-left: 2%;
}
#sign-in-form {
	/*width: 600px;*/
	width: 100%;
	float: left;
	padding-left: 35px;
}
#sign-in-form .row-fluid {
	height: 24px;
	z-index: 2;
}
#sign-in-form .row-fluid .span12 {
	height: 24px;
}


#sign-in-button input[type=button] {
	float: left;
	margin-left: 20px;

	color: white;
	font-size:  14px;
	font-family: 'Avenir Next Pro Regular', sans-serif;
}

#collapse-image {
	margin: 15px;
}

.white-background {
	background-color: #e9eaee;
}

/* ---------------------------------------------------------------------------------------------------------- 
04 Single-Page Sections ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

#contentwrap-outside {
	height: 0; 
	position: absolute; 
	top: 0px; 
	width: 100%;
}
#contentwrap {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	text-align: center;
}
#contentwrap h1 {
	color: #FFFFFF;
	margin-bottom: 0px;
	z-index: 10500;
}

#contentwrap h2 {
	padding-top: 20px;
	text-align: left;	
	padding-left: 125px;
	color: #FFFFFF;
	font-family: 'Avenir Next Pro Medium', sans-serif;
	font-weight: normal;
	font-size: 16px;
	margin: 0.5em 0;
	text-shadow: 1px 1px 1px #333333;
}
#headerwrap-content {
	top: 30vh;
}
.navbar-line-static {
	z-index: 500;
}

.index-page .navbar-line-static {
	top: 40px;
}

.index-page .navbar-line-static img {
	max-width: none;
	max-height: none;
}

.navbar-line-static a {
	color: white;
	margin-left: 30px;
	font-family: 'Avenir Next Pro Medium', sans-serif;
	font-weight: normal;
	font-size: 18px;
}
.navbar-line-static .static-bar-items {
	margin-top: 15px;
	float: right;
	text-align: right;
}

.common-page .navbar-line-static img {
	margin-top: 20px;
}

#top-image-div {
  height: 100vh;
  overflow: hidden;
  background-image: url('../img/fon1.jpg');
  background-color: #010d1f;
  background-size: cover;
}
.fon {
	display: none;
	min-height: 100vh;
	z-index: 9999;
	max-width: none;
}
body.touch-device #headerwrap-content {
	top: 20%;
}
body.touch-device #top-image-div .fon {
	min-width: 100%;
	min-height: 100%;
}

.padded-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.padded-section-0 {
	padding-top: 94px;
	padding-bottom: 97px;
}
.padded-section-1 {
	padding-top: 148px;
	padding-bottom: 155px;
}
.padded-section-2 {
	padding-top: 94px;
}
.padded-section-3 {
	padding-top: 93px;
}
.padded-section-4 {
	padding-top: 155px;
	padding-bottom: 155px;
}
.padded-section-5 {
	padding-top: 94px;
	padding-bottom: 89px;
}
.padded-section-6 {}
.padded-section-7 {
	padding-top: 93px;
	padding-bottom: 85px;
}

#slider .padded-section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.padded-section p {
	margin: 0;
}

.padded-section p+input[type=button] {
	margin: 1.5em 0 0 0;
}

#portfolio-third-block .text-block {
	width: 493px;
	padding-left: 40px;
}

#portfolio-third-block .transparent-view {
	margin-left: 408px;
}

/* Portfolio
============================================== */
#portfolio {
	background-color: #b577da;
	color: white;
}
#portfolio h1 {
	margin-top: 0em;
	font-family: 'Avenir Next Pro Medium', sans-serif;
}
.portfolio-content {
	font-family: 'Avenir Next Pro Regular', sans-serif;
	font-weight: normal;
	font-size: 17px;
}
#portfolio-first-block-content {	
	width: 100%;
	background: url(../img/fon3.jpg) #0b333f no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#portfolio-first-block-content.in-data-access{	
	background: url(../img/fon3.jpg) #0b333f 0px -150px no-repeat;
}

#portfolio-second-block-a {
	background-color: #e9eaee;
	background-position: center center;
}
#portfolio-second-block-b {
	background-color: #ffd600;
	background-position: center center;
}
#portfolio-third-block-content {
	width: 100%;
	background: url(../img/fon4.jpg) #0b333f no-repeat center 0% fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#portfolio-first-block-content.in-object{	
	background: url(../img/fon4.jpg) #0b333f 0% -150px no-repeat;
}

.portfolio-block h1 {
	color: #010920;
}
.portfolio-block p {
	color: #010920;
	font-family: 'Avenir Next Pro Medium', sans-serif;
	font-weight: normal;
	font-size: 16px;
}

#horizontal-line-first {
	height: 10px;
	background-color: #b577da;
}

/* Slider
============================================== */
#slider-title {
	background-color: #772766;
}
#slider-title h1 {
	color: white;
	font-family: 'Avenir Next Pro Medium', sans-serif;
}
#slider-title-small {
	font-size: 24px;
	font-family: 'Avenir Next Pro Medium', sans-serif;
	color: white;
}
#slider p {
	font-family: 'Avenir Next Pro Medium', sans-serif;
}

#slider p.slide-content {
	font-size: 24px;
	font-family: 'Avenir Next Pro Medium', sans-serif;
}

#slider-header {
}
#horizontal-line-second {
	height: 10px;
	background-color: #772766;
}

/* Services 
============================================== */
#services {
	background: #a9a0d4;
}
#services h1 {
	color: #010920;
}
#services p {
	font-size: 16px;
	font-family: 'Avenir Next Pro Medium', sans-serif;
	color: #010920;
}
.single-page h1 {
	text-align: center;
	margin-bottom: 26px;
}
#services-images {
	margin-top: 35px;
}
#service-first-img {
	border-bottom: 1px solid #b8b0de;
	border-right: 1px solid #b8b0de;
}
#service-second-img {
	border-bottom: 1px solid #b8b0de;
}
#service-third-img {
	border-bottom: 1px solid #b8b0de;
	border-left: 1px solid #b8b0de;
}
#service-fourth-img {
	border-right: 1px solid #b8b0de;
}
#service-sixth-img {
	border-left: 1px solid #b8b0de;
}
#services-images table {
	width: 100%;
}
#services-images table td > div {
	text-align: center;
	height: 120px;
}

#services-images table td > div img {
	height: auto;
	width: auto;
}


/* Contact 
============================================== */
#contact {
	color: white;
	background: #000;
	padding-top: 46px;
	padding-bottom: 0;
}
#contact a, #contact span {
	text-align: center;
	float: left;
	margin-right: 15px;
	font-size: 13px;
	font-family: 'Avenir Next Pro Regular', sans-serif;
	font-weight: normal;
	margin-bottom: 0px;
	color: white;
}
#footer-links {
	border-color: white;
	margin-bottom: 10%;
	width:100%;
}
#footer-links th {
	padding-left: 7%;
	text-align: left;
	width: 20%;
	font-size: 16px;
	font-family: 'Avenir Next Pro Medium', sans-serif;
	font-weight: normal;
	padding-bottom: 15px;
}
#footer-links td {
	padding-left: 7%;
	text-align: left;
	vertical-align: top;
	width: 20%;
}
#footer-links td a {
	font-size: 14px;
}
/*#footer-links td a:hover, 
#footer-links td a:visited,
#footer-links td a:active {
	padding-left: 7%;
}*/
#footer-line {
	margin: auto;
}
#footer-line td {
	table-layout: auto;
}
footer {
	text-align: center;
	color: white;
	font-weight: bold;
}
footer p {
	margin-top: -130px;
}

/* ---------------------------------------------------------------------------------------------------------- 
05 Other pages style ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.h1-header {
	font-size: 59px;
	font-family: 'Avenir Next Pro Medium', sans-serif;
}

.h2-header {
	font-size: 49px;
	font-family: 'Avenir Next Pro Demi', sans-serif;
	margin-top: 0px;
	margin-bottom: 26px;
}

.common-page .h2-header {
	color: #010920;
	margin-top: 14px;
	margin-bottom: 3px;
}

#map-wrapper {
	margin-top: 20px;
}
.logo-title {
	color: #fff;
}
.sign-in-vbox {
	height: 100vh;
	width: 250px;
	right: 0px;
	top: -185px;
	position: absolute;
	background-image: url(../img/opacity.png);
	background-size: 100% 100%;
	padding: 0 20px 0 20px;
	padding-top: 200px;
}
.sign-in-vbox .login-i input,
.sign-in-vbox .password-i input {
	width: 236px;
	border-radius: 0px;
}
.sign-in-vbox label,
.sign-in-vbox a {
	color: #fff;
	text-align: left;
}
.sign-in-vbox .remember-i input {
	float: left;
}

.forgot-i {
	margin-top: 20px;
}
.sign-in-vbox .forgot-i a {
	float: left;
	margin-top: 5px;
	text-decoration: underline;
	font-size: 14px;
}
.sign-in-vbox .forgot-i input {
	float: right;		
}
.sign-in-vbox .h-line {
	height: 20px;
	width: 100%;
	border-bottom: 1px solid #92278f;
	margin-bottom: 20px;
	clear: both;
}
.sign-in-vbox .block-register {
	text-align: left;
}
.sign-in-vbox .block-register span {
	color: #fff;
}
.sign-in-vbox .block-register span.br-1 {
	font-size: 14px;
	line-height: 40px;
}
.sign-in-vbox .block-register a {
	text-decoration: underline;
}

.common-header {
	height: 125px;
}

#sign-in-text {
	text-align: left;
	color: #010920;
	font-size: 16px;
	padding-top: 50px;
	padding-bottom: 100px;
	padding-left: 20px;
	font-family: 'Avenir Next Pro Medium', sans-serif;
	line-height: 24px;
}

body.sign-in #sign-in-text {
	color: #fff;
	font-family: 'Avenir Next Pro Regular', sans-serif;
}

#sign-in-menu {
	height: 60px;
	width: 100%;
	background-color: #92278f;
	z-index: 3;
}
#sign-in-menu .right-text {
	width: 270px;
	float: right;
	color: #fff;
	line-height: 60px;
	font-family: 'Avenir Next Pro Medium', sans-serif;
	font-size: 24px;
	text-align: left;
}
#sign-in-menu .left-text {
	width: 600px;
	float: left;
	line-height: 60px;
	text-align: left;
}
#sign-in-menu .left-text a {
	color: #fff;
	margin-left: 20px;
	font-size: 18px;
	font-family: 'Avenir Next Pro Medium', sans-serif;
}
.logo-title-block {
	line-height: 94px;
	text-align: left;
	font-size: 18px;
	font-family: 'Avenir Next Pro Medium', sans-serif;
	padding-left: 35px;
	float: left;
}
.common-page .navbar-line-static {
	margin-top: 20px;
}

/* ---------------------------------------------------------------------------------------------------------- 
06 Media queries --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* RESPONSIVE 
-------------------------------------------------- */

/*@media (max-width: 1920px) {
	#navbar-first-block {
		width: 20%;
	}
	#navbar-second-block {
		width: 6.5%;	
	}
	#navbar-third-block {
		width: 73.5%;
	}
}
@media (max-width: 1760px) {
	#portfolio .span3,
	#portfolio-first-block .span3,
	#portfolio-second-block-a .span3,
	#portfolio-second-block-b .span3,
	#portfolio-third-block .span3,
	#services .span3,
	#contact .span3 {
		width: 20%;
	}
	#portfolio .span6,
	#services .span6,
	#contact .span6 {
		width: 54%;
	}
	#navbar-first-block {
		width: 20%;
	}
	#navbar-second-block {
		width: 7%;
	}
	#navbar-third-block {
		width: 73%;
	}
}
@media (max-width: 1600px) {
	#portfolio .span3,
	#portfolio-first-block .span3,
	#portfolio-second-block-a .span3,
	#portfolio-second-block-b .span3,
	#portfolio-third-block .span3,
	#services .span3,
	#contact .span3 {
		width: 17%;
	}
	#portfolio .span6,
	#services .span6,
	#contact .span6 {
		width: 60%;
	}
	#navbar-first-block {
		width: 20%;
	}
	#navbar-second-block {
		width: 8%;
	}
	#navbar-third-block {
		width: 72%;
	}
	#headerwrap-content {
		padding-left: 25%;
	}
	#portfolio-first-block-content .portfolio-block p {
		width: 23%;
	}
	#portfolio-second-block-a .portfolio-block p, #portfolio-second-block-b .portfolio-block p {
		width: 63%;
	}
	#portfolio-third-block-content .portfolio-block p {
		width: 50%;
	}
}
@media (max-width: 1440px) {
	#portfolio .span3,
	#portfolio-first-block .span3,
	#portfolio-second-block-a .span3,
	#portfolio-second-block-b .span3,
	#portfolio-third-block .span3,
	#services .span3,
	#contact .span3 {
		width: 13%;
	}
	#portfolio .span6,
	#services .span6,
	#contact .span6 {
		width: 67%;
	}
	#navbar-first-block {
		width: 20%;
	}
	#navbar-second-block {
		width: 9%;
	}
	#navbar-third-block {
		width: 71%;
	}
	#headerwrap-content {
		padding-left: 22%;
	}
	.portfolio-block h1 {
		width: 70%;
	}
	#portfolio-second-block-a .portfolio-block h1, #portfolio-second-block-b .portfolio-block h1 {
		margin-top: 110px;
	}
	#portfolio-second-block-a .portfolio-block p, #portfolio-second-block-b .portfolio-block p {
		width: 70%;
	}	
	#portfolio-third-block-content .portfolio-block p {
		width: 60%;
	}
}
@media (max-width: 1366px) {
	#portfolio .span3,
	#portfolio-first-block .span3,
	#portfolio-second-block-a .span3,
	#portfolio-second-block-b .span3,
	#portfolio-third-block .span3,
	#services .span3,
	#contact .span3 {
		width: 11%;
	}
	#portfolio .span6,
	#services .span6,
	#contact .span6 {
		width: 71%;
	}
	#navbar-first-block {
		width: 20%;
	}
	#navbar-second-block {
		width: 9.5%;
	}
	#navbar-third-block {
		width: 70.5%;
	}
	#headerwrap-content {
		padding-left: 20%;
	}
	.portfolio-block h1 {
		margin-top: 120px;
		width: 75%;
	}
}
@media (max-width: 1280px) {
	#portfolio .span3,
	#portfolio-first-block .span3,
	#portfolio-second-block-a .span3,
	#portfolio-second-block-b .span3,
	#portfolio-third-block .span3,
	#services .span3,
	#contact .span3 {
		width: 9%;
	}
	#portfolio .span6,
	#services .span6,
	#contact .span6,
	#portfolio-second-block-a .span6,
	#portfolio-second-block-b .span6,
	#portfolio-third-block .span6,
	#portfolio-first-block .span6 {
		width: 75%;
	}
	#navbar-first-block {
		width: 20%;
	}
	#navbar-second-block {
		width: 10%;
	}
	#navbar-third-block {
		width: 70%;
	}
	#headerwrap-content {
		padding-left: 19%;
	}
	.portfolio-block h1 {
		width: 80%;
	}
	#portfolio-first-block-content .portfolio-block p {
		width: 30%;
	}
	#portfolio-second-block-a .portfolio-block p,
	#portfolio-second-block-b .portfolio-block p {
		width: 80%;
	}
	#portfolio-third-block-content .portfolio-block p {
		width: 65%;
	}
}
@media (max-width: 1152px) {
	#portfolio-first-block-content .portfolio-block p {
		width: 40%;
	}
	#portfolio-third-block-content .portfolio-block p {
		width: 70%;
	}
	#contact .span2 {
		width: 7%;
	}
	#contact .span8 {
		width: 80%;
	}
}*/
@media (max-width: 1024px) {
	body {
		min-width: 984px;
		width: 984px;
		width: auto !important;
	}
	#portfolio-first-block-content {
		background-attachment: scroll;
	}
	#portfolio-third-block-content {
		background-attachment: scroll;
	}
	.navbar {
		display: none;
	}

/*	.navbar-wrapper {
		width: 1024px;
	}
	.navbar-inner {
		min-width: 1024px;
		width: 1024px;
	}
	#navbar-first-block {
		width: 18%;
	}
	#navbar-second-block {
		width: 13%;
	}
	#navbar-third-block {
		width: 69%;
	}
	#login-form .span3 {
		width: 60px;
	}
	.portfolio-block p {
		width: 40%;
	}
	.portfolio-content {
		margin-left: 20px;
		margin-right: 20px;
	}
	#portfolio-first-block-content .portfolio-block,
	#portfolio-second-block-a .portfolio-block,
	#portfolio-second-block-b .portfolio-block {
		margin-left: 20px;
	}
	#portfolio-first-block-content .portfolio-block p {
		width: 40%;
	}
	#portfolio-third-block-content .portfolio-block p {
		width: 65%;
	}
	#services p {
		margin-left: 20px;
		margin-right: 20px;
	}*/
}
@media (max-width: 979px) {
	body {
		padding-left: 0px;
		padding-right: 0px;
	}
}

/* ---------------------------------------------------------------------------------------------------------- 
SUB LEVEL PAGES      ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.sub-level-page .image-container{
	background-image: url(../img/icons1.png);
}

.sub-level-page .text-header{
	font-size: 18px;
	color: #92278f;	
	margin-top: 0px;
	font-family: 'Avenir Next Pro regular', sans-serif;
	margin-bottom: 14px;
}
.sub-level-page .image-container{	
	height: 150px;
	width: 160px;
}
.object-sub-level-page .image-container.img-1{		
	background-position: -480px 0px;
}
.object-sub-level-page .image-container.img-2{		
	background-position: -480px -150px;
}	
.sub-level-page .data-access-in-text{
	margin-top: 60px;
	width: 873px;
	margin-left: 18px;
}

.sub-level-page .left-with-image-container{
	vertical-align: top;
}
.sub-level-page .right-with-text-container{
	font-size: 16px;
	line-height: 1.5;
	vertical-align: top;
}

.sub-level-page #about-menu .left-text {
	width: 710px;
	float: left;
	line-height: 40px;
	text-align: left;
	font-size: 14px;
	left: 20px;
	color: black;
}

.sub-level-page #about-menu{
	height: 40px;
	width: 100%;
	background-color:#e9eaee;
	z-index: 3;
}

.sub-level-page #about-menu a.current{
	color: #92278f;
}

.sub-level-page #about-menu a{
	margin-right: 10px;
	color:#010920;
}

.sub-level-page #portfolio-third-block, .sub-level-page #portfolio-first-block{
	top: -1px;
}

.sub-level-page #contentwrap-outside{
	font-family: 'Avenir Next Pro Medium', sans-serif;
}	

.sub-level-page .section-with-view .content-view {
	padding-left:58px;
}

.sub-level-page .portfolio-block h1.h2-header{
	margin-bottom:26px;
}
.object-sub-level-page .data-access-in-text .right-with-text-container{
	color:#010920;	
}

.object-sub-level-page .transparent-view{
	background-color: #a697a8;
}

.object-sub-level-page .in-object .portfolio-block{
	width: 453px;
	margin-left: 20px;
}

.security-sub-level-page #portfolio-first-block-content.in-security{
	background:  #c3da00;
}

.security-sub-level-page .image-container.img-1{		
	background-position: -320px 0px;
}
.security-sub-level-page .image-container.img-2{		
	background-position: -320px -150px;
}	
.security-sub-level-page .image-container.img-3{		
	background-position: -320px -300px;
}	
.security-sub-level-page .image-container.img-4{		
	background-position: -320px -450px;
}	
.data-sub-level-page .image-container.img-1{		
	background-position: 0px 0px;
}
.data-sub-level-page .image-container.img-2{		
	background-position: 0px -150px;
}	
.data-sub-level-page .image-container.img-3{		
	background-position: 0px -300px;
}	
.collaboration-sub-level-page .image-container.img-1{		
	background-position: -160px 0px;
}
.collaboration-sub-level-page .image-container.img-2{		
	background-position: -160px -150px;
}	
.collaboration-sub-level-page #portfolio-first-block-content.in-collaboration{
	background:  #ffd600;
}



/* ---------------------------------------------------------------------------------------------------------- 
HTML styling components   -----------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.moonon-checkbox {
	height: 16px;
}
	
.moonon-checkbox > input[type="checkbox"] {
	opacity: 0;
	display: none;
}

.moonon-checkbox > .checkbox-content {
	margin: 0px;
	width: 16px;
	height: 16px;
	outline: 0px none;
	display: inline-block;
	vertical-align: text-top;
	background-position: 0px -16px !important;
	background: url('../img/checkbox.png') no-repeat;	
}

.moonon-checkbox > .checkbox-content:hover,
.wrap-checkbox:hover > * > .checkbox-content {
	background-position: -16px -16px !important;
}

.moonon-checkbox > input[type="checkbox"]:checked + label {
	background-position: -32px -16px !important;
}



.moonon-button {
	width: auto;
	height: 30px;
	padding: 0px 20px;

	border: none;
	background-color: #92278f;
	border-bottom: 2px solid #68235c;

	color: white;
	font-size:  14px;
	font-family: 'Avenir Next Pro Regular', sans-serif;

	/* === Focus off === */
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.moonon-button:hover {
	background-color: #68235c !important;
	border-bottom: 2px solid #68235c;
}

.focus-off {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
}

input[type="text"]:focus,
input[type="text"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="password"]:focus,
input[type="password"]:active {
	border: 1px solid #cccccc !important;
}

/* ---------------------------------------------------------------------------------------------------------- 
08 Cookie consent -------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.cookieconsent-wrapper {
	width: 380px;
	height: 220px;
	position: fixed;
	left: 20px;
	bottom: 20px;
	opacity: 0.8;
	background-color: black;
	font-family: 'Avenir Next Pro Medium', sans-serif;
	color: white;
	display: none;
}
.cookieconsent-content {
	padding: 35px;
}
.cookieconsent-text {
	line-height: 1.5em;
	font-size: 16px;
	margin-bottom: 10px;
}
.cookieconsent-link {
	margin-bottom: 10px;
}
.cookieconsent-link a {
	font-weight: normal;
	font-size: 16px;
	color: white;
	text-decoration: underline;
}
.cookieconsent-button input {
	width: 100%;
	height: 40px;
	font-size: 16px;
}
.text-part {
	margin-top: 20px;
}