@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700);
@import "animate.css";
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #777777;
  font: 400 14px/24px "PT Sans", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
.badge {
  background: none;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
.page__mod {
  background: #333333;
}
@media (max-width: 767px) {
  .center767 {
    text-align: center;
  }
  .center767 * {
    text-align: center;
  }
}
.center {
  text-align: center;
}
.clr-primary {
  color: #bb7a40;
}
.clr-secondary {
  color: #333333;
}
.clr1 {
  color: #fff;
}
.border-rd {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
h5 a:hover {
  color: #333333;
}
.mg-add {
  margin-top: 7px;
}
.mg-add2 {
  margin-top: -18px;
}
.mg-add3 {
  margin-top: -7px;
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .thumbnail {
  margin-top: 17px;
}
* + .row {
  margin-top: 40px;
}
.row + .offs {
  margin-top: 21px;
}
.row + .row {
  margin-top: 56px;
}
* + .btn-sm {
  margin-top: 54px;
}
@media (max-width: 479px) {
  * + .btn-sm {
    margin-top: 20px;
  }
}
* + .btn-wr {
  margin-top: 45px;
}
.row + .hr__mod2 {
  margin-top: 26px;
}
.row + .offs2 {
  margin-top: 48px;
}
.row + .offs3 {
  margin-top: 65px;
}
h2 + .index-list,
.block-icon {
  margin-top: 40px;
}
h2 + h5,
h2 + .media {
  margin-top: 30px;
}
h5 + p {
  margin-top: 7px;
}
.thumbnail + h5 {
  margin-top: 11px;
}
* + .offs3 {
  margin-top: 35px;
}
* + .offs4 {
  margin-top: 28px;
}
.row + .offs5 {
  margin-top: 56px;
}
p + p {
  margin-top: 20px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================   Block-icon     ===================*/
.block-icon {
  position: relative;
}
.block-icon .block_caption {
  position: relative;
  padding-left: 85px;
}
.block-icon .icon {
  position: absolute;
  font: 400 30px 'Font Awesome 5 Free', FontAwesome;
  color: #fff;
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #bb7a40;
  left: 0px;
  top: -3px;
}
@media (max-width: 767px) {
  .block-icon {
    margin-top: 30px;
  }
}
.block-icon + .block-icon {
  margin-top: 26px;
}
/*==================      HR      ======================*/
.hr__mod {
  background-image: url("../../image/bus/icon_img.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 18px;
  border: none;
  position: relative;
}
.hr__mod:before,
.hr__mod:after {
  content: '';
  width: 48.5%;
  position: absolute;
  height: 1px;
  background-color: #e9e6e4;
  top: 50%;
}
.hr__mod:before {
  left: 0;
}
.hr__mod:after {
  right: 0;
}
* + .hr__mod {
  margin-top: 39px;
}
p + .hr__mod {
  margin-top: 32px;
}
.hr__mod2:before,
.hr__mod2:after {
  background: #32302f;
}
.ins1 {
  margin-bottom: 38px;
}
/*==================      Box      ======================*/
.box {
  max-width: 370px;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box h5 {
  color: #bb7a40;
}
.box * + p {
  margin-top: 10px;
}
.box_aside {
  float: left;
}
.box_aside img {
  margin-right: 35px;
}
.box .icon {
  position: relative;
}
.box .icon:before {
  content: url("../../image/bus/icon_img02.png");
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -50px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 479px) {
  .box_aside {
    float: none;
    text-align: center;
  }
  .box_aside img {
    margin-right: 0px;
  }
  .box_cnt__no-flow {
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .box {
    margin: 30px auto;
  }
}
/*==================      Icons    ======================*/
/*==================   Copyright     ====================*/
.copyright {
  font-size: 12px;
  padding-top: 10px;
}
/*==================  404    ======================*/
.p404 em {
  font-size: 184px;
  line-height: 186px;
  display: block;
  font-style: normal;
}
.p404 h2 {
  font-size: 60px;
  line-height: 65px;
}
.p404 * + h2 {
  margin-top: 12px;
}
.p404 * + p {
  margin-top: 63px;
}
.p404 p + p {
  margin-top: 30px;
}
.p404 p {
  font-size: 24px;
  line-height: 30px;
  padding: 0 10px;
}
/*========================   Menu   ==========================*/
.navbar-default {
  background: transparent;
}
.sf-menu {
  padding-left: 27.4%;
}
.sf-menu .dropdown {
  position: relative;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 0px;
  padding-left: 42px;
}
.sf-menu > li + li:before {
  content: url("../../image/bus/icon_img.png");
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 12px;
}
.sf-menu a {
  display: block;
}
.sf-menu a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .sf-menu {
    padding-left: 0;
    margin-top: 80px;
  }
}
.sf-menu {
  color: #333333;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu > li {
  height: 102%;
  position: relative;
}
.sf-menu > li > a {
  padding: 5px 9px;
  text-transform: uppercase;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li.active {
  color: #bb7a40;
}
.sf-menu ul {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  display: none;
  position: absolute;
  width: 184px;
  top: 100%;
  margin-top: 10px;
  padding-top: 17px;
  padding-bottom: 20px;
  background: #333333;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .sf-menu ul {
    text-align: left;
  }
}
.sf-menu ul {
  box-shadow: 1px 1px 3px #555;
  position: absolute;
}
.sf-menu ul:before {
  position: absolute;
  top: 0px;
  display: block;
  content: '';
  width: 100%;
  left: 0px;
  right: 0;
  height: 4px;
  background: #bb7a40;
}
.sf-menu ul > li {
  position: relative;
  text-transform: none;
}
.sf-menu ul > li > a {
  padding-left: 20px;
  font-size: 13px;
  line-height: 30px;
  color: #fff;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #bb7a40;
}
.sf-menu ul ul {
  font-weight: 400;
  display: none;
  position: absolute;
  top: -4px;
  left: 100%;
  width: 100px;
  padding: 8px 4px;
  background: #333333;
  z-index: 11;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul ul:before {
  display: none;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #bb7a40;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .stuck_container {
    background: transparent;
    height: 0;
  }
}
@media (max-width: 1199px) {
  .sf-menu ul > li > a {
    padding-left: 15px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  position: relative;
  padding-top: 42px;
  padding-bottom: 19px;
  border-bottom: 1px solid #e9e6e4;
}
.stuck_container:before,
.stuck_container:after {
  content: " ";
  display: table;
}
.stuck_container:after {
  clear: both;
}
.stuck_container:before,
.stuck_container:after {
  content: " ";
  display: table;
}
.stuck_container:after {
  clear: both;
}
.stuck_container .inline-list {
  float: right;
}
@media (max-width: 767px) {
  .stuck_container {
    padding-bottom: 150px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .stuck_container .inline-list {
    float: none;
    margin-top: 120px;
  }
}
.isStuck {
  padding-top: 10px;
  padding-bottom: 0px;
  background: #ffffff;
  z-index: 999;
}
.isStuck .inline-list {
  display: none;
}
.isStuck .navbar-brand {
  padding: 0;
}
.isStuck .sf-menu ul {
  margin-top: -30px;
}
@media only screen and (max-width: 992px) {
  .isStuck {
    display: none !important;
  }
}
.isStuck .sf-menu ul {
  top: 70px;
}
.isStuck .sf-menu ul ul {
  top: 0;
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px!important;
  line-height: 45px!important;
  color: #fff;
  background: #976334;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #333333;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 80%;
  background: #bb7a40;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
.thumb span {
  font-size: 20px;
  display: inline-block;
  padding-top: 18px;
  color: #333333;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 991px) and (min-width: 767px) {
  .thumb span {
    padding-top: 8px;
    font-size: 14px;
  }
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #333333;
  color: #bb7a40;
}
.lt-ie9 .thumb:hover .thumb_overlay {
  filter: alpha(opacity=100);
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
  padding: 105px 10px 110px;
}
.parallax_cnt h2,
.parallax_cnt p {
  color: #fff;
}
.parallax_cnt * + .btn {
  margin-top: 0px;
}
.parallax a.link {
  text-decoration: underline;
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilepanel {
  z-index: 9999998!important;
}
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999998;
  text-align: left;
  font: 700 15px/41px "PT Sans", Helvetica, Arial, sans-serif;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}
.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #bb7a40;
  background: rgba(255, 255, 255, 0.95);
  line-height: 20px;
  overflow: auto;
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.lt-ie9 .rd-mobilemenu_ul {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ffffff', endColorstr='#f2ffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ffffff', endColorstr='#f2ffffff');
  zoom: 1;
}
.rd-mobilemenu_ul li.active {
  color: #333333;
}
.rd-mobilemenu_ul li.active ul {
  color: #bb7a40;
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #bb7a40;
  color: #333333;
  text-decoration: none;
}
.rd-mobilemenu_ul ul {
  padding-left: 0;
  list-style-type: none;
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}
.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #ffffff;
  color: #666666;
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}
.rd-mobilepanel_title {
  position: fixed;
  left: 56px;
  right: 56px;
  color: #bb7a40;
  font-size: 24px;
  line-height: 56px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 0px;
  color: #000000;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 56px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-mobilepanel_toggle:before {
  content: '\f0c9';
  font-family: 'Font Awesome 5 Free', FontAwesome;
}
.rd-mobilepanel_toggle.active:before {
  content: '\f00d';
}
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}
/*grid gallery*/
.block-with-text {
  overflow: hidden;
  position: relative;   
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
}
.block-with-text.line-1 {
    line-height: 1.2em;
    height: 1.2em; /* max-height = line-height (1.2) * lines max number (3) */
}
.block-with-text.line-2 {
    line-height: 1.2em;
    height: 2.4em; 
}
.block-with-text-line-3 {
    line-height: 1.2em;
    max-height: 3.6em; 
}
.row.grids>div.col-xs-6:nth-child(n+1){
	clear:none ;	
}
.row.grids>div.col-xs-6:nth-child(2n+1){
	clear:left;	
}
@media(min-width:767px){
	.row.grids>div.col-sm-6:nth-child(n+1),
	.row.grids>div.col-sm-4:nth-child(n+1),
	.row.grids>div.col-sm-3:nth-child(n+1),
	.row.grids>div.col-sm-2:nth-child(n+1){
		clear:none;}
	.row.grids>div.col-sm-6:nth-child(2n+1),
	.row.grids>div.col-sm-4:nth-child(3n+1),
	.row.grids>div.col-sm-3:nth-child(4n+1),
	.row.grids>div.col-sm-2:nth-child(6n+1){
		clear:left;
	}
}
@media(min-width:991px) {
	.row.grids>div.col-md-6:nth-child(n+1),
	.row.grids>div.col-md-4:nth-child(n+1),
	.row.grids>div.col-md-3:nth-child(n+1),
	.row.grids>div.col-md-2:nth-child(n+1){
		clear:none ;
	}
	.row.grids>div.col-md-6:nth-child(2n+1),
	.row.grids>div.col-md-4:nth-child(3n+1),
	.row.grids>div.col-md-3:nth-child(4n+1),
	.row.grids>div.col-md-2:nth-child(6n+1){
		clear:left ;
	}
}
@media( min-width:1200px){
	.row.grids>div.col-lg-6:nth-child(n+1),
	.row.grids>div.col-lg-4:nth-child(n+1),
	.row.grids>div.col-lg-3:nth-child(n+1),
	.row.grids>div.col-lg-2:nth-child(n+1)
	{clear:none ;}	
	.row.grids>div.col-lg-6:nth-child(2n+1),
	.row.grids>div.col-lg-4:nth-child(3n+1),
	.row.grids>div.col-lg-3:nth-child(4n+1),
	.row.grids>div.col-lg-2:nth-child(6n+1){
		clear:left ;
	}
}
.grid {
    position:relative;    
    overflow:hidden;   
    -webkit-backface-visibility: hidden; /* add to fix webkit bug jitter */
    -webkit-transform: perspective(1000px); /* add to fix webkit bug jitter */
}
.grid-1by8 {padding-bottom:800%;}
.grid-2by15 {padding-bottom:750%;}
.grid-2by14 {padding-bottom:700%;}
.grid-2by13 {padding-bottom:650%;}
.grid-1by6 {padding-bottom:600%;}
.grid-2by11 {padding-bottom:550%;}
.grid-1by5 {padding-bottom:500%;}
.grid-2by9 {padding-bottom:450%;}
.grid-1by4 {padding-bottom:400%;}
.grid-2by7 {padding-bottom:350%;}
.grid-1by3 {padding-bottom:300%;}
.grid-2by5 {padding-bottom:250%;}
.grid-1by2 {padding-bottom:200%;}
.grid-2by3 {padding-bottom:150%;}
.grid-1by1 {padding-bottom:100%;}
.grid-10by9{padding-bottom:90%;}
.grid-5by4{padding-bottom:80%;}
.grid-10by7{padding-bottom:70%;}
.grid-5by3{padding-bottom:60%;}
.grid-2by1 {padding-bottom:50%;}
.grid-5by2 {padding-bottom:40%;}
.grid-10by3 {padding-bottom:30%;}
.grid-5by1 {padding-bottom:20%;}
.grid-10by1 {padding-bottom:10%;}
.grid> div{
    position:absolute;
    left:0;
    top:0;
    overflow:hidden;
}
.grid>.item-image {
    width:100%;
    height:100%;
}
    .grid>.item-image .image-wrapper {
        position:absolute;
        width:100%;
        height:100%;
        max-width:100%;
        max-height:100%;
        overflow:hidden;
        
    }
.grid>.item-image img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition:  all 0.5s ease-in-out;
    -moz-transition:  all 0.5s ease-in-out;
    transition:  all 0.5s ease-in-out;
}

.grid>.item-image.top img {
    top:0px;
}
.grid>.item-image.middle img {
    top:50%;
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}
.grid>.item-image.bottom img {
    top:auto;
    bottom:0px;
}
.grid>.item-image.left img {
    left:0px;
}
.grid>.item-image.center img {
    left:50%;
    -ms-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform:translateX(-50%);
}
.grid > .item-image.center.middle img {
    -ms-transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
}
.grid>.item-image.right img {
    left:auto;
    right:0px;
}
.grid>.item-image.fill-width img {
    min-width:100%;
}
.grid>.item-image.fit-width img {
    max-width:100%;
}
.grid>.item-image.cover-width img {
    width:100%;
}
.grid>.item-image.fill-height img {
    min-height:100%;
}
.grid>.item-image.fit-height img {
    max-height:100%;
}
.grid>.item-image.cover-height img {
    height:100%;
    max-height:100%;
    min-height:100%;
}

.grid:hover>.item-image.middle.center img{
    -o-transform:translate(-50%, -50%) scale(1.5); 
    -webkit-transform:translate(-50%, -50%) scale(1.5); 
    -moz-transform:translate(-50%, -50%) scale(1.5); 
    transform:translate(-50%, -50%) scale(1.5); 

}
.grid:hover>.item-image.middle img{
    -o-transform: translateY(-50%) scale(1.5); 
    -webkit-transform: translateY(-50%) scale(1.5); 
    -moz-transform: translateY(-50%) scale(1.5); 
    transform: translateY(-50%) scale(1.5); 
}

.grid:hover>.item-image.center img{
    -o-transform: translateX(-50%) scale(1.5); 
    -webkit-transform: translateX(-50%) scale(1.5); 
    -moz-transform: translateX(-50%) scale(1.5); 
    transform: translateX(-50%) scale(1.5); 
}

.grid:hover>.item-image img{
    -o-transform: scale(1.5); 
    -webkit-transform: scale(1.5); 
    -moz-transform: scale(1.5); 
    transform: scale(1.5); 
}
.grid>.item-image>.item-hover {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	opacity: 0;
    z-index:2;
}
.grid:hover>.item-image .item-hover {
	opacity: 1;
}
.grid .item-image .item-hover .fa-search {
	color: #fff;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 100%;
	position: absolute;
	margin: -40px auto 0;
	left: 0;
	right: 0;
	font-size: 16px;
	padding-top: 26px;
	line-height: 1.5em;
	bottom: 0;
	cursor: pointer;
	width: 80px;
	text-align: center;
	height: 80px;
	top: 50%;
}
.grid .item-image .item-hover .fa-search:hover {
	background: rgba(255,255,255,0.7);
	color: #333;
}
.grids .item-caption,
.grid .item-caption { 
    top:auto;   
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.20);
    z-index:5;
    padding:15px;
}
.grid:hover .item-caption {
    background: rgba(0,0,0,.65);
}
.grid .item-caption h2, .grid .item-caption h3, .grid .item-caption h4,.grid .item-caption h5,
.grid .item-caption h2 a, .grid .item-caption h3 a, .grid .item-caption h4 a,.grid .item-caption h5 a,  
.grid:hover .item-caption h2, .grid:hover .item-caption h3, .grid:hover .item-caption h4,.grid:hover .item-caption h5 ,
.grid:hover .item-caption h2 a, .grid:hover .item-caption h3 a, .grid:hover .item-caption h4 a,.grid:hover .item-caption h5 a{
    color:#fff;
    text-decoration:none;
}

/*---grid table*/
.grid-table .row.grids {
    overflow: hidden;
}

.grid-table .grids .proplsttype.property-sale:before,
.grid-table .grids .proplsttype.property-lease:before,
.grid-table .grids .proplsttype.property-sold:before,
.grid-table .grids .proplsttype.property-leased:before,
.grid-table .grids .proplsttype.property-openhouse:before {
    height: 20px;
    color: #f00;
    float: right;
}

.grid-table .grids .proplsttype.property-sale:before {
    content: 'For Sale';
}

.grid-table .grids .proplsttype.property-lease:before {
    content: 'For Lease';
}

.grid-table .grids .proplsttype.property-sold:before {
    content: 'Sold';
}

.grid-table .grids .proplsttype.property-leased:before {
    content: 'Leased';
}

.grid-table .grids .proplsttype.property-openhouse:before {
    content: 'Open House';
}

.grid-table .grids-group {
    padding-left: 15px;
    padding-right: 15px;
}

.grid-table .grids > div {
    border-top: solid 1px #ccc;
    box-sizing: border-box;
    padding-bottom: 30px;
    padding-top: 30px;
    clear: both;
}

.grid-table .grids .grid-wrapper {
    width: 35%;
    float: left;
}

.grid-table.grid-table-right .grids .grid-wrapper {
    float: right;
}

.grid-table .grids .item-image img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.grid-table .grids .item-caption {
    width: 64%;
    float: left;
    padding: 0 0 0 30px;
    background: transparent;
    border-style: none;
}

.grid-table.grid-table-right .grids .item-caption {
    padding-left: 0px;
    padding-right: 30px;
}

.grid-table .grids .item-caption > h2.block-with-text, .grid-table .grids .item-caption > h3.block-with-text {
    margin: 0px;
    white-space: nowrap;
}

.grid-table .grids .item-caption h2, .grid-table .grids .item-caption h3, .grid-table .grids .item-caption h4, .grid-table .grids .item-caption h5,
.grid-table .grids .item-caption h2 a, .grid-table .grids .item-caption h3 a, .grid-table .grids .item-caption h4 a, .grid-table .grids .item-caption h5 a,
.grid-table .grids > div:hover .item-caption h2, .grid-table .grids > div:hover .item-caption h3, .grid-table .grids > div:hover .item-caption h4, .grid-table .grids > div:hover .item-caption h5,
.grid-table .grids > div:hover .item-caption h2 a, .grid-table .grids > div:hover .item-caption h3 a, .grid-table .grids > div:hover .item-caption h4 a, .grid-table .grids > div:hover .item-caption h5 a {
    color: #000;
    text-decoration: none;
}

.grid-table .grids > div:hover .item-caption {
    background: transparent;
}

.grid-table .grids .item-caption .block-with-text {
    position: relative;
}
/*compatable with old templates*/
.grid-table .grids .proptype {
    padding: 5px 0 2px 0px;
}

.grid-table .grids .propprice {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 1.4em;
    font-weight: 600;
}

.grid-table .grids .propinters {
    padding: 2px 0;
    border-bottom: 1px solid #f0f0f0;
}

.grid-table .grids dl {
    margin-bottom: 20px;
}

    .grid-table .grids dl dt {
        background: #f5f5f5;
        float: left;
        font-weight: 400;
        margin-right: 10px;
        padding: 2px;
        width: 150px;
        font-size: 0.9em;
    }

    .grid-table .grids dl dd {
        background: #f9f9f9;
        margin: 2px 0;
        padding: 2px 0;
    }

.grid-table .grids .item-caption .propfeature, .grid-table .grids .item-caption .propdesc, .grid-table .grids .item-caption p {
    padding-top: 15px;
}

@media(max-width:576px) {
    .grid-table .grids .grid-wrapper, .grid-table .grids .item-caption {
        width: 100%;
    }

    .grid-table .grids .item-caption {
        padding-left: 0px;
        padding-top: 15px;
    }

        .grid-table .grids .item-caption > h2.block-with-text, .grid-table .grids .item-caption > h3.block-with-text {
            font-size: 1em;
            font-weight: 700;
        }

        .grid-table .grids .item-caption .block-with-text {
            font-size: 0.9em;
        }

            .grid-table .grids .item-caption .block-with-text dt {
                font-weight: 500;
            }
}
/*end of grid gallery*/
/*==================  Bootstrap 4 utility classes  ======================*/

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

/* margin and padding classes */
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

/* For smaller screen phones: */
@media only screen and (max-width: 576px) {
    .col-xxs-1 {
        width: 8.33%;
    }
    .col-xxs-2 {
        width: 16.66%;
    }
    .col-xxs-3 {
        width: 25%;
    }
    .col-xxs-4 {
        width: 33.33%;
    }
    .col-xxs-5 {
        width: 41.66%;
    }
    .col-xxs-6 {
        width: 50%;
    }
    .col-xxs-7 {
        width: 58.33%;
    }
    .col-xxs-8 {
        width: 66.66%;
    }
    .col-xxs-9 {
        width: 75%;
    }
    .col-xxs-10 {
        width: 83.33%;
    }
    .col-xxs-11 {
        width: 91.66%;
    }
    .col-xxs-12 {
        width: 100%;
    }
}

/*==================  Panel Menu  ======================*/
#panel .navbar-nav .dropdown ul li a {
  padding-left: 15px;
}
#panel .navbar-nav .dropdown ul li {
  padding-left: 2px;
}
@media (max-width: 767px) {
  #panel {
    right: 25px;
    position: fixed;
    top: 0;
    width: 46px;
    z-index: 9999999;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #panel .bs-docs-nav {
    border-radius: 7px;
    top: 4px;
  }
  #panel .bs-docs-nav .navbar-nav li {
    position: static;
  }
  #panel .bs-docs-nav .navbar-header .navbar-toggle {
    border: none!important;
    padding: 9px 0px;
  }
  #panel .bs-docs-nav .navbar-header .navbar-toggle:hover {
    background: #563D7C!important;
  }
  #panel .bs-docs-nav .navbar-header .navbar-toggle:active {
    background: #563D7C;
  }
  #panel .bs-docs-nav .navbar-header .navbar-toggle:focus {
    background: #563D7C;
  }
  .navbar-collapse {
    background: #563D7C;
    width: 175px;
    position: absolute;
    right: 15px;
    top: 52px;
    padding-bottom: 10px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .navbar-collapse .dropdown-menu {
    padding-bottom: 15px;
    min-width: 135px!important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
}
@media (max-width: 767px) and (max-width: 425px) {
  .navbar-collapse {
    width: 135px;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu li a {
    padding-left: 15px!important;
  }
  .navbar-nav .open .dropdown-menu ul {
    padding-left: 23px!important;
  }
  .navbar-nav .open .dropdown-menu ul a {
    padding-left: 5px;
  }
  .navbar-nav .open .dropdown-menu a {
    padding-left: 12px!important;
  }
}
@media (max-width: 767px) and (max-height: 500px) {
  .navbar-nav .open .dropdown-menu {
    font-size: 9px!important;
    position: absolute!important;
    background: #62458d !important;
    min-width: 135px!important;
    top: 0;
    right: 100%;
    left: -100%;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .navbar-nav .open .dropdown-menu li a {
    padding-left: 15px!important;
  }
  .navbar-nav .open .dropdown-menu ul {
    padding-left: 23px!important;
  }
  .navbar-nav .open .dropdown-menu ul a {
    padding-left: 5px;
  }
  .navbar-nav .open .dropdown-menu a {
    padding-left: 12px!important;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #262626;
  padding-bottom: 1.45%;
}
@media (max-width: 991px) {
  header {
    text-align: center;
  }
}
.header__mod {
  padding-bottom: 0;
}
main {
  background: #ffffff;
}
footer {
  padding-top: 4px;
  padding-bottom: 40px;
  background: #262626;
}
footer .inline-list {
  margin-top: 22px;
}
footer .inline-list li a {
  color: #544e48;
}
footer hr + h2 {
  margin-top: 35px;
}
footer dl + .hr__mod2 {
  margin-top: 60px;
}
.footer__mod {
  padding-top: 31px;
}
/*========================================================
                    EZIAGent
=========================================================*/
header{padding-bottom:0;}
.navbar-brand div.bus-logo 
{
  position:relative;
  height:80px;
  overflow:hidden;
}
.navbar-brand div.bus-logo img{max-width:150px; max-height:70px;position: absolute;
    margin: auto;    top: 0;    left: 0;    right: 0;    bottom: 0;
}
.contactinfo span
{
    display:block;
}
.contactinfo span.name
{
    font-size:20px;
    font-weight:bold;
    padding:5px;
}
/*vertical-offset*/
.vert-offset-top-12{
    margin-top: 12em;
}
.vert-offset-top-11{
    margin-top: 11em;
}
.vert-offset-top-10{
    margin-top: 10em;
}
.vert-offset-top-9{
    margin-top: 9em;
}
.vert-offset-top-8{
    margin-top: 8em;
}
.vert-offset-top-7 {
    margin-top: 7em;
}
.vert-offset-top-6{
    margin-top: 6em;
}
.vert-offset-top-5{
    margin-top: 5em;
}
.vert-offset-top-4{
    margin-top: 4em;
}
.vert-offset-top-3{
    margin-top: 3em;   
}
.vert-offset-top-2{
    margin-top: 2em;
}
.vert-offset-top-1{
    margin-top: 1em;
}
.vert-offset-top-0{
    margin-top: 0em;
}
/* Vertical Offset Bottom */
.vert-offset-bottom-12{
    margin-bottom: 12em;
}
.vert-offset-bottom-11{
    margin-bottom: 11em;
}
.vert-offset-bottom-10{
    margin-bottom: 10em;
}
.vert-offset-bottom-9{
    margin-bottom: 9em;
}
.vert-offset-bottom-8{
    margin-bottom: 8em;
}
.vert-offset-bottom-7{
    margin-bottom: 7em;
}
.vert-offset-bottom-6{
    margin-bottom: 6em;
}
.vert-offset-bottom-5{
    margin-bottom: 5em;
}
.vert-offset-bottom-4{
    margin-bottom: 4em;
}
.vert-offset-bottom-3{
    margin-bottom: 3em;
}
.vert-offset-bottom-2{
    margin-bottom: 2em;
}
.vert-offset-bottom-1{
    margin-bottom: 1em;
}
.vert-offset-bottom-0{
    margin-bottom: 0em;
}
/*=====================================*/
/*========================================================
                     MEDIA QUERIES
=========================================================*/
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .row .col-xs-12 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .row .col-xs-8,
  .row .col-md-6 {
    margin-top: 40px;
  }
}
@media (min-width: 991px) {
  .row .col-sm-4,
  .row .col-xs-12 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .col-xs-8,
  .col-md-8 {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .col-md-4 + .col-md-4 {
    margin-top: 50px;
  }
}
/*form*/
.form-horizontal .form-group
{margin-top:20px !important;margin-bottom:0px !important; }
.form-horizontal .form-group>label, .form-horizontal .form-group>div{
  margin-top:0; margin-bottom:0;
}

.form-group.required .control-label:after{
	display:inline-block;
	content:"*";
	color:#f00;
}
/* Begin -Resetting col-* css for evaluation form */
@media (max-width: 1199px) {
  .fancyform .col-xs-8 {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .fancyform .col-xs-8 {
    margin-left: 0%;
  }
}
@media (max-width: 479px){
.fancyform .col-md-4 + .col-md-4 {
    margin-top: 0px;
  }
}
/* Ends*/
/*custpage panel*/
.pg-custpages {
    margin-top:30px;
    margin-bottom:30px;
}
.pg-custpages .panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pg-custpages .panel-default > .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    height:auto;
}
.pg-custpages .panel-body {
    padding: 15px;
}
.pg-custpages  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #333;
}
.pg-custpages .panel-title > a,
.pg-custpages .panel-title > small,
.pg-custpages .panel-title > .small,
.pg-custpages .panel-title > small > a,
.pg-custpages .panel-title > .small > a {
    color: inherit;
}

.pg-custpages .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pg-custpages .panel .row > div {
    margin:0;
}
.pg-custpages .item-caption {
    background:transparent;
    padding:0px;
}
/*end custpage panel*/