﻿
/* Table of content */
/*
1. GENERAL STYLES
2. HELPERS
3. TYPOGRAPHY
4. ALERTS
5. BUTTONS
6. INPUT STYLES
7. PAGINATION
8. MENU STYLES
9. DROPDOWNS
10. BREADCUMBS
11. PAGE STYLES
12. THUMBNAILS
13. ACCORDION
14. TABS
15. TABLE STYLES
16. PRICE TABLE
17. PERSON BOX
18. SERVICE BOX
19. SOCIALS
20. WORDPRESS
21. CHARTS
22. PROGRESS BAR
23. FLEXSLIDER
24. G3MAP MAPS
25. TIMELINE
26. ANIMATE CSS
27. MEDIA QUERIES
*/



@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local('â˜º'), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/l1cOQ90roY9yC7voEhngDD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('â˜º'), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/PyqsDANUgLi2UsdO-d4iZQ.woff) format('woff');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local('â˜º'), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/dI-qzxlKVQA6TUC5RKSb3z8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}


/* ***************
   GENERAL STYLES
   ***************
   START EDIT HERE
*/
html {
  overflow-y: -moz-scrollbars-vertical;
  overflow-y: scroll;
  -ms-overflow-y: scroll;
}
body {
  font-family: 'Futura Std', sans-serif;
  font-weight: 300;
}
a {
  color: #e4be07;
}
a:hover {
  color: #eb4c12;
  text-decoration:none;
}
/*********
   HELPERS
   *********/
.invisible {
  visibility: visible;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.absolute {
  position: absolute;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.fit-image {
  width: 100% !important;
  margin: 0px !important;
}
.padding-big {
  padding-top: 170px;
  padding-bottom: 170px;
}
.padding-top-big {
  padding-top: 170px;
}
.padding-top-medium {
  padding-top: 100px;
}
.wrap-image {
  border: 1px solid #c7c7c7;
}
.wrap-image-left,
.wrap-image-right {
  border: 1px solid #c7c7c7;
  margin-bottom: 10px;
}
.wrap-image-left {
  float: left;
  margin-right: 25px;
}
.wrap-image-right {
  float: right;
  margin-left: 25px;
}
/************
   TYPOGRAPHY
   ************/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.title,
.navbar,
.price-tag,
.btn,
.flex-control-nav,
.property-tags {

}
footer .btn {

}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #4c4c4c;
  font-weight: 300;
  line-height:200%;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: #ababab;
  font-weight: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  text-decoration: none;
  color: #e4be07;
}
h4,
.h4 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin-top: 20px;
}
p strong {
  font-weight: bold;
}
strong {
  font-weight: 400;
}
.motive {
  color: #e4be07;
}
.motive-background {
  background-color: #e4be07;
  color: #ffffff;
}
.grey-background {
  background-color: #757575;
  color: #ffffff;
}
.drop-shadow {
  text-shadow: 1px 1px 1px #000000;
}
.big {
  font-family: 'Futura Std', sans-serif;
  font-size: 76px;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0px 1px 4px #000000;
  font-weight: 400;
}
.page-title {
  display: block;
  font-family: 'Futura Std', sans-serif;
  margin-top: 240px;
  font-size: 54px;
  line-height: 1;
  color: #ffffff;
  font-weight: 400;
  text-shadow: 0px 1px 4px #000000;
}
p.dropcaps:first-letter {
  font-size: 30px;
  color: #e4be07;
  line-height: 1em;
}
p.quote i {
  font-size: 30px;
  color: #e4be07;
  line-height: 1em;
  margin-right: 5px;
}
p.ahead {
  margin-left: 40px;
}
.highlight {
  border: 1px solid #d5d5d5;
  border-left: 6px solid #757575;
  padding: 20px;
}
.highlight h1,
.highlight h2,
.highlight h3,
.highlight h4,
.highlight h5,
.highlight h6,
.highlight .h1,
.highlight .h2,
.highlight .h3,
.highlight .h4,
.highlight .h5,
.highlight .h6 {
  margin-top: 0px;
}
div.highlight {
  margin-top: 40px;
}
.highlight.motive {
  border-left: 6px solid #e4be07;
  color: inherit;
}
.highlight.with-background {
  background-color: #fafafa;
  border: none;
  border-left: 2px solid #757575;
}
.highlight.motive.with-background {
  background-color: #fafafa;
  border: none;
  border-left: 2px solid #e4be07;
}
.note {
  font-size: 12px;
  color: #bbbbbb;
}

/*************
   MENU STYLES
   *************/
.navbar-brick {
  background-color: #ffffff;
  border-color: #ffffff;
  z-index: 999;
  padding-top: 15px;
  font-size: 18px;
  min-height: 80px;
  max-height: 80px;
}
.navbar-brick:after {
  position: absolute;
  width: 100%;
  height: 9px;
  background: -webkit-radial-gradient(50% -3%, ellipse cover, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 50%);
  background: radial-gradient(ellipse at 50% -3%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 50%);
  bottom: -9px;
}
.navbar-brick.small {
  padding-top: 5px;
  min-height: 66px;
  max-height: 66px;
}
.navbar-brick p {
  font-family: 'Oswald', sans-serif;
}
.navbar-brick .navbar-logo {
  float: left;
  clear: left;
  width: 100%;
  text-align: center;
}
.navbar-brick .navbar-logo .logo {
  margin-right: 45px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 100px;
  -webkit-border-bottom-left-radius: 100px;
  -webkit-border-top-left-radius: 100px;
  -moz-border-radius-topright: 100px;
  -moz-border-radius-bottomright: 100px;
  -moz-border-radius-bottomleft: 100px;
  -moz-border-radius-topleft: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 2px #999999;
  -webkit-box-shadow: 0 1px 2px #999999;
  box-shadow: 0 1px 2px #999999;
  background: #ffd503;
  background: -moz-linear-gradient(top, #ffd503 70%, #ecebea 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(70%, #ffd503), color-stop(100%, #ecebea));
  background: -webkit-linear-gradient(top, #ffd503 70%, #ecebea 100%);
  background: -o-linear-gradient(top, #ffd503 70%, #ecebea 100%);
  background: -ms-linear-gradient(top, #ffd503 70%, #ecebea 100%);
  background: linear-gradient(to bottom, #ffd503 70%, #ecebea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecebea', endColorstr='#ffd503', GradientType=0);
}
.navbar-brick .logo-small {
  z-index: 9999;
  position: absolute;
  right: 50%;
  -webkit-transition: all all 0.2s linear ease-out;
  -moz-transition: all all 0.2s linear ease-out;
  -o-transition: all all 0.2s linear ease-out;
  transition: all all 0.2s linear ease-out;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.navbar-brick .logo-small.invisible {
  right: 0;
}
.navbar-brick .navbar-brand {
  color: #23272a;
  padding: 0px;
}
.navbar-brick .navbar-brand:hover,
.navbar-brick .navbar-brand:focus {
  color: #e4be07;
  background-color: transparent;
}
.navbar-brick .navbar-text {
  color: #23272a;
  float: none;
  -webkit-transition: all all 0.2s linear ease-out;
  -moz-transition: all all 0.2s linear ease-out;
  -o-transition: all all 0.2s linear ease-out;
  transition: all all 0.2s linear ease-out;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 20px;
  margin: 14px 15px;
  position: relative;
  left: 0;
}
.navbar-brick .navbar-nav > li > a {
  color: #4b4b4b;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-left: 1px dashed #b2b2b2;
  text-decoration:none; font-weight:normal; text-transform:uppercase
}
.navbar-brick .navbar-nav > li > a:hover,
.navbar-brick .navbar-nav > li > a:focus {
  color: #e4be07;
  background-color: transparent;
}
.navbar-brick .navbar-nav > li:first-child > a {
  border-left: none;
}
.navbar-brick .navbar-nav > .active > a,
.navbar-brick .navbar-nav > .active > a:hover,
.navbar-brick .navbar-nav > .active > a:focus {
  color: #e4be07;
  background-color: transparent;
}
.navbar-brick .navbar-nav > .disabled > a,
.navbar-brick .navbar-nav > .disabled > a:hover,
.navbar-brick .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-brick .navbar-nav .caret {
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 100%;
}
.navbar-brick .navbar-nav .dropdown-menu {
  overflow: visible;
  list-style: none;
}
.navbar-brick .navbar-nav .dropdown-submenu {
  position: relative !important;
}
.navbar-brick .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
  left: 100%;
  top: 0px;
  margin-left: 0px;
}
.navbar-brick .navbar-toggle {
  border-color: #333333;
  margin-right: 0px;
}
.navbar-brick .navbar-toggle:hover,
.navbar-brick .navbar-toggle:focus {
  background-color: #e4be07;
  border-color: #e4be07;
}
.navbar-brick .navbar-toggle:hover .icon-bar,
.navbar-brick .navbar-toggle:focus .icon-bar {
  background-color: #ffffff;
}
.navbar-brick .navbar-toggle .icon-bar {
  background-color: #e4be07;
}
.navbar-brick .toggle-sidebar {
  padding: 4px 10px;
  margin-right: 15px;
  color: #e4be07;
}
.navbar-brick .toggle-sidebar:hover,
.navbar-brick .toggle-sidebar:active {
  background-color: #ffffff;
}
.navbar-brick .toggle-sidebar:focus {
  background-color: #ffffff;
  border-color: #333333;
}
.navbar-brick .navbar-collapse,
.navbar-brick .navbar-form {
  border-color: #e4be07;
}
.navbar-brick .navbar-nav > .open > a,
.navbar-brick .navbar-nav > .open > a:hover,
.navbar-brick .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #e4be07;
}
.navbar-brick .navbar-nav .dropdown-menu {
  border: transparent;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 95%, #ecebea 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(95%, #ffffff), color-stop(100%, #ecebea));
  background: -webkit-linear-gradient(top, #ffffff 95%, #ecebea 100%);
  background: -o-linear-gradient(top, #ffffff 95%, #ecebea 100%);
  background: -ms-linear-gradient(top, #ffffff 95%, #ecebea 100%);
  background: linear-gradient(to bottom, #ffffff 95%, #ecebea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecebea', endColorstr='#ffffff', GradientType=0);
}
.navbar-brick .navbar-nav .dropdown-menu > li > a {
  line-height: 2em;
  font-size: 14px;
  font-weight:normal; text-transform:uppercase;
  border-top: 1px dashed #c9c9c9;
}
.navbar-brick .navbar-nav .dropdown-menu > li > a:hover {
  color: #e4be07;
  background-color: inherit;
}
.navbar-brick .navbar-nav .dropdown-menu > .active > a,
.navbar-brick .navbar-nav .dropdown-menu > .active > a:hover,
.navbar-brick .navbar-nav .dropdown-menu > .active > a:focus {
  background-color: #e4be07;
  color: #ffffff;
}
@media (max-width:1024px) {
	.navbar-brick .navbar-nav > li > a {
    color: #000;
	font-size:13px !important;
  }
  .navbar-brick .navbar-nav .dropdown-menu > li > a{
	 font-size:13px !important; }
	 .nav > li > a{ padding:10px}
}
@media (max-width: 767px) {
  .navbar-brick .navbar-nav .open .dropdown-menu > li > a {
    color: #4b4b4b;
  }
  .navbar-brick .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-brick .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #e4be07;
    background-color: transparent;
  }
  .navbar-brick .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-brick .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-brick .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #e4be07;
    background-color: transparent;
  }
  .navbar-brick .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-brick .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-brick .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-brick .navbar-link {
  color: #4b4b4b;
}
.navbar-brick .navbar-link:hover {
  color: #e4be07;
}
.navbar-brick.no-animation .logo-small {
  position: inherit;
}
.moved {
  left: 150px !important;
}
/***********
   DROPDOWNS
   ***********/
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #e4be07;
}
.dropdown-menu {
  overflow: hidden;
  list-style: circle outside none;
  box-shadow: none;
}
.dropdown-menu > li > a {
  font-weight: 300;
}
.navbar li.dropdown:hover > .dropdown-menu {
  display: block;
}

/* ===================== */
/* === MEDIA QUERIES === */
@media (min-width: 1200px) {
  .navbar-brick .navbar-text {
    padding-right: 25px;
  }
  .navbar-logo .logo {
    -webkit-transition: all height 0.5s linear ease-out;
    -moz-transition: all height 0.5s linear ease-out;
    -o-transition: all height 0.5s linear ease-out;
    transition: all height 0.5s linear ease-out;
    -webkit-transition: height 0.5s linear;
    transition: height 0.5s linear;
  }
  .navbar-brick .navbar-nav > li > a {
    font-size:14px !important;
  }
  .navbar-brick .navbar-nav .dropdown-menu > li > a{
	 font-size:14px !important; }
}
@media (max-width: 1199px) {
  .navbar-logo .logo {
    margin-right: 0px;
  }
  .col-faq-menu,
  .sidebar-top-max,
  .sidebar-top,
  .sidebar-top-small,
  .sidebar-top-none {
    padding-right: 15px;
  }
  .navbar-brick .navbar-logo .logo {
    margin: 0px;
  }
  .navbar-brick .navbar-text {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .sidebar:before,
  .sidebar:after {
    display: block !important;
  }
  .slider-range-container .row:before,
  .slider-range-container .row:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
	font-size:10px
  }
  .navbar-right li:last-child .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
  .search-block .block .slider-range-container {
    width: 237px;
    margin-left: 0;
    margin-right: 20px;
  }
  .partners.flexslider .flex-direction-nav .flex-prev {
    left: -10px;
  }
  .partners.flexslider .flex-direction-nav .flex-next {
    right: -10px;
  }
}
@media (max-width: 991px) {
  .sidebar-top-max,
  .sidebar-top,
  .sidebar-top-small,
  .sidebar-top-none {
    margin-top: 0px;
  }
  .sidebar:before,
  .sidebar:after {
    display: none;
  }
  .col-faq-menu.pull-right {
    float: none !important;
  }
  .search-block {
    z-index: 1000;
  }
  .search-block .block .table-cell {
    display: block;
    width: 100%;
  }
  .search-block .block .right .left,
  .search-block .block .right .right {
    display: block;
    width: 100%;
  }
  .search-block .block .select-box {
    display: block;
    width: 100%;
    margin: 5px 0;
  }
  .search-block .block .slider-range-container {
    display: block;
    margin: 0px;
    width: 100%;
  }
  .search-block .block .btn-filter {
    display: block;
  }
  .slide-box {
    margin-bottom: 40px;
  }
  .slide-box .header h1,
  .slide-box .header h2,
  .slide-box .header h3,
  .slide-box .header h4,
  .slide-box .header h5,
  .slide-box .header h6,
  .slide-box .header .h1,
  .slide-box .header .h2,
  .slide-box .header .h3,
  .slide-box .header .h4,
  .slide-box .header .h5,
  .slide-box .header .h6 {
    margin-top: 10px;
  }
  .slide-box .footer {
    position: relative;
    margin-top: -20px;
    height: auto;
  }
  .nav-top .table .table-cell {
    padding-left: 25px;
  }
}

@media (max-width: 767px) {
.flexslider.std-slider .flex-control-container {
    position: relative;
  }
  .flexslider.std-slider .flex-control-container .flex-control-nav > li {
    display: block;
    width: 100%;
    margin: 0;
  }
  .flexslider.std-slider .flex-control-container .flex-control-nav > li.flex-active .helper {
    color: #777777;
    text-shadow: none;
  }
  .flexslider.std-slider .flex-control-container .flex-control-nav > li.flex-active .helper:before {
    display: none;
  }
  .navbar-brick .navbar-brand {
    height: 56px;
  }
  .navbar-brick .navbar-nav {
    margin: 0px -15px;
  }
  .navbar-brick .navbar-nav > li > a {
    background-color: #ffffff;
    margin: 0px;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-brick .navbar-nav > li > a:hover,
  .navbar-brick .navbar-nav > li > a:focus {
    color: #e4be07;
    background-color: #ffffff;
  }
  .navbar-brick .navbar-nav > .active > a,
  .navbar-brick .navbar-nav > .active > a:hover,
  .navbar-brick .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #ffffff;
  }
  .navbar-brick .navbar-nav > .disabled > a,
  .navbar-brick .navbar-nav > .disabled > a:hover,
  .navbar-brick .navbar-nav > .disabled > a:focus {
    background-color: #ffffff;
  }
  .navbar-brick .navbar-nav .dropdown-menu {
    margin: 0px !important;
    background: #ffffff;
    -webkit-border-top-right-radius: none;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: none;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-brick .navbar-nav .dropdown-menu > li > a {
    padding-left: 30px;
  }
  .navbar-brick .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    left: 0;
    right: 0;
    top: 0;
    margin-left: 0;
  }
  .navbar-brick .navbar-nav .dropdown-submenu > .dropdown-menu {
    padding-left: 20px;
  }		
  .navbar .dropdown-menu {
    position: relative;
    display: block;
    width: 100%;
    float: none !important;
    margin-top: 10px !important;
  }
  .big {
    font-size: 55px;
  }
  .flexslider .search-block {
    margin-top: -265px;
  }
  .search-block .block .left,
  .search-block .block .right {
    display: block;
    width: 100%;
  }
  .search-block .block .select-box {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .search-block .block .slider-range-container {
    display: block;
    margin: 10px 0;
    width: 100%;
  }
  .partners.flexslider .flex-direction-nav {
    display: none;
  }
  .quick-links {
    margin-top: 20px;
  }
  .sidebar {
    position: fixed;
    right: 100%;
    width: 100%;
    top: 0px;
    -webkit-transition: all all 0.3s linear ease-out;
    -moz-transition: all all 0.3s linear ease-out;
    -o-transition: all all 0.3s linear ease-out;
    transition: all all 0.3s linear ease-out;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .sidebar.show-sidebar {
    position: fixed;
    right: 0%;
    max-height: 100%;
    overflow-y: scroll;
  }
  .flexslider.title-slider.circle-arrows .flex-direction-nav {
    display: none;
  }
  .flexslider.std-slider .slides > li .inner {
    padding: 0px 40px;
  }
  .list-style .listing-image .pull-left {
    width: 160px;
    min-height: 160px;
    height: auto;
  }
  .list-style .listing-image .caption {
    min-height: 160px;
    height: auto;
  }
  .list-style .price-tag {
    width: 160px;
  }
  .quick-links .quick-link {
    display: block;
    text-align: center;
  }
  .navigation-footer ul li {
    padding: 10px 0px;
    border: none;
    display: block;
    text-align: center;
  }
  .footer-bottom .text-right {
    text-align: center;
  }
  #toTop {
    display: none !important;
  }
  .nav-top {
    height: 50px;
    font-size: 30px;
  }
  .nav-top .table {
    height: 50px;
    width: 100%;
    text-align: center;
  }
  .nav-top .table .table-cell {
    padding: 0;
  }
  .nav-top .i-label {
    display: none;
  }
  .withNavTop .navbar-fixed-top {
    top: 50px;
  }
  .withNavTop .navbar-fixed-top.applyscroll {
    top: 0px;
  }
  .c404 {
    font-size: 150px;
    line-height: 150px;
  }
  .authentication {
    padding: 15px;
    text-align: center;
  }
  .authentication .form-control {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .padding-big {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding-top-big {
    padding-top: 100px;
  }
  .padding-top-medium {
    padding-top: 50px;
  }
  .flexslider.std-slider .flex-control-container .flex-control-nav {
    font-size: 14px;
  }
  .big {
    font-size: 40px;
  }
  .flexslider .well .property-tags li span {
    padding-right: 10px;
  }
  .post .description img,
  .post .description .blog-small-slider {
    width: 100%;
  }
  .well .table-cell {
    display: block;
  }
  .list-style .listing-image {
    max-height: none;
  }
  .list-style .listing-image .pull-left {
    width: 100%;
    height: auto;
    display: block;
    float: none;
  }
  .list-style .listing-image .media-body {
    float: left;
    margin: 20px 0;
  }
  .list-style .links,
  .list-style .price-tag {
    float: left;
    width: 100%;
    margin: 0;
  }
  .list-style .caption {
    height: auto;
  }
  .list-style .property-info .table-cell {
    display: block;
  }
  .list-style .property-info .table-cell:first-child {
    width: 100%;
  }
  .property-info .property-contacts .table-cell {
    display: block;
    border-top: 1px solid #8b8b8b;
    border-left: none;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  .property-info .property-contacts .table-cell .share {
    float: none !important;
    padding: 0;
    margin-top: 10px;
  }
  .property-info .property-contacts .table-cell:first-child {
    border: none;
  }
  .property-info .table-cell {
    display: block;
  }
  .property-info .price-tag {
    display: block;
    width: 100%;
  }
  .property-info .share {
    margin: 0px;
    height: 26px;
    margin-top: 2px;
  }
  .property-info .share li {
    display: inline-block;
  }
  .property-info .share li a {
    font-size: 14px !important;
    display: table-cell;
    width: 26px;
    vertical-align: middle;
    text-align: center;
    height: 26px;
    background-color: #868686;
    color: #ffffff;
  }
  .property-info .share li a:hover {
    background-color: #e4be07;
    color: #ffffff;
  }
  .post .listing-image.pull-left {
    margin-right: 0;
  }
  .post .listing-image {
    width: 100%;
  }
  .block-post .table-cell {
    display: block;
    width: 100%;
  }
  .block-post .icon {
    margin: auto;
    display: block;
    padding-top: 7px;
  }
  .post-info .pull-right {
    float: none !important;
  }
  .commentList .oneComment .pull-left {
    float: none !important;
    margin: auto;
    display: block;
  }
  .commentList .oneComment .pull-left img {
    max-height: 100%;
    margin: auto;
  }
  .commentList .oneComment .pull-left:before {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 8.5px 11px 8.5px;
    border-color: transparent transparent #f7f7f7 transparent;
    content: "";
    position: absolute;
    top: auto;
    bottom: -13px;
    right: 50%;
    margin-right: -8px;
  }
  .commentList .oneComment .media-body {
    margin-top: 10px;
  }
  .commentList .oneComment .media-body .inner-body .reply-button {
    position: relative;
    margin: auto;
    display: block;
    width: 100%;
    right: 0;
  }
  .commentList .children {
    padding-left: 30px;
  }
  .pagination > li > a,
  .pagination > li > span {
    margin-bottom: 10px;
  }
  .thumbnail .table-row.pull-right {
    float: none !important;
    display: block;
  }
  .thumbnail .table-row.pull-right .table-cell {
    margin: auto;
  }
  .property-tags.important li {
    display: block;
    border: none;
  }
  .nav-tabs > li {
    float: none;
  }
  .nav-tabs > li > a {
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
  }
  .tab-pane .googleMap {
    min-height: 300px !important;
  }
}
@media (min-width:992px) and (max-width:1199px){
	.navbar-brick .navbar-nav > li > a {
    color: #000;
	font-size:13px !important;
  }
  .navbar-brick .navbar-nav .dropdown-menu > li > a{
	 font-size:13px !important; }
	.nav > li > a{ padding:10px}
}
@media (min-width:768px) and (max-width:991px){
	.navbar-brick .navbar-nav > li > a {
    color: #000;
	font-size:11px !important;
  }
  .navbar-brick .navbar-nav .dropdown-menu > li > a{
	 font-size:11px !important; }
	.nav > li > a{ padding:10px}
}
