/*
Name: 			theme.css
Written by: 	Okler Themes - (http://www.okler.net)
Version: 		@@version
*/
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900");
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,500,600,700,900");
@import url("http://fonts.googleapis.com/css?family=Shadows+Into+Light");
html {
  direction: ltr;
  overflow-x: hidden;
  box-shadow: none !important;
}

body {
  background-color: #FFF;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

body a {
  outline: none !important;
}

li {
  line-height: 24px;
}

/* Responsive */
@media (max-width: 479px) {
  body {
    font-size: 13px;
  }
}

/* Header */
#header {
  position: relative;
  z-index: 100;
}

#header .header-body {
  background: #FFF;
  border-top: 5px solid #EDEDED;
  border-bottom: 1px solid transparent;
  padding: 8px 0;
  -webkit-transition: min-height 0.3s ease;
  -moz-transition: min-height 0.3s ease;
  transition: min-height 0.3s ease;
  width: 100%;
  z-index: 1001;
  min-height: 125px;
}

#header .container {
  position: relative;
}

#header .header-container {
  position: relative;
  display: table;
}

#header .header-top {
  background-color: #f4f4f4;
  border-bottom: 1px solid #ededed;
  margin-top: -13px;
  padding: 8px 0;
  position: relative;
  z-index: 4;
}

#header .header-top::after {
  clear: both;
  content: "";
  display: table;
}

#header .header-top p {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  line-height: 37px;
  float: left;
}

#header .header-top p .fa, #header .header-top p .icons {
  position: relative;
  top: 1px;
}

#header .header-top .header-search {
  float: right;
  margin-top: 2px;
  margin-left: 10px;
  margin-right: 0;
}

#header .header-top .header-nav-top {
  float: left;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

#header .header-top .header-social-icons {
  margin-top: 3px;
}

#header .header-top.header-top-colored {
  margin-top: -13px;
  border-top: 5px solid #CCC;
  border-bottom: 0;
  color: #FFF;
}

#header .header-top.header-top-colored p, #header .header-top.header-top-colored a, #header .header-top.header-top-colored span {
  color: #FFF;
}

#header .header-top.header-top-colored .form-control {
  border: 0;
}

#header .header-top.header-top-style-2 {
  background: #f6f6f6;
  margin-top: -16px;
}

#header .header-top.header-top-style-3 {
  margin-top: -16px;
  margin-bottom: 10px;
}

#header .header-top.header-top-style-4 {
  background: #E4E6ED;
  margin-top: -16px;
  margin-bottom: 10px;
  border-bottom: 0;
}

#header .header-row {
  display: table-row;
  clear: both;
}

#header .header-column {
  display: table-cell;
  vertical-align: middle;
}

#header .header-column .row {
  margin: 0;
}

#header .header-column .header-row {
  display: block;
  clear: right;
}

#header .header-column .header-extra-info {
  list-style: outside none none;
  margin: 24px 0 0;
  padding: 0;
  float: right;
}

#header .header-column .header-extra-info li {
  display: inline-block;
  margin-left: 25px;
}

#header .header-column .header-extra-info li .feature-box small {
  position: relative;
  top: -4px;
}

#header .header-column.header-column-valign-top {
  vertical-align: top;
}

#header .header-column.header-column-valign-bottom {
  vertical-align: bottom;
}

#header .header-column.header-column-center {
  text-align: center;
}

#header .header-column.header-column-center .header-logo {
  width: 100% !important;
  padding: 9px 0;
}

#header .header-logo {
  float: left;
  position: relative;
}

#header .header-logo img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin: 15px 15px 15px 0;
  top: 0;
}

#header .header-nav-top {
  float: right;
  margin-top: 10px;
  margin-left: 10px;
}

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
  color: #999;
  font-size: 0.9em;
  padding: 6px 10px;
  display: inline-block;
}

#header .header-nav-top .nav > li > a .fa, #header .header-nav-top .nav > li > a .icons, #header .header-nav-top .nav > li > span .fa, #header .header-nav-top .nav > li > span .icons {
  margin-right: 3px;
  position: relative;
  top: 1px;
}

#header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a a:focus {
  background: #EEE;
}

#header .header-nav-top .nav > li.open > .dropdown-menu-toggle {
  border-radius: 4px 4px 0px 0px;
}

#header .header-nav-top .dropdown-menu {
  border-color: #EEE;
  margin-top: -2px;
  border-radius: 4px 0px 4px 4px;
  padding: 0;
}

#header .header-nav-top .dropdown-menu a {
  color: #999;
  padding: 6px 12px;
  font-size: 0.9em;
}

#header .header-nav-top .flag {
  margin-right: 2px;
}

#header .header-phone {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-top: 5px;
  text-align: right;
  color: #000;
}

#header .header-btn-collapse-nav {
  background: #CCC;
  color: #000;
  display: none;
  float: right;
  margin: 12px 0 8px 15px;
}

#header.header-narrow .header-body {
  min-height: 0;
}

#header.header-narrow .header-logo img {
  margin: 0;
}

#header.header-narrow .header-nav-main {
  margin-bottom: 0;
}

#header.header-no-border-bottom .header-body {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

html:not(.boxed) #header.header-full-width .header-container {
  width: 100%;
}

html #header.header-transparent {
  min-height: 0 !important;
  width: 100%;
  position: absolute;
}

html #header.header-transparent .header-body {
  position: relative;
  top: 0;
  background: transparent;
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
}

html #header.header-transparent .header-body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #FFF;
  opacity: 0;
  border-bottom: 1px solid #f1f1f1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

html.sticky-header-enabled #header.header-transparent .header-body {
  position: fixed;
}

html.sticky-header-active #header.header-transparent .header-body {
  border-bottom: 0;
  box-shadow: none;
}

html.sticky-header-active #header.header-transparent .header-body:before {
  opacity: 1;
}

html #header.header-semi-transparent, html #header.header-semi-transparent-light {
  min-height: 0 !important;
  width: 100%;
  position: absolute;
}

html #header.header-semi-transparent .header-body, html #header.header-semi-transparent-light .header-body {
  position: relative;
  top: 0;
  background: transparent;
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
}

html #header.header-semi-transparent .header-body:before, html #header.header-semi-transparent-light .header-body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  border-bottom: 0;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

html.sticky-header-enabled #header.header-semi-transparent .header-body {
  position: fixed;
}

html.sticky-header-active #header.header-semi-transparent .header-body {
  border-bottom: 0;
  box-shadow: none;
}

html.sticky-header-active #header.header-semi-transparent .header-body:before {
  opacity: 0.8;
}

html #header.header-semi-transparent-light .header-body:before {
  opacity: 0.8;
  background: #FFF;
}

html.sticky-header-enabled #header.header-semi-transparent-light .header-body {
  position: fixed;
}

html.sticky-header-active #header.header-semi-transparent-light .header-body {
  border-bottom: 0;
  box-shadow: none;
}

html.sticky-header-active #header.header-semi-transparent-light .header-body:before {
  border-bottom: 1px solid #f1f1f1;
  opacity: 0.9;
}

html #header.header-transparent-bottom-border .header-body {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

html.sticky-header-active #header .header-body {
  position: fixed;
  border-bottom-color: #e9e9e9;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

html:not(.sticky-header-active) #header.header-transparent-sticky-deactive .header-body:before {
  background: transparent !important;
}

/* Header Nav Main */
@media (min-width: 992px) {
  #header .header-nav-main {
    float: right;
    margin: 12px 0 0;
    min-height: 45px;
  }
  #header .header-nav-main nav > ul > li > a {
    border-radius: 4px;
    font-size: 22px;
    font-style: normal;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 13px;
    text-transform: uppercase;
  }
  #header .header-nav-main nav > ul > li > a:focus, #header .header-nav-main nav > ul > li > a:hover {
    background: transparent;
  }
  #header .header-nav-main nav > ul > li > a.dropdown-toggle {
    padding-right: 23px;
  }
  #header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-caret-down {
    display: none;
  }
  #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f0d7";
    font-size: 10px;
    position: absolute;
    top: 9px;
    right: 11px;
  }
  #header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
    background: transparent;
    color: #000;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    top: -10000px;
    display: block;
    opacity: 0;
    left: auto;
    border-radius: 0 4px 4px;
    border: 0;
    border-top: 5px solid #CCC;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    margin: -3px 0 0 0;
    min-width: 200px;
    padding: 5px;
    text-align: left;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom: 1px solid #f4f4f4;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 20px 8px 8px;
    position: relative;
    text-transform: none;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
    position: relative;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-caret-down {
    display: none;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #CCC;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    position: absolute;
    right: 15px;
    top: 8px;
    width: 0;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    display: block;
    left: 100%;
    margin-top: -10px;
    margin-left: -1px;
    border-radius: 4px;
    opacity: 0;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    top: 0;
    opacity: 1;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a {
    border-bottom: 0;
  }
  #header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a {
    padding-bottom: 15px;
  }
  #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    top: auto;
    display: block;
    opacity: 1;
  }
  #header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li a {
    padding-right: 8px;
    padding-left: 20px;
  }
  #header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li.dropdown-submenu > a:after {
    left: 8px;
    border-width: 5px 5px 5px 0;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega {
    position: static;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
    border-radius: 4px;
    left: 15px;
    right: 15px;
    width: auto;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
    padding: 20px 30px;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
    color: #333333;
    display: block;
    font-size: 1em;
    font-weight: 600;
    margin-top: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title:first-child {
    margin-top: 0;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    border: 0 none;
    border-radius: 4px;
    color: #777;
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    margin: 0 0 0 -8px;
    padding: 3px 8px;
    text-shadow: none;
    text-transform: none;
    text-decoration: none;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
    background: #f4f4f4;
  }
  #header .header-nav-main.header-nav-main-square {
    margin-bottom: -9px;
  }
  #header .header-nav-main.header-nav-main-square nav > ul > li > a {
    border-radius: 0;
  }
  #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
  }
  #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    border-radius: 0;
  }
  #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega > .dropdown-menu {
    border-radius: 0;
  }
  #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    border-radius: 0;
  }
  #header .header-nav-main a > .thumb-info-preview {
    position: absolute;
    display: block;
    left: 100%;
    opacity: 0;
    border: 0;
    padding-left: 10px;
    background: transparent;
    overflow: visible;
    margin-top: 15px;
    top: -10000px;
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(-20px, 0, 0);
    opacity: 0;
  }
  #header .header-nav-main a > .thumb-info-preview .thumb-info-wrapper {
    background: #FFF;
    display: block;
    border-radius: 4px;
    border: 0;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    margin: 0;
    padding: 4px;
    text-align: left;
    width: 190px;
  }
  #header .header-nav-main a > .thumb-info-preview .thumb-info-image {
    transition: all 6s linear 0s;
    width: 182px;
    height: 136px;
    min-height: 0;
  }
  #header .header-nav-main a:hover > .thumb-info-preview {
    transform: translate3d(0, 0, 0);
    top: 0;
    opacity: 1;
    margin-top: -5px;
  }
  #header .header-nav-main .dropdown-reverse a > .thumb-info-preview {
    transform: translate3d(20px, 0, 0);
    right: 100%;
    left: auto;
    padding-left: 0;
    margin-right: 10px;
  }
  #header .header-nav-main .dropdown-reverse a:hover > .thumb-info-preview {
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav {
    display: block !important;
  }
  #header .header-nav.header-nav-stripe {
    margin-bottom: -9px;
  }
  #header .header-nav.header-nav-stripe nav > ul > li > a, #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
    background: transparent;
    padding: 295px 13px 24px;
    margin: -230px 0 0;
  }
  #header .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle {
    padding-right: 23px;
  }
  #header .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle:after, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle:after {
    top: 295px;
  }
  #header .header-nav.header-nav-stripe nav > ul > li > a {
    color: #444;
  }
  #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
    color: #FFF;
  }
  #header .header-nav.header-nav-stripe .header-social-icons {
    margin-top: 70px;
  }
  #header .header-nav.header-nav-top-line {
    margin-bottom: -9px;
  }
  #header .header-nav.header-nav-top-line nav > ul > li > a, #header .header-nav.header-nav-top-line nav > ul > li:hover > a {
    background: transparent;
    color: #444;
    padding: 65px 13px 24px;
    margin: 0;
  }
  #header .header-nav.header-nav-top-line nav > ul > li > a:before, #header .header-nav.header-nav-top-line nav > ul > li:hover > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    top: -16px;
    left: -5px;
    opacity: 0;
  }
  #header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle, #header .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle {
    padding-right: 23px;
  }
  #header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle:after, #header .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle:after {
    top: 65px;
  }
  #header .header-nav.header-nav-top-line nav > ul > li.active > a:before, #header .header-nav.header-nav-top-line nav > ul > li:hover > a:before {
    opacity: 1;
  }
  #header .header-nav.header-nav-top-line .header-social-icons {
    margin-top: 70px;
  }
  #header .header-nav.header-nav-dark-dropdown {
    margin-bottom: -9px;
  }
  #header .header-nav.header-nav-dark-dropdown nav > ul > li > a, #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
    background: transparent;
    color: #444;
    padding: 65px 13px 24px;
    margin: 0;
  }
  #header .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle, #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a.dropdown-toggle {
    padding-right: 23px;
  }
  #header .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle:after, #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a.dropdown-toggle:after {
    top: 65px;
  }
  #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown li a {
    border-bottom-color: #2a2a2a;
  }
  #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu {
    background: #1e1e1e;
  }
  #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a {
    color: #969696;
  }
  #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:hover, #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:focus {
    background: #282828;
  }
  #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-title {
    color: #ababab;
  }
  #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
    background: #282828;
  }
  #header .header-nav.header-nav-dark-dropdown .header-social-icons {
    margin-top: 70px;
  }
  #header .header-nav.header-nav-center .header-nav-main {
    float: none;
    margin: 0;
  }
  #header .header-nav.header-nav-center .header-nav-main > nav {
    width: 100%;
    text-align: center;
  }
  #header .header-nav.header-nav-center .header-nav-main > nav > ul > li {
    display: inline-block;
    float: none;
    text-align: left;
  }
  #header .header-nav-main {
    display: block !important;
    height: auto !important;
  }
  #header .header-nav-bar {
    background: #F4F4F4;
    padding: 0 10px 5px;
    margin-bottom: 0;
  }
  #header .header-nav-bar .header-nav-main {
    float: left;
    margin-bottom: 0;
  }
}

/* Header Narrow */
@media (min-width: 992px) {
  #header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a, #header.header-narrow .header-nav.header-nav-stripe nav > ul > li:hover > a, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li > a, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
    padding: 35px 13px 30px;
    margin: -12px 0 0;
  }
  #header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle, #header.header-narrow .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a.dropdown-toggle {
    padding-right: 23px;
  }
  #header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle:after, #header.header-narrow .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle:after, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle:after, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a.dropdown-toggle:after {
    top: 35px;
  }
  #header.header-narrow .header-nav.header-nav-stripe .header-social-icons, #header.header-narrow .header-nav.header-nav-dark-dropdown .header-social-icons {
    margin-top: 30px;
  }
  #header.header-narrow .header-nav.header-nav-top-line nav > ul > li > a, #header.header-narrow .header-nav.header-nav-top-line nav > ul > li:hover > a {
    padding: 22px 13px 30px;
    margin: 5px 0 0;
  }
  #header.header-narrow .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle, #header.header-narrow .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle {
    padding-right: 23px;
  }
  #header.header-narrow .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle:after, #header.header-narrow .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle:after {
    top: 22px;
  }
  #header.header-narrow .header-nav.header-nav-top-line .header-social-icons {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  #header .header-nav-main.header-nav-main-light nav > ul > li > a {
    color: #FFF;
  }
  #header .header-nav-main.header-nav-main-light nav > ul > li.open > a, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
    background: #FFF;
  }
  #header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu {
    border-top-color: #FFF;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
  }
  #header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
    border-top-color: #FFF;
  }
  #header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
    background: #FFF;
  }
  #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:hover, #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:focus {
    background: #f5f5f5;
  }
}

@media (min-width: 992px) {
  #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-mega-sub-nav li a {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -5px, 0);
  }
  #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover .dropdown-mega-sub-nav li a {
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -5px, 0);
  }
  #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  #header .header-nav-main-effect-2 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(0, -5px, 0);
    opacity: 0;
  }
  #header .header-nav-main-effect-2 nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, -1px, 0);
    opacity: 1;
  }
}

@media (min-width: 992px) {
  #header .header-nav-main-effect-3 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, 10px, 0);
  }
  #header .header-nav-main-effect-3 nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(-20px, 0, 0);
    opacity: 0;
  }
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown.dropdown-reverse .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(20px, 0, 0);
    left: auto;
    right: 100%;
    opacity: 0;
  }
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown.dropdown-reverse .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* Header Nav Main Mobile */
@media (max-width: 600px) {
  #header .header-btn-collapse-nav {
    outline: 0;
    display: block;
    width: 100%;
  }
  #header .header-btn-collapse-nav .hot {
    float: left;
    padding: 0;
    margin: 0;
  }
  #header .header-btn-collapse-nav .fa-bars {
    padding-top: 5px;
    float: right;
  }
}

@media (max-width: 991px) {
  #header .header-nav-main {
    background: transparent;
    clear: both;
    float: none;
  }
  #header .header-nav-main nav {
    margin: 0 0 6px;
  }
  #header .header-nav-main nav > ul li {
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  #header .header-nav-main nav > ul li a {
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    padding: 7px 8px;
    margin: 1px 0;
    border-radius: 4px;
  }
  #header .header-nav-main nav > ul li a .fa-caret-down {
    line-height: 35px;
    min-height: 38px;
    min-width: 30px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 0;
  }
  #header .header-nav-main nav > ul li.dropdown .dropdown-menu {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 13px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    clear: both;
    display: none;
    float: none;
    position: static;
  }
  #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-menu {
    display: block;
    margin-left: 20px;
  }
  #header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
    display: block;
    margin-left: 20px;
  }
  #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
    margin-top: 10px;
    display: block;
  }
  #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
  }
  #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    display: block;
    text-decoration: none;
  }
  #header .header-nav-main nav > ul li:last-child {
    border-bottom: 0;
  }
  #header .header-nav-main nav > ul > li > a {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1px;
    margin-bottom: 1px;
  }
  #header .header-nav-main nav > ul > li.active > a, #header .header-nav-main nav > ul > li.active > a:focus, #header .header-nav-main nav > ul > li.active > a:hover {
    color: #FFF;
  }
  #header .header-nav-main nav .not-included {
    margin: 0;
  }
  #header .header-nav-main a > .thumb-info-preview {
    display: none !important;
  }
  #header .header-btn-collapse-nav {
    outline: 0;
    display: block;
  }
  #header .header-nav-bar {
    margin: 0 auto;
  }
  #header .header-nav-bar .header-btn-collapse-nav {
    margin-top: 14px;
  }
  #header.header-transparent .header-nav-main {
    padding: 10px;
    margin-bottom: 10px;
    background: #FFF;
    border-radius: 4px;
  }
  #header.header-semi-transparent .header-nav-main {
    padding: 10px;
    margin-bottom: 10px;
    background: #FFF;
    border-radius: 4px;
  }
  #header.header-semi-transparent-light .header-nav-main {
    padding: 10px;
    margin-bottom: 10px;
    background: #FFF;
    border-radius: 4px;
  }
  html.sticky-header-enabled #header .header-nav-main {
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  html.sticky-header-enabled #header .header-nav-main.collapsing {
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li:not(.active) > a {
    color: #000;
  }
  html #header.header-semi-transparent .header-nav-main nav > ul > li:not(.active) > a {
    color: #FFF;
  }
  html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active) > a {
    color: #000;
  }
}

/* Responsive */
@media (max-width: 991px) {
  #header .header-container {
    display: block;
  }
  #header .header-row {
    display: block;
  }
  #header .header-column {
    display: block;
  }
  #header .header-column .header-row {
    display: block;
  }
  #header.header-mobile-nav-only .header-logo {
    float: none;
  }
  html.sticky-header-negative.sticky-header-active #header .header-logo {
    padding-top: 7px;
  }
}

@media (min-width: 991px) {
  html.side-header .main .container, html.side-header #footer .container {
    padding: 0 35px;
    width: auto !important;
    max-width: 1210px;
  }
  html.side-header body > .body {
    margin: 0 0 0 255px;
    width: auto;
    overflow-x: hidden;
    overflow-y: visible;
  }
  html.side-header body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
    width: 100% !important;
    left: auto !important;
  }
  html.side-header #header {
    background: #FFF;
    position: fixed;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
    top: 0;
    left: 0;
    width: 255px;
    height: 100%;
  }
  html.side-header #header .header-body {
    border-top: 0;
  }
  html.side-header #header .header-container {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  html.side-header #header .header-search {
    margin: 5px 0 10px;
    float: none;
  }
  html.side-header #header .header-search .input-group {
    width: 100%;
  }
  html.side-header #header .header-search .input-group .form-control {
    width: 100%;
  }
  html.side-header #header .header-nav-top {
    margin: 0;
    float: none;
  }
  html.side-header #header .header-nav-top .nav > li > a, html.side-header #header .header-nav-top .nav > li > span {
    display: block;
  }
  html.side-header #header .header-logo {
    margin: 0;
    float: none;
    text-align: center;
    width: auto !important;
    height: auto !important;
    padding: 10px 0;
  }
  html.side-header #header .header-column {
    display: block;
  }
  html.side-header #header .header-column .header-row {
    clear: both;
  }
  html.side-header #header .header-nav-main {
    float: none;
  }
  html.side-header #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after {
    content: "\f0da";
  }
  html.side-header #header .header-nav-main nav > ul > li.dropdown.open > a, html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > a {
    padding-bottom: 10px;
  }
  html.side-header #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu,
  html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    top: 3px;
    left: 100%;
    border-top: 0;
    border-left: 5px solid #CCC;
    margin-left: -5px;
  }
  html.side-header #header .header-nav-main nav > ul > li.dropdown li.dropdown-submenu:hover > .dropdown-menu {
    margin-top: -5px;
    border-top: 0;
  }
  html.side-header #header .header-nav-main nav > ul > li.dropdown-mega {
    position: relative;
  }
  html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu {
    min-width: 720px;
  }
  html.side-header #header .nav-pills > li {
    float: none;
    margin: 0 0 1px 0;
  }
  html.side-header #header .header-social-icons {
    float: none;
    text-align: center;
    margin-top: 25px;
  }
  html.side-header-right body > .body {
    margin: 0 255px 0 0;
  }
  html.side-header-right #header {
    left: auto;
    right: 0;
  }
  html.side-header-right #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle {
    padding-right: 5px;
    padding-left: 23px;
  }
  html.side-header-right #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after {
    content: "\f0d9";
    left: 11px;
  }
  html.side-header-right #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu,
  html.side-header-right #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    right: 100%;
    left: auto;
    border-right: 5px solid #CCC;
    border-left: 0;
    margin-left: 0;
    margin-right: -5px;
    border-radius: 4px 0 0 4px;
  }
  html.side-header-semi-transparent body > .body {
    margin: 0;
  }
  html.side-header-semi-transparent #header {
    background: rgba(0, 0, 0, 0.3);
  }
  html.side-header-semi-transparent #header .header-body {
    background: transparent !important;
  }
}

/* Page Header */
.page-header {
  background-color: #171717;
  border-bottom: 5px solid #CCC;
  border-top: 5px solid #384045;
  margin: 0 0 0 0;
  min-height: 50px;
  padding: 20px 0;
  position: relative;
  text-align: left;
}

.page-header .breadcrumb {
  background: none;
  margin: -3px 0 0;
  padding: 0;
}

.page-header .breadcrumb > li {
  text-shadow: none;
}

.page-header .breadcrumb.breadcrumb-valign-mid {
  position: absolute;
  top: 40%;
  right: 20px;
}

.page-header h1 {
  border-bottom: 5px solid #CCC;
  color: #FFF;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin: 0 0 -25px;
  min-height: 37px;
  font-size: 4.5em;
  line-height: 46px;
  padding: 0 0 17px;
  position: relative;
}

.page-header h1 span {
  color: #999da3;
  display: block;
  font-size: 0.6em;
  font-weight: 300;
  margin: -10px 0 0;
}

/* Page Header - Parallax */
.page-header.parallax {
  margin: 0 0 0;
  padding: 180px 0 60px;
}

/* Page Header Custom Background */
.page-header-custom-background {
  padding: 55px 0;
  background-repeat: repeat;
  background-color: transparent;
  border-top: 0;
  border-bottom: 0;
}

.page-header-custom-background h1 {
  color: #FFF;
  border: 0;
}

.page-header-custom-background h1 span {
  color: #FFF;
  opacity: 0.7;
}

.page-header-custom-background .breadcrumb.breadcrumb-valign-mid {
  top: 36%;
}

.page-header-custom-background .breadcrumb.breadcrumb-valign-mid li.active {
  color: #FFF;
  opacity: 0.7;
}

.page-header-custom-background .breadcrumb.breadcrumb-valign-mid a {
  color: #FFF;
}

.page-header-custom-background::before {
  background-color: rgba(0, 55, 88, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .page-header h1 {
    display: block;
    text-align: center;
    font-size: 37px;
    line-height: 37px;
  }
  .page-header .breadcrumb {
    float: none !important;
    position: static !important;
  }
}

@media (max-width: 479px) {
  .page-header {
    padding: 16px 0;
  }
  .page-header h1 {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
  }
}

/* Parallax */
.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 70px 0;
  padding: 50px 0;
  position: relative;
  clear: both;
}

.parallax blockquote {
  border: 0;
  padding: 0 10%;
}

.parallax blockquote i.fa-quote-left {
  font-size: 34px;
  position: relative;
  left: -5px;
}

.parallax blockquote p {
  font-size: 24px;
  line-height: 30px;
}

.parallax blockquote span {
  font-size: 16px;
  line-height: 20px;
  color: #999;
  position: relative;
  left: -5px;
}

.parallax.parallax-disabled {
  background-attachment: scroll !important;
  background-position: 50% 50% !important;
}

/* Responsive */
@media (max-width: 991px) {
  .parallax {
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
  }
}

/* Section Featured */
section.section {
  background: #f4f4f4;
  border-top: 5px solid #f1f1f1;
  margin: 30px 0;
  padding: 50px 0;
}

section.section.section-no-background {
  background: transparent;
  border-top-color: transparent;
}

section.section.section-center {
  text-align: center;
}

section.section.section-text-light h1, section.section.section-text-light h2, section.section.section-text-light h3, section.section.section-text-light h4, section.section.section-text-light h5, section.section.section-text-light h6 {
  color: #FFF;
}

section.section.section-text-light p {
  color: #e6e6e6;
}

section.section.section-background {
  background-repeat: repeat;
  border: 0;
}

section.section.section-overlay {
  position: relative;
}

section.section.section-overlay:before {
  content: "";
  display: block;
  background: url("../img/video-overlay.png") repeat scroll 0 0 transparent;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

section.section.section-video {
  background: none !important;
  border: 0;
}

section.section.section-parallax {
  border: 0;
}

section.section.section-no-border {
  border: 0;
}

section.section.section-with-divider {
  margin: 56px 0 35px;
}

section.section.section-with-divider .divider {
  margin: -56px 0 44px;
}

section.section.section-footer {
  margin-bottom: -50px;
}

section.section.section-with-mockup {
  margin-top: 120px;
}

section.section.section-front {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
  .container-fluid > .row > .p-none section.section {
    margin-bottom: 0;
    margin-top: 0;
  }
  .container-fluid > .row > .p-none:first-child section.section {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .container-fluid > .row > .p-none:last-child section.section {
    margin-bottom: 30px;
    margin-top: 0;
  }
}

/* Sidebar */
aside ul.nav-list > li > a {
  color: #666;
  font-size: 1.2em;
  padding: 8px 0 18px 18px;
}

/* Home Slider - Revolution Slider */
.slider-container {
  background: #171717;
  height: 500px;
  overflow: hidden;
  width: 100%;
  direction: ltr;
}

.slider-container .tparrows {
  border-radius: 6px;
}

.slider-container .slider-single-slide .tparrows {
  display: none;
}

.slider-container .top-label {
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
}

.slider-container .main-label {
  color: #FFF;
  font-size: 62px;
  line-height: 62px;
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.slider-container .featured-label {
  color: #FFF;
  font-size: 52px;
  line-height: 52px;
  font-weight: 800;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.slider-container .bottom-label {
  color: #FFF;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}

.slider-container .blackboard-text {
  color: #BAB9BE;
  font-size: 46px;
  line-height: 46px;
  font-family: "Shadows Into Light", cursive;
  text-transform: uppercase;
}

.slider-container .btn-slider-action {
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  padding: 20px 25px;
}

.slider-container .top-label-dark, .slider-container .main-label-dark, .slider-container .bottom-label-dark {
  color: #333;
}

.slider-container .tp-caption-dark a {
  color: #333;
}

.slider-container .tp-caption-dark a:hover {
  color: #333;
}

.slider-container .tp-caption-overlay {
  background: #000;
  padding: 10px;
}

.slider-container .tp-caption-overlay-opacity {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
}

.slider-container .tp-opacity-overlay {
  background: rgba(0, 0, 0, 0.75);
}

.slider-container.transparent {
  background-color: transparent;
}

.slider-container.light {
  background-color: #EAEAEA;
}

.slider-container.light .tp-bannershadow {
  opacity: 0.05;
  top: 0;
  bottom: auto;
  z-index: 1000;
}

.slider-container.light .featured-label, .slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label {
  color: #333;
}

.slider-container.light .tp-caption a {
  color: #333;
}

.slider-container.light .tp-caption a:hover {
  color: #333;
}

/* Arrows */
.tparrows.tparrows-carousel {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: auto;
  padding: 20px 0;
}

.tparrows.tparrows-carousel.tp-leftarrow {
  right: auto !important;
  left: -30px !important;
  border-radius: 0 4px 4px 0;
}

.tparrows.tparrows-carousel.tp-leftarrow:before {
  font-family: FontAwesome;
  content: "\f053";
  position: relative;
  left: -1px;
  top: 1px;
}

.tparrows.tparrows-carousel.tp-rightarrow {
  right: -60px !important;
  left: auto !important;
  border-radius: 4px 0 0 4px;
}

.tparrows.tparrows-carousel.tp-rightarrow:before {
  font-family: FontAwesome;
  content: "\f054";
  position: relative;
  left: 2px;
  top: 1px;
}

/* Slider IE Fix */
html.ie .forcefullwidth_wrapper_tp_banner {
  overflow: hidden;
}

/* Embed Border */
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
  border: 0 !important;
}

/* Defaults */
.hesperiden-custom {
  padding: 10px 0 !important;
}

.hesperiden-custom .tp-tab {
  border: 0 !important;
}

/* Slider With Overlay */
.slider-with-overlay {
  position: relative;
}

.slider-with-overlay .slider-container {
  z-index: auto;
}

/* Slider Contact Form */
.slider-contact-form {
  margin: -45px 0 25px;
}

.slider-contact-form .featured-box {
  text-align: left;
}

.slider-contact-form label.error {
  display: none !important;
}

.slider-contact-form .alert {
  padding: 6px;
  text-align: center;
}

.slider-contact-form textarea {
  resize: none;
}

/* Responsive */
@media (min-width: 992px) {
  .slider-contact-form {
    margin: 0;
    position: absolute;
    top: 20px;
    z-index: 99;
    width: 100%;
  }
}

/* Boxed */
html.boxed .slider-container {
  width: 100% !important;
  left: auto !important;
}

/* Home Slider - Nivo Slider */
.nivo-slider {
  position: relative;
}

.nivo-slider .theme-default .nivoSlider {
  border-radius: 10px 10px 0px 0px;
  box-shadow: none;
  margin-top: 10px;
}

.nivo-slider .theme-default .nivoSlider img {
  border-radius: 10px 10px 0px 0px;
}

.nivo-slider .theme-default .nivo-controlNav {
  margin-top: -72px;
  position: absolute;
  z-index: 100;
  right: 5px;
  bottom: -17px;
}

.nivo-slider .theme-default .nivo-caption {
  padding-left: 20px;
}

#homeMasterCarousel .carousel-caption {
  position: absolute;
  top: 20%;
  left: 10%;
  right: 10%;
  bottom: auto;
  height: 300px;
  z-index: 10;
  padding: 15px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
}

#homeMasterCarousel .carousel-caption h1 {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
  font-family: "Oswald", sans-serif;
  color: #fff;
}

#homeMasterCarousel .carousel-caption h5, #homeMasterCarousel .carousel-caption p {
  color: #fff;
  font-size: 1.4em;
  font-weight: normal;
}

#homeMasterCarousel .carousel-caption p .btn {
  border: medium none;
  border-radius: 300px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 50px;
}

#homeMasterCarousel #slide-0D7A9724-9B56-4C3C-A9E23E51AA81540A .carousel-caption {
  text-align: left;
  width: 950px;
}

#homeMasterCarousel #slide-18A70655-6ACC-4BB2-B7B6000520038E96 .carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

#homeMasterCarousel #slide-66BC6A69-7839-46A7-AE7C0760F6BF33FE .carousel-caption {
  width: 850px;
}

#homeMasterCarousel #slide-8B5FB4CF-196A-4773-9368146B6F10E3DF .carousel-caption {
  width: 850px;
}

#homeMasterCarousel #slide-8E15DBC8-0F44-4A0B-AC91C13107531DB2 .carousel-caption {
  width: 850px;
}

#homeMasterCarousel #slide-5BA593E4-326B-4459-A4F5798FCC3DC8DE .carousel-caption {
  width: 850px;
}

/*@media only screen and (max-width : 480px) {
     .carousel .item {
        height: auto !important;
    }
    #homeMasterCarousel {
        //margin-top:130px;

        .carousel-caption {  
          width:auto;
          height:auto;
          top: 0%;

             h1 {
                font-size: 25px;
                font-weight: 400;
                line-height: auto;
                 margin-bottom:5px;
            }//h1

            h5,p {
                font-size: .9em;
            }

            p {
                line-height: 1.1em;
                 .btn {
                    font-size: 12x;
                    border-radius: 10px;
                    padding: 7px 25px;
                    margin-top:5px;
                }
            }
            

        }
         //Whatever it takes...
        #slide-0D7A9724-9B56-4C3C-A9E23E51AA81540A,
        #slide-18A70655-6ACC-4BB2-B7B6000520038E96,
        #slide-66BC6A69-7839-46A7-AE7C0760F6BF33FE,
        #slide-8B5FB4CF-196A-4773-9368146B6F10E3DF,
        #slide-8E15DBC8-0F44-4A0B-AC91C13107531DB2,
        #slide-5BA593E4-326B-4459-A4F5798FCC3DC8DE

         {
            .carousel-caption {
                text-align: center;               
                width:auto;
            }
        }

    }//homeMasterCarousel

}*/
@media (max-width: 767px) {
  .carousel .item {
    height: auto !important;
  }
  #homeMasterCarousel .carousel-caption {
    width: auto;
    height: auto;
    top: 10%;
    min-height: 225px;
  }
  #homeMasterCarousel .carousel-caption h1 {
    font-size: 25px;
    font-weight: 400;
    line-height: auto;
    margin-bottom: 5px;
  }
  #homeMasterCarousel .carousel-caption h5, #homeMasterCarousel .carousel-caption p {
    font-size: .9em;
  }
  #homeMasterCarousel .carousel-caption p {
    line-height: 1em;
  }
  #homeMasterCarousel .carousel-caption p .btn {
    font-size: 16px;
    border-radius: 10px;
    padding: 7px 25px;
    margin-top: 5px;
  }
  #homeMasterCarousel #slide-0D7A9724-9B56-4C3C-A9E23E51AA81540A .carousel-caption,
  #homeMasterCarousel #slide-18A70655-6ACC-4BB2-B7B6000520038E96 .carousel-caption,
  #homeMasterCarousel #slide-66BC6A69-7839-46A7-AE7C0760F6BF33FE .carousel-caption,
  #homeMasterCarousel #slide-8B5FB4CF-196A-4773-9368146B6F10E3DF .carousel-caption,
  #homeMasterCarousel #slide-8E15DBC8-0F44-4A0B-AC91C13107531DB2 .carousel-caption,
  #homeMasterCarousel #slide-5BA593E4-326B-4459-A4F5798FCC3DC8DE .carousel-caption {
    text-align: center;
    width: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .carousel .item {
    height: auto !important;
  }
  #homeMasterCarousel .carousel-caption {
    width: 80% !important;
    top: 10%;
    height: auto;
  }
  #homeMasterCarousel .carousel-caption h1 {
    font-size: 35px;
    margin-bottom: 5px;
  }
  #homeMasterCarousel .carousel-caption h5, #homeMasterCarousel .carousel-caption p {
    font-size: 1em;
  }
  #homeMasterCarousel .carousel-caption p .btn {
    font-size: 20px;
    border-radius: 10px;
    padding: 7px 25px;
    margin-top: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .carousel .item {
    height: auto !important;
  }
  #homeMasterCarousel .carousel-caption {
    width: 80% !important;
    height: auto;
  }
  #homeMasterCarousel .carousel-caption h1 {
    font-size: 40px;
  }
  #homeMasterCarousel .carousel-caption h5, #homeMasterCarousel .carousel-caption p {
    font-size: 1.1em;
  }
  #homeMasterCarousel .carousel-caption p .btn {
    font-size: 25px;
  }
}

.form-group.required > .control-label:after {
  content: " *";
  color: red;
}

span.required {
  color: red;
}

#pickup h2 {
  font-size: 32px !important;
}

#pickup h3 {
  font-size: 22px !important;
}

#pickup .form-section {
  font-size: 25px !important;
  border-bottom: 1px solid black;
}

.text-xs {
  font-size: 1rem !important;
}

.text-sm {
  font-size: 1.3rem !important;
}

.text-md {
  font-size: 1.6rem !important;
}

.text-lg {
  font-size: 1.9rem !important;
}

.text-xl {
  font-size: 2.2rem !important;
}

.text-muted {
  color: #999 !important;
}

html.dark .text-muted {
  color: #505461 !important;
}

.text-dark {
  color: #1d2127 !important;
}

.text-light {
  color: #FFF !important;
}

.text-weight-light {
  font-weight: 300 !important;
}

.text-weight-normal {
  font-weight: 400 !important;
}

.text-weight-semibold {
  font-weight: 600 !important;
}

.text-weight-bold {
  font-weight: 700 !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.rounded {
  border-radius: 5px !important;
}

.b-thin {
  border-width: 3px !important;
}

.b-normal {
  border-width: 5px !important;
}

.b-thick {
  border-width: 7px !important;
}

/* Spacements */
/* spacement top & bottom */
.m-none {
  margin: 0 !important;
}

.m-auto {
  margin: 0 auto !important;
}

.m-xs {
  margin: 5px !important;
}

.m-sm {
  margin: 10px !important;
}

.m-md {
  margin: 15px !important;
}

.m-lg {
  margin: 20px !important;
}

.m-xl {
  margin: 25px !important;
}

.m-xlg {
  margin: 30px !important;
}

/* spacement top  */
.mt-none {
  margin-top: 0 !important;
}

.mt-xs {
  margin-top: 5px !important;
}

.mt-sm {
  margin-top: 10px !important;
}

.mt-md {
  margin-top: 15px !important;
}

.mt-lg {
  margin-top: 20px !important;
}

.mt-xl {
  margin-top: 25px !important;
}

.mt-xlg {
  margin-top: 30px !important;
}

/* spacement bottom  */
.mb-none {
  margin-bottom: 0 !important;
}

.mb-xs {
  margin-bottom: 5px !important;
}

.mb-sm {
  margin-bottom: 10px !important;
}

.mb-md {
  margin-bottom: 15px !important;
}

.mb-lg {
  margin-bottom: 20px !important;
}

.mb-xl {
  margin-bottom: 25px !important;
}

.mb-xlg {
  margin-bottom: 30px !important;
}

/* spacement left  */
.ml-none {
  margin-left: 0 !important;
}

.ml-xs {
  margin-left: 5px !important;
}

.ml-sm {
  margin-left: 10px !important;
}

.ml-md {
  margin-left: 15px !important;
}

.ml-lg {
  margin-left: 20px !important;
}

.ml-xl {
  margin-left: 25px !important;
}

.ml-xlg {
  margin-left: 30px !important;
}

/* spacement right  */
.mr-none {
  margin-right: 0 !important;
}

.mr-xs {
  margin-right: 5px !important;
}

.mr-sm {
  margin-right: 10px !important;
}

.mr-md {
  margin-right: 15px !important;
}

.mr-lg {
  margin-right: 20px !important;
}

.mr-xl {
  margin-right: 25px !important;
}

.mr-xlg {
  margin-right: 30px !important;
}

/* Spacement Padding */
.p-none {
  padding: 0 !important;
}

.p-xs {
  padding: 5px !important;
}

.p-sm {
  padding: 10px !important;
}

.p-md {
  padding: 15px !important;
}

.p-lg {
  padding: 20px !important;
}

.p-xl {
  padding: 25px !important;
}

.p-xlg {
  padding: 30px !important;
}

/* spacement top  */
.pt-none {
  padding-top: 0 !important;
}

.pt-xs {
  padding-top: 5px !important;
}

.pt-sm {
  padding-top: 10px !important;
}

.pt-md {
  padding-top: 15px !important;
}

.pt-lg {
  padding-top: 20px !important;
}

.pt-xl {
  padding-top: 25px !important;
}

.pt-xlg {
  padding-top: 30px !important;
}

/* spacement bottom  */
.pb-none {
  padding-bottom: 0 !important;
}

.pb-xs {
  padding-bottom: 5px !important;
}

.pb-sm {
  padding-bottom: 10px !important;
}

.pb-md {
  padding-bottom: 15px !important;
}

.pb-lg {
  padding-bottom: 20px !important;
}

.pb-xl {
  padding-bottom: 25px !important;
}

.pb-xlg {
  padding-bottom: 30px !important;
}

/* spacement left  */
.pl-none {
  padding-left: 0 !important;
}

.pl-xs {
  padding-left: 5px !important;
}

.pl-sm {
  padding-left: 10px !important;
}

.pl-md {
  padding-left: 15px !important;
}

.pl-lg {
  padding-left: 20px !important;
}

.pl-xl {
  padding-left: 25px !important;
}

.pl-xlg {
  padding-left: 30px !important;
}

/* spacement right  */
.pr-none {
  padding-right: 0 !important;
}

.pr-xs {
  padding-right: 5px !important;
}

.pr-sm {
  padding-right: 10px !important;
}

.pr-md {
  padding-right: 15px !important;
}

.pr-lg {
  padding-right: 20px !important;
}

.pr-xl {
  padding-right: 25px !important;
}

.pr-xlg {
  padding-right: 30px !important;
}

.ib {
  display: inline-block;
  vertical-align: top;
}

.va-middle {
  vertical-align: middle;
}

.ws-nowrap {
  white-space: nowrap;
}

.ws-normal {
  white-space: normal;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  col-sm-2-5 {
    width: 40%;
    float: left;
  }
  col-sm-3-5 {
    width: 60%;
    float: left;
  }
  col-sm-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}

@media (max-width: 991px) {
  .col-md-3 .sidebar {
    clear: both;
  }
}

/* #Footer */
#footer {
  background: #403c3d;
  border-top: 4px solid #403c3d;
  font-size: 0.9em;
  margin-top: 50px;
  padding: 70px 0 0;
  position: relative;
  clear: both;
}

#footer .container .row > div {
  margin-bottom: 25px;
}

#footer .container input:focus {
  box-shadow: none;
}

#footer a:hover {
  color: #CCC;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
  color: #FFF;
}

#footer h4 {
  font-size: 1.8em;
  font-weight: 200;
}

#footer h5 {
  color: #CCC;
}

#footer h5 .fa {
  margin-right: 5px;
}

#footer p {
  color: #CCC;
}

#footer ul.nav-list > li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 20px;
  padding-bottom: 11px;
}

#footer ul.nav-list > li:last-child a {
  border-bottom: 0;
}

#footer ul.nav-list > li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

#footer ul.list-icons li {
  margin-bottom: 5px;
}

#footer ul.list-icons li .fa {
  color: #dd281f;
}

#footer .contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .contact i {
  display: block;
  float: left;
  font-size: 1.2em;
  margin: 7px 8px 10px 0;
  position: relative;
  text-align: center;
  top: -2px;
  width: 16px;
}

#footer .contact i.fa-envelope {
  font-size: 1em;
  top: 0;
}

#footer .contact p {
  margin-bottom: 10px;
}

#footer .footer-copyright {
  background: #383535;
  padding: 15px 0 10px;
}

#footer .footer-copyright p {
  margin: 0;
  padding: 0;
}

#footer .phone {
  font-size: 26px;
  font-weight: bold;
  display: block;
  padding-bottom: 15px;
  margin-top: -5px;
}

#footer .phone .fa {
  margin-right: 5px;
}

/* Responsive */
@media (max-width: 991px) {
  #footer .phone {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  /* Footer */
  #footer .phone {
    font-size: 20px;
  }
}

.mura-index {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}

.mura-index dl {
  border-bottom: 1px solid #999;
  padding-bottom: 12px;
  margin: 0 0 12px;
  float: left;
  width: 100%;
}

.mura-index dt.title {
  margin-top: 25px;
}

.mura-index dt.releaseDate {
  font-size: 12px;
  margin-bottom: .25em;
  line-height: 1;
}

.mura-index dd {
  margin-left: 0;
}

.mura-index .credits, .mura-index .comments, .mura-index .tags, .mura-index .rating {
  line-height: 20px;
}

/* CALENDAR
===================================== */
.mura-calendar {
  text-align: center;
}

.mura-calendar table thead {
  background: #999;
}

.mura-calendar table thead th, .mura-calendar table thead th a {
  line-height: 1.5;
  padding: .5em;
  text-align: center;
}

.mura-calendar table td, .mura-calendar table th {
  border-collapse: collapse;
  border: 0;
  font-size: 12px;
}

.mura-calendar table table #previousMonth a,
.mura-calendar table table #nextMonth a {
  font-weight: normal;
  font-size: 150%;
  line-height: 1.1;
  padding: 0;
}

.mura-calendar table .table tbody tr:hover td,
.mura-calendar table .table tbody tr:hover th {
  background: #999;
}

.mura-calendar-nav th {
  line-height: 1;
  padding: 0;
}

.mura-calendar-nav th a {
  line-height: 1;
  padding: 2px 2px 4px;
  font-weight: bold;
}

.mura-calendar-nav tbody tr td a {
  font-weight: bold;
}

.comments, .tags, .rating {
  font-size: 12px;
  line-height: 12px;
}

.pagination {
  margin: 24px 0 18px !important;
}

.pagination a {
  padding: 0 14px;
}

.mura-edit-mode body {
  margin-top: 30px;
}

.mura-asset {
  padding: 1em 0;
}

.moreResults {
  border-radius: 6px;
}

.moreResults dt {
  font-size: 12px;
  font-weight: normal;
}

.moreResults > p {
  float: left;
  margin: 0.5em 0;
}

.moreResults > ul {
  whitespace: nowrap;
}

.moreResults > ul.pager {
  margin: 0;
}

.moreResults > ul > li {
  display: inline-block;
}

.moreResults > ul > li > a:hover {
  background-color: #999;
  color: #fff;
}

li.form ol, .mura-tag-cloud ol {
  list-style: none;
  margin: 0;
}

.mura-tag-cloud a.tag {
  color: #dd281f;
}

.mura-tag-cloud a.tag:hover {
  color: #dd281f;
}

.pagination {
  margin: 24px 0 18px !important;
}

.pagination a {
  padding: 0 14px;
}

.socialShare h2 {
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 20px;
}

.socialShare .list-inline {
  margin-top: 10px;
}

.socialShare i.socialShare-icon {
  font-size: 32px;
}

.socialShare .fa-facebook-square {
  color: #1C5CBD !important;
}

.socialShare .fa-twitter-square {
  color: #79C4F8 !important;
}

.socialShare .fa-google-plus-square {
  color: #AA2B1C !important;
}

.socialShare .fa-linkedin-square {
  color: #007bb6 !important;
}

aside .socialShare {
  text-align: center;
}

aside .socialShare h2 {
  margin-bottom: 10px;
  margin-right: 0px;
  float: none;
}

aside .socialShare .list-inline {
  margin-top: 0px;
}
