html,
body {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.4em;
  padding-top: 90px;
	/*background: url(images/bg.jpg)  no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
	background-color:#242;
}
/*flying phone*/
.modal.fade .modal-dialog {
  transform: translate(0px, -25%);
  transition: transform 0.3s ease-out 0s;
}
.modal.fade.in .modal-dialog {
  transform: translate(0px, 0px);
}
.flyover {
  right: 0%;
  overflow: hidden;
  position: fixed;
  width: 200px;
  height: 25px;
  opacity: 0.9;
  z-index: 1050;
  top: 60px;
  /*transition: left 0.6s ease-out 0s;*/
  /*transform: translate(-50%, -50%);*/
}


/*end flying phone*/
img
{
	max-width:100%;
}
.center
{
	display:block;
margin: 0 auto;	
max-width:100%;
	
}
p {
  color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:active,
a:visited {
  color: #ffffff;
}
a.btn-custom:active,
a.btn-custom:visited {
  background: #fff;
  border: 3px solid #ffffff;
  color: #000;
}
a.btn-custom:hover {
  background: #EE8003;

  border: 3px solid #EE8003;
  color: #fff;
}
.btn:focus {
  color: #ffffff;
}
.btn-custom {
  background: #fff;
  border: 3px solid #ffffff;
  color: #000;
}
.btn-custom:hover {
  background: #EE8003;
  border: 3px solid #EE8003;
  color: #fff;
}
.headline {
  margin-bottom: 25px;
}
ul.unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fullSection {
  /*min-height: 100%;*/
  padding: 40px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.img-full {
  width: 100%;
}
.form-control {
  height: 46px;
  color: #ffffff;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.form-control:focus {
  border-color: #ffffff;
  box-shadow: none;
}
.has-error .form-control,
.has-error .form-control:focus {
  border-color: #ffffff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: red;
  font-weight: bold;
}

#lang
{
	position:absolute; top:-20px; right:24px; width:240px;

}
#bg_pattern {
  background-image: url(../images/bg_pattern.png);
  position: fixed;
  opacity: 0.6;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-static {
  background: url(../images/bg.jpg) no-repeat center top fixed;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  -o-background-size: cover !important;

}

@media only screen and (min-width: 1024px){
    .bg-static  {
			
	background-image:url( ../images/bg_min.jpg );
  background-position:top center;background-repeat:repeat-y;
		 -webkit-background-size: background-size: 1024px;
  -moz-background-size: background-size: 1024px;
  
        background-size: 1024px;
			
			 
    }
		  body {
	
			 background: url(../images/bg_min.jpg) no-repeat center top fixed;
			
			 -webkit-background-size: background-size: 1024px;
  -moz-background-size: background-size: 1024px;
  
        background-size: 1024px;
    }

    .lang-mobile {display: none;}
    #lang{position: relative; float: right; margin-top: 18px; display: inline-block; width: 120px;}

    #lang ul li{margin-left: 2px; list-style: none;}
    #lang ul li a{padding: 0;}

    /*#featured{position: relative; top: -310px;}*/
    /*#gallery{position: relative; top: -420px;}*/
    /*#contact{position: relative; float: left; width: 100%; margin-top: -470px;}*/
    .featured-info{height: 365px !important; min-height: 300px;}
    .center-map{width: 100%; margin:0;}
}
.paddt-60 {
  padding-top: 60px;
}
/* ==================================================
	Animations Delay
====================================================*/
.showdelay1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
.showdelay2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.showdelay3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.showdelay4 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}
.showdelay5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}
.showdelay6 {
  animation-delay: .6s;
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
}
.showdelay7 {
  animation-delay: .7s;
  -moz-animation-delay: .7s;
  -webkit-animation-delay: .7s;
  -o-animation-delay: .7s;
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
}
.showdelay8 {
  animation-delay: .8s;
  -moz-animation-delay: .8s;
  -webkit-animation-delay: .8s;
  -o-animation-delay: .8s;
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -o-transition-delay: .8s;
}
.showdelay9 {
  animation-delay: .9s;
  -moz-animation-delay: .9s;
  -webkit-animation-delay: .9s;
  -o-animation-delay: .9s;
  transition-delay: .9s;
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -o-transition-delay: .9s;
}
.showdelay1s {
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.showdelay2s {
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
}
.navbar-custom {
  background-color: transparent;
  padding: 20px 0;
  border-radius: 0;
  margin: 0;
}
.navbar-custom .navbar-nav li a {
  color: #ffffff;
	font-size:15.5px;
}
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:focus {
  background: transparent;
  color: #ffffff;
  text-decoration: underline;
}
.navbar-custom .navbar-nav li.active a {
  color: #ffffff;
  font-weight: bold;
  background: transparent;
	
}
.navbar-custom .navbar-brand {
	font-style: italic;
	/*text-shadow:2px 2px 4px #141414, 0px 0px 4px #FFFFFF;*/
  
	font-family: "Times New Roman", Times, serif; 
	font-size: 72px;
	color:#fe4;
	font-weight:bold;
	text-decoration: none;
}
.navbar-brand>span {
  float:left;
  text-align:right;
  display:inline-block;
  width:110px;
	font-family: "Open Sans", Times, serif; 
	font-size: 14px;	
	color:#ee7f01;
	font-weight: 400;
	position:relative; left:-10px; top:4px;
	margin-bottom:18px;
}

.navbar-toggle{position: absolute !important; right: 8px; float: none !important;}

.navbar-custom .navbar-toggle .icon-bar {
  background: #fff;
  width: 32px;
}
.top-nav-collapse {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav .open a:hover,
.nav .open a:focus {
  background-color: transparent;
  border-color: transparent;
}
/* dropdown */
.dropdown-menu {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0;
  margin-bottom: 15px;
}
.dropdown-menu li a {
  color: #ffffff;
  padding: 7px 20px;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  font-weight: bold;
}

@media (min-width: 800px){

  #lang-mob{display: none !important;}

}

@media (max-width: 1023px) {

  #lang{position: relative; margin-left: -15px;}

}

@media (min-width: 767px) and (max-width: 990px) {


  .navbar-header{margin: 0 auto !important; float: none !important; width: 300px;}
  #top-nav{float: none !important; margin: 0 auto; clear:both; width: 85%; margin-top: 10px;}

}

@media (max-width: 767px) {


  #top-nav {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .navbar-custom .navbar-brand {
    padding: 0 0 0 15px;
  }
  #lang-mob
    {
      position:relative; top:0px; left:0px; width:55px!important;display:block; float: left; margin-top: 12px; margin-left: 58px; height: 30px;
      
    }

    #lang-mob ul li{
      display: inline-block;
      float: left;
      margin-right: 5px;
      margin-top: -8px;
    }

    #lang-mob ul li a{
      padding: 0 !important;
    }

    .lang-tablet{display: none !important;}

    .center-map{width: 100%;}
}

@media (min-width: 1024px) and (max-width: 1024px) and (orientation:landscape) {

  #top-nav{width: 64%; float: left;}

}

@media (min-width: 764px) and (max-width: 790px) and (orientation:portrait) {

    #lang-mob {display: none;}
    #lang{left: 65px; position: relative; margin-top: -36px; float: left;}
    #lang ul li{margin-left: 5px;}
    #lang ul li a{padding: 0 !important;}
    .container{padding: 0 15px; margin: 0;}
    .navbar-right{width: 53%;}
     .navbar-left{width: 53%; float: right;}
    #lang ul{width: auto; margin-top: 25px;}
    #top-nav{width: 105%;}

}

@media (max-width: 380px) and (orientation:portrait) {

    #lang-mob {display: block !important; width: 200px !important; margin-left: 33px; margin-top: 6px;}
    #lang-mob ul{width: 100%;}

   

}

@media (max-width: 480px) {

  .navbar-brand>span {

    width: 150px;
  }

}

/* ==================================================
	fullscreen slider
====================================================*/
#fullscreen-slider .slider-caption {
  text-align: center;
  padding: 60px 112px 112px;
}
#fullscreen-slider .slider-caption i {
  font-size: 130px;
}
#fullscreen-slider .slider-caption h2 {
  font-size: 60px;
  margin-bottom: 30px;
}
#fullscreen-slider .slider-caption p {
  margin-bottom: 30px;
}
#fullscreen-slider .carousel-control.left,
#fullscreen-slider .carousel-control.right {
  background-image: none !important;
}
#fullscreen-slider .carousel-control .fa-chevron-left,
#fullscreen-slider .carousel-control .fa-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 30px;
}
#fullscreen-slider .carousel-inner .item {
  height: 700px;
}
@media (max-width: 767px) {
  #fullscreen-slider .slider-caption {
    text-align: center;
    padding: 0 40px 80px;
  }
  #fullscreen-slider .slider-caption i {
    font-size: 80px;
  }
  #fullscreen-slider .slider-caption h2 {
    font-size: 36px;
  }
}

  #fullscreen-slider .slider-caption p {
    text-align:left;
  }
}
/* ==================================================
	quick form
====================================================*/
.quick-form {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 3px solid #dddddd;
  border-radius: 3px;
}
/* ==================================================
	top Heading
====================================================*/
.top-heading {
  text-align: center;
  padding: 0 150px;
}
.top-heading h2 {
  font-size: 46px;
  padding: 0;
  letter-spacing: -1px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* ==================================================
	Section Heading
====================================================*/
.section-heading {
  text-align: center;
}

#aparts .container>p{
  padding:20px;
	text-align:center;
}

.section-heading h2 {
  font-size: 46px;
  padding: 40px 0;
  letter-spacing: -1px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .top-heading {
    padding: 0 20px;
  }
  .top-heading h2 {
    font-size: 36px;
  }
  .section-heading h2 {
    font-size: 36px;
  }
}
/* ==================================================
	Icon-Box
====================================================*/
.icon-box {
  padding: 40px 0;
}
.icon-box i {
  font-size: 60px;
}
.icon-box h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
/* ==================================================
	Featured
====================================================*/
.featured-box {
  padding: 20px 15px;
}
.featured-info p {
  margin-bottom: 20px;
}
/* ==================================================
	Team
====================================================*/
.team-box {
  margin: 40px 0;
}
.team-box .team-image img {
  width: 128px;
  height: 128px;
  float: left;
  border: 3px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.team-box .team-info {
  margin-left: 160px;
}
.team-box .team-info .team-social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-box .team-info .team-social li {
  display: inline-block;
  margin: 0 5px;
}
.team-box .team-info .team-social li a {
  color: #ffffff;
  font-size: 18px;
}
/* ==================================================
	Pricing
====================================================*/
.price-box {
  border: 2px solid #888;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  margin: 20px 0;
}
.price-box .price-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  padding: 20px 0;
}
.price-box .price-title span {
  display: block;
  font-size: 42px;
  font-weight: 700;
}
.price-box .price-title span small {
  font-weight: 300;
}
.price-box .price-action {
  padding: 20px 0;
}
.price-box ul.price-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.price-box ul.price-list li:last-child {
  border: none;
}
/* ==================================================
	Showcase
====================================================*/
.pic {
  position: relative;
  display: block;
  margin: 15px 0;
}
.pic a .img_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../images/zoom.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pic a:hover .img_overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
}
/* ==================================================
	Modal
====================================================*/
.modal-content {
  background-color: rgba(0, 0, 0, 0.9);
}
.modal-content .modal-header {
  border: none;
}
.modal-content .modal-header .close {
  font-size: 42px;
  color: #ffffff;
  opacity: 1;
  font-weight: normal;
}
.modal-content .modal-body {
  padding: 15px 30px;
}
.modal-content .modal-body h3 {
  margin-bottom: 20px;
}
.modal-content .modal-body img {
  margin: 10px 0;
}
.modal-content .modal-body img.pull-left {
  margin: 10px 25px 10px 0;
  max-width: 286px;
}
.modal-content .modal-body img.pull-right {
  margin: 10px 0 10px 25px;
  max-width: 286px;
}
.modal-content .modal-body hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 480px) {
  .modal-body img.pull-left {
    margin: 10px 0;
    max-width: 100%;
  }
  .modal-body img.pull-right {
    margin: 10px 0;
    max-width: 100%;
  }
}
/* ==================================================
	Contact
====================================================*/
/* unstyled */
ul.unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.unstyled li {
  padding: 5px 0;
}
ul.unstyled li i {
  margin-right: 20px;
}
/* Social Link */
ul.social-link {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.social-link li {
  display: inline-block;
  padding: 10px 20px 10px 0;
}
ul.social-link li a {
  color: #fff;
  opacity: 0.5;
}
ul.social-link li a:hover {
  opacity: 1;
}
ul.social-link li a i {
  font-size: 30px;
}
/* ==================================================
	Footer
====================================================*/
#footer {
  padding: 20px 0;
  /*background: rgba(0, 0, 0, 0.3);*/
}
/* ==================================================
	UIToTop
====================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  overflow: hidden;
  width: 35px;
  height: 35px;
  border: none;
  text-indent: 100%;
  background: url(../images/totop.png) no-repeat left top;
}
#toTop:after {
  font-family: 'FontAwesome';
  content: "\f105";
  color: #262626;
  margin-right: 10px;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
#toTopHover {
  background: url(../images/totop.png) no-repeat left -35px;
  width: 35px;
  height: 35px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
@media (max-width: 767px) {
  #toTop {
    bottom: 10px;
  }
}
/* ==================================================
	timer  countdown
====================================================*/
.timer {
  margin: 50px 0;
  display: block;
  text-align: center;
}
.timer .days-wrapper,
.timer .hours-wrapper,
.timer .minutes-wrapper,
.timer .seconds-wrapper {
  display: inline-block;
  width: 160px;
  height: 160px;
  margin: 10px;
  border: 3px solid #ffffff;
  font-size: 13px;
  text-align: center;
  padding: 12px 0 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
  font-size: 80px;
  font-weight: 100;
  line-height: 90px;
}
.free {
  text-transform: uppercase;
}
.featured-info
{
	height:540px; overflow:hidden;
	
}
.input-group {
  margin: 20px auto;
  width: 100%;
  background: transparent;
}
input.btn.btn-lg,
input.btn.btn-lg:focus {
  outline: none;
  width: 60%;
  height: 60px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
	
}
button.btn-lg{
	margin-bottom:64px;
}
.btn-newsletter {
  width: 40%;
  height: 60px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.promise {
  color: #ffffff;
}
/* ==================================================
	Page Loader
====================================================*/
#pageloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #131313;
  z-index: 999999;
}
#pageloader .loader-item {
  position: absolute;
  width: auto;
  height: height;
  margin: -25px 0 0 -25px;
  top: 50%;
  left: 50%;
  text-align: center;
}
#pageloader .loader-item h2 {
  color: #ccc;
  margin: 0 auto;
  font-size: 20px;
}
.preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* background-color is important, or it will be see-through, and we don't want that! */
  text-align: center;
  z-index: 9999999;
}
.preloader .loader-item {
  margin: 100px auto 0;
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* ==================================================
	Components
====================================================*/
/*  blockquote */
blockquote {
  border-left: 3px solid #ffffff;
}
blockquote footer {
  font-weight: bold;
  color: #ffffff;
}
.blockquote-reverse,
blockquote.pull-right {
  border-right: 3px solid #ffffff;
}
/*  custom list  */
.arrow {
  margin: 0;
  padding: 0;
  list-style: none;
}
.arrow li {
  list-style: none;
  margin: 5px 0;
}
.arrow li:before {
  font-family: 'FontAwesome';
  content: "\f105";
  color: #fff;
  margin-right: 10px;
}
.long-arrow {
  margin: 0;
  padding: 0;
  list-style: none;
}
.long-arrow li {
  list-style: none;
  margin: 5px 0;
}
.long-arrow li:before {
  font-family: 'FontAwesome';
  content: "\f178";
  color: #fff;
  margin-right: 10px;
}
.angle {
  margin: 0;
  padding: 0;
  list-style: none;
}
.angle li {
  list-style: none;
  margin: 5px 0;
}
.angle li:before {
  font-family: 'FontAwesome';
  content: "\f101";
  color: #fff;
  margin-right: 10px;
}
/*  Accordion */
.panel-group .panel {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  border: 2px solid #ffffff;
}
.panel-group .panel-heading {
  position: relative;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: #e6e6e6;
}
.panel-group .panel-heading a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: inherit;
  text-decoration: none;
}
.panel-group .panel-heading a:after {
  position: absolute;
  right: 10px;
  top: 15px;
  height: 20px;
  width: 20px;
  content: "\f068";
  text-align: center;
  line-height: 20px;
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 18px;
}
.panel-group .panel-heading .collapsed:after {
  font-family: 'fontawesome';
  content: "\f067" !important;
}
/* Tabs */
.nav-tabs {
  border-bottom: 2px solid #ffffff;
  margin-bottom: 15px;
}
.nav-tabs li {
  margin-bottom: 0;
}
.nav-tabs li a {
  border: 1px solid transparent;
  border-bottom: 0;
  color: #fff;
}
.nav-tabs li a:hover {
  border-color: #e6e6e6;
  background: #fafafa;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #333;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 2px solid #ffffff;
  border-bottom: 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/*** Tabs Justified ***/
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs.nav-justified a,
.nav-tabs.nav-justified a:hover,
.nav-tabs.nav-justified a:focus {
  background: #2babcf;
  background-image: -webkit-linear-gradient(top, #3db5d7 0%, #2babcf 100%);
  background-image: -moz-linear-gradient(top, #3db5d7 0%, #2babcf 100%);
  background-image: -o-linear-gradient(top, #3db5d7 0%, #2babcf 100%);
  background-image: linear-gradient(top, #3db5d7 0%, #2babcf 100%);
  color: #ffffff;
  border: 0;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified {
    border-bottom: 3px solid #2babcf;
  }
  .nav-tabs.nav-justified > li > a {
    border-bottom: 0;
  }
}
/* count  */
.count-box {
  text-align: center;
  margin: 40px 0;
}
.count-box i {
  font-size: 42px;
  color: #ffffff;
}
.count-box h4 {
  margin: 25px 0;
}
.count-box span.count {
  font-size: 42px;
  color: #ffffff;
}
/* ==================================================
	Sidebar
====================================================*/
body.nopadd {
  padding-top: 0!important;
}
#main-menu {
  background: rgba(0, 0, 0, 0.5);
  width: 200px;
  height: 100%;
  position: fixed;
  top: 0;
}
#main-menu .navbar-header {
  padding: 10px;
}
#main-menu .dropdown-menu {
  position: static;
}
#main-menu .navbar-custom .navbar-nav > li {
  float: none;
}
#main-content {
  margin-left: 200px;
}
@media (max-width: 768px) {
  #main-menu {
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 999;
  }
  #main-content {
    margin: 0;
  }
  #main-menu .navbar-header {
    padding: 0;
  }

  .img-street{width: 100%; padding-right: 0 !important;}
  #fullscreen-slider .slider-caption p {text-align: center}
  .featured-box{padding: 0 40px 80px !important;}
  #aparts{padding: 0 40px; text-align: center;}
  .center{margin-bottom: 80px;}
  .featured-info{height: auto;}
  .fullSection {padding: 100px 0 0 0;}
  /*#featured{padding: 0 40px 80px; position: relative; top: -180px;}*/
  /*#gallery{position: relative; margin-top: -380px; padding: 100px 40px 80px !important;}*/
  /*#contact{position: relative; top: -140px; padding: 100px 40px 80px !important;}*/
  ul.unstyled{margin-top: -45px;}
}

.img-street
{float:left;padding-right:24px; padding-bottom:40px;}

.owl-wrapper
{width: auto !important;}

a, a:href, a:link, a:active
{
	color:#7ff;
}
.icon-box img
{width:96px;}

.owl-wrapper,>div
{padding-bottom:48px;}

.featured-info>p
{line-height:1.4em; min-height:150px; 
}

/* LANGUAGE */    
.dropdown {	position: realtive;	width: 50px;	}
   
        .dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
        .dropdown dd { position:relative; }
        .dropdown a, .dropdown a:visited {   font-family: "Open Sans", Arial, sans-serif; color:rgba(0, 0, 0, 0.7); text-decoration:none; outline:none; font-size:12px;}
        .dropdown a:hover { color:#fff;}
        .dropdown dt a:hover { color:rgba(0, 0, 0, 0.7); border: 1px solid ; color: rgba(0, 0, 0, 0.7);}
        .dropdown dt a {background: url(../images/arrow.png) no-repeat scroll right center; display:block; padding-right:10px; border:1px solid ; width:40px;background-color: rgba(0, 0, 0, 0.5)}
        .dropdown dt a span {cursor:pointer; display:block; padding:5px; color: #fff;}
        .dropdown dd ul { background: none repeat scroll 0 0; border:1px solid rgba(0, 0, 0, 0.7);background-color: rgba(0, 0, 0, 0.5); color:#fff; display:none; left:0px; padding:2px 0px; position:absolute; top:2px; width:auto; min-width:40px; list-style:none;}
        .dropdown span.value { display:none;}
        .dropdown dd ul li a { padding:5px; display:block;}
        .dropdown dd ul li a:hover { background-color: rgba(0, 0, 0, 0.7);*}
        .dropdown img.flag { border:none; vertical-align:middle; margin-left:3px; }
        
  .header-feature {
  position: absolute;
  right: 20px;
  top: 0; z-index: 9999;
}
.header-feature a.btn {
  float: right;
  margin-top: 22px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
