

/*-----------------------------
------ TABLE OF CONTENT -------
-------------------------------

1. imported styles
2. Global styles
3. section title Styles 
4. gallery filter Styles 
5. header Styles 
6. banner Styles 
7. about-section Styles 
8. property-highlight Styles 
9. luxury-villa Styles 
10. gallery Styles 
11. image-gallery Styles 
12. room-dimention Styles 
13. location-neighbouring Styles 
14. blogs Styles 
15. home google map Styles 
16. parallax section Styles 
17. appointment Styles 
18. footer home Styles 
19. top bar Styles 
20. header v2 Styles 
21. header inner Styles 
22. page title Styles 
23. about page content Styles 
24. property highlight text Styles 
25. call to action Styles 
26. #check-video Styles 
27.  featured option Styles 
28. contact content Styles 
29. call to action style two Styles 
30. gallery page one Styles 
31. gallery page two Styles 
32. gallery page three Styles 
33. appointment dark background Styles 
34. take a tour video box Styles 
35. featured option two Styles 
36. sliding gallery Styles 
37. two side background Styles 
38. blog page content Styles 
39. sidebar Styles 
40. pagination Styles 
41 single page content Styles 
42. right sidebar single blog post spacing fix content Styles 
43. author box Styles 
44. comment box Styles 
45. comment form Styles 
46. hidden bar Styles 
47. stricky header Styles
48. preloader  Styles  

------------------------------------------
----------------------------------------*/


/*======== imported Styles ===========*/


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url('animate.css');
@import url('hover.css');
@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('vegas.css');
@import url('flaticon.css');
@import url('jquery.fancybox.css');
@import url('owl.carousel.css');
@import url('owl.theme.default.min.css');
@import url('jquery.bxslider.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('strocke-gap-icons-style.css');
@import url('zebra-datepicker/default.css'); /*change css file name to change date picker style */
@import url('settings.css');


/** ====== 2. Global styles ====== **/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #282828;
}
body * {
  letter-spacing: .03em;
}
img {
  max-width: 100%;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.anim-3,
.anim-3-all * {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.anim-5,
.anim-5-all * {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.anim-7,
.anim-7-all * {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
/*======== preloader  Styles ===========*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/resources/preloader.gif);
}
/*======== 3. section title Styles ===========*/
.section-title-wrap {
  padding: 80px 0;
}
.section-title-wrap.gray-background {
  background: #F2F2F2;
}
.section-title-wrap .section-title {
  margin-bottom: 0;
}
.section-title-wrap .section-title p {
  margin-bottom: 0;
}
.section-title {
  margin-top: -5px;
  margin-bottom: 18px;
}
.section-title > span {
  font-size: 15px;
  color: #7E7E7E;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  line-height: 21px;
  margin-bottom: 15px;
  display: inline-block;
}
.section-title h2 {
  font-family: 'Raleway', sans-serif;
  color: #282828;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 22px;
  font-weight: 800;
  display: block;
}
.section-title h2 span {
  display: block;
}
.section-title h2:after {
  content: ' ';
  background: #d82027;
  height: 2px;
  width: 85px;
  display: inline-block;
}
.section-title p {
  font-size: 15px;
  color: #797979;
  line-height: 26px;
  margin-top: 38px;
}
/*======== 4. gallery filter Styles ===========*/
.gallery-filter {
  border-top: 1px solid  #A5A8AC;
  border-bottom: 1px solid  #A5A8AC;
  margin-top: 43px;
  margin-bottom: 30px;
}
.gallery-filter li {
  display: inline;
}
.gallery-filter li:after {
  content: '/';
  display: inline-block;
  color: #666;
  margin: 0 10px;
}
.gallery-filter li:last-child:after {
  content: '';
}
.gallery-filter li.active span,
.gallery-filter li:hover span {
  color: #d82027;
}
.gallery-filter li.active span:after,
.gallery-filter li:hover span:after,
.gallery-filter li.active span:before,
.gallery-filter li:hover span:before {
  width: 100%;
}
.gallery-filter li span {
  display: inline-block;
  font-size: 13px;
  line-height: 51px;
  color: #666666;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 10px;
  position: relative;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.gallery-filter li span:after {
  content: ' ';
  width: 0%;
  height: 1px;
  background: #d82027;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.gallery-filter li span:before {
  content: ' ';
  width: 0%;
  height: 1px;
  background: #d82027;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
/*======== 5. header Styles ===========*/
.navbar-header {
  display: inline-block;
  margin: 13px 0;
  float: none;
}
.navbar-header .navbar-toggle {
  display: block;
  margin: 0;
}
.navbar-header .navbar-toggle span {
  background: #fff;
}
header.home-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header.home-header .container-fluid {
  padding: 0;
}
header.home-header .navbar-collapse.collapse {
  display: inline-block !important;
  margin-bottom: -7px;
  padding: 0;
}
.main-menu {
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.7);
}
.main-menu .navbar-collapse > ul > li {
  float: left;
  line-height: 73px;
}
.main-menu .navbar-collapse > ul > li.current > a,
.main-menu .navbar-collapse > ul > li:hover > a {
  color: #d82027;
}
.main-menu .navbar-collapse > ul > li > a {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #d82027;
  padding: 0 18px;
}
.main-menu .navbar-collapse > ul > li:hover > ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-menu .navbar-collapse > ul > li.dropdown > a {
  position: relative;
}
.main-menu .navbar-collapse > ul > li.dropdown > a:after {
 
  font-family: 'FontAwesome';
  color: #fff;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-menu .navbar-collapse > ul > li.dropdown:hover > a:after,
.main-menu .navbar-collapse > ul > li.dropdown.current > a:after {
  color: #2A2A2A;
}
.home-header .main-menu .navbar-collapse > ul > li.dropdown:hover > a:after,
.home-header .main-menu .navbar-collapse > ul > li.dropdown.current > a:after {
  color: #d82027;
}
.stricky-fixed .main-menu .navbar-collapse > ul > li.dropdown:hover > a:after,
.stricky-fixed .main-menu .navbar-collapse > ul > li.dropdown.current > a:after {
  color: #d82027;
}
.main-menu .navbar-collapse > ul > li > ul {
  position: absolute;
  top: 200%;
  left: 0;
  width: 280px;
  background: #191919;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s cubic-bezier(0.84, 0.35, 0.39, 0.74);
          transition: all 0.5s cubic-bezier(0.84, 0.35, 0.39, 0.74);
}
.main-menu .navbar-collapse > ul > li > ul > li {
  position: relative;
  overflow: hidden;
  line-height: 36px;
}
.main-menu .navbar-collapse > ul > li > ul > li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #828282;
  position: absolute;
  left: 25px;
  top: 6px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-menu .navbar-collapse > ul > li > ul > li:hover:before {
  color: #d82027;
}
.main-menu .navbar-collapse > ul > li > ul > li > a {
  color: #828282;
  display: block;
  text-align: left;
  padding: 5px 50px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #2A2A2A;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.main-menu .navbar-collapse > ul > li > ul > li > a:hover {
  color: #d82027;
}
.main-menu .navbar-collapse > ul > li > ul > li:hover {
  overflow: visible;
}
.main-menu .navbar-collapse > ul > li > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  left: 100%;
}
.main-menu .navbar-collapse > ul > li > ul > li:hover > ul.right-align {
  left: auto;
  right: 100%;
}
.main-menu .navbar-collapse > ul > li > ul > li > ul.right-align {
  left: auto;
  right: 200%;
}
.main-menu .navbar-collapse > ul > li > ul > li > ul {
  position: absolute;
  top: 0;
  left: 200%;
  width: 280px;
  background: #2A2A2A;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s cubic-bezier(0.84, 0.35, 0.39, 0.74);
          transition: all 0.5s cubic-bezier(0.84, 0.35, 0.39, 0.74);
}
.main-menu .navbar-collapse > ul > li > ul > li > ul > li {
  position: relative;
  line-height: 36px;
  border-bottom: 1px solid #2A2A2A;
}
.main-menu .navbar-collapse > ul > li > ul > li > ul > li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #828282;
  position: absolute;
  left: 25px;
  top: 6px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-menu .navbar-collapse > ul > li > ul > li > ul > li:hover:before {
  color: #d82027;
}
.main-menu .navbar-collapse > ul > li > ul > li > ul > li > a {
  color: #828282;
  display: block;
  text-align: left;
  padding: 5px 50px;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #2A2A2A;
  font-weight: 600;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.main-menu .navbar-collapse > ul > li > ul > li > ul > li > a:hover {
  color: #d82027;
}
.main-menu .navbar-collapse > ul > li > ul.right-align {
  left: auto;
  right: 0;
}
.main-menu .navbar-collapse > ul li.dropdown > a .fa {
  display: none;
}
/*======== 6. banner Styles ===========*/
#banner {
  background-size: cover;
}
#banner .container {
  height: 100%;
}
#banner .porperty-details {
  width: 300px;
  height: 100%;
  display: block;
  background: rgba(255, 2, 0, 0.4);
}
#banner .porperty-details .border {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-bottom: 235px;
}
#banner .porperty-details .border:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 6px;
  right: 6px;
  bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  z-index: -1;
}
#banner .porperty-details .logo {
  padding-top: 65px;
  padding-bottom: 50px;
  text-align: center;
}
#banner .porperty-details .address {
  padding: 39px 0px;
  margin: 0 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#banner .porperty-details .address p {
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
}
#banner .porperty-details .options {
  padding: 44px 0px;
  margin: 0 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#banner .porperty-details .options ul li {
  font-size: 16px;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
#banner .porperty-details .price {
  padding: 37px 0px;
  margin: 0 32px;
}
#banner .porperty-details .number {
    font-family: 'PT Serif', sans-serif !important;
    font-style: italic;
}
#banner .porperty-details .price label {
  display: block;
  color: #fff;
  font-size: 25px;
  line-height: 45px;
  font-weight: 600;
}
#banner .porperty-details .price b {
  font-weight: bold;
  font-size: 38px;
  line-height: 45px;
  color: #fff;
  letter-spacing: -0.01em;
}
#banner .porperty-details a.schedule-visit {
  font-size: 18px;
  line-height: 50px;
  text-transform: uppercase;
  display: block;
  width: 196px;
  margin: auto;
  font-weight: bold;
  text-align: center;
  background: #242424;
  color: #fff;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
#banner .porperty-details a.schedule-visit-btn-2 {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  background: #242424;
  border-radius: 5px;
  padding: 13px 30px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
#banner .porperty-details a.schedule-visit-btn-2 i {
    font-size: 18px;
    color: #fff;
    margin-left: 15px;
}
#banner .porperty-details a.schedule-visit:hover {
  background: #1bc3f3;
}
#banner .porperty-details a.schedule-visit-btn-2:hover {
  background: #1bc3f3;
}
/*======== 7. about-section Styles ===========*/
#about-section {
  position: relative;
  padding: 100px 0;
}
#about-section:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ' ';
  background: #fff;
  opacity: .8;
  filter: alpha(opacity=80);
}
#about-section .img-holder {
  display: inline-block;
  position: relative;
}
#about-section .img-holder:before {
  content: ' ';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  background: url(../img/resources/image-holder-bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
#about-section p {
  font-size: 15px;
  line-height: 26px;
  color: #797979;
  margin-bottom: 15px;
}
#about-section p:last-child {
  margin-bottom: 0;
}
.room-amount {
  margin-top: 55px;
  padding-top: 50px;
  border-top: 1px solid  #E4E4E4;
  font-size: 0;
}
.room-amount li {
  display: inline-block;
  width: 25%;
}
.room-amount li i:before {
  margin: 0;
  color: #d82027;
  font-size: 54px;
}
.room-amount li h4 {
  margin-top: 8px;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #282828;
  font-size: 15px;
  font-weight: bold;
  line-height: 38px;
}
.room-amount li span {
  font-family: 'PT Serif', sans-serif;
  font-size: 32px;
  line-height: 38px;
  font-style: italic;
}
/*======== 8. property-highlight Styles ===========*/
#property-highlight {
  background: #222838;
}
#property-highlight .section-title {
  margin-bottom: 40px;
}
#property-highlight .section-title h2 {
  color: #FFFFFF;
}
#property-highlight .full-img {
  position: relative;
}
#property-highlight .full-img:hover:before {
  right: 15px;
}
#property-highlight .full-img:before {
  content: ' ';
  width: 200%;
  height: 100%;
  background: #d82027;
  opacity: .85;
  filter: alpha(opacity=85);
  z-index: 99;
  position: absolute;
  top: 0;
  right: 200%;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
#property-highlight .full-img img {
  max-width: none;
  float: right;
}
#property-highlight .property-highlight-text {
  padding-top: 80px;
  padding-left: 75px;
}
#property-highlight .single-property-highlight {
  margin-bottom: 50px;
}
#property-highlight .single-property-highlight h3 {
  color: #d82027;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 13px;
}
#property-highlight .single-property-highlight p {
  color: #9B9B9B;
  margin-bottom: 0;
}
/*======== 9. luxury-villa Styles ===========*/
#luxury-villa {
  background: #E2E2E2;
  padding: 80px 0;
}
#luxury-villa .section-title {
  margin-bottom: 0;
}
#luxury-villa p {
  font-size: 15px;
  font-style: italic;
  line-height: 26px;
  margin-bottom: 0;
}
/*======== 10. gallery Styles ===========*/
#gallery {
  padding: 80px 0 50px;
  background: #F2F2F2;
}
/*======== 11. image-gallery Styles ===========*/
.image-gallery {
  position: relative;
}
.image-gallery .single-gallery {
  padding: 0 15px;
  margin-bottom: 30px;
  float: left;
  box-sizing: border-box;
}
.image-gallery .single-gallery.mix {
  display: none;
}
.image-gallery .single-gallery.span-8 {
  width: 66.66666667%;
}
.image-gallery .single-gallery.span-6 {
  width: 50%;
}
.image-gallery .single-gallery.span-4 {
  width: 33.33333333%;
}
.image-gallery .single-gallery.span-3 {
  width: 25%;
}
.single-gallery:hover .img-holder img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.single-gallery:hover .img-holder .content .title-holder {
  opacity: 1;
  filter: alpha(opacity=100);
}
.single-gallery:hover .img-holder .content .image-view {
  top: 0%;
}
.single-gallery:hover .img-holder .content .link-view {
  bottom: 0%;
}
.single-gallery .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-gallery .img-holder img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.single-gallery .img-holder .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.single-gallery .img-holder .content .title-holder {
  display: table;
  width: 100%;
  height: 25%;
  position: absolute;
  top: 37%;
  background: rgba(255, 2, 0, 0.4);
  opacity: 0;
  filter: alpha(opacity=0);
}
.single-gallery .img-holder .content .title-holder h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
.single-gallery .img-holder .content .image-view {
  display: table;
  width: 100%;
  height: 25%;
  position: absolute;
  top: -25%;
  background: rgba(255, 2, 0, 0.4);
}
.single-gallery .img-holder .content .image-view a {
  color: #fff;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
}
.single-gallery .img-holder .content .link-view {
  display: table;
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: -25%;
  background: rgba(255, 2, 0, 0.4);
}
.single-gallery .img-holder .content .link-view a {
  color: #fff;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
}
.single-gallery .modal-content {
  display: none;
}
/*======== 12. room-dimention Styles ===========*/
#room-dimention {
  padding: 80px 0;
  background: #FFFFFF;
}
#room-dimention .gallery-filter {
  border: none;
  margin-bottom: 40px;
}
#room-dimention .gallery-filter li span {
  line-height: 30px;
}
#room-dimention .gallery-filter li span:after {
  display: none;
}
.single-room-dimention {
  display: none;
}
.single-room-dimention .img-holder {
  position: relative;
}
.single-room-dimention .img-holder:before {
  content: ' ';
  position: absolute;
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  border: 2px solid #fff;
}
.single-room-dimention .img-holder .room-size {
  display: inline-block;
  background: #fff;
  position: absolute;
  bottom: 9px;
  left: 9px;
  font-size: 20px;
  font-weight: bold;
  color: #343434;
  line-height: 55px;
  padding: 0 15px;
}
.single-room-dimention .content {
  background: #F0F0F0;
  padding: 50px 45px;
  position: relative;
  top: 50px;
  right: 41px;
}
.single-room-dimention .content:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #d82027;
}
.single-room-dimention .content h2 {
  font-size: 22px;
  color: #d82027;
  line-height: 22px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.single-room-dimention .content p {
  font-size: 15px;
  line-height: 26px;
  color: #797979;
}
.single-room-dimention .content ul li {
  font-size: 11px;
  line-height: 18px;
  color: #2B2B2B;

  font-weight: normal;
}
.single-room-dimention .content ul li .fa {
  color: #d82027;
  margin-right: 10px;
}
/*======== 13. location-neighbouring Styles ===========*/
#location-neighbouring {
  position: relative;
}
#location-neighbouring:before {
  background: #09121F;
  opacity: .92;
  filter: alpha(opacity=92);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#location-neighbouring .location-neighbouring-text {
  padding-top: 80px;
  padding-bottom: 80px;
}
#location-neighbouring .section-title {
  margin-bottom: 40px;
}
#location-neighbouring .section-title > span {
  color: #7E7E7E;
}
#location-neighbouring .section-title h2 {
  color: #FFFFFF;
}
#location-neighbouring .section-title h2:before {
  background: #d82027;
}
#location-neighbouring .essential-place li {
  border-bottom: 1px solid #133A4C;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
#location-neighbouring .essential-place li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
#location-neighbouring .essential-place li .name {
  float: left;
}
#location-neighbouring .essential-place li .name h3 {
  font-size: 15px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
#location-neighbouring .essential-place li .name p {
  font-size: 15px;
  line-height: 26px;
  color: #999999;
  margin-bottom: 0;
  font-weight: 600;
}
#location-neighbouring .essential-place li .distance {
  float: right;
  color: #999999;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
}
#location-neighbouring div.google-map {
  width: 84%;
  height: 350px;
  margin-left: 20px;
}
.testimonial-wrap {
  background: #1BB9E6;
  position: relative;
}
.testimonial-wrap .border {
  padding-top: 60px;
  padding-bottom: 79px;
  position: relative;
}
.testimonial-wrap .border:before {
  content: ' ';
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  background: url(../img/resources/double-border-bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.testimonial-wrap .owl-item img {
  display: inline;
  width: auto;
}
.testimonial-wrap .owl-theme .owl-dots {
  margin-top: 55px;
}
.testimonial-wrap .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.testimonial-wrap .owl-theme .owl-dots .owl-dot.active span,
.testimonial-wrap .owl-theme .owl-dots .owl-dot:hover span {
  border-color: #000;
}
.single-testimonail {
  text-align: center;
  padding: 0 38px;
}
.single-testimonail .qoute {
  display: block;
  color: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 90px;
  font-weight: bold;
  margin-top: 50px;
}
.single-testimonail p,
.single-testimonail .name {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
}
.single-testimonail .name {
  font-style: italic;
  text-transform: capitalize;
  font-weight: normal;
}
/*======== 14. blogs Styles ===========*/
#blogs {
  padding: 80px 0;
}
#blogs .section-title {
  margin-bottom: 47px;
}
#blogs.blog-2-col {
  padding-bottom: 50px;
}
.single-blog-post:hover .img-holder .overlay {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.single-blog-post:hover h2.title {
  color: #d82027;
}
.single-blog-post .img-holder {
  position: relative;
}
.single-blog-post .img-holder img {
  width: 100%;
}
.single-blog-post .img-holder .date {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background: #d82027;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  padding-top: 15px;
  padding-bottom: 43px;
  padding-right: 15px;
  padding-left: 20px;
  z-index: 9;
}
.single-blog-post .img-holder .date b {
  font-size: 25px;
  font-weight: bold;
  display: block;
}
.single-blog-post .img-holder .overlay {
  background: rgba(255, 2, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.single-blog-post .img-holder .overlay a {
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
}
.single-blog-post .img-holder .overlay a .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
}
.single-blog-post ul {
  padding: 19px 0 26px;
}
.single-blog-post ul li {
  display: inline;
}
.single-blog-post ul li a,
.single-blog-post ul li span {
  display: inline-block;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  color: #B5B5B5;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}
.single-blog-post ul li span:after {
  content: '|';
  color: #B5B5B5;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  margin-left: 15px;
  margin-right: 10px;
}
.single-blog-post h2.title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px;
}
.single-blog-post p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #8E8D8D;
  margin: 0;
  margin-bottom: 13px;
}
.single-blog-post > a {
  font-size: 14px;
  color: #1BC3F3;
  text-transform: uppercase;
  font-weight: bold;
}
.single-blog-post a:hover {
  color: #d82027;
}
/*======== 15. home google map Styles ===========*/
#home-footer-google-map-wrap {
  position: relative;
}
#home-footer-google-map-wrap .google-map {
  width: 100%;
  height: 420px;
}
/* globally hide the main info window from dom style */
.info-window[data-map-name] {
  display: none;
}
#home-footer-google-map-wrap .house-location {
  background: #FFFFFF;
  width: 410px;
  border-left: 13px solid #EEA814;
  padding: 25px 20px;
}
#home-footer-google-map-wrap .house-location p {
  font-size: 18px;
  line-height: 32px;
  font-family: 'PT Serif', sans-serif;
  color: #282828;
  font-style: italic;
  margin-bottom: 0;
}
/*======== 16. parallax section Styles ===========*/
.parallax-section {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
/*======== 17. appointment Styles ===========*/
#appointment {
  background: #EAEBED;
  padding: 80px 0;
}
#appointment.dark-bg {
  background: #222838;
}
#appointment.dark-bg .contact-form-wrap button {
  color: #fff;
  border-color: #1BC3F3;
  background: #1BC3F3;
}
#appointment.dark-bg .contact-form-wrap button:hover {
  background: #d82027;
  border-color: #d82027;
}
.agent-info .img-holder,
.agent-info .content {
  display: table-cell;
  vertical-align: middle;
}
.agent-info .content {
  vertical-align: top;
  padding-left: 60px;
}
.agent-info .content h3 {
  font-family: 'PT Serif', sans-serif;
  color: #444444;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin: 0;
  margin-top: 38px;
  margin-bottom: 8px;
}
.agent-info .content h3 + p {
  font-size: 14px;  
}
.agent-info .content p {
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  color: #383838;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
.contact-form-wrap h3 {
  color: #282828;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 24px;
 } 
 
#banner-style-two .make-appointment .contact-form-wrap .boton-enviar {
 background: #d82027;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border: none; 
  padding: 11px 26px;
}
.boton-enviar:hover {
 background: #2A2A2A;
  color: #fff;
	
}	

.contact-form-wrap p:last-child {
  margin-bottom: 0;
}
.contact-form-wrap input,
.contact-form-wrap textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #DFDFDF;
  display: block;
  padding-left: 20px;
  font-size: 15px;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  outline: none;
}
.contact-form-wrap textarea {
  height: 120px;
  padding-top: 10px;
}
.contact-form-wrap button {
  border: none;
  outline: none;
  color: #fff;
  background: #1BC3F3;
  font-weight: bold;
  font-family: 'Open Sans';
  font-size: 14px;
  text-transform: uppercase;
  padding: 6px 26px;
  margin-top: 10px;
}
.contact-form-wrap button:hover {
  background: #d82027;
  color: #2A2D34;
}
.contact-form-wrap input.error,
.contact-form-wrap textarea.error {
  border: 1px solid red;
}
.contact-form-wrap label.error {
  display: none !important;
}
.contact-form-wrap .success {
  font-family: 'PT Serif', sans-serif;
  color: #1BC3F3;
  font-style: italic;
  font-size: 18px;
  line-height: 21px;
}
/*======== 18. footer home Styles ===========*/
footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #d82027;
}
.footer-menu ul {
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.footer-menu ul li {
  display: inline;
}
.footer-menu ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans';
  text-transform: uppercase;
  line-height: 50px;
  padding: 0 15px;
}
.footer-menu ul li a:hover {
  color: #fff;
}
footer p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  line-height: 50px;
}
/*======== header v2 Styles ===========*/
.header-v2-wrap.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
/*======== 19. top bar Styles ===========*/
#top-bar {
  background: #2A2A2A;
  padding: 15px 0;
}
#top-bar .call-back a {
  color: #fff;
  font-style: italic;
  font-family: 'PT Serif', sans-serif;
  font-size: 18px;
}
#top-bar .call-back a:hover {
  color: #d82027;
}

.b14-listados{
	max-widht: 600px;
	width: 95%;
	margin: auto;
	font-size: 0;
	text-align:center;
	

}
.b14-listados ul{
	
	text-align:left;
	}

.b14-listados li{
	width: 50%;
	text-align: left;
	display: inline-block;
	vertical-align:top;
	margin-bottom:30px;
	padding-right:10px;
	box-sizing:border-box;
}
.b14 item{
	position: relative;
	width: 100%;
	padding-left:50px;
	 webkit box sizing: border box;
	 moz box sizing: border box;
	box-sizing: border-box;
}	

.b14 text{
	font-size: 14px;
	padding-top: 7px;
	font-family: 'PT Serif', sans-serif;
	
}	

.b14 img{
	width: 33PX;
	height: 33px;
	 webkit border radius: 100%;
	border radius: 100%;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	 webkit border radius: 100%;
	border-radius: 100%;

}

#top-bar .call-back .fa {
  background: #fff;
  color: #2A2A2A;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  border-radius: 5px;
  text-align: center;
  line-height: 28px;
}
#top-bar .contact-info li {
  display: inline;
}
#top-bar .contact-info li:last-child {
  padding-right: 0;
}
#top-bar .contact-info li a {
  display: inline-block;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  padding: 0 15px;
}
#top-bar .contact-info li a:hover {
  color: #d82027;
}
#top-bar .contact-info li a .fa {
  font-size: 18px;
  margin-right: 10px;
}
/*======== header inner Styles ===========*/
.header-inner {
  background: #fff;
}
.header-inner .logo {
  margin-top: 21px;
  margin-bottom: 21px;
}
.header-inner .main-menu {
  background-color: transparent;
}
.header-inner .navbar-collapse.collapse {
  display: inline-block !important;
  margin-bottom: -7px;
  padding: 0;
}
.header-inner .navbar-collapse > ul > li {
  line-height: 100px;
}
.header-inner .main-menu .navbar-collapse > ul > li.current > a,
.header-inner .main-menu .navbar-collapse > ul > li:hover > a {
  color: #2A2A2A;
}
.header-inner .navbar-header {
  margin: 27px 0;
}
/*======== page title Styles ===========*/
#page-title {
  background-size: cover;
  background-position: center center;
  padding: 135px 0 90px 0;
}
#page-title h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  background: #2A2A2A;
  border-bottom: 4px solid  #ECAC48;
  display: inline-block;
  font-weight: bold;
  padding: 9px 45px;
}
/*======== about page content Styles ===========*/
#about-page-content {
  padding: 80px 0;
}
.about-page-text .section-title h2 {
  margin-bottom: 40px;
}
.about-page-text p {
  color: #808080;
  margin-bottom: 28px;
}
.about-page-text p:last-child {
  margin-bottom: 0;
}
/*======== property highlight text Styles ===========*/
.property-highlight-text ul.facility-list {
  display: table-cell;
  padding-right: 120px;
}
.property-highlight-text ul.facility-list:last-child {
  padding-right: 0;
}
.property-highlight-text ul.facility-list li {
  color: #282828;
  font-weight: 600;
  line-height: 38px;
}
.property-highlight-text ul.facility-list li .fa {
  font-size: 15px;
  color: #808080;
  margin-right: 10px;
}
#property-highlight.about-page {
  background: #F1F1F1;
}
#property-highlight.about-page .section-title > span {
  color: #7E7E7E;
}
#property-highlight.about-page .section-title h2 {
  color: #282828;
}
/*======== call to action Styles ===========*/
.call-to-action {
  background: #d82027;
  padding: 70px 0;
}
.call-to-action .call-to-action.style-two {
  margin-top: 60px;
}
.call-to-action .call-to-action.style-two button {
  background: #fff;
}
.call-to-action .call-to-action.style-two button:hover {
  background: #d82027;
  color: #fff;
}
.call-to-action.on-footer-home .call-to-action.style-two button:hover {
  background: #2A2A2A;
}
.call-to-action-text h1 {
  color: #282828;
  font-size: 38px;
  line-height: 40px;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  font-weight: normal;
  margin: 0;
}
.call-to-action-button button {
  border: none;
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #6A6A6A;
  font-size: 18px;
  font-family: 'PT Serif', sans-serif;
  padding: 9px 41px;
}
.call-to-action-button button:hover {
  background: #6A6A6A;
  color: #fff;
}
/*======== #check-video Styles ===========*/
#check-video {
  padding: 80px 0;
}
.check-video-box .img-holder {
  position: relative;
}
.check-video-box .img-holder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .65;
  filter: alpha(opacity=65);
  z-index: 3;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.check-video-box .img-holder:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.check-video-box .img-holder .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  text-align: center;
}
.check-video-box .img-holder .content a {
  display: table;
  color: #fff;
  width: 100%;
  height: 100%;
}
.check-video-box .img-holder .content .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 90px;
}
.check-video-text {
  padding-left: 115px;
}
.check-video-text p {
  color: #808080;
  font-size: 16px;
  font-style: italic;
  font-family: 'PT Serif', sans-serif;
  margin-top: 50px;
}
.check-video-text a {
  color: #000000;
  border: 1px solid #7C7C7C;
  display: inline-block;
  padding: 10px 33px;
  font-size: 18px;
  font-style: italic;
  font-family: 'PT Serif', sans-serif;
  margin-top: 44px;
}
.check-video-text a:hover {
  background: #d82027;
  border-color: #d82027;
  color: #fff;
}
/*======== featured option Styles ===========*/
.featured-option {
  background: #F1F1F1;
  padding: 100px 0;
}
.single-featured-option .icon-holder,
.single-featured-option .content {
  display: table-cell;
}
.single-featured-option .icon-holder .fa {
  color: #25B5FF;
  font-size: 22px;
  border: 2px solid #25B5FF;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
}
.single-featured-option .content {
  vertical-align: top;
  padding-left: 20px;
}
.single-featured-option .content h4 {
  color: #383838;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}
.single-featured-option .content p {
  margin-top: 15px;
  color: #969595;
}
/*======== contact content Styles ===========*/
.contact-content {
  padding: 80px 0;
}
.contact-content .section-title {
  margin-bottom: 45px;
}
.contact-content .contact-form-wrap button {
  border: 1px solid #9C9C9C;
  background-color: transparent;
  color: #2A2A2A;
}
.contact-content .contact-form-wrap button:hover {
  border-color: #d82027;
  background: #d82027;
  color: #fff;
}
.contact-content .contact-form-wrap input,
.contact-content .contact-form-wrap textarea {
  height: 47px;
  margin-bottom: 10px;
}
.contact-content .contact-form-wrap textarea {
  height: 195px;
}
.contact-content .agent-info {
  padding: 35px 0;
  background: #F1F1F1;
  position: relative;
}
.contact-content .agent-info:before {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  content: '';
  border: 1px solid #fff;
  z-index: 1;
}
.contact-content .agent-info img {
  margin-bottom: 30px;
}
.contact-content .agent-info .social-icons ul {
  margin-top: 20px;
  position: relative;
  z-index: 99;
}
.contact-content .agent-info .social-icons ul li {
  display: inline;
}
.contact-content .agent-info .social-icons ul li a {
  display: inline-block;
  color: #2A2A2A;
  font-size: 16px;
  margin: 0 7.5px;
}
.contact-content .agent-info .social-icons ul li a:hover {
  color: #d82027;
}
.contact-content .agent-info .content {
  display: block;
  padding: 0;
  position: relative;
  z-index: 99;
}
.contact-content .agent-info .content h3,
.contact-content .agent-info .content p {
  margin: 0;
}
.contact-content .agent-info .content h3 {
  margin-bottom: 5px;
}
.contact-content .agent-info .content p {
  margin-bottom: 0px;
}
.contact-content .agent-info .content p.certificate {
  margin-bottom: 5px;
}
/*======== call to action style two Styles ===========*/
.contact-content .call-to-action {
  margin-top: 70px;
}
.call-to-action.style-two {
  background: #222838;
  padding-top: 28px;
  padding-bottom: 30px;
}
.call-to-action.style-two .call-to-action-text {
  padding-left: 35px;
}
.call-to-action.style-two h2 {
  color: #fff;
  font-size: 30px;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  margin: 0;
  margin-bottom: 5px;
}
.call-to-action.style-two p {
  color: #959595;
  font-size: 16px;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  margin: 0;
}
.call-to-action.style-two button {
  font-size: 16px;
  text-transform: uppercase;
  color: #141414;
  font-weight: bold;
  background: #d82027;
  border: none;
  outline: none;
  padding: 11px 41px;
  margin-top: 8px;
}
.call-to-action.style-two button:hover {
  background: #fff;
}
/*======== gallery page one Styles ===========*/
#gallery.gallery-page-one {
  padding-top: 50px;
  padding-bottom: 50px;
}
/*======== gallery page two Styles ===========*/
#gallery.gallery-page-two {
  padding-top: 50px;
  padding-bottom: 0px;
}
.gallery-page-two .image-gallery .single-gallery {
  margin: 0;
  padding: 0;
}
.gallery-page-two .image-gallery .single-gallery .img-holder {
  display: block;
}
.gallery-page-two .image-gallery .single-gallery img {
  width: 100%;
  height: 100%;
}
/*======== gallery page three Styles ===========*/
#gallery.gallery-page-three {
  padding-top: 0px;
  padding-bottom: 50px;
}
#gallery.gallery-page-three .gallery-filter {
  margin-top: 0;
}
.gallery-page-three .image-gallery .single-gallery:hover .img-holder img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.gallery-page-three .image-gallery .single-gallery:hover .img-holder .content .title-holder {
  background: #d82027;
}
.gallery-page-three .image-gallery .single-gallery:hover .img-holder .content .title-holder h4 {
  color: #fff;
}
.gallery-page-three .image-gallery .single-gallery:hover .img-holder .content .link-view {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery-page-three .image-gallery .single-gallery .img-holder {
  display: block;
  text-align: right;
  padding-bottom: 20px;
}
.gallery-page-three .image-gallery .single-gallery .img-holder .content .image-view {
  background: rgba(0, 0, 0, 0.65);
}
.gallery-page-three .image-gallery .single-gallery .img-holder .content .link-view {
  top: 24.8%;
  bottom: auto;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  filter: alpha(opacity=0);
  height: 69%;
}
.gallery-page-three .image-gallery .single-gallery .img-holder .content .title-holder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-align: left;
  width: 100%;
  height: 60px;
  left: 60px;
  top: auto;
  display: block;
  background: #2A2A2A;
  bottom: 0;
  z-index: 3;
  padding-left: 30px;
}
.gallery-page-three .image-gallery .single-gallery .img-holder .content .title-holder h4 {
  display: block;
  line-height: 60px;
  font-size: 16px;
  color: #7E7E7E;
}
/*======== appointment dark background Styles ===========*/
#appointment.dark-background {
  background: #222838;
}
#appointment.dark-background .section-title h2 span,
#appointment.dark-background .contact-form-wrap h3 {
  color: #fff;
}
#appointment.dark-background .agent-info .content h3,
#appointment.dark-background .agent-info .content p {
  color: #D0D0D0;
}
/*======== take a tour video box Styles ===========*/
.take-a-tour-video-box {
  padding: 80px 0;
}
.take-a-tour-video-box .check-video-box {
  margin-top: 47px;
}
.take-a-tour-video-box .room-amount {
  border: none;
  width: 88%;
  margin: auto;
  margin-top: 65px;
}
/*======== featured option two Styles ===========*/
.featured-option.style-two {
  padding-bottom: 0;
}
.featured-option.style-two .section-title {
  margin-bottom: 45px;
}
.featured-option.style-two .icon-holder {
  width: 100px;
}
.featured-option.style-two .content {
  padding-left: 30px;
}
.featured-option.style-two .content h4 {
  font-size: 16px;
}
.featured-option.style-two .content p {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 10px;
}
.featured-option.style-two .single-featured-option {
  margin-bottom: 80px;
}
/*======== sliding gallery Styles ===========*/
.sliding-gallery {
  padding-top: 80px;
}
.sliding-gallery.dark-bg {
  background: #F2F2F2;
}
#gallery.sliding-gallery {
  padding-bottom: 0;
}
.sliding-gallery .bx-wrapper {
  margin: 0;
}
.sliding-gallery .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  margin: 0;
  padding: 0;
}
.sliding-gallery .section-title {
  margin-bottom: 45px;
}
.sliding-gallery .image-gallery .single-gallery {
  padding: 0;
  margin: 0;
}
.sliding-gallery .image-gallery .single-gallery .img-holder {
  display: block;
}
/*======== two side background Styles ===========*/
.two-side-background {
  position: relative;
  background: #F9F9F9;
  overflow: hidden;
}
.two-side-background.dark-bg {
  background: #2A2A2A;
}
.two-side-background [class*='white-'] {
  position: relative;
  z-index: 99;
}
.two-side-background [class*='white-']:after {
  content: '';
  width: 2000px;
  position: absolute;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.two-side-background .white-right:after {
  left: -15px;
}
.two-side-background .white-left:after {
  right: -15px;
}
/*======== blog page content Styles ===========*/
.blog-container.blog-2-col .row {
  margin-left: -20px;
  margin-right: -20px;
}
.blog-container.blog-2-col .single-blog-post {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 50px;
}
.blog-container .ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.blog-container .right-side .single-blog-post {
  margin-left: 20px;
}
.blog-container .single-blog-post {
  margin-bottom: 80px;
}
.blog-container .single-blog-post .post-meta .title-holder ul {
  padding: 0;
}
.blog-container .single-blog-post .post-meta h2 {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
}
.blog-container .single-blog-post .img-holder {
  display: inline-block;
}
.blog-container .single-blog-post .post-meta {
  margin: 40px 0 32px;
}
.blog-container .single-blog-post .post-meta .date-holder,
.blog-container .single-blog-post .post-meta .title-holder {
  display: table-cell;
}
.blog-container .single-blog-post .post-meta .date-holder {
  text-align: center;
  background: #2A2A2A;
  color: #fff;
  border-bottom: 4px solid  #d82027;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 15px;
}
.blog-container .single-blog-post .post-meta .date-holder b {
  font-size: 25px;
  font-weight: bold;
  display: block;
}
.blog-container .single-blog-post .post-meta .title-holder {
  padding-left: 30px;
  vertical-align: top;
}
.blog-container .single-blog-post .post-meta .title-holder ul {
  padding-top: 5px;
}
.blog-container .single-blog-post .post-meta .title-holder ul li:last-child a:after {
  display: none;
}
.blog-container .single-blog-post .post-meta .title-holder ul li a:after {
  content: '|';
  display: inline-block;
  padding: 0 13px;
  color: #B5B5B5;
}
.blog-container .single-blog-post a.read-more {
  text-transform: capitalize;
  display: inline-block;
  color: #2A2A2A;
  font-size: 15px;
  line-height: 20px;
  padding: 7px 28px;
  border: 1px solid #2A2A2A;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  margin-top: 10px;
}
.blog-container .single-blog-post a.read-more:hover {
  color: #fff;
  background: #d82027;
  border-color: #d82027;
}
/*======== sidebar Styles ===========*/
.sidebar-wrap {
  padding-left: 50px;
}
.sidebar-wrap.left-side {
  padding: 0;
  padding-right: 50px;
}
.single-sidebar {
  margin-bottom: 50px;
}
.single-sidebar:last-child {
  margin-bottom: 0;
}
.single-sidebar h3 {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 22px;
}
.single-sidebar h3 span {
  display: block;
  margin-bottom: -5px;
}
.single-sidebar h3:after {
  content: '';
  width: 35px;
  height: 2px;
  background: #d82027;
  display: inline-block;
  margin-top: -5px;
}
.single-sidebar form {
  background: #2A2A2A;
  width: 100%;
  height: 45px;
}
.single-sidebar form input {
  border: none;
  outline: none;
  width: 87%;
  height: 100%;
  background: none;
  line-height: 45px;
  padding-left: 20px;
  color: #ccc;
}
.single-sidebar form button {
  border: none;
  background: none;
  outline: none;
  color: #CCCCCC;
  font-size: 16px;
  line-height: 45px;
}
.single-sidebar .categories li a {
  color: #808080;
  font-size: 14px;
  line-height: 44px;
  display: block;
  border-bottom: 1px solid #E1E1E1;
  position: relative;
}
.single-sidebar .categories li a:hover {
  color: #d82027;
}
.single-sidebar .categories li a:hover:before {
  color: #d82027;
}
.single-sidebar .categories li:last-child a {
  border: none;
}
.single-sidebar .categories li a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #808080;
  margin-right: 15px;
}
.single-sidebar .popular-post li {
  margin-bottom: 30px;
}
.single-sidebar .popular-post li:last-child {
  margin-bottom: 0;
}
.single-sidebar .popular-post .img-holder {
  width: 120px;
}
.single-sidebar .popular-post .img-holder,
.single-sidebar .popular-post .content {
  display: table-cell;
}
.single-sidebar .popular-post .content {
  vertical-align: top;
  padding-left: 30px;
}
.single-sidebar .popular-post li h4 {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.single-sidebar .popular-post li h4 a {
  color: #000;
  text-transform: uppercase;
}
.single-sidebar .popular-post li h4 a:hover {
  color: #d82027;
}
.single-sidebar .popular-post span {
  color: #999999;
  font-size: 13px;
  line-height: 29px;
}
.single-sidebar .tag-cloud {
  font-size: 0;
  margin-bottom: -10px;
}
.single-sidebar .tag-cloud li {
  display: inline-block;
}
.single-sidebar .tag-cloud li a {
  display: block;
  font-size: 13px;
  color: #A3A3A3;
  text-transform: uppercase;
  border: 1px solid #E2E2E2;
  padding: 7px 22px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.single-sidebar .tag-cloud li a:hover {
  background: #d82027;
  color: #fff;
  border-color: #d82027;
}
.single-sidebar .agent-box {
  position: relative;
  display: inline-block;
  text-align: center;
}
.single-sidebar .agent-box:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 2px solid #fff;
}
.single-sidebar .agent-box .name {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.single-sidebar .agent-box .name h4 {
  display: inline-block;
  color: #fff;
  font-family: 'PT Serif';
  font-style: italic;
  font-size: 16px;
  background: rgba(22, 22, 22, 0.7);
  padding: 7px 45px;
}
.single-sidebar .villa-features {
  font-size: 0;
  margin-bottom: -30px;
}
.single-sidebar .villa-features li {
  display: inline-block;
  width: 120px;
  text-align: center;
  margin-right: 30px;
  padding: 10px 0;
  margin-bottom: 30px;
  border: 1px solid #fff;
  background: #fff;
}
.single-sidebar .villa-features i:before {
  margin: 0;
  color: #d82027;
  font-size: 54px;
  display: block;
  margin-top: 20px;
}
.single-sidebar .villa-features h4 {
  margin-top: 20px;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #282828;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}
.single-sidebar .villa-features span {
  font-family: 'PT Serif', sans-serif;
  font-size: 32px;
  line-height: 38px;
  font-style: italic;
}
.dark-bg .single-sidebar h3 {
  color: #fff;
}
.dark-bg .single-sidebar .categories li a {
  color: #A2A2A2;
  border-color: #515151;
}
.dark-bg .single-sidebar .categories li a:before {
  color: #a2a2a2;
}
.dark-bg .single-sidebar .categories li a:hover:before {
  color: #d82027;
}
.dark-bg .single-sidebar .categories li a:hover {
  color: #d82027;
}
.dark-bg .single-sidebar .popular-post li span {
  color: #d82027;
}
.dark-bg .single-sidebar .popular-post li h4 a {
  color: #A2A2A2;
}
.dark-bg .single-sidebar .popular-post li h4 a:hover {
  color: #d82027;
}
.dark-bg .single-sidebar form {
  background: #212121;
}
.dark-bg .single-sidebar .tag-cloud li a {
  border-color: #515151;
  color: #A2A2A2;
  background: #212121;
}
.dark-bg .single-sidebar .tag-cloud li a:hover {
  color: #fff;
  background: #d82027;
  border-color: #d82027;
}
.dark-bg .single-sidebar .villa-features li {
  background: #212121;
  border-color: #515151;
}
.dark-bg .single-sidebar .villa-features h4 {
  color: #fff;
}
.dark-bg .single-sidebar .villa-features span {
  color: #fff;
}
/*======== pagination Styles ===========*/
.right-side .pagination {
  padding-left: 20px;
}
.pagination {
  display: block;
}
.pagination ul {
  font-size: 0;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li span,
.pagination ul li a {
  color: #2A2A2A;
  border: 1px solid #2a2a2a;
  font-size: 15px;
  line-height: 20px;
  padding: 7px 15px;
  margin-right: 15px;
  font-family: 'PT Serif';
  font-style: italic;
}
.pagination ul li a:hover {
  background: #d82027;
  border-color: #d82027;
  color: #fff;
}
.pagination ul li span {
  background: #2A2A2A;
  color: #fff;
}
/*======== single page content Styles ===========*/
.blog-container .single-blog-post.single-page-content {
  margin-bottom: 0;
}
.single-page-content .dt {
  display: table;
}
.single-page-content .dtc {
  display: table-cell;
  vertical-align: middle;
}
.single-page-content .image-content-holder {
  width: 68%;
}
.single-page-content .image-content-holder p {
  margin-bottom: 30px;
}
.single-page-content .image-content-holder p:last-child {
  margin-bottom: 0;
}
.single-page-content hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border-color: #d4d4d4;
}
.single-page-content .left-content .image-content-holder {
  padding-left: 30px;
}
.single-page-content .right-content .image-content-holder {
  padding-right: 30px;
}
.single-page-content ul.list-item {
  padding-top: 0;
  padding-bottom: 50px;
  padding-right: 100px;
}
.single-page-content ul.list-item:last-child {
  padding-right: 0;
}
.single-page-content h3 {
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
.single-page-content ul.list-item.style-two li {
  color: #d82027;
}
.single-page-content ul.list-item.style-two li:before {
  content: '\f105';
}
.single-page-content ul.list-item li {
  display: block;
  color: #6D6D6D;
  font-style: italic;
  line-height: 34px;
}
.single-page-content ul.list-item li:before {
  content: '\f0a9';
  font-family: 'FontAwesome';
  color: #d82027;
  font-size: 16px;
  margin-right: 10px;
  font-style: normal;
}
.quote-box {
  background: #F7F7F7;
  padding: 20px 18px 20px 30px;
}
.quote-box p {
  color: #8E8D8D;
  margin: 0;
}
.quote-box .quote-content {
  padding-top: 20px;
}
.quote-box span.name {
  text-align: right;
  display: block;
  font-style: italic;
  color: #d82027;
}
.quote-box i.dtc {
  vertical-align: top;
  color: #6CC3E4;
  font-size: 55px;
  padding-right: 20px;
}
/*======== right sidebar single blog post spacing fix content Styles ===========*/
.blog-container .left-content .single-blog-post {
  margin-right: 20px;
}
/*======== author box Styles ===========*/
.author-box {
  margin-top: 40px;
}
.author-box .top-author-info {
  background: #2A2A2A;
  padding: 25px;
}
.author-box .top-author-info-content {
  padding-left: 30px;
}
.author-box p {
  color: #A3A3A3;
  line-height: 26px;
  margin: 0;
}
.author-box h4 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.author-box h4 span {
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
}
.author-box .img-holder {
  width: 122px;
}
.author-box .img-holder img {
  border-radius: 50%;
}
.author-box .bottom-author-info {
  padding: 0 20px 0 30px ;
  padding-top: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid  #EEE;
  border-left: 1px solid  #EEE;
  border-right: 1px solid  #EEE;
}
.author-box .submitted-post {
  float: left;
  display: inline-block;
}
.author-box .submitted-post span {
  color: #A3A3A3;
}
.author-box .social-icons {
  float: right;
  display: inline-block;
}
.author-box .social-icons ul {
  position: relative;
  z-index: 99;
  padding: 0;
  text-align: right;
  display: block;
}
.author-box .social-icons ul li {
  display: inline;
  font-size: 0;
}
.author-box .social-icons ul li a {
  display: inline-block;
  color: #2A2A2A;
  font-size: 16px;
  margin: 0 7.5px;
}
.author-box .social-icons ul li a:hover {
  color: #d82027;
}
/*======== comment box Styles ===========*/
.comment-box {
  margin-top: 40px;
  margin-bottom: 50px;
}
.comment-box h3 {
  margin-bottom: 35px;
}
.comment-box .comment-holder {
  border: 1px solid #EEEEEE;
}
.comment-box .single-comment {
  border-bottom: 1px solid #EEEEEE;
  padding: 25px;
}
.comment-box .single-comment:last-child {
  border: none;
}
.comment-box .single-comment:nth-child(even) {
  background: #FCFCFC;
}
.comment-box .single-comment h4 {
  margin: 0;
  color: #383838;
  font-size: 13px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
}
.comment-box .single-comment p {
  margin: 0;
  color: #8E8D8D;
}
.comment-box .single-comment ul {
  padding: 0;
  margin: 0;
}
.comment-box .single-comment ul li:last-child:after {
  display: none;
}
.comment-box .single-comment ul li:after {
  content: '|';
  color: #6CC1E2;
  font-size: 13px;
  padding: 7.5px;
  display: inline-block;
}
.comment-box .single-comment ul li a.date {
  color: #6CC1E2;
}
.comment-box .single-comment ul li a {
  font-family: 'Open Sans';
  font-size: 13px;
  font-style: normal;
  color: #d82027;
}
.comment-box .single-comment .img-holder {
  display: table-cell;
  width: 70px;
  vertical-align: top;
}
.comment-box .single-comment .content {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px;
}
/*======== comment form Styles ===========*/
.comment-form {
  margin-top: 40px;
}
.comment-form h3 {
  margin-bottom: 35px;
}
.comment-form form {
  background: #F8F8F8;
  padding: 50px 25px;
}
.comment-form form .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.comment-form form p {
  margin-bottom: 20px;
}
.comment-form form .half {
  width: 50%;
  padding: 0 15px;
  float: left;
}
.comment-form form input {
  width: 100%;
  height: 45px;
  border: 1px solid #EEEEEE;
  outline: none;
  padding: 0 20px;
}
.comment-form form textarea {
  width: 100%;
  border: 1px solid #EEEEEE;
  outline: none;
  padding: 10px 20px;
  height: 170px;
}
.comment-form form button {
  text-transform: capitalize;
  display: inline-block;
  color: #2A2A2A;
  font-size: 15px;
  line-height: 20px;
  padding: 9px 43px;
  border: 1px solid #2A2A2A;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  background-color: #fff;
}
.comment-form form button:hover {
  color: #fff;
  background: #d82027;
  border-color: #d82027;
}
/*======== hidden bar Styles ===========*/
.hidden-bar {
  position: fixed;
  top: 0;
  right: -150%;
  width: 350px;
  height: 100%;
  background: #212121;
  z-index: 9999;
}
.hidden-bar .hidden-bar-closer {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -20px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  z-index: 999999;
}
.hidden-bar .hidden-bar-closer:hover {
  background: #fff;
}
.hidden-bar .hidden-bar-closer:hover .btn {
  color: #d82027;
}
.hidden-bar .hidden-bar-closer .btn {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 17px;
}
.hidden-bar-wrapper {
  height: 100%;
}
.hidden-bar .logo {
  padding: 75px 0 105px;
}
.hidden-bar .main-menu {
  background-color: transparent;
  padding: 0;
}
.hidden-bar .main-menu ul li ul a {
  background: #161616;
}
.hidden-bar .main-menu ul li ul li ul li a {
  background: #1C1C1C;
}
.hidden-bar .main-menu a.current {
  color: #d82027;
}
.hidden-bar .main-menu li.current > a {
  color: #d82027;
}
.hidden-bar .main-menu ul li a {
  background: #212121;
  color: #fff;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 1px solid #2B2B2B;
  border-bottom: 1px solid #2B2B2B;
  padding: 10px 0;
  position: relative;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.hidden-bar .main-menu ul li a:hover {
  background: #1C1C1C;
  color: #d82027;
}
.hidden-bar .main-menu ul li a .btn.expander {
  background: #161616;
  color: #fff;
  border: 1px solid #2B2B2B;
  padding: 3px 10px;
  font-size: 10px;
  border-radius: 7px;
  position: absolute;
  top: 10px;
  right: 35px;
  outline: none;
}
/*======== stricky header Styles ===========*/
.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.stricky-fixed #top-bar {
  display: none;
  visibility: hidden;
}
.stricky-fixed .header-inner .navbar-collapse > ul > li {
  line-height: 72px;
}
.stricky-fixed .header-inner .navbar-header {
  margin: 13px 0;
}
.stricky-fixed .header-inner .logo {
  margin-top: 14px;
  margin-bottom: 14px;
}
.stricky-fixed .header-inner .logo img {
  width: 150px;
}
.stricky-fixed .header-inner {
  background: rgba(232, 162, 12, 0.8);
  background: rgba(42, 42, 42, 0.8);
  background: #fff;
  box-shadow: 0px -1px 14px 0px #c6c6c6;
}
.stricky-fixed .header-inner .main-menu .navbar-collapse > ul > li.current > a,
.stricky-fixed .header-inner .main-menu .navbar-collapse > ul > li:hover > a {
  color: #d82027;
}



/*======== header v3 update Styles ===========*/

.header-inner.header-v3 {
    background: #fff;
    border-bottom: 1px solid #EBEBEB;
}
.header-v3 .main-menu .navbar-collapse > ul > li > a {
  color: #2A2A2A;
}
.header-v3 .main-menu .navbar-collapse > ul > li.dropdown > a:after {
  color: #2A2A2A;
}
.header-v3 .main-menu .navbar-collapse > ul > li.dropdown:hover > a:after,
.header-v3 .main-menu .navbar-collapse > ul > li.dropdown.current > a:after {
  color: #E6A213;
}
.header-v3 .navbar-header .navbar-toggle span {
  background: #2A2A2A;
}
.header-inner.header-v3 .main-menu .navbar-collapse > ul > li.current > a, 
.header-inner.header-v3 .main-menu .navbar-collapse > ul > li:hover > a {
  color: #E6A213;
}


/*======== banner style two Styles ===========*/


#banner.style-two .porperty-details .address,
#banner.style-two .porperty-details .options {
    border-color: #000000;
}
#banner.style-two .porperty-details .address {
  border-top: 0;
}
#banner.style-two .porperty-details {
  position: relative;
  padding-top: 115px;
  padding-bottom: 160px;
}
#banner.style-two .porperty-details .clearfix {
  position: relative;
}
#banner.style-two .porperty-details:before {
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2000px;
  background: #2A2A2A url(../img/resources/banner-bg.jpg) no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
#banner.style-two .porperty-details .address p {
  font-size: 20px;
  font-weight: 600;
}
#banner.style-two .porperty-details .number {
  font-family: 'PT Serif', sans-serif !important;
  font-style: italic;
}
#banner.style-two .porperty-details .options ul li {
  font-size: 20px;
  font-weight: bold;
}
#banner.style-two .porperty-details .price b.price-number {
  color: #d82027;
  font-size: 46px;
  font-weight: normal;
}
#banner.style-two .porperty-details a.schedule-visit {
  background: #d82027;
  margin-left: 32px;
}
#banner.style-two .porperty-details a.schedule-visit:hover {
  background: #1BC3F3;
}


/* single agent page style */

.about-agent {
  padding: 80px 0;
}
.about-agent p {
    font-size: 14px;
    line-height: 26px;
    color: #808080;
    letter-spacing: .03em;
    margin-bottom: 15px;
}
.about-agent .agent-info-text {
  padding-left: 70px;
}

.about-agent .contact-button ul {
  margin-top: 35px;
  margin-left: 26px;
}
.about-agent .contact-button ul li {
  background: #F1F1F1;
  margin-bottom: 30px;
  border: 1px solid #DFDFDF;
  padding: 6px 0;
  width: 350px;
  display: block;
}
.about-agent .contact-button ul li:before {
  background: #d82027;
}
.about-agent .contact-button ul li:hover .text {
  color: #fff;
}
.about-agent .contact-button ul li:last-child {
  margin-bottom: 0;
}
.about-agent .contact-button ul li .icon-box {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  right: 26px;
}
.about-agent .contact-button ul li i {
  width: 50px;
  height: 50px;
  background: #d82027;
  color: #fff;
  border: 4px solid #fff;
  text-align: center;
  font-size: 30px;
  line-height: 46px;
  border-radius: 50%;
  
}
.about-agent .contact-button ul li i.fa-envelope-o {
  font-size: 24px;
  line-height: 38px;
}
.about-agent .contact-button ul li .text {
  display: table-cell;
  color: #595959;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  font-size: 20px;
  line-height: 35px;
  vertical-align: middle;
}
.about-agent ul.practice-areas li {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 37px;
  color: #777777;
}
.about-agent .section-title.style-two {
  margin-top: 50px;
}
.about-agent .section-title.style-two h2 {
  font-size: 18px;
  color: #3B3946;
}
.about-agent .img-holder {
  position: relative;
  text-align: center;
}
.about-agent .img-holder:before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 3px solid rgba(255,255,255,.8);
}
.about-agent .img-holder .social-icons {
  position: absolute;
  bottom: 13px;
  left: 0;
  text-align: center;
  width: 100%;
}
.about-agent .img-holder .social-icons ul {
  display: inline-block;
  background: #F9F8F8;
  padding: 12px 15px;
}
.about-agent .img-holder .social-icons ul li {
  font-size: 0;
  display: inline;
  vertical-align: bottom;
}
.about-agent .img-holder .social-icons ul li a {
  display: inline-block;
  font-size: 20px;
  color: #2E2E2E;
  line-height: 30px;
  margin: 0 15px;
}
.about-agent .img-holder .social-icons ul li a:hover {
  color: #d82027;
}

/* agent-experience style */

.agent-experience {
  background: #F3F3F1 url(../img/resources/gray-texture.jpg) repeat 0 0;
  padding: 80px 0;
}
.agent-experience p {
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.agent-experience p:last-child {
  margin-bottom: 0;
}
.agent-experience p b {
  color: #656565;
  font-size: 18px;
  font-style: italic;
}


/* agent interview style */

.agent-interview {
  padding: 80px 0;
}
.agent-interview p {
  color: #808080;
  font-size: 16px;
  font-family: 'PT Serif';
  font-style: italic;
  line-height: 30px;
  margin-top: 40px;
}
.agent-interview a.btn {
  color: #535353;
  font-size: 18px;
  font-family: 'PT Serif';
  font-style: italic;
  line-height: 32px;
  margin-top: 46px;
  display: inline-block;
  border: 1px solid #6A6A6A;
  border-radius: 0;
  padding: 6px 27px;
}


.agent-interview .img-holder {
  position: relative;
  display: inline-block;
}
.agent-interview .img-holder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .4;
  filter: alpha(opacity=40);
  z-index: 3;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.agent-interview .img-holder:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.agent-interview .img-holder .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  text-align: center;
}
.agent-interview .img-holder .content a {
  display: table;
  color: #fff;
  width: 100%;
  height: 100%;
}
.agent-interview .img-holder .content .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 90px;
  opacity: .1;
}
.agent-interview .img-holder .content:hover .fa {
  opacity: 1;
}

.contact-agent {
  background: #F4F4F4;
}
.contact-agent .contact-form-wrap {
  width: 65.65%;
  margin: auto;
  text-align: center;
}





/* #banner-style-two style */

#banner-style-two {
  padding: 130px 0;
  position: relative;
  background: #fff url(../img/banner-style-two/1.jpg) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#banner-style-two:before {
  content: '';
  background: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
#banner-style-two .container {
  position: relative;
  z-index: 99;
}
#banner-style-two .make-appointment {
  width: 325px;
  padding: 0 30px;
  background: rgba(239,241,242,.9);
}
#banner-style-two .make-appointment .top-header {
  margin-left: -30px;
  margin-right: -30px;
  text-align: center;
  border-top: 2px solid #d82027;
  background: #d82027;
}
#banner-style-two .make-appointment .top-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 70px;
}
#banner-style-two .make-appointment .contact-form-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
}
#banner-style-two .make-appointment .contact-form-wrap button[type='submit'] {
  background: #d82027;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border: none; 
  padding: 11px 26px;
}
#banner-style-two .make-appointment .contact-form-wrap button[type='submit']:hover {
  background: #2A2A2A;
  color: #fff;
}
#banner-style-two .make-appointment .contact-form-wrap input {
  height: 40px;
}
#banner-style-two .make-appointment .contact-form-wrap button.Zebra_DatePicker_Icon_Inside {
  background-image: url(zebra-datepicker/calendar.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  top: 2px !important;
  left: 0px !important;
  opacity: 0;
}

#banner-style-two .make-appointment .contact-form-wrap textarea {
  height: 100px;
}

#banner-style-two .banner-content {
  padding: 0;
  margin-top: 65px;
}
#banner-style-two .banner-content h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
}
#banner-style-two .banner-content p {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-top: -10px;
  line-height: 28px;
  font-style: normal;
  margin-bottom: 25px;
}
#banner-style-two .banner-content p.amount {
  color: #fff;
  font-size: 25px;
  line-height: 28px;
  font-style: normal;
  font-weight: bold;
}
#banner-style-two .banner-content .number {
  font-size: 35px;
  line-height: 28px;
  color: #d82027;
  letter-spacing: 0;
  font-weight: bold;
}
#banner-style-two .banner-content a {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-weight: bold;
  display: inline-block;
  background: #d82027;
  border-radius: 5px;
  padding: 13px 30px;
  text-transform: uppercase;
  margin-left: 34px;
}
#banner-style-two .banner-content a i {
  font-size: 18px;
  color: #000000; 
  margin-left: 15px;
}
#banner-style-two .banner-content-box {
  border-left: 2px solid #d82027;
  padding-left: 30px;
  margin-top: 50px;  
}
#banner-style-two .banner-content a:hover {
  background: #000;
  color: #fff;
}
#banner-style-two .banner-content a:hover i {
  color: #fff;
}

/* Location and neighbouring styles */

#location-neighbouring.style-two {
  background: #F2F2F2;
  padding-top: 80px;
  padding-bottom: 80px;
}
#location-neighbouring.style-two:before {
  display: none;
}
#location-neighbouring.style-two .section-title h2 {
  color: #282828;
}
#location-neighbouring.style-two .single-neighbour {
  text-align: center;
}
#location-neighbouring.style-two .single-neighbour h3 {
  color: #038DD4;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 26px;
}
#location-neighbouring.style-two .single-neighbour p {
  color: #797979;
  font-size: 15px;
  line-height: 26px;
  margin: 0;
}
#location-neighbouring.style-two .single-neighbour p.distance {
  color: #282828;
  font-size: 15px;
  line-height: 34px;
  margin-top: 5px;
}
#location-neighbouring.style-two .single-neighbour p .number {
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  color: #282828;
  font-weight: bold;
  font-size: 35px;
  line-height: 34px;
}
.call-to-action.style-two.style-three {
  margin-top: 0;
  background-color: transparent;
  padding-top: 24px;
  padding-bottom: 22px;
}
.call-to-action.style-two.style-three h2 {
  color: #000000;
}
.call-to-action.style-two.style-three p {
  color: #000000;
}
.call-to-action.no-padding {
  padding: 0;
}


/* testimonial style two styles */

.testimonial.has-overlay {
  position: relative;
}
.testimonial.has-overlay:before {
  background: #09121F;
  opacity: .92;
  filter: alpha(opacity=92);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.testimonial-wrap-style-two {
  background-color: transparent;
  padding-top: 80px;
  padding-bottom: 80px;
}
.testimonial-wrap-style-two .img-holder,
.testimonial-wrap-style-two .content {
  display: table-cell;
  vertical-align: middle;
}
.testimonial-wrap-style-two .img-holder {
  width: 162px;
}
.testimonial-wrap-style-two .img-holder img {
  border-radius: 50%;
  border: 6px solid #132F43;
}
.testimonial-wrap-style-two .content {
  text-align: left;
  padding-left: 100px;
  position: relative;
  top: 40px;
  padding-bottom: 40px;
}
.testimonial-wrap-style-two .single-testimonail .qoute {
    display: block;
    color: #EFAF27;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 90px;
    font-weight: bold;
    margin-top: 0;
    display: inline;
    vertical-align: bottom;
    line-height: 2px;
    margin-right: 15px;
}
.testimonial-wrap-style-two .content .meta {
  float: right;
  display: inline-block;
  margin-top: 15px;
}
.testimonial-wrap-style-two .content .meta span {
  display: block;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  color: #7D7D7D;
}
.testimonial-wrap-style-two .content .meta span.name {
  color: #EFAF27;
}
.testimonial-wrap-style-two .owl-theme .owl-nav {
  text-align: left;
  padding-left: 42px;
}
.testimonial-wrap-style-two .owl-theme .owl-nav [class*=owl-] {
  width: 25px;
  height: 25px;
  background: #F3B850;
  padding: 0;
  margin: 0;
  color: #160C0B;
  font-size: 20px;
  text-align: center;
  border-radius: 50px;
  text-align: center;
  margin-right: 20px;
  margin-top: -10px;
}
.testimonial-wrap-style-two .single-testimonail {
  padding: 0;
}
.testimonial-wrap-style-two .single-testimonail p {
  font-size: 16px;
  color: #FFFFFF;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  line-height: 30px;
  font-weight: normal;
}
.testimonial-wrap-style-two .single-testimonail .qoute {
  font-style: normal;
}


/* agent information styles */

#agent-information {
  background: #EAEBED;
  padding: 80px 0;
}
#agent-information .agent-information-text h4 {
  font-size: 18px;
  line-height: 21px;
  color: #444444;
  font-family: 'PT Serif', sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 40px;
}
#agent-information .agent-information-text p.certificate {
  font-size: 15px;
  line-height: 21px;
  color: #7E7E7E;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  margin-bottom: 20px;
}
#agent-information .agent-information-text p {
  font-size: 14px;
  line-height: 26px;
  color: #8E8D8D;
}
#agent-information .agent-information-text {
  padding-left: 50px;
}
#agent-information .contact-text {
  font-size: 16px;
  line-height: 26px;
  color: #444444;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  margin-top: 15px;
}
#agent-information .img-holder {
  position: relative;  
}
#agent-information .img-holder:before {
  content: '';
  border: 2px solid #FFFFFF;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

/* contact style two styles */

.contact-style-two { 
  background: #F2F2F2 url(../img/resources/contact-bg.jpg) no-repeat center left;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.contact-style-two .right-side-overlay-full {
  position: relative;
  padding: 80px 0;
}
.contact-style-two .right-side-overlay-full .contact-form-wrap {
  position: relative;
}
.contact-style-two .right-side-overlay-full:before { 
  background: #F2F2F2;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2000px;
  height: 100%;
}
.contact-style-two .right-side-overlay-full .contact-form-wrap { 
  padding-left: 100px;
}
.contact-style-two .contact-info-wrap {
  padding: 80px 0;
}
.contact-style-two .section-title h2 {
  color: #fff;
}
.contact-style-two .section-title > span {
  color: #9E9C9A;
}
.contact-style-two .contact-info {
  margin-top: 40px;
}
.contact-style-two .contact-info ul {
  display: inline-block;
}
.contact-style-two .contact-info ul li {
  color: #fff;
  font-family: 'ralewaybold', sans-serif;;
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  border-bottom: 1px solid #5A5C5E;
  padding: 17px 0;
}
.contact-style-two .contact-info ul li:first-child {
  padding-top: 0;
}
.contact-style-two .contact-info ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.contact-style-two .contact-form-wrap input, .contact-style-two .contact-form-wrap textarea {
  height: 50px;
  margin-bottom: 20px;
}
.contact-style-two .contact-form-wrap textarea {
  height: 170px;
}
.contact-style-two .contact-form-wrap button {
  background: #FFFFFF;
  border: 1px solid #959595;
  color: #2A2A2A;
}
.contact-style-two .contact-form-wrap button:hover {
  background: #2A2A2A;
  color: #fff;
}


/* pop up modal styles */

#contact-agent-modal .modal-dialog {
  
}
#contact-agent-modal .modal-dialog .modal-header {
  background: #d82027;
  padding: 19px 0;
  position: relative;
}
#contact-agent-modal .modal-dialog .modal-header .close {
  position: absolute;
  right: 40px;
  top: 18px;
  line-height: 32px;
  color: #000000;
  width: 32px;
  height: 32px;
  background: white;
  opacity: 1;
  border-radius: 50%;
  margin: 0;
  z-index: 9999999;
  text-indent: 1px;
}
#contact-agent-modal .modal-dialog .modal-header h4 {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
#contact-agent-modal .modal-dialog .modal-body {
  padding: 0;
}
#contact-agent-modal .modal-dialog .modal-content {
  border-radius: 0;
}
#contact-agent-modal .modal-agent-info-box {
  padding: 0 40px;
  margin-top: -40px;
}
#contact-agent-modal .modal-agent-info-box .img-holder,
#contact-agent-modal .modal-agent-info-box .content {
  display: table-cell;
  vertical-align: middle;
}
#contact-agent-modal .modal-agent-info-box .img-holder {
  width: 141px;
  border-radius: 50%;
}
#contact-agent-modal .modal-agent-info-box .content {
  padding-left: 30px;
}
#contact-agent-modal .modal-agent-info-box .content h3 {
  margin-top: 52px;
  margin-bottom: 11px;
}
#contact-agent-modal .modal-agent-info-box .content .name {
  font-size: 18px;
  font-weight: bold;
  font-family: 'PT Serif', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  color: #444444;
}
#contact-agent-modal .modal-agent-info-box .content .position {
  font-size: 15px;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  color: #7E7E7E;
}
#contact-agent-modal .modal-agent-info-box .content p {
  font-size: 18px;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  color: #7E7E7E;
  font-weight: 300;
}
#contact-agent-modal .modal-contact-form {
  padding: 30px 40px 55px;
}
#contact-agent-modal .modal-contact-form .row {
  margin-left: -10px;
  margin-right: -10px;
}
#contact-agent-modal .modal-contact-form .row [class^="col-"], 
#contact-agent-modal .modal-contact-form .row [class*="col-"] {
  padding: 0 10px;
}
#contact-agent-modal .modal-contact-form .contact-form-wrap textarea {
  height: 90px;
}
#contact-agent-modal .modal-contact-form .contact-form-wrap button {
  margin-top: 0;
  width: 100%;
  text-align: center;
  background: #282828;
  color: #fff;
  font-size: 16px;
  padding: 8px 0;
}


/* slider banner styles */

#slider-banner .property-details {
  background: url(../img/resources/rev-banner-slider-bg.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 300px;
  border-radius: 5px;
  
  text-align: center;
}
#slider-banner .property-details .inner-border {
  position: relative;
  padding-bottom: 65px;
}
#slider-banner .property-details .inner-border:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #4B4A48;
  border-radius: 5px;
}
#slider-banner .property-details .address p {
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  word-wrap: break-word;
  text-align: left;
}
#slider-banner .property-details .options ul li {
  font-size: 16px;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
#slider-banner .property-details .address {
  padding: 45px 0px 25px;
  margin: 0 32px;
  border-top: 1px solid #1C1919;
  border-bottom: 1px solid #1C1919;
}
#slider-banner .property-details .address p {
  font-size: 16px !important;
  line-height: 26px !important;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
#slider-banner .property-details .options {
  padding: 22px 0px;
  margin: 0 32px;
  border-bottom: 1px solid #1C1919;
}
#slider-banner .property-details .options ul li {
  font-size: 16px;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
#slider-banner .property-details .price {
  padding: 17px 0px;
  margin: 0 32px;
  text-align: left;
}
#slider-banner .property-details .number {
    font-family: 'PT Serif', sans-serif !important;
    font-style: italic;
}
#slider-banner .property-details .price label {
  display: block;
  color: #fff;
  font-size: 25px;
  line-height: 45px;
  font-weight: 600;
}
#slider-banner .property-details .price b {
  font-weight: bold;
  font-size: 38px;
  line-height: 45px;
  color: #d82027;
  color: #d82027;
  font-size: 46px;
  font-weight: normal;
}
#slider-banner .property-details a.schedule-visit {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-weight: bold;
  display: inline-block;
  background: #d82027;
  border-radius: 5px;
  padding: 13px 30px;
  margin-top: 58px;
  text-transform: uppercase;
  transition: all .3s ease;
  position: relative;
}
#slider-banner .property-details a.schedule-visit i {
  font-size: 18px;
  color: #000000; 
  margin-left: 15px;
}
#slider-banner .property-details a.schedule-visit:hover {
  background: #1bc3f3;
  color: #fff;
}
#slider-banner .property-details a.schedule-visit:hover i {
  color: #fff;
}
#slider-banner .tp-bullets {
  display: none !important;
}


/* pop up single gallery item styles */

#single-gallery-modal .modal-dialog {
  
}
#single-gallery-modal .modal-dialog .modal-header {
  background: #d82027;
  padding: 19px 0;
  position: relative;
}
#single-gallery-modal .modal-dialog .modal-header .close {
  position: absolute;
  right: 40px;
  top: 18px;
  line-height: 32px;
  color: #000000;
  width: 32px;
  height: 32px;
  background: white;
  opacity: 1;
  border-radius: 50%;
  margin: 0;
  z-index: 9999999;
  text-indent: 1px;
}
#single-gallery-modal .modal-dialog .modal-header h4 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
#single-gallery-modal .modal-dialog .modal-body {
  padding: 40px;
}
#single-gallery-modal .modal-dialog .modal-body p {
  font-size: 15px;
  color: #797979;
  line-height: 26px;
}
#single-gallery-modal .modal-dialog .modal-body ul li {
  font-size: 13px;
  color: #2B2B2B;
  font-weight: 600;
  line-height: 35px;
  text-transform: uppercase;
}
#single-gallery-modal .modal-dialog .modal-body ul li i {
  font-size: 13px;
  color: #d82027;
  margin-right: 10px;
}





.g-item {
  width: 220px;
  height: 220px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: block;
  vertical-align: middle;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
}
.g-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}
.g-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 46px 38px;
  border-color: transparent transparent #fff transparent;
}
.g-item p {
  text-align: center;
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
  width: 2000px;
  height: 220px;
  font-family: 'ralewaybold', sans-serif;
  font-size: 25px;
  margin: 0;
}
.g-item span {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.g-item:hover .g-itemhover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.g-itemhover {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  width: 100%;
  height: 100%;
  background-image: url("../img/g-item-patron.png");
  background-position: bottom center;
}
.g-title,
.g-subtitle,
.g-subtitle-b {
  font-family: 'ralewaybold', sans-serif;
  text-transform: uppercase;
}
.g-title h2,
.g-subtitle h2,
.g-subtitle-b h2,
.g-title h3,
.g-subtitle h3,
.g-subtitle-b h3,
.g-title h4,
.g-subtitle h4,
.g-subtitle-b h4,
.g-title h5,
.g-subtitle h5,
.g-subtitle-b h5 {
  display: inline-block;
  color: #d82027;
  text-align: center;
  padding: 0 30px;
  font-size: 30px;
  position: relative;
  margin: 0 18px;
  letter-spacing: 1px;
}
.g-title h2:after,
.g-subtitle h2:after,
.g-subtitle-b h2:after,
.g-title h3:after,
.g-subtitle h3:after,
.g-subtitle-b h3:after,
.g-title h4:after,
.g-subtitle h4:after,
.g-subtitle-b h4:after,
.g-title h5:after,
.g-subtitle h5:after,
.g-subtitle-b h5:after,
.g-title h2:before,
.g-subtitle h2:before,
.g-subtitle-b h2:before,
.g-title h3:before,
.g-subtitle h3:before,
.g-subtitle-b h3:before,
.g-title h4:before,
.g-subtitle h4:before,
.g-subtitle-b h4:before,
.g-title h5:before,
.g-subtitle h5:before,
.g-subtitle-b h5:before {
  position: absolute;
  display: block;
  font-family: 'icomoon';
  font-size: 23px;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 19px;
  height: 24px;
}
.g-title h2:after,
.g-subtitle h2:after,
.g-subtitle-b h2:after,
.g-title h3:after,
.g-subtitle h3:after,
.g-subtitle-b h3:after,
.g-title h4:after,
.g-subtitle h4:after,
.g-subtitle-b h4:after,
.g-title h5:after,
.g-subtitle h5:after,
.g-subtitle-b h5:after {
  left: -15px;
  content: '\e90f';
}
.g-title h2:before,
.g-subtitle h2:before,
.g-subtitle-b h2:before,
.g-title h3:before,
.g-subtitle h3:before,
.g-subtitle-b h3:before,
.g-title h4:before,
.g-subtitle h4:before,
.g-subtitle-b h4:before,
.g-title h5:before,
.g-subtitle h5:before,
.g-subtitle-b h5:before {
  content: '\e910';
  right: -15px;
}
.g-title p,
.g-subtitle p,
.g-subtitle-b p {
  color: #000;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g-subtitle h2,
.g-subtitle-b h2,
.g-subtitle h3,
.g-subtitle-b h3,
.g-subtitle h4,
.g-subtitle-b h4,
.g-subtitle h5,
.g-subtitle-b h5 {
  text-align: left;
  padding: 0 7px 0 0;
  font-size: 25px;
  margin-left: 0;
  letter-spacing: 2px;
}
.g-subtitle h2:after,
.g-subtitle-b h2:after,
.g-subtitle h3:after,
.g-subtitle-b h3:after,
.g-subtitle h4:after,
.g-subtitle-b h4:after,
.g-subtitle h5:after,
.g-subtitle-b h5:after {
  display: none;
}
.g-subtitle h2:before,
.g-subtitle-b h2:before,
.g-subtitle h3:before,
.g-subtitle-b h3:before,
.g-subtitle h4:before,
.g-subtitle-b h4:before,
.g-subtitle h5:before,
.g-subtitle-b h5:before {
  content: '\e912';
  width: 28px;
  font-size: 18px;
  right: -30px;
  height: 20px;
}
.g-subtitle-b h2,
.g-subtitle-b h3,
.g-subtitle-b h4,
.g-subtitle-b h5 {
  color: #000;
  padding: 0 10px 0 0;
  font-size: 20px;
  letter-spacing: 1px;
}
.g-subtitle-b h2:before,
.g-subtitle-b h3:before,
.g-subtitle-b h4:before,
.g-subtitle-b h5:before {
  font-size: 17px;
}
.g-btnbanner {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background: #d82027;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-family: 'ralewaybold', sans-serif;
  font-weight: normal;
  padding: 0 30px;
  height: 40px;
  overflow: hidden;
  color: #000;
  background: #fff;
}
.g-btnbanner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 40%;
  background: #000;
  -webkit-transition: all 0.2s cubic-bezier(0.26, -0.36, 0.78, 1.43);
  -moz-transition: all 0.2s cubic-bezier(0.26, -0.36, 0.78, 1.43);
  -o-transition: all 0.2s cubic-bezier(0.26, -0.36, 0.78, 1.43);
  -ms-transition: all 0.2s cubic-bezier(0.26, -0.36, 0.78, 1.43);
  transition: all 0.2s cubic-bezier(0.26, -0.36, 0.78, 1.43);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.g-btnbanner span {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
}
.g-btnbanner i {
  position: relative;
  z-index: 1;
  margin-right: 8px;
  vertical-align: middle;
}
.g-btnbanner:hover:before {
  visibility: visible;
  height: 100%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.g-btnbanner:before {
  background: #d82027;
}
.g-btnbanner:hover {
  color: #fff;
}
.g-btnrojo {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background: #d82027;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-family: 'ralewaybold', sans-serif;
  font-weight: normal;
  padding: 0 30px;
  height: 40px;
  overflow: hidden;
  padding: 0 30px;
}
.g-btnrojo:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 40%;
  background: #000;
  -webkit-transition: all 0.2s cubic-bezier(0.26, -0.36, 0.78, 1.43);
  -moz-transition: all 0.2s cubic-bezier(0.26, -0.36, 0.78, 1.43);
  -o-transition: all 0.2s cubic-bezier(0.26, -0.36, 0.78, 1.43);
  -ms-transition: all 0.2s cubic-bezier(0.26, -0.36, 0.78, 1.43);
  transition: all 0.2s cubic-bezier(0.26, -0.36, 0.78, 1.43);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.g-btnrojo span {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
}
.g-btnrojo i {
  position: relative;
  z-index: 1;
  margin-right: 8px;
  vertical-align: middle;
}
.g-btnrojo:hover:before {
  visibility: visible;
  height: 100%;

  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.g-btnenviar {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background: #d82027;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-family: 'ralewaybold', sans-serif;
  font-weight: normal;
  padding: 0 30px;
  height: 40px;
  overflow: hidden;
  padding: 0 15px;
}
.g-btnenviar:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 40%;
  background: #000;
  -webkit-transition: all 0.2s cubic-bezier(0.26, -0.36, 0.78, 1.43);
  -moz-transition: all 0.2s cubic-bezier(0.26, -0.36, 0.78, 1.43);
  -o-transition: all 0.2s cubic-bezier(0.26, -0.36, 0.78, 1.43);
  -ms-transition: all 0.2s cubic-bezier(0.26, -0.36, 0.78, 1.43);
  transition: all 0.2s cubic-bezier(0.26, -0.36, 0.78, 1.43);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.g-btnenviar span {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
}
.g-btnenviar i {
  position: relative;
  z-index: 1;
  margin-right: 8px;
  vertical-align: middle;
}
.g-btnenviar:hover:before {
  visibility: visible;
  height: 100%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.g-btninfo,
.g-btnplanos {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background: #d82027;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-family: 'ralewaybold', sans-serif;
  font-weight: normal;
  padding: 0 30px;
  height: 40px;
  overflow: hidden;
  padding: 0 10px;
}
.g-btninfo:before,
.g-btnplanos:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 40%;
  background: #000;
  -webkit-transition: all 0.2s cubic-bezier(0.26, -0.36, 0.78, 1.43);
  -moz-transition: all 0.2s cubic-bezier(0.26, -0.36, 0.78, 1.43);
  -o-transition: all 0.2s cubic-bezier(0.26, -0.36, 0.78, 1.43);
  -ms-transition: all 0.2s cubic-bezier(0.26, -0.36, 0.78, 1.43);
  transition: all 0.2s cubic-bezier(0.26, -0.36, 0.78, 1.43);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.g-btninfo span,
.g-btnplanos span {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
}
.g-btninfo i,
.g-btnplanos i {
  position: relative;
  z-index: 1;
  margin-right: 8px;
  vertical-align: middle;
}
.g-btninfo:hover:before,
.g-btnplanos:hover:before {
  visibility: visible;
  height: 100%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.g-btnplanos i {
  font-size: 19px;
}
input,
textarea,
select {
  display: block;
  height: 100%;
  width: 100%;
  background: #fff;
  border: none;
  color: #4c4c4c;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 100%;
}
textarea {
  padding: 10px;
}
::-webkit-input-placeholder {
  color: #4c4c4c;
  font-family: 'ralewayregular', sans-serif;
}
/* WebKit */
:-moz-placeholder {
  color: #4c4c4c;
  font-family: 'ralewayregular', sans-serif;
}
/* Firefox 18- */
::-moz-placeholder {
  color: #4c4c4c;
  font-family: 'ralewayregular', sans-serif;
}
/* Firefox 19+ */
:-ms-input-placeholder {
  color: #4c4c4c;
  font-family: 'ralewayregular', sans-serif;
}
/* IE 10+ */
.g-input {
  position: relative;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 30px;
  background: #fff;
  color: #4c4c4c;
}
.g-input.textarea {
  height: 108px;
}
/*###################
# Css - Error - Validation
###################*/
.formError {
  z-index: 100;
}
.formError .formErrorContent {
  font-family: 'ralewayregular', sans-serif;
  background: #d82027;
  color: c-white;
  border: 2px solid #d82027;
  -webkit-box-shadow: 0 0 6px #4c4c4c;
  box-shadow: 0 0 6px #4c4c4c;
}
.formError .formErrorArrow div {
  background: #d82027;
  border-left: 2px solid #d82027;
  border-right: 2px solid #d82027;
  -webkit-box-shadow: 0 2px 3px #4c4c4c;
  box-shadow: 0 2px 3px #4c4c4c;
}
.formError .formErrorArrow .line3 {
  border-left: 2px solid #d82027;
  border-right: 2px solid #d82027;
  border-bottom: 0px solid #d82027;
}
.formError .formErrorArrow .line2,
.formError .formErrorArrow .line1 {
  background: #d82027;
}
@media screen and (max-width: 380px) {
  .g-title h1,
  .g-subtitle h1,
  .g-subtitle-b h1,
  .g-title h2,
  .g-subtitle h2,
  .g-subtitle-b h2,
  .g-title h3,
  .g-subtitle h3,
  .g-subtitle-b h3,
  .g-title h4,
  .g-subtitle h4,
  .g-subtitle-b h4,
  .g-title h5,
  .g-subtitle h5,
  .g-subtitle-b h5 {
    font-size: 25px;
    margin: 0;
  }
  .g-subtitle h1,
  .g-subtitle-b h1,
  .g-subtitle h2,
  .g-subtitle-b h2,
  .g-subtitle h3,
  .g-subtitle-b h3,
  .g-subtitle h4,
  .g-subtitle-b h4,
  .g-subtitle h5,
  .g-subtitle-b h5 {
    font-size: 20px;
  }
}






.show {
  display: block !important;
}
.wrapp-iframe-general {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
  overflow: hidden;
  background-color: #9fab26;
  display: block;
  padding-top: 0px;
}
.wrapp-iframe-general:first-child {
  padding-top: 6px;
}
.name-dev {
  position: absolute;
  top: 2px;
  left: 0;
  font-family: 'Arial', sans-serif;
  color: #9fab26;
  border-bottom: 2px solid #9fab26;
  text-transform: uppercase;
  margin-left: 15px;
}
.btn-copy {
  background-color: #9fab26;
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
  padding: 5px;
  cursor: pointer;
}
.btn-copy.hover {
  background-color: #808080;
}
.inner-general {
  background: #fff;
  padding: 20px 0;
}
.general-wrapper {
  padding: 10px;
  border: 1px dashed #808080;
  width: 98%;
  margin: auto;
  margin-top: 30px;
}
.block-general {
  padding: 5px;
}

.b1 .bx-wrapper .bx-pager.bx-default-pager a {
  width: 11px;
  height: 11px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b1 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.b1 .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #d82027;
}
.b1 .bx-wrapper .bx-pager {
  bottom: 240px;
  z-index: 70;
}
.b1-slider.slider-active .b1-table {
  padding-bottom: 275px;
}
.b1-item {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.b1-item:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.b1-item:after {
  content: "";
  width: 100%;
  height: 134px;
  background: url("../img/b1-mascara.png") top center no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  margin: auto;
}
.b1-content {
  font-size: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.b1-table {
  display: table-cell;
  vertical-align: middle;
  width: 2000px;
  height: 602px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 120px;
  padding-bottom: 134px;
}
.b1-text-tipo {
  display: inline-block;
  line-height: 24px;
  background: #d82027;
  color: #fff;
  font-family: 'ralewayregular', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 25px;
}
.b1-title {
  margin-bottom: 10px;
}
.b1-title h2 {
  color: #fff;
  font-family: 'ralewaybold', sans-serif;
  font-weight: normal;
  font-size: 40px;
  margin-bottom: 0;
}
.b1-text {
  line-height: 1;
  color: #fff;
  font-family: 'ralewayregular', sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
}
.b1-text p {
  margin-bottom: 0;
}
.b1-text-tipo {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.b1-title {
  height: 40px;
  overflow: hidden;
}
.b1-title h2 {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.b1-text {
  height: 20px;
  overflow: hidden;
}
.b1-text p {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.b1-btn {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.b1-item.active .b1-text-tipo {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b1-item.active .b1-title h2 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b1-item.active .b1-text p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b1-item.active .b1-btn {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 1024px) {
  .b1-text-tipo {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .b1-title {
    height: auto;
    overflow: inherit;
  }
  .b1-title h2 {
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .b1-text {
    height: auto;
    overflow: inherit;
  }
  .b1-text p {
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .b1-btn {
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media screen and (max-width: 960px) {
  .b1 .bx-wrapper .bx-pager {
    bottom: 160px;
  }
  .b1 .g-btnbanner {
    height: 35px;
  }
  .b1 .g-btnbanner span {
    height: 35px;
    line-height: 35px;
  }
  .b1-slider.slider-active .b1-table {
    padding-bottom: 180px;
  }
  .b1-table {
    height: 500px;
    padding-top: 90px;
  }
  .b1-title h2 {
    font-size: 28px;
  }
  .b1-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .b1 .bx-wrapper .bx-pager {
    bottom: 60px;
  }
  .b1-slider.slider-active .b1-table {
    padding-bottom: 80px;
  }
  .b1-item:after {
    display: none;
  }
  .b1-table {
    height: 400px;
  }
}

.b10 {
  padding-top: 40px;
  padding-bottom: 60px;
}
.b10-cnt-items {
  max-width: 895px;
  width: 95%;
  margin: auto;
  font-size: 0;
  text-align: center;
}
.b10-item {
  width: 33.3333333333%;
  display: inline-block;
  vertical-align: top;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #f0f0f0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
.b10-item:first-child {
  border-left: none;
}
.b10-subtitle {
  position: relative;
}
.b10-subtitle h2 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 50px;
nbz-bx
}
.b10-subtitle span {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #4c4c4c;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #4c4c4c;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: -10px;
  left: 0px;
}
.b10-info {
  font-size: 14px;
}
.b10-info p {
  margin: 0;
  text-align: justify;
}
@media screen and (max-width: 720px) {
  .b10-item {
    width: 50%;
    border: none;
  }
  .b10-item:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .b10-item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b10 {
    padding-bottom: 10px;
  }
}

.b11 {
  width: 100%;
  text-align: center;
}
.b11 .g-title {
  padding-bottom: 9px;
}
.b11 .g-title h2 {
  margin-bottom: 40px;
}
.b11 .g-title p {
  font-size: 14px;
  color: #4c4c4c;
  font-family: 'ralewayregular', sans-serif;
  text-transform: lowercase;
  margin: 0 auto;
  max-width: 530px;
}
.b11-botones {
  font-size: 0;
  padding-bottom: 40px;
}
.b11-boton {
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  height: 40px;
  line-height: 40px;
  font-family: 'ralewaybold', sans-serif;
  letter-spacing: 3px;
  border: 1px solid #000;
  padding: 0 20px;
  font-size: 20px;
  margin: 15px 13px 0 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b11-boton:hover,
.b11-boton.active {
  border: 1px solid #d82027;
  color: #d82027;
}
.b11-cnt-items {
  max-width: 990px;
  width: 96%;
  margin: auto;
}
.b11-item {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 25px;
}
.b11-paginador {
  text-align: center;
  background: none;
  padding-top: 10px;
  padding-bottom: 50px;
}
.b11 .g-numeros {
  display: inline-block;
  vertical-align: middle;
}
.b11 .g-numeros a {
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 29px;
  line-height: 29px;
  background: #fff;
  font-size: 15px;
  margin: 0 3px;
  font-family: 'ralewaybold', sans-serif;
  text-align: center;
  color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b11 .g-numeros a:hover,
.b11 .g-numeros a.active {
  background: #d82027;
  color: #fff;
}
.b11 .g-numeros span {
  font-family: 'arial', sans-serif;
  font-size: 25px;
  color: #4c4c4c;
}
.b11-prev,
.b11-next {
  display: inline-block;
  vertical-align: top;
}
.b11-prev,
.b11-next {
  width: 27px;
  height: 27px;
  line-height: 27px;
  color: #4c4c4c;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b11-prev:hover,
.b11-next:hover {
  color: #d82027;
}
@media screen and (max-width: 768px) {
  .b11 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b11-botones {
    margin-bottom: 0px;
  }
}

.b12 {
  background-color: #f1f1f1;
}
.b12 .wancho {
  position: relative;
max-width
}
.b12 .g-title p,
.b12 .g-subtitle p,
.b12 .g-subtitle-b p {
  padding-left: 0;
}
.b12-img {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: bottom center;
  width: 50%;
  height: 100%;
  max-width: 400px;
}
.b12-cell {
  height: 140px;
  display: table-cell;
  vertical-align: middle;
  width: 960px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
}
.b12-box {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 440px;
}
.b12-tel {
  padding-top: 15px;
}
.b12-tel a {
  display: block;
  color: #000;
  font-size: 20px;
  font-family: 'arial', sans-serif;
  margin-bottom: 4px;
}
.b12-tel a i {
  color: #d82027;
  margin-right: 10px;
}
@media screen and (max-width: 700px) {
  .b12-box {
    max-width: 67%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  .b12-img {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .b12-box {
    max-width: 100%;
    text-align: center;
  }
  .b12-img {
    display: none;
  }
}

.b13 {
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
  z-index: 8;
}
.b13 img {
  width: 100%;
  height: auto;
  display: block;
}
.b13-cnt-info {
  max-width: 890px;
  width: 95%;
  margin: auto;
}
.b13-item {
  display: none;
}
.b13-item.active {
  display: block;
}
.b13-volver {
  margin-bottom: 10px;
}
.b13-volver a {
  font-size: 14px;
  color: #000;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b13-volver a:hover {
  color: #d82027;
}
.b13-img {
  width: 452px;
  float: left;
}
.b13-contenido {
  width: 385px;
  float: right;
  margin-left: 45px;
}
.b13-img2 {
  float: left;
  display: block;
  width: 169px;
  margin-bottom: 20px;
}
.b13-text {
  display: inline-table;
  font-size: 14px;
  text-align: justify;
}
.b13-text strong {
  font-family: 'ralewaybold', sans-serif;
}
.b13-info span,
.b13-info .b13-img3 {
  display: inline-block;
  vertical-align: middle;
}
.b13-info span {
  font-family: 'ralewaybold', sans-serif;
}
.b13-img3 {
  width: 121px;
  margin-left: 10px;
}
.b13-enlaces {
  margin-top: 20px;
}
.b13-enlaces a {
  margin-right: 6px;
}
.b13-pad .g-subtitle {
  margin-bottom: 15px;
  margin-top: 15px;
}
.b13-pad .b13-text {
  line-height: 16px;
}
@media screen and (max-width: 950px) {
  .b13-img {
    float: none;
    display: block;
    margin: auto;
  }
  .b13-contenido {
    width: 100%;
    text-align: center;
    float: none;
    margin: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .b13 {
    margin-top: 0;
    padding-top: 20px;
  }
}
@media screen and (max-width: 490px) {
  .b13-img {
    width: 100%;
  }
}

.b14 {
  background: ;
  padding-top: 15px;
  padding-bottom:0px;
}
.b14 .g-subtitle-b {
  margin-bottom: 30px;
}
.b14-listados {
  max-width: 800px;
  width: 95%;
  margin: auto;
  font-size: 0;
  text-align: center;
}
.b14-listados ul {
  text-align: left;
}
.b14-listados li {
  width: 50%;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b14-item {
  position: relative;
  width: 100%;
  padding-left: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b14-img {
  width: 33px;
  height: 33px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.b14-text {
  font-size: 14px;
  padding-top: 7px;
  font-family: 'ralewayregular', sans-serif;
}
.b14-text p {
  margin: 0;
}
@media screen and (max-width: 620px) {
  .b14-listados li {
    width: 100%;
    display: block;
  }
}

.b15 {
  overflow: hidden;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}
.b15 .g-subtitle-b {
  margin-bottom: 35px;
}
.b15 img {
  width: 100%;
  height: auto;
  display: block;
}
.b15-content.wancho {
  width: 96%;
}
.b15 .slick-slide {
  border: none;
}
.b15 .slick-slider {
  margin-bottom: 0;
}
.b15 .slick-list {
  height: 333px !important;
}
.b15 .slick-prev,
.b15 .slick-next {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 70;
  margin: auto;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -o-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}
.b15 .slick-prev:before,
.b15 .slick-next:before {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  color: #4c4c4c;
  font-family: 'icomoon';
  font-size: 13px;
  text-align: center;
  border: 1px solid #4c4c4c;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b15 .slick-prev:hover:before,
.b15 .slick-next:hover:before {
  color: #d82027;
  border-color: #d82027;
}
.b15 .slick-prev {
  top: -45px;
  bottom: auto;
}
.b15 .slick-prev:before {
  content: '\e90b';
}
.b15 .slick-next {
  top: auto;
  bottom: -45px;
}
.b15 .slick-next:before {
  content: '\e90c';
}
.b15-cnt-tab {
  max-width: 760px;
  width: 100%;
  position: relative;
  margin: auto;
}
.b15-cnt-tab:before {
  content: "";
  position: absolute;
  right: -144px;
  z-index: 20;
  background: url("../img/b15-imagen.png") 0px 0px no-repeat;
  width: 191px;
  height: 415px;
}
.b15-cnt-img {
  width: 645px;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
.b15-cnt-img figure {
  width: 100%;
  border: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b15-img-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.b15-img-item.active {
  position: relative;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b15-carrusel {
  width: 86px;
  height: 421px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 43px;
}
.b15-carrusel-cnt {
  height: 333px;
}
.b15-pager-item {
  display: block;
  width: 100%;
  height: 78px;
  background: #fff;
  color: #4c4c4c;
  margin-bottom: 7px;
}
.b15-pager-item:hover .b15-table,
.b15-pager-item.active .b15-table {
  background: #d82027;
  color: #fff;
}
.b15-table {
  display: table-cell;
  vertical-align: middle;
  width: 2000px;
  height: 78px;
  font-family: 'ralewaybold', sans-serif;
  font-size: 14px;
  background: #f0f0f0;
  color: #4c4c4c;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b15-table strong {
  display: block;
  font-weight: normal;
}
.b15-table p {
  margin: 0;
}
.b15-info {
  text-align: left;
  margin-top: 25px;
}
.b15-subtitle {
  margin-bottom: 5px;
}
.b15-subtitle h3 {
  color: #d82027;
  font-family: 'ralewaybold', sans-serif;
  font-size: 14px;
  margin-bottom: 0;
}
.b15-text-info {
  color: #4c4c4c;
  font-family: 'ralewayregular', sans-serif;
  font-size: 14px;
}
.b15-text-info p {
  margin-bottom: 0;
}
@media screen and (max-width: 1018px) {
  .b15-cnt-tab:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b15 .slick-list {
    height: 78px !important;
  }
  .b15 .slick-prev {
    top: 0;
    left: -45px;
    right: auto;
    bottom: 0;
  }
  .b15 .slick-prev:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .b15 .slick-next {
    top: 0;
    left: auto;
    right: -45px;
    bottom: 0;
  }
  .b15 .slick-next:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .b15-cnt-img {
    max-width: 645px;
    width: 100%;
    margin: auto;
    margin-bottom: 25px;
  }
  .b15-carrusel {
    max-width: 368px;
    width: 100%;
    height: auto;
    position: static;
    padding-top: 0;
    margin: auto;
  }
  .b15-carrusel-cnt {
    height: auto;
  }
  .b15-pager-item {
    margin: 0 3.5px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .b15 .slick-prev {
    display: none !important;
  }
  .b15 .slick-next {
    display: none !important;
  }
}

.b16 img {
  width: 100%;
  height: auto;
  display: block;
}
.b16-cnt-info {
  font-size: 0;
}
.b16-item {
  width: 20%;
  height: 250px;
  float: left;
  background: #d82027;
}
.b16-item .g-subtitle h2 {
  color: #fff;
}
.b16-text {
  text-align: center;
  width: 2000px;
  height: 250px;
  display: table-cell;
  vertical-align: middle;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b16-cnt-slid {
  width: 80%;
  float: left;
}
.b16-cnt-slid .items a {
  width: 100%;
  height: 250px;
  display: block;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.b16-cnt-slid .items a:before {
  content: '';
  background: #000;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cambio-slider .items {
  width: 33.333333333%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .b16-item {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    display: block;
    float: none;
  }
  .b16-text {
    display: block;
    padding: 0;
    height: auto;
    width: auto;
    margin: auto;
  }
  .b16-cnt-slid {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .cambio-slider .items {
    width: 50%;
  }
}
@media screen and (max-width: 490px) {
  .cambio-slider .items {
    width: 100%;
  }
}

.b17 {
  background-color: #f1f1f1;
}
.b17 .wancho {
  position: relative;
}
.b17-nav {
  margin-bottom: 20px;
  text-align: center;
}
.b17-left,
.b17-wrap-map {
  float: left;
  text-align: center;
  width: 49%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.b17-wrap-map {
  width: 800px;
}
.b17-right {
  padding: 30px 0;
  float: right;
  width: 48%;
}
.b17 .g-btnrojo {
  display: none;
}
.b17-map {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .b17-right,
  .b17-left {
    position: relative;
    display: block;
    float: inherit;
    width: 100%;
  }
  .b17-right {
    border-bottom: 1px solid #ddd;
  }
  .b17 .g-btnrojo {
    display: inline-block;
    margin: 20px 0;
  }
  .b17-wrap-map {
    position: fixed;
    z-index: 2;
    top: -500%;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .b17-wrap-map .g-btnrojo {
    position: absolute;
    bottom: 18px;
    right: 50px;
    z-index: 1000;
  }
  .b17-wrap-map.active {
    top: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

.b18 {
  padding: 40px 0 30px 0;
  background-color: #f1f1f1;
}
.b18 .wancho {
  overflow: hidden;
}
.b18-left {
  position: relative;
  float: left;
  width: 38%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
}
.b18-left:after {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 30px;
  width: 1px;
  height: 1000px;
  border-right: 1px solid #e5e5e5;
}
.b18-right {
  float: right;
  width: 58%;
}
.b18-right .b18-nav {
  text-align: center;
}
.b18-nav {
  margin-bottom: 20px;
}
.b18-nav p {
  padding: 0;
}
.b18-item {
  padding-bottom: 15px;
}
.b18-item a {
  display: inline-block;
  font-family: 'arial', sans-serif;
  color: #000;
  font-size: 20px;
  padding-left: 30px;
  position: relative;
}
.b18-item a i {
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  width: 23px;
  text-align: center;
  color: #d82027;
  font-size: 20px;
}
.b18-item a i.xs {
  top: 3px;
  font-size: 16px;
}
.b18-item p {
  color: #000;
  font-size: 15px;
  font-family: 'ralewaybold', sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.b18-body p {
  text-align: center;
  margin-bottom: 10px;
}
.b18-input {
  margin-bottom: 8px;
}
.b18-box .b18-input {
  width: 49%;
}
.b18-btn {
  text-align: center;
  padding-top: 7px;
}
@media screen and (max-width: 768px) {
  .b18 {
    padding: 20px 0;
  }
  .b18 .wancho {
    overflow: visible;
  }
  .b18-right,
  .b18-left {
    width: 100%;
    float: inherit;
  }
  .b18-right:after,
  .b18-left:after {
    display: none;
  }
  .b18-left {
    text-align: center;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
  }
  .b18-item p {
    font-size: 14px;
    padding-top: 15px;
    display: inline-block;
  }
  .b18-item {
    padding-bottom: 12px;
  }
  .b18-item a {
    padding-left: 0px;
    font-size: 18px;
  }
  .b18-item a i {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .b18-box .b18-input {
    width: 100%;
    float: inherit !important;
  }
}

.b19-nav {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 20px;
}
.b19-nav .g-title {
  margin-bottom: 30px;
}
.b19-radio {
  height: 43px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 9px;
  padding-left: 10px;
}
.b19-radio span {
  padding-right: 13px;
}
.b19-radio div {
  position: relative;
  display: inline-block;
  width: auto;
  text-align: left;
}
.b19-radio div input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  position: relative;
  width: 0px;
  height: 0px;
  background: transparent;
  display: inline-block;
}
.b19-radio div input[type=radio]:checked + label:before {
  background-color: #d82027;
  border-color: #d82027;
}
.b19-radio div label {
  position: relative;
  padding-left: 15px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}
.b19-radio div label:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 3px;
  left: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #4c4c4c;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .b19-input {
    width: 48%;
    padding-bottom: 5px;
  }
  .b19-radio {
    height: inherit;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .b19-radio span {
    display: block;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .b19 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 420px) {
  .b19-radio div {
    font-size: 0;
  }
  .b19-radio div label {
    width: 100px;
    margin-top: 6px;
  }
}

.b2 {
  position: relative;
  z-index: 100;
  padding-bottom: 35px;
  margin-top: -35px;
}
.b2 .b2-arrow {
  font-size: 0;
}
.b2 .b2-arrow #b2-prev {
  margin-right: 12px;
}
.b2 .b2-arrow #b2-prev:before {
  content: "\e90f";
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #4c4c4c;
  border: 1px solid #4c4c4c;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.b2 .b2-arrow #b2-next {
  position: relative;
}
.b2 .b2-arrow #b2-next:before {
  content: "\e910";
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #4c4c4c;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.b2 .b2-arrow #b2-prev,
.b2 .b2-arrow #b2-next {
  font-size: 20px;
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b2 .b2-arrow #b2-prev:hover:before,
.b2 .b2-arrow #b2-next:hover:before {
  color: #d82027;
  border: 1px solid #d82027;
}
.b2 .b2-arrow #b2-prev a,
.b2 .b2-arrow #b2-next a {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.b2 .b2-arrow.active {
  display: none;
}
.b2-cnt {
  max-width: 910px;
  margin: auto;
  text-align: center;
  position: relative;
  font-size: 0;
}
.b2-box-slider {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.b2-slider {
  margin: auto;
}
.b2-proyectos {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-family: 'ralewaybold', sans-serif;
  text-align: left;
  padding-top: 60px;
  margin-right: 90px;
}
.b2-proyectos p {
  margin: 0;
}
.b2-proyectos strong {
  display: block;
  color: #000;
}
.b2-proyectos.active {
  padding-top: 80px;
}
.b2-num {
  margin-bottom: 15px;
}
.b2-num strong {
  font-family: 'arial', sans-serif;
  font-size: 65px;
  color: #d82027;
}
.b2-titulo {
  margin-bottom: 18px;
}
.b2-titulo p {
  margin: 0;
}
.b2-item {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  text-align: center;
}
.b2-item.active {
  margin-right: 18px;
}
@media screen and (max-width: 960px) {
  .b2-box-slider {
    width: 476px;
  }
}
@media screen and (max-width: 700px) {
  .b2-box-slider {
    width: 218px;
  }
  .b2-box-slider.active {
    width: 480px;
  }
  .b2-proyectos.active {
    padding-top: 30px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .b2-item.active {
    margin-right: 0;
    margin: 10px;
  }
}
@media screen and (max-width: 600px) {
  .b2 {
    padding-top: 50px;
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .b2-box-slider.active {
    width: 240px;
  }
}
@media screen and (max-width: 480px) {
  .b2 {
    padding-top: 15px;
  }
  .b2 .b2-arrow {
    margin-bottom: 15px;
  }
  .b2-proyectos {
    display: block;
    margin-right: 0;
    text-align: center;
  }
  .b2-titulo {
    margin-bottom: 10px;
  }
  .b2-num {
    display: inline-block;
    margin-bottom: 0;
  }
  .b2-subtitulo {
    display: inline-block;
  }
}

.b20 {
  width: 100%;
  height: 604px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b20.b21 .b20-img {
  width: 88px;
}
.b20 img {
  width: 100%;
  height: auto;
  display: block;
}
.b20 .g-title {
  margin-bottom: 30px;
}
.b20 .g-title h2 {
  color: #fff;
}
.b20 .g-btnbanner {
  background: #d82027;
  color: #fff;
}
.b20 .g-btnbanner:before {
  background: #fff;
}
.b20 .g-btnbanner:hover {
  color: #000;
}
.b20-table {
  display: table;
  width: 100%;
  height: 100%;
}
.b20-info {
  max-width: 650px;
  width: 95%;
  margin: auto;
}
.b20-contenido {
  width: 3000px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}
.b20-img {
  width: 74px;
  margin: auto;
  margin-bottom: 38px;
}
.b20-text {
  font-size: 16px;
  margin-bottom: 30px;
}
.b20-text p {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .b20 {
    padding: 100px 0px;
  }
  .b20-contenido {
    width: 100%;
    display: block;
  }
  .b20 .g-title h2 {
    margin: auto;
  }
  .b20 .g-title h2:before {
    right: 0;
  }
  .b20 .g-title h2:after {
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .b20 .g-title h2 {
    font-size: 30px;
  }
}


.b22 {
  width: 100%;
  height: 350px;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.b22:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.b22:after {
  content: "";
  width: 100%;
  height: 93px;
  background: url("../img/b1-mascara.png") top center no-repeat;
  -webkit-background-size: 100% 93px;
  -moz-background-size: 100% 93px;
  background-size: 100% 93px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  margin: auto;
}
.b22-contenido {
  text-align: center;
  max-width: 890px;
  width: 96%;
  margin: auto;
  position: relative;
  z-index: 10;
}
.b22-text {
  position: relative;
  width: 2000px;
  height: 350px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.b22-text h3 {
  text-transform: uppercase;
  font-size: 40px;
  font-family: 'ralewaybold', sans-serif;
  display: inline-block;
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
}
.b22-text p {
  margin: 0;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .b22-text {
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 1018px) {
  .b22 {
    height: auto;
  }
  .b22:after {
    height: 65px;
    -webkit-background-size: 100% 65px;
    -moz-background-size: 100% 65px;
    background-size: 100% 65px;
  }
  .b22-text {
    vertical-align: middle;
    height: 250px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .b22-text h3 {
    font-size: 23px;
  }
  .b22-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .b22 {
    height: 200px;
  }
  .b22:before {
    background: #000;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  .b22:after {
    display: none;
  }
  .b22-text {
    height: 200px;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .b22-text h3 {
    font-size: 21px;
  }
  .b22-text p {
    font-size: 14px;
  }
}








.peru {
  background: #cd853f;
}
.b3 {
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.b3:before {
  position: absolute;
  content: '';
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.b3-box {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.b3-txt {
  display: table-cell;
  height: 280px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 80px;
  width: 460px;
  text-align: center;
  background-image: url("../img/b3-bg.png");
  background-position: center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  color: #fff;
  position: relative;
}
.b3-txt:after,
.b3-txt:before {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  content: '';
  z-index: 0;
  top: 0;
  left: 50%;
  margin-left: -373px;
  width: 746px;
  height: 100%;
  background-image: url("../img/b3-f1.png");
  background-position: center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.b3-txt:after {
  background-image: url("../img/b3-f2.png");
  -webkit-transition: all 0.2s linear 0.3s;
  -moz-transition: all 0.2s linear 0.3s;
  -o-transition: all 0.2s linear 0.3s;
  -ms-transition: all 0.2s linear 0.3s;
  transition: all 0.2s linear 0.3s;
}
.b3-txt p {
  font-size: 18px;
  line-height: 20px;
  font-family: 'ralewayregular', sans-serif;
  margin-bottom: 10px;
}
.b3-txt.active:after,
.b3-txt.active:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b3-numero {
  padding-top: 20px;
  text-transform: uppercase;
}
.b3-numero span {
  display: block;
  font-size: 45px;
  font-family: 'arial', sans-serif;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 0.8;
}
.b3-numero p {
  font-family: 'ralewaybold', sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .b3-txt {
    padding: 20px 60px;
    height: 250px;
  }
  .b3-txt p {
    font-size: 15px;
    line-height: 19px;
  }
  .b3-numero {
    padding-top: 10px;
  }
}
@media screen and (max-width: 360px) {
  .b3-txt {
    padding: 20px 45px;
  }
}
@media screen and (max-width: 480px) {
  .b3-txt {
    background-image: url("../img/b3-bg-negro.png");
  }
  .b3-txt:after,
  .b3-txt:before {
    display: none;
  }
}











.b4 {
  padding-top: 46px;
  padding-bottom: 40px;
  background: #fff;
}
.b4 .wancho {
  max-width: 835px;
}
.b4-left,
.b4-right {
  width: 47%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4-left {
  float: left;
  border-right: 1px solid #e5e5e5;
}
.b4-right {
  float: right;
}
.b4-txt {
  width: 400px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  height: 260px;
}
.b4-txt h2,
.b4-txt h3,
.b4-txt h4,
.b4-txt h5 {
  font-family: 'ralewaybold', sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: normal;
}
.b4-txt h2 em,
.b4-txt h3 em,
.b4-txt h4 em,
.b4-txt h5 em {
  font-size: 65px;
  display: inline-block;
  font-weight: bold;
  font-family: 'arial', sans-serif;
  position: relative;
  margin-right: 86px;
}
.b4-txt h2 em:after,
.b4-txt h3 em:after,
.b4-txt h4 em:after,
.b4-txt h5 em:after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: -85px;
  width: 76px;
  height: 68px;
  background-image: url("../img/b4-ico.png");
}
.b4-txt h2 strong,
.b4-txt h3 strong,
.b4-txt h4 strong,
.b4-txt h5 strong {
  display: block;
  color: #d82027;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 5px;
}
.b4-txt p {
  color: #4d4d4d;
  font-size: 14px;
  margin-bottom: 20px;
}
.b4-box {
  padding-top: 25px;
}
.b4-item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 45px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b4-item h2 {
  text-transform: uppercase;
  color: #000;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.b4-item p {
  color: #4c4c4c;
  display: block;
  font-size: 14px;
  margin-bottom: 0px;
}
.b4-item span {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
.b4-box .b4-item {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.b4-box .b4-item:nth-child(2) {
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  -ms-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}
.b4-box .b4-item:nth-child(3) {
  -webkit-transition: all 0.5s ease 0.6s;
  -moz-transition: all 0.5s ease 0.6s;
  -o-transition: all 0.5s ease 0.6s;
  -ms-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
}
.b4-box.active .b4-item {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .b4-item {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
  }
}
@media screen and (max-width: 960px) {
  .b4 .g-subtitle h2:before,
  .b4 .g-subtitle h3:before,
  .b4 .g-subtitle h4:before,
  .b4 .g-subtitle h5:before {
    display: none;
  }
  .b4-txt {
    height: 290px;
  }
}
@media screen and (max-width: 768px) {
  .b4 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 640px) {
  .b4-left,
  .b4-right {
    display: block;
    float: inherit;
    width: 100%;
    max-width: 445px;
    margin: 0 auto;
    border-right: none;
  }
  .b4-left {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .b4-txt {
    width: 100%;
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .b4-right {
    display: none;
  }
  .b4-left {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}











.b5 {
  padding: 25px 0;
  background-color: #f1f1f1;
}
.b5 .wancho {
  max-width: 615px;
}
.b5-nav {
  margin-bottom: 15px;
  text-align: center;
}
.b5-body p {
  display: block;
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 20px;
}
.b5-box {
  width: 48.8%;
}
.b5-input {
  margin-bottom: 8px;
}
.b5-input.textarea {
  height: 70px;
}
.b5-btn {
  padding-top: 13px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .b5-box {
    width: 100%;
  }
  .b5-box.left,
  .b5-box.right {
    float: inherit;
  }
  .b5 .g-subtitle-b h1,
  .b5 .g-subtitle-b h2,
  .b5 .g-subtitle-b h3,
  .b5 .g-subtitle-b h4,
  .b5 .g-subtitle-b h5 {
    text-align: center;
  }
}


.b6 {
  width: 100%;
  text-align: center;
}
.b6 .g-title {
  padding-bottom: 29px;
}
.b6 .g-title h2 {
  margin-bottom: 40px;
}
.b6 .g-title p {
  font-size: 14px;
  color: #4c4c4c;
  font-family: 'ralewayregular', sans-serif;
  text-transform: lowercase;
  margin: 0;
}
.b6 .g-subtitle {
  padding-top: 22px;
  padding-bottom: 20px;
  font-family: 'ralewayregular', sans-serif;
  font-size: 25px;
}
.b6 .g-subtitle h2 {
  letter-spacing: 2px;
  padding: 0 16px 0 0;
}
.b6 .g-subtitle h2:before {
  content: "\e90c";
  font-size: 15px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #d82027;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.b6-cnt {
  font-size: 0;
}
.b6-item {
  width: 50%;
  background: #4c4c4c;
  display: inline-block;
  text-align: right;
  padding-right: 137px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b6-item:last-child {
  background: #000;
  text-align: left;
  padding-left: 47px;
}
.b6-item:last-child .b6-img {
  margin-right: 50px;
}
.b6-item:hover .b6-hover,
.b6-item.active .b6-hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b6-inner {
  display: table-cell;
  vertical-align: middle;
  height: 116px;
  width: 2000px;
}
.b6-img {
  width: 71px;
  height: 71px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
}
.b6-img img {
  width: 71px;
  height: 71px;
  display: block;
}
.b6-hover {
  position: absolute;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b6-info {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-align: left;
}
.b6-info p {
  margin: 0;
  font-family: 'arial', sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  font-style: italic;
}
.b6-info h3 {
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .b6-item.active .b6-hover,
  .b6-item:hover .b6-hover {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .b6-item:last-child .b6-img {
    margin-right: 35px;
  }
}
@media screen and (max-width: 960px) {
  .b6-item {
    padding-right: 0;
    text-align: center;
  }
  .b6-item:last-child {
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .b6 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 680px) {
  .b6-item {
    width: 100%;
  }
  .b6-item:last-child .b6-icono {
    margin-right: 35px;
  }
  .b6-info h3 {
    font-size: 17px;
  }
  .b6-inner {
    display: block;
    max-width: 270px;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 30px 0;
    margin: auto;
  }
}
@media screen and (max-width: 430px) {
  .b6 .g-subtitle h2:before {
    display: none;
  }
  .b6 .g-subtitle h2 {
    padding: 0;
    margin: 0;
    text-align: center;
  }
}

.b7 {
  padding-bottom: 37px;
}
.b7 img {
  width: 100%;
  height: auto;
  display: block;
}
.b7-main {
  max-width: 855px;
  width: 95%;
  margin: auto;
  text-align: center;
}
.b7-main .g-title {
  margin-bottom: 40px;
}
.b7-info {
  max-width: 390px;
  margin: auto;
  font-size: 14px;
  margin-bottom: 55px;
}
.b7-item {
  position: relative;
  text-align: left;
  min-height: 240px;
}
.b7-img {
  overflow: hidden;
  width: 431px;
  position: absolute;
  top: 0;
  right: 0;
}
.b7-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 64px 0 64px 40px;
  border-color: transparent transparent transparent #fff;
}
.b7-adorno {
  display: block;
}
.b7-adorno:before {
  content: '';
  width: 112px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  bottom: 0;
  background: url("../img/b7-flec1.png") 0px 0px no-repeat;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.b7-adorno:after {
  content: '';
  width: 112px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  bottom: 0;
  background: url("../img/b7-flec2.png") 0px 0px no-repeat;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
}
.b7-adorno.active:before {
  left: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b7-adorno.active:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  left: 55px;
}
.b7-contenido {
  width: 100%;
  padding-right: 460px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b7-contenido .g-subtitle {
  margin-bottom: 25px;
}
.b7-contenido .g-subtitle h2 {
  color: #000;
}
.b7-text {
  font-size: 14px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .b7 {
    padding-top: 20px;
  }
  .b7-img {
    position: relative;
    margin: auto;
    margin-bottom: 30px;
  }
  .b7-adorno:before,
  .b7-adorno:after {
    width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
  }
  .b7-contenido {
    padding: 0;
  }
  .b7-contenido .g-subtitle {
    text-align: center;
  }
  .b7-img:before {
    display: none;
  }
}
@media screen and (max-width: 470px) {
  .b7-img {
    width: 100%;
  }
}

.b8-box-info {
  width: 100%;
  display: table;
}
.b8-item {
  width: 50%;
  background: #000;
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 40px 0px;
}
.b8-item:first-child {
  background: #4c4c4c;
  text-align: right;
}
.b8-item:first-child .b8-contenido {
  margin-left: 0;
  margin-right: 85px;
}
.b8-item:first-child .b8-contenido h2:before {
  content: '\e926';
  font-size: 30px;
}
.b8-contenido {
  width: 360px;
  color: #fff;
  display: inline-block;
  margin-left: 85px;
  text-align: left;
  font-size: 14px;
}
.b8-contenido h2 {
  display: inline-block;
  position: relative;
  font-weight: normal;
  font-size: 20px;
  padding-left: 60px;
  margin-bottom: 27px;
}
.b8-contenido h2:before {
  text-align: center;
  content: '\e927';
  font-family: 'icomoon';
  font-size: 25px;
  position: absolute;
  top: -15px;
  left: 0;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #fff;
  line-height: 45px;
}
@media screen and (max-width: 960px) {
  .b8-item {
    padding: 40px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b8-contenido {
    width: 90%;
    display: block;
    margin: auto;
  }
  .b8-item:first-child .b8-contenido {
    margin: auto;
  }
}
@media screen and (max-width: 700px) {
  .b8-item {
    width: 100%;
    display: block;
  }
  .b8-contenido {
    width: 100%;
    text-align: center;
  }
}

.b9 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/b9-bg.jpg");
  overflow: hidden;
  position: relative;
}
.b9 .wancho {
  max-width: 480px;
  text-align: center;
}
.b9 .g-subtitle-b h1,
.b9 .g-subtitle-b h2,
.b9 .g-subtitle-b h3,
.b9 .g-subtitle-b h4,
.b9 .g-subtitle-b h5 {
  text-align: center;
}
.b9:before,
.b9:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 244px;
  -webkit-background-size: 1200px 244px;
  -moz-background-size: 1200px 244px;
  background-size: 1200px 244px;
  background-repeat: no-repeat;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b9:before {
  background-image: url("../img/b9-1.png");
  background-position: center bottom;
  top: -150%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.b9:after {
  background-image: url("../img/b9-2.png");
  background-position: center top;
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  -ms-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
  bottom: -150%;
}
.b9.active:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  top: -34px;
}
.b9.active:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  bottom: -20px;
}
.b9-cell {
  position: relative;
  z-index: 3;
  height: 300px;
  display: table-cell;
  vertical-align: middle;
  width: 960px;
  tex-align: center;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b9-nav {
  text-align: center;
  margin-bottom: 25px;
}
.b9-p {
  padding-bottom: 35px;
}
.b9-p p {
  color: #4d4d4d;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .b9-nav {
    margin-bottom: 15px;
  }
  .b9-p {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .b9:after,
  .b9:before {
    background-position: 40% 100%;
  }
}

.footer-cnt {
  max-width: 890px;
  width: 96%;
  margin: auto;
  border-bottom: 1px solid #000;
}
.footer-info {
  padding-top: 33px;
  padding-bottom: 16px;
}
.footer-item {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  text-align: left;
  margin-right: 53px;
}
.footer-item:nth-child(2) {
  width: 145px;
  margin-right: 65px;
}
.footer-titulo {
  margin-bottom: 17px;
}
.footer-titulo p {
  margin: 0;
  font-size: 14px;
  font-family: 'ralewaybold', sans-serif;
  text-transform: uppercase;
}
.footer-contenido {
  font-family: 'arial', sans-serif;
}
.footer-contenido p {
  margin: 0;
  font-size: 14px;
}
.footer-redes {
  width: 140px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.f-redes {
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin: auto;
  border: 1px solid #4c4c4c;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #4c4c4c;
  background: #fff;
  font-size: 22px;
  margin-right: 10px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.f-redes:hover {
  background: #d82027;
  color: #fff;
  border: 1px solid #d82027;
}
.f-redes:last-child {
  margin-right: 0;
}
.f-redes:nth-child(2) {
  font-size: 17px;
}
.f-redes:nth-child(3) {
  font-size: 19px;
}
.footer-logo {
  margin-left: 85px;
  margin-top: 12px;
  display: inline-block;
  vertical-align: top;
  background: url("../img/footer-logo.png") 0px 0px no-repeat;
  width: 175px;
  height: 28px;
}
.footer-copy {
  overflow: hidden;
  font-size: 13px;
  padding-bottom: 13px;
}
.footer-copy .wancho {
  max-width: 890px;
  margin-top: 16px;
}
.footer-copy-left {
  font-family: 'arial', sans-serif;
  float: left;
}
.footer-copy-left p {
  margin: 0;
}
.footer-copy-left strong {
  font-family: 'ralewaybold', sans-serif;
  font-weight: normal;
}
.footer-copy-right {
  float: right;
  font-size: 12px;
  font-family: 'arial', sans-serif;
}
.staffcreativa {
  position: relative;
  padding-right: 0.45em;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  font-family: 'arial';
}
.staffcreativa:after {
  content: '\e60e';
  font-family: 'icomoon';
  font-size: 0.7em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: -3px;
  speak: none;
  text-transform: none;
  top: -4px;
}
.link-staff:hover .staffcreativa {
  color: #000;
}
@media screen and (max-width: 960px) {
  .footer-cnt {
    text-align: center;
  }
  .footer-logo {
    margin-left: 30px;
  }
  .footer-item {
    margin-right: 30px;
  }
  .footer-item:nth-child(2) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 800px) {
  .footer-logo {
    display: none;
  }
  .footer-item {
    margin-right: 50px;
  }
  .footer-item:nth-child(2) {
    margin-right: 50px;
  }
}
@media screen and (max-width: 620px) {
  .footer-copy {
    height: auto;
    text-align: center;
    font-size: 12px;
    margin: auto;
    padding: 8px 0 12px;
  }
  .footer-copy-left {
    float: none;
  }
  .footer-copy-right {
    float: none;
  }
  .footer-redes {
    text-align: center;
    padding-top: 15px;
    display: block;
    margin: auto;
  }
  .footer-item {
    text-align: center;
  }
  .footer-item:nth-child(2) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .footer-item {
    display: block;
    margin: auto;
    margin-bottom: 25px;
  }
  .footer-item:nth-child(2) {
    margin: auto;
  }
  .footer-titulo {
    margin-bottom: 10px;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 400;
}
.header.active {
  background: #fff;
  height: 90px;
  -webkit-box-shadow: 0px -1px 14px 0px #c6c6c6;
  box-shadow: 0px -1px 14px 0px #c6c6c6;
}
.header.active .menu-link {
  color: #000;
}
.header.active .logo-desktop {
  display: none;
}
.header.active .logo-responsive {
  width: 245px;
  display: block !important;
  top: 17px;
  left: -12px;
}
.header .header-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  margin: auto;
}
.header .header-ctn {
  font-size: 0;
  text-align: right;
  position: relative;
  padding-top: 40px;
}
.header .header-ctn.wancho {
  max-width: 886px;
}
.header .header-logo {
  display: block;
  width: 449px;
  position: absolute;
  top: 0;
  left: -126px;
}
.header .header-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.header .header-logo.logo-responsive {
  display: none;
}
.header .header-logo.logo-desktop {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.header .header-logo.logo-desktop.active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.header .menu {
  display: inline-block;
}
.header .menu-wrap ul {
  font-size: 0;
}
.header .menu-item {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin-left: 55px;
}
.header .menu-item:first-child {
  margin-left: 0;
}
.header .menu-link {
  display: inline-block;
  color: #fff;
  font-family: 'ralewaybold', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
}
.header .menu-link:after {
  content: "";
  width: 0px;
  height: 2px;
  background: #d82027;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.header .menu-link:hover:after,
.header .menu-link.active:after {
  width: 38px;
}
.responsive-logo {
  display: block;
  max-width: 246px;
  width: 80%;
  margin-top: 10px;
}
.responsive-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.responsive-logo.logo-desktop {
  display: none;
}
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.menu-overlay.active {
  z-index: 1000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.menu-mobile-close,
.menu-mobile-open {
  background-color: #d82027;
  -webkit-border-radius: 7%;
  border-radius: 7%;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  height: 42px;
  line-height: 42px;
  position: fixed;
  right: 5px;
  text-align: center;
  top: 14px;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  width: 42px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu-mobile-open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: hidden;
  z-index: 1002;
}
.menu-mobile-open.scrolling {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.menu-mobile-open:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.menu-mobile-open.active {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  right: 220px;
  z-index: 1000;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-mobile-close {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1000;
}
.menu-mobile-close.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  right: 205px;
  z-index: 1002;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-sidebar {
  width: 200px;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  right: -200px;
  background: #fff;
  z-index: 1000;
  -webkit-transition: right 0.45s ease;
  -moz-transition: right 0.45s ease;
  -o-transition: right 0.45s ease;
  -ms-transition: right 0.45s ease;
  transition: right 0.45s ease;
}
.menu-sidebar.active {
  right: 0;
}
.menu-responsive {
  padding-top: 10px;
}
.menu-responsive .menu-item {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  border-bottom: 1px dashed #d82027;
}
.menu-responsive .menu-item a {
  display: block;
  font-family: 'ralewaybold', sans-serif;
  font-size: 16px;
  color: #000;
  text-indent: 20px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.menu-responsive .menu-item a.active {
  background-color: #d82027;
  color: #fff;
}
.menu-responsive .menu-item:first-child {
  border-top: 1px dashed #d82027;
}
.cnt-wrapper,
.footer {
  position: relative;
  left: 0;
  -webkit-transition: left 0.45s ease;
  -moz-transition: left 0.45s ease;
  -o-transition: left 0.45s ease;
  -ms-transition: left 0.45s ease;
  transition: left 0.45s ease;
}
.cnt-wrapper.active,
.footer.active {
  left: -200px;
}
.wrapper {
  overflow: hidden;
}
body.active {
  overflow: hidden;
}
@media screen and (max-width: 1120px) {
  .header .header-ctn.wancho {
    max-width: 850px;
  }
  .header .header-logo {
    left: -85px;
  }
  .header .menu-item {
    margin-left: 45px;
  }
}
@media screen and (max-width: 1018px) {
  .menu-mobile-open {
    visibility: visible;
  }
  .header .menu {
    display: none;
  }
  .header .header-ctn {
    padding-top: 0;
  }
  .header .header-logo {
    width: 314px;
    left: 0;
  }
  .header .header-logo.logo-responsive {
    width: 220px;
  }
  .header.active {
    height: 72px;
  }
}
@media screen and (max-width: 920px) {
  .header.active .logo-responsive {
    left: 30px;
  }
}
@media screen and (max-width: 600px) {
  .header .header-logo {
    width: 250px;
  }
  .header .header-logo.logo-responsive {
    width: 200px;
  }
}
