/* ==========================================================================
   Cross-browser RESET
   ========================================================================== */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, figure, legend, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	height: auto;
	border: none;/* ie8 */
	/*display: block; fix the img bottom margin default  */
	max-width: 100%;
    margin:0 auto;
}
a img {
	border: none;
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
/* ==========================================================================
	Author: XXXX, Year:XXXX
	Custom styles
   ========================================================================== */

   /* ------- GENERAL ------- */

body {
    font-family: 'Open sans', sans-serif;
	height: 100%;
	width: 100%;
	word-break: break-word;
	font-weight: 300;
	color: #1D152F;
}

.flexslider {
  border: 0 none;
}

.wrapper{
	width: 960px;
	margin: 0px auto;
}

.grey-bg {
	background: #f0f0f0;
}
.grey-bg > h2 {
	text-align: center;
}

.clear{
	clear: both;
	display: block;
}

p {
	font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
}

h1 {
	font-weight: 300;
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 20px;
	margin-top: 20px;
}

h2 {
	font-weight: 300;
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 30px;
	margin-top: 30px;
}

h3 {
	font-weight: 300;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
}

h4, h5, h6 {
	font-weight: 300;
	font-size: 20px;
}

strong{
	font-weight: 400;
}

a{
	color: #E62159;
	text-decoration: none;
	cursor: pointer;
}

a:hover{
	color: #E62159;
	text-decoration: none;
	border-bottom: 1px solid #E62159;
}

hr{
	background: #e30040;
	height: 4px;
	border: 0;
	width: 100%;
	margin: 60px 0px 60px 0px;
}

hr.red-line{
	position: relative;
	width: 100%;
	bottom: 2px;
	z-index: 2;
	margin: 0px;
	padding:0px;
}

input{
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 16px;
	outline: 0;
	padding: 8px 15px;
	border: 1px solid #bcbcbc;
	color: #2e2d30;
}

input:focus{
	border: 1px solid #999;
}
input[type="text"], input[type="email"] {
	width: 268px;
}

textarea {
	font-size: 16px;
	outline: 0;
	width: 628px!important;
	height: 140px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	margin-bottom: 20px;
	border: 1px solid #bcbcbc;
	resize: none;
	color: #2e2d30;
}

textarea:focus{
	border: 1px solid #999;
}

button, .button, input[type="submit"], a.button {
	background: #E62159; /*#e3004*/
	font-size: 18px;
	color: #fff;
	padding: 8px 30px;
	display: inline-block;
	border: 0;
	outline: 0;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
}

a.button-purple {background-color: #816573;}
a.button-blue {background-color: #2682a0;}
a.button-green {background-color: #009f80;}

button:hover, .button:hover , .form-submit:hover, a.button:hover {
	opacity: 0.8;
}

.form-item {
    margin-bottom: 30px;
}

.node-type-press-release, .

#block-system-main-menu {
	display: inline-block;
	float: left;
}

#block-mindtake-helper-newsletter-footer {
  float: left;
  margin-left: 102px;
  margin-top: -6px;
}

@media screen and (min-width: 781px) and (max-width: 1000px) {
  #block-mindtake-helper-newsletter-footer {
    margin-left: 35px;
  }

  #block-mindtake-helper-newsletter-footer input[type="text"], #block-mindtake-helper-newsletter-footer input[type="email"] {
      width: auto;
    }
}


.page-node-36 #block-mindtake-helper-newsletter-footer, .page-node-62 #block-mindtake-helper-newsletter-footer {
  float: none;
  text-align: center;
  margin: 0;
}

.page-node-36 #block-mindtake-helper-newsletter-footer form, .page-node-62 #block-mindtake-helper-newsletter-footer form {
  display: inline-block;
}


.page-node-36 #block-mindtake-helper-newsletter-footer form input[type="submit"], .page-node-62 #block-mindtake-helper-newsletter-footer form input[type="submit"] {
  background-color: #009f80;
}

.page-node-36 #block-mindtake-helper-newsletter-footer form input[type="submit"]:hover , .page-node-62 #block-mindtake-helper-newsletter-footer form input[type="submit"]:hover {
  opacity: 0.8;
}

@media screen and (max-width: 781px){
  .page-node-36 #block-mindtake-helper-newsletter-footer form input[type="text"], .page-node-62 #block-mindtake-helper-newsletter-footer form input[type="text"] {
    width: calc(88% - 99px);
  }

  .page-node-36 #block-mindtake-helper-newsletter-footer form input[type="submit"], .page-node-62 #block-mindtake-helper-newsletter-footer form input[type="submit"] {
    width: 98px;
    padding: 8px 15px;
    box-sizing: border-box;
  }
}

.item-list .pager {
	text-align: left;
	margin: 40px 0;
}
.item-list .pager li {
	padding: 0;
	margin: 0;
}
.item-list .pager li.pager-current,
.item-list .pager li.pager-text {
	margin: 0.25em 0;
    line-height: 20px;
    vertical-align: bottom;
	color: #2e2d30;
}

.item-list .pager li.pager-previous {
	margin-right: 20px;
}
.item-list .pager li.pager-next {
	margin-left: 20px;
}

.item-list .pager li.pager-previous,
.item-list .pager li.pager-next {
	font-size: 30px;
    vertical-align: sub;
    line-height: 20px;
}
.item-list .pager li.pager-previous a:hover,
.item-list .pager li.pager-next a:hover {
	text-decoration: none;
	border: 0 none;
	opacity: 0.5;
}

/* ------- HEADER ------- */

header{
	width: 100%;
	height: 90px;
	background: #fff;
	position: fixed;
	-webkit-box-shadow: 0px 22px 30px -3px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 22px 30px -3px rgba(0,0,0,0.08);
	box-shadow: 0px 22px 30px -3px rgba(0,0,0,0.08);
	z-index: 100;
}

header a{
	color: #3c334f; /*#206c8b*/
}

header a:hover,
header a.active,
header a.active-trail {
	color: #E62159;
}

header a.active {
	border-bottom: 0 none;
}

#logo,
#logo-mobile {
	float: left;
	width: 216px;
	margin-top: 15px;
	margin-left: 30px;
}

#logo:hover,
#logo-mobile:hover {
	opacity: 0.7;
	text-decoration: none;
	border: 0 none;
}

#logo-mobile {
	display: none;
}

#block-system-main-menu {
	float: left;
	margin: 30px 15px;
	width: 960px;
}
#block-system-main-menu .menu{
	list-style: none;
	font-size: 19px;
	display: flex;
    justify-content: space-around;
}
#block-system-main-menu .menu li{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}


#block-system-main-menu .menu .menu{
	font-size: 15px;
	position: absolute;
	width: 100%;
	left: 0;
        justify-content: center;
        margin-top: 5px;
}
#block-system-main-menu .menu .menu li{
        padding: 0 10px;
}


.header-icons{
	padding-top: 30px;
	margin-right: 20px;
	float:right;
}

.header-icons a:hover{
	border-bottom: 0;
	opacity: 0.7;
}
.icon-header a.active,
a.icon-header.active{
	text-decoration: none;
	border: 0 none;
}

.icon-header-active{
	border-bottom: 0;
	opacity: 0.7;
}

.icon-header {
    display: block;
    height: 22px;
    width: 30px;
    margin-right: 0px;
    background-repeat: no-repeat;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    background-size: 30px auto;
    float: left;
}

.icon-header:last-child {
	margin-right: 0;
}

.icon-mail {
    background-image: url('../img/mail.svg');
}
.icon-mail li{
	display:block;
}
.icon-mail li a{
	color: transparent;
	display: block;
	height: 14px;
	width: 24px;
}
.icon-search {
    background-image: url('../img/search.svg');
}

.icon-language {
    background-image: url('../img/language.svg');
}

.header-icons-mobile{
	display: none;
}

.header-icons-mobile li{
	display: inline-block;
	margin-right: 30px;
}

.header-icons-mobile li:last-child{
	margin-right: 0px;
}

.header-icons-mobile a{
	color: grey;
}

.header-icons-mobile a:hover{
	color: grey;
	border-bottom: 1px solid grey;
}


h1#page-title {
    margin-top: 115px;
}

/* ------- HEADER IMAGE ------- */

.header-image{
	width: 100%;
	padding-top: 90px;
	z-index: 1;
	height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.header-image-mobile,
.flexslider .slides img.header-image-mobile {
	display: none;
	width: 100%;
	height: auto;
	padding-top: 90px;
}

.header-image-mobile-content{
	display: none;
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.header-box{
	width: 427px;
	float: none;
	background: rgba(255, 255, 255, 0.7);
	z-index: 2;
	float: left;
	position: absolute;
	top: 300px;
	padding: 30px;
}
.field-name-field-slogan .field-item {
	font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
}






/* ------- Dropdown ------- */

#dropdown {
    display: none;
    height: 50px;
    width: 30px;
    background:
    url('../img/burger.svg') no-repeat left center;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    background-size: 30px auto;
    position: relative;
    float: right;
    margin-right: 20px;
	margin-left:20px;
    margin-top: 15px;
}

#dropdown.active{
    background-image: url('../img/closenavi.svg');
}

#dropdown:hover {
    border-bottom: none;
    opacity: 0.7;
}



/* ------- HEADER DROPDOWNS ------- */

.language-dropdown,
.search-dropdown{
	display: none;
	background: white;
	line-height: 40px;
	-webkit-box-shadow: 0px 22px 30px -3px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 22px 30px -3px rgba(0,0,0,0.08);
	box-shadow: 0px 22px 30px -3px rgba(0,0,0,0.08);
	right: 20px;
	top: 70px;
	position: absolute;
	z-index: 1;
}

.language-dropdown{
	padding: 10px 25px 10px 25px;
}
.language-dropdown li{
	list-style-type: none;
}
.language-dropdown li a.active{
	border-bottom: 1px solid #206c8b;
	color:#206c8b;
}

.search-dropdown{
	padding: 20px;
}

.search-dropdown input {
	-webkit-appearance: none;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 16px;
	height: 40px;
	width: 200px;
	border: 1px solid #bcbcbc;
	outline: 0;
	padding: 0px 10px 0px 10px;
	color: #2e2d30;
	word-break: break-all;
}


.search-dropdown input:focus {
	border: 1px solid #999;
}




/* -- Main -- */

#main.no-slider #content {
  padding-top: 90px;
}
body.logged-in #main #content {
  padding-top: 90px;
}

.field-type-paragraphs > .field-items > .field-item {
  margin-top: 50px;
  margin-bottom: 50px;
}
.field-type-paragraphs > .field-items > .field-item:first-child {
  margin-top: 0px;
}
.field-type-paragraphs > .field-items > .field-item:last-child {
  margin-bottom: 0px;
}

/* ------- CONTACT ------- */

.wrapper-left {
	width: 300px;
	float: left;
	margin-right: 30px;
	margin-top: -29px;
}
.wrapper-right {
	width: 630px;
	float: left;
	margin-top: -16px;
}
form .input-float{
    float: left;
    margin-right: 30px;
}
form .input-float.input-float-right {
	float: right;
    margin-right: 0;
}
form .input-float.input-float-right + .form-item {
	clear: both;
}

/* ------- CLIENTS ------- */

.view-customers .view-content ul {
	text-align: center;
}
.view-customers .views-row {
	display:inline-block;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 10px;
	padding: 0;

}
.view-customers .views-row h2{
	display:none;
}
.view-customers .views-row img{
	width: 133px;
	display: block;
}

.view-customers .views-row:last-child,
.view-customers .views-row.views-row-last {
	/*margin-right: 0px;*/
}


#block-views-customers-block h2 {
  text-align: center;
}




/* ------- TEAM ------- */

.team-box{
	width: 300px;
	height: 410px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	background: white;
	text-align: center;
}

.team-box:nth-child(3n){
	margin-right: 0px;
}

.team-box h3{
	font-family: 'Shadows Into Light Two', Georgia, cursive;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0px;
}

.team-box .field-name-field-member-s-title {
	font-size: 14px;
}

.team-box img{
	width: 260px;
	height: 260px;
	display: inline-block;
	text-align: center;
	padding: 20px;
}

.team-icons{
	margin: 0 auto;
	margin-top: 20px;
}

.team-icons a:hover{
	opacity: 0.7;
	border-bottom: 0;
}
.team-icons > .field {
  display: inline-block;
  margin-right: 10px;
}

.icon-team{
    display: block;
    height: 20px;
    width: 20px;
    background-image: url('../img/icon-team.png');
    background-repeat: no-repeat;
    -webkit-background-size: 20px auto;
    -moz-background-size: 20px auto;
    background-size: 20px auto;
    float: left;
	text-indent: -9999px;
}
.team-icons .field-item{
	margin-right: 10px;
    display: inline-block;
}
.team-icons .field-item:last-child{
    margin-right: 0px;
}
.team-linkedin {
    background-position: left 0px;
}

.team-xing {
    background-position: left -20px;
}

.team-mail {
    background-position: left -40px;
}



/* ------- PRESS ------- */

.press-box{
	list-style: none;
	width: 260px;
	min-height: 400px;
	padding: 20px;
	float: left;
	margin: 30px 30px 30px 0;
	background: white;
}

.press-box:last-child,
.press-box:nth-child(3) {
	margin-right: 0px;
}
.press-box:nth-child(3n+1) {
	clear: left;
}

.press-box h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 0;
}

ul.inline li.node-readmore{
	margin: 0;
	padding: 0;
	font-weight: 700;
}

.press-box img{
	width: 260px;
	display: inline-block;
	text-align: center;
	padding-bottom: 20px;
}

/* ------- STUDY ------- */


.study-content {
	max-width: 990px;
	position: relative;
	display: block;
	padding-bottom: 340px;
        background-color: #fff;
        margin-bottom: 20px;
}

.view-studies .view-content {
    background-color: #e5e5cc;
    padding-top: 10px;
    padding-bottom: 10px;
		margin-bottom: -80px;
}

.view-studies .study-content {
		margin-bottom: 30px;
		background-color: #ffffff;
}

.image {
	position: absolute;
	width: 35%;
	top: 2%;
	left:2%;
}

.study-text {
	position: absolute;
	width: 58%;
	right: 2%;
}

.study-text h2 {
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	font-size: 20px;
}

.study-text h2 span {
	color: #E62159;
}

.study-text h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 26px;
}

.download-counter {
	position: absolute;
	bottom: 3%;
	right: 45%;
}

.download-counter span {
	color: grey;
	font-weight: normal;
	padding-left: 10px;
}

.download-link {
	position: absolute;
	bottom: 3%;
	right: 5%;
	background-color: #E62159;
        padding: 8px 30px;
	text-align: center;
        display: inline-block;
}

.download-link a {
	font-weight: 400;
	font-size: 18px;
  color: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 8px 30px;
	margin: -2em;
	border-bottom: 0;
}

.optional-link {
	position: absolute;
	top:-3%;
	right:-3%;
	background-color: #F6BE00;
	height: 80px;
	width: 80px;
	display: inline-block;
	border-radius: 50%;
	-ms-transform: rotate(20deg); /* IE 9 */
	-webkit-transform: rotate(20deg); /* Safari 3-8 */
	transform: rotate(20deg);
}

.optional-link .field-item.even {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	border-bottom: 0;
	word-break: keep-all;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
}

.download-link a:hover {
    text-decoration: none!important;
}

.webform-wrapper-left {
    width: 300px;
    float: left;
    margin-right: 10px;
    margin-top: 49px;
    margin-left: 95px;
    height: 600px;
}

.study-download-page {
	margin-top: 10px;
}

/* ------- JOBS ------- */

.job{
	margin-top: 40px;
}

.job button{
	margin-top: 20px;
}


/* ------- MEMBERS ------- */
.members{
	padding: 25px 0;
}
.members img{
	float: left;
	margin-right: 26px;
	width: 220px;
	padding: 0;
	display: block;
}

.members img.last-element{
	margin-right: 0px;
}

.members h2{
	padding-top: 40px;
	clear: both;
}

/* ------- Search results ------- */

.search-results .search-snippet-info {
	padding-left: 0;
}

/* ------- FOOTER ------- */

footer{
	height: 240px;
	width: 100%;
	margin-top: 80px;
	color: white;
	font-size: 13px;
}

.footer-top{
	height: 165px;
	background: #E62159; /*#206c8b*/
	width: 100%;
}

footer a{
	color: #fff;
}

footer a:hover,
footer a.active{
	color: #fff;
	border-bottom: 1px solid #fff;
}
footer .footer-top .block{
	float: left;
	margin-right: 125px;
	margin-top: 45px;
	line-height: 24px;
}

footer .footer-top .block:nth-child(3) {
  margin-right: 25px;
}

footer .footer-top .block:last-child {
    float: right;
    margin-top: 45px;
    margin-right: 0;
}

@media screen and (min-width: 781px) {
  footer .footer-top .block:nth-child(3) {
    margin-right: 25px;
  }
  footer .footer-top .block:last-child {
    width 23%;
  }
}

footer ul li{
	display:block;
}
footer ul li.leaf {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom{
	background: #F6BE00;/*#1b5c76*/
	width: 100%;
	height: 60px;
	padding-top: 30px;
}

.claim{
	width: 350px;
	float: left;
	margin-left: 170px;
}

.logo-footer{
	width: 145px;
	float: right;
	margin-top: -4px;
}
.footer-social{
	float:left;
}
.footer-social a:hover{
	opacity: 0.7;
	border-bottom: 0;
}

.icon-footer {
    display: block;
    height: 28px;
    width: 28px;
    margin-right: 20px;
    background-image: url('../img/footer-social.png');
    background-repeat: no-repeat;
    -webkit-background-size: 28px auto;
    -moz-background-size: 28px auto;
    background-size: 28px auto;
    float: left;
}

.footer-linkedin {
    background-position: left -28px;
}

.footer-xing {
    background-position: left -56px;
}

/* ------- RESPONSIVE ------- */

@media all and (max-width: 1350px) {
	#block-system-main-menu {
		width: 69%;
	}
}

@media all and (max-width: 1280px) {
	#block-system-main-menu .menu{
		font-size: 17px;
	}
	#block-system-main-menu .menu li{
		margin-left: 20px;
	}
	#logo,
	#logo-mobile{
		margin-left: 20px;
		width: 180px;
		/* margin-top: 22px; */
	}

	#block-system-main-menu .menu li{
		margin-left: 20px;
	}
}


@media all and (max-width: 1100px) {
	#block-system-main-menu {
		width: 66%;
	}
}

@media all and (min-width: 1001px) {

	#block-system-main-menu{
		display: block !important;
	}

.view-customers .views-row:nth-child(6n) {
  /*margin-right: 0;*/
}

}


@media all and (max-width: 1000px) {
	.header-image {
	    display: none;
	}
	.header-image-mobile {
		display: block;
	}
	.flexslider {height: auto !important;}
	.members img{
		margin-right: 0px;
		width: auto;
		max-width: 200px;
	}

	.members{
		margin-top: 40px;
	}

	.members h2 {
		padding-top: 20px;
	}

	#block-system-main-menu{
		float: none;
		list-style: none;
		position:absolute;
		top:65px;
		padding-left: 20px;
		padding-top: 20px;
		padding-bottom:20px;
		margin: 0;
		clear: both;
		background: white;
		width: 100%;
		display: none;
		-webkit-box-shadow: 0px 22px 30px -3px rgba(0,0,0,0.08);
		-moz-box-shadow: 0px 22px 30px -3px rgba(0,0,0,0.08);
		box-shadow: 0px 22px 30px -3px rgba(0,0,0,0.08);
	}

	#block-system-main-menu .menu{
		display: block;
		padding-left: 0;
		margin-left:0px;
		padding-top: 0px;
		float: none;
	}

	#block-system-main-menu .menu li{
		margin-left: 0px;
		display: block;
		padding: 10px 0;
	}
	#block-system-main-menu .menu .menu{
		position: relative;
        }

	.wrapper{
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}

	#dropdown {
	    display: block;
	}

	.view-customers .views-row{
		width: 100px;
	}

	.header-icons{
		margin-right: 20px;
	}

	.claim{
		display: none;
	}

	footer .footer-top .block{
		margin-right: 35px;
	}

	.header-box{
		position: relative;
		top: 0;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.field-name-field-slogan .field-item {
		font-size: 22px;
		line-height: 28px;
	}

	.team{
		height: 870px;
	}

	.team-box{
		width: 220px;
		height: 360px;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.team-box img{
		width: 180px;
		height: 180px;
		padding: 20px;
	}

	.wrapper-left,
	.wrapper-right {
			width: auto;
			float: none;
			margin: 0 0 30px 0;
	}
	form .input-float.input-float-right{
		float: left;
	}
}



@media all and (max-width: 780px) {

	.team{
		height: auto;
		padding-bottom: 30px;
	}

	.team-box{
		width: 220px;
		margin-right: 0px;
		margin: 20px auto;
		float: none;
	}
	.team-box:nth-child(3n) {
		margin-right: auto;
	}

	footer .footer-bottom{
		display: none;
	}

	footer .footer-top{
		height: auto;
		padding: 10px 0px 40px 0px;
	}

	footer .footer-top .block,
	footer .footer-top .block:last-child {
		float: none;
		margin-right: 0;
		margin-top: 30px;
	}

	.clients{
		height: 370px;
	}

	.animation{
		margin-bottom: 50px;
	}

	.members h2{
		padding-bottom: 70px;
	}

	header{
		height: 70px;
	}

	.header-image-mobile{
		padding-top: 70px;
	}

	#dropdown {
		margin-top: 10px;
	}

	.header-icons{
		padding-top: 25px;
	}

	#logo{
		margin-top: 14px;
	}

	#main.no-slider #content {
	  padding-top: 70px;
	}
	form .input-float,
	form .input-float.input-float-right {
		float: none;
	}
	.form-textarea-wrapper textarea {
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}
	.form-item {
		width: 92%;
	}
	input[type="text"], input[type="email"] {
		width: 100%;
	}
	textarea {
		width: 100% !important;
	}
	input[type="submit"] {
		width: 100%;
	}

	.item-list ul li, ul.menu li{
		margin:0px;
		padding:0px;
	}

	.study-content {
		padding-bottom: 0;
	}

	.image, .download-link, .study-text  {
		position: static;
	}

	.study-text {
		display: block;
	}
        .view-studies .study-content {
 		padding: 10px;
	}
}

@media all and (max-width: 546px) {
	.download-counter {
		position: relative;
		right: 0;
		clear: both;
		padding: 10px;
	}
}

@media all and (max-width: 460px) {
	.icon-header {
		margin-right: 10px;
	}

	.header-icons{
		margin-right: -11px;
	}

	.clients{
		height: 550px;
	}

	.animation{
		display: none;
	}


}
@media all and (max-width: 370px) {
	#logo {
		display: none;
	}
	#logo-mobile {
		display: block;
		/*margin-top: 14px;*/
	}
	#dropdown {
		margin-right: 5px;
	}
	.icon-header {
		margin-right: 4px;
	}
}
@media all and (max-width: 318px) {
	.header-icons{
		display: none;
	}
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
