@import 'normalize.css';
/* ==========================================================================
   Variables
   ========================================================================== */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_menu {
  *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_brand {
  float: left;
}
.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #ae2c2d;
  padding: 5px 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #f2d8a7;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #f2d8a7;
}
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #373b46;
}
.slicknav_nav {
  color: #f2d8a7;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #d94436;
  color: #f2d8a7;
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #f2d8a7;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #d94436;
  color: #f2d8a7;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_brand {
  color: #f2d8a7;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}
/** ADMIN LINK **/
#edit-website {
  background: #55B84E;
  height: 4px;
  width: 100%;
  position: fixed;
  z-index: 999999;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.33);
  -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.33);
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.33);
}
#edit-website a {
  background: #55B84E;
  color: #fff;
  padding: 0px 15px;
  position: fixed;
  width: 200px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  top: 4px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.33);
  -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.33);
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.33);
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#edit-website a:hover {
  background: #42973c;
}
#edit-website:hover,
#edit-website:hover a {
  background: #42973c;
}
#login-form {
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  position: fixed;
}
#login-form .frm-login,
#login-form .frm-logout {
  background: #fff;
  border: 1px solid #4e70b8;
  padding: 20px;
  width: 400px;
  height: 310px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 8px;
}
#login-form .frm-login .form,
#login-form .frm-logout .form {
  margin: 0;
  width: 100%;
}
#login-form .frm-login #login-cancel,
#login-form .frm-logout #login-cancel {
  display: block !important;
  position: absolute;
  left: 200px;
  bottom: 35px;
}
#login-form .frm-login #errors,
#login-form .frm-logout #errors {
  position: absolute;
  color: #333;
  background: pink;
  top: -90px;
  width: 100%;
  left: 0;
  margin-left: -1px;
  border: 1px solid #fff;
  border-radius: 8px;
}
#login-form .frm-logout {
  height: 100px;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url(http://themes.googleusercontent.com/static/fonts/montserrat/v3/zhcz-_WihjSQC0oHJ9TCYL3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat-Bold'), url(http://themes.googleusercontent.com/static/fonts/montserrat/v3/IQHow_FEYlDC4Gzy_m8fcnbFhgvWbfSbdVg11QabG8w.woff) format('woff');
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  src: local('Oxygen Light'), local('Oxygen-Light'), url(http://themes.googleusercontent.com/static/fonts/oxygen/v2/AwBqWF2kjhlybWamaKMPcbO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: local('Oxygen'), local('Oxygen-Regular'), url(http://themes.googleusercontent.com/static/fonts/oxygen/v2/eAWT4YudG0otf3rlsJD6zOvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  src: local('Oxygen Bold'), local('Oxygen-Bold'), url(http://themes.googleusercontent.com/static/fonts/oxygen/v2/yVHpdQrmTj9Kax1tmFSx2rO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.dropdown-lang {
  position: absolute;
  right: 0;
  top: 70px;
}
.dropdown-lang li {
  display: inline;
  line-height: 24px;
  margin-left: 15px;
  font-size: 14px;
}
.dropdown-lang li:first-child {
  margin-left: 0;
}
.dropdown-lang li:last-child {
  margin-right: 20px;
}
.dropdown-lang li .active {
  color: #333 !important;
}
/*
.dropdown-lang {
    position: absolute;
    top: 77px;
    right: 10px;
	
	a {
	    background: #ccc;
	    padding: 5px;
		color:#333;
		
		
		&:hover, &.active{
			background:#333;
			color:#fff;
		}
	}
}
*/
#contentpage .bx-viewport {
  height: 200px !important;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: 'Oxygen', sans-serif;
  font-size: 15px;
  line-height: 27px;
  background-color: #fff;
}
p {
  margin: 0 0 10px;
}
a {
  color: #cc3233;
}
a,
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  margin: 0 0 10px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
h1 {
  font-size: 55px;
}
h2 {
  font-size: 24px;
  line-height: 24px;
}
h2 span {
  font-size: 20px;
  color: #f2d8a7;
  font-family: 'Oxygen', sans-serif;
  font-weight: 300;
  text-transform: none;
}
.btn,
.submit {
  display: inline-block;
  height: 45px;
  padding: 0 50px 0 25px;
  background-color: #71af31;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(90deg, #52971f, #71af31);
  background-image: -webkit-linear-gradient(90deg, #52971f, #71af31);
  background-image: -o-linear-gradient(90deg, #52971f, #71af31);
  background-image: linear-gradient(90deg, #52971f, #71af31);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  font-size: 15px;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  line-height: 45px;
  position: relative;
}
.btn:before,
.submit:before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  right: 20px;
  top: 0px;
  color: #3f7710;
  display: block;
}
/*------- Header -------*/
.header {
  min-height: 70px;
  display: block;
  background-color: #fff;
  position: relative;
  z-index: 30;
}
.header .logo {
  display: block;
  padding: 10px 0;
}
.header .logo img {
  max-height: 70px;
}
/*------- Footer -------*/
.footer {
  min-height: 124px;
  padding-top: 48px;
  background-color: #373b46;
  display: block;
}
.footer .footer-left p {
  font-weight: 300;
  font-size: 14px;
  color: #7a8298;
}
.footer .menu-footer {
  float: right;
}
.footer .menu-footer ul {
  padding: 0;
  margin: 0;
}
.footer .menu-footer ul li {
  display: inline;
  position: relative;
  z-index: 20;
}
.footer .menu-footer ul li:before {
  content: '';
  border-right: 1px solid #4b4f59;
  margin: 0 12px;
}
.footer .menu-footer ul li:first-child:before {
  display: none;
}
.footer .menu-footer ul li a {
  color: #858ea6;
  font-weight: 400;
}
.footer .menu-footer ul li.active a,
.footer .menu-footer ul li:hover a {
  color: #fff;
}
.footer .menu-footer ul li ul {
  display: none;
}
/*------- Slider -------*/
.main-slider {
  display: block;
  background-color: #2d3039;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.main-slider #slider-home {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-slider #slider-home .img-slider {
  min-height: 450px;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}
.main-slider #slider-home .img-slider .banner-text {
  display: block;
  padding-top: 136px;
  text-align: center;
  padding-bottom: 60px;
}
.main-slider #slider-home .img-slider .banner-text p {
  font-size: 18px;
  color: #fff;
}
.main-slider .bx-controls .bx-pager {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 60;
  text-align: center;
}
.main-slider .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 4px;
}
.main-slider .bx-controls .bx-pager .bx-pager-item a {
  width: 8px;
  height: 8px;
  background-color: white;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  display: inline-block;
  font-size: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.main-slider .bx-controls .bx-pager .bx-pager-item a.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#contentpage .main-slider .img-slider {
  min-height: 200px;
}
#contentpage .main-slider .img-slider .banner-text {
  padding-top: 50px;
}
/*------- Abouts -------*/
.main-abouts {
  min-height: 400px;
  padding: 60px 0 100px;
  display: block;
  background-image: url("../img/bg_abouts.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-color: #ae2c2d;
}
.main-abouts h2 {
  text-align: center;
  padding-bottom: 50px;
}
.main-abouts p {
  color: #f9dbd9;
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
}
.main-abouts p a,
.main-abouts p span {
  color: #f2d8a7;
}
#contentpage .main-abouts {
  min-height: 54px;
  padding: 18px 0;
}
#contentpage .main-abouts h1 {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
}
#contentpage .main-abouts h2 {
  font-size: 20px;
  color: #f2d8a7;
  font-weight: normal;
  text-transform: none;
  text-align: left;
}
/*------- Services -------*/
.main-services {
  height: 201px;
  display: block;
  position: relative;
}
.main-services .list-services {
  position: relative;
}
.main-services .list-services .block-services {
  width: 247px;
  height: 201px;
  padding: 20px 0 10px;
  text-align: center;
  display: block;
  background-color: #d94436;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 50;
}
.main-services .list-services .block-services p {
  color: #fff;
  margin: 0;
}
.main-services .list-services .block-services p strong {
  color: #f2d8a7;
  font-size: 20px;
}
.main-services .list-services .block-services a {
  width: 26px;
  height: 26px;
  border: 2px solid #fff;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 10px 5px;
  color: #d94436;
  line-height: 22px;
  text-decoration: none;
}
.main-services .list-services .block-services a:hover {
  background-color: #d94436;
  color: #fff;
}
.main-services .list-services ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: block;
}
.main-services .list-services ul li a {
  position: relative;
  width: 248px;
  height: 201px;
  display: block;
}
.main-services .list-services ul li a span {
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 10;
}
.main-services .list-services ul li a img {
  width: auto;
  height: auto;
}
.main-services .list-services ul li a:hover:before {
  content: '\f002';
  text-align: center;
  line-height: 200px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 20px;
  background-color: #d94436;
  background-color: hsla(5.15337423, 68.20083682%, 53.1372549%, 0.85);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9d94436, endColorstr=#d9d94436)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9d94436, endColorstr=#d9d94436);
  font-family: 'FontAwesome';
  z-index: 20;
}
/*------- Projects -------*/
.main-projects {
  padding: 40px 0;
}
.main-projects h2 {
  color: #373b46;
  text-align: center;
}
.main-projects h2 small {
  font-size: 16px;
  color: #979797;
}
.main-projects .list-projects {
  padding: 40px 0 0;
  margin: 0;
  list-style: none;
}
.main-projects .list-projects li {
  margin-bottom: 30px;
}
.main-projects .list-projects li a {
  height: 232px;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  margin-bottom: 10px;
}
.main-projects .list-projects li a:hover:before {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  content: '\f002';
  text-align: center;
  line-height: 232px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 20px;
  background-color: #d94436;
  background-color: hsla(5.15337423, 68.20083682%, 53.1372549%, 0.85);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9d94436, endColorstr=#d9d94436)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9d94436, endColorstr=#d9d94436);
  font-family: 'FontAwesome';
  z-index: 20;
}
.main-projects .list-projects li a img {
  width: 100%;
}
.main-projects .list-projects li p {
  margin-bottom: 0;
  color: #79828f;
  line-height: 21px;
}
.main-projects .list-projects li p strong {
  font-size: 17px;
  color: #373b46;
}
.main-projects .btn {
  max-width: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
/*------- Main Content -------*/
.main-content {
  padding: 40px 0;
  overflow: auto;
}
.main-content h1 {
  font-size: 24px;
  color: #373b46;
  text-transform: none;
}
.main-content h2 {
  font-size: 20px;
  color: #373b46;
  text-transform: none;
}
.main-content h3 {
  font-size: 15px;
  color: #4b505f;
  text-transform: none;
}
.main-content .content {
  float: left;
  width: 730px;
}
.block-sidebar {
  padding: 20px;
  background: #f8f8f8;
  border: 1px solid #d9d7d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.block-sidebar h4 {
  font-size: 18px;
  color: #4b505f;
}
#sidebar_left .module {
  padding: 20px;
}
#sidebar_left .module.menu-sidebar {
  padding: 0px;
}
#sidebar_left .module {
  background: #f8f8f8;
  border: 1px solid #d9d7d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
}
#sidebar_left .module .module_header {
  font-size: 18px;
  color: #4b505f;
}
#sidebar_left .module #left_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
#sidebar_left .module #left_menu li a {
  display: block;
  line-height: 36px;
  padding: 0 20px;
  border-bottom: 1px solid #d9d7d0;
}
#sidebar_left .module #left_menu li a:hover {
  background: #f3f3f2;
}
#sidebar_left .module #left_menu li.active a {
  background: #f3f3f2;
}
#sidebar_left .module #left_menu li:last-child a {
  border-bottom: none !important;
}
/*------- Contact -------*/
.main-contact {
  background-color: #f8f8f8;
  border-top: 1px solid #d9d7d0;
}
.main-contact .block-contact {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  display: block;
}
.main-contact .block-contact:before {
  content: '';
  right: -15px;
  top: 0;
  bottom: 0;
  border-right: 1px solid #d9d7d0;
  position: absolute;
  display: block;
}
.main-contact .block-contact h2 {
  color: #373b46;
  text-transform: none;
}
.main-contact .block-contact p.text-intro {
  font-size: 18px;
  font-weight: 300;
}
.main-contact .block-contact-info {
  padding: 70px 0;
  text-align: center;
}
.main-contact .block-contact-info .fa {
  font-size: 60px;
  color: #d94436;
}
.main-contact .block-contact-info p {
  color: #373b46;
  line-height: 26px;
  margin-top: 32px;
}
.main-contact .block-contact-info p span {
  color: #7b839c;
}
.main-contact a {
  color: #cc3233;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
ul.contentpage-gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.contentpage-gallery li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
ul.contentpage-gallery li img {
  width: 220px;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
nav.main-menu {
  display: block;
}
nav.main-menu > ul {
  padding: 0;
  margin: 24px 0 0;
  float: right;
}
nav.main-menu > ul > li {
  display: inline;
  position: relative;
  padding-bottom: 43px;
  z-index: 20;
}
nav.main-menu > ul > li:before {
  content: '';
  border-right: 1px solid #cfd4e4;
  margin: 0 12px;
}
nav.main-menu > ul > li:first-child:before {
  display: none;
}
nav.main-menu > ul > li > a {
  color: #666e82;
  font-weight: 700;
}
nav.main-menu > ul > li.active > a,
nav.main-menu > ul > li:hover > a {
  color: #d94436;
}
nav.main-menu > ul > li.li_has_children > a:after {
  content: '\f107';
  display: inline-block;
  font-family: 'FontAwesome';
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
nav.main-menu > ul > li:hover > ul {
  display: block;
}
nav.main-menu > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 22px;
  display: none;
  z-index: 10;
  margin: 0;
  padding: 0;
  width: 210px;
  background-color: #ae2c2d;
}
nav.main-menu > ul > li > ul > li {
  position: relative;
}
nav.main-menu > ul > li > ul > li > a {
  font-weight: 400;
  color: #f2d8a7;
  height: 32px;
  display: block;
  border-bottom: 1px solid #c43832;
  padding: 0 20px;
  line-height: 32px;
}
nav.main-menu > ul > li > ul > li:hover > a {
  background-color: #d94436;
}
nav.main-menu > ul > li > ul > li:hover > ul {
  display: block;
}
nav.main-menu > ul > li > ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  z-index: 10;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #ae2c2d;
}
nav.main-menu > ul > li > ul > li > ul > li > a {
  font-weight: 400;
  color: #f2d8a7;
  height: 32px;
  display: block;
  border-bottom: 1px solid #c43832;
  padding: 0 20px;
  line-height: 32px;
}
nav.main-menu > ul > li > ul > li > ul > li:hover > a {
  background-color: #d94436;
}
.slicknav_menu {
  display: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
  padding: 0.5em 0.6em !important;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #ae2c2d;
  outline: none;
  background: #fafafa;
}
select {
  height: 37px;
}
.row {
  margin-bottom: 15px;
}
button.btn-success {
  margin-top: 15px;
}
.form {
  margin-top: 25px;
  width: 50%;
}
.form .row {
  margin-left: 0;
  margin-right: 0;
}
.row_label {
  font-weight: bold;
}
.section_title {
  display: block;
  color: #ae2c2d;
  font-size: 36px;
  padding-bottom: 20px;
}
.submit {
  border: 0 !important;
  padding: 0 25px;
}
#google-map {
  overflow: hidden;
  float: right;
  width: 45%;
  height: 365px;
  background: #fafafa;
  margin-top: 48px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#google-map iframe {
  width: 100%;
  height: 100%;
}
.product {
  float: left;
  margin-right: 20px;
}
.product img {
  height: 200px;
  width: 200px;
}
.product .teaser {
  display: none;
}
.product_description {
  margin-top: 20px;
  padding: 10px;
  background: #eee;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  /*------- Abouts -------*/
  .main-abouts p {
    -moz-column-count: 1;
    -moz-column-gap: 30px;
    -webkit-column-count: 1;
    -webkit-column-gap: 30px;
  }
  /*------- Services -------*/
  .main-services .list-services .block-services {
    display: none;
  }
  /*------- Headers -------*/
  .header {
    /* #menu is the original menu */
  }
  .header .logo {
    text-align: center;
  }
  .header .main-menu #nav {
    display: none;
  }
  .header .slicknav_menu {
    display: block;
  }
  /*------- Contact -------*/
  .main-contact .block-contact:before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*------- Services -------*/
  .main-services .list-services .block-services {
    margin-left: -750px/2;
  }
  /*------- Headers -------*/
  .header {
    /* #menu is the original menu */
  }
  .header .logo {
    text-align: center;
  }
  .header .main-menu #nav {
    display: none;
  }
  .header .slicknav_menu {
    display: block;
  }
  /*------- Contact -------*/
  .main-contact .block-contact:before {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*------- Services -------*/
  .main-services .list-services .block-services {
    margin-left: -970px/2;
  }
}
@media (min-width: 1200px) {
  /*------- Services -------*/
  .main-services .list-services .block-services {
    margin-left: -1170px/2;
  }
}
/*# sourceMappingURL=main.css.map */