/*-------------------------------------
--------------------------------- RESET
-------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}h1,h2,h3,h4,h5,h6{font-weight:400}a{color:#00f}a:focus{outline:thin dotted}li{list-style:none}abbr[title]{border-bottom:0}b,strong{font-weight:700}i,em,dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre,code,kbd,samp{font-family:monospace,monospace;_font-family:'courier new',monospace}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:"";content:none}small{font-size:85%}sub,sup{font-size:60%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}label{cursor:pointer}input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal;*overflow:visible}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}input[type=checkbox],input[type=radio]{box-sizing:border-box}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;resize:vertical}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}

/*-------------------------------------
----------------------- RESPONSIVE GRID
-------------------------------------*/
.container {width: 100%; margin: 0px auto;}
.row {max-width: 1200px; width: 100%; margin: 0px auto;}
img {max-width: 100%;}
.one, .two, .three, .four, 
.five, .six, .seven, .eight, 
.nine, .ten, .eleven, .twelve {
  margin-right: 2%;
  float: left;
}
.one {width: 6.5%;}
.two {width: 15%;}
.three {width: 23.5%;}
.four {width: 32%;}
.five {width: 40.5%}
.six {width: 49%;}
.seven {width: 57.5%;}
.eight {width: 66%;}
.nine {width: 74.5%;}
.ten {width: 83%;}
.eleven {width: 91.5%;}
.twelve {margin-right: 0px; width: 100%;}
.last {margin-right: 0px !important;}

/*-------------------------------------
------------------------------- GENERAL
-------------------------------------*/
body {
  color: #1e1e1e;
  overflow-x: hidden;
  font-family: 'latoregular';
}

i,
em {
  font-style: italic; 
  }

b,
strong {
  font-weight: bold;  
}

p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

h1 {
  font-size: 60px;
  line-height: 60px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-family: 'latobold';
}

h2 {
  color: #f2a606;
  font-size: 50px;
  line-height: 50px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-family: 'latoblack';
}

h3 {
  font-size: 32px;
  line-height: 32px;
  padding-bottom: 15px;
  /* text-transform: uppercase; */
  font-family: 'latobold_italic';
}

h4 {
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 15px;
  font-family: 'latobold_italic';
}


a {
  color: #1e1e1e;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

a:hover {
  color: #999;
}

a:link,
a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none;
}

.clear {
  position: relative;
  display: block;
  clear: both;
}

/*-------------------------------------
-------------------------------- SPLASH
-------------------------------------*/
body.splash-page {
  text-align: center;
  background-color: #fff;
}

#splash {
  max-width: 1200px;
  padding-top: 35vh;
  text-align: center;
  position: relative;
  z-index: 100;
}

#splash-logo {
  width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 1040px) {
.splash-page .container {
  width: 92%;
  padding: 0 4%;
}
}

@media only screen and (max-width: 1040px) {
#splash {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 40px;
  line-height: 40px;
}

#splash-contact {
  text-align: center;
}
}

@media only screen and (max-width: 800px) {
body.splash-page {
  background-size: 150%;
}
}

@media only screen and (max-width: 600px) {
h3 {
  font-size: 24px;
  line-height: 24px;
}
}
/*-------------------------------------
-------------------------------- BRANDS
-------------------------------------*/
.brands-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 10px;
}

.brand-box {
  display: flex;
  flex: 1 0 30%;
  margin: 1%;
}

.brand-image-wrap {
  display: flex;
  height: 100px;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}

.brand-box img {
  max-height: 75px;
  max-width: 90%;
}

@media only screen and (max-width: 800px) {
.brand-box {
  flex: 1 0 45%;
}

.brand-box img {
  max-height: 60px;
  max-width: 90%;
}
}

@media only screen and (max-width: 400px) {
.brand-box {
  flex: 1 0 90%;
  margin: 0;
}
}
