.container-fluid {
  max-width: 1220px;
}
#wrapper {
  overflow: hidden;
  width: 100%;
}
#header {
  position: relative;
  font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff !important;
  background: url(../images/separator.jpg) repeat-x 0 100%;
  margin: 0 0 38px;
  padding-bottom: 1px;
  /**
   * Customization for Bootstrap components
   */
}
@media (max-width: 992px) {
  #header > .container-fluid {
    padding: 0;
  }
}
#header .logo {
  float: left;
  margin: 25px 5% 5px -3px;
}
@media (max-width: 992px) {
  #header .logo {
    margin: 10px 5% 0 0;
    position: absolute;
    z-index: 9999;
  }
}
#header .logo.add {
  display: none;
}
#header .logo a {
  display: block;
  height: 100%;
}
#header .logo a img {
  display: block;
}
#header .search-icon {
  float: right;
  padding: 14px 0 0;
  display: none;
  border-left: 1px solid #eaeef3;
  border-right: 1px solid #eaeef3;
  width: 88px;
  height: 57px;
  text-align: center;
}
#header .search-icon a {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  width: 19px;
  height: 19px;
  background: url(../images/sprite.png) no-repeat -4px -5px;
}
#header .search-icon a:hover {
  opacity: 0.8;
}
#header .search-holder {
  float: left;
  width: 100%;
  padding: 13px 10px 5px 10px;
  margin: 0;
}
#header .search-holder .search-field {
  overflow: hidden;
  padding: 0 30px;
  position: relative;
}
#header .search-holder .search-field:after {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 19px;
  height: 19px;
  background: url(../images/sprite.png) no-repeat -4px -5px;
}
#header .search-holder .search-field input[type="search"],
#header .search-holder .search-field input[type="text"] {
  border: none;
  margin: 0;
  overflow: hidden;
  width: 100%;
  outline: none;
  background: #fff;
  font: 700 14px/17px 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 19px;
  color: #242629;
  padding: 1px 5px;
}
#header .search-holder .search-field ::-webkit-input-placeholder {
  color: #242629;
}
#header .search-holder .search-field ::-moz-placeholder {
  opacity: 1;
  color: #242629;
}
#header .search-holder .search-field :-moz-placeholder {
  color: #242629;
}
#header .search-holder .search-field :-ms-input-placeholder {
  color: #242629;
}
#header .search-holder .search-field .placeholder {
  color: #242629;
}
#header .navbar-holder .opener-holder {
  display: block;
  margin: 0 auto;
  width: 21px;
  height: 14px;
  position: relative;
  text-decoration: none;
  z-index: 99;
}
#header .navbar-holder .opener-holder:hover {
  text-decoration: none;
}
#header .navbar-holder .opener-holder:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #242629;
  width: 100%;
  height: 2px;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#header .navbar-holder .opener-holder .opener {
  display: block;
  height: 14px;
}
#header .navbar-holder .opener-holder .opener:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #242629;
  width: 100%;
  height: 2px;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#header .navbar-holder .opener-holder .opener:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  background: #242629;
  width: 100%;
  height: 2px;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#header .navbar-holder .opener-holder:hover {
  opacity: 0.8;
}
#header .navbar-holder .opener-holder:hover:after {
  opacity: 0.8;
}
#header .navbar-holder .opener-holder:hover .opener:after {
  opacity: 0.8;
}
#header .navbar-holder .opener-holder:hover .opener:before {
  opacity: 0.8;
}
#header .navbar-holder .nav-list {
  letter-spacing: 0.6px;
  font: bold 14px/20px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#header .navbar-holder .nav-list li {
  list-style: none;
}
@media (max-width: 992px) {
  #header .navbar-holder .nav-list li {
    border-top: 1px solid #eaeef3;
  }
}
#header .navbar-holder .nav-list li:first-child {
  margin-left: 0;
}
#header .navbar-holder .nav-list li a {
  color: #242629;
}
@media (max-width: 992px) {
  #header .navbar-holder .nav-list .caret {
    display: none;
  }
}
#header .navbar {
  margin-bottom: 0;
}
#header .navbar-brand {
  padding: 12px 10px;
}
#header .navbar-toggle {
  margin-right: 0px;
}
#header .navbar-toggle .icon-bar {
  background-color: #242629;
}
#header .navbar-nav {
  margin-top: 0px;
}
#header .navbar-nav li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
#header .navbar-nav li > a:hover {
  background: none;
}
#header .dropdown:hover .dropdown-menu {
  display: none;
}
@media (min-width: 992px) {
  #header .dropdown:hover .dropdown-menu {
    display: block;
  }
}
#header .dropdown-menu {
  border-top: none;
  padding: 0;
}
#header .dropdown-menu > li {
  width: 100%;
  border-top: 1px solid #eaeef3;
}
#header .dropdown-menu > li:first-child {
  border-top: none;
}
#header .dropdown-menu > li > a {
  font-weight: inherit;
}
#header .dropdown-menu li a {
  color: #242629;
}
#header .dropdown-menu li a:hover {
  color: #242629 !important;
  text-decoration: underline;
}
#main > div {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* carousel styles */
.carousel {
  width: 100%;
  min-height: 275px;
  position: relative;
  overflow: hidden;
  margin: 0 0 19px;
  font-family: 'Roboto Slab', "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: #fff;
}
.carousel .posted {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}
@media (max-width: 992px) {
  .carousel > .container-fluid {
    padding: 0;
  }
}
.carousel .arrow-control {
  width: 6%;
  height: 30%;
  top: 30%;
  min-width: 55px;
  min-height: 60px;
}
.carousel .title {
  position: absolute;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0.35) 5%, rgba(0, 0, 0, 0) 100%);
  height: 24px;
  padding: 0 12px;
  text-align: left;
  min-width: 95%;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font: bold 11px/26px 'Roboto Condensed', Arial, Helvetica, sans-serif;
}
.carousel .title a {
  color: #fff;
}
.carousel h1 a {
  color: white;
}
.carousel .slide {
  width: 100%;
  float: left;
}
.carousel .btn-prev,
.carousel .btn-next {
  position: absolute;
  left: -42px;
  top: 50%;
  margin: -44px 0 0;
  overflow: hidden;
  text-indent: -9999px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 88px;
  height: 88px;
  z-index: 99;
}
.carousel .btn-prev:after,
.carousel .btn-next:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  width: 12px;
  height: 18px;
  background: url(../images/sprite.png) no-repeat -124px -4px;
  margin: -9px 0 0;
}
.carousel .btn-prev:hover,
.carousel .btn-next:hover {
  background: #fc566a;
}
.carousel .btn-next {
  right: -42px;
  left: auto;
}
.carousel .btn-next:after {
  right: auto;
  left: 24px;
  background: url(../images/sprite.png) no-repeat -146px -4px;
}
.carousel .alignright {
  position: relative;
  margin: 0;
  width: 32.3%;
}
.carousel .alignright .title {
  left: 0;
}
.carousel img {
  display: block;
  height: 100%;
}
.carousel .caption-holder {
  position: absolute;
  left: 49px;
  bottom: 49px;
  width: 75%;
}
.carousel .caption-holder h1 {
  color: #fff;
  font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 29px;
  font-size: 25px;
  margin: 0 0 15px;
  position: relative;
  padding: 0 0 15px;
  text-transform: uppercase;
}
.carousel .caption-holder h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 44px;
  height: 3px;
}
.carousel .caption-holder .posted {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.carousel .caption-holder .posted a {
  color: #ffe100;
}
.carousel .caption-holder .posted a:hover {
  color: #fc566a;
}
.carousel .caption-holder.add {
  width: 71%;
}
.carousel .caption-holder.add .posted a {
  color: #fc566a;
}
.carousel .caption-holder.add .posted a:hover {
  color: #ffe100;
}
.carousel .carousel-content {
  position: relative;
  min-height: 396px;
}
@media (min-width: 768px) {
  .carousel .carousel-content {
    height: 461px;
  }
}
@media (min-width: 992px) {
  .carousel .carousel-content {
    height: 526px;
  }
}
@media (min-width: 1200px) {
  .carousel .carousel-content {
    height: 526px;
  }
}
.formed-widget {
  float: left;
  border: 1px solid #e0e4eb;
  margin: 0 32px 32px 0;
  width: 267px;
}
@media (max-width: 991px) {
  .formed-widget {
    margin: 0 20px 20px 0;
    width: auto;
    float: initial;
  }
}
.formed-widget img {
  display: block;
  margin: 0 0 30px;
  width: 100%;
}
.formed-widget .formed-info {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 12px 25px;
  font-size: 16px;
}
.formed-widget .formed-info p {
  margin: 0;
}
.formed-widget .formed-info strong {
  display: block;
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
}
.list_section .news-list > div {
  /*width: 100%;
      list-style: none;
      overflow: hidden;
      margin: 0 0 40px;*/
}
.list_section .news-list .news-item {
  margin-bottom: 40px;
}
.list_section .news-list .news-thumb {
  /*float: left;*/
  margin: 0 0 10px 0;
  position: relative;
}
.list_section .news-list .news-thumb img {
  width: 100%;
}
.list_section .news-list .news-thumb .label {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px;
  color: #242629;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: #ffe100;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
}
.list_section .news-list .news_title {
  line-height: 1.2;
  font-size: 19px;
  color: #242629;
  margin: 0 0 10px;
}
.list_section .news-list .news_meta {
  display: block;
  margin: 0 0 10px;
  color: #9097a0;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.list_section .news-list p {
  margin: 0;
  font-size: 16px;
  color: #242629;
  line-height: 1.2;
}
.carousel-item {
  height: 100%;
  position: absolute;
  margin: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
}
.carousel-item.at-bat .caption-holder {
  width: 45%;
}
.carousel-item .article-block-link {
  height: 100%;
}
.carousel-item .article-block-image {
  padding-top: 0;
  width: 100%;
  height: 100%;
}
.carousel-item .article-block-title {
  max-width: 340px;
}
.carousel-item > .img {
  width: 100%;
  height: 100%;
}
.carousel-item > .img > a {
  width: 100%;
  height: 100%;
  display: block;
}
.at-bat {
  left: 0;
  z-index: 1;
}
.on-deck {
  left: 100%;
}
.in-the-hole {
  display: none;
}
.last-up {
  left: -100%;
}
.hoverable .carousel .arrow-control-prev {
  -webkit-transform: translateX(-48px);
  -moz-transform: translateX(-48px);
  -o-transform: translateX(-48px);
  -ms-transform: translateX(-48px);
  transform: translateX(-48px);
}
.hoverable .carousel .arrow-control-next {
  -webkit-transform: translateX(48px);
  -moz-transform: translateX(48px);
  -o-transform: translateX(48px);
  -ms-transform: translateX(48px);
  transform: translateX(48px);
}
.hoverable .carousel:hover .arrow-control-next,
.hoverable .carousel:hover .arrow-control-prev {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
@media screen and (max-width: 767px) {
  .carousel-content {
    /*height: 525px*/
  }
}
@media screen and (min-width: 992px) {
  .carousel {
    -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.05);
  }
  .carousel-item {
    -webkit-transition-property: width, left, opacity;
    -moz-transition-property: width, left, opacity;
    -o-transition-property: width, left, opacity;
    transition-property: width, left, opacity;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: 0.8s;
  }
  .on-deck {
    left: 66.666666%;
  }
  .in-the-hole,
  .last-up {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: 0.4;
  }
  .in-the-hole {
    display: block;
    left: 100%;
  }
  .last-up {
    left: -33.5%;
  }
  .carousel-transition .in-the-hole {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-name: animationCarouselWrapBegin, animationCarouselWrapEnd;
    -moz-animation-name: animationCarouselWrapBegin, animationCarouselWrapEnd;
    -o-animation-name: animationCarouselWrapBegin, animationCarouselWrapEnd;
    animation-name: animationCarouselWrapBegin, animationCarouselWrapEnd;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-delay: 0s, .4s;
    -moz-animation-delay: 0s, .4s;
    -o-animation-delay: 0s, .4s;
    animation-delay: 0s, 0.4s;
  }
  .carousel-reverse .in-the-hole {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    -webkit-transition-property: width, left, opacity;
    -moz-transition-property: width, left, opacity;
    -o-transition-property: width, left, opacity;
    transition-property: width, left, opacity;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: 0.8s;
  }
  .carousel-reverse .last-up {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-name: animationCarouselWrapReverseBegin, animationCarouselWrapReverseEnd;
    -moz-animation-name: animationCarouselWrapReverseBegin, animationCarouselWrapReverseEnd;
    -o-animation-name: animationCarouselWrapReverseBegin, animationCarouselWrapReverseEnd;
    animation-name: animationCarouselWrapReverseBegin, animationCarouselWrapReverseEnd;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-delay: 0s, .4s;
    -moz-animation-delay: 0s, .4s;
    -o-animation-delay: 0s, .4s;
    animation-delay: 0s, 0.4s;
  }
  .carousel-item .article-block-details {
    opacity: 0;
    bottom: -10px;
    -webkit-transition-property: opacity, bottom, color;
    -moz-transition-property: opacity, bottom, color;
    -o-transition-property: opacity, bottom, color;
    transition-property: opacity, bottom, color;
    -webkit-transition-duration: .264s;
    -moz-transition-duration: .264s;
    -o-transition-duration: .264s;
    transition-duration: .264s;
    -webkit-transition-delay: .6400000000000001s, .6400000000000001s, 0;
    -moz-transition-delay: .6400000000000001s, .6400000000000001s, 0;
    -o-transition-delay: .6400000000000001s, .6400000000000001s, 0;
    transition-delay: 0.64s, 0.64s, 0;
  }
  .at-bat .article-block-details,
  .on-deck .article-block-details {
    opacity: 1;
    bottom: 0;
  }
  .carousel-reverse .in-the-hole .article-block-details,
  .carousel-reverse .on-deck .article-block-details,
  .last-up .article-block-details {
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
  }
  .carousel .arrow-control {
    height: 50%;
    top: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .carousel-content:after,
  .carousel-content:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 400px;
  }
  .carousel-content:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #fff 0, #fff 85%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(left, #fff 0, #fff 85%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, #fff 0, #fff 85%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, #fff 0, #fff 85%, rgba(255, 255, 255, 0) 100%);
    left: -57%;
  }
  .carousel-content:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(right, #fff 0, #fff 85%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(right, #fff 0, #fff 85%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(right, #fff 0, #fff 85%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to left, #fff 0, #fff 85%, rgba(255, 255, 255, 0) 100%);
    right: -57%;
  }
  .carousel .arrow-control {
    top: 0;
    height: 100%;
    z-index: 2;
  }
}
@-webkit-keyframes animationCarouselWrapBegin {
  from {
    left: -33.333333%;
    opacity: 0.4;
  }
  to {
    left: -56%;
    opacity: 0;
  }
}
@-webkit-keyframes animationCarouselWrapEnd {
  from {
    left: 116%;
    opacity: 0;
  }
  to {
    left: 100%;
    opacity: 0.4;
  }
}
@-webkit-keyframes animationCarouselWrapReverseBegin {
  from {
    left: 100%;
  }
  to {
    left: 134.2%;
  }
}
@-webkit-keyframes animationCarouselWrapReverseEnd {
  from {
    left: -52%;
  }
  to {
    left: -33.333333%;
  }
}
@-moz-keyframes animationCarouselWrapBegin {
  from {
    left: -33.333333%;
    opacity: 0.4;
  }
  to {
    left: -56%;
    opacity: 0;
  }
}
@-moz-keyframes animationCarouselWrapEnd {
  from {
    left: 116%;
    opacity: 0;
  }
  to {
    left: 100%;
    opacity: 0.4;
  }
}
@-moz-keyframes animationCarouselWrapReverseBegin {
  from {
    left: 100%;
  }
  to {
    left: 134.2%;
  }
}
@-moz-keyframes animationCarouselWrapReverseEnd {
  from {
    left: -52%;
  }
  to {
    left: -33.333333%;
  }
}
@-ms-keyframes animationCarouselWrapBegin {
  from {
    left: -33.333333%;
    opacity: 0.4;
  }
  to {
    left: -56%;
    opacity: 0;
  }
}
@-ms-keyframes animationCarouselWrapEnd {
  from {
    left: 116%;
    opacity: 0;
  }
  to {
    left: 100%;
    opacity: 0.4;
  }
}
@-ms-keyframes animationCarouselWrapReverseBegin {
  from {
    left: 100%;
  }
  to {
    left: 134.2%;
  }
}
@-ms-keyframes animationCarouselWrapReverseEnd {
  from {
    left: -52%;
  }
  to {
    left: -33.333333%;
  }
}
@-o-keyframes animationCarouselWrapBegin {
  from {
    left: -33.333333%;
    opacity: 0.4;
  }
  to {
    left: -56%;
    opacity: 0;
  }
}
@-o-keyframes animationCarouselWrapEnd {
  from {
    left: 116%;
    opacity: 0;
  }
  to {
    left: 100%;
    opacity: 0.4;
  }
}
@-o-keyframes animationCarouselWrapReverseBegin {
  from {
    left: 100%;
  }
  to {
    left: 134.2%;
  }
}
@-o-keyframes animationCarouselWrapReverseEnd {
  from {
    left: -52%;
  }
  to {
    left: -33.333333%;
  }
}
@keyframes animationCarouselWrapBegin {
  from {
    left: -33.333333%;
    opacity: 0.4;
  }
  to {
    left: -56%;
    opacity: 0;
  }
}
@keyframes animationCarouselWrapEnd {
  from {
    left: 116%;
    opacity: 0;
  }
  to {
    left: 100%;
    opacity: 0.4;
  }
}
@keyframes animationCarouselWrapReverseBegin {
  from {
    left: 100%;
  }
  to {
    left: 134.2%;
  }
}
@keyframes animationCarouselWrapReverseEnd {
  from {
    left: -52%;
  }
  to {
    left: -33.333333%;
  }
}
@media only screen and (max-width: 999px) {
  .carousel {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 759px) {
  .carousel .caption-holder {
    width: 80%;
    bottom: 20px;
  }
  .carousel .caption-holder h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .carousel .caption-holder {
    bottom: 10px;
  }
  .carousel .caption-holder h1 {
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 8px;
    margin: 0 0 8px;
  }
  .carousel .caption-holder .posted {
    font-size: 13px;
    line-height: 16px;
  }
  .carousel .btn-prev,
  .carousel .btn-next {
    width: 70px;
    height: 70px;
  }
  .carousel .btn-prev:after,
  .carousel .btn-next:after {
    right: 12px;
  }
  .carousel .btn-next:after {
    left: 12px;
  }
}
.social-icon {
  display: inline-block;
  vertical-align: middle;
}
.social-icon li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 2px;
}
.social-icon li:first-child {
  margin-left: 0;
}
.social-icon li a {
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #eaeef3;
  width: 37px;
  height: 37px;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
}
.social-icon li a:after {
  content: '';
  background: url(../images/sprite.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
}
.social-icon li a:hover {
  opacity: 0.8;
}
.social-icon li.facebook a:after {
  background-position: -7px -33px;
  width: 9px;
  height: 17px;
  margin: -8px 0 0 -4px;
}
.social-icon li.twitter a:after {
  background-position: -24px -36px;
  width: 16px;
  height: 13px;
  margin: -6px 0 0 -8px;
}
.social-icon li.ping a:after {
  background-position: -49px -36px;
  width: 13px;
  height: 17px;
  margin: -8px 0 0 -6px;
}
.social-icon.add li a {
  border-radius: 0;
  -webkit-border-radius: 0;
  background: none;
  width: 30px;
  height: 30px;
}
.social-icon.add li.facebook a:after {
  background-position: -44px -100px;
  width: 30px;
  height: 30px;
  margin: 0;
  left: 0;
  top: 0;
}
.social-icon.add li.twitter a:after {
  background-position: -4px -100px;
  width: 30px;
  height: 30px;
  margin: 0;
  left: 0;
  top: 0;
}
.social-icon.add li.ping a:after {
  background-position: -124px -100px;
  width: 30px;
  height: 30px;
  margin: 0;
  left: 0;
  top: 0;
}
.social-icon.add li.googleplus a:after {
  background-position: -84px -100px;
  width: 30px;
  height: 30px;
  margin: 0;
  left: 0;
  top: 0;
}
/* widgets (sidebar) */
.sidebar .widget-area {
  position: relative;
}
.sidebar .widget {
  overflow: hidden;
  padding: 20px 10px;
  text-align: center;
  border-bottom: 1px solid #eaeef3;
}
.sidebar .widget .social-icon {
  padding: 0;
}
.sidebar .widget h2 {
  color: #242629;
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 21px;
  text-transform: uppercase;
  margin: 0 0 24px;
}
.sidebar .widget .title {
  letter-spacing: 0.6px;
  font: bold 11px/26px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  padding: 0 12px;
}
.sidebar .widget-gift-box {
  padding: 38px;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #eaeef3;
}
.sidebar .widget-gift-box:before {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -10px;
  background: #eaeef3;
  width: 10px;
  height: 1px;
}
.sidebar .widget-gift-box .gift-box {
  display: inline-block;
  vertical-align: middle;
}
.sidebar .widget-gift-box img {
  display: block;
  width: 100%;
  height: auto;
}
.sidebar .widget-articles {
  padding: 20px 19px;
  border-bottom: 1px solid #eaeef3;
}
.sidebar .widget-articles:before {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -10px;
  background: #eaeef3;
  width: 10px;
  height: 1px;
}
.sidebar .widget-articles .articles {
  overflow: hidden;
  margin: 20px 0 0;
}
.sidebar .widget-articles .articles:first-child {
  margin: 0;
}
.sidebar .widget-articles .articles .image-area {
  position: relative;
  float: left;
  margin: 0 25px 0 0;
  max-width: 157px;
}
.sidebar .widget-articles .articles .image-area img {
  display: block;
  width: 100%;
  height: auto;
}
.sidebar .widget-articles .articles .description-area {
  overflow: hidden;
  padding: 4px 0;
}
.sidebar .widget-articles .articles .description-area h3 {
  color: #242629;
  font-size: 18px;
  line-height: 20px;
  letting-spacing: 0.6px;
  margin: 0 0 8px;
}
.sidebar .widget-articles .articles .description-area h3 a {
  color: #242629;
}
.sidebar .widget-articles .articles .description-area h3 a:hover {
  color: #fc566a;
}
.sidebar .widget-social {
  float: right;
  max-width: 260px;
  text-align: center;
  padding: 10px 29px 10px 34px;
  border-left: 1px solid #eaeef3;
}
.sidebar .widget-social .heading {
  display: inline-block;
  vertical-align: middle;
  margin: 0 18px 0 0;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  color: #242629;
}
.sidebar .widget-social.add {
  float: none;
  max-width: 100%;
  border-left: none;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #eaeef3;
  padding: 17px 10px 16px 24px;
}
.sidebar .widget-social.add .heading {
  font-size: 14px;
  line-height: 21px;
  margin: 0 12px 0 0;
}
.sidebar .widget-social.add:after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -10px;
  background: #eaeef3;
  width: 10px;
  height: 1px;
}
#footer {
  width: 100%;
}
.sailthruRecommendation {
  border-left: 1px solid #cccccc;
  border-top: 2px solid #c00;
}
.sailthruRecommendation .row {
  margin: 0;
}
.sailthruRecommendation span.recommendationCategory {
  text-transform: uppercase;
  padding-bottom: 5px;
  font: 12px 'Roboto Slab', "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.sailthruRecommendation .recommendationDetails {
  width: 185px;
}
.sailthruRecommendation .recommendationThumb {
  overflow: hidden;
}
.form-header {
  text-align: center;
}
