.fontcolor-regular, .fontcolor-regular a {
  color: #333; }

.fontcolor-invert, .fontcolor-invert a {
  color: #fff; }

.fontcolor-medium-light, .fontcolor-medium-light a {
  color: #f2f2f2; }

.hovercolor, .hovercolor a {
  color: #013998; }

.accent-color, .accent-color a {
  color: #586682 !important; }

.accent-color a:hover {
  color: #013998 !important; }

/** Backgrounds **/
/*------------------------------------------------------------------
[2. Blocks]
*/
.e-block {
  padding: 60px 0 60px 0; }

.e-block-ins {
  padding: 70px 0 70px 0; }

.e-block-skin {
  background: #fff !important; }

.e-block-light {
  background: #e8e8e8;
  color: #333; }
  .e-block-light p, .e-block-light h2, .e-block-light h3, .e-block-light h4, .e-block-light h5 {
    color: #333; }
  .e-block-light a, .e-block-light .infoblock a {
    color: #333; }
    .e-block-light a:hover, .e-block-light .infoblock a:hover {
      color: #013998;
      text-decoration: none; }

.e-block-dark {
  background: #403d3d;
  color: #fff; }
  .e-block-dark p, .e-block-dark h2, .e-block-dark h3, .e-block-dark h4, .e-block-dark h5 {
    color: #f2f2f2; }
  .e-block-dark a, .e-block-dark .infoblock a {
    color: #fff; }
    .e-block-dark a:hover, .e-block-dark .infoblock a:hover {
      color: #1c3c93;
      text-decoration: none; }

.e-block-assent {
  background: #586682;
  color: #fff; }
  .e-block-assent p, .e-block-assent h2, .e-block-assent h3, .e-block-assent h4, .e-block-assent h5 {
    color: #fff; }
  .e-block-assent a, .e-block-assent .infoblock a {
    color: #fff; }
    .e-block-assent a:hover, .e-block-assent .infoblock a:hover {
      color: #013998;
      text-decoration: none; }

.e-block-centered {
  text-align: center;
  margin: 0 auto; }

.border-bot-3 {
  border-bottom: 3px solid #333; }

.border-top-3 {
  border-top: 3px solid #333; }

.texture-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../img/grid.png); }

/** Background Classes **/
.e-bg-skin {
  background: #fff; }

.e-bg-light {
  background: #e8e8e8; }

.e-bg-light-texture {
  background: url("../img/backgrounds/contrast/bg-light.png");
  }

.e-bg-medium {
  background: #666; }

.e-bg-dark {
  background: #403d3d;
  color: #fff; }

.e-bg-dark-texture {
  background: url("../img/backgrounds/contrast/bg-dark.png");
  }

.e-bg-accent {
  background: #586682;
  color: #fff; }

.e-bg-section01 {
  overflow: hidden;
  position: relative; }
  .e-bg-section01:before, .e-bg-section01:after {
    content: "";
    display: table; }
  .e-bg-section01:after {
    clear: both; }
  .e-bg-section01::before {
    content: ' ';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #e8e8e8;
    background: url("../img/section-bg01.jpg") no-repeat center center;
    background-size: cover;
    will-change: transform;
    z-index: -1; }

.e-bg-section02 {
  overflow: hidden !important;
  position: relative; }
  .e-bg-section02:before, .e-bg-section02:after {
    content: "";
    display: table; }
  .e-bg-section02:after {
    clear: both; }
  .e-bg-section02::before {
    content: ' ';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #e8e8e8;
    background: url("../img/section-bg02.jpg") no-repeat center center;
    background-size: cover;
    will-change: transform;
    z-index: -1; }

.e-bg-section03 {
  overflow: hidden;
  position: relative; }
  .e-bg-section03:before, .e-bg-section03:after {
    content: "";
    display: table; }
  .e-bg-section03:after {
    clear: both; }
  .e-bg-section03::before {
    content: ' ';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #e8e8e8;
    background: url("../img/section-bg03.jpg") no-repeat center center;
    background-size: cover;
    will-change: transform;
    z-index: -1; }

.e-bg-section04 {
  overflow: hidden;
  position: relative; }
  .e-bg-section04:before, .e-bg-section04:after {
    content: "";
    display: table; }
  .e-bg-section04:after {
    clear: both; }
  .e-bg-section04::before {
    content: ' ';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #e8e8e8;
    background: url("../img/section-bg04.jpg") no-repeat center center;
    background-size: cover;
    will-change: transform;
    z-index: -1; }

.e-bg-section05 {
  overflow: hidden;
  position: relative; }
  .e-bg-section05:before, .e-bg-section05:after {
    content: "";
    display: table; }
  .e-bg-section05:after {
    clear: both; }
  .e-bg-section05::before {
    content: ' ';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #e8e8e8;
    background: url("../img/section-bg05.jpg") no-repeat center center;
    background-size: cover;
    will-change: transform;
    z-index: -1; }

.boxed-hero::before {
  max-width: 1300px !important;
  margin-right: auto;
  margin-left: auto;
  left: auto !important; }

.hero-text-wrap {
  width: 100%;
  position: absolute;
  top: 40%;
  text-transform: uppercase;
  text-align: center; }

.hero-text-wrap ul {
  list-style: none;
  display: inline-block;
  width: 100%; }

.hero-text-wrap ul li {
  display: none;
  padding: 0 20px; }

.hero-text-wrap ul.single li:first-child {
  display: block; }

.hero-text-wrap ul.border li {
  border: 1px solid #fff;
  padding: 20px 40px 10px; }

.hero-text-wrap ul.border-top-bottom li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 40px 10px; }

.hero-text-wrap .hero-subtitle {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 12px;
  margin-bottom: 30px; }

.hero-text-wrap .hero-title {
  font-size: 70px;
  letter-spacing: 8px;
  line-height: 90px;
  color: #fff;
  font-weight: 800; }

/*------------------------------------------------------------------
[3. Typography]
*/
/* Headings Fonts variables */
/* Heading font one */
.font-accident-one-bold {
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  font-style: normal; }

.font-accident-one-book {
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  font-style: normal; }

.font-accident-one-demibold {
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  font-style: normal; }

.font-accident-one-light {
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  font-style: normal; }

.font-accident-one-medium {
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  font-style: normal; }

.font-accident-one-normal {
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  font-style: normal; }

/* Heading font two */
.font-accident-two-normal {
  font-family: "Georgia", serif;
  font-style: normal; }

.font-accident-two-oblique {
  font-family: "Georgia", serif;
  font-style: oblique; }

.font-accident-two-bold {
  font-family: "Georgia", serif;
  font-weight: bold; }

.font-accident-two-bold-italic {
  font-family: "Georgia", serif;
  font-weight: bold;
  font-style: oblique; }

/* Regular font */
.font-regular-light {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal; }

.font-regular-normal {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal; }

.font-regular-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal; }

/* Headings */
h1 {
  font-family: Open Sans, sans-serif;
  font-size: 60px;
  font-weight: normal;
  font-style: normal; }

h2 {
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: normal;
  font-style: normal; }

h3 {
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-style: normal; }

h4 {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal; }

h5 {
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: normal;
  font-style: normal; }

h6 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal; }

.superheading {
  font-size: 48px; }

/*  ----------------------------------------------------------------
Preloader
*/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 19000; }

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001; }

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */ }

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */ }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */ }

#loader-wrapper .loader-section.section-left {
  left: 0; }

#loader-wrapper .loader-section.section-right {
  right: 0; }

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out; }

/*------------------------------------------------------------------
[4. Basic Styles]
*/

.boxed {
  display: block;
  background-color: #676767;
  background-image: url("../img/patterns/tileable_wood_texture.png");
  position: relative;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px 4px; }

ul {
  margin-left: 0px;
}
ul.list-o {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.list-o li {
    padding-left: 1em;
    text-indent: -.7em; }
    ul.list-o li:before {
      padding-right: 4px;
      content: "* ";
      color: #013998; }

.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

/* Dividers */
.dividewhite1 {
  height: 10px; }

.dividewhite2 {
  height: 20px; }

.dividewhite3 {
  height: 30px; }

.dividewhite4 {
  height: 40px; }

.dividewhite6 {
  height: 60px; }

.dividewhite8 {
  height: 80px; }

.dividewhite9 {
  height: 90px; }

.dividewhite10 {
  height: 100px; }

/* Misc */
#back-top a {
  background: #ccc url(../img/back_top.png) no-repeat 50% 50%;
  bottom: 60px;
  display: block;
  height: 40px;
  position: fixed;
  border-radius: 2px;
  right: 30px;
  width: 40px;
  z-index: 10;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }
  #back-top a:hover {
    background: #013998 url(../img/back_top.png) no-repeat 50% 50%; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.e-centered {
  margin: 0 auto; }

.uppercase {
  text-transform: uppercase; }

i {
  color: #f2f2f2; }

.hidden {
  display: none; }

.respon-wrap img {
  max-width: 100% !important;
  height: auto;
  display: block; }

.white {
  color: #fff; }

.color-333 {
  color: #333; }

.color-666 {
  color: #666666; }

.color-999 {
  color: #999; }

.fullwidth {
  width: 100% !important; }

.width-90 {
  width: 90%; }

.width-80 {
  width: 80%; }

.width-70 {
  width: 70%; }

.width-60 {
  width: 60%; }

.width-50 {
  width: 50%; }

/* Bootstrap tabs */
.nav-tabs {
  border-bottom: none; }
  .nav-tabs li {
    padding: 0;
    font-size: 14px;
    font-weight: 600; }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border-top: 1px solid #013998;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom-color: transparent; }
  .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #666; }
    .nav-tabs > li > a:hover {
      border-color: #eee #eee #ddd; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
  color: #666; }

.tab-content {
  padding: 24px;
  border: 1px solid #999; }

/* Accordion */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px; }

.panel-default {
  border-color: #999; }
  .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  /*border: 1px solid transparent;*/
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.panel-heading {
  padding: 9px 15px; }
  .panel-heading:hover {
    background-color: #eee; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600; }
  .panel-title a:hover {
    text-decoration: none; }

/* Carousel */
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: inline-block; }

/* Forms */
#success_message {
  display: none; }

label.error {
  color: red !important; }

label.valid {
  margin-left: 5px !important;
  color: green !important; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
  color: #fff; }

/*------------------------------------------------------------------
[5. Buttons]
*/
/* Button Sizes */
.btn-lg {
  font-size: 15px; }

.btn-default {
  font-size: 13px; }

.btn-sm {
  font-size: 12px; }

.btn-xs {
  font-size: 11px;
  padding: 3px 9px; }

/* Button Types */
.btn-darker,
.btn-blk,
.btn-gr,
.btn-lgr,
.btn-lgr-str,
.btn-grey-str,
.btn-light,
.btn-wh,
.btn-wh-str,
.btn-rd {
  border-radius: 24px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }

.btn-darker {
  font-family: "Georgia", serif;
  font-style: oblique;
  border: 1px solid #2b2b2b;
  background: #2b2b2b;
  color: #fff !important; }
  .btn-darker:hover {
    border: 1px solid #013998;
    background: #013998;
    color: #fff !important; }

.btn-blk {
  font-family: "Georgia", serif;
  font-style: oblique;
  border: 1px solid #353535;
  background: #353535;
  color: #fff !important; }
  .btn-blk:hover {
    border: 1px solid #013998;
    background: #013998;
    color: #fff !important; }

.btn-gr {
  font-family: "Georgia", serif;
  font-style: oblique;
  border: 1px solid #505050;
  color: #fff !important;
  background: #505050; }
  .btn-gr:hover {
    border: 1px solid #1c3c93;
    background: #1c3c93;
    color: #fff !important; }

.btn-lgr {
  font-family: "Georgia", serif;
  font-style: oblique;
  border: 1px solid #999999;
  background: #999999;
  color: #fff !important; }
  .btn-lgr:hover {
    border: 1px solid #013998;
    background: #013998;
    color: #fff !important; }

.btn-lgr-str {
  font-family: "Georgia", serif;
  font-style: oblique;
  font-style: oblique;
  background: none;
  border: 1px solid #333;
  color: #333; }
  .btn-lgr-str a {
    color: #333; }
  .btn-lgr-str:hover {
    background: none;
    border: 1px solid #013998;
    color: #013998 !important; }

.btn-grey-str {
  font-family: "Georgia", serif;
  font-style: oblique;
  background: none;
  margin-right: 12px;
  border: 2px solid #333;
  color: #333 !important; }
  .btn-grey-str:hover {
    background: none;
    border: 2px solid #013998;
    color: #013998 !important; }

.btn-light {
  font-family: "Georgia", serif;
  font-style: oblique;
  background: #e8e8e8;
  margin-right: 12px;
  border: 1px solid #e8e8e8;
  color: #2b2b2b !important; }
  .btn-light:hover {
    background: #013998;
    border: 1px solid #013998;
    color: #fff !important; }

.btn-wh-str {
  font-family: "Georgia", serif;
  font-style: oblique;
  background: none;
  margin-right: 12px;
  border: 2px solid #f2f2f2;
  color: #f2f2f2 !important; }
  .btn-wh-str:hover {
    background: none;
    border: 2px solid #cc6a14;
 }

.btn-wh {
  font-family: "Georgia", serif;
  font-style: oblique;
  background: #fff;
  margin-right: 12px;
  border: 2px solid #fff;
  color: #333 !important; }
  .btn-wh:hover {
    background: #1c3c93;
    border: 2px solid #1c3c93;
    color: #fff !important; }

.btn-rd {
  font-family: "Georgia", serif;
  font-style: oblique;
  border: 1px solid #013998;
  color: #fff !important;
  background: #013998; }
  .btn-rd:hover {
    border: 1px solid #ec1717;
    background: #ec1717;
    color: #fff !important; }

/*------------------------------------------------------------------
[7. Drop-down menu]
*/
/* Superfish Drop Down menu */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative;
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  border: none;
  text-align: left; }
  .sf-menu li a {
    border: none;
    text-align: left; }
  .sf-menu li:hover, .sf-menu li.sfHover {
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none; }
    .sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
      display: inline-block; }
.sf-menu > li {
  display: inline-block; }
.sf-menu ul {
  position: absolute;
  display: none;
  top: 155%;
  left: 0;
  white-space: nowrap;
  z-index: 9999;
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */ }
  .sticky-wrapper.is-sticky .sticky-header .submenu {
    top: 155%;
}
  .sf-menu ul li {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); }
    .sf-menu ul li ul {
      top: 0;
      left: 100%; }
.sf-menu a {
  display: block;
  font-size: 12px;
  position: relative;
  padding: 1em 1em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */ }

.sf-menu > li:hover, .sf-menu > li.sfHover {
  background: none; }

ul.sf-menu > li, .sf-menu > li > a {
  border: none;
  text-align: left; }

.submenu a {
  color: #333; }

.submenu li:hover > a {
  color: #333 !important; }

.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block; }

.sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-mega {
  background-color: #CFDEFF;
  padding: 1em;
  box-sizing: border-box;
  width: 100%; }

.sf-mega-section {
  float: left;
  width: 8em;
  /* optional */
  padding: 0 1em 1em 0;
  margin-right: 1em;
  border-right: 1px solid #b4c8f5; }

.sf-menu .sf-mega {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
  /* allow long menu items to determine submenu width */ }

.mega-item {
  position: static; }

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */ }
  .sf-arrows .sf-with-ul::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.5em;
    margin-top: -1px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 4px solid transparent;
    /*border-top-color: #333; */
    /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(10, 10, 10, 0.5); }
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #333;
  /* IE8 fallback colour */ }
.sf-arrows ul .sf-with-ul:after {
  margin-top: -4px;
  margin-right: -5px;
  border-color: transparent;
  border-left-color: #333;
  /* edit this to suit design (no rgba in IE8) */ }
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #fff; }

.sf-menu .search-panel li {
  right: 90%;
  height: 42px;
  padding: 0px 8px; }
.sf-menu .search-panel input {
  outline: 0;
  width: 455px !important;
  margin-top: 5px;
  height: 30px;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  background: #2b2b2b;
  color: #f2f2f2;
  padding: 0 10px;
  line-height: normal;
  vertical-align: middle; }
.sf-menu .search-panel .btn {
  padding: 3px 8px;
  margin: -14px 0 0 3px;
  height: 28px;
  border-radius: 0px;
  border: none;
  background: #e8e8e8;
  color: #333; }
  .sf-menu .search-panel .btn:hover {
    background: #013998;
    color: #fff; }

#mobnav-btn {
  display: none;
  font-size: 21px;
  font-weight: bold;
  padding: 6px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out; }

.mobnav-subarrow {
  display: none; }

/*------------------------------------------------------------------
[6. Header Styles]
*/
/* Small Top with Contacts and Shop Features */
#sub-top-dark, #sub-top-light {
  height: 30px;
  font-size: 12px; }
  #sub-top-dark i, #sub-top-light i {
    margin-right: 4px;
    font-size: 14px; }
  #sub-top-dark .top-contacts, #sub-top-dark .top-shop, #sub-top-light .top-contacts, #sub-top-light .top-shop {
    padding-top: 6px; }
  #sub-top-dark .top-contacts, #sub-top-light .top-contacts {
    float: left; }
    #sub-top-dark .top-contacts div, #sub-top-light .top-contacts div {
      display: inline;
      margin-right: 12px; }
  #sub-top-dark .top-shop, #sub-top-light .top-shop {
    float: right; }

/* Site Title for Main Page */
#header-wrapper-mp {
  /* Main menu for Main Page */ }
  #header-wrapper-mp #site-title {
    float: left; }
    #header-wrapper-mp #site-title h1 {
      font-size: 28px;
      margin-top: 46px;
      text-transform: uppercase; }
      #header-wrapper-mp #site-title h1 a {
        text-decoration: none; }
  #header-wrapper-mp #main-menu {
    /*float: right;*/
    border: none;
    margin-top: 13px; }
    #header-wrapper-mp #main-menu ul {
      list-style: none;
      margin-bottom: 12px; }
    #header-wrapper-mp #main-menu > li {
      display: inline-block;
      margin-right: 24px;
      border: none; }
    #header-wrapper-mp #main-menu li:last-child {
      margin-right: 0; }
    #header-wrapper-mp #main-menu a {
      font-weight: 400;
      font-size: 13px; }
    #header-wrapper-mp #main-menu > ul > li > a {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 13px; }

/* Inner Pages Site Title and Page Title*/
#header-wrapper #site-title h1 {
  font-size: 38px;
  margin: 40px 0 0 0;
  text-transform: uppercase;
  color: #333; }
  #header-wrapper #site-title h1 a {
    color: #333;
    text-decoration: none; }
#header-wrapper #page-title {
  height: 500px;
  width: 100%;
  padding: 80px 0 70px 0; }
  #header-wrapper #page-title .page-title-details {
    top: 25%;
    position: relative; }
    #header-wrapper #page-title .page-title-details h1 {
      font-size: 60px;
      text-transform: uppercase;
      line-height: 66px; }
    #header-wrapper #page-title .page-title-details ul {
      padding: 2px 12px 2px 12px;
      display: inline-block;
      margin: 0 auto;
      min-width: 30%;
      background: rgba(255, 255, 255, 0.4); }
      #header-wrapper #page-title .page-title-details ul li {
        display: inline-block;
        margin-right: 8px;
        border: none;
        font-family: 'Georgia', serif;
        font-style: italic;
        color: #333; }
        #header-wrapper #page-title .page-title-details ul li:last-child {
          margin-right: 0; }
        #header-wrapper #page-title .page-title-details ul li > a {
          font-family: 'Georgia', serif;
          font-style: italic;
          text-decoration: underline;
          color: #333; }
          #header-wrapper #page-title .page-title-details ul li > a:hover {
            color: #013998; }

/* Main menu for Inner Pages */
#header-wrapper #main-menu ul {
  list-style: none;
  margin-bottom: 12px; }
#header-wrapper #main-menu > li {
  display: inline-block;
  margin-right: 24px;
  border: none; }
  #header-wrapper #main-menu > li:last-child {
    margin-right: 0; }
#header-wrapper #main-menu a {
  color: #333;
  font-weight: 400;
  font-size: 13px; }
#header-wrapper #main-menu > ul > li > a {
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  font-size: 13px; }
#header-wrapper #main-menu a > i {
  color: #333; }
#header-wrapper #main-menu a:hover {
  color: #013998; }
#header-wrapper #main-menu a:hover > i {
  color: #013998; }

/* Sticky Header */
.sticky-overlay .sticky-wrapper {
  position: relative;
  z-index: 999; }

.head-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

#header-wrapper .sticky-header {
  height: 150px; }

#header-wrapper-mp .sticky-header {
  /*height: 120px;*/ }
#header-wrapper-mp #site-title h1, #header-wrapper-mp #main-menu {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition-delay: 0.5s; }

#header-wrapper,
#header-wrapper-mp {
  width: 100%;
  text-align: center;
  box-sizing: border-box; }

.sticky-header {
  position: relative;
  top: 40;
  right: 0;
  left: 0;
  z-index: 1030;
  box-sizing: border-box; }

#header-wrapper .is-sticky .sticky-header, #header-wrapper-mp .is-sticky .sticky-header {
  filter: alpha(opacity=90);
  /*height: 80px;*/
  top: 0;
  -webkit-transition: width 0.5s, height 0.5s, background-color 0.1s, -webkit-transform 0.5s;
  transition: width 0.5s, height 0.5s, background-color 0.1s, transform 0.5s;
  transition-delay: 0.1s; }
#header-wrapper .is-sticky > .sticky-header > .mp-nav, #header-wrapper-mp .is-sticky > .sticky-header > .mp-nav {
  border-bottom: none; }
#header-wrapper .is-sticky #site-title, #header-wrapper-mp .is-sticky #site-title {
  float: left; }
#header-wrapper .is-sticky #site-title h1, #header-wrapper-mp .is-sticky #site-title h1 {
  font-size: 28px;
  margin-top: 26px; }
#header-wrapper .is-sticky #site-title h1 a, #header-wrapper-mp .is-sticky #site-title h1 a {
  text-decoration: none; }
#header-wrapper .is-sticky #main-menu, #header-wrapper-mp .is-sticky #main-menu {
  /*float: right;*/
  border: none;
  margin-top: 6px; }
  #header-wrapper .is-sticky #main-menu > ul > li > a, #header-wrapper-mp .is-sticky #main-menu > ul > li > a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px; }

/* Header and Initial menu Colors -------------------------------------------------
*/
#sub-top-dark {
  background-color: #fff;
  color: #333; }
  #sub-top-dark a, #sub-top-dark i {
    color: #333; }

#sub-top-light {
  background-color: #f2f2f2;
  color: #333; }
  #sub-top-light a, #sub-top-light i {
    color: #333; }

#header-wrapper-mp .header-dark {
  background: #fff ;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);  }
  #header-wrapper-mp .header-dark #site-title h1 {
    color: #fff; }
    #header-wrapper-mp .header-dark #site-title h1 a {
      color: #fff; }
  #header-wrapper-mp .header-dark #mobnav-btn i {
    color: #000; }
  #header-wrapper-mp .header-dark #main-menu a > i {
    color: #fff; }
  #header-wrapper-mp .header-dark #main-menu a:hover {
    color: #000; }
  #header-wrapper-mp .header-dark #main-menu > ul > li > a {
    color: #000; }
  #header-wrapper-mp .header-dark #main-menu > ul > li > .sf-with-ul:after {
    border-top-color: #000; }
  #header-wrapper-mp .header-dark .overlay-border {
    border-top: 1px dotted rgba(255, 255, 255, 0.6);
    border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
    margin-top: 24px;
    padding: 4px 0 6px 0;
    text-align: left;
    color: #fff; }
    #header-wrapper-mp .header-dark .overlay-border a {
      color: #fff; }
      #header-wrapper-mp .header-dark .overlay-border a:hover {
        color: #fff;
        text-decoration: underline; }
    #header-wrapper-mp .header-dark .overlay-border span {
      font-size: 20px;
      margin-right: 8px;
      display: inline-block; }
    #header-wrapper-mp .header-dark .overlay-border input {
      color: #fff;
      border: 1px dotted rgba(255, 255, 255, 0.6);
      border-radius: 0;
      width: 100%;
      height: 32px;
      background: none; }
    #header-wrapper-mp .header-dark .overlay-border h4 {
      text-transform: uppercase;
      font-size: 14px;
      font-family: Open Sans, sans-serif;
      opacity: .6;
      display: inline-block; }
    #header-wrapper-mp .header-dark .overlay-border p {
      font-size: 12px;
      opacity: .6; }
#header-wrapper-mp .header-light {
  background: #fff; }
  #header-wrapper-mp .header-light #site-title h1 {
    color: #333; }
    #header-wrapper-mp .header-light #site-title h1 a {
      color: #333; }
  #header-wrapper-mp .header-light #mobnav-btn i {
    color: #333; }
  #header-wrapper-mp .header-light #main-menu a > i {
    color: #333; }
  #header-wrapper-mp .header-light #main-menu a:hover {
    color: #013998; }
  #header-wrapper-mp .header-light #main-menu > ul > li > a {
    color: #333; }
  #header-wrapper-mp .header-light #main-menu > ul > li > .sf-with-ul:after {
    border-top-color: #333; }
  #header-wrapper-mp .header-light .overlay-border {
    border-top: 1px dotted rgba(0, 0, 0, 0.6);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.6);
    margin-top: 24px;
    padding: 4px 0 6px 0;
    text-align: left;
    color: #333; }
    #header-wrapper-mp .header-light .overlay-border a {
      color: #333; }
      #header-wrapper-mp .header-light .overlay-border a:hover {
        color: #333;
        text-decoration: underline; }
    #header-wrapper-mp .header-light .overlay-border span {
      font-size: 20px;
      margin-right: 8px;
      display: inline-block; }
    #header-wrapper-mp .header-light .overlay-border input {
      color: #333;
      border: 1px dotted rgba(0, 0, 0, 0.6);
      border-radius: 0;
      width: 100%;
      height: 32px;
      background: none; }
    #header-wrapper-mp .header-light .overlay-border h4 {
      text-transform: uppercase;
      font-size: 14px;
      font-family: Open Sans, sans-serif;
      opacity: .6;
      display: inline-block; }
    #header-wrapper-mp .header-light .overlay-border p {
      font-size: 12px;
      opacity: .6; }

#header-wrapper .header-dark #mobnav-btn i {
  color: #fff; }
#header-wrapper .header-dark #site-title h1 {
  color: #333; }
  #header-wrapper .header-dark #site-title h1 a {
    color: #333; }
#header-wrapper .header-dark .sf-menu ul li {
  background: #333;
  opacity: 1; }
  #header-wrapper .header-dark .sf-menu ul li ul li {
    background: #333;
    opacity: 1; }
  #header-wrapper .header-dark .sf-menu ul li:hover, #header-wrapper .header-dark .sf-menu ul li.sfHover {
    background: #333; }
#header-wrapper .header-light {
  background: #fff; }
  #header-wrapper .header-light #mobnav-btn i {
    color: #333; }
  #header-wrapper .header-light .sf-menu ul li {
    background: #333;
    opacity: 1; }
    #header-wrapper .header-light .sf-menu ul li ul li {
      background: #333;
      opacity: 1; }
    #header-wrapper .header-light .sf-menu ul li:hover, #header-wrapper .header-light .sf-menu ul li.sfHover {
      background: #333; }

#header-wrapper-mp .nobg {
  background: none; }

/*------------------------------------------------------------------
[8. Sticky Header Menu Colors]
*/
#header-wrapper.sticky-menu-dark .is-sticky #main-menu .sf-arrows > li > .sf-with-ul:focus:after,
#header-wrapper.sticky-menu-dark .is-sticky #main-menu .sf-arrows > li:hover > .sf-with-ul:after,
#header-wrapper.sticky-menu-dark .is-sticky #main-menu .sf-arrows > .sfHover > .sf-with-ul:after,
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu .sf-arrows > li > .sf-with-ul:focus:after,
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu .sf-arrows > li:hover > .sf-with-ul:after,
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu .sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #1c3c93; }
#header-wrapper.sticky-menu-dark .is-sticky #main-menu a > i,
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu a > i {
  color: #1c3c93 !important; }
#header-wrapper.sticky-menu-dark .is-sticky #main-menu a > i,
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu a > i {
  color: #1c3c93 !important; }
#header-wrapper.sticky-menu-dark .is-sticky #main-menu a:hover,
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu a:hover {
  color: #000; }
#header-wrapper.sticky-menu-dark .is-sticky #main-menu > ul > li > a,
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu > ul > li > a {
  color: #000; }
#header-wrapper.sticky-menu-dark .is-sticky #main-menu > ul > li > .sf-with-ul:after,
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu > ul > li > .sf-with-ul:after {
  border-top-color: #000 !important; }
#header-wrapper.sticky-menu-dark .is-sticky .overlay-border,
#header-wrapper-mp.sticky-menu-dark .is-sticky .overlay-border {
  display: none; }
#header-wrapper.sticky-menu-dark .is-sticky #mobnav-btn i,
#header-wrapper-mp.sticky-menu-dark .is-sticky #mobnav-btn i {
  color: #000 !important; }
#header-wrapper.sticky-menu-dark .is-sticky #site-title h1,
#header-wrapper-mp.sticky-menu-dark .is-sticky #site-title h1 {
  color: #fff !important; }
  #header-wrapper.sticky-menu-dark .is-sticky #site-title h1 a,
  #header-wrapper-mp.sticky-menu-dark .is-sticky #site-title h1 a {
    color: #fff !important; }
#header-wrapper.sticky-menu-dark .is-sticky .sticky-header,
#header-wrapper-mp.sticky-menu-dark .is-sticky .sticky-header {
  background: #fff ;
  opacity: 1;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);  }
#header-wrapper.sticky-menu-dark .sf-menu ul li,
#header-wrapper-mp.sticky-menu-dark .sf-menu ul li {
  background: #fff ;
  opacity: 1;
  top: -12px;}
  #header-wrapper.sticky-menu-dark .sf-menu ul li ul li,
  #header-wrapper-mp.sticky-menu-dark .sf-menu ul li ul li {
    background: #1c3c93 ;
    opacity: 1; }
    #header-wrapper.sticky-menu-dark .sf-menu ul li ul li:hover, #header-wrapper.sticky-menu-dark .sf-menu ul li ul li.sfHover,
    #header-wrapper-mp.sticky-menu-dark .sf-menu ul li ul li:hover,
    #header-wrapper-mp.sticky-menu-dark .sf-menu ul li ul li.sfHover {
      background: #ededed; }
  #header-wrapper.sticky-menu-dark .sf-menu ul li:hover, #header-wrapper.sticky-menu-dark .sf-menu ul li.sfHover,
  #header-wrapper-mp.sticky-menu-dark .sf-menu ul li:hover,
  #header-wrapper-mp.sticky-menu-dark .sf-menu ul li.sfHover {
    background: #ededed; }
  #header-wrapper.sticky-menu-dark .sf-menu ul li:hover, #header-wrapper.sticky-menu-dark .sf-menu ul li.sfHover > a,
  #header-wrapper-mp.sticky-menu-dark .sf-menu ul li:hover,
  #header-wrapper-mp.sticky-menu-dark .sf-menu ul li.sfHover > a {
    color: #fff !important; }
#header-wrapper .is-sticky #main-menu, #header-wrapper-mp .is-sticky  #logo-site {
  margin-top:7px; }
#header-wrapper.sticky-menu-light .is-sticky #main-menu a > i,
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu a > i {
  color: #333; }
#header-wrapper.sticky-menu-light .is-sticky #main-menu > ul > li > .sf-with-ul:after,
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > .sf-with-ul:after {
  border-top-color: #333; }
#header-wrapper.sticky-menu-light .is-sticky #main-menu > ul > li > a,
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > a {
  color: #e8e8e8; }
  #header-wrapper.sticky-menu-light .is-sticky #main-menu > ul > li > a:hover,
  #header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > a:hover {
    color: #fff; }
#header-wrapper.sticky-menu-light .is-sticky #main-menu a > i,
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu a > i {
  color: #333; }
#header-wrapper.sticky-menu-light .is-sticky #main-menu a:hover,
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu a:hover {
  color: #013998; }
#header-wrapper.sticky-menu-light .is-sticky #main-menu > ul > li > a,
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > a {
  color: #333; }
  #header-wrapper.sticky-menu-light .is-sticky #main-menu > ul > li > a:hover,
  #header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > a:hover {
    color: #013998; }
#header-wrapper.sticky-menu-light .is-sticky #main-menu > ul > li > .sf-with-ul:after,
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > .sf-with-ul:after {
  border-top-color: #333; }
#header-wrapper.sticky-menu-light .is-sticky .overlay-border,
#header-wrapper-mp.sticky-menu-light .is-sticky .overlay-border {
  display: none; }
#header-wrapper.sticky-menu-light .is-sticky #mobnav-btn i,
#header-wrapper-mp.sticky-menu-light .is-sticky #mobnav-btn i {
  color: #333 !important; }
#header-wrapper.sticky-menu-light .is-sticky #site-title h1,
#header-wrapper-mp.sticky-menu-light .is-sticky #site-title h1 {
  color: #333 !important; }
  #header-wrapper.sticky-menu-light .is-sticky #site-title h1 a,
  #header-wrapper-mp.sticky-menu-light .is-sticky #site-title h1 a {
    color: #333 !important; }
#header-wrapper.sticky-menu-light .is-sticky .sticky-header,
#header-wrapper-mp.sticky-menu-light .is-sticky .sticky-header {
  background: #fff;
  opacity: 1;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3); }
#header-wrapper.sticky-menu-light .sf-menu ul li,
#header-wrapper-mp.sticky-menu-light .sf-menu ul li {
  background: #fff;
  opacity: 1; }
  #header-wrapper.sticky-menu-light .sf-menu ul li ul li,
  #header-wrapper-mp.sticky-menu-light .sf-menu ul li ul li {
    background: #fff;
    opacity: 1; }
    #header-wrapper.sticky-menu-light .sf-menu ul li ul li:hover, #header-wrapper.sticky-menu-light .sf-menu ul li ul li.sfHover,
    #header-wrapper-mp.sticky-menu-light .sf-menu ul li ul li:hover,
    #header-wrapper-mp.sticky-menu-light .sf-menu ul li ul li.sfHover {
      background: #333; }
  #header-wrapper.sticky-menu-light .sf-menu ul li:hover, #header-wrapper.sticky-menu-light .sf-menu ul li.sfHover,
  #header-wrapper-mp.sticky-menu-light .sf-menu ul li:hover,
  #header-wrapper-mp.sticky-menu-light .sf-menu ul li.sfHover {
    background: #333; }
  #header-wrapper.sticky-menu-light .sf-menu ul li:hover, #header-wrapper.sticky-menu-light .sf-menu ul li.sfHover > a,
  #header-wrapper-mp.sticky-menu-light .sf-menu ul li:hover,
  #header-wrapper-mp.sticky-menu-light .sf-menu ul li.sfHover > a {
    color: #fff !important; }

/* Slider Revolution */
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px; }

.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
  /*margin-bottom: 64px;*/ }

.tp-banner {
  width: 100%;
  position: relative; }

.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0; }

.tp-caption {
  text-align: left; }
  .tp-caption a {
    color: #fff; }
    .tp-caption a:hover {
      color: #013998; }

.tp-caption a {
  margin: 0; }

.cap-title {
  font-size: 80px;
  text-transform: uppercase; }

.cap-subtitle {
  font-size: 15px;
  text-transform: uppercase; }

.cap-title {
  color: #fff; }

.cap-subtitle {
  color: #fff; }

/* Homepage block */
.infoblock {
  margin: 0 0 35px 0; }
  .infoblock hr {
    margin-top: 18px;
    border-top: 3px solid #333; }
  .infoblock a {
    color: #333; }
    .infoblock a:hover {
      text-decoration: none;
      color: #1c3c93; }

.hp-block a {
  color: #333; }
.hp-block .hp-categories-menu {
  text-align: right; }
  .hp-block .hp-categories-menu ul {
    list-style: none;
    text-align: right;
    display: inline-block;
    white-space: pre-line;
    width: auto;
    padding-left: 0; }
    .hp-block .hp-categories-menu ul li {
      position: relative;
      background: #333;
      display: inline-block;
      padding: 8px 20px;
      margin-bottom: 1px; }
      .hp-block .hp-categories-menu ul li a {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        font-size: 14px; }
      .hp-block .hp-categories-menu ul li:hover {
        background: #013998; }
      .hp-block .hp-categories-menu ul li:hover:after, .hp-block .hp-categories-menu ul li:focus:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 20px 0 20px 8px;
        border-color: transparent #013998;
        display: block;
        width: 0;
        z-index: 1;
        margin-top: -21px;
        right: -8px;
        top: 50%; }
    .hp-block .hp-categories-menu ul li.active {
      background: #013998; }
.hp-block .selected img {
  opacity: 0.5; }
.hp-block .list-inline {
  margin: 0 auto;
  list-style: none; }
.hp-block .list-inline > li {
  display: inline-block;
  padding-right: 4px;
  padding-left: 4px; }
.hp-block .carousel-controls {
  width: 90%;
  margin: 0 auto; }
  .hp-block .carousel-controls .carousel-control-left {
    display: inline;
    float: left;
    width: 32px;
    height: 8px;
    background: url("../img/arrow-left.png"); }
    .hp-block .carousel-controls .carousel-control-left:hover {
      background: url("../img/arrow-left-hover.png");
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
  .hp-block .carousel-controls .carousel-control-right {
    display: inline;
    float: right;
    width: 32px;
    height: 8px;
    background: url("../img/arrow-right.png");
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out; }
    .hp-block .carousel-controls .carousel-control-right:hover {
      background: url("../img/arrow-right-hover.png"); }

/* Articles at Homepage */
.author-userpic {
  display: inline-block; }

/* FlexSlider */
.second-slider {
  text-align: center; }
  .second-slider .second-slider-annotation {
    text-align: center;
    margin: 0 auto; }
  .second-slider .flex-direction-nav .flex-prev {
    padding: 0 0 0 0; }
  .second-slider .flex-direction-nav .flex-next {
    padding: 0 18px 0 0; }

.flexslider a {
  color: #fff; }

/* Portfolio Block */
.portfolio-hp h2 {
  color: #333; }
.portfolio-hp .mag-content {
  margin: 0 auto;
  max-width: 1170px; }

/* Isotope */
.isotope-container .row {
  margin-left: 0;
  margin-right: 0; }
  .isotope-container .row .item {
    border: none; }

/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity; }

/*------------------------------------------------------------------
[9. Inner Pages]
*/
/* Contacts */
.contact-address a {
  color: #333;
  text-decoration: none; }
  .contact-address a:hover {
    color: #013998; }
.contact-address span {
  color: #333;
  opacity: .5; }

.contacts-form input, .contacts-form textarea {
  width: 100%;
  border-radius: 0;
  font: 12px/1.6 "Open Sans", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px; }

/* Content */
#content {
  min-height: 600px;
  background: #fff; 
  margin: 30px 0; }

#content-initial {
  min-height: 1200px;
  background: #e8e8e8; }

.down-arrow {
  background: url("../img/down_arrow.png") no-repeat center;
  min-height: 72px; }

.down-arrow-white {
  background: url("../img/down_arrow_wh.png") no-repeat center;
  min-height: 72px; }

p.sub-heading {
  font-family: "Georgia", serif;
  font-style: oblique;
  color: #666;
  margin-top: 0; }

.blogpost-heading {
  margin-bottom: 0; }

blockquote {
  border: 1px solid #333;
  padding: 30px;
  font-family: "Georgia", serif;
  font-style: oblique;
  font-size: 16px;
  line-height: 26px; }
  blockquote footer {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #999;
    font-style: normal;
    text-transform: uppercase; }
  blockquote .alt {
    border: none;
    padding: 20px 0 24px 40px; }

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: normal; }

.blockquote-alt {
  font-family: "Georgia", serif;
  font-size: 16px;
  font-style: oblique;
  border: none;
  margin-top: 20px;
  padding: 0 0 24px 40px;
  background: url("../img/blocks.png") no-repeat left top; }

/* Post */
.post-attrib {
  /* Post attributes in line */
  display: inline-block;
  vertical-align: middle;
  min-height: 60px; }

.post-data, .post-data0, .post-data1, .post-data2 {
  display: inline-block; }

.post-data1 {
  margin: 0 12px 24px 0;
  vertical-align: top; }

.post-data2 {
  vertical-align: middle;
  margin-bottom: 22px; }

.post-date {
  font-family: 'Open Sans', sans-serif;
  font-style: oblique;
  font-size: 12px;
  line-height: 14px;
  margin-top: 8px;
  color: #666; }

.post-title {
  font-family: "Georgia", serif;
  font-style: oblique;
  /*font-size: 28px;*/
  line-height: 28px;
  margin-top: 4px; }

.post-author {
  font-family: "Georgia", serif;
  font-size: 14px;
  font-style: oblique;
  margin-bottom: 5px; }
  .post-author a {
    color: #333; }

.comment-baloon {
  display: inline-block;
  background: #333;
  height: 44px;
  width: 44px;
  border-radius: 22px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 44px;
  margin: 6px 8px 24px 0; }

.post-tags {
  margin-bottom: 18px;
  font-size: 12px; }
  .post-tags a {
    display: inline-block;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    padding: 2px 12px;
    margin: 0 2px 4px 0;
    color: #333;
    opacity: .6;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
    .post-tags a:hover {
      background: #fff;
      border: 1px solid #333;
      color: #333;
      opacity: 1;
      text-decoration: none; }

.chat-companion {
  color: #013998;
  text-transform: uppercase;
  text-align: right;
  font-weight: bold; }

.chat-me {
  color: #999;
  text-transform: uppercase;
  text-align: right;
  font-weight: bold; }

.link-bg {
  background: #e8e8e8;
  padding: 50px;
  text-align: center;
  vertical-align: middle;
  font-family: "Georgia", serif;
  font-style: oblique;
  font-size: 24px; }
  .link-bg a {
    color: #333; }
    .link-bg a:hover {
      color: #013998; }

/* Pricing Tables */
.price-number {
  color: #fff; }

.pricing {
  padding: 30px 30px 56px 30px;
  min-height: 300px;
  /*    width: 262px;*/
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  font-size: 13px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }
  .pricing ul {
    text-align: center;
    margin: 36px 0 36px 0;
    padding: 0; }
    .pricing ul li {
      border-top: 1px dotted #969696; }
      .pricing ul li:last-child {
        border-bottom: 1px dotted #969696; }
  .pricing:hover {
    background: #fff;
    border: 1px dotted #013998; }
  .pricing:hover ul li {
    border-top: 1px dotted #013998; }
    .pricing:hover ul li:last-child {
      border-bottom: 1px dotted #013998; }
  .pricing:hover .price-number, .pricing:hover .price-plan, .pricing:hover .price-descr, .pricing:hover .price-conclusion, .pricing:hover ul li {
    color: #013998;
    cursor: pointer; }
  .pricing:hover .btn {
    background: #013998;
    border-color: #013998; }

.plain {
  background: #f2f2f2;
  color: #333; }

.proposal {
  background: #fff;
  border: 1px dotted #013998;
  color: #013998; }
  .proposal ul li {
    border-top: 1px dotted #013998; }
    .proposal ul li:last-child {
      border-bottom: 1px dotted #013998; }
  .proposal .price-number {
    color: #013998; }

.price-attrs {
  width: 100%;
  height: auto; }

.price-number {
  font-size: 84px;
  line-height: 90px;
  padding-bottom: 18px; }

.price-plan {
  font-size: 24px; }

.price-descr {
  text-transform: uppercase; }

.price-conclusion {
  font-size: 11px; }

/* Team */
.team-member {
  background: #e8e8e8;
  text-align: center;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out; }
  .team-member .team-photo {
    background: #fff;
    min-height: 200px;
    margin: 0 auto;
    padding: 24px 0 32px 0; }
  .team-member .team-attrs {
    background: #fff;
    padding: 0px 16px 9px 16px; }
    .team-member .team-attrs .team-name {
      font-size: 21px; }
    .team-member .team-attrs .team-position {
      font-size: 12px; }
  .team-member .team-content {
    color: #999;
    background: #fff;
    font-size: 12px;
    padding: 16px 16px 24px 16px; }

/*------------------------------------------------------------------
[10. Hover Effects]
*/
.item-wrap {
  margin-bottom: 30px; }

figure {
  position: relative;
  overflow: hidden;
  background: #333;
  text-align: center;
  cursor: pointer; }
  figure img {
    position: relative;
    opacity: 0.8; }
  figure figcaption {
    padding: 1.0em;
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    figure figcaption > a {
      z-index: 1000;
      text-indent: 200%;
      white-space: nowrap;
      font-size: 0;
      opacity: 0; }
    figure figcaption:before, figure figcaption:after {
      pointer-events: none; }
  figure figcaption,
  figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  figure h3 {
    word-spacing: -0.15em;
    font-family: Open Sans, sans-serif; }
    figure h3 span {
      font-family: Open Sans, sans-serif; }
  figure h3, figure p {
    margin: 0; }
  figure p {
    letter-spacing: 1px;
    font-size: 68.5%; }

/* Portfolio hover */
figure.effect-goliath {
  background: #333; }
  figure.effect-goliath figcaption {
    text-align: left;
    font-size: 12px;
    padding: 0 5.3em 0 0 !important; }
    figure.effect-goliath figcaption a {
      color: #fff;
      font-size: 11px;
      line-height: 20px; }
    figure.effect-goliath figcaption span {
      position: relative;
      margin-right: 2px; }
  figure.effect-goliath img, figure.effect-goliath h3 {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s; }
  figure.effect-goliath img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    opacity: 1;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
    transform: translate3d(-30px, 0, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  figure.effect-goliath h3 {
    margin: 32px 0 0px 0;
    font-family:Open Sans, sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 18px;
    font-size: 21px;
    background-color: #013998;
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  figure.effect-goliath p {
    margin-top: 1px;
    color: #fff;
    padding: 8px 18px;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.35s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0); }
  figure.effect-goliath:hover img {
    opacity: 0.1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }
  figure.effect-goliath:hover h3 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  figure.effect-goliath:hover p {
    width: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.captions:hover img {
  opacity: 0.8 !important; }

/* Team Hover */
figure.effect-zoe {
  margin: 0;
  width: 100%;
  height: auto;
  min-width: 200px;
  max-height: none;
  max-width: none;
  float: none; }
  figure.effect-zoe img {
    display: inline-block;
    opacity: 1; }
  figure.effect-zoe p.icon-links a {
    float: right;
    color: #fff;
    font-size: 2.2em;
    opacity: .9;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }
    figure.effect-zoe p.icon-links a:hover, figure.effect-zoe p.icon-links a:focus {
      color: #fff;
      opacity: 1; }
    figure.effect-zoe p.icon-links a span::before {
      display: inline-block;
      padding: 18px 10px;
      font-family: 'Open Sans';
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 6em;
    background: #013998;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  figure.effect-zoe .icon-eye::before {
    content: '\e000'; }
  figure.effect-zoe .icon-paper-clip::before {
    content: '\e001'; }
  figure.effect-zoe .icon-heart::before {
    content: '\e024'; }

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }


/*------------------------------------------------------------------
[13. Media Query]
*/

	.sf-menu.clearfix.sf-js-enabled {
		display: flex;
		justify-content: space-between;
	}

@media (max-width: 992px) {
	#header-wrapper.sticky-menu-dark .is-sticky #main-menu > ul > li > .sf-with-ul:after,
	#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu > ul > li > .sf-with-ul:after {
	  border-top-color: #fff !important; }
	.sf-menu.clearfix.sf-js-enabled {
		display: none;
	}
	.item-aside  .section li:last-child { border-bottom: 1px solid #ddd; }
	.item-aside  .section li:after { content: ''; clear: both; display: block; }
	.scrollbar { max-height: 200px !important;} 
  .container.mp-nav > #logo-site {
    margin-top: 7px !important ;}
	
  .overlay-border {
    display: none; }

  .team-member {
    margin-bottom: 32px; }

  .infoblock {
    margin-bottom: 70px; }

  .digit {
    font-size: 48px;
    line-height: 30px; }

  .counts .count-container .count .count-icon {
    font-size: 32px; }

  .carousel-inner {
    margin: 0 auto;
    text-align: center; }

  #header-wrapper #site-title,
  #header-wrapper-mp #site-title,
  #header-wrapper .is-sticky #site-title,
  #header-wrapper-mp .is-sticky #site-title {
    float: left; }
    #header-wrapper #site-title h1,
    #header-wrapper-mp #site-title h1,
    #header-wrapper .is-sticky #site-title h1,
    #header-wrapper-mp .is-sticky #site-title h1 {
      font-size: 28px;
      margin-top: 26px; }
  #header-wrapper .sticky-wrapper, #header-wrapper .sticky-header,
  #header-wrapper-mp .sticky-wrapper,
  #header-wrapper-mp .sticky-header,
  #header-wrapper .is-sticky .sticky-wrapper,
  #header-wrapper .is-sticky .sticky-header,
  #header-wrapper-mp .is-sticky .sticky-wrapper,
  #header-wrapper-mp .is-sticky .sticky-header {
    height: 42px !important; }
  #header-wrapper .sf-menu .form-inline .form-group,
  #header-wrapper-mp .sf-menu .form-inline .form-group,
  #header-wrapper .is-sticky .sf-menu .form-inline .form-group,
  #header-wrapper-mp .is-sticky .sf-menu .form-inline .form-group {
    display: block; }
  #header-wrapper .sf-menu .search-panel input,
  #header-wrapper-mp .sf-menu .search-panel input,
  #header-wrapper .is-sticky .sf-menu .search-panel input,
  #header-wrapper-mp .is-sticky .sf-menu .search-panel input {
    width: 86% !important;
    display: inline-block; }
  #header-wrapper .sf-menu .search-panel li,
  #header-wrapper-mp .sf-menu .search-panel li,
  #header-wrapper .is-sticky .sf-menu .search-panel li,
  #header-wrapper-mp .is-sticky .sf-menu .search-panel li {
    right: 0;
    height: 42px;
    padding: 0px 8px; }
  #header-wrapper #mobnav-btn,
  #header-wrapper-mp #mobnav-btn,
  #header-wrapper .is-sticky #mobnav-btn,
  #header-wrapper-mp .is-sticky #mobnav-btn {
    display: block;
    float: right; }
  #header-wrapper #main-menu,
  #header-wrapper-mp #main-menu,
  #header-wrapper .is-sticky #main-menu,
  #header-wrapper-mp .is-sticky #main-menu {
    float: none;
    background: #333;
    margin-top: 0; }
    #header-wrapper #main-menu .submenu a,
    #header-wrapper-mp #main-menu .submenu a,
    #header-wrapper .is-sticky #main-menu .submenu a,
    #header-wrapper-mp .is-sticky #main-menu .submenu a {
      color: #e8e8e8; }
    #header-wrapper #main-menu ul,
    #header-wrapper-mp #main-menu ul,
    #header-wrapper .is-sticky #main-menu ul,
    #header-wrapper-mp .is-sticky #main-menu ul {
      margin-bottom: 0; }
    #header-wrapper #main-menu a > i,
    #header-wrapper-mp #main-menu a > i,
    #header-wrapper .is-sticky #main-menu a > i,
    #header-wrapper-mp .is-sticky #main-menu a > i {
      color: #e8e8e8 !important; }
    #header-wrapper #main-menu a:hover,
    #header-wrapper-mp #main-menu a:hover,
    #header-wrapper .is-sticky #main-menu a:hover,
    #header-wrapper-mp .is-sticky #main-menu a:hover {
      color: #fff !important; }
    #header-wrapper #main-menu > ul > li > a,
    #header-wrapper-mp #main-menu > ul > li > a,
    #header-wrapper .is-sticky #main-menu > ul > li > a,
    #header-wrapper-mp .is-sticky #main-menu > ul > li > a {
      color: #e8e8e8 !important; }
      #header-wrapper #main-menu > ul > li > a:hover,
      #header-wrapper-mp #main-menu > ul > li > a:hover,
      #header-wrapper .is-sticky #main-menu > ul > li > a:hover,
      #header-wrapper-mp .is-sticky #main-menu > ul > li > a:hover {
        color: #fff !important; }
    #header-wrapper #main-menu > ul > li > .sf-with-ul:after,
    #header-wrapper-mp #main-menu > ul > li > .sf-with-ul:after,
    #header-wrapper .is-sticky #main-menu > ul > li > .sf-with-ul:after,
    #header-wrapper-mp .is-sticky #main-menu > ul > li > .sf-with-ul:after {
      border-top-color: #e8e8e8 !important; }

  .sf-arrows ul .sf-with-ul:after {
    margin-top: -4px;
    margin-right: -5px;
    border-color: transparent;
    border-left-color: #e8e8e8; }

  .mobnav-subarrow {
    display: block;
    opacity: .3;
    height: 20px;
    width: 30px;
    background-position: top left !important;
    position: absolute;
    top: 19px;
    right: 10px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer; }

  .sf-menu {
    width: 100% !important;
    display: none; }
    .sf-menu a {
      padding: 1.4em 1.4em; }
    .sf-menu ul {
      position: static !important;
      display: none !important;
	  visibility: visible !important;	  }
    .sf-menu ul li {
      background: none !important;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .sf-menu li {
      float: none !important;
      display: block !important;
      width: 100% !important; }
      .sf-menu li:last-child {
        border-bottom: none; }
    .sf-menu li a {
      float: none !important; }

  .sf-menu.xactive {
    display: block !important;
    float: none;
    margin-top: 80px;
	overflow: scroll;
	height: 400px;	}

  .is-sticky .sf-menu.xactive {
    margin-top: 81px; 
	overflow: scroll;
	height: 400px;}

  .sf-menu li:hover, .sf-menu li.sfHover,
  .sf-menu ul li:hover, .sf-menu ul li.sfHover {
    background: #2b2b2b !important; }

  .xpopdrop > ul, .xpopdrop > ul > li > ul {
    display: block !important;
    opacity: 1 !important; }

  .shop-item {
    margin-bottom: 60px; }

  figure {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0 0; }

  .customer-review .review-container .review-content {
    text-align: center; }

  .hp-block .hp-categories-menu {
    text-align: center; }
    .hp-block .hp-categories-menu ul {
      text-align: center;
      padding-left: 0px;
      white-space: normal;
      width: 100%; }
      .hp-block .hp-categories-menu ul li {
        width: 100%; } }
@media (max-width: 767px) {
	.news-image {
		padding-left: 0;
	}
	.detail-content{
		display: block !important;
	}
  .customer-review .review-container {
	margin-left: 0 !important; }
  .digit {
    font-size: 38px;
    line-height: 24px; }

  .counts .count-container .count .count-icon {
    font-size: 24px; }

  .partners {
    display: none; }

  .port-filter ul li {
    display: block;
    margin-bottom: 12px;
    width: 100%; }
    .port-filter ul li a {
      width: 100%; } }
@media only screen and (max-width: 640px) {

	.features-slider {
		padding: 0;}
	.features-img.wp1 {
    height: auto;
}
	.features-bg {
		min-height: auto;
	}
}
@media only screen and (max-width: 480) {
	
	.features-slider {
		padding: 0;}
	.features-img.wp1 {
    height: auto;
}
	.features-bg {
		min-height: auto;
	}
}
@media only screen and  (max-width: 400px) {
	.features-slider {
		padding: 0;}
	.features-bg {
		min-height: auto;
	}
	.features-img.wp1 {
    height: auto;
}
	#carousel-horse-available.container {
		width: 420px !important	;
	}
  .carousel-inner {
    width: 100%; }

  .overlay-divide {
    display: none; }

  .counts {
    padding-bottom: 20px; }

  .count {
    display: block !important;
    margin-bottom: 30px; }

  .sticky-wrapper {
    height: 80px; } }

/*# sourceMappingURL=style.css.map */
.features-img.wp1 > img {
    width: 100%;
    height: 100%;
}
.container.mp-nav > #logo-site {
    margin-top: 25px;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
#contact-form > div .errorMessage {
    margin-top: 0px;
}
#contact-form > div .input-control {
    margin-bottom: 0;
}
#site-menu a {
    padding-left: 6px;
    /*padding-right: 6px;*/
}
.instagram li {
    float: left;
    margin: 0 5px 5px 0;
    max-width: 275px;
    padding: 0;
}
.instagram img {
    max-width: 111px;
}
.instagram  {
	padding-left: 0;
}
#contact > h2 {
    margin-top: 0;
}
/*item-aside*/
.item-aside .section h4 {
    color: #fff;
    margin: 0;
    padding: 10px 10px 10px 20px;
	background-color: #959595; 
}
.item-aside .sub-section::after {
    border-style: solid;
    border-width: 8px;
    content: "";
    display: block;
    left: 20px;
    position: absolute;
    top: 0;
}
.sub-section::after {
    border-color: #959595 transparent transparent;
}
.sub-section h3 {
    margin: 0;
    padding: 0;
}
.item-aside .sub-section {
    background: #f8f8f8 none repeat scroll 0 0;
    margin: 0;
    overflow: hidden;
    padding: 15px 20px 15px 20px;
    position: relative;
}
.item-aside .section li {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 8px 0;
}
.item-aside .section a {
    color: #222;
}
.scrollbar_1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0;
}
.scrollbar {
    max-height: 1000px;
    overflow: auto;
    padding: 0;

}
.item-content  h2 , #news-detail > h2, .horse > h1{
    margin-top: 0;
}
ul {
    padding-left: 0;
}
.ez-checkbox-switch {
    background: transparent url("../img/checkbox-switch.png") no-repeat scroll -42px 0;
    cursor: pointer;
    display: inline-block;
}
.switch-ui .ez-hide { width: 84px; height: 33px; cursor:pointer; }
.controls {
    float: left;
}
.btn-group { margin: 20px 0 10px 215px; }
.item-aside .section {
    margin: 0 0 10px;
    position: relative;
}
.btn-gr a {
	color: #fff;
}

.btn-submit,
.btn-back { border: none; color: #fff; font-size: 16px; padding: 8px 25px; -webkit-border-radius: 8px;
	border-radius: 8px;text-decoration:none;}
.btn-submit:hover,
.btn-back { background: #555; color:#FFF}
.btn-submit,
.btn-back:hover { background-color: #1c3c93;}
/*page*/
.competition_body img {
	float:right;margin:0 0 10px 10px;
	max-width:20px;
}
#news {
	margin-bottom: 110px;
}
.blog-hp .row {
	display: flex;
	flex-wrap: wrap;
}
/*index*/
.header-title > h1 {
    padding: 0 10px;
}
.col-md-12.infoblock.wow.fadeIn.content {
    margin: 0;
}
.blog-hp .row {
	display: flex;
	flex-wrap: wrap;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #c4ba9e ;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #c9c5c5;
}
.table > thead > tr > th {
    border-bottom: 2px solid #c9c5c5;
}
.header-logo {
    background-color: #fff;
}
.title-horse {
    color: #fff;
    float: right;
    margin-top: 40px
}
.join-with {
    background-color: #959595;
    color: #fff;
    height: 60px;
    padding: 3px 30px 0 0;
    text-align: right;
}
.homepage-two-column {
  margin-top: -30px;
}
.homepage-left {
  background: #959595;
  color: #ffffff;
}
.homepage-left a {
  color: #ffffff;
}
.homepage-content {
  padding: 60px 30px 0 60px;
  
}
.homepage-right {

}
.homepage-right .homepage-news{
  padding: 60 60px 0 30px;
}
.homepage-flexbox-container {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap
}
.homepage-right {
    padding: 30px 60px 0 30px;
}
.homepage-news { 

}
.news-title a, .news-read > a {
    color: #1c3c93 ;
    text-decoration: none;
}
.news-title > h3 {
    margin-top: 0;
}

.row.news-content {
    background: #f8f8f8 none repeat scroll 0 0;
    margin-bottom: 20px;
    padding: 15px;
}
.img-responsive.img-news {
    width: 100%;
}
.footer-logo > img {
    width: 100%;
}
.btn-red {
    background-color: #1c3c93;
}
.btn-black {
	background-color: #333;
	color: #fff;

}
.btn-black:hover {

	background-color: #1c3c93;
	color: #fff;
}
.btn-back.enquire_link {
    margin-top: 20px;
}
.header-content {
    padding: 25px 0;
}
.detail-content{
	display: flex;
}
.item-content {
	order: 2;
}
.item-aside {
	order: 1;
}
.wow.fadeIn.title-news {
    margin-top: 0;
}
/*table responsive*/
.footable.breakpoint > tbody > tr > td > span.footable-toggle, .delete a, .remove, .add, .table .flip, .ez-checkbox, .ez-selected, .ez-radio {
    background-image: url("../img/sprites.png");
    background-repeat: no-repeat;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    background-position: 0 -374px;
    display: inline-block;
    height: 15px;
    padding-right: 28px;
    width: 15px;
}
.table .flip {
    background-position: 10px -390px;
    border-bottom: 1px solid #bab8b8;
    cursor: pointer;
    font-size: 24px;
    padding-left: 30px;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td { border-bottom: none; }
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle { background-position: -29px -374px; }
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) { cursor: pointer; }
.footable.breakpoint > tbody > tr > td.footable-cell-detail { background: #eee; border-top: none; }
.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle { font-size: 18px; }
.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle { font-size: 24px; }
.footable > thead > tr > th.footable-sortable:hover { cursor: pointer; }
.footable > tfoot .pagination { margin: 0; }
.footable.no-paging .hide-if-no-paging { display: none; }
.footable-row-detail-inner { display: table; }
.footable-row-detail-row { display: table-row; line-height: 1.5em; }
.footable-row-detail-group { display: block; font-size: 1.2em; font-weight: 600; line-height: 2em; }
.footable-row-detail-name { display: table-cell; font-weight: 600; padding: 5px 15px 5px 0; }
.footable-row-detail-value { display: table-cell; }
.footable-odd { background-color: #f7f7f7; }

.ez-checkbox-switch.ez-checked-switch {
    background-position: 0 0;
}
input#Order_collection_method_id_0, input#Order_collection_method_id_1, input#Order_collection_method_id_2 {
    margin-left: 3px;
	margin-right: 5px;
}