@charset "utf-8";
@import 'animate.css';
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/DroidKufi-Regular.eot);
  src: url(../fonts/DroidKufi-Regular-0.eot#iefix) format('embedded-opentype'),
       url(../fonts/DroidKufi-Regular.woff2) format('woff2'),
       url(../fonts/DroidKufi-Regular.woff) format('woff'),
       url(../fonts/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/DroidKufi-Bold.eot);
  src: url(../fonts/DroidKufi-Bold-0.eot#iefix) format('embedded-opentype'),
       url(../fonts/DroidKufi-Bold.woff2) format('woff2'),
       url(../fonts/DroidKufi-Bold.woff) format('woff'),
       url(../fonts/DroidKufi-Bold.ttf) format('truetype');
}

body{
  color: #030154;
  font-family: "Droid Arabic Kufi";
  font-size:16px; line-height:23px;
  margin:0; padding:0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family: "Droid Arabic Kufi";}
.gray {
    background-color: #f7f7f7;
    background-image: url("../images/tile_stripe.png");
    background-repeat: repeat;
}
a{
  text-decoration: none;
  color: #f46430;
}
a:hover{
  text-decoration: none;
  color: #F78258;
}
.motive {
  color: #f46430;
}
p{
  text-align: justify;
  line-height: 28px;
}
.pull-lang{float: right }
.pull-lang-reverse{float:left  }
/***********
***********/
.grey-section {
    background-color: #f7f7f7;
    padding: 50px 0px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin-top: 30px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

.fit-image {
    width: 100% !important;
    margin: 0px !important;
}
#toTop {
    position: fixed;
    z-index: 9999;
    bottom: 40px;
    right: 35px;
    display: none;
    width: 50px;
    height: 50px;
    background: #f46430;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    opacity: 0.7;
    filter: alpha(opacity=70);
    text-align: center;
    padding-top: 5px;
}
#toTop i {
    color: #fff;
    font-size: 36px;
}
.big {

    font-size: 76px;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0px 1px 4px #000000;
    font-weight: 400;
}
.dir-ltr{
  direction: ltr;
}
.dir-rtl{
  direction: rtl;
}
/*************
   MENU STYLES
   *************/
.navbar-brick {
  background-color: #ffffff;
  border-color: #ffffff;
  border-top: 5px solid #F26520;
  z-index: 9999;
  padding-top: 19px;
  font-size: 18px;
  min-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;
}
.navbar-brick p {


}
.navbar-brick .navbar-logo {
  float: right;
  clear: right;
  width: 213px;
  text-align: center;
  position: absolute;
  top:58px;
}
.navbar-brick .navbar-logo .logo {
  margin-left: 45px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 0px;
  -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: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 70%, #ecebea 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(70%, #ffffff), color-stop(100%, #ecebea));
  background: -webkit-linear-gradient(top, #ffffff 70%, #ecebea 100%);
  background: -o-linear-gradient(top, #ffffff 70%, #ecebea 100%);
  background: -ms-linear-gradient(top, #ffffff 70%, #ecebea 100%);
  background: linear-gradient(to bottom, #ffffff 70%, #ecebea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecebea', endColorstr='#ffffff', 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 {
  top: 0;
}
.navbar-brick .navbar-brand {
  color: #030154;
  padding: 0px;
}
.navbar-brick .navbar-brand:hover,
.navbar-brick .navbar-brand:focus {
  color: #f46430;
  background-color: transparent;
}
.navbar-brick .navbar-text {
  color: #030154;
  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: 13px 15px;
  position: relative;
  left: 0;
}
.navbar-brick .navbar-nav > li > a {
  color: #030154;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-right: 1px dashed #b2b2b2;
}
.navbar-brick .navbar-nav > li > a:hover,
.navbar-brick .navbar-nav > li > a:focus {
  color: #f46430;
  background-color: transparent;
}
.navbar-brick .navbar-nav > li:first-child > a {
  border-right: none;
}
.navbar-brick .navbar-nav > .active > a,
.navbar-brick .navbar-nav > .active > a:hover,
.navbar-brick .navbar-nav > .active > a:focus {
  color: #f46430;
  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: -10px;
  margin-left: -10px;
}
.navbar-brick .navbar-toggle {
  border-color: #333333;
  margin-right: 0px;
}
.navbar-brick .navbar-toggle:hover,
.navbar-brick .navbar-toggle:focus {
  background-color: #f46430;
  border-color: #f46430;
}
.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: #f46430;
}
.navbar-brick .toggle-sidebar {
  padding: 4px 10px;
  margin-right: 15px;
  color: #f46430;
}
.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: #f46430;
}
.navbar-brick .navbar-nav > .open > a,
.navbar-brick .navbar-nav > .open > a:hover,
.navbar-brick .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #f46430;
}
.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: 18px;
}
.navbar-brick .navbar-nav .dropdown-menu > li > a:hover {
  color: #f46430;
  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: #f46430;
  color: #ffffff;
}
@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: #f46430;
    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: #f46430;
    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: #f46430;
}
.navbar-brick.no-animation .logo-small {
  position: inherit;
}
.scroll-move{
  margin-right: 48px !important;
}
.moved {
  margin-right: 140px !important;
}
.navbar-brick .navbar-nav.lang > li > a{border-right:none;padding: 6px 4px;}

.navbar-form {margin-right: 50px;}
.navbar-form .form-group input{  width:250px;  }
/***********
   DROPDOWNS
   ***********/
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #f46430;
}
.dropdown-menu {
  overflow: hidden;
  list-style: circle outside none;
  text-align: right;
  float: right;
  min-width: 200px;
}
.dropdown-menu > li > a {
  font-weight: 300;
}
.navbar li.dropdown:hover > .dropdown-menu {
  display: block;
}
/************
   PERSON BOX
   ************/
.person-box {
  margin-bottom: 40px;
}
.person-box .person-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border: 1px solid #c7c7c7;
}
.person-box .person-image .person-image-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.person-box .person-image .person-image-content .inner {
  display: inline-block;
  position: relative;
  width: 100%;
  right: -50%;
}
.person-box .person-image .person-image-content .inner img {
  position: relative;
  left: -50%;
  width: auto;
  min-width: 100%;
  min-height: 100%;
}
.person-box .image-tags {
  width: 100%;
  position: absolute;
  bottom: -100px;
  -webkit-transition: all all 0.4s linear ease-out;
  -moz-transition: all all 0.4s linear ease-out;
  -o-transition: all all 0.4s linear ease-out;
  transition: all all 0.4s linear ease-out;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.person-box .image-tags .socials {
  display: table;
  table-layout: fixed;
  width: 100%;
  list-style: none;
  padding: 10px;
  background-color: rgba(244, 100, 48, 0.8);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  margin-bottom: 0px;
}
.person-box .image-tags .socials .helper {
  display: inline-block;
}
.person-box .image-tags .socials li {
  display: table-cell;
  width: auto;
  padding-right: 0px;
  text-align: center;
}
.person-box .image-tags .socials li a {
  background: transparent;
  color: #ffffff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ffffff;
}
.person-box .image-tags .socials li a:hover {
  background-color: #ffffff;
  color: #f46430;
}
.person-box:hover .image-tags {
  bottom: 0px;
}
.person-box .name {
  font-size: 16px;
  display: block;
}
.person-box.no-hover .image-tags {
  bottom: 0;
}
.flexslider .person-box {
  margin: 20px 0px;
}
/***********
   THUMBNAILS
   ************/
.caption {
  margin: 18px 0px;
  padding: 0px 15px;
  border-right: 2px solid #f46430;
}
.caption .caption-title{
  color: #030154;
}
.caption .caption-title small{color: #f46430;}
.caption.grey {
  border-left-color: #757575;
}
.thumbnail .caption {
  color: inherit;
  padding: 5px 15px;
}
.thumbnail .btn-link {
  font-size: 20px;
  padding: 0;
}
.thumbnail .btn-link.large-padding {
  padding: 2px 46px 3px 46px;
}
.thumbnail.clean {
  border: none;
  padding: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}
.thumbnail.clean img,
.thumbnail.clean a img {
  width: 100%;
  display: block;
  border: 1px solid #c7c7c7;
}
.thumbnail.clean h1,
.thumbnail.clean h2,
.thumbnail.clean h3,
.thumbnail.clean h4,
.thumbnail.clean h5,
.thumbnail.clean h6,
.thumbnail.clean .h1,
.thumbnail.clean .h2,
.thumbnail.clean .h3,
.thumbnail.clean .h4,
.thumbnail.clean .h5,
.thumbnail.clean .h6 {
  text-transform: uppercase;
}
.thumbnail.clean .price-tag {
  font-size: 17px;
}
.thumbnail.boxed {
  margin-bottom: 30px;
  margin-top: 0px;
  padding: 0;
  border: 1px solid #c7c7c7;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 1px 1px 1px #cccccc;
  -webkit-box-shadow: 1px 1px 1px #cccccc;
  box-shadow: 1px 1px 1px #cccccc;
}
.thumbnail.boxed img,
.thumbnail.boxed a img {
  width: 100%;
  display: block;
}
.thumbnail.boxed hr {
  margin: 20px 0;
}
.thumbnail.boxed .description {
  padding: 20px;
}
.thumbnail.boxed .price-tag {
  display: block;
  background: transparent;
  font-size: 22px;
  color: #f46430;
  padding: 0;
}
.thumbnail.boxed .property-tags {
  margin: 0;
}
.list-style .listing-image .pull-left {
  width: 130px;
  height: 130px;
  position: relative;
}
.list-style .listing-image .image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.list-style .listing-image .image .image-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.list-style .listing-image .image .image-content .inner {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  right: -50%;
}
.list-style .listing-image .image .image-content .inner img {
  position: relative;
  left: -70%;
  width: auto;
  min-width: 100%;
  max-height: 100%;
}
.list-style .links,
.list-style .price-tag {
  font-size: 20px !important;
}
.list-style .caption {
  height: 130px;
  margin-top: 0px;
}
.list-style .media:hover .btn-link {
  margin-left: 0;
}
.list-style .property-info .table-cell:first-child {
  width: 1%;
}
.listing-image {
  max-height: 450px;
}
.listing-image,
.listing-image-slider {
  position: relative;
  overflow: hidden;
}
.listing-image .image-links,
.listing-image-slider .image-links {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
  right: 0;
  text-align: center;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all all 0.7s linear ease-out;
  -moz-transition: all all 0.7s linear ease-out;
  -o-transition: all all 0.7s linear ease-out;
  transition: all all 0.7s linear ease-out;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
  font-size: 25px;
}
.listing-image .image-links .left,
.listing-image-slider .image-links .left,
.listing-image .image-links .right,
.listing-image-slider .image-links .right {
  width: 50px;
  height: 50px;
  margin: auto;
  display: inline-table;
  text-align: center;
  -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;
}
.listing-image .image-links .left .inner,
.listing-image-slider .image-links .left .inner,
.listing-image .image-links .right .inner,
.listing-image-slider .image-links .right .inner {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
}
.listing-image .image-links .left,
.listing-image-slider .image-links .left {
  background-color: rgba(244, 100, 48, 0.7);
}
.listing-image .image-links .left:hover,
.listing-image-slider .image-links .left:hover {
  background-color: #f46430;
}
.listing-image .image-links .right,
.listing-image-slider .image-links .right {
  background-color: rgba(125, 41, 10, 0.7);
}
.listing-image .image-links .right:hover,
.listing-image-slider .image-links .right:hover {
  background-color: #7d290a;
}
.listing-image .listing-tag,
.listing-image-slider .listing-tag {
  position: absolute;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  top: 15px;
  color: #ffffff;
  background-color: #757575;
  text-transform: uppercase;
  z-index: 1000;
  padding: 13px;
  line-height: 1;
  -webkit-transition: all all 0.7s linear ease-out;
  -moz-transition: all all 0.7s linear ease-out;
  -o-transition: all all 0.7s linear ease-out;
  transition: all all 0.7s linear ease-out;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
.listing-image .listing-tag.important,
.listing-image-slider .listing-tag.important {
  background-color: rgba(244, 100, 48, 0.5);
}
.listing-image img,
.listing-image-slider img {
  -webkit-transition: all all 0.4s linear ease-out;
  -moz-transition: all all 0.4s linear ease-out;
  -o-transition: all all 0.4s linear ease-out;
  transition: all all 0.4s linear ease-out;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.listing-image .image-tags,
.listing-image-slider .image-tags {
  position: absolute;
  bottom: -100px;
  -webkit-transition: all all 0.4s linear ease-out;
  -moz-transition: all all 0.4s linear ease-out;
  -o-transition: all all 0.4s linear ease-out;
  transition: all all 0.4s linear ease-out;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  width: 100%;
}
.listing-image .image-tags .property-tags,
.listing-image-slider .image-tags .property-tags {
  background-color: rgba(244, 100, 48, 0.8);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1em;
}
.listing-image .image-tags .property-tags li,
.listing-image-slider .image-tags .property-tags li {
  border-left: 1px dashed #ffffff;
}
.listing-image .image-tags .property-tags li:first-child,
.listing-image-slider .image-tags .property-tags li:first-child {
  border: none;
}
.listing-image .image-tags .property-tags .small,
.listing-image-slider .image-tags .property-tags .small {
  font-size: 12px;
}
small {
  -webkit-transition: all all 1s linear ease-out;
  -moz-transition: all all 1s linear ease-out;
  -o-transition: all all 1s linear ease-out;
  transition: all all 1s linear ease-out;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
.thumbnail:hover img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}
.thumbnail:hover .listing-tag {
  margin-left: -100%;
}
.thumbnail:hover small {
  margin-right: 30px;
}
.thumbnail:hover .image-tags {
  bottom: 0px;
}
.thumbnail .btn-link {
    font-size: 20px;
    padding: 0;
    color: #f46430;
}
.thumbnail.clean h1, .thumbnail.clean h2, .thumbnail.clean h3, .thumbnail.clean h4, .thumbnail.clean h5, .thumbnail.clean h6, .thumbnail.clean .h1, .thumbnail.clean .h2, .thumbnail.clean .h3, .thumbnail.clean .h4, .thumbnail.clean .h5, .thumbnail.clean .h6 {
    text-transform: uppercase;
}
.media .media-body p, .media .media-body h1, .media .media-body h2, .media .media-body h3, .media .media-body h4, .media .media-body h5, .media .media-body h6, .media .media-body .h1, .media .media-body .h2, .media .media-body .h3, .media .media-body .h4, .media .media-body .h5, .media .media-body .h6 {
    margin-top: 0px;
}
.btn-link.motive {
    color: #f46430;
}
.btn-link {
    padding: 0px;
    color: #757575;
}
.listing-image:hover .image-tags {
  bottom: -100px;
}
.listing-image:hover .image-links {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.listing-image:hover img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}
.listing-image-slider:hover .image-tags,
.flexslider.blog-small-slider:hover .image-tags {
  bottom: 0px;
}
.listing-image-slider:hover .image-links,
.flexslider.blog-small-slider:hover .image-links {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.flexslider .well {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0;
  padding: 20px 30px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.flexslider .well:hover small {
  margin-right: 30px;
}
.flexslider .well p {
  margin: 10px 0px;
}
.flexslider .well .btn-link {
  font-size: 20px;
  padding: 0;
}
.flexslider .well .price-tag {
  font-size: 17px;
}
.uppercase {
    text-transform: uppercase;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-style .media:hover .btn-link {
  margin-left: 0;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.table {
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.property-info .property-tags {
    margin: 0px;
}
.property-info .price-tag {
    padding: 6px 0px;
    display: block;
    text-align: center;
    font-size: 20px;
    width: 130px;
    margin-right: 10px;
    font-weight: normal;
}
.price-tag {
    background-color: #757575;
    color: #ffffff;
    padding: 3px 15px;
}
.property-tags {
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #eeeeee;
    color: #757575;
    list-style: none;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.property-tags li:first-child {
    border-left: none;
}
.property-tags li {
    list-style: none;
    display: table-cell;
    width: auto;
    text-align: center;
    border-left: 1px solid #757575;
}

/***********
parallax
   ***********/
.parallax {
  position: relative;
  font-size: 16px;
  background-repeat: repeat;
  background-position: 50% 0;
  background-attachment: fixed;
  background-size: cover;
  display: table;
  width: 100%;
  height: 250px;
  color: #ffffff;
  padding: 40px 0px;
  margin: 15px 0;
}
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6,
.parallax .h1,
.parallax .h2,
.parallax .h3,
.parallax .h4,
.parallax .h5,
.parallax .h6 {
  color: #ffffff;
  margin-top: 5px;
}
.parallax .motive {
  color: #f46430 !important;
}
.parallax.parallax-header {
  height: 250px;
  margin-bottom: 60px;
  padding: 0;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.parallax.parallax-header.parallax-big {
  height: 350px;
}
.parallax .big-icon {
  font-size: 70px;
  line-height: 1;
}
.parallax .inner {
  display: table-cell;
  vertical-align: middle;
}
.parallax .heading {
  font-size: 37px;
  font-weight: 700;
  margin: 0;
}
.parallax .media .pull-left {
  margin-right: 40px;
}
.overlay-parallax {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00203A;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  opacity: 0.8;
  filter: alpha(opacity=30);
}
/*********
   BUTTONS
   *********/
button {
  outline: none !important;
}
.btn.flat {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn {
  -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;
  padding: 4px 12px;
  font-weight: 300;
}
.input-group .btn {
  padding: 6px 12px;
}
.input-group .btn,
.input-group .btn:hover,
.input-group .btn:focus,
.input-group .btn:active {
  outline: none;
}
.btn.large-padding {
  padding: 2px 46px 3px 46px;
  font-size: 22px;
}
.btn-xs.large-padding,
.btn-group-xs > .btn.large-padding {
  padding: 6px 15px 6px 15px;
  font-size: 18px;
  line-height: 1;
 
}
.btn-sm.large-padding,
.btn-group-sm > .btn.large-padding {
  padding: 4px 20px 6px 20px;
  font-size: 18px;
  line-height: 1;
  border-radius: 3px;
}
.btn-lg.large-padding,
.btn-group-lg > .btn.large-padding {
  padding: 10px 20px 10px 20px;
  font-size: 18px;
  line-height: 1;
  border-radius: 3px;
}
.btn-perd {
  background: #eb4c12;
  background: -moz-linear-gradient(top, #eb4c12 0%, #f46430 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #eb4c12), color-stop(100%, #f46430));
  background: -webkit-linear-gradient(top, #eb4c12 0%, #f46430 100%);
  background: -o-linear-gradient(top, #eb4c12 0%, #f46430 100%);
  background: -ms-linear-gradient(top, #eb4c12 0%, #f46430 100%);
  background: linear-gradient(to bottom, #eb4c12 0%, #f46430 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f46430', endColorstr='#eb4c12', GradientType=0);
  -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;
  color: #ffffff;
  font-weight: 300;
}
.btn-perd:hover,
.btn-perd:focus,
.btn-perd:active {
  background: #f46430;
  background: -moz-linear-gradient(top, #f46430 0%, #eb4c12 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f46430), color-stop(100%, #eb4c12));
  background: -webkit-linear-gradient(top, #f46430 0%, #eb4c12 100%);
  background: -o-linear-gradient(top, #f46430 0%, #eb4c12 100%);
  background: -ms-linear-gradient(top, #f46430 0%, #eb4c12 100%);
  background: linear-gradient(to bottom, #f46430 0%, #eb4c12 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb4c12', endColorstr='#f46430', GradientType=0);
  color: #ffffff;
}
.btn-grey {
  background-color: #c6c6c6;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active {
  background: #eb4c12;
  background: -moz-linear-gradient(top, #eb4c12 0%, #f46430 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #eb4c12), color-stop(100%, #f46430));
  background: -webkit-linear-gradient(top, #eb4c12 0%, #f46430 100%);
  background: -o-linear-gradient(top, #eb4c12 0%, #f46430 100%);
  background: -ms-linear-gradient(top, #eb4c12 0%, #f46430 100%);
  background: linear-gradient(to bottom, #eb4c12 0%, #f46430 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f46430', endColorstr='#eb4c12', GradientType=0);
  color: #ffffff;
}
.light-grey {
  background-color: #cacaca;
  color: #ffffff;
}
.light-grey:hover {
  background-color: #b3b3b3;
  color: #ffffff;
}
.dark-grey {
  background-color: #7d7d7d;
  color: #ffffff;
}
.dark-grey:hover {
  background-color: #626262;
  color: #ffffff;
}
.btn-link {
  padding: 0px;
  color: #757575;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #f46430;
  text-decoration: none;
}
.btn-link.motive {
  color: #f46430;
}
.btn-link.motive:hover,
.btn-link.motive:focus,
.btn-link.motive:active {
  text-decoration: underline;
}
.btn.btn-block .fa {
  position: relative;
  float: left;
  left: 15px;
  top: 4px;
}
.btn-filter {
  background-color: #f46430;
  color: #ffffff;
  border: none;
  padding: 8px 0px;
  font-size: 14px;
  width: 100%;
}
.btn-primary {
  border-radius: 0;
  border-color: #f46430;
  background-color: #f46430;
}
.btn-parallax{
  font-size: 21px;
  padding: 10px 40px;
  background-color: #f46430;
  color: #ffffff;
  font-weight: 100;
  display: inline-block;
  margin-top: 20px;

}
.btn-parallax:hover,.btn-primary:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #f46430;
  border-color: #f46430;
}

/************
   sidebar
   ************/
.sidebar-top {
  margin-top: -250px;
  padding-right: 60px;
}
.sidebar-top-max {
  margin-top: -440px;
  padding-right: 60px;
}
.sidebar-top-small {
  margin-top: -100px;
  padding-right: 60px;
}
.sidebar-top-none {
  padding-right: 60px;
}
.sidebar {
  z-index: 9000;
  padding: 10px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
/*  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;*/
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sidebar h1.section-top,
.sidebar h2.section-top,
.sidebar h3.section-top,
.sidebar h4.section-top,
.sidebar h5.section-top,
.sidebar h6.section-top,
.sidebar .h1.section-top,
.sidebar .h2.section-top,
.sidebar .h3.section-top,
.sidebar .h4.section-top,
.sidebar .h5.section-top,
.sidebar .h6.section-top {
  margin-top: 60px;
  margin-bottom: 25px;
}
.sidebar h1.section,
.sidebar h2.section,
.sidebar h3.section,
.sidebar h4.section,
.sidebar h5.section,
.sidebar h6.section,
.sidebar .h1.section,
.sidebar .h2.section,
.sidebar .h3.section,
.sidebar .h4.section,
.sidebar .h5.section,
.sidebar .h6.section {
  margin: 60px 0px;
}
.sidebar .btn-block + .btn-block {
  margin-top: 20px;
}
.sidebar:before,
.sidebar:after {
  content: "";
  position: absolute;
}
.sidebar:before {
  background: url("../images/sidebar-shadow-left.png") no-repeat center;
  left: -31px;
  width: 31px;
  height: 396px;
  top: 180px;
}
.sidebar:after {
  background: url("../images/sidebar-shadow-right.png") no-repeat center;
  right: -43px;
  width: 43px;
  height: 696px;
  top: -70px;
}
.bellow-sidebar {
  margin-top: 90px;
}
hr.sidebar-separator {
  height: 12px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: none;
  border-bottom: 2px solid #dadada;
  margin-left: -30px;
  margin-right: -30px;
}
.sidebar-slider {
  margin-top: 40px;
  margin-bottom: 50px;
  background-color: #f6f6f6;
  margin-left: -30px;
  margin-right: -30px;
  padding: 30px;
  padding-top: 40px;
  position: relative;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 2px solid #dadada;
}
.sidebar-slider:before {
  left: 0px;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 12px;
  background-color: #ffffff;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 2px solid #dadada;
}
/*************
   SERVICE BOX
   *************/
.service-box {
  width: 100%;
}
.service-box .service-icon {
  position: relative;
  width: 85%;
  overflow: hidden;
  background-color: #ececec;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #757575;
  margin: 28px auto;
  -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;
}
.service-box .service-icon:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.service-box .service-icon .service-icon-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.service-box .service-icon .service-icon-content div {
  display: table;
  width: 100%;
  height: 100%;
}
.service-box .service-icon .service-icon-content img {}
.service-box .service-icon .service-icon-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 60px;
  -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;
}
.service-box.with-hover:hover .service-icon {
  background-color: #f46430;
  color: #ffffff;
}
.service-box.with-hover:hover .service-icon .service-icon-content span {
  font-size: 70px;
}
/************
   FLEXSLIDER
   ************/
.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
  outline: 0;
}
.flex-control-nav,
.flex-direction-nav,
.slides {
  margin: 0;
  padding: 0;
  list-style: none;
  direction: rtl;
}
@font-face {
  font-family: flexslider-icon;
  src: url(../css/font/flexslider-icon.eot);
  src: url(../css/font/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(../css/font/flexslider-icon.woff) format('woff'), url(../css/font/flexslider-icon.ttf) format('truetype'), url(../css/font/flexslider-icon.svg#flexslider-icon) format('svg');
  font-weight: 400;
  font-style: normal;
}
.flexslider {
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all 0.3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  /*left: -50px;*/
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: .7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: .7;
  /*left: 10px;*/
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: .8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
  z-index:100;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 15px;
  height: 15px;
  display: block;
  background: #666;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ED531A;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    /*left: 10px;*/
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    /*right: 10px;*/
  }
}
.flexslider {
  background: transparent;
}
.flexslider.property-slider img {
  transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
}
.tab-pane .flexslider {
  margin: 0px !important;
}
.flex-direction-nav a {
  text-shadow: none;
}
.text-slider {
  padding-bottom: 40px;
  position: relative;
}
.text-slider .flex-direction-nav .flex-prev,
.text-slider .flex-direction-nav .flex-next {
  width: 22px;
  height: 22px;
  background-color: #f46430;
  color: #ffffff;
  top: auto;
  bottom: 0px;
  text-align: center;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.text-slider .flex-direction-nav .flex-prev:before,
.text-slider .flex-direction-nav .flex-next:before {
  font-size: 14px;
  display: block;
  padding-top: 2px;
}
.text-slider .flex-direction-nav .flex-prev {
  left: 50%;
  margin-left: -23px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.text-slider .flex-direction-nav .flex-next {
  right: auto;
  left: 50%;
  margin-left: 1px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.flexslider.blog-small-slider {
  position: relative;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.flexslider.blog-small-slider img {
  margin: 0;
  border: none;
}
.flexslider.blog-small-slider .image-links {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 0;
  right: 0;
  text-align: center;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all all 0.7s linear ease-out;
  -moz-transition: all all 0.7s linear ease-out;
  -o-transition: all all 0.7s linear ease-out;
  transition: all all 0.7s linear ease-out;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
  font-size: 30px;
}
.flexslider.blog-small-slider .image-links .left,
.flexslider.blog-small-slider .image-links .right {
  width: 70px;
  height: 70px;
  margin: auto;
  display: inline-table;
  text-align: center;
  -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;
}
.flexslider.blog-small-slider .image-links .left .inner,
.flexslider.blog-small-slider .image-links .right .inner {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
}
.flexslider.blog-small-slider .image-links .left {
  background-color: rgba(244, 100, 48, 0.7);
}
.flexslider.blog-small-slider .image-links .left:hover {
  background-color: #f46430;
}
.flexslider.blog-small-slider .image-links .right {
  background-color: rgba(125, 41, 10, 0.7);
}
.flexslider.blog-small-slider .image-links .right:hover {
  background-color: #7d290a;
}
.flexslider.blog-small-slider .flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-color: #ffffff;
  text-align: center;
}
.flexslider.blog-small-slider .flex-direction-nav a:before {
  font-size: 16px;
  top: 5px;
  position: relative;
  color: #f46430;
}
.flexslider.blog-small-slider .flex-direction-nav .flex-next {
  right: 0;
}
.flexslider.blog-small-slider .flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider.title-slider {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.flexslider .title {
  width: 100%;
  font-size: 22px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 8px 14px;
  background: #eb4c12;
  background: -moz-linear-gradient(top, #eb4c12 0%, #f46430 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #eb4c12), color-stop(100%, #f46430));
  background: -webkit-linear-gradient(top, #eb4c12 0%, #f46430 100%);
  background: -o-linear-gradient(top, #eb4c12 0%, #f46430 100%);
  background: -ms-linear-gradient(top, #eb4c12 0%, #f46430 100%);
  background: linear-gradient(to bottom, #eb4c12 0%, #f46430 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f46430', endColorstr='#eb4c12', GradientType=0);
  margin-bottom: 10px;
}
.flexslider.title-slider .title {
  position: relative;
  margin-bottom: 0px;
}
.flexslider.title-slider .flex-direction-nav .flex-prev,
.flexslider.title-slider .flex-direction-nav .flex-next {
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  color: #f46430;
  top: 50%;
  margin-top: -11px;
  text-align: center;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.flexslider.title-slider .flex-direction-nav .flex-prev:before,
.flexslider.title-slider .flex-direction-nav .flex-next:before {
  font-size: 14px;
  display: block;
  padding-top: 1px;
}
.flexslider.title-slider .flex-direction-nav .flex-prev {
  right: auto;
  left: 11px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.flexslider.title-slider .flex-direction-nav .flex-next {
  left: 35px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.flexslider.title-slider .clear-title {
  padding: 0px;
}
.flexslider.title-slider .clear-title .flex-direction-nav .flex-prev,
.flexslider.title-slider .clear-title .flex-direction-nav .flex-next {
  background-color: #f46430;
  color: #ffffff;
}
.flexslider.title-slider .clear-title .flex-direction-nav .flex-prev {
  right: 24px;
}
.flexslider.title-slider .clear-title .flex-direction-nav .flex-next {
  right: 0px;
}
.flexslider.title-slider.circle-arrows .flex-direction-nav .flex-prev,
.flexslider.title-slider.circle-arrows .flex-direction-nav .flex-next {
  width: 35px;
  height: 70px;
  background-color: #f46430;
  color: #ffffff;
  top: 50%;
  margin-top: -35px;
  text-align: center;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.flexslider.title-slider.circle-arrows .flex-direction-nav .flex-prev:before,
.flexslider.title-slider.circle-arrows .flex-direction-nav .flex-next:before {
  font-family: fontawesome;
  font-size: 30px;
  display: block;
  padding-top: 13px;
}
.flexslider.title-slider.circle-arrows .flex-direction-nav .flex-prev {
  right: auto;
  left: -34px;
  border-radius: 70px 0 0 70px;
  -moz-border-radius: 70px 0 0 70px;
  -webkit-border-radius: 70px 0 0 70px;
}
.flexslider.title-slider.circle-arrows .flex-direction-nav .flex-prev:before {
  content: "\f104";
}
.flexslider.title-slider.circle-arrows .flex-direction-nav .flex-next {
  right: -34px;
  border-radius: 0 70px 70px 0;
  -moz-border-radius: 0 70px 70px 0;
  -webkit-border-radius: 0 70px 70px 0;
}
.flexslider.title-slider.circle-arrows .flex-direction-nav .flex-next:before {
  content: "\f105";
}
.flexslider.title-slider.circle-arrows:hover .flex-direction-nav .flex-prev,
.flexslider.title-slider.circle-arrows:hover .flex-direction-nav .flex-next {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.flexslider.property-slider {
  margin: 0;
  margin-bottom: 60px;
}
.flexslider.property-slider .slides-inner {
  padding: 0px;
}
.flexslider.property-slider .slides-inner img {
  width: 100%;
  display: block;
}
.flexslider.property-slider,
.flexslider.property-thumbs {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.flexslider.property-slider .flex-direction-nav .flex-prev,
.flexslider.property-thumbs .flex-direction-nav .flex-prev,
.flexslider.property-slider .flex-direction-nav .flex-next,
.flexslider.property-thumbs .flex-direction-nav .flex-next {
  top: 0;
  bottom: 0;
  width: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
  margin: 0;
  overflow: visible;
  -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;
}
.flexslider.property-slider .flex-direction-nav .flex-prev:before,
.flexslider.property-thumbs .flex-direction-nav .flex-prev:before,
.flexslider.property-slider .flex-direction-nav .flex-next:before,
.flexslider.property-thumbs .flex-direction-nav .flex-next:before {
  position: relative;
  top: 50%;
  margin-top: -23px;
  height: 46px;
  width: 16px;
  background-color: inherit;
  font-size: 16px;
  vertical-align: middle;
  padding-top: 12px;
}
.flexslider.property-slider .flex-direction-nav .flex-prev:hover,
.flexslider.property-thumbs .flex-direction-nav .flex-prev:hover,
.flexslider.property-slider .flex-direction-nav .flex-next:hover,
.flexslider.property-thumbs .flex-direction-nav .flex-next:hover {
  background-color: #f46430;
  color: #ffffff;
}
.flexslider.property-slider .flex-direction-nav .flex-prev,
.flexslider.property-thumbs .flex-direction-nav .flex-prev {
  left: 0px;
}
.flexslider.property-slider .flex-direction-nav .flex-prev:before,
.flexslider.property-thumbs .flex-direction-nav .flex-prev:before {
  left: 10px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.flexslider.property-slider .flex-direction-nav .flex-next,
.flexslider.property-thumbs .flex-direction-nav .flex-next {
  right: 0px;
}
.flexslider.property-slider .flex-direction-nav .flex-next:before,
.flexslider.property-thumbs .flex-direction-nav .flex-next:before {
  right: 16px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.flexslider.property-thumbs .slides > li {
  margin-right: 44px;
}
.sidebar .flexslider.title-slider .clear-title .flex-direction-nav .flex-prev,
.sidebar .flexslider.title-slider .clear-title .flex-direction-nav .flex-next {
  background-color: transparent;
  color: #777777;
}
.sidebar .flexslider.title-slider .clear-title .flex-direction-nav .flex-prev:hover,
.sidebar .flexslider.title-slider .clear-title .flex-direction-nav .flex-next:hover,
.sidebar .flexslider.title-slider .clear-title .flex-direction-nav .flex-prev:focus,
.sidebar .flexslider.title-slider .clear-title .flex-direction-nav .flex-next:focus,
.sidebar .flexslider.title-slider .clear-title .flex-direction-nav .flex-prev:active,
.sidebar .flexslider.title-slider .clear-title .flex-direction-nav .flex-next:active {
  color: #f46430;
}
.partners.flexslider {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -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;
  background: transparent;
  border: none;
  margin-bottom: 0px;
  padding: 0px 30px;
}
.partners.flexslider .slides > li {
  display: table;
  margin-right: 20px;
}
.partners.flexslider .slides > li img {
  width: auto;
  margin: auto;
  display: inherit;
  max-width: 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.partners.flexslider .slides > li img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.partners.flexslider .flex-direction-nav .flex-next,
.partners.flexslider .flex-direction-nav .flex-prev {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  color: #ffffff;
  background-color: #787878;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 40px;
  width: 40px;
  text-align: center;
  padding-top: 10px;
}
.partners.flexslider .flex-direction-nav .flex-next:hover,
.partners.flexslider .flex-direction-nav .flex-prev:hover {
  background-color: #f46430;
}
.partners.flexslider .flex-direction-nav .flex-next {
  right: -20px;
}
.partners.flexslider .flex-direction-nav .flex-prev {
  left: -20px;
}
.partners.flexslider .flex-direction-nav a {
  margin-top: -20px;
}
.partners.flexslider .flex-direction-nav a.flex-next:before,
.partners.flexslider .flex-direction-nav a.flex-prev:before {
  font-family: fontawesome;
  font-size: 20px;
}
.partners.flexslider .flex-direction-nav a.flex-next:before {
  content: "\f054";
}
.partners.flexslider .flex-direction-nav a.flex-prev:before {
  content: "\f053";
}
.flexslider.std-slider {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}
.flexslider.std-slider .slides > li {
  background-size: cover;
  background-position: center center;
}
.flexslider.std-slider .slides img {
  width: auto;
}
.flexslider.std-slider .flex-direction-nav a {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  text-align: center;
  margin-top: -46px;
  z-index: 9990;
}
.flexslider.std-slider .flex-direction-nav a:before {
  font-size: 16px;
  top: 15px;
  position: relative;
  color: #f46430;
}
.flexslider.std-slider .flex-direction-nav .flex-next {
  right: 0;
}
.flexslider.std-slider .flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider.std-slider .flex-control-container {
  position: absolute;
  bottom: -1px;
  z-index: 1000;
  width: 100%;
  display: table;
}
.flexslider.std-slider .flex-control-container .flex-control-nav {
  position: absolute;
  display: table;
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  position: inherit;
  float: right;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .flexslider.std-slider .flex-control-container .flex-control-nav {
    float: left;
    width: 66.66666667%;
  }
}
.flexslider.std-slider .flex-control-container .flex-control-nav > li {
  display: table-cell;
  background-color: #ffffff;
  background-image: url("../images/tab-gradient.jpg");
  background-repeat: repeat-x;
  position: relative;
}
.flexslider.std-slider .flex-control-container .flex-control-nav > li .helper {
  display: inline-block;
  padding: 13px 0px;
  cursor: pointer;
  color: #6d91aa;
  text-decoration: none;
  position: relative;
  width: 100%;
}
.flexslider.std-slider .flex-control-container .flex-control-nav > li.flex-active {
  background: transparent;
}
.flexslider.std-slider .flex-control-container .flex-control-nav > li.flex-active .helper {
  cursor: default;
  color: #ffffff;
  text-shadow: -1px 0px 2px rgba(0, 0, 0, 0.5);
}
.flexslider.std-slider .flex-control-container .flex-control-nav > li.flex-active .helper:before,
.flexslider.std-slider .flex-control-container .flex-control-nav > li.flex-active .helper:after {
  content: "";
  width: 12px;
  height: 56px;
  position: absolute;
  top: 0;
}
.flexslider.std-slider .flex-control-container .flex-control-nav > li.flex-active .helper:before {
  background: url("../images/tab-left.png") no-repeat;
  left: 0;
}
.flexslider.std-slider .flex-control-container .flex-control-nav > li.flex-active .helper:after {
  background: url("../images/tab-right.png") no-repeat;
  right: 0;
}
.flexslider.std-slider .flex-control-container .fill-helper {
  display: table-cell;
  overflow: hidden;
  height: 56px;
  width: 100%;
  background-color: #ffffff;
  background-image: url("../images/tab-gradient.jpg");
  background-repeat: repeat-x;
}
.flexslider.std-slider .flex-control-container .fill-helper.pull-left {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.flexslider.std-slider .flex-control-container .container {
  line-height: 1em;
  max-height: 56px;
  padding: 0;
  margin: 0;
  display: table-cell;
}
.flexslider.std-slider .flex-control-container .container:after,
.flexslider.std-slider .flex-control-container .container:before {
  content: none;
}
.flexslider.std-slider .flex-control-container .container .fill-helper {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .flexslider.std-slider .flex-control-container .container .fill-helper {
    float: left;
    width: 33.33333333%;
  }
}
/***********
   FOOTER
   ***********/
footer{
  background-color: #00203A;
}
footer .copyright{
  background-color: #001C32;
  padding: 7px 0;
  border-top: 1px solid #1A3347;
  color: #fff;
}
footer .copyright a{
  color: #FA6210;
}
/***********
/* ===================== */
/* === 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;
  }
}
@media (max-width: 1200px) {
  .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;
  }
}

@charset "utf-8";
/* CSS Document */
a{
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  line-height: 20px;
  font-size: 18px;
}
.no-padding{padding:0 !important;;}
.no-padd-r{padding-right:0 !important;;}
.no-padd-l{padding-left:0 !important;}
.padding-top-10{padding-top:10px;}
.padding-bottom-10{padding-bottom:10px;}
.padding-top-20{padding-top:20px;}
.padding-bottom-20{padding-bottom:20px;}
.padding-top-30{padding-top:30px;}
.padding-bottom-30{padding-bottom:30px;}
.padding-top-40{padding-top:40px;}
.padding-bottom-40{padding-bottom:40px;}
.padding-top-50{padding-top:50px;}
.padding-bottom-50{padding-bottom:50px;}
.padding-left-30{padding-left: 20px !important}
.no-margin{margin:0;}
.margin-top-10{margin-top:10px;}
.margin-bottom-10{margin-bottom:10px;}
.margin-top-20{margin-top:20px;}
.margin-bottom-20{margin-bottom:20px;}
.margin-top-30{margin-top:30px;}
.margin-bottom-30{margin-bottom:30px;}
.margin-top-40{margin-top:40px;}
.margin-bottom-40{margin-bottom:40px;}
.margin-top-50{margin-top:50px;}
.margin-bottom-50{margin-bottom:50px;}
.bold{font-weight: bold}
.text-justify,.text-justify p{text-align: justify}
.noradius {-webkit-border-radius: 0 !important;-moz-border-radius: 0 !important;border-radius: 0 !important;}
.pull-lang{float: right }
.pull-lang-reverse{float:left  }
img.pull-lang-reverse,.embed-responsive-item.pull-lang-reverse,.img-box.pull-lang-reverse {margin: 0 22px 15px 0;}
img.pull-lang,.embed-responsive-item.pull-lang,.img-box.pull-lang {margin: 0 0 15px 22px;}
.yt-thumb-16-9 {height: 200px;overflow: hidden;}
.yt-thumb-16-9 img {margin-top: -9.2%;width:360px}
.embed-responsive.embed-responsive-4by3 {padding-bottom: 75%;}
.form-control{padding: 3px 12px;}
.img-box {
  position: relative;
  text-align: center;
  cursor: default;
  z-index: 1;

}

.no-padding{
  padding: 0 !important;
}
.mt-10{margin-top: 10px !important;}
.text-orange{color: #F26520;}
.breadcrumb{background-color: #f7f7f7;margin-top: -25px}
.breadcrumb li a{font-size: 16px}
.ad-slider .short-desc{max-height: 150px;overflow: hidden}
.flexslider.std-slider{min-height: 500px}
section{
  margin-bottom: 30px;
}
.section-title  {
  width: 100%;
  font-size: 22px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 8px 14px;
  background: #eb4c12;
  background: -moz-linear-gradient(top, #eb4c12 0%, #f46430 100%);
  background: -webkit-linear-gradient(top, #eb4c12 0%, #f46430 100%);
  background: -o-linear-gradient(top, #eb4c12 0%, #f46430 100%);
  background: -ms-linear-gradient(top, #eb4c12 0%, #f46430 100%);
  background: linear-gradient(to bottom, #eb4c12 0%, #f46430 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f46430', endColorstr='#eb4c12', GradientType=0);
  margin-bottom: 0px;
}
.section-title.clear-title {
  background: transparent;
  color: inherit;
}
.section-title a,
.section-title a:hover,
.section-title a:active,
.section-title a:focus {
  color: #ffffff;
}
.section-body{
  background-color: #fff;
  padding: 0px;
}


.navbar-brick {
  background-color: #ffffff;
  border-color: #ffffff;
  border-top: 2px solid #F26520;
  z-index: 8000;
  padding-top: 2px;
  font-size: 18px;
  min-height: 60px;
}

.organisations .slides{padding: 10px 15px;}
.parallax-title{margin-bottom: 25px;font-weight: bold;}
.parallax-title span{padding: 5px 15px;border-bottom: solid 2px #fff}
.projects .projects-title{text-align: right;font-size: 20px;  color: #F26520;text-shadow: #fff) 0px 1px 4px;margin-bottom: 10px;font-weight: bold;}
.projects .short-desc{text-align: right;max-height: 163px;overflow: hidden}
footer{font-size: 14px;}
footer .copyright a{font-size: 14px;}
.navigation-footer ul {
  width: 100%;
  padding: 0;
  list-style: none;
  margin: 0;
}

.navigation-footer ul li {
  border-right: 1px solid #757575;
  display: inline-block;
  padding: 0px 20px;
}
.navigation-footer ul li:first-child {
  border: none;
  padding-left: 0px;
}
.navigation-footer ul li a {
  color: #fff;
  font-size: 14px;
}
.navigation-footer ul li a:hover {
  color: #F26520;
}

.content{}
.content .item .short-desc{
  overflow: hidden;
  height: 173px;
}
.content .item .more{margin-top: 15px;margin-bottom: 15px;}
.divider-15{border-top: 15px solid #f7f7f7;}
.album a{
  margin-bottom: 10px;margin-left: 10px;
  display: inline-block;
}
/*********
   SOCIALS
   **********/
ul.socials {
  width: 100%;
  padding: 0;
  list-style: none;
  margin: 0;
}
ul.socials li {
  display: inline-block;
  padding-right: 15px;
}
ul.socials li a {
  width: 25px;
  height: 25px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.3);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -webkit-transition:  all 0.4s linear ;
  -moz-transition:  all 0.4s linear ;
  -o-transition:  all 0.4s linear ;
  transition:  all 0.4s linear ;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
ul.socials li a:hover {
  background: #eb4c12;
  background: -moz-linear-gradient(top, #eb4c12 0%, #f46430 100%);
  background: -webkit-linear-gradient(top, #eb4c12 0%, #f46430 100%);
  background: -o-linear-gradient(top, #eb4c12 0%, #f46430 100%);
  background: -ms-linear-gradient(top, #eb4c12 0%, #f46430 100%);
  background: linear-gradient(to bottom, #eb4c12 0%, #f46430 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f46430', endColorstr='#eb4c12', GradientType=0);
  color: #ffffff;
}
ul.socials.flat li a {
  background: transparent;
  color: #f46430;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f46430;
}
ul.socials.flat li a:hover {
  background-color: #f46430;
  color: #ffffff;
}

.footer-top{padding: 10px 0}
footer ul.socials li a {
  background-color: #7e7e7e;
  background: #7e7e7e;
  background: -moz-linear-gradient(top, #7e7e7e 0%, #7e7e7e 100%);
  background: -webkit-linear-gradient(top, #7e7e7e 0%, #7e7e7e 100%);
  background: -o-linear-gradient(top, #7e7e7e 0%, #7e7e7e 100%);
  background: -ms-linear-gradient(top, #7e7e7e 0%, #7e7e7e 100%);
  background: linear-gradient(to bottom, #7e7e7e 0%, #7e7e7e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e7e7e', endColorstr='#7e7e7e', GradientType=0);
  color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.copyright{font-family: Tahoma;}
.form-group p{font-size: 12px}
.search .short-desc{
  overflow: hidden;
  height: 170px;
}
.search .more{margin-top: 10px}
.site_map ul li{line-height: 30px;}
.site_map ul li a{font-size: 14px;}
.btn-lang{margin-top: 6px;}
.socials-box{text-align: right}
.navbar-brick{z-index: 10000;}

@media screen and (min-width: 768px){

}
@media (max-width: 1200px){

}
@media (max-width: 992px){

}

@media (max-width: 768px){


}

@media (max-width: 640px){

}
@media (max-width: 480px){

}
@media (max-width: 360px){


}
@media print{

}