/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300, 400,900');
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%;
  font: inherit;
  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;
  overflow-x: hidden;
}
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;
}
h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
h2 {
  font-size: 35px;
  margin-bottom: 15px;
}
h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: lighter;
  color: #fff;
  line-height: 1.5;
}
p {
  line-height: 1.4;
  margin-bottom: 17px;
}
a {
  color: #fff;
  text-decoration: none;
  font-family: sans-serif;
}
#main_content ul,
#main_content ol {
  margin-bottom: 20px;
  margin-left: 16px;
}
#main_content ul li,
#main_content ol li {
  list-style-type: disc;
  margin-bottom: 10px;
}
#main_content ol li {
  list-style-type: roman;
}
strong,
.strong,
.bold {
  font-weight: bold;
}
em,
.em {
  font-style: italic;
}
body {
  background: #d1971c;
  font-family: 'Roboto', 'helvetica neue', helvetica, arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-size: 16px;
}
input {
  border: none;
  -webkit-appearance: none;
  border-radius: 0px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.image_replace {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  display: inline-block;
  background-repeat: no-repeat;
}
.wrapper {
  width: 2559px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
a:hover {
  color: #c17c20 !important;
}
.hidden {
  display: none;
}
nav.hidden {
  padding: 10px;
}
nav.hidden li {
  display: inline-block;
  margin-right: 15px;
}
nav.hidden li a:hover {
  color: #4A4D8B !important;
}
/***********************************************************************/
/*********************************************************************** col-1 */
/***********************************************************************/
.col-1,
.col-2,
.col-3,
.col-4,
.col-5 {
  float: left;
  box-sizing: border-box;
}
.col-1 {
  width: 12%;
}
.col-2 {
  width: 550px;
}
.col-3 {
  width: 200px;
}
.col-4 {
  width: 401px;
}
.col-5 {
  width: 17%;
}
.col-2 {
  background: #092f57;
  text-align: right;
  color: #fff;
}
.col-2 .row-1 {
  padding: 100px 50px 50px;
}
.col-2 .row-1 .logo {
  margin: 0 -50px 30px 0;
}
.col-2 .row-1 a.large {
  color: #7b5a3f;
  font-size: 50px;
  font-weight: bold;
}
.col-2 .row-2 {
  padding: 100px 50px 50px;
  background: url(img/col-2-1.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.col-2 .row-2 .spacer {
  height: 180px;
  clear: both;
}
.col-2 .row-2 p {
  max-width: 80%;
  float: right;
}
.col-2 .row-3 {
  padding: 100px 50px 150px;
}
.col-2 .row-3 .logo {
  margin: 70px -50px 84px 0;
}
.col-2 .row-3 a.large {
  color: #c17c20;
  font-size: 45px;
}
.col-2 .row-3 a.large:hover {
  color: #7b5a3f;
}
.col-1 {
  background: url(img/col-1-1.jpg) no-repeat top right;
  background-size: cover;
}
.col-3 .row-1 {
  background: url(img/col-3-1.png) no-repeat;
  background-size: cover;
}
.col-3 .row-2 {
  background: url(img/col-3-2.png) no-repeat;
  background-size: cover;
}
.col-3 .row-3 {
  background: url(img/col-3-3.png) no-repeat;
  background-size: cover;
}
.col-4 .row-1 {
  background: url(img/col-4-1.png) no-repeat;
  background-size: cover;
}
.col-4 .row-2 {
  background: url(img/col-4-2.png) no-repeat;
  background-size: cover;
}
.col-4 .row-3 {
  background: url(img/col-4-3.png) no-repeat;
  background-size: cover;
}
.col-5 {
  background: url(img/col-5-1.jpg) no-repeat top right;
  background-size: cover;
}
.col-3 {
  overflow: hidden;
  position: relative;
}
.col-3 nav {
  background: url('img/menu.png') no-repeat;
  background-size: contain;
  display: block;
  width: 200px;
  height: 350px;
  position: absolute;
  top: 0;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
  padding: 25px;
  box-sizing: border-box;
  text-align: right;
}
.col-3 nav li {
  margin-bottom: 20px;
}
.col-3 nav li a:hover {
  color: #4A4D8B !important;
}
@media screen and (max-width: 1633px) {
  .col-1 {
    width: 6%;
  }
}
@media screen and (max-width: 1330px) {
  .col-1 {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  .col-4 {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .col-3 {
    display: none;
  }
  .col-2 nav {
    display: block;
    background: #c17c20;
    width: 100%;
  }
}
@media screen and (max-width: 702px) {
  .col-5 {
    display: none;
  }
  .col-2,
  .wrapper {
    width: 100%;
  }
  a.large {
    font-size: 35px !important;
  }
}
@media screen and (max-width: 500px) {
  .col-5 {
    display: none;
  }
  .col-2,
  .wrapper {
    width: 100%;
  }
  a.large {
    font-size: 30px !important;
  }
  h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  .spacer {
    height: 75px !important;
  }
  .col-2 .row-1,
  .col-2 .row-2,
  .col-2 .row-3 {
    padding: 50px 20px;
  }
  .col-2 .row-1 .logo,
  .col-2 .row-2 .logo,
  .col-2 .row-3 .logo {
    margin-left: -20px;
    margin-right: -20px;
  }
}
/*# sourceMappingURL=style.css.map */