/*=====================================
CSS Components
=======================================*/
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('font/flexslider-icon.eot');
  src: url('font/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('font/flexslider-icon.woff') format('woff'), url('font/flexslider-icon.ttf') format('truetype'), url('font/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 60px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #FFF;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

@font-face {
  font-family: 'fontello';
  src: url('/css/fontello/font/fontello.eot?65406134');
  src: url('/css/fontello/font/fontello.eot?65406134#iefix') format('embedded-opentype'),
       url('/css/fontello/font/fontello.woff2?65406134') format('woff2'),
       url('/css/fontello/font/fontello.woff?65406134') format('woff'),
       url('/css/fontello/font/fontello.ttf?65406134') format('truetype'),
       url('/css/fontello/font/fontello.svg?65406134#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?65406134#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-right-circle:before { content: '\e800'; } /* '' */
.icon-down-circle:before { content: '\e801'; } /* '' */
.icon-left-circle:before { content: '\e802'; } /* '' */
.icon-up-circle:before { content: '\e803'; } /* '' */
.icon-youtube:before { content: '\e804'; } /* '' */
.icon-facebook:before { content: '\e805'; } /* '' */
.icon-twitter:before { content: '\e806'; } /* '' */
.icon-menu:before { content: '\e807'; } /* '' */
.icon-search:before { content: '\e808'; } /* '' */
.icon-instagram:before { content: '\e809'; } /* '' */
.icon-play:before { content: '\e80a'; } /* '' */
img, legend {
    border: 0;
}
legend, td, th {
    padding: 0;
}
body, figure {
    margin: 0;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
    color: #000;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, optgroup, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
.img-thumbnail, body {
    background-color: #fff;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre, textarea {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}
input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a:focus, a:hover {
    text-decoration: underline;
}
a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%}
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%}
.embed-responsive.embed-responsive-16by9-alt {
    padding-bottom: 61.8%}
.embed-responsive.embed-responsive-4by3-alt {
    padding-bottom: 77%}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=70);
  opacity: .7;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 9px;
  padding-right: 9px;
}

@media (min-width: 768px) {
  .container {
    width: 738px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 968px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 968px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 9px;
  padding-right: 9px;
}
.row {
  margin-left: -9px;
  margin-right: -9px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11 {
  position: relative;
  min-height: 1px;
  padding-left: 9px;
  padding-right: 9px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}
.col-xs-11 {
  width: 100%;
}
.col-xs-10 {
  width: 90.90909091%;
}
.col-xs-9 {
  width: 81.81818182%;
}
.col-xs-8 {
  width: 72.72727273%;
}
.col-xs-7 {
  width: 63.63636364%;
}
.col-xs-6 {
  width: 54.54545455%;
}
.col-xs-5 {
  width: 45.45454545%;
}
.col-xs-4 {
  width: 36.36363636%;
}
.col-xs-3 {
  width: 27.27272727%;
}
.col-xs-2 {
  width: 18.18181818%;
}
.col-xs-1 {
  width: 9.09090909%;
}
.col-xs-pull-11 {
  right: 100%;
}
.col-xs-pull-10 {
  right: 90.90909091%;
}
.col-xs-pull-9 {
  right: 81.81818182%;
}
.col-xs-pull-8 {
  right: 72.72727273%;
}
.col-xs-pull-7 {
  right: 63.63636364%;
}
.col-xs-pull-6 {
  right: 54.54545455%;
}
.col-xs-pull-5 {
  right: 45.45454545%;
}
.col-xs-pull-4 {
  right: 36.36363636%;
}
.col-xs-pull-3 {
  right: 27.27272727%;
}
.col-xs-pull-2 {
  right: 18.18181818%;
}
.col-xs-pull-1 {
  right: 9.09090909%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-11 {
  left: 100%;
}
.col-xs-push-10 {
  left: 90.90909091%;
}
.col-xs-push-9 {
  left: 81.81818182%;
}
.col-xs-push-8 {
  left: 72.72727273%;
}
.col-xs-push-7 {
  left: 63.63636364%;
}
.col-xs-push-6 {
  left: 54.54545455%;
}
.col-xs-push-5 {
  left: 45.45454545%;
}
.col-xs-push-4 {
  left: 36.36363636%;
}
.col-xs-push-3 {
  left: 27.27272727%;
}
.col-xs-push-2 {
  left: 18.18181818%;
}
.col-xs-push-1 {
  left: 9.09090909%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-11 {
  margin-left: 100%;
}
.col-xs-offset-10 {
  margin-left: 90.90909091%;
}
.col-xs-offset-9 {
  margin-left: 81.81818182%;
}
.col-xs-offset-8 {
  margin-left: 72.72727273%;
}
.col-xs-offset-7 {
  margin-left: 63.63636364%;
}
.col-xs-offset-6 {
  margin-left: 54.54545455%;
}
.col-xs-offset-5 {
  margin-left: 45.45454545%;
}
.col-xs-offset-4 {
  margin-left: 36.36363636%;
}
.col-xs-offset-3 {
  margin-left: 27.27272727%;
}
.col-xs-offset-2 {
  margin-left: 18.18181818%;
}
.col-xs-offset-1 {
  margin-left: 9.09090909%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  .col-sm-11 {
    width: 100%;
  }
  .col-sm-10 {
    width: 90.90909091%;
  }
  .col-sm-9 {
    width: 81.81818182%;
  }
  .col-sm-8 {
    width: 72.72727273%;
  }
  .col-sm-7 {
    width: 63.63636364%;
  }
  .col-sm-6 {
    width: 54.54545455%;
  }
  .col-sm-5 {
    width: 45.45454545%;
  }
  .col-sm-4 {
    width: 36.36363636%;
  }
  .col-sm-3 {
    width: 27.27272727%;
  }
  .col-sm-2 {
    width: 18.18181818%;
  }
  .col-sm-1 {
    width: 9.09090909%;
  }
  .col-sm-pull-11 {
    right: 100%;
  }
  .col-sm-pull-10 {
    right: 90.90909091%;
  }
  .col-sm-pull-9 {
    right: 81.81818182%;
  }
  .col-sm-pull-8 {
    right: 72.72727273%;
  }
  .col-sm-pull-7 {
    right: 63.63636364%;
  }
  .col-sm-pull-6 {
    right: 54.54545455%;
  }
  .col-sm-pull-5 {
    right: 45.45454545%;
  }
  .col-sm-pull-4 {
    right: 36.36363636%;
  }
  .col-sm-pull-3 {
    right: 27.27272727%;
  }
  .col-sm-pull-2 {
    right: 18.18181818%;
  }
  .col-sm-pull-1 {
    right: 9.09090909%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-11 {
    left: 100%;
  }
  .col-sm-push-10 {
    left: 90.90909091%;
  }
  .col-sm-push-9 {
    left: 81.81818182%;
  }
  .col-sm-push-8 {
    left: 72.72727273%;
  }
  .col-sm-push-7 {
    left: 63.63636364%;
  }
  .col-sm-push-6 {
    left: 54.54545455%;
  }
  .col-sm-push-5 {
    left: 45.45454545%;
  }
  .col-sm-push-4 {
    left: 36.36363636%;
  }
  .col-sm-push-3 {
    left: 27.27272727%;
  }
  .col-sm-push-2 {
    left: 18.18181818%;
  }
  .col-sm-push-1 {
    left: 9.09090909%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-11 {
    margin-left: 100%;
  }
  .col-sm-offset-10 {
    margin-left: 90.90909091%;
  }
  .col-sm-offset-9 {
    margin-left: 81.81818182%;
  }
  .col-sm-offset-8 {
    margin-left: 72.72727273%;
  }
  .col-sm-offset-7 {
    margin-left: 63.63636364%;
  }
  .col-sm-offset-6 {
    margin-left: 54.54545455%;
  }
  .col-sm-offset-5 {
    margin-left: 45.45454545%;
  }
  .col-sm-offset-4 {
    margin-left: 36.36363636%;
  }
  .col-sm-offset-3 {
    margin-left: 27.27272727%;
  }
  .col-sm-offset-2 {
    margin-left: 18.18181818%;
  }
  .col-sm-offset-1 {
    margin-left: 9.09090909%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-11 {
    width: 100%;
  }
  .col-md-10 {
    width: 90.90909091%;
  }
  .col-md-9 {
    width: 81.81818182%;
  }
  .col-md-8 {
    width: 72.72727273%;
  }
  .col-md-7 {
    width: 63.63636364%;
  }
  .col-md-6 {
    width: 54.54545455%;
  }
  .col-md-5 {
    width: 45.45454545%;
  }
  .col-md-4 {
    width: 36.36363636%;
  }
  .col-md-3 {
    width: 27.27272727%;
  }
  .col-md-2 {
    width: 18.18181818%;
  }
  .col-md-1 {
    width: 9.09090909%;
  }
  .col-md-pull-11 {
    right: 100%;
  }
  .col-md-pull-10 {
    right: 90.90909091%;
  }
  .col-md-pull-9 {
    right: 81.81818182%;
  }
  .col-md-pull-8 {
    right: 72.72727273%;
  }
  .col-md-pull-7 {
    right: 63.63636364%;
  }
  .col-md-pull-6 {
    right: 54.54545455%;
  }
  .col-md-pull-5 {
    right: 45.45454545%;
  }
  .col-md-pull-4 {
    right: 36.36363636%;
  }
  .col-md-pull-3 {
    right: 27.27272727%;
  }
  .col-md-pull-2 {
    right: 18.18181818%;
  }
  .col-md-pull-1 {
    right: 9.09090909%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-11 {
    left: 100%;
  }
  .col-md-push-10 {
    left: 90.90909091%;
  }
  .col-md-push-9 {
    left: 81.81818182%;
  }
  .col-md-push-8 {
    left: 72.72727273%;
  }
  .col-md-push-7 {
    left: 63.63636364%;
  }
  .col-md-push-6 {
    left: 54.54545455%;
  }
  .col-md-push-5 {
    left: 45.45454545%;
  }
  .col-md-push-4 {
    left: 36.36363636%;
  }
  .col-md-push-3 {
    left: 27.27272727%;
  }
  .col-md-push-2 {
    left: 18.18181818%;
  }
  .col-md-push-1 {
    left: 9.09090909%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-11 {
    margin-left: 100%;
  }
  .col-md-offset-10 {
    margin-left: 90.90909091%;
  }
  .col-md-offset-9 {
    margin-left: 81.81818182%;
  }
  .col-md-offset-8 {
    margin-left: 72.72727273%;
  }
  .col-md-offset-7 {
    margin-left: 63.63636364%;
  }
  .col-md-offset-6 {
    margin-left: 54.54545455%;
  }
  .col-md-offset-5 {
    margin-left: 45.45454545%;
  }
  .col-md-offset-4 {
    margin-left: 36.36363636%;
  }
  .col-md-offset-3 {
    margin-left: 27.27272727%;
  }
  .col-md-offset-2 {
    margin-left: 18.18181818%;
  }
  .col-md-offset-1 {
    margin-left: 9.09090909%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  .col-lg-11 {
    width: 100%;
  }
  .col-lg-10 {
    width: 90.90909091%;
  }
  .col-lg-9 {
    width: 81.81818182%;
  }
  .col-lg-8 {
    width: 72.72727273%;
  }
  .col-lg-7 {
    width: 63.63636364%;
  }
  .col-lg-6 {
    width: 54.54545455%;
  }
  .col-lg-5 {
    width: 45.45454545%;
  }
  .col-lg-4 {
    width: 36.36363636%;
  }
  .col-lg-3 {
    width: 27.27272727%;
  }
  .col-lg-2 {
    width: 18.18181818%;
  }
  .col-lg-1 {
    width: 9.09090909%;
  }
  .col-lg-pull-11 {
    right: 100%;
  }
  .col-lg-pull-10 {
    right: 90.90909091%;
  }
  .col-lg-pull-9 {
    right: 81.81818182%;
  }
  .col-lg-pull-8 {
    right: 72.72727273%;
  }
  .col-lg-pull-7 {
    right: 63.63636364%;
  }
  .col-lg-pull-6 {
    right: 54.54545455%;
  }
  .col-lg-pull-5 {
    right: 45.45454545%;
  }
  .col-lg-pull-4 {
    right: 36.36363636%;
  }
  .col-lg-pull-3 {
    right: 27.27272727%;
  }
  .col-lg-pull-2 {
    right: 18.18181818%;
  }
  .col-lg-pull-1 {
    right: 9.09090909%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-11 {
    left: 100%;
  }
  .col-lg-push-10 {
    left: 90.90909091%;
  }
  .col-lg-push-9 {
    left: 81.81818182%;
  }
  .col-lg-push-8 {
    left: 72.72727273%;
  }
  .col-lg-push-7 {
    left: 63.63636364%;
  }
  .col-lg-push-6 {
    left: 54.54545455%;
  }
  .col-lg-push-5 {
    left: 45.45454545%;
  }
  .col-lg-push-4 {
    left: 36.36363636%;
  }
  .col-lg-push-3 {
    left: 27.27272727%;
  }
  .col-lg-push-2 {
    left: 18.18181818%;
  }
  .col-lg-push-1 {
    left: 9.09090909%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-11 {
    margin-left: 100%;
  }
  .col-lg-offset-10 {
    margin-left: 90.90909091%;
  }
  .col-lg-offset-9 {
    margin-left: 81.81818182%;
  }
  .col-lg-offset-8 {
    margin-left: 72.72727273%;
  }
  .col-lg-offset-7 {
    margin-left: 63.63636364%;
  }
  .col-lg-offset-6 {
    margin-left: 54.54545455%;
  }
  .col-lg-offset-5 {
    margin-left: 45.45454545%;
  }
  .col-lg-offset-4 {
    margin-left: 36.36363636%;
  }
  .col-lg-offset-3 {
    margin-left: 27.27272727%;
  }
  .col-lg-offset-2 {
    margin-left: 18.18181818%;
  }
  .col-lg-offset-1 {
    margin-left: 9.09090909%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table;
}
.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right!important;
}
.pull-left {
    float: left!important;
}
.hide {
    display: none!important;
}
.show {
    display: block!important;
}
.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none!important;
}
.invisible {
    visibility: hidden;
}
.affix {
    position: fixed;
}
@media (max-width:767px) {
    .visible-xs {
    display: block!important;
}
table.visible-xs {
    display: table!important;
}
tr.visible-xs {
    display: table-row!important;
}
td.visible-xs, th.visible-xs {
    display: table-cell!important;
}
.visible-xs-block {
    display: block!important;
}
.visible-xs-inline {
    display: inline!important;
}
.visible-xs-inline-block {
    display: inline-block!important;
}
}
@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
    display: block!important;
}
table.visible-sm {
    display: table!important;
}
tr.visible-sm {
    display: table-row!important;
}
td.visible-sm, th.visible-sm {
    display: table-cell!important;
}
.visible-sm-block {
    display: block!important;
}
.visible-sm-inline {
    display: inline!important;
}
.visible-sm-inline-block {
    display: inline-block!important;
}
}
@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
    display: block!important;
}
table.visible-md {
    display: table!important;
}
tr.visible-md {
    display: table-row!important;
}
td.visible-md, th.visible-md {
    display: table-cell!important;
}
.visible-md-block {
    display: block!important;
}
.visible-md-inline {
    display: inline!important;
}
.visible-md-inline-block {
    display: inline-block!important;
}
}
@media (min-width:1200px) {
    .visible-lg {
    display: block!important;
}
table.visible-lg {
    display: table!important;
}
tr.visible-lg {
    display: table-row!important;
}
td.visible-lg, th.visible-lg {
    display: table-cell!important;
}
.visible-lg-block {
    display: block!important;
}
.visible-lg-inline {
    display: inline!important;
}
.visible-lg-inline-block {
    display: inline-block!important;
}
}
@media (max-width:767px) {
    .hidden-xs {
    display: none!important;
}
}
@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
    display: none!important;
}
}
@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
    display: none!important;
}
}
@media (min-width:1200px) {
    .hidden-lg {
    display: none!important;
}
}
.visible-print {
    display: none!important;
}
@media print {
    .visible-print {
    display: block!important;
}
table.visible-print {
    display: table!important;
}
tr.visible-print {
    display: table-row!important;
}
td.visible-print, th.visible-print {
    display: table-cell!important;
}
}
.visible-print-block {
    display: none!important;
}
@media print {
    .visible-print-block {
    display: block!important;
}
}
.visible-print-inline {
    display: none!important;
}
@media print {
    .visible-print-inline {
    display: inline!important;
}
}
.visible-print-inline-block {
    display: none!important;
}
@media print {
    .visible-print-inline-block {
    display: inline-block!important;
}
.hidden-print {
    display: none!important;
}
}

.top-header {
  margin-bottom: 44px;
}
.top-header .header {
  height: 126px;
  padding: 13px 0;
  margin-bottom: 0;
}
/* Small Devices, Tablets */
@media only screen and (max-width: 992px) {
  .top-header {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .top-header .header {
    height: 60px;
  }
  .top-header .header button {
    padding: 2px;
    border: none;
    margin-right: 9px;
    float: right;
    margin-top: 10px;
    background-color: #c0c0c0;
  }
  .top-header .header button i:before {
    font-size: 18px;
    line-height: 24px;
  }
  .top-header .header button#toggle-search {
    margin-right: -9px;
  }
  #search-form {
    width: 100%;
    background-color: #fff;
    margin: 10px 0;
  }
  #search-form input {
    width: 100%;
  }
  #logo {
    width: 175px;
    height: auto;
    margin-right: 10px;
    margin-left: -10px;
  }
  div.navi {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
  }
  div.content {
    max-width: 100%;
    padding-bottom: 0;
  }
  .homepage-news li {
    width: 100%;
    min-height: initial;
    max-height: initial;
    height: auto;
  }
  div.colLeftSmall {
    width: auto;
    margin-right: 0;
  }
  div.colRight {
    width: auto;
  }
  .footer {
    margin-top: 0px;
  }
  .footer .footer-map {
    max-width: 100%;
  }
  .footer .address {
    margin-left: 0px !important;
  }
  .footer .map-overlay {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .homepage-news li {
    width: 351px;
    min-height: 400px;
    max-height: 400px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .flex-control-nav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .flexslider li,
  .flexslider img,
  .flexslider iframe {
    max-height: initial;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .play-media i:before {
    line-height: initial;
  }
  .flexslider .caption {
    position: static;
    background-color: #9a9ca1;
  }
  .flex-control-nav {
    top: 210px;
    bottom: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .play-media {
    top: 40%;
  }
}
