
/*        CREATED BY ROEL FERMONT & HENRI RETERINK         */
/*        DATA ACCESS EUROPE B.V.                          */
/*        DATE: 2015-01-25                                 */
/* --------------------------------------------------------*/

/* --------------------------------------------------------*/
/* MAIN COLORS USED IN THIS SHEET                          */
/*                                                         */
/* ORANGE: #c8451f                                         */
/* BLUE: #253552                                           */
/* LIGHT-GRAY: #e5e5e5;                                    */
/* BEIGE-GRAY: #f3f3f3;                                    */
/* --------------------------------------------------------*/

/* ---------------------------------------------------------*/
/* SEARCH INDEX                                             */
/*                                                          */
/* Use the search code to quickly jump to certain segments  */
/*                                                          */
/* CODE     DESCRIPTION                                     */
/* --------------------                                     */
/* S01      CLEARFIX                                        */
/* S02      GENERIC STYLES                                  */
/* S03      SIMPLE CONTENT                                  */
/* S04      BUTTONS                                         */
/* S05      OVERLAY                                         */
/* S06      TOP BAR                                         */
/* S07      DESKTOP MENU BAR                                */
/* S08      FOOTER                                          */
/* S09      BANNERS                                         */
/* S10      HOME PAGE                                       */
/* S11      PRODUCTS                                        */
/* S12      SIMPLE                                          */
/* S13      NEWS                                            */
/* S14      CONTACT                                         */
/* S15      SEARCH RESULTS                                  */
/* S16      LOGOS                                           */
/* S17      FONTS                                           */
/* ---------------------------------------------------------*/


/* --------------------------------------------------------*/
/* CSS RESET                                               */
/* --------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* --------------------------------------------------------*/
/* [s01] CLEARFIX                                          */
/* --------------------------------------------------------*/
.clear {clear:both;}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* --------------------------------------------------------*/
/* [s02] GENERIC STYLES                                    */
/* --------------------------------------------------------*/

/* Default font */
html, body {
  font-family: 'Lato';
  font-size: 14px;
}

::-moz-selection { background: #c8451f; color: #fff; }
::selection { background: #c8451f; color: #fff; }

.row-no-margin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.col-no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.content-white  {
  color: #ffffff;
}

.content-blue {
  color: #253552;
}

.margined-content {
  width: 1210px;
  margin-left: auto;
  margin-right: auto;
  /*min-width: 1270px;*/
}

.center-margined-content {
  width: 70%;
  margin-left: 15%;
  margin-right: auto;
}

.col-align-right {
  text-align: right;
}

.col-align-right div {

}

body a{
  color: #c8451f;
  text-decoration: underline;
}
body a:hover, body a:focus, body a:active, body a:visited {
  
}

.diagonal-cutoff:after {
  content: "";
  position: absolute;
  bottom: 0;
  left:0;
  z-index: 3;
  border-bottom: 70px solid white;
  border-left: 5000px solid transparent;
  height: 100%;
  width: 100%;
}

i {
  vertical-align: middle;
}

/* Circular images, dimensions (W & H) need to be set in specific element */
.circular-image-wrapper {
    display: block;
    border-radius: 50%;
    border: 1px solid #ffffff;
    overflow: hidden;
    width: 85px; /* Default W & H, override in specific element as needed */
    height: 85px;
}

.circular-image-wrapper img {
    display: block;
    height: 100%;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
select,
textarea {
  color: #253552;
  font-size: 1em;
  border-radius: 45px;
  border: 1px solid transparent;
  padding: 15px;
  line-height: normal !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
select:focus,
textarea:focus {
  border: 1px solid #c8451f;
  outline-color: transparent; /* Overrides bootstrap styling.. */
  -webkit-box-shadow: 0 0 2px 0px #c8451f;
  box-shadow: 0 0 2px 0px #c8451f;
}

.img-overflow-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.img-overflow-wrapper img {
  position: absolute;
  margin: auto; 
  min-height: 100%;
  min-width: 100%;

  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
}

.title {
  font-family: 'Raleway';
  font-size: 3.3em;
  font-weight: 600;
  line-height: 1.1;
}
.title a{
  text-decoration: none;
  color: #253552;
}

.subtext {
  font-family: "Lato";
  font-style: italic;
  font-size: 1.15em;
  line-height: 1.375;
}
.centered-text {
  text-align: center;
}

h3{
	font-family: 'Raleway';
	font-size: 1.2em;
	line-height: 30px;
	margin-top: 35px;
	font-weight: 600;
}
h4{
	font-family: 'Raleway';
    font-size: 1.1em;
    line-height: 30px;
    margin-top: 35px;
    font-weight: 600;
}
h5{
	font-family: 'Raleway';
	/* font-size: 1.6em; */
	line-height: 30px;
	margin-top: 25px;
	font-weight: 500;
}
h6{
	font-weight: bold;
    margin-top: 25px;
}

/* --------------------------------------------------------*/
/* [s03] SIMPLE CONTENT                                    */
/* --------------------------------------------------------*/
.simple-content {
  margin-top: 50px;
  padding-bottom: 25px;
}

.simple-content h1 {
  font-family: 'Raleway';
  font-size: 3.3em;
  font-weight: 600;
  line-height: 1em;
}

.simple-content h2 {
  font-family: 'Raleway';
  font-size: 1.6em;
  line-height: 30px;
  margin-top: 35px;
  font-weight: 600;
}

.simple-content p {
  font-family: 'Lato';
  font-size: 1.15em;
  line-height: 24px;
  margin: 10px 0;
}

/* STYLES ORDERED LIST */
.simple-content ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
 
.simple-content li {
  font-size: 1.15em;
  line-height: 24px;
}
.simple-content ol ol {
  list-style-type: lower-alpha;
  padding-bottom: 5px;
}
.simple-content li li{
  font-size: 1em;
  line-height: 24px;
  padding-left: 20px;
}

/* STYLES UNORDERED LIST */
.simple-content ul {
  list-style-type: square;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.simple-content ul ul {
  list-style-type: circle;
  padding-bottom: 5px;
}


/* --------------------------------------------------------*/
/* [s04] BUTTONS                                           */
/* --------------------------------------------------------*/

button {
  text-transform: uppercase;
  font-size: 1em;
  padding: 18px;
}

button:focus {
  outline: none;
}

button[disabled],
button[disabled=disabled],
button:disabled {
  background-color: #cecece !important;
  border-color: #cecece !important;
}

.btn-custom {
  display: inline-block;
  border-radius: 45px;
  text-align: center;

  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
}
.btn-custom > a,
a .btn-custom{
  text-transform: uppercase;
  display: inline-block;
  font-size: 1em;
  padding: 18px;
  color: #253552;
}
.btn-custom > a:hover{
  color: #fff;
  text-decoration: none;
}

.btn-orange {
  background: #c8451f;
  border: 1px solid #c8451f;
  color: #fff;
}
.btn-orange > a{
  color: #fff;
  text-decoration: none;
}

.btn-transparent {
  background: transparent;
  border: 1px solid #253552;
}
.btn-transparent a{
  text-decoration: none;
}

.btn-custom:hover {
  background-color: #253552;
  border-color: #253552;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
}

.btn-white {
  border-color: #fff;
}
.btn-white a,
a .btn-white{
  color: #fff;
  text-decoration: none;
}

.btn-green {
  background-color: #78AB46;
  border-color: #78AB46;
  color: #fff;
}
/* --------------------------------------------------------*/
/* [s05] OVERLAY                                           */
/* --------------------------------------------------------*/

.share-search-overlay {
  display: none;
  position: fixed;
  z-index: 5000;
  width: 100%;
  height: 100%;
  background-color: #263652;
  background-color: rgba(38, 54,82, 0.95);
}

.overlay-close {
  position: absolute;
  z-index: 5001;
  top: 25px;
  right: 25px;
  color: #fff;
}

.overlay-close i {
  font-size: 2.5em;
  padding: 10px;
}

.overlay-close:hover {
  cursor: pointer;
}

.overlay-title {
  margin-top: 25%;
  font-family: 'Raleway';
  font-size: 3.93em;
  line-height: 60px;
}

.overlay-subtitle {
  font-family: "Lato";
  font-style: italic;
  font-size: 1.4em;
  padding: 10px 0px 0px 0px;
}

.overlay-social-icons {
  margin-top: 50px;
  font-size: 3.43em;
}

.overlay-social-icons a {
  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
  color: #fff;
  text-decoration: none;
}

.overlay-social-icons a:hover {
  color: #c8451f;
  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
}

.overlay-search {
  margin-top: 50px
}

.overlay-search-bar {
  width: 325px;
}

.overlay-search .btn-custom {
  margin-left: 15px;
  font-family: 'LatoLight';
  font-size: 1.15em;
}

.overlay-search .btn-custom:hover {
  border: 1px solid #fff;
}

/* --------------------------------------------------------*/
/* [s06] TOP BAR                                           */
/* --------------------------------------------------------*/

#top-bar {
  display: inline-block;
  background-color: #253552;
  height: 95px;
  font-family: 'LatoLight';
  font-size: 1.15em;
  line-height: 16px;
  width: 100%;
}

.top-bar-content {
  margin-top: 25px;
}

.top-bar-actions {
  margin-left: auto;
  margin-right: 0px;
}

.top-bar-questions, #breadcrumb {
  margin-top: 15px;
  display: inline-block;
}
.top-bar-item {
  display: inline-block;
  /* margin-left: 30px; */
  padding: 15px 15px;
  border-radius: 45px;
  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
  font-family: 'Lato';
  font-size: 90%;
}
.top-bar-item a{
  color: #fff;
  text-decoration: none;
}

.top-bar-item:hover {
  cursor: pointer;
  background: #c8451f;
  color: #fff;
  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
}
.top-bar-item .icon {
  padding: 0px 5px 0px 0;
  font-size: 18px;
}
.top-bar-item .icon:before {
  position: relative;
  top:3px;
}

#breadcrumb li {
  display: inline;
  font-family: 'Lato';
  font-size: 90%;
}

#breadcrumb li i {
  font-size: 0.6em;
  margin-left: 5px;
  margin-right: 5px;
}
.icon-arrow-right:before {
  top: 2px;
  position: relative;
}
#breadcrumb li a{
  text-decoration: underline;
  color: #fff;
}
#breadcrumb li.last {
  font-family: 'Raleway';
  font-weight:600;
}

/* --------------------------------------------------------*/
/* [s07] DESKTOP MENU BAR                                  */
/* --------------------------------------------------------*/

#mobile-menu-bar-wrapper,
#menu-mobile-wrapper,
#menu-mobile {
  display: none;
}

#desktop-menu-bar-wrapper.sticky-menu {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
  margin-top: 0px;
  border-bottom: 1px solid #e5e5e5;

  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
}

#desktop-menu-bar-wrapper.invis {
  top: -70px;

  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
}

#desktop-menu-bar {
  height: 70px;
  /*display: inline-block;*/
}

#desktop-menu-bar-wrapper {
  background-color: #fff;
  margin-top: -2px;
}

#logo-desktop {
  display: inline-block;
  width: 20%;
  max-width: 250px;
  margin-left: 0px;
  height: 70px;
}

#logo-desktop  a,
#logo-mobile a{
	text-decoration: none;
}
#logo-desktop .svg {
  height: 70px;
}

#logo-desktop .svg path {
  /*fill: #253552;*/
}

.menu-group-right {
  float: right;
  width: 76%;
  text-align: right;
}

#menu-desktop {
  display: inline-block;
  min-width: 580px;
  max-width: 900px;
  margin-right: 0px;
  margin-left: auto;
  vertical-align: top;
}

#home-button {
  display: inline-block;
  line-height: 66px;
  width: 65px;
  border-left: 1px dashed #cecece;
  border-right: 1px dashed #cecece;
  margin-left: 15px;
  margin-right: 0px;

  text-align: center;
  font-size: 1.72em;
  padding-top: 3px;
}

#home-button a {
  padding: 0px 20px;
  text-decoration: none;
  color: #253552;
  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
  display: inline-block;
}

#home-button a:hover {
  color: #c8451f;

  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
}

#menu-desktop ul {
  list-style: none;
}

#menu-desktop i {
  font-size: 0.6em;
  line-height: 16px;
  top: 2px;
  position: relative;
  left: 3px;
}

i.menu-icon {
  margin-left: 5px;
}

.desktop-menu-root {
  margin-top: 25px;
  margin-left: auto;
  margin-right: 0px;
  text-align: right;
  color: #002c4e;
}

.desktop-menu-root-item {
  display: inline-block;
  position: relative;
}

.desktop-menu-root-item > a {
  padding: 15px 14px 30px 14px;
  font-size: 1.15em;
  line-height: 16px;
  color: #253552;
  height: 16px;
  text-decoration: none;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.desktop-menu-root-item:hover > a {
  color: #c8451f;
}

.desktop-menu-root-item.has-submenu:hover > a {
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  z-index: 20;
}

.desktop-menu-root-item.has-submenu:hover:after {
  height: 5px;
  width: calc(100% - 2px); /* Subtract the borders */
  background-color: #fff;
  display: inline-block;
  content: "";
  margin-top: 43px;
  z-index: 1000;
  position: absolute;
  left: 1px;
}

.desktop-menu-submenu {
  display: none;

  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
}

.desktop-menu-root-item.has-submenu:hover .desktop-menu-submenu {
  display: block;

  width: 190px;
  position: absolute;
  margin-top: 28px;
  border: 1px solid #cecece;
  z-index: 1000;
  background-color: #fff;

  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
}

.desktop-menu-submenu-item {
  text-align: left;
  color: #002c4e;
  padding: 15px 0px;
  position: relative;
  font-size: 1.15em;
}

.desktop-menu-submenu-item a {
  color: #002c4e;
  padding: 15px 15px;
  text-decoration: none;
}

.desktop-menu-submenu-item:hover a {
  color: #c8451f;
}

.desktop-menu-submenu-item.submenu-header {
  background-color: #f3f3f3;
  color: #7c7c7c;
  padding: 10px 15px;
}

.desktop-menu-submenu-item.submenu-header {
  cursor: default;
}

.desktop-menu-submenu-item div {
  display: inline-block;
}

.desktop-menu-submenu-item .chev-right {
  width: 10px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.desktop-menu-submenu-item .desktop-menu-submenu-item-content {
  width: 143px;
  padding-left: 20px;
}

/* --------------------------------------------------------*/
/* [s08] FOOTER                                            */
/* --------------------------------------------------------*/

#footer-contact-us {
  margin-top: 100px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  background: url("../Images/contact-us-bg.png") repeat;
}

.footer-contact-us-title {
  margin-top: 75px;
  margin-bottom: 35px;
}

.footer-contact-us-text {
  font-size: 1.57em;
  line-height: 1.45;
  font-family: "LatoLight";
  font-style: italic;
}

.footer-contact-us-button {
  margin: 50px 0;
}

#footer-signup-bar {
  background-color: #253552;
}

.footer-signup-bar-wrapper {
  margin-top: 70px;
  margin-bottom: 62px;
}

#footer-nieuwsbrief {
  padding-right: 45px !important;
}

.footer-content-text {
  font-family: "LatoLight";
  font-style: italic;
  font-size: 1.15em;
  line-height: 1.3em;
  margin-top: 10px;
  min-height: 60px;
}

.footer-content-input {
  margin-top: 20px;
}

.footer-input-wrp {
  display: inline-block;
  position: relative;
}

.footer-content-input input {
  min-width: 300px;
  margin-right: 10px;
}

.footer-content-input .footer-input-wrp i {
  display: none;
}

.footer-content-input .footer-input-wrp.has-error i {
  display: block;
  position: absolute;
  /*margin-left: -40px;
  padding-right: 26px;*/
  top: 17px;
  right: 30px;
  color: #CC0905;
}

.footer-content-input .footer-input-wrp.has-error input:placeholder {
  color: #828384;
}
.footer-content-input .footer-input-wrp.has-error input::-webkit-input-placeholder {
  color: #828384;
}
.footer-content-input .footer-input-wrp.has-error input:-moz-placeholder {
  color: #828384;
}
.footer-content-input .footer-input-wrp.has-error input::-moz-placeholder {
  color: #828384;
}
.footer-content-input .footer-input-wrp.has-error input:-ms-input-placeholder {
  color: #828384;
}
.footer-content-input .footer-input-wrp.has-error input:placeholder-shown {
  color: #828384;
}

.footer-content-input .btn-custom {
  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
}

.footer-content-input .btn-custom:hover {
  background: #253552;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
}

.footer-content-input-sub {
  margin-top: 5px;
  font-family: 'LatoLight';
  font-size: 0.86em;
  margin-left: 15px;
}

#footer-signup-bar .footer-content-input-sub {
  display: block;
}

#footer-signup-bar .footer-content-input-sub-mobile {
  display: none;
}

#footer-copyright-bar {
  text-align: center;
}

.footer-copyright-bar-wrapper {
  display: inline-block;
  margin-top: 35px;
  margin-bottom: 50px;
}

.footer-social-media-links {
  font-size: 3.43em;
}

.footer-social-media-links a {
  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
  color: #253552;
  text-decoration: none;
}

.footer-social-media-links a:hover {
  color: #c8451f;
  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
}

.footer-copyright-text {
  font-size: 1em;
  line-height: 1.3;
  margin-top: 25px;
}
.footer-copyright-text a:hover{
  text-decoration: underline;
}

.footer-content-input input#mustbechecked3{
  width: auto;
  min-width: auto;
  margin: 0;
}
.footer-content-input .mustbechecked{
  margin-top: 12px;
}
.mustbechecked{
  font-weight: normal;
}
#newsletter-form > label{
  margin-top: 12px;
}

/* --------------------------------------------------------*/
/* [s09] BANNERS                                           */
/* --------------------------------------------------------*/

#top-banner-wrapper {
  height: 305px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

#top-banner {
  position: absolute;
  width: 100%;
  height: 100%;
}

#top-banner-wrapper .banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #fff;
}

.banner-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;

   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#131313+0,000000+40,000000+100&0.8+0,0.4+40,0+100 */
  background: -moz-linear-gradient(left,  rgba(19,19,19,0.8) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(19,19,19,0.8) 0%,rgba(0,0,0,0.4) 40%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(19,19,19,0.8) 0%,rgba(0,0,0,0.4) 40%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc131313', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

#top-banner-wrapper .banner-content {
  /* margin-top: 160px; */
  /*min-width: 720px;*/
  width: 100%;
  bottom: 10px;
  position: absolute;
}

.banner-header {
  font-family: "Raleway";
  font-size: 3.93em;
  line-height: 1.1;
}

.banner-subtext {
  font-family: "Lato";
  font-style: italic;
  font-size: 1.4em;
  margin-top: 20px;
  margin-bottom: 45px;
}

/* --------------------------------------------------------*/
/* [s10] HOME PAGE                                         */
/* --------------------------------------------------------*/


/* BANNER */

#home-banner-wrapper {
  height: 550px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

#home-banner {
  position: absolute;
  width: 100%;
  height: 100%;
}

#home-banner-wrapper .banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #fff;
}

.banner-gradient {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;

   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#131313+0,000000+40,000000+100&0.8+0,0.4+40,0+100 */
  background: -moz-linear-gradient(left,  rgba(19,19,19,0.8) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(19,19,19,0.8) 0%,rgba(0,0,0,0.4) 40%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(19,19,19,0.8) 0%,rgba(0,0,0,0.4) 40%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc131313', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.banner-content {
  /* margin-top: 180px; */
  width: 50%;
  min-width: 720px;
  bottom: 70px;
  position: absolute;
}

.banner-header {
  font-family: "Raleway";
  font-size: 4.93em;
  line-height: 60px;
  font-weight: 600;
}

.banner-subtext {
  font-family: "Lato";
  font-style: italic;
  font-size: 1.4em;
  margin-top: 30px;
  margin-bottom: 45px;
}

#banner-contact-button {
  display: none;
}

/* USPs */

#home-usp-wrapper {
  margin-top: 100px;
  text-align: center;
}

#home-usp-wrapper i {
  color: #c8451f;
  font-size: 4.6em;
}

#home-usp-wrapper .usp-title {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 1.4em;
  line-height: 24px;
  margin-top: 35px;
}

#home-usp-wrapper .usp-tagline {
  font-family: "lato";
  font-size: 1em;
  line-height: 24px;
  margin-top: 25px;
}

#home-usp-wrapper .usp-button {
  margin-top: 25px;  
}

#home-news-video-wrapper {
  margin-top: 130px;
  position: relative;
  min-height: 440px;
  padding-left: 50%;
}

#home-news {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
}

#home-video,
#home-testimonial {
  background-color: #c8451f;
  text-align: center;
  color: #ffffff;
  min-height: 440px;
}

#home-news-video-wrapper .home-news-wrapper {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  min-height: 440px;
}

#home-news-video-wrapper .news-block-header {
  margin-top: 40px;
  margin-bottom: 20px;
}

#home-news-video-wrapper .home-news-block-subtitle {
  font-family: "Lato";
  font-style: italic;
  font-size: 1.15em;
  margin: 4px 0px 0px 0px;
}

#home-news-video-wrapper .home-news-block-content {
  margin-bottom: 40px;
}

#home-news-video-wrapper .home-news-block-content .news-item {
  padding-bottom: 40px;
  color: #253552;
}

#home-news-video-wrapper .home-news-block-content .news-item .news-thumb {
  /* width: 15%; */
  display: inline-block;
  min-width: 60px;
  vertical-align: top;
}

#home-news-video-wrapper .home-news-block-content .news-item .news-info {
  width: 70%;
  display: inline-block;
  margin-left: 5%;
}

#home-news-video-wrapper .home-news-block-content .news-item .news-date {
  font-size: 1em;
  line-height: 24px;
}

#home-news-video-wrapper .home-news-block-content .news-item .news-title {
  font-family: 'LatoSemibold';
  font-size: 1.15em;
  color: #c8451f;
  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
}

#home-news-video-wrapper .home-news-block-content .news-item .news-title:hover {
  color: #253552;
  text-decoration: underline;
  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
}


#home-news-video-wrapper .home-news-block-content .news-item .news-descr {
  font-family: 'Lato';
  font-size: 1em;
  line-height: 1.375;
  margin-top: 10px
}

/** TESTIMONIAL (TEMP?) */

.testimonial-title {
  padding-top: 60px;
}

.testimonial-sub, 
.testimonial-text{
  font-family: "Lato";
  font-style: italic;
  font-size: 1.2em;
  line-height: 1.5;
}
.testimonial-text p{
  padding: 10px 0;
}

.testimonial-sub {
  margin-top: 15px;
}

.testimonial-text {
  margin-top: 20px;
  margin-bottom: 30px;
}

.testimonial-text a .btn-custom{
  font-size: 0.9em;
  text-transform: uppercase;
  font-style: normal;
}

.home-video-thumb {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
}

.home-video-thumb > img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 210px;
}

.home-video-title {
  padding-top: 40px;
}

.home-video-sub {
  font-family: "Lato";
  font-style: italic;
  font-size: 1.2em;
  line-height: 1.5;
}

.home-video-btn {
  padding-bottom: 15px;
}

/* LOGOS */

#home-logos {
  padding-top: 100px;
}

#home-logos-header {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 1.4em;
  line-height: 24px;
}

#home-logos-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

#home-logos-header, #home-logos-btn {
  text-align: center;
}

.home-logo {
  padding: 25px;
}

.home-logo > img {
  max-width: 100%;
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);

  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
}

.home-logo > img:hover {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}


/* --------------------------------------------------------*/
/* [s11] PRODUCTS                                          */
/* --------------------------------------------------------*/

#products-tagline {
  border-top: 1px solid #e5e5e5;
  text-align: center;
  padding-top: 45px;
}

/* CONTENT / USP BAR */

#products-usp-wrapper {
  margin-top: 35px;
}

#products-usp-wrapper .col-no-padding {
  height: 555px;
}

#products-usp-wrapper .col-left,
#products-usp-wrapper .col-right {
  height: 555px;
}

#products-usp-wrapper .col-left {
  background-color: #c8451f;
}

.product-bar-image {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

#products-usp-wrapper .dark-blur {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;

  background: rgba(0,0,0,0.35);
}

.product-bar-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 75%;
  margin-left: 12.5%;
  margin-right: 12.5%;
  margin-top: 20%;
}

.product-bar-title {
  font-size: 3em;
  font-family: 'Raleway';
  text-align: center;
}

.product-bar-text-align {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  text-align: left;
}

.product-bar-text {
  font-family: 'Lato';
  font-size: 2.14em;
  margin-top: 35px;
}

.product-bar-checkboxes {
  font-family: 'Lato';
  font-size: 1.4em;
  margin-top: 35px;
}

.product-bar-checkboxes .checkbox-item {
  margin-bottom: 30px;
  margin-left: 5px;
}

.product-bar-checkboxes .checkbox-item i {
  margin-right: 15px;
}

.product-bar-button {
  margin-top: 95px;
}

/* MODULES */

#products-modules {
  margin-top: 65px;
}

.product-page-modules .margined-content {
  border-top: 1px solid #e5e5e5;
  padding-top: 75px;
}

.products-modules-wrapper {
  margin-top: 35px;
}

#products-modules .module.product-mod {
  background-color: #253552;
  text-align: center;
  color: #fff;
}
#products-modules .module.product-mod .btn-white a{
  color: #fff;
}
#products-modules .module.product-mod .btn-white:hover {
  background-color: #c8451f;
  border-color: #c8451f;
}

#products-modules .module.product-mod .module-title {
  color: #fff;
}

#products-modules .module {
  background-color: #f3f3f3;
  text-align: center;
}

#products-modules .module.mod1 {
  border-left: 0px solid #fff;
  border-right: 22.5px solid #fff;
}

#products-modules .module.mod2 {
  border-left: 7.5px solid #fff;
  border-right: 15px solid #fff;
}

#products-modules .module.mod3 {
  border-left: 15px solid #fff;
  border-right: 7.5px solid #fff;
}

#products-modules .module.mod4 {
  border-left: 22.5px solid #fff;
}

.module-content {
  display: inline-block;
  margin: 35px 20px 45px 20px;
}

.module-title {
  color: #c8451f;
  font-family: 'Raleway';
  font-size: 1.4em;
  font-weight: 600;
}

.module-subtitle {
  font-family: "Lato";
  font-style: italic;
  font-size: 1em;
  margin-top: 10px;
}

.module-image {
  width: 100%;
  max-height: 130px;
  margin-top: 25px;
  overflow: hidden;
}

.module-image img {
  width: 100%;
  height: 100%;
}

.module-tagline {
  font-size: 1em;
  margin-top: 35px;
  line-height: 1.5;
}

.module-button {
  margin-top: 40px;
}

/* --------------------------------------------------------*/
/* [s12] SIMPLE                                            */
/* --------------------------------------------------------*/

#simple-usp-wrapper {
  margin-top: 35px;
}

#simple-usp-wrapper .col-no-padding {
  height: 450px;
}

#simple-usp-wrapper .col-left,
#simple-usp-wrapper .col-right {
  height: 450px;
}

#simple-usp-wrapper .col-left {
  background-color: #f3f3f3;
}

#simple-usp-wrapper .dark-blur {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;

  background: rgba(0,0,0,0.50);
}

#simple-usp-wrapper .product-bar-title {
  font-size: 2.3em;
  text-align: center;
}

#simple-usp-wrapper .col-right .product-bar-title {
  font-size: 3em;
}

#simple-usp-wrapper .col-left .product-bar-content {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

#simple-usp-wrapper .product-bar-checkboxes {
  font-family: 'Lato';
  font-size: 1.4em;
  margin-top: 35px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

#simple-usp-wrapper .product-bar-checkboxes i {
  color: #c8451f;
}

/* --------------------------------------------------------*/
/* [s13] NEWS                                              */
/* --------------------------------------------------------*/

#news-wrapper {
  margin-top: 100px;
}

#news-wrapper .news-item {
  padding-bottom: 40px;
}

.news-item-wrp {
  display: block;
  text-decoration: none;
}
.news-item-wrp:hover{
  text-decoration: none;
}

#news-wrapper .news-item .news-thumb {
  width: 15%;
  min-width: 155px;
  display: inline-block;
  vertical-align: top;
}

#news-wrapper .news-item .news-thumb .circular-image-wrapper {
  width: 155px;
  height: 155px;
}

#news-wrapper .news-item .news-info {
  width: 70%;
  display: inline-block;
  margin-left: 5%;
}

#news-wrapper .news-item .news-date {
  font-size: 1em;
  line-height: 1.7;
}

#news-wrapper .news-item .news-title {
  font-family: 'Raleway';
  font-size: 1.4em;
  line-height: 1.66;
  font-weight: 600;
  color: #c8451f;
  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
}

#news-wrapper .news-item .news-button {
  margin-top: 25px;
}

#news-wrapper .news-item .news-title:hover {
  color: #253552;
  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
}


#news-wrapper .news-item .news-descr {
  font-family: 'LatoLight';
  font-size: 1.15em;
  line-height: 1.5;
  margin-top: 10px
}

#other-news {
  margin-top: 50px;
}

#other-news .news-list-content {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 60px;
}

#other-news .title {
  margin-top: 55px;
}


.news-list {
  margin-top: 70px;
}

.news-list-page {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.news-list-item-date {
  display: inline-block;
  font-size: 1.4em;
  line-height: 1.5;
}

.news-list-item-title {
  display: inline-block;
  margin-left: 30px;
  font-family: 'Raleway';
  color: #c8451f;
  font-size: 1.4em;
  line-height: 1.66;

  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
}

.news-list-item-title:hover {
  color: #253552;
  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
  text-decoration: underline;
}

#news-pager {
  margin-top: 15px;
}

.pager-btn {
  margin-left: 10px;
}

.pager-btn > a {
  padding: 14px 17px;
}

.pager-btn:hover {
  color: #c8451f;
  border-color: #c8451f;
  background: #fff;
}

.pager-btn.cycle-pager-active {
  color: #fff;
  border-color: #fff;
  background: #253552;
}
.pager-btn.cycle-pager-active a{
  color: #fff;
}

.news-intro {
  font-family: 'Raleway';
  font-size: 1.4em;
  line-height: 1.66;
  color: #c8451f;
  font-style: italic;
}

#news-content {
  margin-top: 50px;
}

/* --------------------------------------------------------*/
/* [s14] CONTACT                                           */
/* --------------------------------------------------------*/

#contact-contact-us {
  margin-top: 50px;
  text-align: center;
}

#contact-content {
  margin-top: 70px;
  margin-bottom: 70px;
}


.contact-col-content {
  padding: 0px 50px;
}

#contact-content .margined-content {
  /*display: inline-block;*/
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

#contact-content .title {
  padding-top: 45px;
}
#contact-content .contact-col-right {
  background-color: #f9f8f8;
}

#contact-content .subtext {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-form-box {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
}

.contact-form-field {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.contact-form-field.has-error, 
.contact-form-field.has-error.last {
  /* border: 1px solid #CC0905; */
}

.contact-form-field-error {
  display: none;
}

.contact-form-field.has-error .contact-form-field-error {
  display: block;
  color: #CC0905;
  position: absolute;
  right: 20px;
  top: 31px;
}

.contact-form-field.last {
  border-bottom: none;
}

.contact-form-field-name {
  color: #c8451f;
  font-family: 'Lato';
  font-size: 0.9em;
  line-height: 1.375;
  margin-left: 15px;
  margin-top: 10px;
}

input.contact-form-input,
textarea.contact-form-input {
  border-radius: 0px;
  border: none;
  width: 100%;
}

input.contact-form-input:focus,
textarea.contact-form-input:focus {
  border: none;
  -webkit-box-shadow:none;
  box-shadow: none;
}

.contact-form-field textarea {
  height: 150px;
}

.contact-form-button {
  margin-bottom: 15px;
  text-align: right;
}

.contact-info-title {
  font-family: 'LatoSemibold';
  font-size: 1.3em;
  line-height: 1.375;
  color: #c8451f;
}

.contact-info {
  font-family: 'Lato';
  font-size: 1.15em;
  line-height: 1.375;
}

#google-maps-canvas {
  height: 500px;
  margin-top: 30px;
}

#google-maps-canvass #box{
  line-height: 1.35;
  overflow: hidden;
  white-space: nowrap;
}

#google-maps-canvas .companyname{
  font-family: 'LatoSemibold';  
}

#contact-form-button-success {
  display: none;
}


/* --------------------------------------------------------*/
/* [s15] SEARCH RESULTS                                    */
/* --------------------------------------------------------*/

.search-header {
  margin-bottom: 75px;
}

.search-header .title {
  font-size: 3.95em;
  line-height: 1.1;
  font-family: 'Raleway';
}

#totalsearch {
  margin-top: 10px;
  font-size: 1.4em;
  font-family: 'Lato';
}

#totalsearch .search-result-count,
#totalsearch .search-result-query {
  color: #c8451f;
}

.search-form-wrapper {
  width: 600px;
  
  margin: 30px auto 0px auto;
}

.search-form-wrapper input {
  border: 1px solid #253552;
}

.search-form-wrapper button {
  margin-left: 10px;
}

#searchresults {
  text-align: left;
}

#searchresults .SearchRowEven,
#searchresults .SearchRowOdd {
  clear: both;
  width: 100%;
  padding: 25px 0 30px 10px; 
  border-bottom: 1px solid #e5e5e5;
}

#searchresults .SearchRowEven .itemcontainer,
#searchresults .SearchRowOdd .itemcontainer {
  padding: 11px 15px 17px 15px; }

#searchresults .SearchRowOdd .title,
#searchresults .SearchRowEven .title {
  font-size: 2.0em;
  line-height: 1.1;
  font-family: 'Raleway';
  text-decoration: none;
  display: block; 
  color: #c8451f;
  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
}

#searchresults .SearchRowOdd .title:hover,
#searchresults .SearchRowEven .title:hover {
  color: #c8451f;
  text-decoration: underline;

  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
}

#searchresults .SearchRowEven .dates,
#searchresults .SearchRowOdd .dates {
  display: block;
  clear: both;
  margin: 5px 0 20px 0;
  font-size: 0.93em;
  
  color: #686969;
  font-family: 'Lato'; 
}

#searchresults .SearchRowEven .text,
#searchresults .SearchRowOdd .text {
  /* Styles in search for Text are currently unused*/
  font-family: 'LatoLight';
  font-size: 1.15em;
  line-height: 1.5;
  display: none; }

#searchresults .SearchRowEven .link,
#searchresults .SearchRowOdd .link {
  display: block;
  margin: 0 0 0 0;
  color: #1a1a1a;
  font-size: 1.15em;
  line-height: 1.5;
  font-family: 'LatoLight'; 
}

#searchresults .warning {
  margin: 20px 0px 0px 0px;
  display: block; 
}

#searchbox #searchform {
  display: none;
}

#pagination {
  margin-top: 30px;
  /*text-align: center;*/
}

#pagination #pageof {
  display: block;
  margin: 25px 0 25px 0;
}

#pagination .EachItem {
  display: block;
}

#pagination .EachItem a {
  padding: 14px 17px;
  border: 1px solid #253552;
  border-radius: 45px;
  text-decoration: none;
  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
}
#pagination .EachItem a.CurrentPageNum {
  background: #253552;
  border: 1px solid #253552;
  color: #fff;
}

#pagination .EachItem a:hover {
  background: #253552;
  border: 1px solid #253552;
  color: #fff;

  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
}

.highlight {
  color: #c8451f;
}

.quote:after {
  border-color: #f1f2f2 transparent;
  border-style: solid;
  border-width: 21px 0 0 21px;
  bottom: 20px;
  content: "";
  display: block;
  left: -15px;
  position: absolute;
  width: 0;
}
.quote {
  border-radius: 2px 2px 2px 2px;
  color: #3f3e3e;
  position: relative;
  background: none repeat scroll 0 0 #f1f2f2;
  display: block;
  font-size: 15px;
  margin: 5px 10px;
  padding: 15px 20px;
  text-shadow: 1px 1px 1px #FFFFFF;
  -webkit-box-shadow: inset 0px 1px 0px 0px #FFFFFF;
  box-shadow: inset 0px 1px 0px 0px #FFFFFF;
}

.introductie {
  color: #c8451f;
  font-style: italic;
}

/* --------------------------------------------------------*/
/* [s16] LOGOS                                             */
/* --------------------------------------------------------*/

.logo-row {
  padding-top: 50px;
}

.logo-page-logo {
  padding: 25px;
}

.logo-page-logo > img {
    width: 100%;

  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);

  -webkit-transition: 250ms linear;
  -moz-transition: 250ms linear;
  -o-transition: 250ms linear;
  -ms-transition: 250ms linear;
  transition: 250ms linear;
}

.logo-page-logo > img:hover {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* --------------------------------------------------------*/
/* [s17] FONTS                                             */
/* --------------------------------------------------------*/
/* Webfont: LatoLatin-Italic */@font-face {
    font-family: 'Lato';
    src: url('../fonts/LatoLatin/LatoLatin-Italic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/LatoLatin/LatoLatin-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/LatoLatin/LatoLatin-Italic.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/LatoLatin/LatoLatin-Italic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/LatoLatin/LatoLatin-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Light */@font-face {
    font-family: 'LatoLight';
    src: url('../fonts/LatoLatin/LatoLatin-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/LatoLatin/LatoLatin-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/LatoLatin/LatoLatin-Light.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/LatoLatin/LatoLatin-Light.woff') format('woff'), /* Modern Browsers */
         url('../fonts/LatoLatin/LatoLatin-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-LightItalic */@font-face {
    font-family: 'LatoLight';
    src: url('../fonts/LatoLatin/LatoLatin-LightItalic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/LatoLatin/LatoLatin-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/LatoLatin/LatoLatin-LightItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/LatoLatin/LatoLatin-LightItalic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/LatoLatin/LatoLatin-LightItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Medium */@font-face {
    font-family: 'LatoMedium';
    src: url('../fonts/LatoLatin/LatoLatin-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/LatoLatin/LatoLatin-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/LatoLatin/LatoLatin-Medium.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/LatoLatin/LatoLatin-Medium.woff') format('woff'), /* Modern Browsers */
         url('../fonts/LatoLatin/LatoLatin-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-MediumItalic */@font-face {
    font-family: 'LatoMedium';
    src: url('../fonts/LatoLatin/LatoLatin-MediumItalic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/LatoLatin/LatoLatin-MediumItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/LatoLatin/LatoLatin-MediumItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/LatoLatin/LatoLatin-MediumItalic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/LatoLatin/LatoLatin-MediumItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Regular */@font-face {
    font-family: 'Lato';
    src: url('../fonts/LatoLatin/LatoLatin-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/LatoLatin/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/LatoLatin/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/LatoLatin/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/LatoLatin/LatoLatin-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Semibold */@font-face {
    font-family: 'LatoSemibold';
    src: url('../fonts/LatoLatin/LatoLatin-Semibold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/LatoLatin/LatoLatin-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/LatoLatin/LatoLatin-Semibold.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/LatoLatin/LatoLatin-Semibold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/LatoLatin/LatoLatin-Semibold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-SemiboldItalic */@font-face {
    font-family: 'LatoSemibold';
    src: url('../fonts/LatoLatin/LatoLatin-SemiboldItalic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/LatoLatin/LatoLatin-SemiboldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/LatoLatin/LatoLatin-SemiboldItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/LatoLatin/LatoLatin-SemiboldItalic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/LatoLatin/LatoLatin-SemiboldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/* Webfont: Raleway-Italic */@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway/Raleway-Italic.eot');
	src: url('../fonts/Raleway/Raleway-Italic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Raleway/Raleway-Italic.woff2') format('woff2'),
       url('../fonts/Raleway/Raleway-Italic.woff') format('woff'),
       url('../fonts/Raleway/Raleway-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
  text-rendering: optimizeLegibility;
}

/* Webfont: Raleway-SemiBold */@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway/Raleway-SemiBold.eot');
	src: url('../fonts/Raleway/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Raleway/Raleway-SemiBold.woff2') format('woff2'),
       url('../fonts/Raleway/Raleway-SemiBold.woff') format('woff'),
       url('../fonts/Raleway/Raleway-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Raleway-LightItalic */@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway/Raleway-LightItalic.eot');
	src: url('../fonts/Raleway/Raleway-LightItalic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Raleway/Raleway-LightItalic.woff2') format('woff2'),
       url('../fonts/Raleway/Raleway-LightItalic.woff') format('woff'),
       url('../fonts/Raleway/Raleway-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
  text-rendering: optimizeLegibility;
}

/* Webfont: Raleway-RegularBold */@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway/Raleway-Regular.eot');
	src: url('../fonts/Raleway/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Raleway/Raleway-Regular.woff2') format('woff2'),
       url('../fonts/Raleway/Raleway-Regular.woff') format('woff'),
       url('../fonts/Raleway/Raleway-Regular.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Raleway-Regular */@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway/Raleway-Regular.eot');
	src: url('../fonts/Raleway/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Raleway/Raleway-Regular.woff2') format('woff2'),
       url('../fonts/Raleway/Raleway-Regular.woff') format('woff'),
       url('../fonts/Raleway/Raleway-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Raleway-Light */@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway/Raleway-Light.eot');
	src: url('../fonts/Raleway/Raleway-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Raleway/Raleway-Light.woff2') format('woff2'),
       url('../fonts/Raleway/Raleway-Light.woff') format('woff'),
       url('../fonts/Raleway/Raleway-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Raleway-BoldItalic */@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway/Raleway-Italic.eot');
	src: url('../fonts/Raleway/Raleway-Italic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Raleway/Raleway-Italic.woff2') format('woff2'),
       url('../fonts/Raleway/Raleway-Italic.woff') format('woff'),
       url('../fonts/Raleway/Raleway-Italic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
  text-rendering: optimizeLegibility;
}

/* Webfont: Raleway-SemiBoldItalic */@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway/Raleway-SemiBoldItalic.eot');
	src: url('../fonts/Raleway/Raleway-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Raleway/Raleway-SemiBoldItalic.woff2') format('woff2'),
       url('../fonts/Raleway/Raleway-SemiBoldItalic.woff') format('woff'),
       url('../fonts/Raleway/Raleway-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
  text-rendering: optimizeLegibility;
}

/* FONT ICONS NICE */

@font-face {
  font-family: "nice-software";
  src:url("../Fonts/Nice/nice-software.eot");
  src:url("../Fonts/Nice/nice-software.eot?#iefix") format("embedded-opentype"),
       url("../Fonts/Nice/nice-software.woff") format("woff"),
       url("../Fonts/Nice/nice-software.ttf") format("truetype"),
       url("../Fonts/Nice/nice-software.svg#nice-software") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "nice-software" !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: "nice-software" !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-arrow-down:before {
  content: "\61";
}
.icon-arrow-right:before {
  content: "\62";
}
.icon-arrow-up:before {
  content: "\63";
}
.icon-calendar:before {
  content: "\64";
}
.icon-check:before {
  content: "\65";
}
.icon-home:before {
  content: "\66";
}
.icon-menu:before {
  content: "\67";
}
.icon-linkedin:before {
  content: "\68";
}
.icon-scope:before {
  content: "\69";
}
.icon-search:before {
  content: "\6a";
}
.icon-share:before {
  content: "\6b";
}
.icon-shield:before {
  content: "\6c";
}
.icon-speed:before {
  content: "\6d";
}
.icon-twitter:before {
  content: "\6e";
}
.icon-user:before {
  content: "\6f";
}
.icon-facebook:before {
  content: "\70";
}
.icon-googleplus:before {
  content: "\71";
}
.icon-close:before {
  content: "\72";
}