/*
	Theme Name: Fik
	Theme URI: 
	Description: 
	Version: 1.4.3
	Author: 
	Author URI: 
	Tags: 

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Exo:400,800italic,300italic,900italic,700italic,500,500italic,600italic,400italic);
@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css";
/*========================================================
                    Main layout styles
=========================================================*/
body {
  overflow-x: hidden;
  font: 400 italic 14px/22px 'Exo', sans-serif;
  color: #a5a5a5;
  background: url("img/bg-body.png") repeat;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h6 {
  text-transform: uppercase;
}
h3 {
  text-align: center;
}
h3.__padding {
  padding: 0 5px;
}
a[data-gal] {
  display: inline-block;
  position: relative;
  margin-bottom: 49px;
}
a[data-gal] .first {
  width: 100%;
}
a[data-gal] .overlay {
  display: block;
  background: rgba(39, 39, 39, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a[data-gal] .hover {
  display: block;
  visibility: hidden;
  height: 50px;
  width: 61px;
  text-align: center;
  position: absolute !important;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -15px !important;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
a[data-gal]:hover .overlay {
  background: rgba(39, 39, 39, 0.73);
}
a[data-gal]:hover .hover {
  visibility: visible;
}
@media (max-width: 767px) {
  a[data-gal] .first {
    width: 100%;
  }
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding-top: 25px;
  text-align: center;
}
#header h1 {
  margin: 14px 0 0;
  letter-spacing: -1px;
  font: 800 italic 72px/56px 'Exo', sans-serif;
  overflow: hidden;
}
#header h1 a:hover {
  text-decoration: none;
}
#header .second-word {
  font: 300 italic 14px/30px 'Exo', sans-serif;
  text-transform: uppercase;
}
#header .logo-caption {
  margin-bottom: 13px;
}
#header nav {
  padding: 16px 0 45px;
  background: url("img/bg-header.png") repeat-x #131313;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
@media (max-width: 767px) {
  #header nav {
    background: none;
    box-shadow: none;
  }
}
/* Main menu styles
========================================================*/
#header nav ul > li {
  position: relative;
  display: inline-block;
  padding: 6px 21px 5px 23px;
}
#header nav ul > li > a {
  text-transform: uppercase;
  color: #fff;
  font: 800 italic 14px/30px 'Exo', sans-serif;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#header nav ul > li > a:hover {
  text-decoration: none;
  color: #ed1c24;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#header nav ul > li > a.sf-with-ul:before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #fff transparent transparent transparent;
}
#header nav ul > li:before {
  content: '';
  position: absolute;
  left: -12px;
  top: 15px;
  width: 18px;
  height: 14px;
  background: url("img/index_img-11.png") no-repeat;
}
#header nav ul > li.current > a {
  color: #ed1c24;
}
#header nav ul > li.current > a.sf-with-ul:before {
  border-color: #ed1c24 transparent transparent transparent;
}
#header nav ul > li.sfHover > a {
  color: #ed1c24;
}
#header nav ul > li.sfHover > a.sf-with-ul:before {
  border-color: #ed1c24 transparent transparent transparent;
}
#header nav ul > li:first-child:before {
  display: none;
}

#header nav ul li ul > li:before {
  display: none;
}

#header nav ul a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#header nav ul a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
#header nav ul ul {
  position: absolute;
  top: 40px;
  left: 0px;
  background: #2a2a2a;
  padding: 15px 5px;
  z-index: 10;
  display: none;
  width: auto;
  text-align: left;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
#header nav ul ul li {
  font: normal 12px/34px 'Arial', sans-serif;
  position: relative;
}
#header nav ul ul li a {
  color: #fff;
}
#header nav ul ul li a:hover {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
#header nav ul ul li.sfHover > a {
  color: #fff;
}
/* Second level sub-menu styles
========================================================*/
#header nav ul ul ul {
  position: absolute;
  top: -10px;
  left: 110px;
  padding: 15px 5px 15px 10px;
  z-index: 4;
  background: #ed1c24;
}
#header nav ul ul ul li a {
  color: #010101;
}
#header nav ul ul ul li a:hover {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #header nav ul {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
  }
  .select-menu {
    display: block;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin: 5px 0 10px 0;
    padding: 0;
    height: 40px;
    border: 3px solid #c0c0c0;
    background: #fefefe url(../images/select.png) 99% center no-repeat;
    color: #000;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font: normal 14px 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: url("img/bg-header.png") repeat;
  z-index: 999;
}
#header .isStuck .logo-caption {
  display: none;
}
#header .isStuck nav {
  padding: 5px 0 5px;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
  /*====Separate Margins====*/
  /*====Buttons====*/
  /*====WRAPPERS====*/
  /*====HEADERS======*/
  /*=====BOXES======*/
  /*====News Box====*/
}
#content .black-overlay {
  background: rgba(0, 0, 0, 0.35);
}
#content .white-overlay {
  background: rgba(255, 255, 255, 0.02);
}
#content .overlay2 {
  background: rgba(40, 40, 40, 0.44);
  border: 1px solid #585858;
}
#content .divider {
  width: 100%;
  height: 1px;
}
#content .margin_1 {
  margin: 13px 0 35px;
}
#content .margin_2 {
  margin: 34px 0 15px;
}
#content .margin_3 {
  margin-top: 53px;
}
#content .margin_4 {
  margin-bottom: 50px;
}
#content .margin_5 {
  margin-bottom: 19px;
}
#content .margin_6 {
  margin-top: 63px;
}
#content .margin_7 {
  margin-bottom: 39px;
}
#content .margin_8 {
  margin-top: 767 77px;
}
#content .quote {
  position: relative;
  font: 400 italic 14px/17px 'Exo', sans-serif;
  z-index: 10;
}
#content .quote:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 22px;
  background: url("img/quote_start.png") no-repeat;
}
#content .quote:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 22px;
  background: url("img/quote_end.png") no-repeat;
}
#content .img-wrapper {
  position: relative;
  width: 91%;
  margin: 0 auto;
  padding: 23px 0 26px;
}
#content .img-wrapper .img-box {
  position: relative;
  float: left;
  width: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content .img-wrapper .img-box img {
  width: 100%;
  opacity: .85;
}
#content .img-wrapper .img-box .hover-box {
  display: block;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content .img-wrapper .img-box .hover-box .overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.59);
}
#content .img-wrapper .img-box .hover-box .overlay a {
  transition: none;
}
#content .img-wrapper .img-box .hover-box .overlay .caption {
  position: absolute;
  top: 35%;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .img-wrapper .img-box .hover-box .overlay .caption {
    top: 20%;
  }
}
@media (max-width: 767px) {
  #content .img-wrapper .img-box .hover-box .overlay .caption {
    top: 15%;
  }
}
#content .img-wrapper .img-box .hover-box .overlay h6 {
  font: 800 italic 48px/40px 'Exo', sans-serif;
}
#content .img-wrapper .img-box .hover-box .overlay p {
  font: 800 italic 30px/40px 'Exo', sans-serif;
}
@media (max-width: 767px) {
  #content .img-wrapper .img-box .hover-box .overlay p {
    font-size: 24px;
    line-height: 30px;
  }
}
#content .img-wrapper .img-box .hover-box .overlay .hover-btn {
  display: inline-block;
  margin-top: 15px;
  background: #000;
  padding: 5px 10px;
  font: 700 italic 14px/36px 'Exo', sans-serif;
}
#content .img-wrapper .img-box .hover-box .overlay .hover-btn:hover {
  text-decoration: none;
  background: #ffffff;
  color: #000;
}
@media (max-width: 479px) {
  #content .img-wrapper .img-box .hover-box {
    display: none;
  }
}
#content .img-wrapper .img-box:hover .hover-box {
  visibility: visible;
}
@media (max-width: 767px) {
  #content .img-wrapper {
    background: none;
  }
}
#content .circle a {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 62px;
  border-radius: 31px;
}
#content .circle a:before {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 45px;
  left: -14px;
  top: -12px;
  border: 4px solid #494949;
}
#content .circle a:after {
  content: attr(data-letter);
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  font: 900 italic 30px/24px 'Exo', sans-serif;
  color: #080707;
}
#content .circle a:hover {
  background: #ed1c24;
  text-decoration: none;
}
#content .circle a:hover:after {
  color: #ffffff;
}
#content .btn1 {
  display: inline-block;
  padding: 13px 36px;
}
#content .btn1:hover {
  text-decoration: none;
  background: #ffffff;
  color: #ed1c24;
}
#content .btn2 {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 17px;
  border: 1px solid #cccccc;
}
#content .btn2:hover {
  color: #ffffff;
  text-decoration: none;
  border-color: #ed1c24;
  background-color: #ed1c24;
}
#content .wrapper1 {
  padding: 66px 0 66px;
}
#content .wrapper2 {
  padding: 75px 0 63px;
}
#content .wrapper3 {
  padding: 52px 0 35px;
}
#content .wrapper4 {
  padding-bottom: 76px;
}
#content .wrapper5 {
  padding: 85px 0 91px;
}
#content .wrapper6 {
  padding: 83px 0 78px;
}
#content .wrapper7 {
  padding: 65px 0 9px;
}
#content .wrapper8 {
  padding: 58px 0 41px;
}
#content .wrapper9 {
  padding: 85px 0 81px;
}
#content .wrapper10 {
  padding: 58px 0 38px;
}
#content .wrapper11 {
  padding: 72px 0 73px;
}
#content .wrapper12 {
  padding: 52px 0 48px;
}
#content .heading_1 {
  margin-bottom: 18px;
}
#content .heading_2 {
  margin-bottom: 8px;
}
#content .heading_3 {
  margin: 58px 0 58px;
}
#content .heading_4 {
  margin: 72px 0 59px;
}
#content .heading_5 {
  margin-bottom: 25px;
}
#content .heading_6 {
  margin: 38px 0 16px;
}
#content .heading_6__1 {
  margin-top: 29px;
}
#content .heading_7 {
  margin-bottom: 24px;
}
#content .heading_8 {
  margin-bottom: 60px;
}
#content .heading_9 {
  margin-bottom: 58px;
}
#content .heading_10 {
  margin-bottom: 17px;
}
#content .heading_11 {
  margin-bottom: 63px;
}
#content .heading_12 {
  margin-bottom: 52px;
}
#content .heading_13 {
  margin-bottom: 59px;
}
#content .heading_14 {
  margin: 58px 0 58px;
}
#content .heading_15 {
  margin: 70px 0 58px;
}
#content .box {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 66px;
}
#content .box h2 {
  font: 900 italic 48px/48px 'Exo', sans-serif;
  padding: 0 120px;
}
@media (max-width: 979px) {
  #content .box h2 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #content .box h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  #content .box h2 {
    font-size: 34px;
    line-height: 34px;
  }
}
#content .box .btn1 {
  margin-top: 26px;
}
#content .box2 {
  margin-top: 45px;
  text-align: center;
}
#content .box2 .circle {
  margin-bottom: 22px;
}
#content .box2 p {
  padding: 0 15px;
}
#content .box2 .btn2 {
  margin-top: 18px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .box2 h6 {
    font-size: 23px;
  }
}
#content .box3 {
  text-align: center;
  margin-bottom: 69px;
}
#content .box3 a:hover {
  text-decoration: none;
  color: #ed1c24;
}
#content .box3 p {
  padding: 0 100px;
}
@media (max-width: 979px) {
  #content .box3 p {
    padding: 0;
  }
}
#content .box4 h4 {
  margin-top: 29px;
  font: 600 italic 36px/30px 'Exo', sans-serif;
}
#content .box4 h4 .number {
  font-size: 72px;
  letter-spacing: -1px;
  padding-left: 22px;
}
#content .box4 p {
  padding-right: 92px;
  font: 600 italic 24px/30px 'Exo', sans-serif;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #content .box4 h4 {
    font-size: 32px;
  }
  #content .box4 h4 .number {
    font-size: 60px;
    padding-left: 0;
  }
  #content .box4 p {
    padding-right: 60px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .box4 h4 {
    font-size: 26px;
  }
  #content .box4 h4 .number {
    font-size: 46px;
    padding-left: 0;
  }
  #content .box4 p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #content .box4 {
    text-align: center;
  }
  #content .box4 h4 {
    line-height: 36px;
  }
  #content .box4 h4 .number {
    display: block;
    font-size: 55px;
    line-height: 50px;
  }
  #content .box4 p {
    margin-top: 10px;
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  #content .box4 h4 {
    font-size: 26px;
    line-height: 26px;
  }
  #content .box4 h4 .number {
    font-size: 35px;
  }
}
#content .box5 a {
  margin: 10px 0 0 14px;
}
#content .box5 a:after {
  left: 24px;
}
#content .box5 .caption {
  padding-left: 110px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .box5 .circle {
    text-align: center;
  }
  #content .box5 a {
    float: none;
    margin-bottom: 25px;
  }
  #content .box5 .caption {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #content .box5 {
    margin-bottom: 20px;
  }
}
#content .box6 {
  text-align: center;
}
#content .box6 .radius {
  display: inline-block;
  border-radius: 90px;
  border: 4px solid #757575;
  margin-bottom: 35px;
}
#content .box6 .radius img {
  border-radius: 85px;
}
#content .box6 p {
  margin-top: 14px;
  padding: 0 30px;
}
#content .box6 a:hover {
  text-decoration: none;
  color: #ed1c24;
}
@media (max-width: 767px) {
  #content .box6 {
    margin-bottom: 20px;
  }
}
#content .box7 {
  text-align: center;
  margin-bottom: 48px;
}
#content .box7 h6 {
  font: 700 italic 40px/44px 'Exo', sans-serif;
}
@media (max-width: 767px) {
  #content .box7 h6 {
    font-size: 29px;
    line-height: 30px;
  }
}
#content .box7 p {
  margin-top: -4px;
}
@media (max-width: 767px) {
  #content .box8 img {
    margin-top: 15px;
  }
}
#content .box9 {
  margin-bottom: 41px;
}
#content .box9 img {
  margin-bottom: 33px;
}
#content .box9 h5 {
  font: 600 italic 24px/30px 'Exo', sans-serif;
}
#content .box10 {
  text-align: center;
}
#content .box10 .radius {
  display: inline-block;
  margin-bottom: 35px;
  border-radius: 90px;
  border: 4px solid #757575;
}
#content .box10 .radius .first-item {
  border-radius: 85px;
}
#content .box10 .quote {
  margin-bottom: 28px;
  padding: 0 80px;
}
#content .box10 .quote:before {
  top: -16px;
  left: 72px;
}
#content .box10 .quote:after {
  bottom: -16px;
  right: 100px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #content .box10 .quote:before {
    left: 50px;
  }
  #content .box10 .quote:after {
    right: 50px;
  }
}
@media (max-width: 767px) {
  #content .box10 .quote {
    padding: 0 16px;
  }
  #content .box10 .quote:before {
    left: -3px;
    top: -25px;
  }
  #content .box10 .quote:after {
    right: -3px;
    bottom: -25px;
  }
}
@media (max-width: 479px) {
  #content .box10 .quote:before {
    top: -26px;
  }
  #content .box10 .quote:after {
    bottom: -26px;
  }
}
#content .box10 .last-item {
  margin-top: 20px;
}
#content .box11 {
  margin-bottom: 41px;
}
#content .box11 img {
  margin-top: 6px;
}
#content .box11 .caption {
  padding-left: 210px;
}
#content .box11 .caption h5 {
  margin-bottom: 18px;
  font: 600 italic 24px/30px 'Exo', sans-serif;
}
#content .box11 a:hover {
  text-decoration: none;
  color: #ed1c24;
}
@media (max-width: 479px) {
  #content .box11 img {
    float: none;
    margin-bottom: 15px;
  }
  #content .box11 .caption {
    padding-left: 0;
  }
}
#content .box12 img {
  margin: -13px 0 0 88px;
}
#content .box12 .caption {
  margin-left: 700px;
}
#content .box12 .caption .pr {
  margin-top: 45px;
  padding-right: 100px;
}
@media (max-width: 479px) {
  #content .box12 .caption .pr {
    padding-right: 0;
  }
}
@media (max-width: 979px) {
  #content .box12 {
    text-align: center;
  }
  #content .box12 img {
    float: none;
    margin: 0 0 25px;
    max-width: 100%;
  }
  #content .box12 .caption {
    text-align: left;
    margin-left: 10px;
  }
}
#content .carousel-imgbox {
  text-align: center;
}
#content .carousel-imgbox .radius {
  display: inline-block;
  border: 4px solid #757575;
  border-radius: 76px;
  margin: 0 7px;
}
@media (max-width: 767px) {
  #content .carousel-imgbox .radius {
    margin: 0 6px;
  }
}
@media (max-width: 479px) {
  #content .carousel-imgbox .radius {
    margin: 7px 0;
  }
}
#content .carousel-imgbox .radius.active {
  border-color: #ffffff;
}
#content .carousel-imgbox img {
  border-radius: 64px;
}
#content .owl-carousel {
  text-align: center;
}
#content .owl-carousel .padding_block {
  padding: 20px 210px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .owl-carousel .padding_block {
    padding: 20px 100px 0;
  }
}
@media (max-width: 767px) {
  #content .owl-carousel .padding_block {
    padding: 20px 23px 0;
  }
}
@media (max-width: 479px) {
  #content .owl-carousel .padding_block {
    padding: 20px 29px 0;
  }
}
#content .owl-carousel .quote {
  display: inline-block;
  margin-bottom: 15px;
}
#content .owl-carousel .quote:before {
  left: -19px;
  top: -7px;
}
#content .owl-carousel .quote:after {
  bottom: -12px;
  right: 67px;
}
@media (max-width: 1199px) {
  #content .owl-carousel .quote:after {
    right: -21px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .owl-carousel .quote:before {
    left: -25px;
    top: -15px;
  }
}
@media (max-width: 479px) {
  #content .owl-carousel .quote:before {
    left: -26px;
    top: -15px;
  }
  #content .owl-carousel .quote:after {
    right: -26px;
    bottom: -20px;
  }
}
#content .owl-carousel a:hover {
  text-decoration: none;
  color: #bf2197;
}
#content .news-box {
  text-align: center;
}
#content .news-box time {
  display: inline-block;
  text-transform: uppercase;
  font: 700 italic 48px/36px 'Exo', sans-serif;
  margin-bottom: 17px;
}
#content .news-box time span {
  font: 700 italic 36px/44px 'Exo', sans-serif;
}
#content .news-box a {
  text-transform: uppercase;
}
#content .news-box a:hover {
  text-decoration: none;
  color: #ed1c24;
}
#content .news-box p {
  margin: 15px 0 12px;
  padding: 0 35px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .news-box p {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #content .news-box {
    margin-bottom: 40px;
  }
}
#content .contacts {
  margin: 30px 0 62px;
}
#content .contacts address,
#content .contacts .phone,
#content .contacts .mail {
  position: relative;
  display: inline-block;
  padding-left: 40px;
}
#content .contacts address:before,
#content .contacts .phone:before,
#content .contacts .mail:before {
  position: absolute;
  left: 0;
  top: 3px;
  font-family: FontAwesome;
  font-size: 30px;
  font-style: normal;
  color: #ed1c24;
}
@media (max-width: 767px) {
  #content .contacts address,
  #content .contacts .phone,
  #content .contacts .mail {
    display: block;
    margin-bottom: 10px;
  }
}
#content .contacts address {
  margin-right: 25px;
}
#content .contacts address:before {
  content: '\f015';
}
#content .contacts .phone {
  margin-right: 48px;
}
#content .contacts .phone:before {
  content: '\f095';
}
#content .contacts .mail:before {
  content: '\f0e0 ';
}
#content .map {
  width: 100%;
  height: 414px;
}

#content .map-b {
  width: 100%;
  height: 1320px;
}
@media (max-width: 479px) {
  #content .map {
    height: 314px;
  }
}
#content .policy-box {
  margin-bottom: 22px;
}
#content .policy-link {
  margin-top: 36px;
  color: #ed1c24;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  text-align: center;
  padding: 25px 0 40px;
}
#footer h1 {
  font: 700 italic 36px/30px 'Exo', sans-serif;
}
#footer h1 a:hover {
  text-decoration: none;
}
#footer .copyright {
  font: normal 14px/30px 'Exo', sans-serif;
  text-transform: uppercase;
  color: #ed1c24;
}
#footer .social-list {
  margin-top: 13px;
}
#footer .social-list li {
  display: inline-block;
  font-size: 22px;
  margin: 0 9px 0 10px;
}
#footer .social-list li a {
  color: #616161;
}
#footer .social-list li a:hover {
  text-decoration: none;
  color: #ffffff;
}
@media (min-width: 1199px) {
  .mh {
    height: 252px;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  font-size: 24px;
  z-index: 20;
  color: #c6c6c5;
  width: 42px;
  height: 42px;
  padding-top: 5px;
  border-radius: 21px;
  background-color: #2b2b2b;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  background: #ed1c24;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
  z-index: 8;
}
.desktop .stellar-block {
  background-attachment: fixed;
}
.stellar-section .first {
  background-image: url("img/index_img-06.jpg");
  background-color: #787470;
  background-position: center 100%;
}
@media (max-width: 1199px) {
  .stellar-section .first {
    background-image: url("img/index_img-06_small.jpg");
  }
}
@media (max-width: 767px) {
  .stellar-section .first {
    background-size: auto 100%;
  }
}
.stellar-section .second {
  background-image: url("img/index-01_img-07.jpg");
  background-color: #787470;
  background-position: center 100%;
}
@media (max-width: 767px) {
  .stellar-section .second {
    background-size: auto 100%;
  }
}
/*Core variables and mixins*/
.rotate {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
/*============  Text  =============*/
.text_1 {
  font: 700 italic 18px/30px 'Exo', sans-serif;
}
.text_2 {
  font: 700 italic 30px/36px 'Exo', sans-serif;
}
.text_3 {
  font: 500 italic 14px/22px 'Exo', sans-serif;
}
.text_4 {
  font: normal 12px/22px 'Exo', sans-serif;
}
.text_5 {
  font: 600 italic 18px/24px 'Exo', sans-serif;
}
.text_6 {
  font: 400 italic 14px/18px 'Exo', sans-serif;
}
.text_7 {
  font: 800 italic 30px/36px 'Exo', sans-serif;
}
.text_8 {
  font: 500 italic 18px/24px 'Exo', sans-serif;
}
.text_9 {
  font: 400 italic 14px/22px 'Exo', sans-serif;
}
.text_10 {
  font: 600 italic 18px/30px 'Exo', sans-serif;
}
.text_11 {
  font: 800 italic 24px/24px 'Exo', sans-serif;
}
.text_12 {
  font: 700 italic 36px/36px 'Exo', sans-serif;
}
/*============  Colors  =============*/
.color_1 {
  color: #ffffff;
}
.color_2 {
  color: #fefefe;
}
.color_3 {
  color: #e6e6e6;
}
.color_4 {
  color: #b8b8b8;
}
.color_5 {
  color: #eaeaea;
}
.color_6 {
  color: #707070;
}
.color_7 {
  color: #606060;
}
.color_8 {
  color: #5c5c5c;
}
.color_9 {
  color: #ed1c24;
}
/*============  Backgrounds  =============*/
.bg_1 {
  background: #ffffff;
}
.bg_2 {
  background: #707070;
}
.bg_3 {
  background: #606060;
}
.bg_4 {
  background: #5c5c5c;
}
.bg_5 {
  background: #ed1c24;
}
.bg_6 {
  background: #656565;
}
/*============  Floats  =============*/
[class^='put-left'] {
  float: left;
}
[class^='put-right'] {
  float: right;
}

/* new styles */ 

.page-list{
	list-style: inherit !important;
	margin-left:30px !important;}
	
.titular-activo{
	height:150px;}
	
.novisible{
	display:none;
	}
	
.visible{
	display:;
	}
	
.titular-extra{
	height: auto;
	margin-bottom:30px;
	}
	
.titular-more {
  height: 30px;
  width: 100%;
  margin: 0;
  margin-top:20px;
  padding: 0;
}

.titular-more button {
  float: right;
  margin: 0;
  padding: 0;
  height: 30px;
  min-width: 30px;
  background-color:#666;
  border: none;
  color: #FFF;
  cursor:pointer !important;
}

.titular-more button:hover {
  background-color: #F00;
  border: none;
  color: #FFF;
}

.titular-more button .button-text{
    padding: 5px 12px;
      font-size: 13px;
      width:0;
    display: block;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;}
	
.titular-more button:hover .button-text{
	width:120px;
	}
	
.titular-more button .button-span{
    display:none;
    }
	
.titular-more button:hover .button-span{
	display: inline;
	}
	
.campeonato-main{
	margin:0 auto;}
	
.campeonato-main img{
    width:30%;
    margin:50px 35% 0;
}

.campeonato-main p{
	width:70%;
	margin:auto;
	text-align:center;
}

.eventos-sws tr td{
	  border-right: 1px solid;
      padding: 4px 0;
      text-align: center;
	  width:95px;}
	 
.eventos-sws tr .main-td{
	text-align:inherit !important;
	width:95px !important;
	padding: 8px 0;
	}
	
.eventos-sws tr .cat-td{
	color:#FFF !important;
	font-weight:bold;
	background-color:#F00;
	}	
	
#content .contacts .mail {
  margin-right: 48px;
}
	
#content .contacts .whatsapp, #content .contacts .facebook {
  margin-right: 48px;
  position: relative;
  display: inline-block;
  padding-left: 40px;
}

#content .contacts .whatsapp:before {
  /*content: url("img/horario.png");*/
    content: "\f232";
}

#content .contacts .facebook:before {
	  content: "\f09a";
	}

#content .contacts .whatsapp:before,  #content .contacts .facebook:before{
  position: absolute;
  left: 0;
  top: 3px;
  font-family: FontAwesome;
  font-size: 30px;
  font-style: normal;
  color: #ed1c24;
}
.home-main-img{
	margin-top:60px;}
	
.home-main-img img{
	width:100%;
	height:auto;}
	
.home-main-img h2{
	  margin-top: 29px;
  font: 600 italic 36px/30px 'Exo', sans-serif;
  text-transform: uppercase;
}

.solicitud-evento{
	margin: 58px 0 0 !important;
	}
	
.home-titular{
	font: 600 italic 36px/30px 'Exo', sans-serif !important;
	  color: #ffffff !important;}

.home-titular .number{
	font-size: 72px !important;
  letter-spacing: -1px !important;
  padding-left: 22px !important;}
  
 @media (max-width: 1200px) {
 .contacts > p{
     margin-top:30px;
 }
 .contacts > div{
     margin-top:30px;
 }
}


/* mobile menu */

@media (min-width: 768px) {
  .mobile{
    display:none;
  }
  
 .nomobile{
     display:none;
 }
 .mobile{
     display:block;
 }
}

.mobile-button i{
	font-size:36px;
	color:#fff;
	border:1px solid #fff;
	border-radius:5px;
	padding:10px;
	cursor:pointer;
	}

/*Strip the ul of padding and list styling*/
.mobile ul {
	list-style-type:none;
	margin:0 !important;
	padding:0 !important;
	position: absolute;
}

/*Style 'show menu' label button and hide it by default*/
.mobile .show-menu {
	text-decoration: none;
	color: #fff;
	background: none;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
.mobile input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
.mobile input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 767px){ 
  .nomobile{
    display: none;
  }
	/*Make dropdown links appear inline*/
	.mobile ul  {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	.mobile ul li {
		margin:0 auto !important;
		border:1px solid #FFF;
	}
	.mobile ul > li:before{
		display:none !important;}
	.mobile ul > li > a.sf-with-ul:before{
		display:none !important;}
	.mobile ul > li > ul{
		display:none !important;}
	
	/*Make all menu links full width*/
	.mobile ul  li, li a {
		width: 100%;
		margin:0 !important;
		padding:10px 0 !important;
	}
	/*Display 'show menu' link*/
	.mobile .show-menu {
		display:block;
	}
}

