.navbar-brand{
	margin-top:-5px;	}
$preloadbg = weblusive_get_option('custom_preloader_bg'); $preloadbgcolor = weblusive_get_option('custom_preloader_bgcolor'); if ($preloadbg || $preloadbgcolor):?>
#page-preloader{
		}
p:empty{display:none;}
a.navbar-brand { background: none !important; }
.medium_bg_red { background-color: #eb2c33 !important; }

/* Start navbar mods */
.navbar-fixed-top {background:#252525;}
	/* Menu colors */
	ul.nav.navbar-nav li {background-color: #252525;}
	ul.navbar-nav li.nav-single, ul.navbar-nav li.active > a, ul.navbar-nav > li.active.dropdown.open{ background-color: #eb2c33; }
	ul.navbar-nav li.nav-single:hover{background-color: #252525;}
	/* Facbookbutton fix */
	.list-inline:last-child { margin-right: 25px; }
/* End navbar mods */ /* Start slider visited fix */
.tp-caption a {text-decoration: none!important;}
/* End slider visited fix */ /* Start contact form changes */
.wpcf7 input.wpcf7-text,.wpcf7 textarea,.wpcf7 select,.wpcf7-number { width: 100%!important; }
.wpcf7 select { padding:2px;}
.wpcf7 textarea { resize:none; }
/* End slider visited fix */ /* Start Remove Featured */
#inner-header{  height:155px; }
#inner-header > img { display:none }
/* End Remove Featured */ 

.max-scale{
max-width: 224px;
}
a.filter.active:focus {
  text-decoration: none;
}
.mandatory:before {
  content: "*";
  color: red;
  font-size: 20pt;
  line-height: 0;
  position: relative;
  top: 5px;
}

.content-text{
  height: 297px;
  position: relative;
}

.content-button{
text-align: center;
position: absolute;
bottom: 0;
width: 100%;
}
#scroll-down{
		height: 50px;
		width: 50px;
		display: block;
		background-color: #eb2c33;
		z-index: 9999999999;
		position: fixed;
		bottom: 25px;
		right: 50px;
		border-radius: 25px;
		text-align: center;
		line-height: 53px;
		font-size: 25px;
		color: #FFF;
		text-shadow: 1px 1px 1px #000;
		box-shadow: 1px 1px 1px #555;
	}
.footer-logo{
height: 100px;
  margin-top: 8px;
  margin-right: 35px;
}
@media (min-width: 768px) and (max-width: 979px) { 
.content-text{
  height: auto;
  position: relative;
}
.content-button{
  position:relative;
}
.owl-item{
  float:none!important;
  margin-left:auto;
  margin-right:auto;
}
.owl-wrapper{
	width: 100%!important;
}

/* Fix Responsiveness of table */
/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}

	thead tr { 
		display:none;
	}
	
	tr { border: 1px solid #ccc;  margin-top:3px;}
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		text-align: right;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	td:before { content:attr(title); text-align: center; }
	td.double{
		height:75px;
	}
	td.full-only{
		display:none,
	}
	.double .wpcf7-select, .double .wpcf7-text, .double .wpcf7-number {
		top: 20px;
		position: relative;
	}

.wpcf7-text, .wpcf7-number {
 border-top-width: 1px;
}
#inner-header{
height:auto;
}
}
@media (max-width: 767px) {
.content-text{
  height: auto;
  position: relative;
}
.content-button{
  position:relative;
}
.btn {
  width: 100%;
  margin-top: 5px;
  padding-left: 2px;
  padding-right: 2px;
}

.owl-item{
  float:none!important;
  margin-left:auto;
  margin-right:auto;
}
.owl-wrapper{
width: 100%!important;
}
/* Fix Responsiveness of table */
/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	thead tr { 
		display:none;
	}
	
	tr { border: 1px solid #ccc; margin-top:3px; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
                height:50px;
	}	
	td.td-response {
		padding-top: 25px!important;
	}
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 100%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	td:before { content:attr(title); text-align: center; }
	td.double{
		height:75px;
	}
	td.full-only{
		display:none,
	}
	.double .wpcf7-select, .double .wpcf7-text, .double .wpcf7-number {
		top: 20px;
		position: relative;
	}

.wpcf7-text, .wpcf7-number {
 border-top-width: 1px;
}
#inner-header{
height:auto;
}
.title.tblock span{
padding:0;
}
}
@media (max-width: 480px) {
.content-text{
  height: auto;
  position: relative;
}
.content-button{
  position:relative;
}
.owl-item{
  float:none!important;
  margin-left:auto;
  margin-right:auto;
}
.owl-wrapper{
width: 100%!important;
}

.btn {
  width: 100%;
  margin-top: 5px;
  padding-left: 2px;
  padding-right: 2px;
}
/* Fix Responsiveness of table */
        /* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	thead tr { 
		display:none;
	}
	
	tr { border: 1px solid #ccc; margin-top:3px; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
                height:50px;
	}
	td.td-response {
		padding-top: 25px!important;
	}
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 100%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	/* Label the data	*/
	td:before { content:attr(title); text-align: center; }
	td.double{
		height:75px;
	}
       td.double{
		height:75px;
	}
	td.full-only{
		display:none,
	}
	.double .wpcf7-select, .double .wpcf7-text, .double .wpcf7-number {
		top: 20px;
		position: relative;
	}
.wpcf7-text, .wpcf7-number{
 border-top-width: 1px;
}
#inner-header{
height:auto;
}
.title.tblock span{
padding:0;
}
}
.pagecustom-771{background-repeat:repeat !important;background-position:center top}	
.pagecustom-886{background-repeat:repeat !important;background-position:center top}	
.pagecustom-779{background-repeat:repeat !important;background-position:center top}	
.pagecustom-859{background-repeat:repeat !important;background-position:center top}	
.pagecustom-283{background-repeat:repeat !important;background-position:center top}	
.pagecustom-551{background-repeat:repeat !important;background-position:center top}	
.pagecustom-794{background-repeat:repeat !important;background-position:center top}	
.pagecustom-837{background-repeat:repeat !important;background-position:center top}	
.pagecustom-604{background-repeat:repeat !important;background-position:center top}	
.pagecustom-688{background-repeat:repeat !important;background-position:center top}	
.pagecustom-815{background-repeat:repeat !important;background-position:center top}	
.pagecustom-828{background-repeat:repeat !important;background-position:center top}	
.pagecustom-959{background-repeat:repeat !important;background-position:center top}	
.pagecustom-736{background-repeat:repeat !important;background-position:center top}	
.pagecustom-805{background-repeat:repeat !important;background-position:center top}	
.pagecustom-840{background-repeat:repeat !important;background-position:center top}	
.pagecustom-756{background-repeat:repeat !important;background-position:center top}	
.pagecustom-808{background-repeat:repeat !important;background-position:center top}	
.pagecustom-834{background-repeat:repeat !important;background-position:center top}	
.pagecustom-764{background-repeat:repeat !important;background-position:center top}	
.pagecustom-790{background-repeat:repeat !important;background-position:center top}	
.pagecustom-831{background-repeat:repeat !important;background-position:center top}	
