/* @import url(http://fonts.googleapis.com/css?family=Montserrat:400,700); */
html, body {
  position: relative;
  width: 100%;
  overflow-x: hidden; }

/* ==========================================================================
Base Styles, Bootstrap Modifications & Fonts Import
========================================================================== */
::-moz-selection {
  background: #f2c2c9;
  color: #a4003a;
  text-shadow: none; }

::selection {
  background: #16a085;
  color: #a4003a;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.mt-80 {
  margin-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.no-padding {
  padding-left: 0px;
  padding-right: 0px; }

.no-padding-left {
  padding-left: 0px;
  /*padding-right: 25px;*/ }

.no-padding-right {
  /*padding-left: 25px;*/
  padding-right: 0px; }

.normal-padding {
  padding-left: 15px;
  padding-right: 15px; }

.px-6 {
  padding-right: 4rem !important;
  padding-left: 4rem !important }

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important }

.pt-6 {
  padding-top: 4rem !important }

.pr-6 {
  padding-right: 4rem !important }

.pb-6 {
  padding-bottom: 4rem !important }

.pl-6 {
  padding-left: 4rem !important }

.px-7 {
  padding-right: 5rem !important;
  padding-left: 5rem !important }

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important }

.pt-7 {
  padding-top: 5rem !important }

.pr-7 {
  padding-right: 5rem !important }

.pb-7 {
  padding-bottom: 5rem !important }

.pl-7 {
  padding-left: 5rem !important }

@media (max-width: 576px) {  /* SM */
}
@media (max-width: 768px) {  /* MD */
}
@media (min-width: 992px) {  /* LG */
  .p-lg-6  { padding: 4rem !important; }
  .pt-lg-6 { padding-top: 4rem !important; }
  .pr-lg-6 { padding-right: 4rem !important; }
  .pb-lg-6 { padding-bottom: 4rem !important; }
  .pl-lg-6 { padding-left: 4rem !important; }
  .px-lg-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .p-lg-7  { padding: 5rem !important; }
  .pt-lg-7 { padding-top: 5rem !important; }
  .pr-lg-7 { padding-right: 5rem !important; }
  .pb-lg-7 { padding-bottom: 5rem !important; }
  .pl-lg-7 { padding-left: 5rem !important; }
  .px-lg-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 1200px) { /* XL */
  .p-xl-6  { padding: 4rem !important; }
  .pt-xl-6 { padding-top: 4rem !important; }
  .pr-xl-6 { padding-right: 4rem !important; }
  .pb-xl-6 { padding-bottom: 4rem !important; }
  .pl-xl-6 { padding-left: 4rem !important; }
  .px-xl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .p-xl-7  { padding: 5rem !important; }
  .pt-xl-7 { padding-top: 5rem !important; }
  .pr-xl-7 { padding-right: 5rem !important; }
  .pb-xl-7 { padding-bottom: 5rem !important; }
  .pl-xl-7 { padding-left: 5rem !important; }
  .px-xl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-xl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden; }

.intrinsic-container-16x9 { /* 16x9 Aspect Ratio */
  padding-bottom: 56.25%; }

.intrinsic-container-4x3 { /* 4x3 Aspect Ratio */
  padding-bottom: 75%; }

.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ==========================================================================
General styles
========================================================================== */
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 25px 0;
  padding: 0;
  height: auto;
}
h1 {
  color: #222;
  font-size: 66px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -0.05cm;
}
h2 {
  color: #222;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: -0.07cm;
}
h3 {
  color: #222;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: -0.06cm;
}
h4 {
  color: #222;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.03cm;
}
h5 {
  color: #222;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.01cm;
}
h6 {
  color: #222;
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.02cm;
  text-transform: uppercase;
}
ul, ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0cm;
}
ul li, ol li {}
blockquote {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0cm;
}
p {
  margin: 0 0 25px 0;
  padding: 0;
  height: auto;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0cm;
}
a {
  color: #123456;
  font-weight: 600;
  text-decoration: underline;
}
a:hover {
  color: #123456;
  font-weight: 600;
  text-decoration: none;
}
.btn.btn-primary {
  display: inline-table;
  margin: 0;
  padding: 8px 30px;
  background-color: #555;
  border: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0cm;
  text-decoration: none;
  white-space: normal !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn.btn-primary:hover {
  background-color: #222;
  border: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-inline {
  display: inline-table !important;
  margin-right: 10px !important;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  height: 40px;
  background-color: #444;
  border: 1px solid transparent;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0cm;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pager li.disabled > a,
.pager li.disabled > span {
  background-color: #ddd;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #222;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
News Sections
========================================================================== */


/* ==========================================================================
Navigation
========================================================================== */
.navbar.navbar-default {
  background-color: transparent;
  /*background: rgb(191,30,46);
  background: -moz-linear-gradient(-45deg, rgba(191,30,46,1) 0%, rgba(166,25,46,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(191,30,46,1) 0%,rgba(166,25,46,1) 100%);
  background: linear-gradient(135deg, rgba(191,30,46,1) 0%,rgba(166,25,46,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf1e2e', endColorstr='#a6192e',GradientType=1 );*/
  border-bottom: 0;
  padding: 15px 0 10px 0;
  /*-webkit-box-shadow: 0px 0px 60px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 60px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 60px rgba(0,0,0,0.6);*/
}
.navbar.navbar-default .container-fluid {
  margin: 0;
  padding: 0;
}
.navbar.navbar-scrolled { background-color: rgba(0,0,0,0.5); }
.navbar.navbar-relative { background-color: rgba(0,0,0,0.5); }
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0cm;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color: rgba(0,0,0,0.4);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff !important;
}
.navbar-default .navbar-nav > li > a i.fa {
  padding-left: 3px;
  color: rgba(55,155,255,1);
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav > li > a:hover i.fa {
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar ul.dropdown-nav {
  position: absolute;
  left: -99999em;
  background: rgba(0,0,0,0.9);
  /*background: -moz-linear-gradient(-45deg, rgba(52,52,52,0.92) 0%, rgba(37,37,37,0.92) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(52,52,52,0.92) 0%,rgba(37,37,37,0.92) 100%);
  background: linear-gradient(135deg, rgba(52,52,52,0.92) 0%,rgba(37,37,37,0.92) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb343434', endColorstr='#eb252525',GradientType=1 );*/
  width: 240px;
  list-style: none;
  padding: 10px 0;
  border: 0px;
  -webkit-box-shadow: 4px 8px 30px rgba(0,0,0,0.6);
  -moz-box-shadow: 4px 8px 30px rgba(0,0,0,0.6);
  box-shadow: 4px 8px 30px rgba(0,0,0,0.6);
  z-index: 1000;
}
.navbar li:hover .dropdown-nav { left: auto; }
.navbar .dropdown-nav li a {
  display: block;
  padding: 8px 20px;
  border: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0cm;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar .dropdown-nav li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(88,88,90,0.45);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* ==========================================================================
Unslider
========================================================================== */
.unslider { position: relative; }
.unslider-arrow {
  display: block;
  width: 32px;
  height: 32px;
  top: 55%;
  right: -50px;
  left: auto;
  margin-top: -16px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2) no-repeat 50% 50%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==");
  background-size: 7px 11px;
  border-radius: 32px;
  text-indent: -999em;
  opacity: .6;
  transition: opacity .2s;
}
.unslider-arrow.prev {
  left: 20px;
  right: auto;
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.slide {
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#slider {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#slider #unslider {
  min-height: 900px;
  height: 900px;
  z-index: 20;
  overflow: hidden;
}
#slider #unslider ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#slider #unslider .slide {
  min-height: 900px;
  padding-top: 0px !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom center;
}
#slider .unslider-nav {
  background-color: transparent;
  position: absolute;
  top: 96%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 21;
}
#slider .unslider-nav ol li {
  width: 10px;
  height: 10px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  border: 2px solid #fff;
}
.unslider-nav ol li.unslider-active {
  border: 2px solid transparent !important;
  background: rgba(255,255,255,0.65);
}
.unslider-arrow.prev {
  left: 40px;
  z-index: 50;
}
.unslider-arrow.next {
  right: 40px;
  z-index: 50;
}
#slider #slider-overlay {
  position: absolute;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 25;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
#slider #slider-bottom {
  position: absolute;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  bottom: 10%;
  left: 0;
  /*-webkit-transform: translate(-50%, -12%);
  -ms-transform: translate(-50%, -12%);
  transform: translate(-50%, -12%);*/
  z-index: 26;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  /*background: url('/img/stroke.png') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom left;*/
}

/* ==========================================================================
Responsive
========================================================================== */
@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 667px) {}
@media (max-width: 532px) {}
@media (max-width: 500px) {
  .navbar {
    position: relative !important;
    margin-bottom: 0 !important; }
}

.fr-video {
    display: block !important;
    position: relative !important;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.fr-video iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*# sourceMappingURL=main.css.map */
