/**
 * Place your custom styles here.
 */
 
@font-face { font-family: SwedenSans; src: url('../fonts/SwedenSans.otf'); } @font-face { font-family: SwedenSans; font-weight: bold; src: 
url('../fonts/SwedenSans-Bold.otf');}
 
/** GENERAL STYLES **/ body {
	color: #3c3c3b;
	font-size: 13px;
	font-family: SwedenSans, sans-serif;
	line-height: 20px;
}
a {
	color: #3c3c3b;
	outline: none;
}
a:hover {
	color: #00b1ef;
	text-decoration: none;
}
h1 {
	font-weight: normal;
	margin-bottom: 20px;
}
h1.page-header {
	margin-top: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
img {
	width: auto;
	margin: auto;
}
.breadcrumb {
	margin-top: 20px;
}
.breadcrumb li, .breadcrumb > .active {
	color: #00b1ef;
}
/** HEADER **/ header#navbar {
	background-color: #3c3c3b;
	width: 100%;
	max-width: 100%;
	margin: 0;
	border: 0;
	border-radius: 0;
	opacity: 0.90;
    filter: alpha(opacity=90);
}
header#navbar .container-fluid {
	
}
header#navbar .navbar-header a.logo {
	width: 105px;
}
header#navbar .navbar-header {
	position: relative;
}
header#navbar .navbar-header a.logo img {
	width: 100%;
}
header#navbar .navbar-header a.name {
	text-transform: uppercase;
	color: #FFF;
}
header#navbar #navbar-collapse {
	padding: 0;
}
header#navbar #block-system-user-menu {
	float: right;
    text-align: right;
    width: auto;
    display: table;
}
header#navbar #block-system-user-menu ul {
	margin-right: 20px;
}
header#navbar #block-system-user-menu ul li {
	display: inline-block;
	top: 5px;
	position: relative;
}
header#navbar #block-system-user-menu ul li a {
	color: #FFF;
	padding: 10px 5px;
}
header#navbar #block-system-user-menu ul li a:hover, header#navbar #block-system-user-menu ul li a:active, header#navbar #block-system-user-menu ul li a:focus {
	background: 0 none;
	text-decoration: underline;
}
header#navbar #block-views-exp-search-page {
	float: right;
    position: relative;
    width: auto;
    top: 0;
}
header#navbar #views-exposed-form-search-page .views-exposed-form #edit-search-wrapper, header#navbar #views-exposed-form-search-page .views-exposed-form 
.views-submit-button {
    padding: 0;
}
header#navbar #views-exposed-form-search-page .views-exposed-widgets {
	position: relative;
    top: 8px;
}
header#navbar #views-exposed-form-search-page .views-exposed-widgets .views-exposed-widget {
	margin: 0;
	padding: 0;
}
header#navbar #views-exposed-form-search-page .views-exposed-widgets .views-exposed-widget input {
	border: 0;
    border-radius: 10px 0 0 10px;
}
header#navbar #views-exposed-form-search-page .views-exposed-widgets .views-exposed-widget button {
	margin: 0;
    border-radius: 0 10px 10px 0;
    background: #00b1ef url(../images/lupa.png) no-repeat;
    background-size: 20px;
    font-size: 0;
    width: 40px;
    height: 34px;
    background-position: center center;
	border: 1px #00b1ef solid;
}
header#navbar #views-exposed-form-search-page .views-exposed-widgets .views-exposed-widget button:hover {
	border-color: #00b1ef;
}
/** LOGIN PAGE **/ .login-homepage-wrapper {
	margin: 40px auto;
    position: relative;
    overflow: hidden;
}
.login-homepage-wrapper h1 {
	margin-top: 0;
	margin-bottom: 40px;
}
.login-homepage-wrapper .content-left {
	width: 25%;
	float: left;
	position: relative;
	margin-bottom: 40px;
}
.login-homepage-wrapper .content-left-inner {
	padding-right: 40px;
}
.login-homepage-wrapper .content-left-inner ul {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}
.login-homepage-wrapper .content-left-inner .banner {
	margin-top: 40px;
}
.login-homepage-wrapper .messages {
	padding: 10px;
    position: relative;
    margin-bottom: 10px;
}
.login-homepage-wrapper .content-center {
	width: 75%;
	float: left;
	position: relative;
}
.login-homepage-wrapper .content-center .intro-text {
    text-align: justify;
}
.login-homepage-wrapper .content-center .center-img {
    margin-top: 40px;
}
/** Search results **/ .page-search .page-header {
	width: 100%;
    
    margin: 40px auto;
}
.page-search .view-search {
	width: 100%;
    margin: auto;
}
.page-search .view-search .views-row {
	padding: 20px 0 20px 20px;
    margin-bottom: 20px;
	display: block;
	position: relative;
	clear: both;
	overflow: hidden;
}
.page-search .view-search .views-row.views-row-even {
	background: #eee;
}
.page-search .view-search .views-row .result .result-left {
	float: left;
	width: auto;
	max-width: 20%;
}
.page-search .view-search .views-row .result .result-left .item {
	margin-right: 20px;
	display: block;
}
.page-search .view-search .views-row .result .result-right {
	float: left;
	width: auto;
	max-width: 80%;
}
.page-search .view-search .views-row .result .result-right h2 {
	margin-top: 0;
}
.page-search .view-search .views-row .result .type {
	font-weight: 600;
}
.page-search .view-search .views-row .result .content-info span {
	font-size: 12px;
}
.page-search .view-search .views-row .result .content-info span:before {
	content: "|";
    padding: 0 5px;
	
}
.page-search .view-search .views-row .result .content-info span.first:before {
	content: "";
}
/** HOMEPAGE **/ .main-homepage-wrapper .block h2 {
    font-weight: 600;
    margin: 10px 0;
	background: #3c3c3b;
    color: #FFF;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px 5px 0 0;
	margin-bottom: 0;
	margin-top: 0;
}
.main-homepage-wrapper .block h3 {
	background: #3c3c3b;
    color: #FFF;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px 5px 0 0;
	margin-bottom: 0;
	margin-top: 0;
}
.main-homepage-wrapper .section-2, .main-homepage-wrapper .section-3 {
	margin-top: 40px;
    position: relative;
    display: block;
    overflow: visible;
    width: 100%;
}
/* First block */ .main-homepage-wrapper .section-1 {
    position: relative;
    display: block;
    overflow: hidden;
}
.main-homepage-wrapper .section-1 h2 {
    background: 0;
	color: #3c3c3b;
	text-align: left;
}
.main-homepage-wrapper .section-1 .block.right {
	float: left;
    width: 25%;
}
.main-homepage-wrapper .section-1 .block.right .thumb {
	float: left;
	padding-right: 5px;
	max-width: 15%;
}
.main-homepage-wrapper .section-1 .block.right .thumb img {
	max-width: 25px;
}
.main-homepage-wrapper .section-1 .block.right .title {
	float: left;
    font-size: 12px;
    position: relative;
    top: 5px;
	max-width: 85%;
}
.main-homepage-wrapper .section-1 .block.right .views-row {
	display: block;
	clear: both;
}
.main-homepage-wrapper .section-1 .block.right .views-row .entity {
	display: block;
    overflow: hidden;
    margin-top: 0px;
}
.main-homepage-wrapper .section-1 .block.right div.inner {
	margin-left: 50px;
}
.main-homepage-wrapper .section-1 .block.right div.inner.last h2 {
    margin-top: 2rem;
}
.main-homepage-wrapper .section-1 .block.left {
	float: left;
    width: 75%;
}
.main-homepage-wrapper .section-1 .block.left .inner {
    width: 100%;
    content: "";
    height: 100%;
    min-height: 350px;
    display: block;
    position: relative;
}
.main-homepage-wrapper .section-1 .block.left img {
	width: 100%;
	visibility: hidden;
}
/** Second block **/ .main-homepage-wrapper .section-2 .block.left {
	padding: 0;
	transition: all 0.4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	background: white;
    border-radius: 5px 5px 5px 5px;
}
.main-homepage-wrapper .section-2 .block.left .inner, .main-homepage-wrapper .section-2 .block.left .view, .main-homepage-wrapper .section-2 .block.left 
.view-content {
	display: block;
    position: relative;
    overflow: visible;
}
.main-homepage-wrapper .section-2 .block.left .view {
	padding: 15px;
}
.main-homepage-wrapper .section-2 .block.left .view .entity {
	margin: 15px 0;
	text-align: center;
}
.main-homepage-wrapper .section-2 .block.left .view .entity a {
	display: block;
    padding: 0;
    transition: all 0.4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background: white;
    border-radius: 0px 0px 5px 5px;
}
.main-homepage-wrapper .section-2 .block.left .view .entity a:hover, .main-homepage-wrapper .section-2 .block.left .view .entity a:focus {
	text-decoration: none;
}
.main-homepage-wrapper .section-2 .block.left .view .entity a:hover img {
    filter: brightness(105%);
    transform: scale(1.05);
}
.main-homepage-wrapper .section-2 .block.left .view .entity a:hover .info {
    background: #F9F9F9;
}
.main-homepage-wrapper .section-2 .block.left .view .entity a img {
	margin: auto;
	padding: 15px 0;
	transition: all .2s ease-in-out;
}
.main-homepage-wrapper .section-2 .block.left .view .entity .info {
	color: #3c3c3b;
    padding: 10px;
	margin-top: 10px;
	min-height: 80px;
	border-top: 1px solid #ddd;
}
.main-homepage-wrapper .section-2 .block.left .indevelopment, .launch-date {
	color: #e6be25;
}
.main-homepage-wrapper .section-2 .block.left .view .entity .info .product-name {
	font-weight: 600;
	word-break: break-word;
}
.main-homepage-wrapper .section-2 .block.right {
	padding-right: 0;
}
.main-homepage-wrapper .section-2 .block.right .inner {
	padding: 30px;
    overflow: visible;
    transition: all 0.4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background: white;
    display: block;
    border-radius: 0px 0px 5px 5px;
}
.main-homepage-wrapper .section-2 .block.right a {
	overflow: visible;
    transition: all 0.4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background: white;
    display: block;
    border-radius: 0px 0px 5px 5px;
}
.main-homepage-wrapper .section-2 .block.right a:hover, .main-homepage-wrapper .section-2 .block.right a {
	display: block;
}
.main-homepage-wrapper .section-2 .block.right a img {
	margin: auto;
    height: auto;
	max-width: 180px;
	width: 100%;
}
.main-homepage-wrapper .section-2 .block.right .info {
	color: #3c3c3b;
    padding: 10px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
	text-align: center;
	min-height: 80px;
}
.main-homepage-wrapper .section-2 .block.right a:focus, .main-homepage-wrapper .section-2 .block.right a:hover {
	text-decoration: none;
}
.main-homepage-wrapper .section-2 .block.right a:hover .info {
    background-color: #F9F9F9;
}
/** Section 3 **/ .main-homepage-wrapper .section-3 .block.left {
	padding: 0;
}
.main-homepage-wrapper .section-3 .inner-left, .main-homepage-wrapper .section-3 .inner-right .margin-left {
	min-height: 470px;
}
.main-homepage-wrapper .section-3 .inner-left {
	padding: 0;
	overflow: visible;
    transition: all 0.4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background: white;
    display: block;
    border-radius: 5px 5px 5px 5px;
}
.main-homepage-wrapper .section-3 .margin-left {
	padding: 0;
	overflow: visible;
    transition: all 0.4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background: white;
    display: block;
    border-radius: 5px 5px 5px 5px;
}
.main-homepage-wrapper .section-3 .inner-right {
	padding-right: 0;
}
.main-homepage-wrapper .section-3 .block.top .inner, .main-homepage-wrapper .section-3 .block.bottom .inner {
	display: block;
    overflow: hidden;
    position: relative;
    padding: 15px;
}
.main-homepage-wrapper #views-exposed-form-search-products {
	padding: 0;
    margin: auto;
    width: 100%;
    display: block;
    overflow: hidden;
}
.main-homepage-wrapper #views-exposed-form-search-products .form-items {
	display: table;
    margin: auto;
}
.main-homepage-wrapper #views-exposed-form-search-products .form-items .form-item, .main-homepage-wrapper #views-exposed-form-search-products .form-items 
.views-submit-button {
	display: inline-block;
	margin: 0;
}
.main-homepage-wrapper #views-exposed-form-search-products input {
	border: 1px #DDD solid;
    border-radius: 10px 0 0 10px;
    width: 140px;
    float: left;
}
.main-homepage-wrapper #views-exposed-form-search-products button {
	margin: 0;
    border-radius: 0 10px 10px 0;
    background: #00b1ef url(../images/lupa.png) no-repeat;
    background-size: 20px;
    font-size: 0;
    width: 40px;
    height: 34px;
    background-position: center center;
	border: 1px #00b1ef solid;
	float: left;
}
.main-homepage-wrapper #views-exposed-form-search-products button:hover {
	border-color: #00b1ef;
}
.main-homepage-wrapper .product-types {
	margin-top: 20px;
    padding-top: 20px;
    border-top: 1px #DDD solid;
}
.main-homepage-wrapper .product-types a:hover {
	color: #00b1ef;
}
.main-homepage-wrapper .type-name, .main-homepage-wrapper .cat-name {
	display: block;
	color: #3c3c3b;
	text-align:center;
}
.main-homepage-wrapper .type-name {
	font-weight: 600;
	margin-bottom: 5px;
    margin-top: 5px;
	font-size: 13px;
}
.main-homepage-wrapper .section-3 .inner-right .type-name {
	margin-top: 0;
}
.main-homepage-wrapper .section-3 .block.bottom {
	margin-top: 40px;
	margin-bottom: 40px;
}
.main-homepage-wrapper .section-3 .block.bottom .inner-right {
	padding: 0;
	overflow: visible;
    transition: all 0.4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background: white;
    display: block;
    border-radius: 5px 5px 5px 5px;
}
.main-homepage-wrapper .section-3 .block.bottom .footer-bg .inner {
	width: auto;
    content: "";
    height: 100%;
    max-height: 280px;
    display: block;
    position: relative;
    margin-left: 15px;
}
.main-homepage-wrapper .section-3 .block.bottom .row {
	margin-left: 0;
	margin-right: 0;
}
.main-homepage-wrapper .section-3 .two-boxes {
	display: flex;
}
.main-homepage-wrapper .section-3 .two-boxes .links-block {
	width: 50%;
	margin-left: 5px;
}
.main-homepage-wrapper .section-3 .two-boxes .links-block:first-child {
	margin-right: 0;
	margin-right: 5px;
}
.main-homepage-wrapper .section-3 .links-block {
	border-radius: 15px;
    background: #eff1f3;
    text-align: left;
    margin-bottom: 25px;
	transition: all 0.4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	padding: 20px 30px;
	display: block;
    overflow: hidden;
}
.main-homepage-wrapper .section-3 .links-block:hover {
	background: #00b1ef;
	box-shadow: 0 5px 8px rgba(0,0,0,0.19), 0 3px 4px rgba(0,0,0,0.23);
	color: #FFF;
}
.main-homepage-wrapper .section-3 .links-block a {
	color: #3c3c3b;
	display: block;
}
.main-homepage-wrapper .section-3 .links-block a:hover {
	color: #FFF;
	text-decoration: underline;
}
.main-homepage-wrapper .section-3 .links-block h2 {
	margin-top: 0;
	text-align: center;
	margin-bottom: 20px;
}
.main-homepage-wrapper .section-3 .links-block .row-left, .main-homepage-wrapper .section-3 .links-block .row-right {
	display: block;
    float: left;
	width: 50%;
    position: relative;
}
.main-homepage-wrapper .section-3 .links-block .row-right {
	float: right;
}
.main-homepage-wrapper .section-3 .col-lg-8 {
	padding:0;
}
.main-homepage-wrapper .section-3 .col-lg-4 {
	display: block;
	overflow: hidden;
}
/** Product views **/ .view-search .view-header, .view-videos .view-header, .view-newsletters .view-header {
	margin-bottom: 30px;
}
.view-search .view-header .dropdown, .view-newsletters .view-header .dropdown, .view-videos .view-header .dropdown, .view-search .view-header .search-input {
	display: inline-block;
    margin-right: 15px;
}
.view-search .view-header .dropdown button, .view-videos .view-header .dropdown button, .view-newsletters .view-header .dropdown button {
	background-color: #a3a3a3;
    color: #FFF;
	min-width: 150px;
}
.view-search .view-header .dropdown button:after, .view-videos .view-header .dropdown button:after, .view-newsletters .view-header .dropdown button:after {
	display: inline-block;
    margin-left: 0.5em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.view-search .view-header .dropdown .dropdown-menu a, .view-videos .view-header .dropdown .dropdown-menu a, .view-newsletters .view-header .dropdown 
.dropdown-menu a {
	display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.view-search .view-header .dropdown .dropdown-menu a:hover, .view-newsletters .view-header .dropdown .dropdown-menu a:hover, .view-videos .view-header .dropdown 
.dropdown-menu a:hover, .view-search .view-header .dropdown .dropdown-menu a:focus, .view-videos .view-header .dropdown .dropdown-menu a:focus, 
.view-newsletters .view-header .dropdown .dropdown-menu a:focus {
	color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.view-search .view-header .search-input {
	position: relative;
	top: 19px;
}
.view-search .view-header .form-items {
    display: table;
    margin: auto;
}
.view-search .view-header .form-items .form-item {
    display: inline-block;
    margin: 0;
}
.view-search .view-header form input {
    border: 1px #DDD solid;
    border-radius: 10px 0 0 10px;
    width: 140px;
    float: left;
    min-height: 34px;
	padding-left: 10px;
}
.view-search .view-header form button {
    margin: 0;
    border-radius: 0 10px 10px 0;
    background: #00b1ef url(../images/lupa.png) no-repeat;
    background-size: 20px;
    font-size: 0;
    width: 40px;
    height: 34px;
    background-position: center center;
    border: 1px #00b1ef solid;
    float: left;
}
.view-search .view-filters, .view-videos .view-filters {
	display: none;
	margin-bottom: 30px;
}
.page-search-products-search .view-search .view-filters, .page-search-products-in-action-search .view-search .view-filters {
	display: block;
}
.page-search-products-search .view-search .view-filters #edit-search-text-wrapper label, .page-search-products-in-action-search .view-search .view-filters 
#edit-search-text-wrapper label {
	display: none;
}
.page-search-products-search .view-search .view-filters button.form-submit, .page-search-products-in-action-search .view-search .view-filters button.form-submit 
{
	margin-top: 0;
}
.view-search .view-filters button.form-submit{
	margin-top: 1.6em;
	background: #00b1ef;
}
.view-search .view-content {
	margin: 0 -15px;
	padding-top: 40px;
}
.view-search .item {
    text-align: center;
	margin-bottom: 30px;
}
.view-search .item .item-inner {
	display: block;
    padding: 0;
    transition: all 0.4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background: white;
    border-radius: 0px 0px 5px 5px;
}
.view-search .item .item-inner:hover a.image img {
    filter: brightness(105%);
    transform: scale(1.05);
}
.view-search .item .item-inner a.image img {
	margin: auto;
    padding: 15px;
    transition: all .2s ease-in-out;
}
.view-search .item .info {
	color: #3c3c3b;
    padding: 10px;
    margin-top: 10px;
    min-height: 80px;
    border-top: 1px solid #ddd;
	position: relative;
}
.view-search .item-inner:hover .info {
    background-color: #F9F9F9;
}
.view-search .item .info h3 {
	margin: 0 0 5px 0;
	font-weight: 600;
	word-wrap: break-word;
	min-height: 50px;
}
.view-search .item .info a {
	margin-top: 5px;
    display: block;
	color: #00b1ef;
}
.view-search .item .info a span {
	margin-left: 5px;
	position: relative;
    bottom: 2px;
}
.view-search .item .info span.field-content {
	position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -1px;
}
.view-search .pagination, .view-videos .pagination, .view-newsletters .pagination {
	display: table;
    float: none;
    clear: both;
    overflow: hidden;
    margin: auto;
    width: auto;
    padding-top: 30px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, 
.pagination > .active > span:focus {
	background-color: #00b1ef;
	border-color: #00b1ef;
}
.pagination > li > a, .pagination > li > span {
	color: #3c3c3b;
}
/** Newsletter **/ .page-newsletters .view-newsletters {
	
}
.page-newsletters .view-newsletters .view-filters {
	
}
.page-newsletters .view-newsletters .view-content {
	margin: 40px -15px;
}
.page-newsletters .view-newsletters .view-content .views-row {
	text-align: center;
	margin-bottom: 30px;
}
.page-newsletters .view-newsletters .view-content .views-row .item-inner {
	display: block;
    padding: 15px;
    transition: all 0.4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background: white;
    border-radius: 0px 0px 5px 5px;
}
.page-newsletters .view-newsletters .view-content .views-row .item-inner .info {
	margin-top: 10px;
}
.page-newsletters .view-newsletters .view-content .views-row .item-inner .info a {
	color: #00b1ef;
	margin-top: 5px;
	display: block;
}
.page-newsletters .view-newsletters .view-content .views-row .item-inner .info a span {
	margin-left: 5px;
    position: relative;
    bottom: 2px;
}
/** VIDEOS **/ .page-videos .view-videos .view-header .header-info {
	margin-bottom: 40px;
}
.page-videos .view-videos .view-header .header-info a {
	color: #00b1ef;
}
.page-videos .view-videos .view-header .button {
	display: inline-block;
	margin-right: 15px;
}
.page-videos .view-videos .view-header .button a {
	background-color: #a3a3a3;
    color: #FFF;
    min-width: 150px;
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.page-videos .view-videos .view-header .button a.selected {
	background-color: #00b1ef;
}
.page-videos .view-videos .view-content {
	margin: 0 -15px;
}
.page-videos .view-videos .view-content .item {
	margin-bottom: 40px;
}
.page-videos .view-videos .view-content .item .item-inner {
	position: relative;
    overflow: visible;
	margin-bottom: 40px;
}
.page-videos .view-videos .view-content .item .info {
	position: absolute;
    top: 100%;
    padding: 10px 0;
}
/** Download images links and buttons **/ form#download-images {
	text-align: center;
	margin-bottom: 10px;
}
form#download-images input {
	background: 0;
    border: 0;
    outline: none;
    font-size: 10px;
    margin: 0;
    padding: 0;
    text-align: center;
}
form#download-images input:hover, form#download-images input:active, form#download-images input:focus {
	color: #00b1ef;
}
.actions {
	float: none;
    clear: both;
    position: absolute;
    top: 143px;
    right: 15px;
}
.vbo-views-form fieldset {
	border: 0;
	box-shadow: none;
	margin: 0;
	display: inline-block;
}
.vbo-views-form fieldset .panel-body {
	padding: 0;
}
.vbo-views-form .panel-default > .panel-heading {
	display: none;
}
.vbo-views-form button:hover, .vbo-views-form button:active, .vbo-views-form button:focus {
	background: #00b1ef;
	color: #FFF;
}
.vbo-views-form .btn-default.disabled:hover, .vbo-views-form .btn-default[disabled]:hover, .vbo-views-form fieldset[disabled] .btn-default:hover, 
.vbo-views-form .btn-default.disabled:focus, .vbo-views-form .btn-default[disabled]:focus, .vbo-views-form fieldset[disabled] .btn-default:focus, 
.vbo-views-form .btn-default.disabled.focus, .vbo-views-form .btn-default[disabled].focus, .vbo-views-form fieldset[disabled] .btn-default.focus {
	background: #a3a3a3;
	color: #FFF;
}
.vbo-views-form .btn-default.disabled, .vbo-views-form .btn-default[disabled] {
	background: #a3a3a3;
	color: #FFF;
	opacity: 1;
}
.vbo-views-form .btn-default {
	border: 0;
	color: #FFF;
	background: #00b1ef;
	padding: 7px 20px;
}
.vbo-views-form button .glyphicon {
	top: 2px;
}
.vbo-views-form .vbo-select-all-markup {
	display: inline-block;
}
.vbo-views-form .vbo-select-all-markup fieldset {
	width: auto;
}
.vbo-views-form .vbo-select-all-markup .form-item {
	display: inline-block;
	margin-left: 20px;
}
.vbo-views-form .vbo-select-all-markup em {
	display: none;
}
.form-item-bundle-product-field-category-und {
	display: block !important;
}
.form-item-bundle-product-field-serie-und {
	display: block !important;
}
.form-item-bundle-product-field-image-in-action-und {
	display: block !important;
}
.form-item-bundle-product-field-light-und {
	display: block !important;
}
.form-item-bundle-product-field-case-und {
	display: block !important;
}
/** PACKS **/ .node-type-pack h2 {
	font-size: 20px;
}
.node-type-pack article.node .block {
	float: none;
    clear: both;
    display: block;
    margin: 0;
}
.node-type-pack article.node .block .item {
	text-align: center;
    margin-bottom: 30px;
}
.node-type-pack article.node .block .item .item-inner {
	display: block;
    padding: 0;
    transition: all 0.4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background: white;
    border-radius: 0px 0px 5px 5px;
}
.node-type-pack article.node .block .item .item-inner a.image img {
	margin: auto;
    padding: 15px;
    transition: all .2s ease-in-out;
}
.node-type-pack article.node .block .item .info {
    color: #3c3c3b;
    padding: 10px;
    margin-top: 10px;
    min-height: 80px;
    border-top: 1px solid #ddd;
    position: relative;
}
.node-type-pack article.node .block .item .info h3 {
    margin: 0 0 5px 0;
    font-weight: 600;
    word-wrap: break-word;
    min-height: 50px;
}
.node-type-pack article.node .block .item .info a {
    margin-top: 5px;
    display: block;
    color: #00b1ef;
}
.node-type-pack article.node .block .item .info a span {
    margin-left: 5px;
    position: relative;
    bottom: 2px;
}
.node-type-pack article.node .block .item .item-inner:hover a.image img {
    filter: brightness(105%);
    transform: scale(1.05);
}
.node-type-pack article.node .block .item-inner:hover .info {
    background-color: #F9F9F9;
}
.node-type-pack article.node .block-wrapper {
	margin: 0 -15px;
}
.node-type-pack article.node .link {
	margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #EEE solid;
}
.node-type-pack article.node .link .block-wrapper {
	margin: 0;
}
.node-type-pack article.node .download-pack-data {
	 width: 150px;
   	 text-align: center;
   	 padding: 5px 15px;
   	 background: #00b1ef;
	 border-radius: 4px;
	position: absolute;
	top: 2.5rem;
	right: 1.5rem;
}
.node-type-pack article.node .download-pack-data a {
	color: #FFF;
}
.node-type-pack article.node .download-pack-data a img {
	padding-left: 10px;
}
.node-type-pack .pack-literature-wrapper a {
	width: 150px;
    text-align: center;
    padding: 5px 15px;
    background: #00b1ef;
    border-radius: 4px;
    margin-top: 50px;
    margin-right: 10px;
	text-decoration: none;
    color: #FFF;
}
/** FOOTER **/ footer.footer {
	background-color: #a3a3a3;
    width: 100%;
    height: 20px;
    max-height: 20px;
    position: relative;
    margin: 50px 0 0 0;
    padding: 0;
}
/** Admin views **/ .page-check-products .vbo-views-form .actions {
	top: inherit;
	right: inherit;
	position: relative;
	margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
	.vbo-views-form .actions {
		position: relative;
		top: -40px;
		right: 0;
	}
	.vbo-views-form .actions fieldset {
		margin-left: 15px;
	}
}
@media only screen and (max-width: 991px) {
	header#navbar #views-exposed-form-search-page .views-exposed-widgets .views-exposed-widget input {
		width: 180px;
	}
	.main-homepage-wrapper .section-2 .block.right a img {
		height: auto;
	}
}
@media only screen and (max-width: 768px) {
	header#navbar #navbar-collapse {
		margin-bottom: 20px;
		padding: 15px 15px 0 15px;
	}
	header#navbar .navbar-header a.logo {
		margin-right: 0;
		margin-left: 0;
		padding-left: 15px;
		padding-right: 0;
	}
	.login-homepage-wrapper .content-left,
	.login-homepage-wrapper .content-center {
		float: none;
		clear: both;
		width: 100%;
	}
	.login-homepage-wrapper .content-left .banner {
		display: none;
	}
	.page-search .view-search .views-row .result .result-left {
		max-width: 70px;
	}
	.page-search .view-search .views-row .result .result-right h2 {
		font-size: 24px;
	}
	.main-homepage-wrapper .section-1 .block.right {
		width: 40%;
	}
	.main-homepage-wrapper .section-1 .block.left {
		width: 60%;
	}
	.main-homepage-wrapper .section-2 .block.right,
	.main-homepage-wrapper .section-3 .block.top .inner-right {
		margin-top: 40px;
		padding: 0;
	}
	.main-homepage-wrapper .section-3 .block.bottom .footer-bg .inner {
		margin-left: 0;
		margin-top: 40px;
	}
}
@media only screen and (max-width: 700px) {
	.page-search .view-search .views-row .result .result-right h2 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 600px) {
	.page-search .view-search .views-row .result .result-right h2 {
		font-size: 20px;
	}
	.main-homepage-wrapper .section-1 .block.right {
		width: 100%;
	}
	.main-homepage-wrapper .section-1 .block.right div.inner {
		margin-left: 0;
	}
	.main-homepage-wrapper .section-1 .block.left {
		width: 100%;
	}
}
@media only screen and (max-width: 550px) {
	.vbo-views-form fieldset,
	.vbo-views-form .vbo-select-all-markup {
		display: block;
	}
	.vbo-views-form .vbo-select-all-markup {
		float: none;
		text-align: left;
		margin-top: 10px;
	}
	.vbo-views-form .vbo-select-all-markup .form-item {
		margin: 0;
		display: block;
		text-align: left;
	}
	.node-type-pack article.node .download-pack-data {
		position: relative;
		top: 0;
		right: inherit;
		left: 0;
		float: none;
		clear: both;
		display: block;
	}
}
@media only screen and (max-width: 450px) {
	.page-products-in-development .view-search .view-content .item,
	.page-logos .view-search .view-content .item,
	.page-search-products .view-search .view-content .item,
	.page-search-products-search .view-search .view-content .item,
	.page-search-products-in-action .view-search .view-content .item,
	.page-search-products-in-action-search .view-search .view-content .item,
	.page-newsletters .view-newsletters .view-content .views-row,
	.page-videos .view-videos .view-content .item {
		width: 100%;
	}
}
@media only screen and (max-width: 400px) {
	.page-search .view-search .views-row .result .result-right {
		max-width: 70%;
	}
	header#navbar .navbar-header a.name {
		font-size: 14px;
	}
}
@media only screen and (max-width: 300px) {
	header#navbar .navbar-header a.name {
		display: none;
	}
}
@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }
    .col-xl-12 {
        width: 100%;
    }
    .col-xl-11 {
        width: 91.66666667%;
    }
    .col-xl-10 {
        width: 83.33333333%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-8 {
        width: 66.66666667%;
    }
    .col-xl-7 {
        width: 58.33333333%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-5 {
        width: 41.66666667%;
    }
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-2 {
        width: 16.66666667%;
    }
    .col-xl-1 {
        width: 8.33333333%;
    }
    .col-xl-pull-12 {
        right: 100%;
    }
    .col-xl-pull-11 {
        right: 91.66666667%;
    }
    .col-xl-pull-10 {
        right: 83.33333333%;
    }
    .col-xl-pull-9 {
        right: 75%;
    }
    .col-xl-pull-8 {
        right: 66.66666667%;
    }
    .col-xl-pull-7 {
        right: 58.33333333%;
    }
    .col-xl-pull-6 {
        right: 50%;
    }
    .col-xl-pull-5 {
        right: 41.66666667%;
    }
    .col-xl-pull-4 {
        right: 33.33333333%;
    }
    .col-xl-pull-3 {
        right: 25%;
    }
    .col-xl-pull-2 {
        right: 16.66666667%;
    }
    .col-xl-pull-1 {
        right: 8.33333333%;
    }
    .col-xl-pull-0 {
        right: auto;
    }
    .col-xl-push-12 {
        left: 100%;
    }
    .col-xl-push-11 {
        left: 91.66666667%;
    }
    .col-xl-push-10 {
        left: 83.33333333%;
    }
    .col-xl-push-9 {
        left: 75%;
    }
    .col-xl-push-8 {
        left: 66.66666667%;
    }
    .col-xl-push-7 {
        left: 58.33333333%;
    }
    .col-xl-push-6 {
        left: 50%;
    }
    .col-xl-push-5 {
        left: 41.66666667%;
    }
    .col-xl-push-4 {
        left: 33.33333333%;
    }
    .col-xl-push-3 {
        left: 25%;
    }
    .col-xl-push-2 {
        left: 16.66666667%;
    }
    .col-xl-push-1 {
        left: 8.33333333%;
    }
    .col-xl-push-0 {
        left: auto;
    }
    .col-xl-offset-12 {
        margin-left: 100%;
    }
    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xl-offset-0 {
        margin-left: 0;
    }
    .visible-xl {
        display: block !important;
    }
    table.visible-xl {
        display: table;
    }
    tr.visible-xl {
        display: table-row !important;
    }
    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }
    .visible-xl-block {
        display: block !important;
    }
    .visible-xl-inline {
        display: inline !important;
    }
    .visible-xl-inline-block {
        display: inline-block !important;
    }
    .hidden-xl {
        display: none !important;
    }
}
