/* CSS Document */
* {
  outline: none;
  border: none;
  text-rendering: optimizeLegibility;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.clearboth {
  clear: both;
}

html, body {
  min-height: 100%;
  min-width: 100%;
  background: #eeeeee;
  font-family: "libbybold";
}

#cookiemelding {
  position: fixed;
  font-family: "latoregular";
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding: 15px 40px 13px 15px;
  box-sizing: border-box;
  background: #555555;
  color: #ffffff;
  opacity: 0.9;
  vertical-align: middle;
  z-index: 999;
  font-size: 13px;
}

#cookiemelding a {
  position: relative;
  color: #ffffff;
  text-decoration: underline;
}

#cookiemelding a.accept {
  position: absolute;
  top: 6px;
  right: 10px;
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 20px !important;
  padding: 5px;
  font-size: 25px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
}

span.check_n {
  display: inline-block;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 8px 6px 0px;
  margin: -10px 2px 20px 0px;
  text-align: left;
  border: 1px solid #ffffff;
}

span.check_n a {
  color: #000000;
  text-decoration: underline !important;
}

span.check_n span.fa {
  position: relative;
  top: 2px;
  width: 35px;
  margin-bottom: 0px;
  height: 20px;
  margin-top: 0px;
  padding-top: 0px;
  font-family: "FontAwesome";
}

span.check_n span.fa:before {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  font-family: "FontAwesome";
  width: 20px;
  content: "\f096";
  font-size: 20px;
  padding: 8px;
}

span.check_y {
  display: inline-block;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 8px 6px 0px;
  margin: -10px 2px 20px 0px;
  text-align: left;
  border: 1px solid #ffffff;
}

span.check_y a {
  color: #000000;
  text-decoration: underline !important;
}

span.check_y span.fa {
  position: relative;
  top: 2px;
  width: 35px;
  margin-bottom: 0px;
  height: 20px;
  margin-top: 0px;
  padding-top: 0px;
  font-family: "FontAwesome";
}

span.check_y span.fa:before {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  font-family: "FontAwesome";
  width: 20px;
  content: "\f046";
  font-size: 20px;
  padding: 8px;
}

#intro {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.container {
  margin: 0 auto;
}

#head {
  width: 100%;
  height: 60px;
  background: #ffffff;
  padding: 0;
  z-index: 100;
}
@media only screen and (max-width: 600px) {
  #head {
    display: none;
  }
}

#header_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000000;
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 800px) {
  #header_bg {
    height: 60vw !important;
    overflow: hidden;
  }
}
@media only screen and (max-width: 600px) {
  #header_bg {
    top: 80px;
  }
}

@media only screen and (max-width: 800px) {
  #header {
    height: 60vw !important;
    overflow: hidden;
    background-size: cover !important;
    background-position: center top !important;
  }
}

#head #nav {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 12px 0px 0px 0px;
  height: 50px;
}
@media only screen and (max-width: 1000px) {
  #head #nav {
    text-align: center;
  }
}

#head #nav a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 19px;
  padding: 25px 50px 19px 0;
  margin-right: 20px;
  font-family: "libbybold";
  text-transform: uppercase;
  color: #333;
}
@media only screen and (max-width: 1000px) {
  #head #nav a {
    margin: 0px 10px;
  }
}

#head #nav a {
  color: #000;
  text-decoration: none;
  padding: 10px 10px 7px 10px;
  transition-property: background-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

#head #nav a.active {
  background: #eeeeee;
}

#head #nav a.home_link {
  font-size: 200%;
  line-height: 5px;
}

#head #nav a:hover {
  color: #fff;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  background-color: #000;
}

#head #nav a.home_link:hover {
  background: none;
  color: #000000;
}

#mobile_nav, #mobile_nav_dark {
  position: relative;
  display: none;
  height: 80px;
  background: url(https://www.mauriceverschuuren.nl/img/logo_dark.png) center center no-repeat;
  background-size: auto 70%;
  z-index: 99;
}
@media only screen and (max-width: 600px) {
  #mobile_nav, #mobile_nav_dark {
    display: block;
  }
}
#mobile_nav .menu_trigger, #mobile_nav a.contact, #mobile_nav_dark .menu_trigger, #mobile_nav_dark a.contact {
  position: absolute;
  top: 32px;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  font-family: "libbybold", "Arial", sans-serif;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
#mobile_nav .menu_trigger, #mobile_nav_dark .menu_trigger {
  left: 5%;
  padding-left: 35px;
}
#mobile_nav .menu_trigger span, #mobile_nav_dark .menu_trigger span {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  width: 22px;
  height: 16px;
  background: url(https://www.mauriceverschuuren.nl/img/menu.png) left center no-repeat;
  background-size: contain;
}
#mobile_nav a.contact, #mobile_nav_dark a.contact {
  right: 5%;
}
#mobile_nav#mobile_nav_dark, #mobile_nav_dark#mobile_nav_dark {
  background-image: url(https://www.mauriceverschuuren.nl/img/logo.png);
}
#mobile_nav#mobile_nav_dark .menu_trigger span, #mobile_nav_dark#mobile_nav_dark .menu_trigger span {
  background-image: url(https://www.mauriceverschuuren.nl/img/menu_close.png);
}

#mobile_nav_open {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: #000000;
  z-index: 999;
  display: none;
}
@media only screen and (min-width: 600px) {
  #mobile_nav_open {
    display: none !important;
  }
}
#mobile_nav_open .menu_trigger {
  color: #ffffff;
}
#mobile_nav_open a {
  color: #ffffff !important;
}
#mobile_nav_open .navlist {
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -110px;
  height: 220px;
  width: 100%;
  left: 0px;
}
#mobile_nav_open .navlist a {
  font-family: "libbybold", "Arial", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin-top: 25px;
  font-size: 15px;
  line-height: 24px;
}
#mobile_nav_open .social {
  position: absolute;
  bottom: 50px;
  left: 0px;
  width: 100%;
  text-align: center;
}
#mobile_nav_open .social a {
  display: inline-block;
  margin: 0px 10px;
}
#mobile_nav_open .social a img {
  height: 30px;
}

#contact_form {
  max-width: 600px;
  width: 90%;
  margin: 0px auto -50px auto;
}
#contact_form input, #contact_form textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

#home {
  position: fixed;
  bottom: 30px;
  width: 100%;
  left: 0px;
}
@media only screen and (max-width: 600px) {
  #home:before {
    position: fixed;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 20px solid #eeeeee;
    z-index: 1;
    box-sizing: border-box;
  }
}

#home h1 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  font-family: "libby_heavyheavy";
  text-transform: uppercase;
  font-size: 26px;
  line-height: 90px;
  color: #FFF;
  text-align: center;
}

#home h1 span.h1_1 {
  position: absolute;
  bottom: 135px;
  display: block;
  width: 100%;
  text-align: center;
  margin-left: -2500px;
}

#home h1 span.h1_2 {
  position: absolute;
  bottom: 85px;
  display: block;
  width: 100%;
  text-align: center;
  margin-left: 2500px;
}

#home h2 {
  text-align: center;
}

#home h2 a {
  position: relative;
  font-family: "latolight";
  text-transform: uppercase;
  font-size: 25px;
  line-height: 90px;
  color: #FFF;
  text-decoration: none;
  z-index: 2;
}

#logo-big {
  position: relative;
  width: 100%;
  height: 217px;
  text-align: center;
  margin-bottom: 100px;
}

#logo-big img {
  width: 250px;
  height: auto;
}

@media only screen and (max-width: 1025px) {
  #logo-big {
    margin-bottom: 20px;
  }
  #logo-big img {
    width: 220px;
    height: auto;
  }
  #home h1 span.h1_1 {
    bottom: 100px;
  }
  #home h1 span.h1_2 {
    bottom: 60px;
  }
  #home h1 {
    font-size: 20px;
  }
  #home h2 a {
    font-size: 22px;
  }
}
.wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0px auto;
}

#logo {
  position: relative;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  #logo {
    display: none !important;
  }
}

#logo span {
  float: right;
  margin-top: 200px;
}
@media only screen and (max-width: 800px) {
  #logo span {
    margin-top: 100px;
  }
}

#main {
  position: relative;
  width: 90%;
  max-width: 960px;
  height: auto;
  margin: 0 auto;
  clear: both;
  padding-bottom: 75px;
  height: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  #main {
    margin-top: -75px;
  }
}

#main h1 {
  font-family: "libby_heavyheavy", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 70px;
  color: #000;
  text-align: center;
  margin: 70px 0 40px 0;
  padding: 0px;
}
@media only screen and (max-width: 600px) {
  #main h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 400px) {
  #main h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

#main h3 {
  font-family: "libby_heavyheavy";
  text-transform: uppercase;
  font-size: 50px;
  line-height: 70px;
  color: #000;
  text-align: center;
  margin: 70px 0 40px 0;
}
@media only screen and (max-width: 600px) {
  #main h3 {
    font-size: 35px;
    line-height: 50px;
  }
}

.block {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-family: "latoregular";
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

.block.intro {
  position: relative;
  padding: 50px;
  box-sizing: border-box;
  background: #FFFFFF;
  margin-bottom: 30px;
  min-height: 100px;
  height: auto;
  clear: both;
}
@media only screen and (max-width: 600px) {
  .block.intro {
    padding: 30px;
  }
}
.block.intro.intro_only {
  margin-bottom: -30px;
}

.block.intro .txt {
  position: relative;
  height: auto;
  z-index: 2;
}

.block.intro .txt b {
  font-family: "libby_heavyheavy", "Arial", sans-serif;
  opacity: 0.4;
  text-transform: uppercase;
}

.block.intro .txt.l {
  float: left;
  width: 375px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  .block.intro .txt.l {
    width: 100%;
    float: none;
  }
}

.block.intro .txt.r {
  float: right;
  width: 375px;
  padding-bottom: 10px;
  text-align: right;
  padding-left: 110px;
}
@media only screen and (max-width: 1100px) {
  .block.intro .txt.r {
    display: block;
    width: 100%;
    float: none;
    padding-left: 0px;
    padding-top: 25px;
    text-align: left;
  }
}

.block.intro .txt a {
  text-decoration: none;
  color: #999999;
}

.block.intro .txt a:hover {
  text-decoration: none;
  color: #000;
}

.block.intro .iconmic {
  position: absolute;
  bottom: 0px;
  right: 30px;
  width: 100%;
  height: auto;
  opacity: 0.1;
  pointer-events: none;
}

.block.col {
  float: left;
  background: #FFFFFF;
  width: calc(50% - 15px);
  margin-bottom: 30px;
  padding: 30px;
  font-size: 12px;
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  .block.col {
    width: 100%;
  }
}

.block.col .thumb {
  float: left;
  background: #cccccc;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

/*
.block.col .thumb .download { position: absolute; top: 20px; left: 20px; box-sizing: border-box; width: 120px; height: 120px; display: block; text-align: center; font-size: 25px; color: #000000; background: url(../img/download.png) center center no-repeat rgba(255,255,255,0.8); background-size: 40px auto; cursor: pointer; display: none;}
*/
.block.col .download {
  position: absolute;
  bottom: 25px;
  right: 30px;
  border-radius: 50%;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  font-size: 1px;
  color: #FA5639;
  background: url(../img/download.png?v=3) center center no-repeat rgba(230, 230, 230, 0.7);
  border: 1px solid #ffffff;
  background-size: 11px auto;
  cursor: pointer;
  z-index: 2;
}

.block.col .txt {
  float: left;
  width: calc(100% - 150px);
  margin-left: 20px;
  height: 120px;
  overflow: hidden;
}

.block.col h2 {
  font-family: "libby_heavyheavy";
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
}

.block.col.right {
  margin-left: 30px;
}
@media only screen and (max-width: 800px) {
  .block.col.right {
    margin-left: 0px;
  }
}

.block .player {
  float: left;
  margin-top: 20px;
}

.icon_bottom {
  position: absolute;
  bottom: 0px;
  right: 100px;
  width: 300px;
  height: 80%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.icon_bottom.icon_mike {
  background-image: url(../img/mike.png);
}
.icon_bottom.icon_radio {
  background-image: url(../img/radio.png);
  bottom: 50px;
}
@media only screen and (max-width: 600px) {
  .icon_bottom {
    display: none;
  }
}

.services_player {
  position: relative;
  display: block;
  float: none;
  clear: both;
  margin-top: 30px;
}

.new_sc_wrapper {
  position: relative;
  display: block;
  float: left;
  margin-top: 30px;
  width: 100%;
  height: 20px;
  left: 0px; /*background: url(https://www.mauriceverschuuren.nl/img/voiceover.jpg); background-size: cover; background-position: center center;*/
  background: #ffffff; /*border-radius: 15px;*/
  border-top: 1px solid #000000;
  padding-top: 22px;
}
.new_sc_wrapper iframe {
  transform: scale(1.08);
  width: 90%;
  margin-left: 15px;
}

.new_sc_wrapper:before {
  position: absolute;
  content: "";
  top: -15px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #ffffff;
  display: none;
}

.new_sc_wrapper:after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  width: 125px;
  height: 100%;
  background: #ffffff;
}
@media only screen and (max-width: 400px) {
  .new_sc_wrapper:after {
    display: none;
  }
}

.new_sc_wrapper_services {
  position: relative;
  display: block;
  margin-top: 30px;
  width: calc(100% + 10px);
  height: 20px;
  padding: 5px;
  left: -5px;
  background: #ffffff;
  border-radius: 15px;
  float: left;
  clear: both;
}

.new_sc_wrapper_services:before {
  position: absolute;
  content: "";
  top: -15px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #ffffff;
  border-radius: 15px;
  display: none;
}

.new_sc_wrapper_services:after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  width: 110px;
  height: 100%;
  background: #ffffff;
  border-radius: 15px;
}

input.field {
  background-color: #eeeeee;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 3px solid #d9d9d9;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 16px;
}

span em {
  font-family: "latoitalic";
}

textarea {
  height: 200px;
  background-color: #eeeeee;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 3px solid #d9d9d9;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 16px;
  resize: none;
  overflow: auto;
}

input.btn {
  cursor: pointer;
  font-family: "libbybold";
  text-transform: uppercase;
  font-size: 12px;
  background-color: #999;
  border: 0px;
  color: #FFF;
  padding: 15px 10px 7px 10px !important;
  display: inline-block;
  width: 100px !important;
  font-size: 15px;
  line-height: 20px;
  height: auto;
}

.clear {
  clear: both;
}

#footer {
  float: left;
  width: 100%;
  height: 380px;
  background: #FFF;
  margin-top: 0px;
}
@media only screen and (max-width: 900px) {
  #footer {
    height: auto;
  }
}

#footer .container {
  padding-top: 50px;
}

#footer .container #services h2, #footer .container #links h2 {
  font-family: "libbybold";
  text-transform: uppercase;
  font-size: 15px;
  color: #999999;
  margin-bottom: 10px;
  line-height: 30px;
}

#footer .container #logos {
  float: left;
  width: 940px;
  height: 150px;
  background: url(../img/logos.jpg) top center no-repeat;
  margin: 70px 0px 10px 0px;
  padding-left: 20px;
}

#footer .container #logos ul {
  margin-top: 60px;
}

#footer .container #logos ul li {
  float: left;
  margin-right: 62px;
}

#footer .container #logos ul li.last {
  float: left;
  margin-right: 0px !important;
}

#footer_carousel {
  position: relative;
  width: 95%;
  padding-top: 9%;
  top: 30px;
  margin: 0px auto;
  overflow: hidden;
}

#footer_carousel div {
  position: relative;
  width: 100%;
  height: 100%;
}

#footer_carousel div.footer_1 {
  background: url(../img/logos_1.jpg) center center no-repeat;
  background-size: contain;
}

#footer_carousel div.footer_2 {
  background: url(../img/logos_2.jpg) center center no-repeat;
  background-size: contain;
}

#footer .container #services {
  float: left;
  width: calc(100% - 200px);
  margin-left: 20px;
}

#footer .container #services .col {
  font-family: "latoregular";
  font-size: 12px;
  line-height: 24px;
  height: 150px;
}
@media only screen and (max-width: 900px) {
  #footer .container #services .col {
    float: none !important;
    width: 100%;
  }
}

#footer .container #services .col li {
  position: relative;
  display: block;
  float: left;
  width: 227px;
  margin-right: 20px;
}

#footer .container #services .col a {
  color: #999999;
  text-decoration: none;
}

#footer .container #services .col a:hover {
  color: #000;
  text-decoration: none;
}

#footer .container #services .col.left {
  float: left;
  text-align: left;
  width: 200px;
}

#footer .container #services .col.center {
  float: left;
  text-align: center;
  width: 180px;
}

#footer .container #services .col.right {
  float: left;
  text-align: right;
  width: 190px;
}

#footer .container #links {
  float: right;
  text-align: right;
  width: 150px;
  padding-right: 20px;
}

#footer .container #links .col {
  text-align: right;
  width: 150px;
  font-family: "latoregular";
  color: #999999;
  font-size: 12px;
  line-height: 24px;
}

#footer .container #links .col a {
  color: #999999;
  text-decoration: none;
}

#footer .container #links .col a:hover {
  color: #000;
  text-decoration: none;
}

b, strong, em {
  font-family: "latobold";
  font-weight: normal;
}

i {
  font-family: "latoitalic" !important;
}

/*
#supersize {
	position:fixed;
	top:0px;
	left:0px;
	background:#000;
	cursor:pointer;
}
#supersize img, #supersize a {
	height:100%;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
}
*/
#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background: url(../img/progress.gif) no-repeat center center;
}

#supersized {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%;
}

#supersized img {
  width: auto;
  height: auto;
  position: relative;
  display: none;
  outline: none;
  border: none;
}

#supersized.speed img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
} /*Speed*/
#supersized.quality img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
} /*Quality*/
#supersized li {
  display: block;
  list-style: none;
  z-index: -30;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
}

#supersized a {
  width: 100%;
  height: 100%;
  display: block;
}

#supersized li.prevslide {
  z-index: -20;
}

#supersized li.activeslide {
  z-index: -10;
}

#supersized li.image-loading {
  background: #111 url(../img/progress.gif) no-repeat center center;
  width: 100%;
  height: 100%;
}

#supersized li.image-loading img {
  visibility: hidden;
}

#supersized li.prevslide img, #supersized li.activeslide img {
  display: inline;
}

@font-face {
  font-family: "thirsty_script_extrabold_deRg";
  src: url("thirstyscriptextrabolddemo-webfont.eot");
  src: url("thirstyscriptextrabolddemo-webfont.eot?#iefix") format("embedded-opentype"), url("thirstyscriptextrabolddemo-webfont.woff") format("woff"), url("thirstyscriptextrabolddemo-webfont.ttf") format("truetype"), url("thirstyscriptextrabolddemo-webfont.svg#thirsty_script_extrabold_deRg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "libby_heavyheavy";
  src: url("libbyheavy-webfont.eot");
  src: url("libbyheavy-webfont.eot?#iefix") format("embedded-opentype"), url("libbyheavy-webfont.woff") format("woff"), url("libbyheavy-webfont.ttf") format("truetype"), url("libbyheavy-webfont.svg#libby_heavyheavy") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "libbybold";
  src: url("libbybold-webfont.eot");
  src: url("libbybold-webfont.eot?#iefix") format("embedded-opentype"), url("libbybold-webfont.woff") format("woff"), url("libbybold-webfont.ttf") format("truetype"), url("libbybold-webfont.svg#libbybold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latolight";
  src: url("lato-lig-webfont.eot");
  src: url("lato-lig-webfont.eot?#iefix") format("embedded-opentype"), url("lato-lig-webfont.woff") format("woff"), url("lato-lig-webfont.ttf") format("truetype"), url("lato-lig-webfont.svg#latolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latolight_italic";
  src: url("lato-ligita-webfont.eot");
  src: url("lato-ligita-webfont.eot?#iefix") format("embedded-opentype"), url("lato-ligita-webfont.woff") format("woff"), url("lato-ligita-webfont.ttf") format("truetype"), url("lato-ligita-webfont.svg#latolight_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latoregular";
  src: url("lato-reg-webfont.eot");
  src: url("lato-reg-webfont.eot?#iefix") format("embedded-opentype"), url("lato-reg-webfont.woff") format("woff"), url("lato-reg-webfont.ttf") format("truetype"), url("lato-reg-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latoitalic";
  src: url("lato-regita-webfont.eot");
  src: url("lato-regita-webfont.eot?#iefix") format("embedded-opentype"), url("lato-regita-webfont.woff") format("woff"), url("lato-regita-webfont.ttf") format("truetype"), url("lato-regita-webfont.svg#latoitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latobold";
  src: url("lato-bol-webfont.eot");
  src: url("lato-bol-webfont.eot?#iefix") format("embedded-opentype"), url("lato-bol-webfont.woff") format("woff"), url("lato-bol-webfont.ttf") format("truetype"), url("lato-bol-webfont.svg#latobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latobold_italic";
  src: url("lato-bolita-webfont.eot");
  src: url("lato-bolita-webfont.eot?#iefix") format("embedded-opentype"), url("lato-bolita-webfont.woff") format("woff"), url("lato-bolita-webfont.ttf") format("truetype"), url("lato-bolita-webfont.svg#latobold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Just click to select the code */
@font-face {
  font-family: "maurice";
  src: url("fonts/maurice.eot");
  src: url("fonts/maurice.eot?#iefix") format("embedded-opentype"), url("fonts/maurice.woff") format("woff"), url("fonts/maurice.ttf") format("truetype"), url("fonts/maurice.svg#maurice") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "maurice" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "maurice" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-voiceover:before {
  content: "a";
}

.icon-radio:before {
  content: "b";
}

.icon-star:before {
  content: "s";
}

.icon {
  font-size: 250px;
  text-align: right;
}

.icon-radio {
  font-size: 350px;
  margin-top: -10px;
}

/*# sourceMappingURL=screen.css.map */
