article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
html input[type="button"],
button,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body *,
body *:after,
body *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  outline: 0;
}
a.no-trans {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
img {
  vertical-align: top;
}
.uppercase {
  text-transform: uppercase;
}
.debug * {
  background: rgba(0, 0, 0, 0.15);
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-justify {
  text-align: justify;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.pos-f {
  position: fixed;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}
.spacer {
  margin-bottom: 25px;
}
.spacer.smallest {
  margin-bottom: 3.125px;
}
@media all and (max-device-width: 480px) {
  .spacer.smallest {
    margin-bottom: 1.5625px;
  }
}
.spacer.smaller {
  margin-bottom: 6.25px;
}
@media all and (max-device-width: 480px) {
  .spacer.smaller {
    margin-bottom: 3.125px;
  }
}
.spacer.small {
  margin-bottom: 12.5px;
}
@media all and (max-device-width: 480px) {
  .spacer.small {
    margin-bottom: 6.25px;
  }
}
@media all and (max-device-width: 480px) {
  .spacer {
    margin-bottom: 12.5px;
  }
}
.spacer.big {
  margin-bottom: 50px;
}
@media all and (max-device-width: 480px) {
  .spacer.big {
    margin-bottom: 25px;
  }
}
.spacer.bigger {
  margin-bottom: 100px;
}
@media all and (max-device-width: 480px) {
  .spacer.bigger {
    margin-bottom: 50px;
  }
}
.spacer.biggest {
  margin-bottom: 200px;
}
@media all and (max-device-width: 480px) {
  .spacer.biggest {
    margin-bottom: 100px;
  }
}
.m {
  margin: 25px;
}
@media all and (max-device-width: 480px) {
  .m {
    margin: 12.5px;
  }
}
.m-half {
  margin: 12.5px;
}
@media all and (max-device-width: 480px) {
  .m-half {
    margin: 6.25px;
  }
}
.m-double {
  margin: 50px;
}
@media all and (max-device-width: 480px) {
  .m-double {
    margin: 25px;
  }
}
.m-extradouble {
  margin: 100px;
}
@media all and (max-device-width: 480px) {
  .m-extradouble {
    margin: 50px;
  }
}
.m-no {
  margin: 0 !important;
}
@media all and (max-device-width: 480px) {
  .m-no {
    margin: 0;
  }
}
.mt {
  margin-top: 25px;
}
@media all and (max-device-width: 480px) {
  .mt {
    margin-top: 12.5px;
  }
}
.mt-half {
  margin-top: 12.5px;
}
@media all and (max-device-width: 480px) {
  .mt-half {
    margin-top: 6.25px;
  }
}
.mt-double {
  margin-top: 50px;
}
@media all and (max-device-width: 480px) {
  .mt-double {
    margin-top: 25px;
  }
}
.mt-extradouble {
  margin-top: 100px;
}
@media all and (max-device-width: 480px) {
  .mt-extradouble {
    margin-top: 50px;
  }
}
.mt-no {
  margin-top: 0 !important;
}
@media all and (max-device-width: 480px) {
  .mt-no {
    margin-top: 0;
  }
}
.mb {
  margin-bottom: 25px;
}
@media all and (max-device-width: 480px) {
  .mb {
    margin-bottom: 12.5px;
  }
}
.mb-half {
  margin-bottom: 12.5px;
}
@media all and (max-device-width: 480px) {
  .mb-half {
    margin-bottom: 6.25px;
  }
}
.mb-double {
  margin-bottom: 50px;
}
@media all and (max-device-width: 480px) {
  .mb-double {
    margin-bottom: 25px;
  }
}
.mb-extradouble {
  margin-bottom: 100px;
}
@media all and (max-device-width: 480px) {
  .mb-extradouble {
    margin-bottom: 50px;
  }
}
.mb-no {
  margin-bottom: 0 !important;
}
@media all and (max-device-width: 480px) {
  .mb-no {
    margin-bottom: 0;
  }
}
.mr {
  margin-right: 25px;
}
@media all and (max-device-width: 480px) {
  .mr {
    margin-right: 12.5px;
  }
}
.mr-half {
  margin-right: 12.5px;
}
@media all and (max-device-width: 480px) {
  .mr-half {
    margin-right: 6.25px;
  }
}
.mr-double {
  margin-right: 50px;
}
@media all and (max-device-width: 480px) {
  .mr-double {
    margin-right: 25px;
  }
}
.mr-extradouble {
  margin-right: 100px;
}
@media all and (max-device-width: 480px) {
  .mr-extradouble {
    margin-right: 50px;
  }
}
.mr-no {
  margin-right: 0 !important;
}
@media all and (max-device-width: 480px) {
  .mr-no {
    margin-right: 0;
  }
}
.ml {
  margin-left: 25px;
}
@media all and (max-device-width: 480px) {
  .ml {
    margin-left: 12.5px;
  }
}
.ml-half {
  margin-left: 12.5px;
}
@media all and (max-device-width: 480px) {
  .ml-half {
    margin-left: 6.25px;
  }
}
.ml-double {
  margin-left: 50px;
}
@media all and (max-device-width: 480px) {
  .ml-double {
    margin-left: 25px;
  }
}
.ml-extradouble {
  margin-left: 100px;
}
@media all and (max-device-width: 480px) {
  .ml-extradouble {
    margin-left: 50px;
  }
}
.ml-no {
  margin-left: 0 !important;
}
@media all and (max-device-width: 480px) {
  .ml-no {
    margin-left: 0;
  }
}
.p {
  padding: 25px;
}
@media all and (max-device-width: 480px) {
  .p {
    padding: 12.5px;
  }
}
.p-half {
  padding: 12.5px;
}
@media all and (max-device-width: 480px) {
  .p-half {
    padding: 6.25px;
  }
}
.p-double {
  padding: 50px;
}
@media all and (max-device-width: 480px) {
  .p-double {
    padding: 25px;
  }
}
.p-extradouble {
  padding: 100px;
}
@media all and (max-device-width: 480px) {
  .p-extradouble {
    padding: 50px;
  }
}
.p-no {
  padding: 0 !important;
}
@media all and (max-device-width: 480px) {
  .p-no {
    padding: 0;
  }
}
.pt {
  padding-top: 25px;
}
@media all and (max-device-width: 480px) {
  .pt {
    padding-top: 12.5px;
  }
}
.pt-half {
  padding-top: 12.5px;
}
@media all and (max-device-width: 480px) {
  .pt-half {
    padding-top: 6.25px;
  }
}
.pt-double {
  padding-top: 50px;
}
@media all and (max-device-width: 480px) {
  .pt-double {
    padding-top: 25px;
  }
}
.pt-extradouble {
  padding-top: 100px;
}
@media all and (max-device-width: 480px) {
  .pt-extradouble {
    padding-top: 50px;
  }
}
.pt-no {
  padding-top: 0 !important;
}
@media all and (max-device-width: 480px) {
  .pt-no {
    padding-top: 0;
  }
}
.pb {
  padding-bottom: 25px;
}
@media all and (max-device-width: 480px) {
  .pb {
    padding-bottom: 12.5px;
  }
}
.pb-half {
  padding-bottom: 12.5px;
}
@media all and (max-device-width: 480px) {
  .pb-half {
    padding-bottom: 6.25px;
  }
}
.pb-double {
  padding-bottom: 50px;
}
@media all and (max-device-width: 480px) {
  .pb-double {
    padding-bottom: 25px;
  }
}
.pb-extradouble {
  padding-bottom: 100px;
}
@media all and (max-device-width: 480px) {
  .pb-extradouble {
    padding-bottom: 50px;
  }
}
.pb-no {
  padding-bottom: 0 !important;
}
@media all and (max-device-width: 480px) {
  .pb-no {
    padding-bottom: 0;
  }
}
.pr {
  padding-right: 25px;
}
@media all and (max-device-width: 480px) {
  .pr {
    padding-right: 12.5px;
  }
}
.pr-half {
  padding-right: 12.5px;
}
@media all and (max-device-width: 480px) {
  .pr-half {
    padding-right: 6.25px;
  }
}
.pr-double {
  padding-right: 50px;
}
@media all and (max-device-width: 480px) {
  .pr-double {
    padding-right: 25px;
  }
}
.pr-extradouble {
  padding-right: 100px;
}
@media all and (max-device-width: 480px) {
  .pr-extradouble {
    padding-right: 50px;
  }
}
.pr-no {
  padding-right: 0 !important;
}
@media all and (max-device-width: 480px) {
  .pr-no {
    padding-right: 0;
  }
}
.pl {
  padding-left: 25px;
}
@media all and (max-device-width: 480px) {
  .pl {
    padding-left: 12.5px;
  }
}
.pl-half {
  padding-left: 12.5px;
}
@media all and (max-device-width: 480px) {
  .pl-half {
    padding-left: 6.25px;
  }
}
.pl-double {
  padding-left: 50px;
}
@media all and (max-device-width: 480px) {
  .pl-double {
    padding-left: 25px;
  }
}
.pl-extradouble {
  padding-left: 100px;
}
@media all and (max-device-width: 480px) {
  .pl-extradouble {
    padding-left: 50px;
  }
}
.pl-no {
  padding-left: 0 !important;
}
@media all and (max-device-width: 480px) {
  .pl-no {
    padding-left: 0;
  }
}
.credits {
  text-align: right;
  padding-top: 25px;
}
@media all and (max-device-width: 480px) {
  .credits {
    padding-top: 12.5px;
  }
}
.credits a .basilico {
  display: inline-block;
  width: 20px;
  height: 16px;
  overflow: hidden;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAgCAYAAAASYli2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEYzOUUwNUQ0OUY1MTFFM0FGQkNFN0NGRjZDMjIxODIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEYzOUUwNUU0OUY1MTFFM0FGQkNFN0NGRjZDMjIxODIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4RjM5RTA1QjQ5RjUxMUUzQUZCQ0U3Q0ZGNkMyMjE4MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4RjM5RTA1QzQ5RjUxMUUzQUZCQ0U3Q0ZGNkMyMjE4MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgHGED8AAAN7SURBVHjapJZNTBNBFMff7Gw/KJTwIYgY+ZRojMZ4ADWc/AhoIiZe1GgiHrzLRY7qxRgvEjx6kSNqJCZegBgNJiSGIwcvJhhFgWhKoLS0292d8T/baS2yxSLT/LLt7M5/33vz5p+yvr4+0uMQ6AIjtINh6CsHQ+CZFt2x4FXQo78/BOZOBMPgTsHcaXBhJ4JnwNG/5m/8r6BK7bzP/ElQC2I+z+8FTWAXCAEHrIBFsKAeOOIjWA86CgSPgSu6HAdBeUH9c8MCL5VgZZFSBEANeABu6lpvNVS0b0yftNRI6BeNg84SyzcFXqlIJn1uzoHBbYgJcA+4SvApeFdwcwFMg+5tbO5jHaG3a2qHLoLLejPGQL8+PaWMD+Buvg2k8K7J7LFjxAypfkdKFJsF10Eqv5vBMkk5zLCbm58oQeytPlHfcxMSsZhnbyW1tKTF5RjNPt9HTjowaZhiGLO3fYSWwRPwCKSzSuhumxEPICgVWW6EqzLUfOoHfZlsltJlA4zLj5i+BBp0rWfAC/C5UIhha/e0O9RyPJGvoeeHrs27qvfHR5jxjebGmwiioxAdJVVcb/mf1Fwt1NBuU8eJDDW0OqQ+psw+x3F7CKt6XIt/qm6Pz7Sdy4oKx8BC4T3kugwvwZGISKprciBk0e5W2xN2bYMc3Df9/BCivRB12nrn6ev7RmJMCTGqx+J6RNJ4wKayqCSOcFTKyh5YgXv4+iFEX1e2xOnwtTQ1lNfhcBtkqm4IQySDF6BU6ro9P8RBqq+KUlmEURBpquWZFCPhZuu4LT/E87Um47EQD5MQ+R0p6ocoyyIo7odSio6KcDTGGSchRVE/VPVVH8vJWKtW3N8PsfOGaZiBaChaI6X09UNPBmK2a9NaJgkSISGEvx9CJFERilRyg48L4W6yMAN94qB/1tIJDxffGTOmML/ZD1VfQmguGioflEJ0bhTK7mrcStDS2k9aSa3CCIV6gWDF/BDRLVSGKqZNI9Ctmz4rBJKZFC0lflFsfRlN7HiRsmwHFvdDRDcWDVb0Q5gzHVHKtggF965Mp1zUD/VV+yF6IVJNpsEjKjbLUUJrtG6nvL7JpbylHxbWLsiDWMQp5VgTKi2VXjKznt/Rf/nhBkG1SImupFdpObUyGbeSw7Q5vZwf3gfqb9u830nJD0c4lFZ1MphEegOY2toPfcZvAQYABvdsOdRrG7IAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: right 0;
}
.credits a:hover {
  text-decoration: none !important;
  color: #000000 !important;
}
.credits a:hover strong {
  color: #7db025 !important;
  border-bottom: 1px solid #7db025;
}
.credits a:hover .basilico {
  background-position: right -16px;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header .content {
  zoom: 1;
  background: #262626;
}
.header .content:before,
.header .content:after {
  content: '';
  display: table;
}
.header .content:after {
  clear: both;
}
.header .content .logo {
  position: relative;
  float: left;
  margin-left: 25px;
  top: 7px;
}
.header .content nav {
  position: relative;
  float: right;
}
.header .content nav a {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'Lato', 'Arial, Helvetica, sans-serif';
  font-weight: 400;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  font-size: 12px;
  font-weight: 600;
  display: block;
  float: left;
  text-transform: uppercase;
  color: #ffffff;
}
@media all and (max-device-width: 480px) {
  .header .content nav a {
    padding-top: 12.5px;
  }
}
@media all and (max-device-width: 480px) {
  .header .content nav a {
    padding-bottom: 12.5px;
  }
}
@media all and (max-device-width: 480px) {
  .header .content nav a {
    padding-left: 6.25px;
  }
}
@media all and (max-device-width: 480px) {
  .header .content nav a {
    padding-right: 6.25px;
  }
}
.header .content nav a:hover,
.header .content nav a.active {
  background: #5e5e5e;
}
.header .content nav a:last-child {
  padding-left: 25px;
  padding-right: 25px;
}
@media all and (max-device-width: 480px) {
  .header .content nav a:last-child {
    padding-left: 12.5px;
  }
}
@media all and (max-device-width: 480px) {
  .header .content nav a:last-child {
    padding-right: 12.5px;
  }
}
.footer {
  position: relative;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  background: #262626;
  color: #ffffff;
  font-size: 11px;
}
@media all and (max-device-width: 480px) {
  .footer {
    padding-top: 6.25px;
  }
}
@media all and (max-device-width: 480px) {
  .footer {
    padding-bottom: 6.25px;
  }
}
.footer .content {
  zoom: 1;
}
.footer .content:before,
.footer .content:after {
  content: '';
  display: table;
}
.footer .content:after {
  clear: both;
}
.footer .content ul {
  position: relative;
  float: left;
}
.footer .content ul li {
  margin-bottom: -7px;
}
.footer .content ul li:first-child {
  font-weight: 600;
  font-size: 14px;
}
.footer .content ul li:last-child {
  margin-bottom: 0;
}
.footer .content .credits {
  position: relative;
  float: right;
  padding: 16px 0;
}
.footer .content .credits a {
  color: #ffffff;
}
.footer .content .credits a:hover {
  color: #ffffff !important;
}
.footer .content .credits a strong {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none !important;
}
.footer .content .logo {
  position: absolute;
  width: 141px;
  height: 37px;
  left: 50%;
  top: 50%;
  margin: -18.5px 0 0 -70.5px;
  background: url(../images/logo-footer.png) no-repeat;
}
body {
  font-size: 15px;
  line-height: 24.15px;
  font-family: 'Open Sans';
  color: #444444;
  font-weight: 300;
}
b,
strong {
  font-weight: 600;
}
p {
  line-height: 31.395px;
  margin-bottom: 0;
}
p.p-wrap {
  text-align: left;
  padding: 0 125px;
}
p a {
  color: #768b9e;
}
p a:hover {
  text-decoration: underline;
}
.col-1-3 {
  float: left;
  width: 33.333333333333336%;
}
.center-container {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.center-container .center-content {
  position: relative;
  display: table-cell;
  line-height: 0;
  vertical-align: middle;
}
.content {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
.title {
  font-family: 'Lato', 'Arial, Helvetica, sans-serif';
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 52.5px;
  line-height: 48.3px;
  color: #768b9e;
}
@media all and (max-device-width: 480px) {
  .title {
    margin-bottom: 12.5px;
  }
}
.subtitle {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'Lato', 'Arial, Helvetica, sans-serif';
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 12.5px;
  font-size: 18px;
  line-height: 27.15px;
  color: #444444;
}
@media all and (max-device-width: 480px) {
  .subtitle {
    margin-bottom: 6.25px;
  }
}
.box {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media all and (max-device-width: 480px) {
  .box {
    padding-top: 25px;
  }
}
@media all and (max-device-width: 480px) {
  .box {
    padding-bottom: 25px;
  }
}
.box.no-pt {
  padding-top: 0;
}
.box.pattern {
  background: url(../images/pattern.jpg);
}
.box.bg-main {
  background-image: url(../images/bg-diamond-dark-main.png);
}
.box.bg-circle {
  background-image: url(../images/bg-diamond-dark-circle.png);
}
.box.dark {
  background-color: #2b2b2b;
  color: #b3b3b3;
}
.box.dark.bg-main {
  background-image: url(../images/bg-diamond-main-main.png);
}
.box.dark.bg-circle {
  background-image: url(../images/bg-diamond-main-circle.png);
}
.box.dark .subtitle {
  color: #e6e6e6;
}
.box.dark .diamond-container .diamond:hover .subtitle {
  color: #111111;
}
.box.gray {
  background-color: #e6e6e6;
}
.box.anchor {
  display: block;
  color: #444444;
}
.box.anchor:hover {
  background-color: #768b9e;
}
.box.anchor:hover * {
  color: #ffffff;
}
.box.anchor.dark {
  color: #b3b3b3;
}
.box.anchor.dark .subtitle {
  color: #e6e6e6;
}
.box.one-line .content * {
  margin: 0;
}
.line {
  position: relative;
  height: 2px;
  background: #ffffff;
  margin: 25px auto;
}
.line.medium {
  width: 300px;
}
.line.short {
  width: 100px;
}
.section-image {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  height: 330px;
}
@media all and (max-device-width: 480px) {
  .section-image {
    margin-bottom: 25px;
  }
}
.section-image img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.section-image .center-container {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.section-image .shadow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDAsIDApIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
  position: relative;
  height: 195px;
}
.section-image .blur {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  z-index: 2;
  margin: 0 auto;
  width: 475px;
  overflow: hidden;
}
@media all and (max-device-width: 480px) {
  .section-image .blur {
    padding-top: 12.5px;
  }
}
@media all and (max-device-width: 480px) {
  .section-image .blur {
    padding-bottom: 12.5px;
  }
}
.section-image .blur .subtitle {
  color: #ffffff;
  margin: 0;
}
.section-image .blur .wrap {
  position: relative;
  z-index: 2;
}
.section-image .blur img {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
}
.thumbnails {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  zoom: 1;
  margin: 0 -25px;
}
@media all and (max-device-width: 480px) {
  .thumbnails {
    padding-top: 12.5px;
  }
}
@media all and (max-device-width: 480px) {
  .thumbnails {
    padding-bottom: 12.5px;
  }
}
.thumbnails.no-padding {
  padding: 0;
}
.thumbnails:before,
.thumbnails:after {
  content: '';
  display: table;
}
.thumbnails:after {
  clear: both;
}
@media all and (max-device-width: 480px) {
  .thumbnails {
    margin: 0 -12.5px;
  }
}
.thumbnails .column {
  float: left;
  width: 33.333333333333336%;
}
.thumbnails .column .column-content {
  margin: 25px 25px;
}
@media all and (max-device-width: 480px) {
  .thumbnails .column .column-content {
    margin: 25px 12.5px;
  }
}
.thumbnails .column-content {
  position: relative;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
  overflow: hidden;
  background: #ffffff;
  display: block;
}
.thumbnails .column-content .thumb-title {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'Lato', 'Arial, Helvetica, sans-serif';
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 12.5px;
  font-size: 18px;
  line-height: 27.15px;
  color: #444444;
  padding: 12.5px;
  margin: 0;
  color: #ffffff;
  z-index: 1;
  background: #444444;
}
@media all and (max-device-width: 480px) {
  .thumbnails .column-content .thumb-title {
    margin-bottom: 6.25px;
  }
}
@media all and (max-device-width: 480px) {
  .thumbnails .column-content .thumb-title {
    padding: 6.25px;
  }
}
.thumbnails .column-content .center-title {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  display: -ms-flexbox;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: -moz-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: box;
  box-pack: center;
  box-align: center;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'Lato', 'Arial, Helvetica, sans-serif';
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 12.5px;
  font-size: 18px;
  line-height: 27.15px;
  color: #444444;
  padding: 75px 25px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  color: #ffffff;
  z-index: 1;
}
@media all and (max-device-width: 480px) {
  .thumbnails .column-content .center-title {
    margin-bottom: 6.25px;
  }
}
.thumbnails .column-content img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100.1%;
}
.thumbnails .column-content.active img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.thumbnails .column-content.not-scale img {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.thumbnails .column-content.not-scale.active img {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.thumbnails a.column-content:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.thumbnails a.column-content.not-scale:hover img {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.thumbnails.pair {
  padding-top: 50px;
  padding-bottom: 50px;
  zoom: 1;
  margin: 0 -12.5px;
}
@media all and (max-device-width: 480px) {
  .thumbnails.pair {
    padding-top: 25px;
  }
}
@media all and (max-device-width: 480px) {
  .thumbnails.pair {
    padding-bottom: 25px;
  }
}
.thumbnails.pair:before,
.thumbnails.pair:after {
  content: '';
  display: table;
}
.thumbnails.pair:after {
  clear: both;
}
@media all and (max-device-width: 480px) {
  .thumbnails.pair {
    margin: 0 -6.25px;
  }
}
.thumbnails.pair .column {
  float: left;
  width: 50%;
}
.thumbnails.pair .column .column-content {
  margin: 12.5px 12.5px;
}
@media all and (max-device-width: 480px) {
  .thumbnails.pair .column .column-content {
    margin: 12.5px 6.25px;
  }
}
.thumbnails-detail {
  position: relative;
  margin-bottom: 25px;
  display: none;
}
@media all and (max-device-width: 480px) {
  .thumbnails-detail {
    margin-bottom: 12.5px;
  }
}
.thumbnails-detail .arrow-content {
  position: relative;
  width: 980px;
  margin: 0 auto;
  z-index: 1;
  height: 40px;
}
.thumbnails-detail .arrow-content .arrow {
  position: relative;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 60px;
  height: 60px;
  background: #000000;
  display: inline-block;
  top: 15px;
  margin: 0 117px;
}
.thumbnails-detail .wrap {
  zoom: 1;
  position: relative;
  z-index: 2;
  background: #000000;
}
.thumbnails-detail .wrap:before,
.thumbnails-detail .wrap:after {
  content: '';
  display: table;
}
.thumbnails-detail .wrap:after {
  clear: both;
}
.thumbnails-detail .wrap .thumbnails {
  display: none;
}
.thumbnails-detail .wrap .close {
  position: absolute;
  float: right;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  right: -20px;
  z-index: 2;
  top: -6px;
  width: 60px;
  height: 60px;
  display: block;
  background: url(../images/ico-close.png) no-repeat 50% 50%;
}
.thumbnails-detail .wrap .close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.caption-image {
  position: relative;
  height: 475px;
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.draft-list {
  position: relative;
  padding: 25px;
}
@media all and (max-device-width: 480px) {
  .draft-list {
    padding: 12.5px;
  }
}
.draft-list a {
  zoom: 1;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #444444;
  border-bottom: 1px solid #dddddd;
  display: block;
  background-position: 50% 50%;
}
.draft-list a:before,
.draft-list a:after {
  content: '';
  display: table;
}
.draft-list a:after {
  clear: both;
}
@media all and (max-device-width: 480px) {
  .draft-list a {
    padding-top: 12.5px;
  }
}
@media all and (max-device-width: 480px) {
  .draft-list a {
    padding-bottom: 12.5px;
  }
}
.draft-list a:first-child {
  border-top: 1px solid #dddddd;
}
.draft-list a:hover .bg {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.draft-list a .bg {
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigxMTgsIDEzOSwgMTU4KSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9InJnYigxMTgsIDEzOSwgMTU4KSIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMTE4LCAxMzksIDE1OCkiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(left, rgba(118, 139, 158, 0) 0%, rgba(118, 139, 158, 0.35) 50%, rgba(118, 139, 158, 0) 100%);
  background-image: -moz-linear-gradient(left, rgba(118, 139, 158, 0) 0%, rgba(118, 139, 158, 0.35) 50%, rgba(118, 139, 158, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(118, 139, 158, 0) 0%, rgba(118, 139, 158, 0.35) 50%, rgba(118, 139, 158, 0) 100%);
  background-image: linear-gradient(to right, rgba(118, 139, 158, 0) 0%, rgba(118, 139, 158, 0.35) 50%, rgba(118, 139, 158, 0) 100%);
}
.draft-list a .draft-name {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'Lato', 'Arial, Helvetica, sans-serif';
  font-weight: 400;
  margin-bottom: 12.5px;
  font-size: 18px;
  line-height: 27.15px;
  color: #444444;
  position: relative;
  float: left;
  text-transform: uppercase;
  margin: 0;
  font-size: 15px;
  z-index: 2;
}
@media all and (max-device-width: 480px) {
  .draft-list a .draft-name {
    margin-bottom: 6.25px;
  }
}
.draft-list a .download {
  position: relative;
  float: right;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
  font-size: 13px;
  z-index: 2;
}
.draft-list a .download img {
  margin-left: 12.5px;
}
.diamond-container {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media all and (max-device-width: 480px) {
  .diamond-container {
    padding-top: 12.5px;
  }
}
@media all and (max-device-width: 480px) {
  .diamond-container {
    padding-bottom: 12.5px;
  }
}
.diamond-container .wrap {
  zoom: 1;
  position: relative;
  width: 915px;
  margin: 0 auto;
}
.diamond-container .wrap:before,
.diamond-container .wrap:after {
  content: '';
  display: table;
}
.diamond-container .wrap:after {
  clear: both;
}
.diamond-container .wrap .diamond-cols {
  position: relative;
  float: left;
  width: 33.333333333333336%;
}
.diamond-container .wrap .diamond {
  position: relative;
  width: 235px;
  height: 235px;
  margin: 0 auto;
  display: block;
}
.diamond-container .wrap .diamond .subtitle {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  display: -ms-flexbox;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: -moz-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: box;
  box-pack: center;
  box-align: center;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 90px;
  padding-bottom: 90px;
  height: 235px;
  z-index: 2;
}
@media all and (max-device-width: 480px) {
  .diamond-container .wrap .diamond .subtitle {
    padding-left: 12.5px;
  }
}
@media all and (max-device-width: 480px) {
  .diamond-container .wrap .diamond .subtitle {
    padding-right: 12.5px;
  }
}
.diamond-container .wrap .diamond .border {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 175px;
  height: 175px;
  top: 50%;
  left: 50%;
  margin: -87.5px 0 0 -87.5px;
  z-index: 1;
  border: 1px solid #444444;
}
.diamond-container .wrap .diamond .border .bg {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  background: #768b9e;
}
.diamond-container .wrap .diamond .border .bg.top {
  top: 0;
  z-index: 2;
}
.diamond-container .wrap .diamond .border .bg.bottom {
  bottom: 0;
  z-index: 1;
}
.diamond-container .wrap .diamond:hover .bg {
  height: 100%;
}
.diamond-container .wrap .diamond:hover .subtitle {
  color: #ffffff;
}
.slider {
  position: relative;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
  height: 475px;
  overflow: hidden;
}
.slider.load {
  background: url(../images/loader.gif) no-repeat 50% 50%;
}
.slider .slider-wrapper {
  -webkit-transition: all 0.4s ease !important;
  -moz-transition: all 0.4s ease !important;
  -o-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.slider .slider-wrapper.show {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.slider .controls-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.slider .controls-container .controls {
  position: relative;
  float: left;
  background: #262626;
}
.slider .controls-container .controls > * {
  display: block;
  float: left;
}
.slider .controls-container .controls .arrow {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.slider .controls-container .controls .arrow.arrow-left {
  background-image: url(../images/arrow-left.png);
}
.slider .controls-container .controls .arrow.arrow-right {
  background-image: url(../images/arrow-right.png);
}
.slider .controls-container .controls .arrow:hover {
  background-color: #5e5e5e;
}
.slider .controls-container .controls .counter {
  width: 80px;
  height: 60px;
  text-align: center;
  color: #808080;
  font-size: 12px;
  font-weight: 400;
  padding: 19px 0;
}
.slider .controls-container .controls .counter .current {
  color: #ffffff;
}
.notify {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  text-align: center;
  font-weight: 500;
}
@media all and (max-device-width: 480px) {
  .notify {
    padding-top: 6.25px;
  }
}
@media all and (max-device-width: 480px) {
  .notify {
    padding-bottom: 6.25px;
  }
}
.notify img {
  position: relative;
  top: 4px;
}
.notify.error {
  color: #c14945;
}
.notify.success {
  color: #91be14;
}
.contact-form {
  padding-top: 12.5px;
  padding-bottom: 50px;
}
@media all and (max-device-width: 480px) {
  .contact-form {
    padding-top: 6.25px;
  }
}
@media all and (max-device-width: 480px) {
  .contact-form {
    padding-bottom: 25px;
  }
}
.contact-form .pair {
  position: relative;
  zoom: 1;
  margin: 0 -12.5px;
}
.contact-form .pair:before,
.contact-form .pair:after {
  content: '';
  display: table;
}
.contact-form .pair:after {
  clear: both;
}
@media all and (max-device-width: 480px) {
  .contact-form .pair {
    margin: 0 -6.25px;
  }
}
.contact-form .pair .column {
  float: left;
  width: 50%;
}
.contact-form .pair .column .column-content {
  margin: 12.5px 12.5px;
}
@media all and (max-device-width: 480px) {
  .contact-form .pair .column .column-content {
    margin: 12.5px 6.25px;
  }
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form select,
.contact-form textarea {
  position: relative;
  border: 1px solid #dddddd;
  padding: 12.5px;
  width: 100%;
  font-family: 'Open Sans';
  color: #444444;
  font-weight: 300;
}
.contact-form select {
  height: 47px;
}
.contact-form textarea {
  margin: 12.5px 0;
  height: 150px;
}
.contact-form .privacy-box {
  position: relative;
  float: left;
}
.contact-form input[type=submit] {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  float: right;
  padding: 12.5px;
  text-transform: uppercase;
  font-family: 'Open Sans';
  color: #768b9e;
  border: 0;
  background: #eaeaea;
  min-width: 150px;
  font-size: 17px;
}
@media all and (max-device-width: 480px) {
  .contact-form input[type=submit] {
    padding: 6.25px;
  }
}
.contact-form input[type=submit]:hover {
  background: #444444;
  color: #ffffff;
}
.gmap {
  position: relative;
  height: 500px;
}
