@charset "utf-8";

@import "font-awesome.min.css";

@import "et-line.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,300,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:100,200,300,400,700,900);

.align-center {
  text-align: center !important;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.relative {
  position: relative;
}

.hidden {
  display: none;
}

.inline-block {
  display: inline-block;
}

.white {
  color: #fff !important;
}

.black {
  color: #000 !important;
}

.color {
  color: #CD1616 !important;
}

.stick-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}

.round {
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
}

.animate, .animate * {
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.no-animate, .no-animate * {
  -webkit-transition: 0 none !important;
  -moz-transition: 0 none !important;
  -ms-transition: 0 none !important;
  -o-transition: 0 none !important;
  transition: 0 none !important;
}

.shadow {
  -webkit-box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
}

.white-shadow {
  -webkit-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
  -moz-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
  box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
}

.clearlist, .clearlist li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}

.full-wrapper {
  margin: 0 2%;
}

html {
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
}

html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

.page {
  overflow: hidden;
}

.body-masked {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff url(../images/loader.gif) no-repeat center center;
  z-index: 100000;
}

.mask-delay {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.mask-speed {
  -webkit-animation-duration: 0.25s !important;
  -moz-animation-duration: 0.25s !important;
  animation-duration: 0.25s !important;
}

iframe {
  border: none;
}

a, b, div, ul, li {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

.alt-tabs-icon {}

a:focus,a:active {
  -moz-outline: none;
  outline: none;
}

img:not([draggable]), embed, object, video {
  max-width: 100%;
  height: auto;
}

::selection {
  background: #f8cd0a;
}

::-moz-selection {
  background: #f8cd0a;
}

body {
  color: #111;
  font-size: 14px;
  font-family: "Raleway", arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #111;
  text-decoration: underline;
}

a:hover {
  color: #888;
  text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 1.3em;
  line-height: 1.4;
  font-weight: 400;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h6 {
  font-weight: 700;
}

p {
  margin: 0 0 2em 0;
}

ul, ol {
  margin: 0 0 1.5em 0;
}

blockquote {
  margin: 3em 0 3em 0;
  padding: 0;
  border: none;
  background: none;
  font-style: normal;
  line-height: 1.7;
  color: #777;
}

blockquote p {
   font-family: 'Raleway', sans-serif;
   margin-bottom: 1em;
   font-size: 20px;
   font-weight: 300;
   font-style: normal;
   line-height: 1.6;
}

blockquote footer {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

dl dt {
  margin-bottom: 5px;
}

dl dd {
  margin-bottom: 15px;
}

pre {
  background-color: #f9f9f9;
  border-color: #ddd;
}

hr {
  background-color: rgba(255,255,255, .08);
}

hr.white {
  border-color: rgba(255,255,255, .35);
  background: rgba(255,255,255, .35);
}

hr.black {
  border-color: rgba(0,0,0, .85);
  background: rgba(0,0,0, .85);
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.font-alt {
  font-family: Raleway, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.serif {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
}

.normal {
  font-weight: normal;
}

.strong {
  font-weight: 700 !important;
}

.lead {
  margin: 1em 0 2em 0;
  font-size: 140%;
  line-height: 1.6;
}

.text {
  font-size: 16px;
  font-weight: 300;
  color: #5f5f5f;
  line-height: 1.8;
}

.text h1,.text h2,.text h3,.text h4,.text h5,.text h6 {
  color: #111;
}

.big-icon {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  border: 3px solid #fff;
  text-align: center;
  line-height: 88px;
  font-size: 32px;
  color: rgba(255,255,255, .97);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.big-icon .fa-play {
  position: relative;
  left: 4px;
}

.big-icon.big-icon-rs {
  border: none;
  width: auto;
  height: auto;
  font-size: 96px;
}

.big-icon-link {
  display: inline-block;
  text-decoration: none;
}

.big-icon-link:hover {
  border-color: transparent !important;
}

.big-icon-link:hover .big-icon {
  border-color: #fff;
  color: #fff;
  -webkit-transition: 0 none !important;
  -moz-transition: 0 none !important;
  -ms-transition: 0 none !important;
  -o-transition: 0 none !important;
  transition: 0 none !important;
}

.big-icon-link:active .big-icon {
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -o-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
}

.wide-heading {
  display: block;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-align: center;
  text-transform: uppercase;
  opacity: .9;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.big-icon-link:hover,.big-icon-link:hover .wide-heading {
  color: #fff;
  text-decoration: none;
}

.sub-heading {
  font-size: 16px;
  font-style: italic;
  text-align: center;
  line-height: 1.3;
  color: rgba(255,255,255, .75);
}

.big-icon.black {
  color: #000;
  border-color: rgba(0,0,0, .75);
}

.big-icon-link:hover .big-icon.black {
  color: #000;
  border-color: #000;
}

.wide-heading.black {
  color: rgba(0,0,0, .87);
}

.big-icon-link.black:hover,.big-icon-link:hover .wide-heading.black {
  color: #000;
  text-decoration: none;
}

.sub-heading.black {
  color: rgba(0,0,0, .75);
}

.btn-mod,a.btn-mod {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 13px;
  color: #fff;
  background: rgba(34,34,34, .9);
  border: 2px solid transparent;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.btn-mod:hover,.btn-mod:focus,a.btn-mod:hover,a.btn-mod:focus {
  font-weight: 400;
  color: rgba(255,255,255, .85);
  background: rgba(0,0,0, .7);
  text-decoration: none;
  outline: none;
}

.btn-mod:active {
  cursor: pointer !important;
}

.btn-mod.btn-small {
  padding: 6px 17px;
  font-size: 11px;
  letter-spacing: 1px;
}

.btn-mod.btn-medium {
  padding: 8px 37px;
  font-size: 12px;
}

.btn-mod.btn-large {
  padding: 12px 45px;
  font-size: 13px;
}

.btn-mod.btn-glass {
  color: rgba(255,255,255, .75);
  background: rgba(0,0,0, .40);
}

.btn-mod.btn-glass:hover,.btn-mod.btn-glass:focus {
  color: rgba(255,255,255, 1);
  background: rgba(0,0,0, 1);
}

.btn-mod.btn-border {
  color: #151515;
  border: 2px solid #151515;
  background: transparent;
}

.btn-mod.btn-border:hover,.btn-mod.btn-border:focus {
  color: #fff;
  border-color: transparent;
  background: #000;
}

.btn-mod.btn-border-c {
  color: #CD1616;
  border: 2px solid #CD1616;
  background: transparent;
}

.btn-mod.btn-border-c:hover,.btn-mod.btn-border-c:focus {
  color: #fff;
  border-color: transparent;
  background: #CD1616;
}

.btn-mod.btn-border-w {
  color: #fff;
  border: 2px solid rgba(255,255,255, .75);
  background: transparent;
}

.btn-mod.btn-border-w:hover,.btn-mod.btn-border-w:focus {
  color: #111;
  border-color: transparent;
  background: #fff;
}

.btn-mod.btn-w {
  color: #FFF;
  background: #22A88E;
}

.btn-mod.btn-w:hover,.btn-mod.btn-w:focus {
  color: #111;
  background: #fff;
}

.btn-mod.btn-w-color {
  color: #CD1616;
  background: #fff;
}

.btn-mod.btn-w-color:hover,.btn-mod.btn-w-color:focus {
  color: #151515;
  background: #fff;
}

.btn-mod.btn-gray {
  color: #777;
  background: #e5e5e5;
}

.btn-mod.btn-gray:hover,.btn-mod.btn-gray:focus {
  color: #444;
  background: #d5d5d5;
}

.btn-mod.btn-color {
  color: #fff;
  background: #CD1616;
}

.btn-mod.btn-color:hover,.btn-mod.btn-color:focus {
  color: #fff;
  background: #CD1616;
  opacity: .85;
}

.btn-mod.btn-circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn-mod.btn-round {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.btn-icon {
  position: relative;
  border: none;
  overflow: hidden;
}

.btn-icon.btn-small {
  overflow: hidden;
}

.btn-icon > span {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left: 0;
  color: #777;
  font-size: 48px;
  opacity: .2;
  -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.btn-icon:hover > span {
  opacity: 0;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.btn-icon > span.white {
  color: #fff;
}

.btn-icon > span.black {
  color: #000;
}

.btn-full {
  width: 100%;
}

.form input[type="text"],.form input[type="email"],.form input[type="number"],.form input[type="url"],.form input[type="search"],.form input[type="tel"],.form input[type="password"],.form input[type="date"],.form input[type="color"],.form select {
  display: inline-block;
  height: 27px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
  border: 1px solid rgba(0,0,0, .1);
  padding-left: 7px;
  padding-right: 7px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.form select {
  font-size: 12px;
}

.form select[multiple] {
  height: auto;
}

.form input[type="text"]:hover,.form input[type="email"]:hover,.form input[type="number"]:hover,.form input[type="url"]:hover,.form input[type="search"]:hover,.form input[type="tel"]:hover,.form input[type="password"]:hover,.form input[type="date"]:hover,.form input[type="color"]:hover,.form select:hover {
  border-color: rgba(0,0,0, .2);
}

.form input[type="text"]:focus,.form input[type="email"]:focus,.form input[type="number"]:focus,.form input[type="url"]:focus,.form input[type="search"]:focus,.form input[type="tel"]:focus,.form input[type="password"]:focus,.form input[type="date"]:focus,.form input[type="color"]:focus,.form select:focus {
  color: #111;
  border-color: rgba(0,0,0, .7);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0, .3);
  -moz-box-shadow: 0 0 3px rgba(0,0,0, .3);
  box-shadow: 0 0 3px rgba(0,0,0, .3);
  outline: none;
}

.form input[type="text"].input-lg,.form input[type="email"].input-lg,.form input[type="number"].input-lg,.form input[type="url"].input-lg,.form input[type="search"].input-lg,.form input[type="tel"].input-lg,.form input[type="password"].input-lg,.form input[type="date"].input-lg,.form input[type="color"].input-lg,.form select.input-lg {
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
}

.form input[type="text"].input-md,.form input[type="email"].input-md,.form input[type="number"].input-md,.form input[type="url"].input-md,.form input[type="search"].input-md,.form input[type="tel"].input-md,.form input[type="password"].input-md,.form input[type="date"].input-md,.form input[type="color"].input-md,.form select.input-md {
  height: 37px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
}

.form input[type="text"].input-sm,.form input[type="email"].input-sm,.form input[type="number"].input-sm,.form input[type="url"].input-sm,.form input[type="search"].input-sm,.form input[type="tel"].input-sm,.form input[type="password"].input-sm,.form input[type="date"].input-sm,.form input[type="color"].input-sm,.form select.input-sm {
  height: 31px;
  padding-left: 10px;
  padding-right: 10px;
}

.form textarea {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  color: #777;
  border-color: rgba(0,0,0, .1);
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.form textarea:hover {
  border-color: rgba(0,0,0, .2);
}

.form textarea:focus {
  color: #111;
  border-color: rgba(0,0,0, .7);
  -webkit-box-shadow: 0 0 3px rgba(21,21,21, .3);
  -moz-box-shadow: 0 0 3px rgba(21,21,21, .3);
  box-shadow: 0 0 3px rgba(21,21,21, .3);
}

.form .form-group {
  margin-bottom: 10px;
}

.form-tip {
  font-size: 11px;
  color: #aaa;
}

.form-tip .fa {
  font-size: 12px;
}

.page-section,.small-section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 140px 0;
}

.small-section {
  padding: 70px 0;
}

.small-title {
  padding: 0;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.3em;
}

.section-icon {
  margin-bottom: 7px;
  text-align: center;
  font-size: 32px;
}

.small-title .serif {
  text-transform: none;
  font-weight: 400;
}

.small-title.white {
  color: #fff;
}

.bg-scroll {
  background-attachment: scroll !important;
}

.bg-pattern {
  background-repeat: repeat;
  background-size: auto;
}

.bg-pattern-over:before,.bg-pattern-over .YTPOverlay:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat;
  background-size: auto;
  background-image: url(../images/pattern-bg-2.png);
}

.bg-gray {
  background-color: #f4f4f4;
}

.bg-gray-lighter {
  background-color: #f8f8f8;
}

.bg-dark,.bg-dark-lighter,.bg-dark-alfa-10,.bg-dark-alfa-30,.bg-dark-alfa-50,.bg-dark-alfa-70,.bg-dark-alfa-90,.bg-dark-alfa,.bg-color,.bg-color-lighter,.bg-color-alfa-30,.bg-color-alfa-50,.bg-color-alfa-70,.bg-color-alfa-90,.bg-color-alfa {
  color: #fff;
}

.bg-dark a,.bg-dark-lighter a,.bg-dark-alfa-10,.bg-dark-alfa-30 a,.bg-dark-alfa-50 a,.bg-dark-alfa-70 a,.bg-dark-alfa-90 a,.bg-dark-alfa a,.bg-color a,.bg-colorlighter a,.bg-color-alfa-30 a,.bg-color-alfa-50 a,.bg-color-alfa-70 a,.bg-color-alfa-90 a,.bg-color-alfa a {
  color: rgba(255,255,255, .8);
  padding-bottom: 3px;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.bg-dark a:hover,.bg-dark-lighter a:hover,.bg-dark-alfa-10,.bg-dark-alfa-30 a:hover,.bg-dark-alfa-50 a:hover,.bg-dark-alfa-70 a:hover,.bg-dark-alfa-90 a:hover,.bg-dark-alfa a:hover,.bg-color a:hover,.bg-color-lighter a:hover,.bg-color-alfa-30 a:hover,.bg-color-alfa-50 a:hover,.bg-color-alfa-70 a:hover,.bg-color-alfa-90 a:hover,.bg-color-alfa a:hover {
  color: rgba(255,255,255, 1);
  text-decoration: none;
}

.bg-color .text,.bg-color-lighter .text,.bg-color-alfa-30 .text,.bg-color-alfa-50 .text,.bg-color-alfa-70 .text,.bg-color-alfa-90 .text,.bg-color-alfa .text,.bg-color .section-text,.bg-color-lighter .section-text,.bg-color-alfa-30 .section-text,.bg-color-alfa-50 .section-text,.bg-color-alfa-70 .section-text,.bg-color-alfa-90 .section-text,.bg-color-alfa .section-text {
  color: rgba(255,255,255, .75);
}

.bg-color .white,.bg-color-lighter .whitet,.bg-color-alfa-30 .white,.bg-color-alfa-50 .white,.bg-color-alfa-70 .white,.bg-color-alfa-90 .white,.bg-color-alfa .white {
  color: #fff;
}

.bg-dark {
  background-color: #111;
}

.bg-dark-lighter {
  background-color: #252525;
}

.bg-dark-alfa:before,.bg-dark-alfa .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(17,17,17, .97);
}

.bg-dark-alfa-30:before,.bg-dark-alfa-30 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(3,3,3, .3);
}

.bg-dark-alfa-10:before,.bg-dark-alfa-10 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0, .1);
}

.bg-dark-alfa-50:before,.bg-dark-alfa-50 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34,34,34, .5);
}

.bg-dark-alfa-70:before,.bg-dark-alfa-70 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(17,17,17, .7);
}

.bg-dark-alfa-90:before,.bg-dark-alfa-90 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(3,3,3, .9);
}

.bg-light-alfa:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252,252,252, .97);
}

.bg-light-alfa-30:before,.bg-light-alfa-30 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252,252,252, .30);
}

.bg-light-alfa-50:before,.bg-light-alfa-50 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252,252,252, .50);
}

.bg-light-alfa-70:before,.bg-light-alfa-70 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252,252,252, .7);
}

.bg-light-alfa-90:before,.bg-light-alfa-90 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252,252,252, .9);
}

.bg-color {
  background-color: #CD1616;
}

.bg-colort-alfa:before,.bg-colort-alfa .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #CD1616;
  opacity: .97;
}

.bg-color-alfa-30:before,.bg-color-alfa-30 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #CD1616;
  opacity: .3;
}

.bg-color-alfa-50:before,.bg-color-alfa-50 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #CD1616;
  opacity: .5;
}

.bg-color-alfa-70:before,.bg-color-alfa-70 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #CD1616;
  opacity: .7;
}

.bg-color-alfa-90:before,.bg-color-alfa-90 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #CD1616;
  opacity: .9;
}


.section-title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight:600;
}

.section-more {
  margin-top: 7px;
  color: #999;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.section-more:hover {
  text-decoration: none;
  color: #000;
}

.section-more .fa {
  font-size: 12px;
}

.section-heading {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5em;
  line-height: 1.3;
}

.section-line {
  width: 55px;
  height: 1px;
  margin: 30px auto;
  background: #111;
}

.section-text {
  font-size: 15px;
  font-weight: 300;
  color: #777;
  line-height: 1.7;
      margin-left: -140px;
	  width: 900px;
}

.section-text blockquote {
  margin-top: -5px;
}

.section-bot-image {
  margin: 140px 0 -140px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.multi-columns-row {
  clear: left;
}

@media (min-width: 768px) {
  .multi-columns-row {
    clear: none;
  }

  .multi-columns-row {
    clear: left;
  }
}

@media (min-width: 992px) {
  .multi-columns-row {
    clear: none;
  }

  .multi-columns-row {
    clear: left;
  }
}

@media (min-width: 1200px) {
  .multi-columns-row {
    clear: none;
  }

  .multi-columns-row {
    clear: left;
  }
}

/*
 * Owl Carousel
 */

.owl-carousel {
  overflow: hidden;
}

.owl-buttons {
  position: static;
}

.owl-prev,
.owl-next {
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 105px;
  height: 105px;
  line-height: 105px;
  font-size: 16px;
  text-align: center;
  color: #111;
  z-index: 6;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.owl-prev {
  left: -50px;
}

.owl-next {
  right: -50px;
}

.owl-prev:before,
.owl-next:before {
  content: "";
  display: block;
  width: 66%;
  height: 66%;
  position: absolute;
  top: 17px;
  left: 0;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.owl-next:before {
  left: auto;
  right: 0;
}

.owl-prev .fa,
.owl-next .fa {
  position: relative;
}

.owl-prev:hover,
.owl-next:hover {
  -webkit-transition: 0 none !important;
  -moz-transition: 0 none !important;
  -ms-transition: 0 none !important;
  -o-transition: 0 none !important;
  transition: 0 none !important;
}

.owl-prev:hover:before,
.owl-next:hover:before {
  opacity: 0.87;
}

.owl-prev:active:before,
.owl-next:active:before {
  opacity: 0.6;
}

.owl-carousel:hover .owl-prev {
  opacity: 1;
  left: -35px;
}

.owl-carousel:hover .owl-next {
  opacity: 1;
  right: -35px;
}

.owl-pagination {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
}

.owl-page {
  display: inline-block;
  padding: 6px 4px;
  position: relative;
}

.owl-page span {
  width: 6px;
  height: 6px;
  display: block;
  background: rgba(255,255,255, .7);
  position: relative;
  z-index: 1000 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.owl-page:hover span {
  background: rgba(255,255,255, 1);
}

.owl-page.active span {
  background: transparent;
  bordeR: 1px solid rgba(255,255,255, .8);
  -webkit-transform: scale(1.333);
  -moz-transform: scale(1.333);
  -o-transform: scale(1.333);
  -ms-transform: scale(1.333);
  transform: scale(1.333);
}

.item-carousel .owl-prev {
  left: -125px;
}

.item-carousel .owl-next {
  right: -125px;
}

section:hover .item-carousel.owl-carousel .owl-prev {
  opacity: 1;
  left: -80px;
}

section:hover .item-carousel.owl-carousel .owl-next {
  opacity: 1;
  right: -80px;
}

.item-carousel {
  margin-bottom: -50px;
  padding-bottom: 50px;
}

.item-carousel .owl-pagination {
  bottom: 0;
}

.work-full-slider .owl-pagination,
.content-slider .owl-pagination {
  bottom: 15px;
}

.single-carousel,
.small-item-carousel {
  margin-bottom: 35px;
}

.single-carousel .owl-pagination,
.small-item-carousel .owl-pagination {
  position: relative;
  left: 0;
  top: 35px;
  margin: 0;
}

.single-carousel.black .owl-page span,
.small-item-carousel.black .owl-page span {
  background: rgba(0,0,0, .15);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.single-carousel.black .owl-page:hover span,
.small-item-carousel.black .owl-page:hover span {
  background: rgba(0,0,0, .4);
}

.single-carousel.black .owl-page.active span,
.small-item-carousel.black .owl-page.active span {
  background: rgba(0,0,0, .4);
}

.single-carousel.black .owl-prev,
.single-carousel.black .owl-next,
.small-item-carousel.black .owl-prev,
.small-item-carousel.black .owl-next {
  color: rgba(0,0,0, .2);
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.single-carousel.black .owl-prev:hover,
.single-carousel.black .owl-next:hover,
.small-item-carousel.black .owl-prev:hover,
.small-item-carousel.black .owl-next:hover {
  color: rgba(0,0,0, .35);
}

.single-carousel .owl-prev,
.small-item-carousel .owl-prev {
  left: -125px;
}

.single-carousel .owl-next,
.small-item-carousel .owl-next {
  right: -125px;
}

section:hover .single-carousel .owl-prev,
section:hover .small-item-carousel .owl-prev {
  opacity: 1;
  left: -80px;
}

section:hover .single-carousel .owl-next,
section:hover .small-item-carousel .owl-next {
  opacity: 1;
  right: -80px;
  
}

.photo-slider-item {
}


.nav_area{

      width: auto;
    margin: 85px 0px 0 0px;
    padding: 0;
	background:#FFFFFF;
}