/*gral styles*/

* {
   border-radius: 0;
}

body {
	color: #4a5052;
	font-size: 14px;
	padding-top: 100px;
	font-family: 'Open Sans', sans-serif;
  font-weight: 400; 

}

a {
    color: #2f3335;
    text-decoration: none;
    outline: none!important;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

button, i {
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;

}

a,
img,
.btn {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;   
}

a,
a:focus, 
a:hover, 
a:active,
button,
button:hover {
   outline: 0 !important;
}
a:hover, a:focus {
    color: #4a5052;
    text-decoration: none;
}
img:hover {
	opacity: 0.8;
}

.divider {
    height: 38px;
    width: 1px;
    margin: 0 15px 0 10px;
    background-color: #313638;
    display: inline-block;
    vertical-align: middle;
}

.spacer-lg {
  margin: 25px 0;
}

.push-top {
  margin-top: -90px;
}

.color-green {
  color: #b2b935!important;
}
.no-margin {
  margin: 0!important;
}
.no-padding {
  padding: 0!important;
}
/*Titles
------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  font-weight: 500; 
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #4a5052; 
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #2f3335; 
}


h1 {
  font-size: 36px;
  line-height: 42px;
}
h2 {
  font-size: 38px;
  line-height: 40px;
}
h3 {
  font-size: 24px;
  line-height: 26px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700; 
}
h5 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700; 

}
h6 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700; 
}

.headline {
    position: relative;
    margin-bottom: 1em;
}

.headline:after {
    display: block;
    position: absolute;
    bottom: 0;
    content: " ";
    width: 170px;
    height: 2px;
    margin-bottom: -0.5em;
    background: #2f353e;
    left: 0;
}
.text-center .headline:after, .headline.text-center:after {
    left: 50%;
    margin-left: -90px;
}

.title-vtas {
	border-left: 2px solid #313638;
	padding: 0 0 0 45px;
}
.title-newsletter {
  font-size: 28px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 5px;
  color: #fff!important;
}

.title-section {
  color: #2f3335;
}

.section-nosotros .title-section {
   margin-bottom: 2.5em;
   color: #58584d;
}
.section-contacto .title-section {
   margin-bottom: 2.0em;
   color: #58584d;
}

.section-nosotros .headline:after,
.section-contacto .headline:after {
   width: 80px;
    background: #58584d;
}
.section-nosotros .headline.text-center:after,
.section-contacto .headline.text-center:after {
    margin-left: -43px;
}

.content-lg {
  max-width: 1220px; 
}


/* bgs styles */

.navbar-default {
    background-color: #efefe4;
    border-color: #71797c;
}
body {
  background-color: #ffffff;
}

footer {
  background-color: #313638;
}

.footer-bottom {
  background-color: #222526;
}

.bg-gray-light {
  background-color: #f4f4eb;
}
.bg-gray-dark {
  background-color: #4a5052;
  color: #ffffff;
}

.buscador {
    background: #d7d7ce;
}
.line-section {
    background-color: #4a5052;
    color: #fff;
}
.section-vta {
    background-color: #b2b935;
    color: #313638;
}

.section-destacada {
    background-color: #d7d7ce;
}

.section-subheader {
    background-color: #bfbfb4;
}


.header-static {
    background-position: center center;  
    background-repeat: no-repeat;
    height: 407px;    
}

.header-nosotros {
    background-image: url("../img/portada-nosotros.jpg");
}
.header-contacto {
    background-image: url("../img/portada-contacto.jpg");
}


.position_background {
    position: absolute;
    left: 10%;
    top: 0;
    height: 1350%;
    width: 200%;
    z-index: 1;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-66deg);
    background-color: #313638;
}

.buscador .position_background {
    height: 3120%;
}

/* btns styles */

.btn {
   box-shadow: none;
   border-color: transparent;
   text-transform: uppercase;
   font-weight: 400; 
   font-family: 'Open Sans', sans-serif;

}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-search {
    width: 118px;
    padding: 3px 0px;
    margin-left: 30px;
}


.btn-default {
  background-color: #b2b935;
  color: #2f3335;
  border-color: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #2f3335;
  background-color: #C8D03E;
  border-color: transparent;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
  background-color: #C8D03E;
  border-color: transparent;
}

.btn-primary {
  background-color: #2f3335;
  color: #fff;
  border-color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #272A2B;
  border-color: #fff;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary {
  background-color: #3F4446;
  border-color: #fff;
}

.btn-stroke-dark {
    background: transparent;
    padding: 20px;
    text-align: center;
    border-radius: 0;
    min-width: 210px;
    text-transform: uppercase;
    border: 1px solid #313638;
    color: #4a5052!important;
}
.btn-stroke-dark:hover {
    background: #4a5052;
    color: #fff!important;
}

.btn-stroke-green {
    background: transparent;
    padding: 20px;
    text-align: center;
    border-radius: 0;
    min-width: 210px;
    text-transform: uppercase;
    border: 1px solid #b2b935;
    color: #b2b935!important;
}

.btn-stroke-green:hover {
    background: #b2b935;
    color: #4a5052!important;
}


.btn-ficha {
  font-weight: 600;
}

.actions-right {
    float: right;
}

.actions-right a {
    padding: 0 10px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
}


/* form styles */

.form-control {
    box-shadow: none;
}

.buscador select,
.buscador input {
	max-width: 118px;
	margin-right: 10px;
	padding: 6px 0 6px 10px;
	text-transform: capitalize;
}

.buscador input {
	padding: 6px 5px 6px 10px;
}

.form-control::-moz-placeholder {
  color: #38352d;
}
.form-control:-ms-input-placeholder {
  color: #38352d;
}
.form-control::-webkit-input-placeholder {
  color: #38352d;
}

.form-control:focus {
    border-color: #b2b935;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(178,185,53,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(178,185,53,.6);
}

.section-newsletter .form-control::-moz-placeholder {
  font-size: 15px;
  line-height: 25px;
}
.section-newsletter .form-control:-ms-input-placeholder {
  font-size: 15px;
  line-height: 25px;
}
.section-newsletter .form-control::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 25px;
}

footer input.form-control {
    box-shadow: none;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #7F7F7F;
    border-radius: 0;
    color: #ffffff;
    padding: 6px 12px 0 0;
}
footer input.form-control:focus {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #b2b935;
}
footer textarea.form-control {
    border-radius: 0;
    margin-top: 5px;
}
footer form {
    margin-top: 20px;
}


footer .form-control::-moz-placeholder {
	color: #ffffff;
	text-transform: uppercase;
}
footer .form-control:-ms-input-placeholder {
	color: #ffffff;
	text-transform: uppercase;
}
footer .form-control::-webkit-input-placeholder {
	color: #ffffff;
	text-transform: uppercase;
}

/* icons styles */

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.icon-call {
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding-left: 45px;
	font-weight: 600; 
	font-family: 'Raleway', sans-serif;
	font-style: normal;    
}
.icon-call {
    background: url("../img/icon-call.png") no-repeat 2px 0px;
}
.icon-facebook,
.icon-fb {
    width: 35px;
    height: 35px;
}
.icon-fb {
    background: url("../img/icon-fb.png") no-repeat 0 0;
}
.icon-search {
    width: 98px;
    height: 35px;
    line-height: 35px;
    padding-left: 33px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-style: normal 
}
.icon-search {
    background: url("../img/icon-search.png") no-repeat 0 0px;
}
.icon-vta-lg {
    background: url("../img/icon-vta-lg.png") no-repeat 0 0 #313638;
    border-radius: 50%;	 
}
.icon-vta-lg {
    width: 110px;
    height: 110px;
    margin-right: 55px;
}
.glyphicon-menu-right:before {
    top: 3px;
    position: relative;
}

.icon-fb-white {
    width: 11px;
    height: 28px;
}
.icon-fb-white {
    background: url("../img/icon-fb-white.png") no-repeat 0 0px;
}
.facebook {
	display: table;
  margin: 5px 0 7px;
}

.facebook strong {
	vertical-align: middle;
	display: table-cell;
	padding: 0 0 0 5px;
}

.icon-ficha {
    background: url("../img/icon-ficha.png") no-repeat 0 0 transparent;
}
.icon-ficha {
    width: 23px;
    height: 23px;
    margin: -1px 0 0px;
}

.icon-foto {
    background: url("../img/icon-foto.png") no-repeat 0 0 #f4f4eb;
}
.icon-foto {
    width: 40px;
    height: 40px;
    border-radius: 3px;
}

.icon-arrow-left {
    background: url("../img/arrow-left.png") no-repeat 0 0 transparent;
}
.icon-arrow-right {
    background: url("../img/arrow-right.png") no-repeat 0 0 transparent;
}

.icon-arrow-left,
.icon-arrow-right {
    width: 32px;
    height: 32px;
}
.icon-mapa {
    background: url("../img/icon-mapa.png") no-repeat 0 0 #f4f4eb;
}
.icon-listado {
    background: url("../img/icon-listado.png") no-repeat 0 0 #f4f4eb;
}

.icon-mapa,
.icon-listado {
    width: 40px;
    height: 40px;
    border-radius: 3px;
}

.icon-arrow-sm {
  background-size: 20px 20px;
  background-position: 0 3px;
  width: 20px;
  height: 30px;
}

/*menu styles*/

.navbar {
  min-height: 107px;
}
.navbar-default .navbar-nav>li>a {
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 15px;
  font-weight: 600; 
  font-family: 'Raleway', sans-serif;
  color: #313638;
}
.navbar-default .navbar-nav>li>a:hover {
  color: #848484;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #848484;
    background-color: transparent;
}

.navbar-nav>li {
  border-left: 1px solid #313638;
}
.navbar-nav>li:first-child {
  border-left: none;
}
.navbar-nav {
    margin-top: 30px;
}

.navbar-brand {
    margin-top: -40px;
}
.navbar-top {
    padding-top: 10px;
}
.info {
	padding: 9px 8px 0 0;
}

.info span {
	padding: 0 3px 0 0;
}
.call {
	background-color: #313638;
	height: 37px;
	width: 120px;
	display: block;
	border-radius: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-right: 15px;
}
.call:hover {
  color: #fff;
  background-color: #222526
}


/* section styles */

.section {
	padding: 45px 0 55px;
}
.line-section {
    padding: 25px 0;
    position: relative;
    width: 100%;
    min-height: 160px;
    overflow: hidden;    
}
.buscador {
	padding: 20px 0 15px;
    position: relative;
    width: 100%;
    overflow: hidden;  	
}
.buscador form {
    z-index: 2;
    position: relative;
}

.section-vta .content-left {
	margin-top: 35px;
}

.section-vta .content-left a {
	color: #fff;
	z-index: 2;
	position: relative;
	font-size: 18px;
	left: 36%;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;	
}
.section-newsletter p {
	font-size: 15px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;		
}
.section-newsletter .form-control {
    border-radius: 0;
    font-size: 15px;
    line-height: 25px;

}
.section-newsletter form {
	padding: 23px 0 0 0;
}

.section-newsletter .btn-primary {
  border-radius: 0px;
  font-weight: 500; 
  font-family: 'Raleway', sans-serif;  
}
.section-newsletter .input-group-lg>.input-group-btn>.btn-primary {
  border-radius: 0px;
}
.propiedad {
    border: 1px solid #e8e8e8;
    overflow: auto;
    margin: 10px 0 20px;
}  

.propiedad .content-body {
    margin: 25px 0 20px 30px;
} 
.title-propiedad {
    font-size: 20px;
    font-weight: 700;
}  
.info-propiedad {
  text-transform: inherit;
}
.propiedad .adicional-info {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0 20px;
}
.propiedad .price {
    font-weight: 400;
    font-size: 18px;
    margin-right: -75px;
    margin-top: 5px;    
}
.content-icon {
    position: absolute;
    left: 13px;
    bottom: 18px;
}
.content-image:hover img {
  opacity: 0.8;
}

.title-subheader {
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  text-transform: none;
  margin: 5px 0 5px 0; 
}
.title-atras {
  font-size: 21px;
  font-weight: 400;
  margin: 7px 0 3px 0;
}

.section-subheader {
  padding: 20px 0;
}

/* paginador */

.paginador {
  font-size: 21px;
  margin: 0 0 60px;
  color: #585858;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;   

}
.paginador a {
    color: #585858;
}
.paginador a:hover, 
.paginador a:focus {
    color: #313638;
}
.paginador ul {
    text-align: center;
}
.paginador li {
    display: inline-block;
}
.paginador li a {
    padding: 0 5px;
    margin: 0 5px;
}

.paginador .next,
.paginador .prev  {
    margin: 0 20px;
}
.paginador .next a,
.paginador .prev a {
    margin: 0px;
    padding: 0px;
}

.paginador li.active a {
  color: #b2b935;
}

/* box styles */

.box {
    display: block;
    height: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    text-align: center;
}
.image {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    max-height: 240px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.image a {
    display: block;
    overflow: hidden;
}
.image a img {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    max-height: 240px;
    margin: 0 auto;
}
.description {
    margin: 0 auto;
    min-height: 125px;
    max-width: 260px;
}
.item h4 {
    margin: 0;
    min-height: 45px;
    max-height: 80px;
    overflow: hidden;
    display: block;
    line-height: 18px;
    margin: 25px 0 0;
    padding: 0;
}
.item h4 a {
    color: #4a5052;
}
.description p {
    color: #4a5052;
    font-size: 14px;
    min-height: 55px;
    max-height: 90px;
    overflow: hidden;
    line-height: 18px;
}
.price {
    font-size: 18px;
    font-weight: bold;
    color: #4a5052;
    margin: 0 0 15px;
}
.action-control {
    border: 0;
    display: block;
    height: auto;
    padding: 5px 0 15px;
    width: 100%;
}
.action-control a {
    cursor: pointer;
}

#propiedades-destacadas .item {
    margin: 0 15px 15px;
}

/* carousel - slider */

.owl-theme .owl-controls .owl-page span {
    background: #313638;
}
.owl-theme .owl-controls .owl-buttons div {
    display: block;
    color: #58584d;
    font-size: 35px;
    height: auto;
    position: absolute;
    text-align: center;
    top: 38%;
    width: auto;
    text-shadow: 0 1px 0 rgba(0,0,0,0.25);
    background-color: transparent;

}

.banner .owl-theme .owl-controls {
    margin-top: 0!important;
}
#slider-home .owl-pagination {
    position: absolute;
    bottom: 0;
    left: 48%;
}

.owl-next {
    right: -50px;
}
.owl-prev {
    left: -50px;
}

#slider-home .owl-next {
    right: 15px;
}
#slider-home .owl-prev {
    left: 15px;
}
.active-white .owl-page span {
  background-color: #fff!important;
}
.owl-buttons.active-white div {
  color: #fff!important;
}

.owl-prev,
.owl-next {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0!important;
}
.owl-prev.show,
.owl-next.show {
    display: inline-block!important;
    opacity: 1!important;
}

.owl-prev:before {
    content: "\e257";
}
.owl-next:before {
    content: "\e258";
}

.box-slide {
    position: relative;
    z-index: 1;
}
.box-slide-img {
    display: block;
    text-align: center;
    
}

.box-slide-img img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-height: 497px;
    padding: 55px 0;
}

#oportunidades-de-inversion .box-slide-img {
    height: auto;
}
#oportunidades-de-inversion .box-slide-img img {
    max-height: 100%;
}


.box-slide-inner {
    margin-top: 14%;
    display: block;
    max-width: 98%;
}
.box-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.box-title.title-medium {
    font-size: 36px!important;
    line-height: 38px!important;
}

#slider-home .box-title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    color: #2f3335;
}

#oportunidades-de-inversion .box-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #4a5052;
}
.box-subtitle {
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    margin: 0 0 5px;
    padding: 0;
    text-transform: inherit;
}
.details-description {
    margin: 25px 0 50px;
   font-family: 'Raleway', sans-serif; 

}
.details-description small {
    font-size: 12px;
}

#oportunidades-de-inversion .details-description {
    padding: 0 58px 0 0;
}

.content-lg .box-slide-inner {
  margin-left: 0px;
}

.box-info, 
.box-slide-inner p {
  font-size: 21px;
  font-family: 'Raleway', sans-serif; 
  line-height: 21px;

}
#oportunidades-de-inversion .box-info, 
#oportunidades-de-inversion .box-slide-inner p {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
}

/* nosotros */
.section-nosotros {
  font-size: 16px;
  line-height: 19px;
  padding: 25px 0 55px;
}
.section-nosotros .box-info-inner {
  letter-spacing: -0.03em;
  padding: 0 14% 10px 0;
}

.section-nosotros p,
.section-nosotros ul {
  margin: 0 0 20px 0;
}



.sangria {
    padding-left: 10px;
}
.sangria-lg {
    padding-left: 25px;
}
.color-green.sangria-lg {
  border-left: 2px solid #b2b935;
}
.sangria-xlg {
  padding-left: 35px!important;
}
.box-info-inner.sangria-xlg {
  padding: 0 35px 10px 35px!important;
}

/* contact styles */

.section-contacto {
    font-size: 16px;
    line-height: 19px;
    padding: 25px 0 55px;
}
.section-contacto label {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    margin-bottom: 10px;    
}

.section-contacto p {
  margin: 0 0 20px 0;
}

.section-contacto .box-info-inner a {
    color: #4a5052;
}

.section-contacto .mapa {
    margin: 40px 0;
}

.contact-form {
  padding-left: 35px;
}
.contact-form button {
  min-width: 105px;
}

input.form-control,
textarea.form-control {
    border-color: #99a6ab;
}


/* gallery styles */

.box-gallery {
  max-width: 412px; 
}
.title-gallery {
  margin-top: 65px;
}
.html5gallery-fullscreen-0 {
      z-index: 2000!important;
}

.html5gallery-right-0,
.html5gallery-left-0,
.html5gallery-play-0,
.html5gallery-title-text-0,
.html5gallery-fullscreen-play-0 {
  display: none!important;
  opacity: 0!important;
}
.html5gallery-fullscreen-box-0 {
  background-color: transparent!important;
}
.html5gallery-fullscreen-next-0,
.html5gallery-fullscreen-prev-0 {
    background-repeat: no-repeat;
}
.html5gallery-fullscreen-close-0 {
background-color: #fff;
    border-radius: 50%;  
}
.html5gallery-lightbox-0 {
    width: 45px!important;
    height: 45px!important;
}

.html5gallery-toolbox-0 {
  display: block!important;
  opacity: 1!important;
}
.html5gallery-container-0 {
  left: -11px!important;
}
.html5gallery-elem-img-0  {
  border: 3px solid #fff!important;
}

.html5gallery-fullscreen-overlay-0 {
  opacity: 0.7!important;
}


/* footer styles */
footer {
	color: #fff;
	padding: 80px 0 0;
  font-weight: 400; 
  font-family: 'Raleway', sans-serif;
}
footer ul li {
	max-width: 215px;
	border-bottom: 1px solid #7f7f7f;
	padding: 8px 0;
	text-transform: uppercase;
  font-weight: 700; 
}
footer label {
	text-transform: uppercase;
  font-weight: 400; 
}

footer ul li a {
	display: block;
	color: #fff;
}
footer .logo {
    margin: 20px 0 40px;
    display: inline-block;
}
footer .info a {
	color: #fff;
}
footer .info span {
	color: #bfbfbf;
}
footer a:hover {
	color: #7f7f7f;
}
footer ul li i {
	font-size: 11px;
	color: #7f7f7f;
}
footer .info p {
  margin: 0;
}
.footer-bottom {
	padding: 15px 0 10px;
	margin-top: 80px;
}
.footer-bottom a {
	color: #fff;
}
footer input {
  max-width: 215px;
}
footer .info {
  padding: 0 8px 9px 0;
}
footer iframe {
  max-width: 100%;
}






