html {
    overflow-x: hidden;
}
textarea.form-control {
    height: auto;
}
.modal .modal-header .close {
    float: right;
}
.footer_style_3 .follow_us {
    z-index: 999999;
    position: relative;
}
.listing-wp {
    position: relative;
}
.listing_cate span.listing_like {
    margin-left: 10px;
}
.footer_widgets {
    position: relative;
}
.footer_bottom {
    position: relative;
}
.event_listing {
    position: relative;
}

input.btn.btn-block {
    width: 100%;
}

span.cate_icon img {
    margin-top: -7px;
}
span.listing_like i {
    position: relative;
    bottom: 2px;
}
span.like_post i {
    position: relative;
    bottom: 1px;
}

@media only screen and (max-width: 479px) {
#dashboard .copyrights {
    text-align: center !important;
}
.footer_widgets {
    margin: 20px 0;
}
.listing-heder-inner p {
    font-size: 11px;
}
div#category_slider .owl-next {
    left: 15px;
}
div#category_slider .owl-prev {
    right: 35px;
}
span.cate_icon img {
    margin-top: 0px;
}

}

.ct{text-align:center;}

.byline{font-size:0.7em;font-style:italic;margin:0px;}

h1, h2, h3, h4, h5, h6 {font-weight:700;}

#listing_banner h1 {
    font-weight: 700;
}

.listing_info p {
    color: #000000;
}

 p {
    color: #000000;
}

#navigation .nav.navbar-nav a {
        font-weight: 700;
}

#navigation .nav.navbar-nav a:hover {
                text-decoration:underline;
}


.submit_listing .btn {
        font-weight: 700;
}

.listing_info_wrap {
    padding: 0px 0;
}

.footer_widgets p {
   color:#fff!important;
}

.footer_bottom p {
   color:#fff!important;
}

.primary-bg {
    background-color: #000000;
    
}

[data-filter] {
  display: inline-block;
  background: #BE0216;
  color: white;
  border-radius: 5px;
  padding: 8px 16px;
  cursor: pointer;
  margin-bottom: 1rem;
}

[data-filter]:hover {
  
  background: #F60821;
 
}

[data-filter] + [data-filter] {
  margin-left: 5px;
}


 .sort{
    display:inline-block;
    margin-right:30px;
 }
 
 #map {
    height: 400px;
    width: 100%;
   
}

.user_info ul li, ol li {
    font-size: 16px;
    line-height: 10px!important;
    margin: 0 auto 10px;
}



#map_canvas {
    height: 300px;
    width: 100%;
    margin: 0px;
    padding: 0px
}

#similar_listings.section-nopadding {
  padding: 0px 0;
}

#inner_pages2 {
    padding: 0px 0;
}

.section-nopadding {
    padding: 0px 0;
    position: relative;
}

#cb-cookie-banner { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 999; border-radius: 0; display: none; }


.containerMap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.map {
    flex: 1;
    background: #f0f0f0;
}


.listing_wrap {
    background-color:#ffffff!important;
}


#banner .search_form.style3 .form-group {
        border-right: #000000 solid 0px !important;
}


.chocolat-wrapper {
    z-index: 99999!important;
  }
  
  .chocolat-img {
    margin-top:0em!important;
  }
  
  .pulse {
    -webkit-animation: pulsate 2.5s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.3;
    rotate: 90deg;
}

.pulse2 {
    -webkit-animation: pulsate 2.5s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.3;
}
@-webkit-keyframes pulsate {
    0% { opacity: 0.3; }
    50% { opacity: 1.0; }
    100% { opacity: 0.3; }
}


.vimeo-wrapper {
    position: absolute;
    object-fit: cover;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
   background: url('/media/ji3lm053/white.jpg');
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 0;
   left: 0;
   
}

.vimeo-wrapper video {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.goog-te-gadget-simple {
    background-color: transparent !important;
    border:0 !important;
  color:#ffffff;
    font-size: 10pt;
   font-weight:500;
    display: inline-block;
    padding:2px 2px !important;
    cursor: pointer;
    zoom: 1;
}

.goog-te-gadget-simple  span {
   color:#000000 !important;

}

.goog-te-gadget-icon{
   display:none !important;

}

.col-e {
  min-height:560px!important;
}
  
/* Mosaic-gallery */

.row-1{
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column-1 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column-1 img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column-1 {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column-1 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

.button1 {
  background-color: white; 
  color: black; 
  padding: 15px 22px;
  border: 2px solid #ED1B7A;
  border-radius:5px;
}

.button1 a:hover{
 background: #BE0216;
 fill: #ED1B7A;
 color: white;
}

/* End mosaic-gallery */

  #filterContainer span.active {
            background-color: #F60821!important;
            color: white;
            border-color: #F60821;
        }
        
.umbraco-forms-field-wrapper.form-control, input[type="checkbox" i] {
  background: #eeeeee none repeat scroll 0 0;
  border: 0 none;
  border-radius: 3px;
  box-shadow: none;
  color: #888888;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  width:5%;
}

.mceNonEditable .embeditem {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (ändra vid behov) */
    height: 0;
    overflow: hidden;
}

.mceNonEditable .embeditem iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.modal-dialog {
    max-width: 45em!important;
}


 .clickable-box {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s ease;
}

.clickable-box:hover {
    background-color: #f0f0f0; /* light gray */
    cursor: pointer;
}

.umbraco-forms-field{margin-bottom:2em;}

#banner .search_form.home {
	width: 100%;
	  margin: auto;
  }
#banner .search_form.home .form-group {
	width: 38%;
	margin-right: 0;
	margin-bottom: 0px;
	border-right: #cecece solid 1px;
}
#banner .search_form.home .form-group.search_btn {
	width: 20%;
	margin: 0;
}
.search_form.home .form-control, 
.search_form.home form input, 
.search_form.home form textarea, 
.search_form.home form select {
	font-size: 16px;
	height: 75px;
	padding: 0 20px;
	border-radius: 0;
}

.footer_nav-2 ul li {
	float:left;
	width:100%; 
	margin:0 auto;
}
.footer_nav-2 ul li a {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}
.footer_nav-2 ul li a:after {
	position:absolute;
	top:0px;
	left:0px;
	content:"\f105";
	font-family:fontawesome;
}
.footer_nav-2 ul li a:hover {
	color:#2E5D71;	
}

.footer_nav-2 ul {
	padding:0px;
	margin:0;
	list-style:none;
	overflow:hidden;
}


.follow_us-white ul {
	padding:0px;
	margin:0;
	list-style:none;
	overflow:hidden;
}
.follow_us-white ul li {
	display:inline-block;
	margin:0 auto;
}
.follow_us-white ul li a {
	display:block;
	width:48px;
	height:48px;
	text-align:center;
	line-height:46px;
	border-radius:50%;
	color:#fff;
	border:rgba(255, 255, 255, 0.3) solid 2px;
	font-size:20px;
	margin:0 5px 0 0;
}
.follow_us-white ul li a .fa {
	margin:0 auto;
}
.follow_us-white ul li a:hover {
	background:#2E5D71;
}




.footer-bg-black {
    background-color: #000000 !important;
    color: #fff;
}
        