/**
 * main.css
 *
 * 1. General HTML tags
 * 2. Masthead area
 * 3. Main content and sidebar
 * 4. Footer
 * 5. Media queries for responsive layout
 * 6. Accessibility helpers
 * 7. Animation definitions
 */

/*********************************************************************
 * 1. General HTML tags
 *
 */

* {
	box-sizing: border-box;
}
html {
	background-color: #313336;
}
body {
	font-weight: 300;
	max-width: 1600px;
	margin: 0 auto;
}

body, td, input[type=text], textarea {
	/*font-family: 'Quattrocento', serif;
	font-size: 105%;
	line-height: 1.8em;
	color: #444;*/
}

img {
	max-width: 100%;
}
h1,h2,h3,h4{
  font-weight: 100;
}
h5,h6{
  font-weight: 300;
}
h1,h2,h3,h4,h5,h6{
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
h1 {
	font-size: 1.8em;
}

h2 {
	/* font-weight: 300; */
	font-size: 1.4em;
	margin: 0.5em 0 0.5em 0;
}

h3 {
	/* font-weight: 300; */
	font-size: 1.4em;
	/* border-top: 1px solid #eee; */
	/* padding-top: 1em; */
	/* color: #777; */
}

p {
	margin: 0.75em 0;
}

a {

}
	a:hover,
	.nav a:hover {
		color: #1e88e5;
		border-color: #aaa;
	}

blockquote {
	margin-left: 0;
	padding-left: 1.5em;
	padding-right: 2em;
	border-left: 4px solid #8aa5c4;
	font-style: italic;
	color: #777;
}

pre, code {
	background: #eee;
	border: 1px solid #ddd;
}

pre {
	font-size: 14px;
	line-height: 1.4em;
	padding: 1em;
	border-left: 4px solid #ddd;
}
hr{border-top: 1px solid #eee;border-style: solid;border-bottom:  none;border-right: none;border-left:  none;}
#bd ol,#bd ul {
  display: block;
  /* margin: 0 1em; */
  padding-left: 40px;
}
#bd ul li{
  list-style-type: circle;
}
table{
  margin: 2em 0;
}
table caption{
  text-transform: uppercase;
}
/*********************************************************************
 * 2. Masthead area
 *
 */

#top-teaser{
	position: relative;
}

#brandmark{
	background-size: contain;
	font-size:12px;
	line-height: 3em;
	background-repeat: no-repeat;
	background-position:bottom left;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	top: 0;
}
#top-logo{
	width: 210px;
	height: auto;
	/* background-color: pink; */
	top: 0px;
	right: 13px;
	position: absolute;
}
#search{
	line-height: 3em;
	font-size:12px;
	margin:0;
	height: auto;
	border-bottom: none;
}
#teaser-block{
	height: 220px;
	position: relative;
}

@media only screen and (min-width : 993px) {
	.has-sidenav .nav-wrapper,.has-sidenav .breadcrumbs-wrapper{
		margin-left: 0;
		padding-left: 300px;
	}
	breadcrumbs{
		padding-left: 15px;
	}
}

ul.sf-menu{
	margin-left: 0.5em;
}
.sf-menu a:hover,.sf-menu .nav a:hover{
	color: #FFF;
}

/*pushy button */
.menu-btn, button.menu-btn {
	border: none;
	background: transparent;
	color: white;
	font-size: 22px;
	font-weight: 300;
	line-height: 50px;
	margin: 0;
	padding: 3px;
	width: 100%;
}
.navbar .button {
  width: 100%;
  background-color: #FFF;
  text-transform: uppercase;
  cursor: pointer;
}

/* Accordion Nav Styles */

.nav-accordion ul {
    list-style: none;
    padding: 0;

}
.nav-accordion .inner {
		padding-left: 1em;
		overflow: hidden;
		display: none;
}
.nav-accordion .inner.show {
	/*display: block;*/
}
.nav-accordion li {
        /* margin: .5em 0; */
}
.nav-accordion li a.toggle {
		width: 100%;
		display: block;
		background: rgba(0,0,0,0.78);
		color: #fefefe;
		padding: .75em;
		border-radius: 0.15em;
		transition: background .3s ease;
}

.nav-accordion li a.toggle:hover {
		background: rgba(0, 0, 0, 0.9);
}



#nav-mobile {
	margin-left: -15px;
}
#nav-lang-wrapper{
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 6px;
}
#nav-lang{
	float: right;
	margin-right: 8px;
}
#nav-lang .lang-button{
	margin-left: 9px;
}
#nav-lang .lang-button a{
	opacity: 0.6;
}
#nav-lang .lang-button.current a,
#nav-lang .lang-button a:hover {
	opacity: 1;
}

.section.breadcrumbs{
	/* background-color: #f9f8f8; */
	/* border-bottom: 1px solid #f3f3f3; */
}
.breadcrumbs {
	line-height: 1.5em;
	/* padding-left: 15px; */
	padding: 0.5em 0;
}

.breadcrumbs .caret:after {
	content: ">";
	color: #999;
	padding-left: 0.5em;
	padding-right: 0.25em;
}


/*********************************************************************
 * 3. Main content and sidebar
 *
 */

#bd{
	/* z-index: -4; */
	/* background: #FFF; */
	/* min-height: 420px; */
}
#slide-out{background: #292929;}
.sidenav{
		font-weight: 300;
		width: 75%;
}

.sidenav .indicator{
	color: #FFF !important;
	color: rgba(255, 255, 255, 0.54) !important;
	float: right !important;
}
.sidenav li.l-1{
	background: #0d72b1;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(192, 193, 193, 0.49);
}
.sidenav li.l-2{
	text-transform: none;
	overflow-y: hidden;
}
.sidenav .l-2{
	background: #0b5c90;
	border-bottom: 1px solid rgba(192, 193, 193, 0.49);
}
.sidenav li.l-3{
	overflow-y: hidden;
	text-transform: none;
	background-color: #464343;
}
.sidenav li > a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.nav-side-wrapper{
	position: relative;
}
.nav-side-level{
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	/* background: #f1eded; */
}
.nav-side-level ul{
	margin: 0;
}
.nav-side-level li{
	padding:0;
}
.nav-side-level li.last{
}
.nav-side-level li a{
	display: block;
	line-height: 3em;
	border-top: 1px solid #efebeb;
	border-bottom: 1px solid #cecbcb;
}
.nav-side-level li.l-1 a{
	padding-left: 1em;
	background: #DDD;
}
.nav-side-level li.l-2 a{
	padding-left: 2em;
	background: #CCC;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #afadad;
}
.nav-side-level li.l-3 a{
	padding-left: 3em;
	background: #c2bfbf;
	border-top: 1px solid #d8d0d0;
	border-bottom: 1px solid #a7a4a4;
}
.nav-side-level li.l-4 a{
	padding-left: 4em;
	background: #CCC;
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid #BBB;
}

.navbar-desktop li li{
	border-top: 1px dotted #9ebcda;
}
.section{
	overflow: hidden;
}
.align_left {
	/* for images placed in rich text editor */
	float: left;
	margin: 0 1em 0.5em 0;
	position: relative;
	top: 0.5em;
	max-width: 50%;
}

.align_right {
	/* for images placed in rich text editor */
	float: right;
	margin: 0 0 0.5em 1em;
	max-width: 50%;
}

.align_center {
	/* for images placed in rich text editor */
	display: block;
	margin: 1em auto;
	position: relative;
	top: 0.5em;
}

figure {
	display: table;
	width: 1px;
	margin: 1em 0;
}

figure img {
	display: table-row;
	margin-bottom: 0.5em;
}

figure figcaption {
	display: table-row;
	font-size: smaller;
	color: #777;
	line-height: 1.4em;
}
#slide-out .l-1.has_children ul{
	background: #343434;
	border-bottom: none;
}
#slide-out .l-2 a{
	/* padding-left: 44px; */
}
#slide-out .l-3 a{
	/* padding-left: 56px; */
}
#slide-out .l-4 a{
	padding-left: 68px;
}

.card {
	border-radius: 4px;
	background-color: #ffffff;
}
.card.v1{background-color: #ffffff;color:#000;}
.card.v2{background-color: #e3e6e9;color: #000;}
.card.v3{background-color: #697078;color: #FFF;}
.card.v3 a{color: rgba(203, 213, 224, 0.86) !important;}
.card.v4{

}
.card.v5{

}

.card .card-image .card-title{
	width: 100%;
	background-color: rgba(47, 47, 48, 0.51);
	padding: 0.6em 24px;
}
.card.has_action .card-content{
	padding-bottom: 64px;
}
.card .card-action{
	width: 100%;
	position: absolute;
	bottom:0;
}

.bg-image{
  background-size: cover;
  background-repeat:no-repeat;
  /* Todo add focal point */
}

/* chocolat */
.chocolat-gallery .col{
	padding: 0;

}
.chocolat-gallery .row{
	padding: 0 1.5rem;
}
.chocolat-gallery .chocolat-image-wrap {
  margin: 6px;
}
.chocolat-gallery a{
}
.chocolat-gallery img {
	background: #FFF;
  vertical-align: middle;
  padding: 12px;
  margin: 0px;
  /*border: 1px solid #b4cada;*/
}

/*********************************************************************
 * 4. Footer & Page Navigation
 *
 */

/*
#footer {
	clear: both;
	border-top: 1px solid #eee;
	font-size: 80%;
}
*/
.footer-madeby{
background-color: #313336;
}

.nav-page{
	font-size: 1em;
	line-height: 2rem;
}
.nav-page .page-nav-wrap{
	width: 100%;
	line-height: 1.2em;
	/* background: green; */
	position: relative;
}
.nav-page .nav-icon{
	width: 1.5em;
	/* position: absolute; */
	/* top: 50%; */
	/* height: 100%; */
	/* background: pink; */
	/* margin-top: -0.55em; */
}

.nav-page .table-cell{
	vertical-align: middle;
}
.nav-page .next{
	text-align: right;
}
.nav-page .fa {
	/* font-size: 1.1rem; */
}



/*********************************************************************
 * 5. Media queries for responsive layout
 *
 */

@media only screen and (max-width: 767px) {
	/* mobile layout */

	.languages {
		width: 100%;
		margin-bottom: 1em;
	}

	body, td, textarea {
		font-size: 100%;
	}
	body.has-sidebar #content,
	body.has-sidebar #sidebar {
		float: none;
		width: 100%;
		padding: 0;
	}

	#content {
		width: 100%;
	}
	#sidebar {
		border-top: 1px solid #eee;
		padding-top: 1em;
	}
	.align_left, .align_right, .align_center {
		display: block;
		float: none;
		margin: 1em auto;
		max-width: 100%;
	}

}
@media only screen and (min-width: 601px){
	.has-sidenav .container {

	}
	#top-logo {
  width: 235px;
  height: auto;
  /* background-color: pink; */
  top: 28px;
  left: 280px;
  position: absolute;
}
}
@media only screen and (min-width: 993px){
	.has-sidenav .container {
  	width: 90%;
	}
	#top-logo {
  width: 289px;
  height: auto;
  /* background-color: pink; */
  top: 23px;
  left: 295px;
  position: absolute;
}
}
@media only screen and (min-width: 1200px) {
	/* extra-wide desktop layout */
	.has-sidenav .container {
  	width: 85%;
	}
	body, td, textarea {

	}
}

/*********************************************************************
 * 6. Accessibility helpers
 *
 */

/* Hide visually, but remain approachable for screenreader */

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	white-space: nowrap;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
}

/* Show bypass link on hover */

.element-focusable:focus {
	clip: auto;
	overflow: visible;
	height: auto;
}

/* Sample styling for bypass link */

.bypass-to-main:focus {
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #333;
	color: #fff;
}
.table{display:table;}
.table-row{display: table-row;}
.table-cell{display: table-cell;}
/*********************************************************************
 * 6. Layout Variations
 *
 */
 /*V1*/
.section,
.section.v1,
.col.v6 {
	background-color: #FFF;
}
.section.v2,
.col.v2{
	background-color: #e4e6e9;
}
.section.v3,
.col.v3{
	background-color: #4c4646;
	color: #FFF;
}
.section.v4,
.col.v4{
	background-color: #0f70b1;
	color: #FFF;
}
.section.v5,
.col.v5{
	background-color: #4c4646;
	color: #FFF;
}
.section.v3 .card{
	color: #000;
}
.section.transparent,
.col.transparent{
	background: transparent;
}

/*********************************************************************
 * 7. Helpers
 *
 */

 .no-margin{margin: 0 !important;}
 .no-margin-bot{margin-bottom: 0;}
 .no-padding{padding:0;}
 .no-collapse{
    padding-top: 1px;
    margin-top: -1px;
}
ul.nav-tree ul{
	padding-left: 2em;
}
body #bd,
body .bd{
  /* hyphens only in main body section */
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.4;
}

/*********************************************************************
 * 8. Materialize Fixes
 *
 */
.parallax-container .parallax {
}
.vegas-row:after{
	content: none;
}
/***********************************
  Aspect grid by stephanschlegel.de
  Version: 1.0.0
************************************/
.a-container,
.a-wrap,
.a-outer{
  position: relative;
  padding:0;
  width: 100%;
}
.a-inner{
  padding: 12px;
  position: absolute;
  overflow-x:hidden;
  overflow-y:auto;
  width: 100%;
  top: 0;
  bottom: 0;
}
.a-3-4{ /* 3:4 Aspect Ratio */
  width: 100%;
  padding-top: 133.3333%;
  position: relative;
}
.a-6-4,.a-3-2{
  width: 100%;
  padding-top: 66.6666%;
  position: relative;
}
.a-4-6,.a-2-3{
  width: 100%;
  padding-top: 150%;
  position: relative;
}
.a-9-4{
  width: 100%;
  padding-top: 44.4444%;
  position: relative;
}
.a-divina{
  width: 100%;
  padding-top: 76.4%;/* proportio divina */
  position: relative;
}
.a-12-4, .a-6-2, .a-3-1{
  width: 100%;
  padding-top: 33.3333%;
  position: relative;
}

/* other common ratios */
.a-1-1{
  width: 100%;
  padding-top: 100%; /* Square */
  position: relative;
  /* background: pink; */
}
.a-2-1{
  width: 100%;
  padding-top: 50%; /* Square */
  position: relative;
}
.a-1-2{
  width: 100%;
  padding-top: 200%; /* Square */
  position: relative;
}

.a-4-3{
  width: 100%;
  padding-top: 75%; /* 4:3 Aspect Ratio */
  position: relative;
}

.aspect-8-5{
  width: 100%;
  padding-top: 62.5%; /* 8:5 Aspect Ratio */
  position: relative;
}

.a-16-9{
  width: 100%;
  padding-top: 38.2%; /* 16:9 Aspect Ratio */
  position: relative;
}
.a-9-16{
  width: 100%;
  padding-top: 177.7778%; /* 9:16 Aspect Ratio */
  position: relative;
}

/*********************************
 * 7. Animations
 */

/*** Animation Classes ***/
.fade-in-right{
  opacity: 0;
  animation: fade-in-right ease 0.4s forwards;
}
.grow-left{
  transform: scaleX(0);
  transform-origin: left;
  animation: grow-left cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s forwards;
  animation-delay: 0.4s;
}

/*** Animations ***/
@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(-15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes grow-left {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}


label {
  font-size: 1rem;
  color: #9e9e9e;
}

input:not([type]),
input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
  background-color: #FFF;
  border: none;
  border-bottom: none;
}
textarea {
  width: 100%;
  height: auto;
  background-color: #FFF;
}

button:focus {
  outline: none;
  background-color: #0e71b1;
}

.pricacywire,
.privacywire-banner,
.privacywire-options,
.privacywire-message{ 
	background-color: #0e71b1 !important;
	color: #fff;
}
.pricacywire a,
.privacywire-banner a,
.privacywire-options a{
	color: #fff !important;
}
.privacywire button{
    cursor: pointer;
}
.privacywire input{
    position: relative !important;
	opacity: 1 !important;
	margin-right: 0.5em;
	color: #fff;
	opacity: 1;
}
.privacywire label{
    color: #fff;;
}
.privacywire-page-links{
    margin-top: 0.5rem;
}
.privacywire button, button.privacywire-show-options{
    background: #b3b3b3;
	color: white;
	font-weight: normal;
	border: none;
	padding: 4px;
	border-radius: 4px;
}
.privacywire button.allow-all{
	background: #2dd02d;
	border-color: #2dd02d;
    color: white;
}
