
/* =================================== */
/*	Basic Style
/* =================================== */
@font-face {
  font-family: 'GothamBold';
  src: url("../fonts/gotham-web/GothamBold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/gotham-web/GothamBold.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-web/GothamBold.woff") format("woff"), url("../fonts/gotham-web/GothamBold.ttf") format("truetype"), url("../fonts/gotham-web/GothamBold.svg#4b05af1f343b473876284bf412b923ab") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 900; }

/* LOADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#loader-wrapper{position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 111; overflow: hidden; background: #fff;}
#loader-wrapper img{position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%);}


body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
	font-size: 13px;
    color: #a8a8a8;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: inherit;
}

h1, h3,
h4, h5, h6 {
    font-family: "GothamBold", sans-serif;
	font-weight: normal;
	margin: 0;
}
h2{
    font-family: "GothamBold", sans-serif;
      font-weight: normal;
  margin: 0;
}
.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
   clear: both;
}

.clear {
   *zoom: 1;
}

body > section {
    padding: 0;
}

.section-title {
  margin: 100px auto;
  width:80%;
  text-align: center;
}

.section-title h2 {
  color: #1f2021;
  font-size: 120px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 27px;
  text-transform: capitalize;
  letter-spacing: -6px;
}

.section-title h2:before {
  border-bottom: 1px solid #1f2021;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -150px;
  position: absolute;
  width: 300px;
}

.section-title h2:after {
background: none repeat scroll 0 0 #fff;
border: 1px solid #1F2021;
border-radius: 25px;
bottom: -6px;
content: "";
height: 11px;
left: 50%;
margin-left: -5.5px;
position: absolute;
width: 11px;
}

.section-title p {
    line-height: 25px;
    font-weight: 300;
    font-size: 18px;
}

.btn {
    border-radius: 0;
}

.btn:hover,
.btn:focus {
    outline: 0;
}

.btn-blue {
  background-color: #999;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 35px;
}

.kill-margin {
    margin: 0 !important;
}

/*************************
*******Navigation******
**************************/

#navigation,
.navbar-brand,
.navbar-toggle,
.navbar-nav > li > a,
.search-form > #search-sub {
  -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
}

.animated-nav .navbar-brand {
  padding: 0px 0;
      -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}

.animated-nav .navigation .navbar-nav > li > a {
  margin-top: 1px;
  padding: 31px 25px;
}

#navigation > .container {
  background: #fff;
  border-bottom: 3px solid red;
}

.animated-nav#navigation > .container {

}

.navbar-brand {
  height: inherit;
  padding: 0px 0;
}

.navbar-brand a {
  display: block;
}

.navigation .navbar-nav > li > a {
  color: red;
  font-size: 13px;
  font-weight: 600;
  padding: 39px 25px;
  text-transform: capitalize;
}

.navigation .navbar-nav > li.current > a {
  color: #999;
  border-bottom: 2px solid #999;
}

.animated-nav .navigation .navbar-nav > li.current > a {
  color: #999;
  border-bottom: 2px solid #999;
}

.navigation .navbar-nav > li > a:focus,
.navigation .navbar-nav > li > a:hover
{   color: #999;
  border-bottom: 2px solid #999;
    -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}

.search-form {
  position: relative;
}

.search-form > #search {
  width: 100%;
}

.search-form > #search {
  background-color: transparent;
  height: 40px;
    border: 0 ;
  margin-top: 28px;
  width: 100%;
}

.search-form > #search-sub {
  background: url("../img/icons/search.png") no-repeat scroll 0 0 transparent;
  border: 0 ;
  bottom: 11px;
  height: 15px;
  position: absolute;
  right: 8px;
  padding: 0;
  text-indent: -9999em;
  width: 15px;
}

.animated-nav .search-form > #search-sub {
    bottom: 22px;
}

/*************************
*******Main Slider******
**************************/


#home{
  padding: 0;
  overflow: hidden;
}

#home-carousel .carousel-inner .item img {
  margin-top: 50px;
  display: block;
  width: 100%;
  min-height: auto;
  position: center;
}

#home-carousel .carousel-caption {
  left: 0;
  top: 0;
  z-index: 11;
  text-align: left;
}

.carousel-caption > div {
  background-color: #ff0000;
  opacity: .8;
  padding: 60px 50px 80px 20%;
  position: absolute;
  top: 25%;
  width: 76%;
}
#home-carousel .carousel-inner h2 {
  color: #ffffff;
  font-size: 60px;
  line-height: 50px;
  margin-bottom: 20px;
  text-shadow: none;
  text-transform: capitalize;
}

#home-carousel .carousel-inner p {
  color: #FFFFFF;
  line-height: 28px;
  font-size: 18px;
  margin-top: 0;
  font-weight: 300;
  text-shadow:none;
  max-width: 70%;
  margin-left: 15%;
  margin-top: 50px;
}

#nav-arrows > a {
  border: 1px solid  #999;
  color:  #999;
  background-color: white;
  display: block;
  opacity: .7;
  height: 60px;
  line-height: 76px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 60px;
  z-index: 20;
  margin-top: -30px;

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

#nav-arrows > a.sl-prev {
    left: 50px;
    border-radius: 30px;
}

#nav-arrows > a.sl-next {
    right: 50px;
    border-radius: 30px;
}

#nav-arrows > a.sl-next:hover, #nav-arrows > a.sl-prev:hover {
    background-color: #999;
    border-color: #999;
    color: #fff;
    opacity: 1;
    box-shadow: 1px 4px 4px #484848;
}

.carousel-indicators .active {
  background-color: #999;
  border: 0;
}
.carousel-indicators li {
  background-color: #CDCDCD;
}

/*============================================================
    Services
============================================================*/

#service .media > .pull-left{
    margin-right: 50px;
}

#service .media .media-body h3{
    color: #999;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
}

#service .media .media-body p{
    color: #A8A8A8;
    font-size: 13px;
    line-height: 24px;
}

#service .media{
    padding-bottom: 50px;
    padding-left: 20px;
}




.service-item {
    margin-bottom: 70px;
}

.service-icon {
  float: left;
  margin-top: 8px;
}

.service-desc {
    margin-left: 115px;
}

.service-item h3 {
  color: #999;
  font-size: 20px;
  margin-bottom: 28px;
}

.service-item p {
  line-height: 24px;
}


/*============================================================
    Service Bottom
============================================================*/

#service-bottom {
  background-color: #1f2021;
  padding-bottom: 0;
  position: relative;
}

.mobile-device {
  position: relative;
}

.mobile-device img {
  float: left;
  position: relative;
}

.mobile-device .black {
  left: 98px;
  z-index: 2;
}

.mobile-device .white {
  bottom: -62px;
  z-index: 1;
}

.service-features {
  background-color: #0f748f;
  color: #fff;
  height: 335px;
  padding: 50px 0 50px 65px;
  position: absolute;
  right: 0;
  top: 18%;
  width: 45%;
}

.service-features h3 {
  margin-bottom: 60px;
  text-transform: capitalize;
}

.service-features ul li {
  background: url("../img/icons/list-bg.png") no-repeat scroll 0 13px transparent;
  font-size: 16px;
  line-height: 36px;
  padding-left: 50px;
}


/*============================================================
    Portfolio
============================================================*/

#projects {
    width: 100%;
}

.project-filter {
  margin-bottom: 40px;
}

.project-filter ul li {
  padding: 0;
}

.project-filter ul li a {
  color: #000;
  display: block;
  line-height: 18px;
  padding: 10px 20px;
  text-transform: capitalize;
}

.project-filter ul li a:hover,
.project-filter ul li a.active {
    background-color: red;
    color: #fff;
}

.mix {
    display: none;
}

.portfolio-item {
    position: relative;
    float: left;
    overflow: hidden;
    width: 33.3%;
}

.plus {
  background: url("../img/icons/plus.png") no-repeat scroll center center red;
  border-radius: 50%;
  display: block;
  height: 80px;
  left: 50%;
  margin: -40px auto auto -40px;
  position: absolute;
  top: -41px;
  width: 80px;

    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}

figcaption.mask {
  background-color: red;
  bottom: -101px;
  left: 0;
  padding: 15px 0 30px 30px;
  position: absolute;
  width: 100%;

    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
            max-height: 101px;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

.portfolio-item:hover .plus {
    top: 40%;
}

figcaption.mask h3 {
  color: #FFF;
  font-size: 20px;
  line-height: 28px;
}

figcaption.mask span {
  color: #fff;
}


/*============================================================
    About Us
============================================================*/

#about {
    padding-bottom: 0;
}

.about-us img {
  margin: 0 auto;
}

/* Counter section */

#count {
  background-color: #121116;
  padding-bottom: 90px;
}

.counter-section {
  background-color: #096c89;
  padding: 25px 0 40px;
}

.fact-item {
  color: #fff;
}

.fact-icon {
  position: relative;
  width: 50px;
  height: 28.87px;
  background-color: #1F2021;
  margin: 14.43px auto;
}

.fact-icon:before,
.fact-icon:after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.fact-icon:before {
  bottom: 100%;
  border-bottom: 14.43px solid #1F2021;
}

.fact-icon:after {
  top: 100%;
  width: 0;
  border-top: 14.43px solid #1F2021;
}

.fact-icon > i {
  line-height: 27px;
}

.fact-item span {
  display: block;
  font-size: 50px;
  line-height: 42px;
  font-weight: 700;
  margin: 28px 0 20px;
}

.fact-item p {
  font-weight: 300;
}


/*============================================================
    About Us
============================================================*/

.subtitle {
  margin: 0 auto;
  width: 95%;
}

.subtitle h3 {
  color: #1f2021;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.subtitle p {
  line-height: 25px;
  margin-bottom: 65px;
}

.tst-single {
  margin-bottom: 40px;
}

.tst-single img {
  max-width: 100px;
  float: left;
}

.tst-content {
  border-bottom: 1px solid #a9a9a9;
  margin: 10px 0 0 160px;
  padding-bottom: 25px;
}

.tst-content p {
  color: #1f2021;
  line-height: 25px;
}

.tst-content span {
  float: right;
  font-style: italic;
  margin-right: 5px;
}

/* carousel navigation */

.owl-pagination {
  text-align: center;
}

.owl-controls .owl-page {
  cursor: pointer;
  display: none;
}

.owl-controls .owl-page span {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #ACACAC;
  display: block;
  height: 12px;
  margin: 5px 4px;
  width: 12px;
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
  background-color: #999;
  border-color: #999;
}


/* progress bars */

.progress-bars > span {
  color: #1f2021;
  line-height: 24px;
  text-transform: capitalize;
}

.progress {
  background-color: #dbdbdb;
  border-radius: 0;
  box-shadow: none;
  height: 25px;
  margin-bottom: 25px;
}

.progress .bar {
  width: 0;
  height: 25px;
  background-color: #999;

  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
      -ms-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}


.progress .bar small { color:#fafafa; font-size:12px; }

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-success .bar, .progress-green .bar {
  background-color: #999;

}



/*=================================
    Quotes
===================================*/

#quotes {
    background-color: #1F2021;
}

.call-to-action {
    color: #fff;
    font-weight: 600;
}

.call-to-action p {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
}





/*============================================================
    Media Queries
============================================================*/

#subscribe {
  background-color: #1f2021;
  color: #fff;
  line-height: 24px;
}

.subscription-form {
  color: #fff;
  position: relative;
}

.subscription-form i {
  left: 21px;
  position: absolute;
  top: 22px;
}

.subscription-form .subscribe {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  height: 58px;
  text-indent: 60px;
  width: 100%;
}

.subscription-form #mail-submit {
  background-color: #999;
  border: 0 none;
  color: #fff;
  padding: 16px 35px;
  position: absolute;
  right: 1px;
  top: 1px;
}


/*============================================================
    Contact Us
============================================================*/

.contact-form .input-field {
  margin-bottom: 30px;
}

.contact-form .form-control {
  border: 1px solid #dbdbdb;
  padding: 20px;
  border-radius: 0;
  height: 58px;
  box-shadow: none;
}

.contact-form .message .form-control {
  height: 198px;
}

.contact-form .form-control::-moz-placeholder {
  color: #1f2021;
}

.contact-form #msg-submit {
  font-size: 13px;
  padding: 17px 50px;
}

.contact-details {
  margin-bottom: 90px;
}

.contact-details > span {
  color: #1f2021;
  display: block;
  margin-bottom: 35px;
}



/*============================================================
    Footer
============================================================*/

#footer {
    background-color: #121116;
    padding: 30px 0 15px;
}

.footer-logo {
    margin-bottom: 45px;
}

.footer-social {
    margin-bottom: 85px;
}

.footer-social h3 {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.footer-social h3:after {
  border-bottom: 1px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -115px;
  position: absolute;
  width: 230px;
}

.footer-social ul li a {
  color: #fff;
  display: block;
  margin: 0 8px;
}

.footer-social ul li a:hover {
  color: #999;
}

.copyright {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.copyright a {
    color: #999;
}

.copyright a:hover {
    color: #fff;
}

.copyright p {

}

.copyright p:first-child {
    margin-bottom: 15px;
}


/*---------------------------------------------------------------*/
/* 14. download */
/*---------------------------------------------------------------*/
#facebook {
   /* background: url(../img/fb2.jpg) 50% 50% fixed no-repeat;*/
    background-size: cover;
    height: auto;
    margin: 0 auto;
    width: 100%;
    background-color: red;
    position: relative;
}

#about{
    background: url(../img/fb2.jpg) 50% 50% fixed no-repeat;
    background-size: cover;
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;


}

.download {
    text-align: center;
}

#facebook .download h2 {
    color: #fff;
    padding-top: 50px;
    font-weight: 900;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 10px;
    padding-bottom: 15px;
}

#about .download h2 {
    font-family: "GothamBold";
    color: #fff;
    padding-top: 50px;
    font-weight: 900;
    font-size: 25px;
    text-transform: capitalize;
    letter-spacing: 3px;
    word-spacing: 1px;
    line-height: 1.3em;
}
#about .download p {
  max-width: 80%;
  margin: 0 auto;
  margin-top: -30px;
  text-align: center;
    color: #fff;
    text-transform: capitalize;
    padding-top: 10px;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 50px;
}

.download img {
    width: 50px;
    margin: 0 auto 25px auto;
}

.down {
    margin-bottom: 75px;
}

/*---------------------------------------------------------------*/
/* download end */
/*---------------------------------------------------------------*/

.img {
  vertical-align: middle;
  margin: 0 auto;
}

.img-responsive{
  padding: 2%;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 27- BLOCK-TYPE-22*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.map .container-fluid{padding: 0px;}
#map-canvas{height: 80vh; background: #f2f2f2;}
.block-type-22 .small-icon i{font-size: 32px;}
.block-type-22 .col-md-2{text-align: center;}
.block-type-22 .h5{text-transform: capitalize;}
.block-type-22 .icon-wrapper{position: relative; margin-left: auto; margin-right: auto;}
.block-type-22 i{position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); font-size: 48px; color: #CDC492;}
.block-type-22 input, .block-type-22 textarea{padding: 0;}
.block-type-22 input[name="name"], .block-type-22 input[name="email"], .block-type-22 input[name="empresa"], .block-type-22 input[name="telephone"]{height: 50px; line-height: 24px;  border-bottom: 1px solid #999; padding-left:15px;}
.block-type-22 input[name="name"]{margin-right: 15px; width: calc(50% - 15px);}
.block-type-22 input[name="email"]{margin-left: 15px; width: calc(50% - 15px);}
.block-type-22 textarea{height: 143px; line-height: 50px; border-bottom: 1px solid #999; padding-left: 15px;}
.block-type-22 input[type="submit"]{height: 56px; background-color: transparent;}
.block-type-22 .submit-wrap{width: 25%; left: 37.5%;}
.block-type-22 .block-type-7 .thumb{border: none;}
.block-type-22 .additional-info{height: 66px; color: #D3D3D3;}
.block-type-22 .submit-button{padding: 28px 0;}
.block-type-22 .block-type-10 .block-type-7 .h6-14{float: none; left: 0; transform: translateX(0%); -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%);}
.block-type-22 .container-fluid{border-top: 0px solid #000;}
.block-type-22 .contact-article{height: 323px;}
/* -----style 2 ----- */
.block-type-22.style-2 #map-canvas{height: 100%;}
.block-type-22.style-2 .tel span, .block-type-22.style-2 .email span{position: relative;}
.block-type-22.style-2 .tel span:nth-child(2), .block-type-22.style-2 .email span:nth-child(2){margin: 0 10px;}
.block-type-22.style-2 .main .h1{margin-left: 0px;}
.block-type-22.style-2 .line-decoration:before{bottom: -15px;}
.block-type-22.style-2 .icon-wrapper, .block-type-22.style-2 .h5, .block-type-22.style-2 .address, .block-type-22.style-2 .email, .block-type-22.style-2 .tel{display: inline-block;}
.block-type-22.style-2 .h5{margin-left: 0px; line-height: 31px;}
.block-type-22.style-2 .normal > .address, .block-type-22.style-2 .normal > .email, .block-type-22.style-2 .normal > .tel{margin-left: 20px;}
.block-type-22.style-2 .button-wrap{text-align: left; margin-left: 5px;}
.block-type-22.style-2 input[type="submit"]{background-color: red; border-radius: 30px; font-size: 20px; padding:10px 0; font-family: "GothamBold"; text-transform: capitalize;}
.block-type-22.style-2 input[type="submit"]:hover{ color:#fff; transition: all 0.2s ease; padding: 15px 0; box-shadow: 2px 5px 5px rgba(0,0,0, .5); transform: scale(1.05);}
.block-type-22.style-2 .map-wrapper{position: absolute; top: 0; left: 100%; height: 100%; width: calc(100% + 15px); transform: translateX(30px); -moz-transform: translateX(30px); -o-transform: translateX(30px); -ms-transform: translateX(30px); -webkit-transform: translateX(30px);}
@media (min-width: 1200px) {
  .block-type-22 .tel:hover, .block-type-22 .email:hover{color: #fe2905;}
}
@media (max-width: 1199px) {
  .block-type-22 .col-md-7{width: 90%;}
  .block-type-22.style-2 .submit-wrap{width: 35%;}
}
@media (max-width: 991px) {
  .block-type-22.style-2 .map-wrapper{left: 0; height: 300px; width: 100%; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); position: relative; z-index: 100; float: left;}
  .block-type-22 .contact-article{height: 291px;}
  .block-type-22 > .container{padding: 0;}
  .block-type-22 .container-fluid .container{padding: 0;}
  .block-type-22 form{padding: 0 15px;}
  .block-type-22 input[name="email"]{margin-left: 0;}
  .block-type-22 input[name="empresa"], .block-type-22 form textarea{width: calc(100%);}
}
@media (max-width: 767px) {
  .block-type-22 input[name="name"]{margin-right: 0px; width: 100%;}
  .block-type-22 input[name="email"]{margin-left: 0px; width: 100%;}
  .block-type-22.style-2 .map-wrapper{width: 100%; position: relative; left: 0%; height: 300px; transform: translateX(0px); -moz-transform: translateX(0px); -o-transform: translateX(0px); -ms-transform: translateX(0px); -webkit-transform: translateX(0px);}
  #map-canvas{height: 300px;}
  .block-type-22 .additional-info{height: auto;}
  .block-type-22 .contact-article{height: auto;}
  .block-type-22.style-2 .button-wrap{text-align: center; margin-left: 0px;}
}
@media (max-width: 480px) {
  .block-type-22 .submit-wrap, .block-type-22.style-2 .submit-wrap{width: 100%; text-align: center; left: 0;}
  .block-type-22 input[name="empresa"], .block-type-22 form textarea{width: 100%;}
  .block-type-22.style-2 address span{display: none;}
  .block-type-22 .col-md-2:nth-child(2), .block-type-22 .col-md-2:nth-child(3){margin-top: 0px;}
  .block-type-22.style-2 .col-md-11.col-md-offset-1 > div, .block-type-22.style-2 address{float: left;}
  .block-type-22.style-2 .main .h1{margin-left: 0;}
  .block-type-22.style-2 .normal > .address, .block-type-22.style-2 .normal > .email, .block-type-22.style-2 .normal > .tel{width: 100%; margin-left: 0;}
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 27- BLOCK-TYPE-22*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 34 - INTERNET EXPLORER, SAFARI SETTINGS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*ie*/
/*_:-ms-input-placeholder, :root body .bg, body .bg-nofixed{position: absolute !important;}*/

/*safari*/
body.safari .bg, body.safari .bg-nofixed{position: absolute !important;}
body.safari .block-type-9 video{top: 50% !important; transform:translateY(-50%); -webkit-transform:translateY(-50%);}

@media all and (-ms-high-contrast:none){
  .block-type-10 .block-type-7 .thumb .circle-decoration.big-circle{height: 506px;} /* IE10 */
  *::-ms-backdrop,.block-type-10 .block-type-7 .thumb .circle-decoration.big-circle{height: 506px;} /* IE11 */
  .block-type-20.style-2 .bg-nofixed{position: absolute !important; }
  *::-ms-backdrop,.block-type-20.style-2 .bg-nofixed{position: absolute !important; }

}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 34 - INTERNET EXPLORER, SAFARI SETTINGS */
/*----------------------------------------------------------
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*table*/
.table-view{height: 100%; width: 100%; display: table;}
.row-view{display: table-row;}
.cell-view{display: table-cell; vertical-align: middle; height: inherit;}
.height-100{height: 100vh;}
.border .height-100{height: calc(100vh - 25px);}
.border .height-100 .swiper-slide .clip{height: calc(100vh - 25px); width: calc(100vw + 25px);}
.height-80{height: 80vh;}
@media (max-width: 991px){
  .height-100, .border .height-100, .border .height-100 .swiper-slide .clip{height: 420px;}
  .height-80{height: auto;}
}
.invalid{border-bottom-color: red!important;}
.scrollfix-map{overflow: hidden;}
/*content wrapper*/
#content-wrapper{position: relative; overflow: hidden; width: 100%; z-index: 1}
#content-wrapper.style-2{padding-top: 0;}
#content-wrapper.style-3 .blocks-container{margin-left: 100px; margin-right: 100px; width: calc(100% - 200px);}

@media (min-width: 1400px){
  #content-wrapper.style-3 .container{width: 970px;}
  #content-wrapper.style-3 footer .container{widows: 1170px;}
}
@media (min-width: 1200px){
  #content-wrapper.style-3 .container{width: 970px;}
  #content-wrapper.style-3 footer .container{widows: 1170px;}
}
#content-wrapper.style-4{padding: 0px 8%;}
#content-wrapper.style-5{padding-top: 171px;}
#content-wrapper.style-6{padding-top: 143px;}
#content-wrapper.border{padding: 25px;}
#content-wrapper.border .top-line{position: fixed; top: 0; left: 0; width: 100%; height: 25px; background: #000; z-index: 1000;}
#content-wrapper.border .right-line{position: fixed; top: 0; right: 0; width: 25px; height: 100%; background: #000; z-index: 1001;}
#content-wrapper.border .bottom-line{position: absolute; bottom: 0; left: 0; width: 100%; height: 25px; background: #000; z-index: 1000;}
.without-border-default #content-wrapper.border .bottom-line.style-2{bottom: -25px;}
#content-wrapper.border .left-line{position: fixed; top: 0; left: 0; width: 25px; height: 100%; background: #000; z-index: 1001;}
.blocks-container{position: relative; margin-top: 69px; background: transparent;}
.blocks-container.style-2{margin-top: 0;}
.blocks-container.style-3{margin-top: 152px;}
.blocks-container.style-4{margin-top: 95px;}
.blocks-container.style-3.portfolio-container{margin-top: 69px; height: calc(100vh - 69px - 65px);}
#content-wrapper.border .blocks-container.style-3.portfolio-container{margin-top: 69px; height: calc(100vh - 69px - 65px - 50px);}
/*.without-border-default #content-wrapper.style-3.border .top-line{margin-left: 100px; width: calc(100% - 200px);}*/
@media (max-width: 1270px){
  .blocks-container.style-3.portfolio-container{min-height: 600px;}
}

@media (max-width: 1215px){
  .blocks-container.style-3.portfolio-container{min-height: 700px;}
}
@media (max-width: 991px){
  .blocks-container.style-3.portfolio-container{min-height: auto;}
  #content-wrapper.style-2{padding-right: 0; padding-left: 0;}
  #content-wrapper.style-3{padding-top: 0px; margin-right: 0; margin-left: 0; width: 100%;}
  #content-wrapper.style-4{padding-right: 0; padding-left: 0;}
  #content-wrapper.style-5{padding-right: 0; padding-left: 0; padding-top: 76px;}
  #content-wrapper.style-6{padding-top: 76px;}
  /*.blocks-container, */.blocks-container.style-3{margin-top: 60px;}
  .blocks-container.style-4, .blocks-container.style-3{margin-top: 71px;}
  #content-wrapper.style-3 .blocks-container{margin-left: 0px; margin-right: 0px; width: 100%;}
}
@media (max-width: 480px){
  #content-wrapper.border{padding: 0;}
  #content-wrapper.border .right-line, #content-wrapper.border .left-line{display: none;}
  #content-wrapper.border .top-line{display: none;}
  #content-wrapper.border .bottom-line{display: none;}
  .container{padding-left: 15px; padding-right: 15px;}
}
@media (min-width: 992px){
  .contains-main.col-md-4.col-md-offset-4 .h1{white-space: nowrap;}
}
@media (min-width: 992px) and ( max-width: 1600px){
  .contains-main.col-md-4.col-md-offset-4{width: 60%; margin-left: 20%; }
}
/*container width with borders*/
@media (min-width: 768px){
  #content-wrapper.border .container{width: 700px;}
  #content-wrapper.border .block .container.main-article{width: 100%;
  }
}
@media (min-width: 992px){
  #content-wrapper.border .container{width: 920px;}
}
@media (min-width: 1200px){
  #content-wrapper.border .container{width: 1120px;}
  #content-wrapper.border .block .container.main-article{width: 1120px;}
}
.block{position: relative; width: 100%;}
.block-bg{background-color: #f3f3f3;}
/*typography*/
.title{display: inline-block; position: relative;}
.title .bg{position: absolute; left: 0px; top: 0; width: 0; height: 60px; z-index: -1; background: url(../img/main/title-bg.png);}
.title.activated .bg{width: 100%;}
.title span{display: inline-block;}
.loaded .title span:first-of-type:before{width: calc(100% + 16px); }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{color: white; padding: 0; margin: 0;}
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, .h6-14 a{color: #fff;}
.h1.white a, .h2.white a, .h3.white a, .h4.white a, .h5.white a, .h6.white a, .h6-14.white a{color: #fff;}
.h1{font-size: 56px; line-height: 60px; font-weight: 900;}
.h2-36{font-size: 36px; line-height: 38px; font-weight: 800;}
.h2{font-size: 30px; line-height: 38px; font-weight: 800;}
.h3{font-size: 22px; line-height: 28px; font-weight: 700;}
.h3-20{font-size: 20px; line-height: 26px; font-weight: 700;}
.h4{font-size: 18px; line-height: 24px; font-weight: 700;}
.h5{font-size: 16px; line-height: 24px; font-weight: 700;}
.h6{font-size: 12px; line-height: 14px; font-weight: 700;}
.h6-14{font-size: 14px; line-height: 18px; font-weight: 700;}
.h6-13{font-size: 13px; line-height: 18px; font-weight: 700;}
.h1.narrow{width: 60%;}
.x-small{font-size: 11px; line-height: 24px; font-weight: 400;}
.small{font-size: 12px; line-height: 24px; font-weight: 400;}
.small-13{font-size: 13px; line-height: 24px; font-weight: 400;}
.normal{font-size: 14px; line-height: 24px; font-weight: 400;}
.large{font-size: 16px; line-height: 26px; font-weight: 400;}
.large-40{font-size: 40px; line-height: 40px; font-weight: 900;}
.x-large{font-size: 80px; line-height: 80px; font-weight: 900;}
.xx-large{font-size: 100px; line-height: 100px; font-weight: 900;}
article{position: relative; width: 100%;}
.main{text-align: left;}
.main .h1{display: inline-block; position: relative; padding: 0 10px 0 0px;}
.bg-title{text-transform: capitalize; white-space: nowrap;}
.main .h1.capitalized span{padding: 0 6px;}
.additional .subheading{text-transform: capitalize; color: rgba(255, 255, 255, 0.5);}
.capitalized{text-transform: capitalize;}
.capitalized{text-transform: capitalize;}
.capitalize{text-transform: capitalize;}
.main .subheading{text-transform: capitalize; position: relative;}
.white.main .subheading{color: rgba(255, 255, 255, 0.7);}
.main .subheading.style-2{text-transform: capitalize; color: rgba(255, 255, 255, 0.5); display: inline-block;}
.main .subheading.style-2:after{z-index: -1; content: ""; position: absolute; left: 15px; top: -3px; width: calc(100% - 5px); height: 30px;}
.main.on-bg{text-align: left;}
.main p{font-size: 16px; line-height: 26px; font-weight: 300; color: #D2D2D2;}
.main.white p{color: #fff;}
article ul:last-child { padding-bottom: 0;}
.block ul li{position: relative; line-height: 20px; padding-bottom: 10px;}
ul{list-style: none;}
ul.decorated li{padding-left: 28px; padding-bottom: 12px; font-weight: 400; position: relative;}
ul.decorated li:before{position: absolute; width: 9px; height: 9px; top: 5px; left: 0; border: 1px solid #CDC492; content: "";}
ul.decorated li:last-child{padding-bottom:0;}
.white, .white li, .white .title span{color: #fff;}
.yellow{color: #CDC492;}
.grei-919191{color: #D3D3D3;}
.grei-6e6e6e{color: #6e6e6e;}
.dark-555555, .dark-555555 a{color: #D2D2D2;}
.grei-adadad{color: #adadad;}
.black-222222{color: #222222;}
.align-center{text-align: center;}
.align-left{text-align: left;}
.align-right{text-align: right;}
.nopadding{padding: 0px;}
.floating{position: relative; float: left;}
.block .container .col-md-4.col-md-offset-4:nth-child(1){padding: 0;}

@media (max-width: 1400px){
  .xx-large{font-size: 90px; line-height: 90px; font-weight: 900;}
}
@media (max-width: 991px){
  .main .offset-12{height: 0;}
  .title .bg{width: 100%;}
  .h1 .inline-content{display: inline; position: relative; line-height: 60px;}
  .block .col-md-10.col-md-offset-1{padding: 0;}
  .h1.xx-large, .h1.xxx-large{font-size: 70px;}
  /*.main .h1{white-space: nowrap;}*/
}
@media (max-width: 768px){
  .h1 .content{display: inline; position: relative; line-height: 60px;}
  .h1.xx-large, .h1.xxx-large{font-size: 52px;}
  .main .h1{white-space: normal; display: inline; padding-left: 0;}
  .main .h1 .bg{display: none;}
    .img-grid {
  width: 100%;
}
}
@media (max-width: 480px){
  .h1-border{padding: 0px 5px;}
  .h1.x-large, .h1.xx-large, .h1.xxx-large{font-size: 30px;}
  .main .h1{font-size: 40px; line-height: 44px;}
  .h1 .content{line-height: 44px;}
}
/*background*/
.bg-nofixed{position:absolute; left:0px; top:0px; width:100%; height:100%; overflow:hidden; background-repeat: no-repeat; background-position: 50% 0px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -ms-background-size: cover; background-attachment:scroll;}
.bg{position:fixed;}
.bg img{position:absolute;}
.bg video{position:absolute;}
.bg-span{position:absolute; left:0px; top:0px; width:100%; height:100%; background:rgba(0,0,0,0.45); z-index: 2;}
.bg-span.light10{background:rgba(0, 0, 0, 0.1);}
.bg-span.light20{background:rgba(46, 32, 32, 0.2);}
.bg-span.extra-light{background:rgba(31,29,27,0.14);}
.bg-span.lighter{background:rgba(0,0,0,0.2);}
.bg-span.middle50{background:rgba(0, 0, 0, 0.5);}
.bg-span.light{background:rgba(0,0,0,0.35);}
.bg-span.banner-overlay{background:rgba(0, 0, 0, 0.6); z-index: 2;}
.bg-span.hover-bg{background: rgba(0, 0, 0, 0);}
.clip{clip: rect(auto, auto, auto, auto); height: 100%; position: absolute; width: 100%; left: 0px; top: 0px;}
.pull-clip{left:-100%;}
/*buttons*/
.button-wrap{position:relative; width: 100%; text-align:center; display:inline-block;}
.button{position:relative; display:inline-block; font-weight: 700; color:#fff; font-size:11px; line-height: 14px; padding: 14px 24px 12px; text-transform: capitalize; background: transparent; font-family: "Catamaran", serif; width: auto !important;}
.button:before{z-index: 100; position: absolute; left: -19px; top: 50%; width: 0px; height: 1px; background: #CDC492; box-sizing:border-box; -webkit-box-sizing:border-box; content: ""; }
.button:after{z-index: 100; position: absolute; right: -19px; top: 50%; width: 0px; height: 1px; background: #CDC492; box-sizing:border-box; -webkit-box-sizing:border-box; content: ""; }
.button.colored:before{content: none; }
.button.colored:after{content: none; }
.button.activated:before{width: 30px;}
.button.activated:after{width: 30px;}
.button span{background: #fff;}
.button.white span{background: #fff;}
.button .content{opacity: 0; position: relative; background: transparent !important; white-space: nowrap;}
.button.activated .content{opacity: 1;}
.button .top{position: absolute; left: 0px; top: 0px; width: 0%; height: 1px;  z-index: -1;}
.button .right{position: absolute; right: 0px; top: 0px; width: 1px; height: 0%; z-index: -1;}
.button .bottom{position: absolute; right: 0px; bottom: 0px; width: 0%; height: 1px; z-index: -1;}
.button .left{position: absolute; left: 0px; bottom: 0px; width: 1px; height: 0%; z-index: -1;}
.button.activated .top, .button.activated .bottom{width: 100%;}
.button.activated .left, .button.activated .right{height: 100%;}
.big-button{padding: 22px 0 20px; width: 301px !important; line-height: 14px;}
.big-button .top, .big-button .bottom{height: 1px; background: #CDC492;}
.big-button .left, .big-button .right{width: 1px; background: #CDC492;}
.big-button:before{background: #fff !important; z-index: 1;}
.big-button:after{background: #fff !important; z-index: 1;}
.small-button{padding: 9px 10px; font-size: 11px; line-height: 10px;}
.button.banner-button{margin-top: 40px;}
.white{color: #fff; }
.white .top, .white .right, .white .bottom, .white .left{background: #fff;}
.button.small-button.activated:after{content: none;}
.button.colored{transition: all 150ms ease-out; -webkit-transition: all 150ms ease-out; background: #CDC492; font-size: 11px; font-family: 'Pt Serif'; display: inline-block; overflow: hidden;}
.button.colored.small-13{font-size: 13px; padding: 10px 26px;}
.button .top-row, .button .bottom-row{background: transparent; display: block;}
.button .top-row{display: block; white-space: nowrap; position: absolute; top: -50%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); opacity: 0;}
.button.colored {transition: all 150ms ease-out; -webkit-transition: all 150ms ease-out; background: #CDC492; font-size: 11px; font-family: 'Pt Serif'; display: inline-block; overflow: hidden;}
.button.colored span{background: transparent;}
article span.button.colored{font-size: 13px;}
form [type="submit"]{width: 100%; font-size: 11px; border: none; margin-top: 0; font-family: "GothamBold", serif; font-weight: 700; color: #fff; text-transform: capitalize;}
.submit-wrap:hover input[type="submit"]{background-color:transparent; color:#CDC492;}
.submit-wrap{position: relative; height: 38px;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#D3D3D3; font-size: 14px; font-weight: 300;}
textarea:-moz-placeholder, input:-moz-placeholder{color:#D3D3D3; font-size: 15px; font-weight: 300;}
textarea::-moz-placeholder, input::-moz-placeholder {color:#D3D3D3; font-size: 15px; font-weight: 300;}
textarea:-ms-input-placeholder, input:-ms-input-placeholder{color:#D3D3D3; font-size: 15px; font-weight: 300;}
.icon-wrapper img{position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%) scale(0.45); -webkit-transform: translateX(-50%) translateY(-50%)  scale(0.45); -moz-transform: translateX(-50%) translateY(-50%) scale(0.45); -ms-transform: translateX(-50%) translateY(-50%) scale(0.45); -o-transform: translateX(-50%) translateY(-50%) scale(0.45);}
/*line-decorations*/
div.before-decoration:before{content: ""; position: relative; float: left; margin-top: 11px; width: 15px; height: 1px; margin-right: 10px; background: #CDC492;}
.left-decoration{position: absolute; left: -12px; top: -12px; width: 15px; height: 15px;}
.left-decoration:before{position: absolute; bottom: 0px; left: 0px; width: 1px; height: 0px; background: #CDC492; content: "";}
.left-decoration:after{position: absolute; top: 0px; left: 0px; width: 0px; height: 1px; background: #CDC492; content: "";}
.right-decoration{position: absolute; right: -15px; top: -12px; width: 15px; height: 15px;}
.right-decoration:before{position: absolute; bottom: 0px; right: 0px; width: 1px; height: 0px; background: #CDC492; content: "";}
.right-decoration:after{position: absolute; top: 0px; right: 0px; width: 0px; height: 1px; background: #CDC492; content: "";}
.left-decoration.activated:before{height: 15px;}
.left-decoration.activated:after{ width: 15px;}
.right-decoration.activated:before{height: 15px;}
.right-decoration.activated:after{width: 15px;}
.decoration-top{position: absolute; top: -12px; left: -17px; width: calc(100% + 38px); height: 25px;}
.decoration-bottom{position: absolute; bottom: -8px; left: -17px; width: calc(100% + 38px); height: 25px;}
.decoration-top.narrow, .decoration-bottom.narrow{width: 136px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.h1.with-narrow-decoration{padding: 19px 0 17px;}
.white .decoration-top .left{position: absolute; left: 0; top: 0; width: 1px; height: 0px; background: #CDC492;}
.white .decoration-top .right{position: absolute; right: 0; top: 0; width: 1px; height: 0px; background: #CDC492;}
.white .decoration-bottom .left{position: absolute; left: 0; bottom: 0; width: 1px; height: 0px; background: #CDC492;}
.white .decoration-bottom .right{position: absolute; right: 0; bottom: 0; width: 1px; height: 0px; background: #CDC492;}
.white .decoration-top .top{position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); top: 0; width: 0px; height: 1px; background: #CDC492;}
.white .decoration-bottom .bottom{position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); bottom: 0; width: 0px; height: 1px; background: #CDC492;}
.round-decoration .h1{white-space: normal;}
.white .decoration-top.activated .top, .white .decoration-bottom.activated .bottom{width: 100%;}
.white .decoration-top.activated .left, .white .decoration-top.activated .right, .white .decoration-bottom.activated .left, .white .decoration-bottom.activated .right{height: 25px;}
.white .decoration-top.activated.narrow .left, .white .decoration-top.activated.narrow .right, .white .decoration-bottom.activated.narrow .left, .white .decoration-bottom.activated.narrow .right{height: 21px;}
.line-decoration{position: relative;}
.line-decoration:before{content: ""; position: absolute; bottom: -24px; left: 0; width: 0px; height: 1px; background: #CDC492;}
.line-decoration.activated:before{width: 30px;}
.line-decoration.centered:before{left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.line-decoration.top-right:before{bottom: auto; top: 7px; left: auto; right: -150px;}
.line-decoration.activated.top-right:before{width: 40px;}
.decoration-vertical{position: relative; width: 1px; height: 30px; margin: 24px auto 27px;}
.decoration-vertical:after{background: #CDC492; position: absolute; top: 0; left: 0; height: 0px; width: 1px; content: '';}
.decoration-vertical.activated:after{height: 30px; }
.decoration-vertical.middle, .decoration-vertical.middle.activated:after{height: 50px; margin-bottom: 90px;}
.decoration-vertical.long, .decoration-vertical.long.activated:after{height: 80px;}
.circle-decoration{position: absolute; width: 450px;  height: 450px; left: calc(50% - 225px); top: calc(50% - 225px); border-radius: 50%; z-index: -1;}
.circle-decoration.larger{width: 475px; height: 475px; left: calc(50% - 237.5px); top: calc(50% - 237.5px); }
.transparent-bg svg path{fill: transparent !important; stroke-width: 0.15;}
.circle-decoration.thin svg path{fill: transparent !important; stroke-width: 0.2;}
.c-decoration{z-index: -1; position: relative; display: block; width: 136px; height: 136px; position: absolute; left: -40px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.c-decoration .right-top{display: block; position: absolute; top: 0px; right: 0; width: 1px; height: 21px;}
.c-decoration .right-top:before, .c-decoration .right-bottom:before{content: ""; display: block; background: #CDC492; height: 0px; width: 1px; position: absolute; top: 0; left: 0;}
.c-decoration .right-bottom{display: block; position: absolute; bottom: 0px; right: 0; width: 1px; height: 21px;}
.c-decoration.activated .right-top:before, .c-decoration.activated .right-bottom:before{height: 100%;}
.c-decoration .bottom{position: absolute; right: 0; bottom: 0; width: 0px; height: 1px; background: #CDC492;}
.c-decoration .left{position: absolute; left: 0; bottom: 0; width: 1px; height: 0px; background: #CDC492;}
.c-decoration .top{position: absolute; left: 0; top: 0; width: 0px; height: 1px; background: #CDC492;}
.c-decoration.activated .bottom, .c-decoration.activated .top{width: 100%;}
.c-decoration.activated .left{height: 100%;}
.c-decoration.activated:before, .c-decoration.activated:after{height: 100%}
.little-decor-bottom{position: absolute; bottom: 0; left: 30px; width: calc(100% - 60px); height: 15px;}
.little-decor-bottom .left{position: absolute; left: 0; top: 0; width: 1px; height: 0; background: #CDC492; }
.little-decor-bottom .bottom-left{position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #CDC492; }
.little-decor-bottom .right{position: absolute; right: 0; top: 0; width: 1px; height: 0; background: #CDC492; }
.little-decor-bottom .bottom-right{position: absolute; right: 0; bottom: 0; width: 0; height: 1px; background: #CDC492; }
.little-decor-bottom.activated .left, .little-decor-bottom.activated .right{height: 15px;}
.little-decor-bottom.activated .bottom-left, .little-decor-bottom.activated .bottom-right{width: 15px;}
.separator{position: relative; float: left; width: 100%; height: 1px; background: #000;}
@media (min-width: 1200px){
  .button:hover:before, .button:hover:after{width: 100px;}
  .big-button:hover:before, .big-button:hover:after{width: 170px;}
  .button.button-style-2:hover{background-color:transparent; color:#CDC492;}
  .button.button-style-2:hover:after{border:5px solid #CDC492;}
  .button.button-style-3:hover{background: transparent; color: #fff;}
  .button.button-style-3:hover:after{border-color: #fff;}
  .button.button-style-4:hover:after{border-color: #fff;}
  .animated-block:hover .line-decoration.wide:before{width: 60px;}
  .button.colored:hover .bottom-row {transform: translateY(200%); -webkit-transform: translateY(200%); -moz-transform: translateY(200%); -ms-transform: translateY(200%); -o-transform: translateY(200%); opacity: 1;}
  .button.colored:hover .top-row {opacity: 1; top: 50%; transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%);}
}
@media (max-width: 991px){
  .button span.top, .button span.bottom{width: 100%;}
  .button span.left, .button span.right{height: 100%;}
  .h1 .content .left-decoration, .h1 .content .right-decoration{top: 0;}
  .decoration-top{top: 3px;}
  .decoration-bottom{bottom: 6px;}
  .line-decoration:before, .button:before, .button:after{width: 30px;}
  .line-decoration.wide:before{width: 60px;}
  .button span.content{opacity: 1;}
  .decoration-vertical{margin: 14px auto 15px;}
  .decoration-vertical:after{height: 30px;}
  .decoration-vertical.middle:after{height: 50px;}
  .block-type-9.with-slider .swiper-slide-active .table-view .decoration-vertical:after, .decoration-vertical.long, .decoration-vertical.long:after{height: 30px !important;}
  .line-decoration:before{bottom: -14px;}
  .circle-decoration{border: 1px solid #CDC492;}
  .decoration-vertical.middle, .decoration-vertical.middle.activated:after{margin-bottom: 40px;}
  .little-decor-bottom .left, .little-decor-bottom .right{height: 15px;}
  .little-decor-bottom .bottom-left, .little-decor-bottom .bottom-right{width: 15px;}
}
@media (max-width: 767px){
  .circle-decoration{width: 400px; height: 400px; left: calc(50% - 200px); top: calc(50% - 200px);}
  .c-decoration{left: -18px;}
  .little-decor-bottom{display: none;}
}
@media (max-width: 480px){
  .big-button{width: 200px !important;}
  .circle-decoration{display: none;}
}
/*spacers*/
.offset-5{height: 5px; clear: both; display: block;}
.offset-10{height: 10px; clear: both; display: block;}
.offset-12{height: 12px; clear: both; display: block;}
.offset-15{height: 15px; clear: both; display: block;}
.offset-20{height: 20px; clear: both; display: block;}
.offset-25{height: 25px; clear: both; display: block;}
.offset-30{height: 30px; clear: both; display: block;}
.offset-35{height: 35px; clear: both; display: block;}
.offset-40{height: 40px; clear: both; display: block;}
.offset-45{height: 45px; clear: both; display: block;}
.offset-50{height: 50px; clear: both; display: block;}
.offset-55{height: 55px; clear: both; display: block;}
.offset-60{height: 60px; clear: both; display: block;}
.offset-65{height: 65px; clear: both; display: block;}
.offset-70{height: 70px; clear: both; display: block;}
.offset-75{height: 75px; clear: both; display: block;}
.offset-80{height: 80px; clear: both; display: block;}
.offset-85{height: 85px; clear: both; display: block;}
.offset-90{height: 90px; clear: both; display: block;}
.offset-95{height: 95px; clear: both; display: block;}
.offset-100{height: 100px; clear: both; display: block;}
.offset-105{height: 105px; clear: both; display: block;}
.offset-110{height: 110px; clear: both; display: block;}
.offset-115{height: 115px; clear: both; display: block;}
.offset-120{height: 120px; clear: both; display: block;}
.offset-125{height: 125px; clear: both; display: block;}
.offset-130{height: 130px; clear: both; display: block;}
.offset-135{height: 135px; clear: both; display: block;}
.offset-140{height: 140px; clear: both; display: block;}
.offset-145{height: 145px; clear: both; display: block;}
.offset-150{height: 150px; clear: both; display: block;}
.offset-155{height: 155px; clear: both; display: block;}
.offset-160{height: 160px; clear: both; display: block;}
.offset-165{height: 165px; clear: both; display: block;}
.offset-170{height: 170px; clear: both; display: block;}
.offset-175{height: 175px; clear: both; display: block;}
.offset-180{height: 180px; clear: both; display: block;}
.offset-185{height: 185px; clear: both; display: block;}
.offset-220{height: 220px; clear: both; display: block;}
.offset-235{height: 235px; clear: both; display: block;}
@media (max-width: 991px) {
  .md-offset-0{height: 0px; clear: both; display: block;}
  .md-offset-7-5{height: 7.5px; clear: both; display: block;}
  .md-offset-5{height: 5px; clear: both; display: block;}
  .md-offset-10{height: 10px; clear: both; display: block;}
  .md-offset-15{height: 15px; clear: both; display: block;}
  .md-offset-20{height: 20px; clear: both; display: block;}
  .md-offset-25{height: 25px; clear: both; display: block;}
  .md-offset-30{height: 30px; clear: both; display: block;}
  .md-offset-35{height: 35px; clear: both; display: block;}
  .md-offset-40{height: 40px; clear: both; display: block;}
  .md-offset-45{height: 45px; clear: both; display: block;}
  .md-offset-50{height: 50px; clear: both; display: block;}
  .md-offset-55{height: 55px; clear: both; display: block;}
  .md-offset-60{height: 60px; clear: both; display: block;}
  .md-offset-65{height: 65px; clear: both; display: block;}
  .md-offset-70{height: 70px; clear: both; display: block;}
  .md-offset-75{height: 75px; clear: both; display: block;}
  .md-offset-80{height: 60px; clear: both; display: block;}
  .md-offset-85{height: 85px; clear: both; display: block;}
  .md-offset-90{height: 90px; clear: both; display: block;}
  .md-offset-95{height: 95px; clear: both; display: block;}
  .md-offset-100{height: 100px; clear: both; display: block;}
  .md-offset-105{height: 105px; clear: both; display: block;}
  .md-offset-110{height: 110px; clear: both; display: block;}
  .md-offset-115{height: 115px; clear: both; display: block;}
  .md-offset-120{height: 120px; clear: both; display: block;}
  .md-offset-125{height: 125px; clear: both; display: block;}
  .md-offset-130{height: 130px; clear: both; display: block;}
  .md-offset-160{height: 160px; clear: both; display: block;}
  .md-offset-150{height: 150px; clear: both; display: block;}
}
@media (max-width: 767px){
  .sm-offset-0{height: 0px; clear: both; display: block;}
  .sm-offset-5{height: 5px; clear: both; display: block;}
  .sm-offset-7-5{height: 7.5px; clear: both; display: block;}
  .sm-offset-10{height: 10px; clear: both; display: block;}
  .sm-offset-15{height: 15px; clear: both; display: block;}
  .sm-offset-20{height: 20px; clear: both; display: block;}
  .sm-offset-25{height: 25px; clear: both; display: block;}
  .sm-offset-30{height: 30px; clear: both; display: block;}
  .sm-offset-35{height: 35px; clear: both; display: block;}
  .sm-offset-40{height: 40px; clear: both; display: block;}
  .sm-offset-45{height: 45px; clear: both; display: block;}
  .sm-offset-50{height: 50px; clear: both; display: block;}
  .sm-offset-55{height: 55px; clear: both; display: block;}
  .sm-offset-60{height: 60px; clear: both; display: block;}
  .sm-offset-65{height: 65px; clear: both; display: block;}
  .sm-offset-70{height: 70px; clear: both; display: block;}
  .sm-offset-75{height: 75px; clear: both; display: block;}
  .sm-offset-80{height: 80px; clear: both; display: block;}
  .sm-offset-85{height: 85px; clear: both; display: block;}
  .sm-offset-90{height: 90px; clear: both; display: block;}
  .sm-offset-95{height: 95px; clear: both; display: block;}
  .sm-offset-100{height: 100px; clear: both; display: block;}
  .sm-offset-105{height: 105px; clear: both; display: block;}
  .sm-offset-110{height: 110px; clear: both; display: block;}
  .sm-offset-115{height: 115px; clear: both; display: block;}
  .sm-offset-120{height: 120px; clear: both; display: block;}
  .sm-offset-125{height: 125px; clear: both; display: block;}
  .sm-offset-130{height: 130px; clear: both; display: block;}
}
@media (max-width: 480px){
  .xs-offset-0{height: 0px; clear: both; display: block;}
  .xs-offset-5{height: 5px; clear: both; display: block;}
  .xs-offset-7-5{height: 7.5px; clear: both; display: block;}
  .xs-offset-10{height: 10px; clear: both; display: block;}
  .xs-offset-15{height: 15px; clear: both; display: block;}
  .xs-offset-20{height: 20px; clear: both; display: block;}
  .xs-offset-25{height: 25px; clear: both; display: block;}
  .xs-offset-30{height: 30px; clear: both; display: block;}
  .xs-offset-35{height: 35px; clear: both; display: block;}
  .xs-offset-40{height: 40px; clear: both; display: block;}
  .xs-offset-45{height: 45px; clear: both; display: block;}
  .xs-offset-50{height: 50px; clear: both; display: block;}
  .xs-offset-55{height: 55px; clear: both; display: block;}
  .xs-offset-60{height: 60px; clear: both; display: block;}
  .xs-offset-65{height: 65px; clear: both; display: block;}
  .xs-offset-70{height: 70px; clear: both; display: block;}
  .xs-offset-75{height: 75px; clear: both; display: block;}
  .xs-offset-80{height: 80px; clear: both; display: block;}
  .xs-offset-85{height: 85px; clear: both; display: block;}
  .xs-offset-90{height: 90px; clear: both; display: block;}
  .xs-offset-95{height: 95px; clear: both; display: block;}
  .xs-offset-100{height: 100px; clear: both; display: block;}
  .xs-offset-105{height: 105px; clear: both; display: block;}
  .xs-offset-110{height: 110px; clear: both; display: block;}
  .xs-offset-115{height: 115px; clear: both; display: block;}
  .xs-offset-120{height: 120px; clear: both; display: block;}
  .xs-offset-125{height: 125px; clear: both; display: block;}
  .xs-offset-130{height: 130px; clear: both; display: block;}
}
/*pagination*/
.pagination span{width:10px; height:10px; background:transparent; margin-right:5px; margin-left:0;}
.pagination .swiper-pagination-switch:after{width:8px; height:8px; border:none; position:absolute; left:50%; top:50%; transform:translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); color:#fff;}
.swiper-pagination-switch:before{border-color: rgba(255, 255, 255, 0.3);}
.pagination .swiper-active-switch{width:10px; height:10px; background-color:#CDC492; border:none; }
.swiper-active-switch:before/*, .swiper-visible-switch:before*/{width:10px; height:10px; border-color:#CDC492;}
/*style 2*/
.pagination.style-2 .swiper-pagination-switch:after{color:#CDC492;}
.pagination.style-2 .swiper-pagination-switch:before{border-color: #cdcdcd;}
.pagination.style-2 .swiper-active-switch{background-color:#CDC492;}
.pagination.style-2 .swiper-active-switch:before/*, .pagination.style-2 .swiper-visible-switch:before*/{border-color:#CDC492; background-color:#CDC492;}
.pagination.none{display: none;}
/*swiper-arrow*/
.swiper-arrow{position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); width: 50px; height: 50px; cursor: pointer;}
.swiper-arrow.left{left: 30px;}
.swiper-arrow.right{right: 30px;}
/*style 3*/
.swiper-arrow.left.style-3{left: 15px;}
.swiper-arrow.right.style-3{right: 15px;}
.swiper-arrow span{line-height: 50px; display: block; text-align: center; color: rgba(255, 255, 255, 0.8); font-size: 14px;}
.swiper-arrow span.fa{color: #CDC492;}
.swiper-arrow b:first-of-type:before{position: absolute; z-index: 1; top: 0; left: 0; width: 0; height: 1px; content: ''; background: rgba(255, 255, 255, 0.2);}
.swiper-arrow b:first-of-type:after{position: absolute; z-index: 1; top: 0; right: 0; width: 1px; height: 0; content: '';  background: rgba(255, 255, 255, 0.2);}
.swiper-arrow b:last-of-type:before{position: absolute; z-index: 1; bottom: 0; right: 0; width: 0; height: 1px; content: ''; background: rgba(255, 255, 255, 0.2);}
.swiper-arrow b:last-of-type:after{position: absolute; z-index: 1; bottom: 0; left: 0; width: 1px; height: 0; content: '';  background: rgba(255, 255, 255, 0.2);}
.swiper-arrow b.activated:first-of-type:before, .swiper-arrow b.activated:last-of-type:before{width: 100%;}
.swiper-arrow b.activated:first-of-type:after, .swiper-arrow b.activated:last-of-type:after{height: 100%;}
.swiper-arrow .bg-nofixed{position: absolute !important;}
/*rotated arrow*/
.block-on-background .swiper-arrow.left.rotated, .block-on-background .swiper-arrow.right.rotated{z-index: 1; top: 52%; transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); -moz-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -o-transform: translateY(-50%) translateX(-50%); background: #fff;}
.block-on-background .swiper-arrow.rotated:before{z-index: -1; content: ''; position: absolute; left: 0px; top: 0; width: 100%; height: 100%; background: #fff; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg);}
.block-on-background .swiper-arrow.rotated.right:before{left: -1px;}
.block-on-background .swiper-arrow.left.rotated{left: -11px;}
.block-on-background .swiper-arrow.right.rotated{right: -9px;}
.block-on-background .swiper-arrow.rotated span.fa{color: #fff;}
.block-on-background .swiper-arrow.left.rotated .hover-decor.top{position: absolute; top: 0; right: 0; width: 1px; height: 30px; background: #CDC492; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg);}
/*yellow-border*/
.swiper-arrow.yellow-border.activated span b:before{width: 100%; background: #CDC492;}
.swiper-arrow.yellow-border.activated span b:after{height: 100%;  background: #CDC492;}
.swiper-arrow.yellow-border span.fa{color: #fff;}
.swiper-arrow.yellow-border{transition-delay: 0ms; -webkit-transition-delay: 0ms;}
/*light-border*/
.swiper-arrow.light-border span b:first-of-type:before{width: 100%; background: rgba(255, 255, 255, 0.4);}
.swiper-arrow.light-border span b:first-of-type:after{height: 100%; background: rgba(255, 255, 255, 0.4);}
.swiper-arrow.light-border span b:last-of-type:before{width: 100%; background: rgba(255, 255, 255, 0.4);}
.swiper-arrow.light-border span b:last-of-type:after{height: 100%; background: rgba(255, 255, 255, 0.4);}
.swiper-arrow.light-border{transition-delay: 0ms; -webkit-transition-delay: 0ms;}
.swiper-arrow .clip{width: 50px !important; height: 50px !important; opacity: 0; float: none !important; position: absolute !important;}
.swiper-arrow .clip .bg-nofixed{top: 50% !important; margin-top: -2px; left: 50% !important; margin-left: -12px;}
.block-type-9 .swiper-arrow .bg-nofixed{margin-left: -12px;}
.block-type-24.style-2 .swiper-arrow .clip .bg-nofixed{margin-left: -12px;}
@media (min-width: 1200px){
  .swiper-arrow:hover span b:before{width: 100%;}
  .swiper-arrow:hover span b:after{height: 100%;}
  /*style 2*/
  .swiper-arrow.style-2:hover{background: rgba(28, 24, 20, 0.54);}
  .block-on-background .swiper-arrow.rotated:hover{background: #CDC492;}
  .swiper-arrow.yellow-border:hover{background: #CDC492;}
  .swiper-arrow.light-border:hover{background: #CDC492;}
  .swiper-arrow.light-border:hover span.fa{color: #fff;}
}
@media (max-width: 991px){
  .swiper-arrow.left{left: -4px;}
  .swiper-arrow.right{right: -4px;}
  /*style 3*/
  .swiper-arrow.left.style-3{left: -4px;}
  .swiper-arrow.right.style-3{right: -4px;}
  /*style 4*/
  .swiper-arrow.left.style-4{left: 0px;}
  .swiper-arrow.right.style-4{right: 0px;}
  .swiper-arrow.light-border.left{left: 15px;}
  .swiper-arrow.light-border.right{right: 15px;}
}
@media (max-width: 480px){
  /*light-border*/
  .swiper-arrow.light-border span b:first-of-type:before{display: none;}
  .swiper-arrow.light-border span b:first-of-type:after{display: none;}
  .swiper-arrow.light-border span b:last-of-type:before{display: none;}
  .swiper-arrow.light-border span b:last-of-type:after{display: none;}
  .block-type-24.style-2.narrow .swiper-arrow.left{left: 2px;}
  .block-type-24.style-2.narrow .swiper-arrow.right{right: 2px;}
}
/*hover-effect*/
.hover-effect-thin, .hover-effect-bold{position: relative; padding: 0 10px;}
.hover-effect-thin:after{position:absolute; left: 0px; top: 9px; backface-visibility: hidden; height: 1px; width: 0%; background-color:#CDC492; content:""; z-index: -1;}
.hover-effect-bold:after{content: ""; position: absolute; top: 11px; /*transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);*/ left: 0px; width: 0; height: 5px; background: #CDC492; z-index: -1;}
.hover-effect-extra-bold:after{content: ""; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); left: -10px; width: 0; height: 15px; background: #CDC492; z-index: -1;}
.hover-effect-extra-bold{padding-right: 10px;}
.hover-content{position: absolute; bottom: 0%; left: 0; width: 100%; height: 100%; color: rgba(51, 51, 51, 0.6);}
.hover-content .animated-right{text-align: center; transform: translateX(100%); -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -o-transform: translateX(100%); -ms-transform: translateX(100%);}
.hover-content .animated-left{text-align: center; transform: translateX(-100%); -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -o-transform: translateX(-100%); -ms-transform: translateX(-100%);}
.animated-block{position:relative; float:left; width:100%; }
.animated-block.hover-animated span.top{position: absolute; left: 0px; top: -10px; width: 0px; height: 10px; background: #CDC492;}
.animated-block.hover-animated span.right{position: absolute; right: 0px; top: 0px; width: 10px; height: 0px; background: #CDC492;}
.animated-block.hover-animated span.bottom{position: absolute; right: 0px; bottom: -10px; width: 0px; height: 10px; background: #CDC492;}
.animated-block.hover-animated span.left{position: absolute; left: 0px; bottom: 0px; width: 10px; height: 0px; background: #CDC492;}
.animated-block.hover-animated.thin span.top, .animated-block.hover-animated.thin span.bottom{height: 1px;}
.animated-block.hover-animated.thin span.right, .animated-block.hover-animated.thin span.left{width: 1px;}
.animated-block.hover-animated.thin span.top{top: 0;}
.animated-block.hover-animated.thin span.right{right: 0;}
.animated-block.hover-animated.thin span.bottom{bottom: 0;}
.animated-block.hover-animated.thin span.left{left: 0;}
.animated-block.scroll-animation span.top{position: absolute; left: -20px; top: -20px; width: 0; height: 1px; background: #CDC492; z-index: 1;}
.animated-block.scroll-animation span.right{position: absolute; right: -20px; top: -20px; width: 1px; height: 0; background: #CDC492; z-index: -1;}
.animated-block.scroll-animation span.bottom{position: absolute; right: -20px; bottom: -20px; width: 0; height: 1px; background: #CDC492; z-index: 1;}
.animated-block.scroll-animation span.left{position: absolute; left: -20px; bottom: -20px; width: 1px; height: 0; background: #CDC492; z-index: 1;}
.animated-block.scroll-animation span.top.activated, .animated-block.scroll-animation span.bottom.activated{width: calc(100% + 40px);}
.animated-block.scroll-animation span.right.activated, .animated-block.scroll-animation span.left.activated{height: calc(100% + 40px);}
.animated-block.scroll-animation.square{position: absolute; width: 475px; height: 475px; left: calc(50% - 237.5px); top: calc(50% - 237.5px);}
.animated-block.scroll-animation.square span.top{top: 0; left: 0;}
.animated-block.scroll-animation.square span.right{right: 0; top: 0;}
.animated-block.scroll-animation.square span.bottom{bottom: 0; right: 0;}
.animated-block.scroll-animation.square span.left{left: 0; bottom: 0;}
.animated-block.scroll-animation.square.rotated{top: 50%; left: 50%; margin-top: -4px; width: 405px; height: 405px; transform: translateX(-50%) translateY(-50%) rotate(45deg); -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);}
.animated-block.scroll-animation.square span.top, .animated-block.scroll-animation.square span.bottom{transform: translateX(0px); -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px);}
.animated-block.scroll-animation.square span.right, .animated-block.scroll-animation.square span.left{transform: translateX(0px); -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px);}
.animated-block.scroll-animation.square span.top.activated, .animated-block.scroll-animation.square span.bottom.activated{width: 100%;}
.animated-block.scroll-animation.square span.right.activated, .animated-block.scroll-animation.square span.left.activated{height: 100%;}
.animated-block.scroll-animated.hexagon .top-left{position: absolute; width: 75%; height: 1px; background: #CDC492; transform: rotate(65deg) translateX(0%); -webkit-transform: rotate(65deg) translateX(0%); -moz-transform: rotate(65deg) translateX(0%); -ms-transform: rotate(65deg) translateX(0%); -o-transform: rotate(65deg) translateX(0%); top: -52px; left: 79px;}
.animated-block.scroll-animated.hexagon .top-left{position: absolute; width: 75%; height: 1px; background: #CDC492; transform: rotate(65deg) translateX(0%); -webkit-transform: rotate(65deg) translateX(0%); -moz-transform: rotate(65deg) translateX(0%); -ms-transform: rotate(65deg) translateX(0%); -o-transform: rotate(65deg) translateX(0%); top: -52px; left: 79px;}
.animated-block.scroll-animation.normal-square span.top.activated, .animated-block.scroll-animation.normal-square span.bottom.activated{width: 100%;}
.animated-block.scroll-animation.normal-square span.left.activated, .animated-block.scroll-animation.normal-square span.right.activated{height: 100%;}
.animated-block.scroll-animation.normal-square span.top{left: 0; top: 0; transform: translateX(0%); -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%);}
.animated-block.scroll-animation.normal-square span.bottom{right: 0; bottom: 0; transform: translateX(0%); -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%);}
.animated-block.scroll-animation.normal-square span.left{left: 0; bottom: 0; transform: translateX(0%); -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%);}
.animated-block.scroll-animation.normal-square span.right{right: 0; top: 0; transform: translateX(0%); -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%);}
.clip .hover-content{opacity: 0; visibility: hidden;}
/*2 lines*/
.hover-effect-2lines{background: url(../img/main/hover-bg.png) repeat-y; background-size: 100000px 25px; background-position: -100000px 5px; -webkit-transition: all 0.5s ease-out !important; transition: all 0.5s ease-out !important;}
@media (min-width: 1200px){
  .hover-effect-thin:hover:after{width: 100%;}
  .hover-effect-bold:hover:after{width: 100%;}
  .hover-effect-extra-bold:hover:after{width: 100%;}
  .clip:hover .hover-content{opacity: 1; visibility: visible;}
  .clip:hover .hover-content .animated-right{transform: translateX(0%); -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -o-transform: translateX(0%); -ms-transform: translateX(0%);}
  .clip:hover .hover-content .animated-left{transform: translateX(0%); -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -o-transform: translateX(0%); -ms-transform: translateX(0%);}
  .animated-block:hover span.top{width: 100%;}
  .animated-block:hover span.right{height: 100%;}
  .animated-block:hover span.bottom{width: 100%;}
  .animated-block:hover span.left{height: 100%;}
  .animated-block.hover-animated.thin:hover span.top, .animated-block.hover-animated.thin:hover span.bottom{width: 100%}
  .animated-block.hover-animated.thin:hover span.right, .animated-block.hover-animated.thin:hover span.left{height: 100%;}
  .animated-block.scroll-animation .button span.top, .animated-block.scroll-animation .button span.right, .animated-block.scroll-animation .button span.bottom, .animated-block.scroll-animation .button span.left{background: #fff;}
  /*2lines*/
  .hover-effect-2lines:hover{background-position: 0 5px; -webkit-transition: all 100s ease-out !important; transition: all 100s ease-out !important;}
}
@media (max-width: 991px){
  .animated-block.scroll-animation span.top, .animated-block.scroll-animation span.bottom{width: calc(100% + 40px);}
  .animated-block.scroll-animation span.right, .animated-block.scroll-animation span.left{height: calc(100% + 40px);}
  .animated-block.scroll-animation.square span.top, .animated-block.scroll-animation.square span.bottom{width: 100%;}
  .animated-block.scroll-animation.square span.right, .animated-block.scroll-animation.square span.left{height: 100%;}
}
@media (max-width: 525px){
  .circle-decoration.larger, .animated-block.scroll-animation.square{width: 350px; height: 350px; left: calc(50% - 175px); top: calc(50% - 175px); display: block;}
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*  CONTACTO */
/*-------------------------------------------------------------------------------------------------------------------------------*/


.img-grid img{
  margin-top: 15px;
  width: 100%;
  height: auto;
}
.socials > a > i{
  color: red;
}
.socials > a{
    background:#fff;
    color:#fff;
    display:inline-block;
    font-size:16px;
    height:40px;
    line-height:40px;
    text-align:center;
    width:40px;
    margin: 30px 0 30px 15px;
    border-radius: 30px;
    border: 2px solid red;
}
.socials > a:hover{
  color:#FFF;
  border-color: #999;
  background-color: #999;
}
.socials > a:hover > i{
  color: #fff;
}



 /*KIMERA FOOTER 1 ==============================================*/
.kimerafooter {
  height: 90px;
  background-color: black;
  padding-top: 15px; }

.kimerafooter #kimeralogo {
  width: 43px;
  height: 47px;
  float: left;
  clear: both;
  margin: 0 15px;
  fill: white; }

.kimerafooter #kimeralogo:hover {
  fill: gray; }

.kimerafooter p {
  overflow: auto;
  display: block;
  padding-top: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  /*Any color desired*/
  color: #6c6a6a;
  line-height: 125%;
  font-size: 1em; }

.kimerafooter p a {
  /*Any color desired*/
  color: #494949; }

.kimerafooter p a:hover {
  /*Any color desired*/
  color: white; }

.section-title h2 span {
  color: transparent;
  animation: blur 10s ease-out infinite;
  -webkit-animation: blur 10s ease-out infinite;
}

.section-title h2 span:nth-child(1) {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}
.section-title h2 span:nth-child(2) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.section-title h2 span:nth-child(3) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.section-title h2 span:nth-child(4) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.section-title h2 span:nth-child(5) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.section-title h2 span:nth-child(6) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.section-title h2 span:nth-child(7) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

@keyframes blur {
  0%    {text-shadow:  0 0 100px #000; opacity:0;}
  5%    {text-shadow:  0 0 90px #000;}
  15%   {opacity: 1;}
  20%   {text-shadow:  0 0 0px #000;}
  80%   {text-shadow:  0 0 0px #000;}
  85%   {opacity: 1;}
  95%   {text-shadow:  0 0 90px #000;}
  100%  {text-shadow:  0 0 100px #000; opacity:0;}
}

@-webkit-keyframes blur {
  0%    {text-shadow:  0 0 100px #000; opacity:0;}
  5%    {text-shadow:  0 0 90px #000;}
  15%   {opacity: 1;}
  20%   {text-shadow:  0 0 0px #000;}
  80%   {text-shadow:  0 0 0px #000;}
  85%   {opacity: 1;}
  95%   {text-shadow:  0 0 90px #000;}
  100%  {text-shadow:  0 0 100px #000; opacity:0;}
}


.portfolio-item
{
  min-height: 260px;
  border: 3px solid #C6C6C6;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
