@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700,400,300);
@import url(//fonts.googleapis.com/css?family=Dorsa);
@import url(http://fonts.googleapis.com/css?family=Dosis:400,600);
/* =======================================================
          variables
======================================================== */
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: #f6f6f7;
  font: 14px/24px Georgia, 'Times New Roman', Times, serif;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  font: inherit;
}
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #d94d3a;
}
* {
  -webkit-text-size-adjust: none;
}
::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #666666;
}
::selection {
  color: #ffffff;
  background: #666666;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding: 20px 0;
  background: url(../images/header_bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  height: 556px;
}
#header .social {
  text-align: center;
}
#header .social .fa {
  width: 69px;
  height: 69px;
  background: #fff;
  line-height: 69px;
  margin: 0 35px 50px 35px;
  font-size: 38px;
  color: #423e3e;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .social .fa:hover {
  background: #d94d3a;
}
#header h1 {
  color: #ffffff;
  margin-top: 15px;
}
#header h1 a {
  font: 400 150px/115px 'Dorsa', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  height: 177px;
}
#header h1 a span {
  display: block;
  font: 30px/30px 'Dosis', sans-serif;
  margin-top: 28px;
  text-transform: none;
}
#header nav {
  margin-top: 53px;
}
.index #header {
  position: relative;
  background: none;
  height: 0;
  padding: 0;
}
.index #header #stuck_container {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 20px;
}

.panoramic {
    padding: 1rem;
    filter: drop-shadow(2px 4px 6px black);
    background: #01185b26;
}

@media only screen and (max-width: 767px) {
  #header {
    text-align: center;
  }
  #header h1,
  #header nav {
    float: none;
    display: inline-block;
  }
  #header nav {
    display: block;
  }
  #header .social .fa {
    margin: 0 25px 50px 25px;
  }
}
@media only screen and (max-width: 480px) {
  #header .social .fa {
    margin: 0 5px 50px 5px;
  }
}
/* Main menu styles
========================================================*/
.sf-menu {
  width: 100%;
  text-align: center;
  line-height: 36px;
  margin-top: auto;
  margin-top: 32px;
  border-top: 2px solid #fff;
  padding-top: 50px;
  display: table;
}
.sf-menu > li {
  display: table-cell;
  table-layout: fixed;
  position: relative;
  padding: 0;
  margin: 0;
}
.sf-menu > li > a {
  color: #b5b2b2;
  font-size: 36px;
  margin-left: 29px;
  font-family: 'Dosis', sans-serif;
  margin-bottom: 30px;
  position: relative;
}
.sf-menu > li > a:hover {
  color: #ffffff;
}
.sf-menu > li > a:hover:before {
  background-position: 0 0;
  top: -46px;
  height: 21px;
}
.sf-menu > li > a:before {
  content: "";
  position: absolute;
  top: -52px;
  left: 37%;
  width: 38px;
  height: 12px;
  background: url(../images/menu-bullet.png) 0 -21px no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu > li:first-child {
  padding-right: 0;
}
.sf-menu > li.current > a {
  color: #ffffff;
}
.sf-menu > li.current > a:before {
  background-position: 0 0;
  top: -46px;
  height: 21px;
}
@media only screen and (max-width: 979px) {
  .sf-menu li {
    padding-right: 0;
  }
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 66px;
  left: calc(50% - 80px);
  background: #d94d3a;
  color: #ffffff;
  min-width: 160px;
  z-index: 999;
  display: none;
  text-align: left;
  padding-left: 33px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul:before {
  content: "";
  position: absolute;
  top: -10px;
  left: calc(50% - 3px);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #d94d3a;
}
.sf-menu ul li {
  position: relative;
  height: 48px;
  line-height: 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu ul li a {
  line-height: 12px;
  padding: 10px 0;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  display: block;
}
.sf-menu ul li:hover > a {
  color: #7d261a;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 126px;
  z-index: 4;
  min-width: 157px;
  border: none;
  background: #dbb3ae;
}
.sf-menu ul ul:before {
  display: none;
}
.sf-menu ul ul a:hover {
  color: #d94d3a;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-color: #d94d3a;
    color: #666;
    font-size: 16px;
    padding: 5px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: url(../images/header_bg.jpg) bottom;
  background-size: cover;
  z-index: 9;
  padding: 0 0 10px 0;
  border-bottom: 7px solid #012F7A;
}
.isStuck .social {
  display: none;
}
.isStuck h1 {
  display: none;
}
.isStuck nav {
  margin-top: 17px !important;
}
.isStuck .sf-menu {
  margin-top: 3px;
  border: none;
  padding: 0;
}
.isStuck .sf-menu > li > a:before {
  display: none;
}
.isStuck .sf-menu > li > a:hover:before {
  display: none;
}
.isStuck .sf-menu > li.current > a:before {
  display: none;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
h2,
h3,
h4 {
  font-family: 'Marvel', sans-serif;
  color: #3c3c3ec7;
}
h2 {
  font: 400 60px/60px 'Open Sans', sans-serif;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
}
h3 {
  font-size: 50px;
  font-family: 'Marvel', sans-serif;
  text-align: center;
  line-height: 50px;
}
h4 {
  font-size: 28px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}
h5 {
  font-size: 16px;
  line-height: 16px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  margin-bottom: 10px;
  color: #3c3c3e;
}
.h5__mod {
  color: #d94d3a;
}
p {
  font: 16px/20px 'Open Sans', sans-serif;
  color: #727070;
}
.full-width-container {
  width: 100%;
}
.img_block {
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.img_block img {
  width: 100%;
}
.btn {
  width: 228px;
  border: 1px solid #5d5959;
  background: none;
  display: block;
  font: 36px/76px 'Open Sans', sans-serif;
  text-align: center;
  color: #5d5959;
  margin-top: 20px;
  margin: 20px auto;
}
.btn:hover {
  background: #01185B;
  color: #ffffff;
}
.bd-ra {
  border-radius: 50%;
}
.sub_head {
  font-size: 24px;
  font-style: italic;
  line-height: 36px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 979px) {
  h2 {
    font: 300 62px/62px 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 40px;
  }
  h2 span:before {
    display: none;
  }
  h3 {
    font: 45px/45px 'Marvel', sans-serif;
    text-align: center;
  }
  h4 {
    font: 30px/30px 'Marvel', sans-serif;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h5 {
    font: 20px/20px 'Marvel', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    color: #3c3c3e;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font: 300 52px/52px 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 40px;
  }
  h2 span:before {
    display: none;
  }
  h3 {
    font: 45px/45px 'Marvel', sans-serif;
    text-align: center;
  }
  h4 {
    font: 25px/25px 'Marvel', sans-serif;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h5 {
    font: 20px/20px 'Marvel', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    color: #3c3c3e;
  }
  .img_block {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  h2 {
    font: 300 42px/42px 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 40px;
  }
  h2 span:before {
    display: none;
  }
  h3 {
    font: 35px/35px 'Marvel', sans-serif;
    text-align: center;
  }
  h4 {
    font: 20px/20px 'Marvel', sans-serif;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h5 {
    font: 16px/16px 'Marvel', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    color: #3c3c3e;
  }
  .img_block {
    margin-bottom: 20px;
  }
}
.index .block-1 {
  position: relative;
}
.index .block-2 {
  position: relative;
  margin-top: -333px;
}
.index .block-2 h2 {
  color: #ffffff;
  font-size: 48px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  border-bottom: none;
  display: block;
  text-align: center;
}
.index .block-2 .isotope a {
  float: left;
  height: 284px;
  overflow: hidden;
  border: 1px solid #3f3d3d;
  position: relative;
}
.index .block-2 .isotope a i {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  display: block;
  background: url(../images/filler-1.png) repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 100px;
  color: #fff;
  line-height: 260px;
  text-align: center;
}
.index .block-2 .isotope a:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.index .block-2 .isotope .item-1 {
  border-bottom: none;
}
.index .block-2 .isotope .item-2,
.index .block-2 .isotope .item-3 {
  border-bottom: none;
  border-left: none;
}
.index .block-2 .isotope .item-5,
.index .block-2 .isotope .item-6 {
  border-left: none;
}
.index .block-2 .btn {
  margin-top: 77px;
  margin-bottom: 140px;
}
.index .block-3 {
  padding-bottom: 70px;
}
.index .block-3 .first {
  font-size: 18px;
  margin-bottom: 40px;
}
.index .block-3 .btn {
  margin: 50px 0 20px 0;
}
.index .block-3 .img_block {
  float: left;
  margin-right: 30px;
}
.index .block-4 {
    background: url(../images/index_img_par.jpg);
    background-attachment: fixed;
    background-position: center 0%;
    position: relative;
    background-repeat: no-repeat;
    padding: 80px 0;
    overflow: hidden;
    background-color: #01185bba;
    background-blend-mode: color;
}
.index .block-4 span {
  font-size: 50px;

}
.index .block-4 .el-1 {
  left: 300px;
}
.index .block-4 .el-2 {
  left: 585px;
}
.index .block-4 .btn {
  border-color: #ffffff;
  color: #ffffff;
  margin-top: 40px;
}
.index .block-5 {
  padding: 80px 0;
}
.index .block-5 .text {
  border: 1px solid #fff;
  font: 14px/20px 'Open Sans', sans-serif;
  color: #727070;
  margin-bottom: 30px;
}
.index .block-5 .item-1 .text {
  margin-left: 30px;
  padding: 30px 40px 28px 100px;
  position: relative;
}
.index .block-5 .item-1 .text:before {
  content: "";
  width: 21px;
  height: 38px;
  background: url(../images/left-arrow.png) no-repeat;
  position: absolute;
  top: 60px;
  left: -20px;
}
.index .block-5 .item-2 .text {
  margin-right: 30px;
  padding: 30px 100px 28px 40px;
  position: relative;
}
.index .block-5 .item-2 .text:before {
  content: "";
  width: 21px;
  height: 38px;
  background: url(../images/right-arrow.png) no-repeat;
  position: absolute;
  top: 60px;
  right: -20px;
}
.index .block-6 #map-canvas {
  height: 680px;
}
@media only screen and (max-width: 1499px) {
  .index .block-2 {
    margin-top: -300px;
  }
}
@media only screen and (max-width: 1399px) {
  .index .block-2 {
    margin-top: -270px;
  }
}
@media only screen and (max-width: 1199px) {
  .index .w-1 {
    width: 27.5%;
  }
  .index .w-2 {
    width: 44%;
  }
  .index .block-2 {
    margin-top: -270px;
  }
  .index .block-2 .img_block {
    height: 100%;
  }
  .index .block-2 .img_block img {
    width: auto;
    height: 100%;
  }
  .index .block-2 .isotope a {
    height: 265px;
  }
  .index .block-2 .isotope i {
    line-height: 265px;
  }
  .index .block-4 .el-1,
  .index .block-4 .el-2 {
    position: static;
    margin-left: 100px;
  }
  .index .block-5 .item-1 .text {
    padding-left: 40px;
  }
  .index .block-5 .item-2 .text {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 979px) {
  .index .block-2 {
    margin-top: -270px;
  }
  .index .block-2 .isotope a {
    height: 211px;
  }
  .index .block-2 .isotope i {
    line-height: 211px !important;
  }
  .index .block-3 h3 {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .index .block-2 .isotope a {
    width: 100%;
    height: 211px;
    border: 1px solid #000 !important;
    margin-top: -1px;
  }
  .index .block-2 .isotope a .img_block {
    width: 100%;
    margin-bottom: 0;
  }
  .index .block-2 .isotope a .img_block img {
    width: 100%;
    height: auto;
  }
  .index .block-3 .element {
    padding: 0;
  }
  .index .block-3 .grid_7 h2 {
    margin-top: 50px;
  }
  .index .block-5 article {
    margin-bottom: 60px;
  }
  .index .block-5 .img_block {
    width: 60%;
    margin: 30px auto;
  }
  .index .item-1 .text {
    margin: 30px 0 !important;
  }
  .index .item-1 .text:before {
    display: none;
  }
  .index .item-1 .text:after {
    content: "";
    position: absolute;
    top: -22px;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 22px solid #ffffff;
  }
  .index .item-2 .text {
    margin: 0 0 30px 0 !important;
  }
  .index .item-2 .text:before {
    display: none;
  }
  .index .item-2 .text:after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 22px solid #ffffff;
  }
}
@media only screen and (max-width: 640px) {
  .index .block-4 .el-1,
  .index .block-4 .el-2 {
    font-size: 70px;
    line-height: 75px;
    margin-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .index .block-4 .el-1,
  .index .block-4 .el-2 {
    font-size: 40px;
    line-height: 45px;
  }
  .index .block-5 .img_block {
    width: 100%;
  }
}
.index-1 .block-1 {
  padding: 120px 0 70px;
}
.index-1 .block-1 header {
  text-align: center;
}
.index-1 .block-1 h2 {
  margin-bottom: 64px;
}
.index-1 .block-1 article {
  border: 1px solid #000;
  border-top: none;
  padding-top: 5px;
  margin-bottom: 95px;
}
.index-1 .block-1 h4 {
  background: #323045;
  color: #ffffff;
  line-height: 52px;
  margin-top: 0;
  margin-bottom: 20px;
}
.index-1 .block-1 p {
  padding: 0 32px 25px;
}
.index-1 .block-1 .img_block {
  margin-bottom: 0 !important;
}
.index-1 .block-1 .img_block i {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  display: block;
  background: url(../images/filler-1.png) repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 100px;
  color: #fff;
  line-height: 234px;
  text-align: center;
}
.index-1 .block-1 .img_block:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 1199px) {
  .index-1 .block-1 .img_block i {
    line-height: 190px;
  }
}
@media only screen and (max-width: 979px) and (min-width: 768px) {
  .index-1 .block-1 .img_block i {
    line-height: 149px;
  }
  .index-1 .block-3 .bd-ra {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .index-1 .block-1 .img_block i {
    line-height: 266px;
  }
  .index-1 .block-3 .bd-ra {
    margin: 10px auto;
  }
  .index-1 .block-3 p {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .index-1 .block-1 .img_block i {
    line-height: 171px;
  }
}
.index-2 .block-1 {
  padding: 120px 0 70px;
}
.index-2 .block-1 header {
  text-align: center;
}
.index-2 .block-1 #touch_gallery .grid_4 {
  position: relative;
  overflow: hidden;
  margin-bottom: 33px;
}
.index-2 .block-1 h2 {
  margin-bottom: 64px;
}
.index-2 .block-1 article {
  border: 1px solid rgba(50, 48, 69, 0.5);
  background: #323045;
  padding-top: 6px;
  position: absolute;
  top: 207px;
  left: 0;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-2 .block-1 article:hover {
  top: 0;
  padding-top: 41px;
}
.index-2 .block-1 h4 {
  background: none;
  color: #ffffff;
  line-height: 52px;
  margin-top: 0;
  margin-bottom: 20px;
}
.index-2 .block-1 p {
  padding: 0 25px 25px;
  color: #efeded;
}
.index-2 .block-1 .img_block {
  margin-bottom: 0 !important;
}
.index-2 .block-1 .img_block i {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  display: block;
  background: url(../images/filler.png) no-repeat;
  background-size: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-2 .block-1 .img_block:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.index-2 .block-1 .pagination {
  text-align: center;
  margin-top: 43px;
}
.index-2 .block-1 .pagination a {
  display: inline-block;
  width: 53px;
  height: 36px;
  font: 24px/36px 'Dosis', sans-serif;
  color: #5d5959;
  border: 1px solid #7b7878;
  margin-left: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-2 .block-1 .pagination a.active {
  background: #ffffff;
}
.index-2 .block-1 .pagination a:hover {
  background: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .index-2 .block-1 article {
    top: 165px;
  }
  .index-2 .block-1 article:hover {
    padding-top: 10px;
  }
  .index-2 .block-1 article h4 {
    line-height: 35px;
  }
}
@media only screen and (max-width: 979px) {
  .index-2 .block-1 article {
    top: 130px;
  }
  .index-2 .block-1 article:hover {
    padding-top: 10px;
  }
  .index-2 .block-1 article h4 {
    line-height: 35px;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .index-2 .block-1 article p {
    font-size: 12px;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .index-2 .block-1 article {
    top: 234px;
  }
  .index-2 .block-1 article:hover {
    padding-top: 10px;
  }
  .index-2 .block-1 article h4 {
    line-height: 35px;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .index-2 .block-1 article p {
    font-size: 14px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  .index-2 .block-1 article {
    top: 150px;
  }
  .index-2 .block-1 article:hover {
    padding-top: 10px;
  }
  .index-2 .block-1 article h4 {
    line-height: 35px;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .index-2 .block-1 article p {
    font-size: 14px;
    padding: 0 10px;
  }
}
.index-3 .block-1 {
  padding: 80px 0;
}
.index-3 .block-1 h4 {
  text-align: left;
  color: #3c3c3e;
  margin-bottom: 35px;
}
.index-3 .block-1 article {
  margin-bottom: 100px;
}
.index-3 .block-1 .first {
  margin-bottom: 25px;
  margin-top: 20px;
}
.index-3 .block-1 .attributes {
  margin-top: 25px;
}
.index-3 .block-1 .attributes > div {
  border-bottom: 1px solid #d1d1d2;
  height: 40px;
  line-height: 40px;
}
.index-3 .block-1 .attributes > div > div {
  display: inline-block;
  font-size: 14px;
  color: #737272;
}
.index-3 .block-1 .attributes > div > div a {
  color: #737272;
  font-family: 'Open Sans', sans-serif;
}
.index-3 .block-1 .attributes > div > div a:hover {
  color: #000;
}
.index-3 .block-1 .attributes > div .fa {
  line-height: 40px;
  color: #adacac;
  font-size: 20px;
  margin-right: 25px;
}
.index-3 .block-1 .attributes .attr {
  width: 236px;
}
.index-3 .block-1 .attributes .attr-2 {
  float: right;
}
.index-3 .block-1 .attributes .attr-3 > div {
  display: inline-block;
}
.index-3 .block-1 .attributes .attr-3 > div span {
  margin-right: 5px;
}
.index-3 .block-1 .attributes .el-2 .fa:hover,
.index-3 .block-1 .attributes .el-3 .fa:hover {
  color: #d94d3a;
}
.index-3 .block-1 .line-1 {
  border-top: 1px solid #d1d1d2;
}
.index-3 .item-1 {
  margin-bottom: 100px;
}
.index-3 .item-1 li {
  padding-left: 23px;
  background: url(../images/bullet.png) 1px 9px no-repeat;
  margin-bottom: 5px;
}
.index-3 .item-1 li a {
  color: #535151;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.index-3 .item-1 li a:hover {
  color: #d94d3a;
}
.index-3 .item-2 .img_block {
  float: left;
  margin-right: 20px;
}
.index-3 .item-2 h5 {
  margin-bottom: 5px;
}
.index-3 .item-2 p {
  margin-top: 25px;
}
.index-3 .item-2 article {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1199px) {
  .index-3 .block-1 .attributes .attr {
    width: 200px;
  }
}
@media only screen and (max-width: 979px) {
  .index-3 .block-1 .attributes .attr {
    width: 155px;
  }
  .index-3 .item-2 .img_block {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .index-3 .block-1 .attributes > div {
    height: auto;
  }
  .index-3 .block-1 .attributes .attr {
    width: 49%;
  }
  .index-3 .block-1 .attributes .attr-2 {
    float: none;
  }
  .index-3 .item-2 .img_block {
    float: left;
  }
  .index-3 .item-2 h5 {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .index-3 .block-1 .attributes > div {
    height: auto;
  }
  .index-3 .block-1 .attributes .attr {
    width: 100%;
  }
  .index-3 .block-1 .attributes .attr-2 {
    float: none;
  }
  .index-3 .item-2 .img_block {
    float: none;
  }
}
.index-4 .block-1 {
  padding: 80px 0;
}
.index-4 .block-1 header {
  text-align: center;
}
.index-4 .block-1 #map-canvas {
  height: 428px;
}
.index-4 .block-2 {
  padding: 80px 0;
}
.index-4 .block-2 .cont_btn a {
  display: inline-block;
  font-size: 26px;
  width: 172px;
  height: 57px;
  line-height: 57px;
}
.index-4 .block-2 .address a {
  color: inherit;
}
.index-4 .block-2 .address a:hover {
  color: #d94d3a;
}
@media only screen and (max-width: 767px) {
  .index-4 h2 {
    margin-top: 30px;
  }
  .index-4 .address {
    margin-top: 20px;
  }
  .index-4 .block-2 .cont_btn {
    margin-bottom: 70px;
  }
  .index-4 .block-2 .cont_btn .btn {
    margin-right: 30px !important;
  }
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  background: #272727;
  padding: 10px 0 0;
}
footer p {
  color: #909090;
  margin: 5px auto;
}
#footer a {
  color: inherit;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .copyright {
  text-align: center;
}
#footer .copyright .btn {
  width: 94px;
  height: 94px;
  line-height: 94px;
  font-size: 60px;
  color: #423e3e;
  background: #fff;
  border: none;
  margin: 30px 50px;
}
#footer .copyright .btn span {
  line-height: 94px;
}
#footer .copyright .btn:hover {
  background: #423e3e;
  color: #fff;
}
#footer .copyright pre {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
#footer .footer_bottom {
  height: 35px;
  text-align: center;
  background: #01185B;
  padding-top: 14px;
}
@media only screen and (max-width: 767px) {
  #footer .copyright .btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 30px 25px;
  }
}
@media only screen and (max-width: 479px) {
  #footer .copyright .btn {
    display: block;
    margin: 20px auto;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
    display: none;
    background: #01185b61;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    overflow: hidden;
    border: none;
    color: #ffffff8f;
    width: 73px;
    height: 73px;
    font-size: 72px;
    line-height: 73px;
    z-index: 20;
    text-align: center;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    filter: drop-shadow(2px 4px 6px black);
}
#toTop:hover {
    outline: none;
    color: #fff;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 979px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 767px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 480px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
/*Core variables and mixins*/
.galphoto img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    filter: drop-shadow(2px 4px 6px black) !important;
}
.custfoto .grid_4 {
    margin-left: 0px;
}
header a:hover {
  text-decoration: none;
}
.navbar-nav {
  font: 15px/30px dosis,sans-serif;
    margin: 0px auto;
    font-weight: bold;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  text-decoration: underline;
}
.step35 {
  margin-top: 35px;
}
.step85 {
  margin-top: 85px;
}

    /* Cookie Dialog */
    #gdpr-cookie-message {
      position: fixed;
      left: 0px;
      bottom: 30px;
      max-width: 375px;
      background-color: #01185b;
      padding: 2rem;
      border-radius: 5px;
      box-shadow: 0 6px 6px rgba(0,0,0,0.25);
      border: 2px solid #f8f9fa3b;
      margin-left: 30px;
      font-family: system-ui;
      z-index: 99;
  }
  #gdpr-cookie-message h4 {
      color: #f8f9fad1;
      font-family: 'Quicksand', sans-serif;
      font-size: 17px;
      font-weight: 500;
      margin-bottom: 10px;
  }
  #gdpr-cookie-message h5 {
      color: black;
      font-family: 'Quicksand', sans-serif;
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 10px;
  }
  #gdpr-cookie-message p, #gdpr-cookie-message ul {
      color: #f8f9fad1;
      font-size: 13px;
      line-height: 1.5em;
      margin-bottom: 10px;
  }
  #gdpr-cookie-message p:last-child {
      margin-bottom: 0;
      text-align: right;
  }
  #gdpr-cookie-message li {
      width: 49%;
      display: inline-block;
  }
  #gdpr-cookie-message a {
      color: var(--red);
      text-decoration: none;
      font-size: 15px;
      padding-bottom: 2px;
      border-bottom: 1px dotted rgba(255,255,255,0.75);
      transition: all 0.3s ease-in;
display: none;
  }
  #gdpr-cookie-message a:hover {
      color: white;
      border-bottom-color: var(--red);
      transition: all 0.3s ease-in;
  }
  #gdpr-cookie-message button {
      border: 1px solid #f8f8fa3b;
      background: #01185b;
      color: #f8f9fad1;
      font-family: 'Quicksand', sans-serif;
      font-size: 15px;
      padding: 7px;
      border-radius: 3px;
      margin-left: 15px;
      cursor: pointer;
      transition: all 0.3s ease-in;
      filter: drop-shadow(2px 4px 6px black);
  }
  #gdpr-cookie-message button:hover {
      background: transparent;
      color: #f8f9fa;
      transition: all 0.3s ease-in;
  }
  button#gdpr-cookie-advanced {
      background: white;
      color: var(--red);
display: none;
  }
  #gdpr-cookie-message button:disabled {
      opacity: 0.3;
  }
  #gdpr-cookie-message input[type="checkbox"] {
      float: none;
      margin-top: 0;
      margin-right: 5px;
  }
  @media(max-width:767px) {
      #gdpr-cookie-message {
          max-width: 95%;
          width: 95%;
          left: 50%;
          transform: translateX(-50%);
          bottom: 60px;
          margin-left: 0px;
      }
  }

  /* ÃƒÂÃ‚Â¡Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â³ÃƒÂÃ‚Â¾ ÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â° */
.modalp-header h2 {
  color: #555;  
  font-size: 20px;
  font-weight: normal;
  line-height: 1;    
  margin: 0;
}
/* ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° ÃƒÂÃ‚Â·ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Â¹Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚Â ÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â° */
.modalp .btn-close {
  color: #aaa;
  cursor: pointer;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 10px;
  top: 0;
}
.modalp .btn-close:hover {
  color: red;
}
/* Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¹ ÃƒÂÃ‚Â·ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚Â */
.modalp-wrap:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, .3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
}
.modalp-overlay {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 102;
}
/* ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â²ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚Â¾Ãƒâ€˜Ã‚Â ÃƒÂÃ‚Â·ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚Â ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â³ÃƒÂÃ‚Â¾ ÃƒÂÃ‚Â±ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° */
.modalp-open:checked ~ .modalp-wrap:before,
.modalp-open:checked ~ .modalp-wrap .modalp-overlay {
  display: block;
}
.modalp-open:checked ~ .modalp-wrap .modalp-dialog {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
  top: 50%;
}
/* Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â‚¬Â¹ ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â³ÃƒÂÃ‚Â¾ ÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â° */
.modalp-dialog {
  background: #fefefe;
  border: none;
  border-radius: 0px;
  position: fixed;
  width: 80%;
  height: 800px;
  overflow: auto;
  max-height: 80%;
  max-width: 800px;
  left: 50%;
  top: -100%;
  -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22), 0 19px 60px rgba(0,0,0,.3);
  -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
  box-shadow: 0 15px 20px rgba(0,0,0,.22), 0 19px 60px rgba(0,0,0,.3);
  -webkit-transform: translate(-50%, -500%);
  -ms-transform: translate(-50%, -500%);
  -o-transform: translate(-50%, -500%);
  transform: translate(-50%, -500%);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  z-index: 999999;
}
.modalp-body {
padding: 20px;
}
.modalp-body p {
margin: 0;
padding: 20px;
  text-align: justify;
  font-size: 14px;
  color: black;
}
.modalp-header,
.modalp-footer {
  padding: 20px 20px;
}
.modalp-header {
border-bottom: #eaeaea solid 1px;
text-align: center;
background: #272727;
}
.modalp-header h2 {
  font-size: 20px;
margin: 0;
color: white;
border-bottom: 0px;
}
.modalp-footer {
  border-top: #eaeaea solid 1px;
  text-align: right;
}
/* ÃƒÂÃ‚Â°ÃƒÂÃ‚Â´ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â²ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Âµ ÃƒÂÃ‚ÂºÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â² ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¼ ÃƒÂÃ‚Â±ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂºÃƒÂÃ‚Âµ */
.modalp-body img { 
  max-width: 100%;
  height: auto;
}
/* **************** */

/* ÃƒÂÃ‚Â¡Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â³ÃƒÂÃ‚Â¾ ÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â° */
.modalo-header h2 {
  color: #555;  
  font-size: 20px;
  font-weight: normal;
  line-height: 1;    
  margin: 0;
}
/* ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° ÃƒÂÃ‚Â·ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Â¹Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚Â ÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â° */
.modalo .btn-close {
  color: #aaa;
  cursor: pointer;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 10px;
  top: 0;
}
.modalo .btn-close:hover {
  color: red;
}
/* Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¹ ÃƒÂÃ‚Â·ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚Â */
.modalo-wrap:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, .3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
}
.modalo-overlay {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 102;
}
/* ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â²ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚Â¾Ãƒâ€˜Ã‚Â ÃƒÂÃ‚Â·ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚Â ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â³ÃƒÂÃ‚Â¾ ÃƒÂÃ‚Â±ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° */
.modalo-open:checked ~ .modalo-wrap:before,
.modalo-open:checked ~ .modalo-wrap .modalo-overlay {
  display: block;
}
.modalo-open:checked ~ .modalo-wrap .modalo-dialog {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
  top: 50%;
}
/* Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â‚¬Â¹ ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â³ÃƒÂÃ‚Â¾ ÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â° */
.modalo-dialog {
  background: #fefefe;
  border: none;
  border-radius: 0px;
  position: fixed;
  width: 80%;
  height: auto;
  overflow: auto;
  max-height: 80%;
  max-width: 800px;
  left: 50%;
  top: -100%;
  -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22), 0 19px 60px rgba(0,0,0,.3);
  -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
  box-shadow: 0 15px 20px rgba(0,0,0,.22), 0 19px 60px rgba(0,0,0,.3);
  -webkit-transform: translate(-50%, -500%);
  -ms-transform: translate(-50%, -500%);
  -o-transform: translate(-50%, -500%);
  transform: translate(-50%, -500%);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  z-index: 999999;
}
.modalo-body {
padding: 20px;
}
.modalo-body p {
margin: 0;
padding: 20px;
  text-align: justify;
  font-size: 14px;
  color: black;
}
.modalo-header,
.modalo-footer {
  padding: 20px 20px;
}
.modalo-header {
border-bottom: #eaeaea solid 1px;
text-align: center;
background: #272727;
}
.modalo-header h2 {
  font-size: 20px;
margin: 0;
color: white;
border-bottom: 0px;
}
.modalo-footer {
  border-top: #eaeaea solid 1px;
  text-align: right;
}
/* ÃƒÂÃ‚Â°ÃƒÂÃ‚Â´ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â²ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Âµ ÃƒÂÃ‚ÂºÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â² ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¼ ÃƒÂÃ‚Â±ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂºÃƒÂÃ‚Âµ */
.modalo-body img { 
  max-width: 100%;
  height: auto;
}
.modalo-footer .btn, .modalp-footer .btn {
  width: 150px;
  height: 50px;
  font-size: 18px;
  padding: 0px;
  line-height: 50px;
  border-radius: 0px;
  margin-right: 0px;
}

.btn-primary {
  color: #fff;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-primary:hover {
  background-color: #272727 !important;
  border-color: #272727 !important;
}
#plt, #noofert {
  width: auto;
  background: transparent;
  color: #fff;
  border: 0px solid #272727;
  padding: 5px;
  border-radius: 5px;
  outline: 0;
  cursor: pointer;
  margin: 0px 5px 20px;
  font: 16px/20px open sans,sans-serif;
  text-decoration: underline;
}
#plt:hover, #noofert:hover {
  color: #909090;
}
@media (max-width: 767px){
.modalp-dialog, .modalo-dialog {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  border-radius: 0px;
}
}
@media (max-width: 767px){
  #plt {
    margin-bottom: 20px;
  }
 #noofert {
    margin-bottom: 50px;
  }
}

.index .block-2 .isotope a {
  width: 100%;
}
.galphoto a {
  margin-bottom: 20px;
}

@media (max-width:998px) {
  #header h1 a {
    font-size: 100px;
  }
}
@media (max-width:798px) {
  #header h1 a {
    font-size: 80px;
  }
  .index .block-2 .isotope a .img_block img {
    height: 100%;
  }
}
@media (max-width:498px) {
  #header h1 a {
    font-size: 50px;
  }
  #header h1 a span {
    font-size: 20px;
  }
}

.fancphoto {
  margin: 15px 0;
}
.fancphoto img {
  width: 100%;
  height: 220px;
  object-fit: cover;

  transition: all 0.5s ease-in-out;

  border-radius: 5px;
}
.camera_container_stop {
  padding-bottom: 800px;
}
.camera_container_stop  .camera_caption {
  bottom: unset;
  top: 500px;
}
.camera_container_stop  .camera_wrap .camera_pag {
  display: none;
}
.camera_container_stop  .camera_wrap img {
  filter: brightness(0.5);
}



.menus > div {
  height: 370px;
  margin-bottom: 15px;
}
.menus .thumbnail {
  position: relative;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  padding: 0;
  border: none;
  overflow: hidden;

  border-radius: 0;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.menus .thumbnail > a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 50;
}
.menus img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumbnail>img, .thumbnail a>img {
  margin-left: auto;
  margin-right: auto;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: 100%;
}
.menus .thumbnail .caption.bg3 {
  background: rgba(255,255,255,0.7);
}
.menus .thumbnail .caption.bg-primary {
  background: rgba(48, 113, 91, 0.8);
}
.menus .thumbnail .caption.bg2 {
  background: rgba(39, 39, 39, 0.84);
}
.menus .thumbnail .caption {
  padding: 20px 21px 21px 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 45;
  height: auto;
  min-height: 150px;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.bg-primary {
  background-color: rgba(96, 104, 123, 0.9)  !important;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
.menus .thumbnail .caption h3 {
  font-size: 34px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: -1px;
  font-family: 'Open Sans', sans-serif;
}
.menus .thumbnail .caption .wrap .thumb_ins2 {
  width: 100%;
}
.menus .thumbnail .caption p {
  line-height: 1.4em;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.menus .thumbnail .caption.bg-primary a.btn-link {
  color: #ffffff;
}
.menus .thumbnail .caption a.btn-link {
  color: #272727 ;
}
.menus .thumbnail .caption .wrap a {
  right: 15px;
  bottom: 20px;
  position: absolute;
  display: inline-block;
  font-size: 44px;
  line-height: 45px;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.fa-angle-right:before {
  content: "\f105";
}
.menus .thumbnail .caption.bg2 h3, .menus .thumbnail .caption.bg2 p, .menus .thumbnail .caption.bg-primary h3, .menus .thumbnail .caption.bg-primary p {
  color: #fff !important;
}

table a[href^="tel:"] {
  color: #007bff;
  text-decoration: unset;
}
table a[href^="tel:"]:hover {
  text-decoration: underline;
}

.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #272727;
  background: white;
}

.table .thead-dark th {
  color: #fff;
  background-color: #272727;
  border-color: #6f6f6f;
}

.contact-info .contact {
  padding: 20px 0px;
  text-align: center;
  }
  
  .contact-info .contact-phone {
      border-left: 2px solid gray;
      border-right: 2px solid gray;
  }
  
  .contact-info  a[href^="tel:"] {
    color: #007bff;
    text-decoration: unset;
  }
  .contact-info  a[href^="tel:"]:hover {
    text-decoration: underline;
  }

  @media (max-width:768px){
      .contact-info .contact-phone {
  border: 0px;
      }
  }
  .contact-info h3 {
    font-size: 30px;
  }
  .step15 {
    margin-top: 15px;
  }


#portfolio .controls {
    text-align: center;
    margin-bottom: 0px;
    width: 100%;
  }
  
  #portfolio .filter.btn.btn-border.active {
    background: #27272759;
    color: #ffffff;
    filter: drop-shadow(2px 4px 6px black);
  }
  #portfolio .controls .btn {
    margin: 10px 5px;
    font-weight: 700;
    font-size: 20px;
    background: rgb(170, 170, 170);
    border: 0px;
    padding: 10px;
    color: white;
    border-radius: 0;
    height: 50px;
    line-height: 25px;
  }
  #portfolio-items.portfolio-items {
    width: 100%;
  }
  #portfolio.portfolio .portfolio-items .mix {
    width: 100%;
    padding: 5px;
    border: 2px #666f8a40;
    border-style: dotted;
  }
  #portfolio .portfolio-items figure {
    background: transparent;
    float: left;
    width: 100%;
    border: none;
    position: relative;
    padding: 6px;
  }
  .mix {
    display: none !important;
  }
  .active_pom {
    display: inline-block !important;
  }
  #portfolio.portfolio .portfolio-items .mix figure .img {
    position: relative;
    width: 30%;
    display: inline-block;
    float: left;
  }
  #portfolio .portfolio-items figure .img {
    position: relative;
    width: 100%;
    height: 230px;
  }
  #portfolio .portfolio-items figure .img img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
    filter: opacity(0.7);
  }
  #portfolio.portfolio .portfolio-items .mix figure .item-description {
    position: relative;
    width: calc(70% - 20px);
    height: 230px;
    float: left;
    display: inline-block;
    border: none;
    margin-left: 20px;
  }
  #portfolio .portfolio-items .item-description {
    padding: 4px 12px;
    text-align: center;
    background-color: transparent;
    border-top: 3px solid #272727;
    border-bottom: 6px solid #272727;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
  }
  #portfolio.portfolio .portfolio-items figure h3 {
    color: black;
    display: inline-block;
    float: left;
    margin: 20px 0 10px;
    font-size: 24px;
    height: auto;
  }
  .item-description > .property-main-features-wrapper {
    display: inline-block;
    background: transparent;
    margin-top: 20px;
    width: 75%;
    padding: 0;
    float: left;
  }
  figure .item-description > .btn.title {
    background: transparent;
    border: 0px;
    outline: none;
    box-shadow: none;
  }
  .item-description > .btn.title {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: 50px;
    border-radius: 0;
    cursor: context-menu !important;
  }
  .item-description > .property-main-features-wrapper ul li {
    color: #000;
    margin: 0;
    /* padding-top: 10px; */
    width: 100%;
    font-size: 17px;
    display: block;
    /* padding: 24px 0 0 0; */
    /* line-height: 30px; */
    float: left;
    text-align: left;
    white-space: nowrap;
  }
  #portfolio {
    position: relative;
  }
  #portfolio .portfolio-items .item-description p {
    color: #FEF2F6;
    font-weight: 300;
    line-height: 22px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .item-description > .btn.description a {
    display: block;
    padding: 10px 30px;
    border: 1px solid transparent;
    border-radius: 0;
    color: #272727;
    font-size: 18px;
    text-decoration: none;
    background: transparent;
    transition: 0.4s all;
    height: 50px;
    line-height: 25px;
    filter: drop-shadow(2px 4px 6px black);
  }
  .item-description > .btn.description a:hover {
    border-color: #fff;
    color: white !important;
    background-color: #272727;
    transition: 0.1s;
  }
  .item-description > .btn.title {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: 50px;
    border-radius: 0;
    cursor: context-menu !important;
  }
  .item-description > .btn.description {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    right: 12px;
    border-radius: 0;
  }
  .item-description > .btn.title p {
    font-size: 20px;
    font-weight: 600 !important;
  }


  @media (max-width:1000px) {
    #portfolio .portfolio-items figure {
      display: flex;
      flex-direction: column;
    }
    #portfolio.portfolio .portfolio-items .mix figure .img {
      width: 100%;
    }
    #portfolio.portfolio .portfolio-items .mix figure .item-description {
      width: 100%;
      margin-left: 0px;
    }
    #portfolio-items.portfolio-items {
      width: 90%;
      margin: 0px auto;
    }

  }
  
  @media (max-width:767px) {
    .item-description > .property-main-features-wrapper {
      width: 250px;
    }
    .item-description > .property-main-features-wrapper ul li {
      white-space: normal;
    }
    .item-description > .btn.description {
      bottom: -95px;
    }
    #portfolio .portfolio-items figure {
      min-height: 580px;
    }
  }
  
  @media (max-width:500px) {

  .item-description > .btn.title {
    display: none;
  }
  #portfolio {
    width: 100%;
}
  }



  @media (max-width: 1199px) {
    .container {
      margin-right: auto;
      margin-left: auto;
  }
  
  }

  @media (max-width: 767px) {
    .container {
      width: 100%;
      padding: 0;
  }
  .row {
    margin-left: auto;
    margin-right: auto;
}
.camera_caption h3 {
  font-size: 50px;
}
  }

  .for_rooms img {
    height: 150px;
    width: 100%;
  }

  .for_rooms h2 {
    color: white;
    font-size: 30px;
    margin: 10px 0px;
}

.for_rooms p { 
  color: white;
}
.for_rooms a { 
color: white;
    text-decoration: underline;
}


.fancphoto .img_random {
  width: 100%;
  height: 250px;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  background-size: cover !important;
  background-position-y: center !important;
}
.fancphoto .img_random:hover {
  transform: scale(1.04);
}

  