html,body{
  height:100%;
}

body{
  background: #eee;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color:#231f20;
}

a{

}
a:hover{
  color:#be1e2d;
  text-decoration: none;
}

.relative{
  position: relative;
}


.bmd-btn-fab.btn-primary.active.custom-file-control:before, .bmd-btn-fab.btn-primary.custom-file-control:active:before, .bmd-btn-fab.btn-primary.custom-file-control:focus:before, .bmd-btn-fab.btn-primary.custom-file-control:hover:before, .bmd-btn-fab.btn-primary.focus.custom-file-control:before, .btn-group-raised .btn-primary.active.custom-file-control:before, .btn-group-raised .btn-primary.custom-file-control:active:before, .btn-group-raised .btn-primary.custom-file-control:focus:before, .btn-group-raised .btn-primary.custom-file-control:hover:before, .btn-group-raised .btn-primary.focus.custom-file-control:before, .btn-group-raised .btn.btn-primary.active, .btn-group-raised .btn.btn-primary.focus, .btn-group-raised .btn.btn-primary:active, .btn-group-raised .btn.btn-primary:focus, .btn-group-raised .btn.btn-primary:hover, .btn-raised.btn-primary.active.custom-file-control:before, .btn-raised.btn-primary.custom-file-control:active:before, .btn-raised.btn-primary.custom-file-control:focus:before, .btn-raised.btn-primary.custom-file-control:hover:before, .btn-raised.btn-primary.focus.custom-file-control:before, .btn.bmd-btn-fab.btn-primary.active, .btn.bmd-btn-fab.btn-primary.focus, .btn.bmd-btn-fab.btn-primary:active, .btn.bmd-btn-fab.btn-primary:focus, .btn.bmd-btn-fab.btn-primary:hover, .btn.btn-raised.btn-primary.active, .btn.btn-raised.btn-primary.focus, .btn.btn-raised.btn-primary:active, .btn.btn-raised.btn-primary:focus, .btn.btn-raised.btn-primary:hover, .open>.bmd-btn-fab.btn-primary.dropdown-toggle.custom-file-control:before, .open>.btn-group-raised .btn-primary.dropdown-toggle.custom-file-control:before, .open>.btn-group-raised .btn.btn-primary.dropdown-toggle, .open>.btn-raised.btn-primary.dropdown-toggle.custom-file-control:before, .open>.btn.bmd-btn-fab.btn-primary.dropdown-toggle, .open>.btn.btn-raised.btn-primary.dropdown-toggle{
  background-color: #231f20;
  border-color: #231f20;
}



.preload-page{
  display: block;
  position: fixed;
  z-index: 999999;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: #fff;
}
.preload-page.alt{
  background: rgba(255,255,255,.2);
}

.loader{
  display: block;
	position: relative;
	margin:0 auto;
}
.preload-page .loader{
  position: absolute;
  top:50%;
  margin:-20px 0 0 0;
  width:100%;
}
.loader i{
  display: block;
  position: absolute;
  top:50%;
  left:50%;
  margin-top:-20px;
  margin-left:-20px;
  width:40px;
  height:40px;
  border-radius:50%;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -moz-border-radius:50%;
  border: 0.25rem solid rgba(0,0,0, 0.1);
  border-top-color: #be1e2d;
  -webkit-animation: spin .7s infinite linear;
          animation: spin .7s infinite linear;
}
.loader i:first-child{
  border-top-color: #fff;
  -webkit-animation: spin 1.5s infinite linear;
          animation: spin 1.5s infinite linear;
}
.loader i:last-child{
  border-left-color:transparent;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-top-color: #be1e2d;
  -webkit-animation: spin .7s infinite linear;
          animation: spin .7s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes pulse {
  50% {
    background: white;
  }
}
@keyframes pulse {
  50% {
    background: white;
  }
}




h1{
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
}
h2{
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: 700;
}
h3{
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 700;
}
h4{
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 700;
}
h5{
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
}
h6{
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

img{
  max-width: 100%;
  width:auto;
  height:auto;
}


.valign{
  display: table;
  height: 100%;
  width: 100%;
}
.valign > div{
  display: table-cell;
  height: 100%;
  width: 100%;
}
.valign > div.middle{
  vertical-align: middle;
}
.valign > div.bottom{
  vertical-align: bottom;
}


header{
  display: block;
  position: fixed;
  z-index: 998;
  top:0;
  left:0;
  right:0;
  border-top:2px solid #be1e2d;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
header.h404{
  background: #231f20;
}
header.fixed{
  background: #fff;
  top:-100%;box-shadow: 0 0 1px 0 rgba(0,0,0,0.10), 0 10px 12px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 0 1px 0 rgba(10,31,68,0.10), 0 10px 12px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 0 1px 0 rgba(0,0,0,0.10),0 10px 12px 0 rgba(0,0,0,0.12);
    -ms-box-shadow: 0 0 1px 0 rgba(0,0,0,0.10),0 10px 12px 0 rgba(0,0,0,0.12);
}
header.fixed.up{
  top:0;
}
header:after{
  display: block;
  content: "";
  clear: both;
}
header .logo{
  display: block;
  float:left;
  padding:10px 0 10px 0;
  max-width:144px;
}
header .logo .dark{
  display: none;
}
header.fixed .logo .dark{
  display: block;
}
header.fixed .logo .light{
  display: none;
}

header nav.main{
  display: block;
  float:right;
  width:calc(100% - 200px);
}
header nav.main ul{
  display: block;
  float:right;
  list-style: none;
  margin:25px 0 0 0;
  padding:0;
}
header nav.main ul > li{
  display: block;
  float:left;
}
header nav.main ul > li > a{
  display: block;
  padding:25px 20px;
  text-transform: uppercase;
  font-weight: 300;
  color:#fff;
  font-size: 14px;
  border-bottom:1px solid transparent;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
}
header.fixed nav.main ul > li > a{
  color:#000;
}
header nav.main ul > li.icon > a{
  padding:20px 10px;
}
header nav.main ul > li.icon > a i{
  font-size: 19px;
}
header nav.main ul:hover > li > a{
  opacity:.7;
}
header nav.main ul > li:hover > a,
header nav.main ul > li.active > a{
  border-color:#be1e2d;
  opacity:1;
}


header nav.main ul > li.lang{
  background: #be1e2d;
  position: relative;
  margin-top:-25px;
  margin-left:10px;
}
header nav.main ul > li.lang > span{
  display: block;
  padding:50px 20px 25px 20px;
  text-transform: uppercase;
  font-weight: 300;
  color:#fff;
  font-size: 14px;
  border-bottom:1px solid transparent;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
}
header nav.main ul > li.lang > ul{
  display: none;
  position: absolute;
  top:70px;
  right:0;
  width:100px;
  background: #be1e2d;
  padding:10px 0;
}
header nav.main ul > li.lang > ul li{
  margin:0;
  padding:0;
  display: block;
  float: none;
}
header nav.main ul > li.lang > ul li a{
  display: block;
  color:#fff;
  padding:5px 20px;
}
header nav.main ul > li.lang > ul li a:hover{
  background: rgba(0,0,0,.05);
}
header nav.main ul > li.lang:hover ul{
  display: block;
}

@media(max-width:991px){
  body.fixed{
    position: fixed;
    overflow: hidden;
    left:0;
    right:0;
  }
  header nav.main{
    display: none;
    background: #fff;
    position: absolute;
    top:95px;
    left:0;
    right:0;
    width:100%;
    padding-bottom:30px;
    text-align: center;
  }
  header nav.main ul{
    width:100%;
    margin:0;
    padding:40px 0 0 0;
  }
  header nav.main ul li{
    display: block;
    float:none;

  }
  header nav.main ul li a{
    padding-top:10px;
    padding-bottom:10px;
  }
  header nav.main ul > li.icon{
    display: inline-block;
    widtH:50px;
  }
  header nav.main ul > li.lang{
    margin-top:20px;
    margin-left: 0;
  }
  header nav.main ul > li.lang > span{
    display: none;
  }
  header nav.main ul > li.lang ul{
    display: block;
    position: relative;
    width:100%;
    top:auto;
    right:auto;
  }
  header nav.main ul > li.lang ul li{
    display: inline-block;
  }
}



.navicon{
	display: none;
	position: absolute;
  z-index: 9;
	height:30px;
	padding: 4px;
	margin:0;
	width:32px;
	height:32px;
  top:35px;
  right:16px;
}
.navicon i{
	display: block;
	position: absolute;
	width:24px;
	height:2px;
	background: #fff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
header.fixed .navicon i{
  background: #000;
}
.navicon i:nth-child(1){
	top:5px;
}
.navicon i:nth-child(2){
	top:12px;
}
.navicon i:nth-child(3){
	top:19px;
}
.navicon.active i:nth-child(1){
	top:12px;
	-ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navicon.active i:nth-child(2){
	display: none;
}
.navicon.active i:nth-child(3){
	top:12px;
	-ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media(max-width:991px){
  .navicon{
    display: block;
  }
}


section.hero_home{
  display: block;
  position: relative;
  height:600px;
  color:#fff;
}
section.hero_home .bg{
  display: block;
  position: absolute;
  z-index: 1;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
section.hero_home .bg:after{
  display: block;
  content: "";
  position: absolute;
  z-index: 3;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: rgba(20,20,20,.7);
  /*
  background: -moz-linear-gradient(top, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00000000',GradientType=0 );
  */
}
section.hero_home .bg *{
  height:100%;
  background-size: cover !important;
}
section.hero_home .bg .owl-carousel{
  z-index: 2;
}
section.hero_home .valign{
  position: relative;
  z-index: 8;
}
section.hero_home .search,
section.hero_page .search{
  display: block;
  position: relative;
  z-index: 7;
  background: rgba(0,0,0,.5);
  padding:35px 30px 30px 30px;
  border-radius:5px;
  -webkit-border-radius:5px 5px 0 0;
  -ms-border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
  margin-bottom: -4px;
  border-bottom:4px solid #be1e2d;
}
section.hero_page .search{
  margin-bottom:-34px;
  padding:35px 30px 10px 30px;
}
section.hero_page .search.alt{
  margin-bottom:-107px;
}
section.hero_home h1{
  font-family: 'Oswald', sans-serif;
  display: block;
  color:#fff;
  position: relative;
}
section.hero_page .search .bottom{
  background: #be1e2d;
  margin:20px -30px -30px -30px;
  padding:20px 30px;
}
section.hero_page .search .bottom p{
  text-align: right;
  font-size: 13px;
  padding-top:8px;
  margin-bottom:0;
}
.after_car{
  height:77px;
}
@media(max-width:1199px){
  section.hero_page .search .bottom p{
    padding-top:0;
  }
}
@media(max-width:767px){
  section.hero_home .row > div,
  section.hero_page .row > div{
    padding-bottom:5px;
  }
  section.hero_page .search.alt{
    margin-bottom:-195px;
  }
  .after_car{
    height:165px;
  }
  section.hero_home .search form{
    margin-bottom:0;
  }
}


section.hero_page{
  display: block;
  position: relative;
  height:300px;
  color:#fff;
  background: url('../images/4.jpeg') center;
  background-size: cover !important;
  padding-bottom:30px;
}
section.hero_page.contact{
  background: url('../images/1.jpeg') bottom center;
}
section.hero_page.cars{
  background: url('../images/2.jpeg') center center;
}
@media(max-width:767px){
  section.hero_page.cars{
    height:400px;
  }
}
section.hero_page:after{
  display: block;
  content: "";
  position: absolute;
  z-index: 3;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: rgba(20,20,20,.7);
  /*
  background: -moz-linear-gradient(top, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00000000',GradientType=0 );
  */
}
section.hero_page h1{
  font-family: 'Oswald', sans-serif;
  display: block;
  color:#fff;
  position: relative;
  z-index: 7;
}
section.hero_page h6{
position: relative;
z-index: 7;
  color:#be1e2d;
}



.page_content{
  display: block;
  padding:75px 0;
  background: #fff;
}
.page_content img{
  height:auto !important;
}
.page_content h1,
.page_content h2,
.page_content h3,
.page_content h4,
.page_content h5,
.page_content h6{
  font-weight: 400;
}




section.cta_call{
  display: block;
  background: #be1e2d;
  padding:30px 0;
  text-align: center;
  border-bottom:4px solid #be1e2d;
}
section.cta_call p{
  display: block;
  margin-bottom:0;
}


section.about_us{
  display: block;
  padding:100px 0;
}
section.about_us .container{
  position: relative;
}
section.about_us .image{
  position: relative;
  z-index: 5;
  width:50%;
  height:400px;
}
section.about_us img{
  width:100%;
  height:100%;
  object-fit: cover;
}
section.about_us .content{
  position: absolute;
  z-index: 7;
  bottom:-25px;
  left:40%;
  padding:30px 30px 20px 30px;
  background: #fff;
  border-left:4px solid #be1e2d;
}
section.about_us .content h3{
  text-transform: uppercase;
  display: block;
  margin:-75px -30px 50px 0;
  text-align: right;
  color:#be1e2d;
}
@media(max-width:991px){
  section.about_us .image{
    width:100%;
    height:400px;
  }
  section.about_us .content{
    position: relative;
    bottom:auto;
    left:auto;
    padding:30px 30px 20px 30px;
  }
}



section.cars_carousel{
  display: block;
  padding:100px 0;
  background: #fff;
}
section.cars_carousel .container h2{
  text-align: center;
  text-transform: uppercase;
  margin-top:0;
  color:#be1e2d;
}
section.cars_carousel .container p.subtitle{
  text-align: center;
  margin-bottom:50px;
}
section.cars_carousel .owl-carousel{
  margin-left:-20px;
  width:calc(100% + 50px);
}
@media(max-width:767px){
  section.cars_carousel .owl-carousel{
    margin-left:0;
    width:100% ;
  }
}
section.blog-home .owl-carousel .item,
section.cars_carousel .owl-carousel .item{
  padding:20px;
}
section.blog-home .owl-dots,
section.cars_carousel .owl-dots{
  display: block;
  text-align: center;
  margin-top:20px;
}
@media(max-width:767px){
  section.blog-home .owl-dots,
  section.cars_carousel .owl-dots{
    display: none;
  }
}
section.blog-home .owl-dot,
section.cars_carousel .owl-dot{
  display: inline-block;
  width:8px;
  height:8px;
  background: #ddd;
  margin:4px;
  border-radius:9999px;
}
section.blog-home .owl-dot.active,
section.cars_carousel .owl-dot.active{
  background: #be1e2d;
}

section.blog-home .owl-nav,
section.cars_carousel .owl-nav{
  display: block;
}
section.blog-home .owl-prev,
section.blog-home .owl-next,
section.cars_carousel .owl-prev,
section.cars_carousel .owl-next{
  display: block;
  position: absolute;
  bottom:-30px;
  font-size:50px;
  padding:10px;
  color:#be1e2d;
  font-family: 'ionicons';
}
section.blog-home .owl-prev:after,
section.cars_carousel .owl-prev:after{
  display: block;
  content: "\f3cf";
}
section.blog-home .owl-next:after,
section.cars_carousel .owl-next:after{
  display: block;
  content: "\f3d1";
}
section.blog-home .owl-prev.
section.cars_carousel .owl-prev{
  left:10px;
}
section.blog-home .owl-next,
section.cars_carousel .owl-next{
  right:0;
}
section.blog-home .owl-prev:hover,
section.blog-home .owl-next:hover,
section.cars_carousel .owl-prev:hover,
section.cars_carousel .owl-next:hover{
  color: #000;
}
@media(max-width:767px){
  section.blog-home .owl-prev,
  section.blog-home .owl-next,
  section.cars_carousel .owl-prev,
  section.cars_carousel .owl-next{
    bottom:-90px;
  }
}



section.blog-home{
  display: block;
  padding:100px 0 0 0;
}
section.blog-home .container h2{
  text-align: center;
  text-transform: uppercase;
  margin-top:0;
  color:#be1e2d;
}
section.blog-home .container p.subtitle{
  text-align: center;
  margin-bottom:50px;
}


.page_content .meta{
  display: block;
  margin-top:100px;
  text-align: center;
}
.page_content .meta .date{
  font-size: 12px;
}
.page_content .meta img{
  margin-top:20px;
  margin-bottom:20px;
}
.page_content .meta h4{
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.page_content .meta .share{
  display: block;
  margin-top:20px;
}
.page_content .meta .share a{
  display: inline-block;
  font-size:20px;
  padding:10px 0;
  width:60px;
  text-align: center;
  color:#000;
  border:1px solid #000;
  margin:0 2px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.page_content .meta .share a:hover{
  background:#be1e2d;
  color:#fff;
  border-color:#be1e2d;
}




.card{
  display: block;
  background: #fff;
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.10), 0 10px 12px 0 rgba(0,0,0,0.12);
  -webkit-box-shadow: 0 0 1px 0 rgba(10,31,68,0.10), 0 10px 12px 0 rgba(0,0,0,0.12);
  -moz-box-shadow: 0 0 1px 0 rgba(0,0,0,0.10),0 10px 12px 0 rgba(0,0,0,0.12);
  -ms-box-shadow: 0 0 1px 0 rgba(0,0,0,0.10),0 10px 12px 0 rgba(0,0,0,0.12);
}
.card .image{
  background-image: cover !important;
  height:250px;
  display: block;
}
.card .content{
  display: block;
  position: relative;
  padding:20px;
}
.card .content .icons{
  text-align: left;
  line-height: 20px;
}
.card .content .icons > div{
  margin-top:5px;
  margin-bottom:5px;
}
.card .content .icons img{
  width:20px;
  height:20px;
  object-fit: contain;
  margin: 0 10px;
  float: left;
}
.card .content h3 a{
  color:#000;
}

.card .bottom{
  display: block;
}
.card .bottom:after{
  display: block;
  content: "";
  clear: both;
}
.card .bottom .price{
  display: block;
  float:left;
  font-size:12px;
  padding-left:20px;
  border-left:2px solid #be1e2d;
  margin-left:-2px;
  padding-top:3px;
  padding-bottom: 7px;
  min-height: 52px;
}
.card .bottom .price span{
  display: block;
  line-height: 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
}
.card .bottom .more{
  display: block;
  float:right;
  width:125px;
  padding:10px;
  text-transform: uppercase;
  text-align: center;
  background: #ddd;
  color:#000;
  line-height: 16px;
  min-height: 52px;
  border-radius:6px;
  right:-4px;
  bottom:-5px;
  position: relative;
}
.card .bottom .more:hover{
  color:#fff;
  background: #be1e2d;
}

.card.blog .content{
  padding-left:90px;
}
.card.blog .content .date{
  display: block;
  position: absolute;
  top:0;
  left:0;
  color:#fff;
  background: #be1e2d;
  text-align: center;
  padding:10px;
  margin-top:-10px;
  border-radius: 0 6px 6px 0;
}
.card.blog .content .date span{
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
}


.blog-home .owl-carousel .owl-stage { display: flex; min-height: 400px;}
/*(2) the direct div of each element in the owl carousel*/
.blog-home .owl-item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
    min-height: 400px;
}
.card.review{
  text-align:center;
  padding:30px;
  height:100%;
}
.card.review .star_rating{
  display: block;
  margin:10px auto;
  width:150px;
  height:30px;
  background: url('../images/ratting_blank.png') left center no-repeat;
  background-size: 150px 30px;
}
.card.review .star_rating:after{
  content: "";
  display: block;
  width:0;
  height:30px;
  background: url('../images/ratting_full.png') left center no-repeat;
  background-size: 150px 30px;
}
.card.review .star_rating.s1:after{
  width:20%;
}
.card.review .star_rating.s2:after{
  width:40%;
}
.card.review .star_rating.s3:after{
  width:60%;
}
.card.review .star_rating.s4:after{
  width:80%;
}
.card.review .star_rating.s5:after{
  width:100%;
}
.card.review .content{

}


.accordions{
  display: block;
}
.accordions .items{
  display: block;
}
.accordions .items > .item{
  display: block;
  border-bottom:1px solid #000;
}
.accordions .items > .item:last-child{
  border-bottom:none;
}
.accordions .items > .item h3{
  display: block;
  position: relative;
  font-size: 20px;
  padding:20px 0 17px 0;
}
.accordions .items > .item h3 a{
  display: block;
  position: absolute;
  top:14px;
  right:0;
  color:#231f20;
  padding:10px;
}
.accordions .items > .item h3.active{
  color:#be1e2d;
}
.accordions .items > .item h3 a:hover,
.accordions .items > .item h3.active a{
  color:#be1e2d;
}
.accordions .items > .item .content{
  padding-bottom:20px;
}



footer{
  display: block;
  padding:50px 0;
  text-align: center;
  color:rgba(255,255,255,.7);
  background: #231f20;
  font-size: 12px;
}
footer .social{
  display: block;
  margin-bottom:20px;
  text-align: center;
}
footer .social a{
  display: inline-block;
  text-align: center;
  width:40px;
  height:40px;
  line-height: 40px;
  font-size: 20px;
  background: rgba(255,255,255,.1);
  color:#fff;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  margin:3px;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
}
footer .social a:hover{
  background: #be1e2d;
}
footer .copy{
  display: inline-block;
  padding-right:10px;
  border-right:1px solid #ddd;
  margin-right:8px;
}
footer .nletter{
  background: #434343;
  margin-top:-60px;
  margin-bottom:-50px;
  padding-top:60px;
  padding-bottom:50px;
}
footer .nletter form{
  display: block;
  padding:0;
  margin:0 15px;
  background: rgba(0,0,0,.1);
  position: relative;
  text-align: left;
  border-radius:6px;
}
footer .nletter input[type=email]{
  width:70%;
  background: none;
  border:none;
  color:#fff;
  padding:15px 5px;
  border-radius: 6px 0 0 6px;
}
footer .nletter input[type=submit]{
  display: block;
  position: absolute;
  top:2px;
  right:2px;
  width:100px;
  background: rgba(0,0,0,.3);
  border:none;
  padding:13px 0;
  color:#fff;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0 6px 6px 0;
}
footer .nletter input[type=email]:focus,
footer .nletter input[type=submit]:focus{
  outline: none;
}
@media(max-width:767px){
  footer .nletter{
    background: #434343;
    margin-top:40px;
    margin-bottom:40px;
    padding-top:20px;
    padding-bottom:20px;
  }
}


.map{
  display: block;
  height:400px;
  border-top:2px solid #be1e2d;
}


.period_picker_input {
  border:1px solid #fff;
  color:#fff;
  line-height: 33px;
  width:100%;
}
.period_picker_input:focus{
  color:#000;
}
.period_picker_input:before{
  background: none;
}
.period_picker_input .icon_calendar, .period_picker_input .icon_clear{
  background-image: url('data:image/svg+xml,<svg%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20width%3D"16"%20height%3D"16"%20viewBox%3D"0%200%2016%2016"><path%20fill%3D"%23ffffff"%20d%3D"M0%206h3v3H0V6zm4%203h3V6H4v3zm4%200h3V6H8v3zm4%200h3V6h-3v3zm0-7v3h3V2h-3zM8%205h3V2H8v3zM4%205h3V2H4v3zm-4%208h3v-3H0v3zm4%200h3v-3H4v3zm4%200h3v-3H8v3z"%2F><%2Fsvg>') !important;
}


#datetimepicker_display{
  display: block;
  border:1px solid #fff;
  line-height: 33px;
  font-size:14px;
  border-radius: 3px;
  text-align: center;
}
#datetimepicker_display a{
  float:right;
  padding:0 10px;
}
#datetimepicker_display:after{
  display: block;
  content: "";
  clear: both;
}

.search select{
  display: block;
  width: 100%;
  color:#fff;
  padding:6px 12px;
  background: none;
  border:1px solid #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 14px;
  appearance:none;
}
.search select:focus{
  background: #fff;
  color:#000;
}
.search input{
  display: block;
  width:100%;
  color:#fff;
  padding:6px 12px;
  background: none;
  font-size: 14px;
  border:1px solid #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  text-align: center;
}
.search input:focus{
  background: #fff;
  color:#000;
}

.red{
  color:#be1e2d;
}


.btn{
  border-radius:6px;
}
.btn.btn-accent{
  background: #be1e2d;
  color:#fff;
}
.btn.btn-white{
  background: #fff;
  color:#be1e2d;
}
.btn.btn-accent:disabled{
  background: #be1e2d !important;
}

.select2-container--default .select2-selection--single{
  border-top:none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  height:32px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: #be1e2d;
}

.uploadMediaSingle,
.uploadMediaMultiple{
  display: block;
  border:2px dashed rgba(0,0,0,.2);
  font-size: 13px;
  cursor: pointer;
}
.uploadMediaSingle>span,
.uploadMediaMultiple>span{
  display: block;
  color:#aaa;
  text-transform: uppercase;
  text-align: center;
  padding:15px;
}

.files{
  display: block;
}
.files > .item{
  display: block;
  position: relative;
  padding:5px;
  background: #fafafa;
  margin:1px 0;
}
.files > .item.img:after{
  display: block;
  content: "";
  clear: both;
}
.files > .item > span{
  display: block;
  font-size: 12px;
  color:#999;
}
.files > .item a.remove{
  position: absolute;
  top:5px;
  right:5px;
  padding:5px;
  font-size: 20px;
  cursor: pointer;
}
.files > .item.img img{
  float:left;
  margin-right:10px;
}


.dz-success-mark,
.dz-error-mark,
.dz-image{
  display: none;
}
.dz-progress{
  background-color: #eee;
  height:4px;
  margin:5px 0;
}
.dz-upload{
  height:4px;
  background-color: #be1e2d;
}
.dz-preview{
  padding:10px;
}


label.error{
  color: #be1e2d;
  font-size: 12px;
  padding-top:5px;
}

#res_ok{
  display: block;
  padding:100px 0;
  text-align: center;
}

.pgn{
  display: inline-block;
}


.page_content_404{
  display: block;
  width:100%;
  height: 80%;
  text-align: center;
}

.ui-widget.ui-widget-content{
  border:none;
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.10), 0 10px 12px 0 rgba(0,0,0,0.12);
  -webkit-box-shadow: 0 0 1px 0 rgba(10,31,68,0.10), 0 10px 12px 0 rgba(0,0,0,0.12);
  -moz-box-shadow: 0 0 1px 0 rgba(0,0,0,0.10),0 10px 12px 0 rgba(0,0,0,0.12);
  -ms-box-shadow: 0 0 1px 0 rgba(0,0,0,0.10),0 10px 12px 0 rgba(0,0,0,0.12);
  border-radius:0;
  z-index: 9999 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
  border:none;
}
.ui_tpicker_hour select,
.ui_tpicker_minute select{
  padding:3px 5px;
  width:40px;
}
.ui-datepicker .ui-datepicker-header{
  border:none;
  border-radius:none;
}
.ui-timepicker-div.ui-timepicker-oneLine{
  margin-top:20px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
  background: #be1e2d;
  color:#fff;
}

.ui-datepicker .ui-datepicker-buttonpane button{
  border:none;
  border-radius: none;
  background: #be1e2d;
  color:#fff;
}

.search :-moz-placeholder{color:#fff;}
.search :-webkit-placeholder{color:#fff;}
.search :-ms-placeholder{color:#fff;}


.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected{
  background: #be1e2d;
  border-color:#be1e2d;
}
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator, .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today,
.calentim-container .calentim-input .calentim-header .calentim-header-start .calentim-header-start-day, .calentim-container .calentim-input .calentim-header .calentim-header-start .calentim-header-end-day, .calentim-container .calentim-input .calentim-header .calentim-header-end .calentim-header-start-day, .calentim-container .calentim-input .calentim-header .calentim-header-end .calentim-header-end-day, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-day, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-end-day, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-start-day, .calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-day{
  color:#be1e2d;
}
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end{
  background: #b94550;
}
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span{
  background: #be1e2d;
}
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) span, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) span,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected), .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected){
  background-color: #b94550;
}


.cs_notice{
  display: block;
  position: fixed;
  z-index: 999;
  bottom:0;
  left:0;
  right:0;
  background: rgba(0,0,0,.9);
  color:#fff;
  font-size: 14px;
  padding:20px 0;
}


.checkbox label.error{
  position: absolute;
  bottom:-30px;
  left:0;
  font-size: 12px !important;
}

/* END */
