* {
  outline: 0 !important;
}

body {
  background: #ffffff url("../../images/default/slider-bottom-bg_02.jpg") center 560px no-repeat;
  font-family: CenturyGothic, sans-serif;
  overflow-x: hidden;
    color: #818181;
  font-weight: 400;
  font-size: 13px;
}
@media only screen and (max-width: 992px) {
  body {
    background: #ffffff;
  }
}

.squeeze {
  width: 100%;
  float: left;
  padding: 0 40px;
}
@media only screen and (max-width: 1230px) {
  .squeeze {
    padding: 0 0;
  }
}

a, a:hover {
  text-decoration: none;
}

h2.headline {
  font-weight: bold;
  color: #e43930;
  font-size: 18px;
  text-indent: 2px;
}

.cursor {
  cursor: pointer;
}

.p0 {
  padding: 0 !important;
}

.m0 {
  margin: 0 !important;
}

.w100 {
  width: 100%;
}

a.accent {
  color: #e43930;
  font-weight: 400;
  font-size: 13px;
}

a.accent-hover:hover {
  text-decoration: underline;
}

a.anchor {
  color: #e43930;
  font-weight: 400;
  font-size: 13px;
}
a.anchor:hover {
  color: #e43930;
  text-decoration: underline;
}

.header, .slider, .section, .footer {
  width: 100%;
  float: left;
  height: auto;
}

span.line {
  width: 1px;
  height: 10px;
  float: left;
  border-right: 1px solid #dddddd;
}

.header {
  background: #fefefe url("../../images/default/navbg.png") no-repeat top center;
}
.header .navbar {
  margin-bottom: 0;
  border-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  height: auto;
  -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 992px) {
  .header .navbar {
    padding-bottom: 15px;
  }
  .header .navbar .navbar-header {
    position: relative;
  }
  .header .navbar .navbar-header .navbar-toggle {
    margin-top: 38px;
    margin-bottom: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 8px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  }
  .header .navbar .navbar-header .navbar-toggle .icon-bar {
    width: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .header .navbar #navbarElement {
    margin-top: 15px;
  }
}
.header .navbar-brand {
  height: auto;
  padding: 17px 0 0 15px;
}
@media only screen and (max-width: 600px) {
  .header .navbar-brand {
    margin-top: 10px;
  }
  .header .navbar-brand img {
    height: 40px;
  }
}
.header .navbar-top, .header .navbar-right {
  float: right;
}
.header .navbar-top li a, .header .navbar-right li a {
  color: #818181;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
.header .navbar-top li a:hover, .header .navbar-top li a:focus, .header .navbar-right li a:hover, .header .navbar-right li a:focus {
  color: #e43930 !important;
}
.header .navbar-top li.open a, .header .navbar-right li.open a {
  color: #e43930;
}
.header .navbar-top {
  padding: 5px 0;
  margin: 10px -15px 0 0;
}
.header .navbar-top li {
  float: left;
  padding: 0 0;
}
.header .navbar-top li span.line {
  margin-top: 2px;
}
.header .navbar-top li a {
  color: #818181;
  font-weight: 400;
  font-size: 11px;
  float: left;
  padding: 0 8px;
}
@media only screen and (max-width: 992px) {
  .header .navbar-top {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .header .navbar-top {
    margin-right: 10px;
    margin-top: 5px;
  }
}
.header .navbar-right {
  margin-top: 11px;
}
@media only screen and (max-width: 992px) {
  .header .navbar-right {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.header .navbar-right li {
  float: left;
}
@media only screen and (max-width: 992px) {
  .header .navbar-right li {
    width: 100%;
    float: left;
    text-align: center;
    margin-right: 0;
  }
  .header .navbar-right li img {
    display: none;
  }
}
.header .navbar-right li a {
  padding: 10px 13px;
  float: left;
  background: transparent !important;
}
@media only screen and (max-width: 992px) {
  .header .navbar-right li a {
    width: 90%;
    margin-left: 5%;
    text-align: center;
    padding: 8px 0;
    border-bottom: 1px solid #eeeeee;
  }
}
.header .navbar-right li img {
  float: left;
  margin-top: 3px;
}
.header .navbar-right .dropdown-menu {
  right: auto;
  left: 0;
  margin-top: 0;
  border: 1px solid #dddddd;
  width:220px;
}
@media only screen and (max-width: 992px) {
  .header .navbar-right .dropdown-menu {
    border: none;
	width:auto;
  }
}
.header .navbar-right .dropdown-menu li {
  width: 90%;
  float: left;
  margin-left: 5%;
  margin-right: 5%;
  border-bottom: 1px solid #f9f9f9;
}
@media only screen and (max-width: 992px) {
  .header .navbar-right .dropdown-menu li {
    border-bottom: none;
  }
}
.header .navbar-right .dropdown-menu li a {
  color: #818181;
  font-weight: 400;
  font-size: 12px;
  padding: 10px 10px;
}
.header .navbar-right .dropdown-menu li a:hover {
  color: #e43930;
}
@media only screen and (max-width: 992px) {
  .header .navbar-right .dropdown-menu li a {
    font-size: 11px;
    padding: 5px 0;
  }
}
.header .navbar-default .navbar-nav > .open > a, .header .navbar-default .navbar-nav > .open > a:hover, .header .navbar-default .navbar-nav > .open > a:focus {
  border-color: #e43930 !important;
}

.slider {
  position: relative;
  height: 475px;
}
@media only screen and (max-width: 992px) {
  .slider {
    height: 400px;
  }
}
@media only screen and (max-width: 580px) {
  .slider {
    height: 340px;
  }
}
.slider .bx-wrapper {
  width: 100%;
  max-width: 1920px !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slider .bx-wrapper .bx-viewport {
  border: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  background: transparent;
  height: 100% !important;
}
.slider .bx-wrapper .bx-viewport .bxslider {
  height: 100%;
}
.slider .bx-wrapper .bx-viewport .bxslider li {
  left: 0;
  height: 100%;
}
.slider .bx-wrapper .bx-viewport .bxslider li img {
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-height: 110%;
  max-width: none;
}
.slider .element-relative {
  position: relative;
}
.slider .element-relative .slide-content {
  margin-top: 200px;
  position: relative;
  width: 400px;
  height: auto;
  float: left;
}
@media only screen and (max-width: 992px) {
  .slider .element-relative .slide-content {
    width: 290px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 580px) {
  .slider .element-relative .slide-content {
    margin-top: 30px;
    margin-left: calc((100% - 290px) / 2);
  }
}
@media only screen and (max-width: 340px) {
  .slider .element-relative .slide-content {
    width: 250px;
    margin-left: calc((100% - 250px) / 2);
  }
}
.slider .element-relative .slide-title {
  background: rgba(215, 1, 35, 0.8);
  float: left;
  height: 45px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .slider .element-relative .slide-title {
    height: 35px;
  }
}
.slider .element-relative .slide-title h3 {
  color: #818181;
  font-weight: 400;
  font-size: 19px;
  color: #ffffff;
  margin: 0 0;
  line-height: 45px;
  padding-left: 15px;
  float: left;
}
@media only screen and (max-width: 992px) {
  .slider .element-relative .slide-title h3 {
    font-size: 14px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 340px) {
  .slider .element-relative .slide-title h3 {
    font-size: 12px;
    padding-left: 5px;
  }
}
.slider .element-relative .slide-title img {
  width: auto;
  height: 100%;
  float: right;
  position: relative;
}
.slider .element-relative .slide-title .slide-control {
  right: 0;
  position: absolute;
  float: right;
  width: 49px;
  height: 100%;
}
.slider .element-relative .slide-title #prev-slide {
  margin-right: 51px;
}
.slider .element-relative .slide-text {
  width: 100%;
  float: left;
  background: rgba(65, 65, 65, 0.7);
  color: #818181;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  padding: 8px 5px;
}
.slider .element-relative .slide-front-image {
  float: right;
  margin-top: 130px;
  max-width: 480px;
}
@media only screen and (max-width: 992px) {
  .slider .element-relative .slide-front-image {
    max-width: 370px;
  }
}
.slider .element-relative .slide-front-image img {
  width: 100%;
}
@media only screen and (max-width: 730px) {
  .slider .element-relative .slide-front-image {
    display: none;
  }
}
@media only screen and (max-width: 580px) {
  .slider .element-relative .slide-front-image {
    display: block;
    margin-top: 20px;
    margin-left: calc((100% - 290px) / 2);
    float: left;
    width: 290px;
  }
}
@media only screen and (max-width: 340px) {
  .slider .element-relative .slide-front-image {
    width: 250px;
    margin-left: calc((100% - 250px) / 2);
  }
}

.section .small-sliders {
  width: 100%;
  float: left;
  height: 30px;
  margin-top: 20px;
  position: relative;
}
@media only screen and (max-width: 580px) {
  .section .small-sliders {
    height: auto;
  }
}
.section .small-sliders .small-sliders-inner-container {
  width: 100%;
  height: 190px;
  float: left;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 580px) {
  .section .small-sliders .small-sliders-inner-container {
    position: static;
    height: auto;
    bottom: auto;
  }
}
.section .small-sliders .small-sliders-inner-container .small-slider-item {
  position: relative;
  width: 33.3%;
  float: left;
  height: 175px;
  margin-top: 15px;
  background: #fefffe;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.section .small-sliders .small-sliders-inner-container .small-slider-item .bg-image {
  display: block;
}
.section .small-sliders .small-sliders-inner-container .small-slider-item .bg-image-red {
  display: none;
}
@media only screen and (max-width: 580px) {
  .section .small-sliders .small-sliders-inner-container .small-slider-item {
    height: auto;
    padding-bottom: 15px;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 15px;
  }
}
.section .small-sliders .small-sliders-inner-container .small-slider-item h3 {
  color: #333333;
  font-weight: 400;
  font-size: 18px;
  margin: 0 0;
  padding: 10px;
  position: relative;
  z-index: 2;
}
.section .small-sliders .small-sliders-inner-container .small-slider-item h3 i {
  font-size: 16px;
}
@media only screen and (max-width: 730px) {
  .section .small-sliders .small-sliders-inner-container .small-slider-item h3 {
    font-size: 14px;
  }
}
.section .small-sliders .small-sliders-inner-container .small-slider-item .bx-wrapper {
  margin: 0 5%;
  width: 90%;
  height: 90px;
}
.section .small-sliders .small-sliders-inner-container .small-slider-item .bx-wrapper .bx-viewport {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  left: auto;
  height: 100% !important;
}
.section .small-sliders .small-sliders-inner-container .small-slider-item .bx-wrapper .bx-viewport ul {
  height: 100%;
}
.section .small-sliders .small-sliders-inner-container .small-slider-item .bx-wrapper .bx-viewport ul li {
  height: 100%;
}
.section .small-sliders .small-sliders-inner-container .small-slider-item .bx-wrapper .bx-viewport ul li img {
  width: 100%;
  height: 100%;
}
.section .small-sliders .small-sliders-inner-container .small-slider-item .bx-wrapper .bx-controls-direction a {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -37px;
  text-indent: 0;
  text-align: center;
  line-height: 25px;
  width: 25px;
  height: 25px;
  border: 1px solid #9a9a9a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.section .small-sliders .small-sliders-inner-container .small-slider-item .bx-wrapper .bx-controls-direction a i {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  font-size: 14px;
  color: #9a9a9a;
}
@media only screen and (max-width: 730px) {
  .section .small-sliders .small-sliders-inner-container .small-slider-item .bx-wrapper .bx-controls-direction a i {
    font-size: 9px;
  }
}
.section .small-sliders .small-sliders-inner-container .small-slider-item .bx-wrapper .bx-controls-direction a:hover {
  border-color: #e43930;
}
.section .small-sliders .small-sliders-inner-container .small-slider-item .bx-wrapper .bx-controls-direction a:hover i {
  color: #e43930;
}
@media only screen and (max-width: 730px) {
  .section .small-sliders .small-sliders-inner-container .small-slider-item .bx-wrapper .bx-controls-direction a {
    width: 20px;
    height: 20px;
    line-height: 17px;
  }
}
.section .small-sliders .small-sliders-inner-container .small-slider-item .bx-wrapper .bx-prev {
  left: 0;
}
.section .small-sliders .small-sliders-inner-container .small-slider-item .bx-wrapper .bx-next {
  right: 0;
}
.section .small-sliders .small-sliders-inner-container .small-slider-item .bx-wrapper .bx-next i {
  padding-left: 1px;
}
.section .small-sliders .small-sliders-inner-container .small-slider-item .view-all {
  width: 100%;
  float: left;
  margin-top: 14px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.section .small-sliders .small-sliders-inner-container .small-slider-item .view-all a {
  color: #818181;
  font-weight: 400;
  font-size: 11px;
  background: #333333;
  color: #ffffff;
  padding: 5px 10px;
}
@media only screen and (max-width: 730px) {
  .section .small-sliders .small-sliders-inner-container .small-slider-item .view-all a {
    font-size: 9px;
  }
}
@media only screen and (min-width: 580px) {
  .section .small-sliders .small-sliders-inner-container .small-slider-item-active {
    height: 100%;
    margin-top: 0;
    z-index: 2;
    background: #e43930;
  }
  .section .small-sliders .small-sliders-inner-container .small-slider-item-active .bg-image {
    display: none;
  }
  .section .small-sliders .small-sliders-inner-container .small-slider-item-active .bg-image-red {
    display: block;
  }
  .section .small-sliders .small-sliders-inner-container .small-slider-item-active .bx-wrapper .bx-controls-direction a {
    border-color: #ffffff;
  }
  .section .small-sliders .small-sliders-inner-container .small-slider-item-active .bx-wrapper .bx-controls-direction a i {
    color: #ffffff;
  }
  .section .small-sliders .small-sliders-inner-container .small-slider-item-active .bx-wrapper .bx-controls-direction a:hover {
    border-color: #ffffff;
  }
  .section .small-sliders .small-sliders-inner-container .small-slider-item-active .bx-wrapper .bx-controls-direction a:hover i {
    color: #ffffff;
  }
  .section .small-sliders .small-sliders-inner-container .small-slider-item-active h3 {
    color: #ffffff;
  }
}
.section .small-sliders .small-sliders-inner-container .small-slider-item .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 580px) {
  .section .small-sliders .small-sliders-inner-container .small-slider-item .bg-image {
    display: none !important;
  }
}
.section .content {
  width: 100%;
  float: left;
}
.section .content-part {
  width: 100%;
  float: left;
  margin-top: 30px;
}
@media only screen and (max-width: 350px) {
  .section .content-part .col-xs-6 {
    width: 100%;
  }
}
.section .content-part h3 {
  margin: 0 0;
  font-weight: bold;
  color: #333333;
  font-size: 13px;
  color: #ffffff;
  background: #d10324;
  padding: 10px 15px;
  -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.section .content-part .card {
  width: 100%;
  height: auto;
   float: left;
}
.section .content-part .card-picture {
  width: 100%;
  height: 220px;
  overflow: hidden;
  float: left;
  position: relative;
}
@media only screen and (max-width: 450px) {
  .section .content-part .card-picture {
    height: 120px;
  }
}
@media only screen and (max-width: 350px) {
  .section .content-part .card-picture {
    height: auto;
  }
}
.section .content-part .card-picture img {
  width: 100%;
  height: auto;
  min-height: 100%;
  float: left;
}
.section .content-part .card-picture .time {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(2, 119, 189, 0.6);
  width: 55px;
  text-align: center;
  height: 65px;
  color: #ffffff;
  line-height: 1.6;
  padding-top: 10px;
}
.section .content-part .card-title {
  width: 100%;
  float: left;
  text-align: center;
  background: #e43930;
  -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.section .content-part .card-title p {
  padding: 10px 0;
  color: #818181;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  margin: 0 0;
}
.section .content-part .card-desc {
  width: 100%;
  float: left;
}
.section .content-part .card-desc h4 {
  font-weight: bold;
  color: #333333;
  font-size: 17px;
  margin-top: 13px;
}
.section .content-part .card-desc p {
  color: #9a9a9a;
  font-weight: 400;
  font-size: 13px;
}
.section .content-part .card-desc a {
  background: #e43930;
  color: #9a9a9a;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  padding: 7px 10px;
  margin-top: 5px;
  float: left;
  border: 1px solid #e43930;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.section .content-part .card-desc a:hover {
  background: #ffffff;
  color: #e43930;
}
@media only screen and (max-width: 768px) {
  .section .content-part .card-desc {
    margin-bottom: 18px;
  }
}
.section .menu {
  margin-top: 30px;
  width: 100%;
  float: left;
  background: #ffffff;
  -webkit-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.3);
}
.section .menu .title {
  font-weight: bold;
  color: #333333;
  font-size: 13px;
  margin: 0 0;
  padding: 10px 10px;
  background: #d10324;
  color: #ffffff;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.section .menu ul {
  width: 100%;
  margin: 0 0;
  background: #f9f9f9;
  float: left;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  padding: 10px;
}
.section .menu ul li {
  width: 100%;
  float: left;
}
.section .menu ul li a {
  padding: 5px 0;
  width: 90%;
  border-bottom: 1px solid #eeeeee;
  float: left;
  color: #818181;
  font-weight: 400;
  font-size: 13px;
  color: #818181;
  -webkit-transition: margin-left 200ms;
  -moz-transition: margin-left 200ms;
  -o-transition: margin-left 200ms;
  transition: margin-left 200ms;
}
.section .menu ul li a:hover {
  color: #e43930;
  margin-left: 3px;
}
.section .content-page {
  width: 100%;
  float: left;
  height: auto;
  margin-top: 25px;
}
.section .content-page img, .section .content-page table, .section .content-page iframe {
  max-width: 100%;
  margin-bottom: 5px;
}
.section .content-page p iframe {
  width: 100%;
  height: 200px;
}
.section .content-page p {
  color: #818181;
  font-weight: 400;
  font-size: 13px;
}
.section .content-page .headline-image {
  width: 300px;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}
.section .content-page .custom-list li {
  padding: 0 10px;
  width: 100%;
  float: left;
}
.section .content-page .custom-list li a {
  padding: 5px 0;
  float: left;
  color: #333333;
  font-weight: 400;
  font-size: 13px;
}
.section .content-page .custom-list li a:hover {
  color: #e43930;
}
.section .content-page .headline {
  font-weight: bold;
  color: #e43930;
  font-size: 17px;
}
.section .contact strong {
  color: #333333;
  font-weight: 400;
  font-size: 13px;
}
.section .contact label {
  color: #333333;
  font-weight: bold;
  font-size: 13px;
}
.section .contact button {
  background: #e43930;
  border-color: #d10324;
}
.section .contact button:focus {
  background: #d10324;
}

.footer {
  margin-top: 25px;
}
.footer .double-border {
  border-bottom: 1px solid #343434;
  position: relative;
}
.footer .double-border:before {
  border-bottom: 1px solid #212021;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer-top {
  background: #1e1e1e;
  background: -moz-linear-gradient(top, #1e1e1e 0%, #333333 100%);
  background: -webkit-linear-gradient(top, #1e1e1e 0%, #333333 100%);
  background: -o-linear-gradient(top, #1e1e1e 0%, #333333 100%);
  background: -ms-linear-gradient(top, #1e1e1e 0%, #333333 100%);
  background: linear-gradient(to bottom, #1e1e1e 0%, #333333 100%);
  height: auto;
}
.footer-top h4 {
  font-weight: bold;
  color: #333333;
  font-size: 13px;
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 15px 0 10px 0;
}
@media only screen and (max-width: 992px) {
  .footer-top h4 {
    text-align: center;
  }
}
@media only screen and (max-width: 550px) {
  .footer-top h4 {
    margin: 0 0;
  }
}
.footer-top ul li {
  margin: 3px 0;
  padding: 8px 0;
}
@media only screen and (max-width: 992px) {
  .footer-top ul li {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .footer-top ul li {
    margin: 0 0;
    padding: 5px 0;
  }
}
.footer-top ul li a {
  margin: 0 0;
  padding: 0 0;
  color: #818181;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.footer-top ul li a:hover {
  color: #e43930;
}
@media only screen and (max-width: 550px) {
  .footer-top .col-xs-6 {
    width: 90%;
    margin-left: 5%;
  }
}
.footer-top iframe {
  width: 100% !important;
  height: 140px !important;
  margin-top: 15px;
}
.footer-top p {
  color: #818181;
  font-weight: 400;
  font-size: 11px;
  color: #ffffff;
  text-align: justify;
}
.footer-bottom {
  background: #1c1c1c;
  background: -moz-linear-gradient(top, #1c1c1c 0%, #303030 100%);
  background: -webkit-linear-gradient(top, #1c1c1c 0%, #303030 100%);
  background: -o-linear-gradient(top, #1c1c1c 0%, #303030 100%);
  background: -ms-linear-gradient(top, #1c1c1c 0%, #303030 100%);
  background: linear-gradient(to bottom, #1c1c1c 0%, #303030 100%);
  height: auto;
  padding: 15px 0;
}
.footer-bottom span {
  color: #818181;
  font-weight: 400;
  font-size: 11px;
  color: #ffffff;
}
@media only screen and (max-width: 550px) {
  .footer-bottom span {
    float: left;
    width: 100%;
    margin-bottom: 8px;
  }
  .footer-bottom img {
    float: left !important;
  }
}

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