/* TABLE OF CONTENTS

	1. Default Configs
    2. Labels
    3. Tooltip
    4. Top Navbar
    5. Teaser Slider
    6. Call to Action
    7. Features
    8. Room Tabs
    9. Location
    10. Attractions
    11. Newsletter
    12. Reviews
    13. About
    14. Counter
    15. Rates
    16. Services
    17. Content
    18. Partners
    19. Contact
    20. Address
    21. Footer
    22. Scroll Up Button
    23. Inquiry Modal
    24. Breakpoints / Media Queries
    25. Helper Classes
    26. Change default Nav Breakpoint
*/

/* 8. Room Tabs
-------------------------------------*/
.room-tabs {
  background-color: #ffffff;
  padding: 0px 0 85px 0;
}
.room-tabs h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 35px;
  color: #4a4a4a;
}
.room-tabs .room-tabs-info {
  margin-bottom: 12px;
}
.room-tabs .room-tabs-info img {
  float: left;
}
.room-tabs .nav-tabs {
  margin-bottom: 47px;
  font-size: 18px;
  border-bottom: 7px solid #e3e3e3;
}
.room-tabs .nav-tabs li {
  margin-bottom: -7px;
  border-right: 2px solid #fff;
}
.room-tabs .nav-tabs li a {
  margin: 0;
  color: #4a4a4a;
  background-color: #fff;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 7px solid #e3e3e3;
}
.room-tabs .nav-tabs li a:hover{
   color: #585858;
  background-color: #fff;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 7px solid #74a534;
}
.room-tabs .nav-tabs li.active a {
  color: #585858;
  background-color: #fff;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 7px solid #74a534;
}
.room-tabs .room-tabs-gallery .room-tabs-gallery-thumbnails {
  width: 75px;
  float: left;
}
.room-tabs .room-tabs-gallery .room-tabs-gallery-thumbnails a {
  margin-bottom: 10px;
  display: block;
}
.room-tabs .room-tabs-gallery .room-tabs-gallery-image {
  width: 460px;
  float: right;
}
.room-tabs .room-tabs-gallery .room-tabs-gallery-image .room-tabs-gallery-preview-container {
  height: 280px;
  border-bottom: 7px solid #74a534;
  overflow: hidden;
  display: block;
  position: relative;
}
.room-tabs .room-tabs-gallery .room-tabs-gallery-caption {
  position: relative;
  background-color: #74a534;
  color: #fff;
  border-top: 1px solid #fff;
  padding: 15px 20px 0 20px;
  height: 55px;
  font-size: 14px;
  z-index: 20;
}
.room-tabs .room-tabs-gallery .room-tabs-gallery-caption .btn-room-check {
  float: right;
  background-color: #74a534;
  border: 1px solid #fff;
  font-size: 14px;
  margin-top: -5px;
  font-weight: 400;
  padding: 6px 12px;
}
.room-tabs .room-tabs-gallery .room-tabs-gallery-caption .btn-room-check i {
  margin-right: 5px;
}
.room-tabs .room-tabs-gallery .room-tabs-gallery-caption .btn-room-check:hover {
  background-color: #219eaf;
  color: #fff;
}
.room-tabs .room-tabs-gallery .room-tabs-gallery-caption:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #fff;
  position: absolute;
  left: 50%;
  top: -16px;
  margin-left: -16px;
}
.room-tabs .room-tabs-gallery .room-tabs-gallery-caption:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #74a534;
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -15px;
}
.room-tabs .room-tabs-description h3 {
  font-size: 22px;
  color: #74a534;
  margin-bottom: 20px;
}
.room-tabs .room-tabs-checklist {
  margin-top: 15px;
  margin-bottom: 0;
}
.room-tabs .room-tabs-checklist li {
  border: none;
  padding: 0 0 6px 0;
  font-weight: 600;
}
.room-tabs .room-tabs-checklist li:last-of-type {
  padding-bottom: 0;
}
.room-tabs .room-tabs-checklist li i {
  color: #74a534;
  font-size: 18px;
  float: left;
  margin-right: 8px;
  display: block;
  margin-top: 6px;
}
.modal-backdrop.in {
  opacity: 0.9;
  background-color: #213437;
}
#roomTabsGalleryPreviewModal .modal-dialog {
  z-index: 100;
  min-width: 300px;
  margin-top: 100px;
}
#roomTabsGalleryPreviewModal .modal-dialog .modal-content .modal-nav {
  position: absolute;
  top: -42px;
  width: 100%;
  color: #fff;
}
#roomTabsGalleryPreviewModal .modal-dialog .modal-content .modal-nav .title {
  margin-top: 9px;
}
#roomTabsGalleryPreviewModal .modal-dialog .modal-content .modal-nav .close {
  height: 43px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  opacity: 1;
}
#roomTabsGalleryPreviewModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#roomTabsGalleryPreviewModal .modal-dialog .modal-content .modal-body img {
  border: 1px solid #fff;
}


/* 9. Location
-------------------------------------*/
.location .location-map-container {
  height: 500px;
}
.location .location-address {
  background-color: #74a534;
  color: #fff;
  font-size: 20px;
  height: 80px;
  opacity: 0.9;
  margin-top: -80px;
}
.location .location-address address {
  padding-top: 20px;
}
.location .location-address i {
  font-size: 36px;
}
/* 10. Attractions
-------------------------------------*/
.attractions {
  padding: 40px 0 0px 0;
  background-color: #fff;
}
.attractions h2 {
  text-align: center;
  font-size: 30px;
  font-weight: lighter;
  margin: 0 0 40px 0;
  padding: 0;
  color: #4a4a4a;
}
.attractions p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 40px;
  color: #383838;
}
.attractions .attraction-video {
  margin-bottom: 30px;
  border-bottom: 7px solid #74a534;
  padding-bottom: 1px;
}
.attractions .attraction-video .video-preview-img {
  position: relative;
}
.attractions .attraction-video .video-preview-img .video-play-button {
  width: 112px;
  height: 112px;
  background-color: #fff;
  border-radius: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -56px 0 0 -56px;
  text-align: center;
  color: #585858;
  line-height: 112px;
  font-size: 48px;
  padding-left: 10px;
  -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
}
.attractions .attraction-video:hover .video-play-button {
  opacity: 0.5;
}
.attractions .attraction-link {
  margin-bottom: 30px;
  overflow: hidden;
}
.attractions .attraction-link a .attraction-img {
  position: relative;
}
.attractions .attraction-link a .attraction-img img {
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.attractions .attraction-link a .attraction-img .attraction-overlay {
  position: absolute;
  background-color: rgba(87, 188, 202, 0);
  border: none;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.attractions .attraction-link a .attraction-img .attraction-overlay i {
  font-size: 46px;
  color: #fff;
  position: relative;
  top: calc(40%);
  /* 50% - 3/4 of icon height */
  opacity: 0;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.attractions .attraction-link a .attraction-caption {
  position: relative;
  background-color: #74a534;
  color: #fff;
  border-top: 1px solid #fff;
  padding: 15px 20px 0 20px;
  height: 55px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.attractions .attraction-link a .attraction-caption .attraction-caption-title {
  float: left;
  font-weight: 600;
}
.attractions .attraction-link a .attraction-caption .attraction-distance {
  float: right;
}
.attractions .attraction-link a .attraction-caption:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #fff;
  position: absolute;
  left: 50%;
  top: -16px;
  margin-left: -16px;
}
.attractions .attraction-link a .attraction-caption:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #74a534;
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -15px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.attractions .attraction-link a:hover .attraction-img img {
  -webkit-transform: scale(1.24);
      -ms-transform: scale(1.24);
          transform: scale(1.24);
}
.attractions .attraction-link a:hover .attraction-img .attraction-overlay {
  background-color: rgba(87, 188, 202, 0.7);
}
.attractions .attraction-link a:hover .attraction-img .attraction-overlay i {
  opacity: 1;
}
.attractions .attraction-link a:hover .attraction-caption {
  background-color: #219eaf;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.attractions .attraction-link a:hover .attraction-caption:after {
  border-bottom-color: #219eaf;
}
/* 11. Newsletter
-------------------------------------*/
.newsletter {
  margin-top: 23px;
  padding-bottom: 122px;
}
.newsletter .newsletter-box {
  position: relative;
  background-color: #eaf5f7;
  padding: 85px 15px;
  min-height: 300px;
}
.newsletter .newsletter-box .newsletter-box-icon {
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 50%;
  margin-left: -55px;
  background-color: #fff;
  border: 2px solid #74a534;
  border-radius: 55px;
  text-align: center;
  font-size: 50px;
  color: #74a534;
  line-height: 110px;
}
.newsletter .newsletter-box h3 {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 35px;
  text-align: center;
  color: #4a4a4a;
}
.newsletter .newsletter-box h3 span {
  font-weight: 400;
  color: #74a534;
}
.newsletter .newsletter-box .input-group {
  background-color: #fff;
  padding: 10px 2px;
  height: 58px;
}
.newsletter .newsletter-box .input-group .input-group-addon {
  background-color: #fff;
  color: #74a534;
  border: none;
  font-size: 24px;
  border-right: 1px solid #74a534;
}
.newsletter .newsletter-box .input-group .form-control {
  background-color: #fff;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 18px;
  font-weight: 400;
}
.newsletter .newsletter-box .newsletter-box-submit {
  width: 350px;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  bottom: -85px;
}
.newsletter .newsletter-box .newsletter-box-submit .newsletter-box-button .btn {
  height: 50px;
  font-size: 24px;
  font-weight: 400;
  padding: 6px 12px;
}
.newsletter .newsletter-box .newsletter-box-submit .newsletter-box-button:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #74a534;
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -15px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.newsletter .newsletter-box .newsletter-box-submit .newsletter-box-button:hover:after {
  border-bottom-color: #219eaf;
}
.newsletter .newsletter-box .newsletter-box-submit .newsletter-box-socialmedia {
  margin-top: 20px;
}
.newsletter .newsletter-box .newsletter-box-submit .newsletter-box-socialmedia h4 {
  font-size: 18px;
  font-weight: 300;
  float: left;
  padding-left: 5px;
  margin-top: 10px;
}
.newsletter .newsletter-box .newsletter-box-submit .newsletter-box-socialmedia ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
.newsletter .newsletter-box .newsletter-box-submit .newsletter-box-socialmedia ul li {
  float: left;
}
.newsletter .newsletter-box .newsletter-box-submit .newsletter-box-socialmedia ul li a {
  width: 40px;
  height: 40px;
  border: 2px solid #74a534;
  text-align: center;
  line-height: 40px;
  color: #74a534;
  display: block;
  font-size: 19px;
  border-radius: 20px;
  margin: 0 5px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.newsletter .newsletter-box .newsletter-box-submit .newsletter-box-socialmedia ul li a:hover {
  border-color: #219eaf;
  color: #219eaf;
}
/* 12. Reviews
-------------------------------------*/
.reviews {
  padding: 40px 0 85px 0;
  background-color: #F1F1F1;
}
.reviews h2 {
  text-align: center;
  font-size: 24px;
  font-weight: lighter;
  margin: 0 0 12px 0;
  padding: 0;
  color: #4a4a4a;
  }
  
.1reviews h2 {
  font-size: 36px;
  font-weight: 300;
  color: #4a4a4a;
}
.reviews .review-controls {
  text-align: right;
}
.reviews .carousel-control {
  position: relative;
  width: 36px;
  height: 36px;
  background-image: none;
  background-color: #74a534;
  background-repeat: no-repeat;
  text-shadow: none;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 18px;
  padding: 0;
  margin: 23px 0 0 0;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.reviews .carousel-control i {
  font-size: 22px;
  text-shadow: none;
  line-height: 33px;
}
.reviews .carousel-control.left i {
  margin-left: -3px;
}
.reviews .carousel-control.right i {
  margin-left: 3px;
}
.reviews .carousel-control:hover {
  background-color: #219eaf;
}
.reviews .carousel-inner {
  margin-top: 35px;
}
.reviews .review-box {
  background-color: #fff;
  padding: 30px;
  border-bottom: 7px solid #74a534;
}
.reviews .review-box h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 0;
  color: #4a4a4a;
}
.reviews .review-box .review-person {
  margin: 30px 0 20px 0;
}
.reviews .review-box .review-person-image {
  float: left;
  border-radius: 42px;
}
.reviews .review-box .review-person-name {
  font-size: 24px;
  margin: 0 0 10px 105px;
  padding-top: 10px;
  color: #4a4a4a;
}
.reviews .review-box .review-person-location {
  margin-left: 100px;
  font-size: 17px;
  color: #74a534;
  font-weight: 400;
}
/* 13. About
-------------------------------------*/
.about {
  padding: 80px 0 85px 0;
}
.about .about-image {
  padding-bottom: 1px;
  border-bottom: 7px solid #74a534;
}
.about h2 {
  color: #4a4a4a;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 35px;
}
.about p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #383838;
}
.about .about-signature {
  margin-top: 35px;
}
.about .about-signature img {
  width: auto;
}
/* 14. Counter
-------------------------------------*/
.counter {
  padding: 85px 0;
  background-color: #eaf5f7;
}
.counter .counter-icon {
  font-size: 64px;
  color: #74a534;
  float: left;
  display: block;
  margin-right: 15px;
  width: 65px;
  height: 65px;
}
.counter .counter-number {
  font-size: 40px;
  color: #74a534;
  margin-left: 80px;
  padding-top: 10px;
  padding-bottom: 8px;
}
.counter .counter-description {
  font-size: 15px;
  margin-left: 80px;
  font-weight: 400;
  color: #4a4a4a;
}
/* 15. Rates
-------------------------------------*/
.rates {
  padding: 80px 0 85px 0;
}
.rates h2 {
  text-align: center;
  font-size: 48px;
  font-weight: lighter;
  margin: 0 0 85px 0;
  padding: 0;
  color: #4a4a4a;
}
.rates .rate {
  padding: 0;
}
.rates .rate-box {
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  border-left: 1px solid #bebebe;
  text-align: center;
  padding: 30px 20px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.rates .rate-box .rate-icon {
  color: #cccacc;
  font-size: 53px;
  line-height: 0;
}
.rates .rate-box .rate-icon .stars {
  font-size: 14px;
}
.rates .rate-box .rate-description {
  font-size: 18px;
  margin: 35px 0;
  display: block;
  text-transform: uppercase;
  color: #4a4a4a;
}
.rates .rate-box .rate-price {
  display: inline-block;
  color: #74a534;
  line-height: 1;
  margin-bottom: 45px;
}
.rates .rate-box .rate-price .rate-price-currency {
  font-size: 20px;
  float: left;
  display: block;
  margin-top: 14px;
}
.rates .rate-box .rate-price .rate-price-amount {
  font-size: 93px;
  float: left;
  display: block;
  font-weight: 600;
}
.rates .rate-box .rate-price .rate-price-duration {
  font-size: 14px;
  float: left;
  display: block;
  margin-top: 70px;
}
.rates .rate-box .rate-action button {
  background-color: #74a534;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
}
.rates .rate-box .rate-action button i {
  font-size: 27px;
  margin: 0 7px 0 0;
  vertical-align: sub;
}
.rates .rate-box .rate-action button:hover {
  background-color: #219eaf;
}
.rates .rate-box:last-of-type {
  border-right: 1px solid #bebebe;
}
.rates .rate-box.highlight {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 10;
  background-color: #74a534;
  border: none;
}
.rates .rate-box.highlight .rate-icon {
  color: #eaf5f7;
}
.rates .rate-box.highlight .rate-description {
  color: #fff;
}
.rates .rate-box.highlight .rate-price {
  color: #fff;
}
.rates .rate-box.highlight .rate-action button {
  border: 2px solid #fff;
}
.rates .rate-box.highlight + .rate-box {
  border-left: none;
}
.rates .rates-payment-info {
  text-align: center;
  margin-top: 65px;
}
.rates .rates-payment-info p {
  font-size: 20px;
  display: inline-block;
  font-weight: 300;
  margin-right: 10px;
}
.rates .rates-payment-info img {
  vertical-align: middle;
  height: 40px;
  margin-top: -9px;
}
/* 16. Services
-------------------------------------*/
.services {
  padding: 80px 0 37px 0;
  background-color: #f1f1f1;
}
.services h2 {
  text-align: center;
  font-size: 48px;
  font-weight: lighter;
  margin: 0 0 88px 0;
  padding: 0;
  color: #4a4a4a;
}
.services .service {
  margin-bottom: 53px;
}
.services .service .service-icon {
  width: 60px;
  height: 60px;
  margin: -20px auto 0 auto;
  border: 2px solid #74a534;
  border-radius: 31px;
  text-align: center;
  font-size: 22px;
  color: #74a534;
  line-height: 57px;
  position: relative;
  float: left;
}
.services .service .service-icon:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #74a534;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -6px;
}
.services .service h3 {
  margin: 0 0 6px 77px;
  font-size: 20px;
  font-weight: 400;
  color: #4a4a4a;
}
.services .service p {
  margin: 0 0 0 77px;
}
/* 17. Content
-------------------------------------*/
.content {
  padding: 80px 0 85px 0;
}
.content h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #4a4a4a;
}
.content h3 {
  margin-bottom: 25px;
  font-size: 20px;
  color: #74a534;
  font-weight: normal;
  line-height: 1.6;
}
.content p {
  margin-bottom: 25px;
}
.content p:last-of-type {
  margin-bottom: 0;
}
.content .btn {
  font-weight: 600;
}
.content .content-img-box {
  padding-bottom: 1px;
  border-bottom: 7px solid #74a534;
}
.content .content-img-left,
.content .content-img-right {
  margin-bottom: 85px;
}
.content .content-img-left:last-of-type,
.content .content-img-right:last-of-type {
  margin-bottom: 0;
}
/* 18. Partners
-------------------------------------*/
.partners {
  background-color: #f1f1f1;
  
}
.partners .partners-container {
  padding: 45px 15px 80px 15px;
 
}
.partners .partner-img {
  padding: 5px;
  background-color: #fff;
}
.1partners .1partner-img {
  padding: 5px;
  background-color: #fff;
}
.partners h2 {
  font-size: 14px;
  margin: 0 0 25px 0;
  color: #74a534;
}
/* 19. Contact
-------------------------------------*/
.contact {
  padding: 80px 0 85px 0;
}
.contact h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #4a4a4a;
}
.contact h3 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
  color: #74a534;
}
.contact .contact-header {
  margin-bottom: 45px;
  padding-bottom: 22px;
  border-bottom: 1px solid #dcdcdc;
}
.contact .contact-img {
  float: left;
  margin-right: 20px;
  padding: 1px;
  border: 2px solid #d0cccc;
  width: 83px;
}
.contact .contact-person {
  font-size: 20px;
  font-weight: 600;
}
.contact .contact-title {
  font-weight: 400;
}
.contact .contact-phone {
  font-size: 20px;
  font-weight: 600;
  color: #74a534;
  margin-top: 8px;
}
.contact .contact-phone i {
  font-size: 30px;
  margin-right: 10px;
  display: block;
  float: left;
  margin-top: -3px;
}
.contact .input-group {
  border: 1px solid #f5f5f5;
  background-color: #f1f1f1;
  padding: 10px 2px;
  height: 58px;
  margin-bottom: 14px;
}
.contact .input-group .input-group-addon {
  background-color: #f1f1f1;
  color: #74a534;
  border: none;
  font-size: 24px;
  border-right: 1px solid #74a534;
}
.contact .input-group .form-control {
  background-color: #f1f1f1;
  border: none;
  box-shadow: none;
  font-size: 18px;
  font-weight: 400;
}
.contact .input-group.textbox {
  width: 100%;
}
.contact .input-group.textbox .input-group-addon {
  height: 44px;
  width: 55px;
  display: block;
  float: left;
}
.contact .input-group.textbox .input-group-addon i {
  vertical-align: middle;
}
.contact .input-group.textbox textarea {
  float: left;
  width: 490px;
}
.contact .contact-form-info {
  float: left;
  margin-top: 11px;
  color: #585858;
  font-size: 12px;
}
.contact .btn-contact-form {
  float: right;
  font-weight: 600;
}
.contact .btn-contact-form i {
  margin-top: -4px;
  margin-left: 2px;
}
/* 20. Address
-------------------------------------*/
.address {
  padding: 70px 0 70px 0;
  background-color: #eaf5f7;
  text-align: center;
}
.address h2 {
  margin-bottom: 15px;
}
.address address {
  font-size: 20px;
  color: #74a534;
  margin-bottom: 10px;
}
.address .address-info {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #4a4a4a;
}
.address .phones {
  margin-top: 30px;
  list-style: none;
  color: #74a534;
  font-size: 24px;
  padding: 0;
}
.address .phones li {
  display: inline-block;
  padding: 0 15px;
}
.address .phones li i {
  font-size: 36px;
  vertical-align: sub;
  margin-right: 7px;
}
