
/*
Theme Name: naked-wordpress-master
Author: zaak, peter lütolf 
Author URI: https://www.zaak.ch/
Version: 1.0
License: GNU General Public License
*/

#gform_fields_1 > div {
	margin-bottom: 20px;
}


.page-template-kontakt .box-angebot div.center {
	padding-top: 120px;
}

.gform_button.button {
	background-color: #000;
	color: #fff;
	border: none;
	padding: 10px 20px;
	font-weight: 700;
}


#input_1_2 {
	margin-bottom: 20px;
	padding: 10px;
	width: 40%;
	max-width: 300px;
}


body, html {
	height:100%;
	width:100%;
	 font-family: 'Titillium Web', sans-serif;
	 background-color:#f7f4ef;
	 }



/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;

  font-size:15px;


  	 font-family: 'Titillium Web', sans-serif;
}
/* typography
-------------------------------------------------------------- */
/* Headings */

html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}

/* css meins
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight:100;
	padding:0;
	margin:0;}

h1 {
	

	    font-family: 'Lighthouse';
		color:#a0a072;
	

  font-size: 55px;
  line-height: 35px;
  padding-top:15px;



}
h1.einl {
	

	   
  	 font-family: 'Titillium Web', sans-serif;
	
	

  font-size: 15px;
  line-height: 35px;
  padding-top:15px;
  color:#000;



}
h2 {
   line-height: 31px;
  font-size: 28px;
  	    font-family: 'Lighthouse';

}
h3 {
  font-size: 24px;
  	    font-family: 'Lighthouse';
		color:#9f7f4d;

}
h4 {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
  	    font-family: 'Lighthouse';
}




.box-text h3 {
	color:#000;
	padding-top:30px;
	}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
	font-size:15px;
	max-width:450px;
	margin-left:auto !important;
	margin-right:auto !important;
	color: #000;
}

ul {
	list-style-type:none;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
 
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}
/* Links */
a {
  color: #007998;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}

/* navigation
-------------------------------------------------------------- */
#content {
	width:100%;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out; 
	-o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
overflow: hidden;}




.page-template-produkte #content,
.page-template-angebot #content {
	width:80%;
	}




/* ................................................fullscreen slides */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  
  
.slid[data-news-visible=show] {
	border: 2px solid #000;
}

.news[data-news-visible=hide] {
border: 0px solid #000;
}




.slogan {
	margin:auto;
	position:relative;
	vertical-align:central;
	text-align:center;
	display:block;
	padding-top:50vh;
	margin-top:-75px;
	font-size:80;
	font-weight:100;
	color:#fff;
	opacity:.5;
	}
	
#slides-box {
	margin: 0 ;


 
}

#slides {
  position: relative;
  margin-top:0px;
  z-index:1;

 
}

#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}





/* fullscreen
-------------------------------------------------------------- */
.mc-hide-scrolls{
	overflow:hidden;
}

body .mc-cycle {
	height:100%;
	left:0;
	overflow:hidden;
	position:relative;
	top:0;
	width:100%;
	z-index:-1;
}

div.mc-image {
	/*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
	 	If you are using fading transitions, use 'opacity: */
	-webkit-transition: opacity 1s ease-in-out; 
	-moz-transition: opacity 1s ease-in-out; 
	-o-transition: opacity 1s ease-in-out; 
	transition: opacity 1s ease-in-out;
	
	/*If you are using horizontal slide transitions, use the following CSS:
	-webkit-transition: left 1s ease-in-out; 
	-moz-transition: left 1s ease-in-out; 
	-o-transition: left 1s ease-in-out; 
	transition: left 1s ease-in-out;*/
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;
}

.mc-old-browser .mc-image {
	overflow:hidden;
}





/* Misc & mixens
-------------------------------------------------------------- */
.site-footer{
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}


.rslides img {
	height:auto;
	width:100%;}
.slider-top {
	height:100%;
	width:auto;
	overflow:hidden;
	}	
	
.menu-left {
	position:fixed;
	z-index:11;}
.menu-left  ul {
	position:relative;
	padding:0;
	}	
  
.menu-left #menu-item-75 {
	display:none;}
  
.menu-left #menu-item-77 {
	float:right;
	padding-right:20px;}










.attachment-gross {
	width:100%;
	height:auto;
	
	}
.box .attachment-klein {
	width:50%;
	height:auto;
	float:none;

	
	}

.attachment-klein {
	float:left;
width:50%;
	height:auto;

	
	}

.left {
	width:50%;
	text-align:center;
	float:right;
	position:relative;

	}
.right {
	width:50%;
	text-align:center;
	float:left;
	position:relative;
	}
.center {
	
		padding:5%;
		margin:auto;
		vertical-align:central middle;
	}	
.box-left .left, .box-right .right  {


    width: 50%;
	padding:0;
	margin:0;

	
	}
.box-left, .box-right   {

	background-color:#cccc99;
	
	}	
.box-left img {
	float:right;}	
.box-right img {
	float:left;}		
.box-bild-bild img {
	width:50%;
	height:auto;	
	}
.box-text {
	background-color:#cccc99;
	text-align:center;
	padding:30px 20px;

	}

.box, .box-bb {
	background-color:#cccc99;

	}
.box-map {
	background-color:#cccc99;

	}
.box-map h1 {
	padding-top:50px;

	}	
.box-4 h1{
   color: #efe1c7;
    font-size: 150px;
    left: 40%;
    line-height: 130px;
    margin-left: -300px;
    padding-top: 26%;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 600px;
	}	
	
	
	
	#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}

	
.attachment-klein-hoch {
	width:50%;
	height:auto;}	
.box-bild-bild-bild img {
	float:left;
	width:50%;
	height:auto;
	}	
.clear {
	clear:both;}

.acf-map {
	width: 100%;
	height: 50%;

	margin:  0;
	
}




#timeline {
	width:100%;
	}


/*
   Spezific styling for salvattore
   Feel free to edit it as you like
   More info at http://salvattore.com
 */

/* Base styles */
.column {
    float: left;
	margin:0 ;
}
.column img {
	width:100%;
	height:auto;
}
.column .item {
	margin:1% 0 0 1%;
	background:#efeadf;
} 

.size-1of4 {
    width: 25%;
}
.size-1of3 {
    width: 33.333%;
}
.size-1of2 {
    width: 50%;
}

/* Configurate salvattore with media queries */
@media screen and (max-width: 450px) {
    #timeline[data-columns]::before {
        content: '1 .column';
    }
}

@media screen and (min-width: 451px) and (max-width: 700px) {
    #timeline[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 701px) and (max-width: 850px) {
    #timeline[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

@media screen and (min-width: 851px) {
    #timeline[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}





	
/* top navi....................................................... */

  


.background {
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
  .background img { width: 100%; }
  
.width {
	width:80% !important;
	-webkit-transition: .0s ease-out;
      transition: .0s ease-out;}  

 


.clearfix {
  clear: both;
}
.section {
  text-align: center;
  height: 100%;
}

a {
  text-decoration: none;
  color: #000;  
  margin: 0 ;
}
.footer {
  height: 400px;
  text-align: center;
  line-height: 400px;
}


/* Button styles */
.btn {
  box-sizing:border-box;
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
  
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 50px;
  
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
    
  line-height: 50px;
  padding: 0 30px;  
  font-size: 13px;
  text-shadow: 0 1px rgba(0,0,0,.3);
  font-weight: bold;
  -webkit-font-smoothing: antialiased;

  -webkit-box-shadow: 0 3px 0 0 #72ad0d;
  box-shadow: 0 3px 0 0 #72ad0d;
  background-color: #9bd668;
}
  .btn:active,
  .btn.active {
    top: 2px;
    -webkit-box-shadow: 0 1px 0 0 #72ad0d;
    box-shadow: 0 1px 0 0 #72ad0d;
  }


/* Header Transition */

.icon,
.front,
.icon a {

  
  width: 150px;
  height: 150px;
}

.icon {
  position: fixed;
  right: 10%;
  margin-right:-90px;
  z-index: 11;
  margin-top:-90px;
  top:160px;
      width: 180px;
    height: 180px;
		  -webkit-transition: 1.5s ease-in-out;
		-moz-transition: 1.5s ease-in-out;
		-o-transition: 1.5s ease-in-out;
		-ms-transition: 1.5s ease-in-out;
		transition: 1.5s ease-in-out;

}
  .icon.fixed {
    width: 120px;
    height: 120px;
    position: fixed;
    margin-top:-60px;
	margin-right:-60px;
	  -webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		-ms-transition: .5s ease-in-out;
		transition: .5s ease-in-out;

  }


    .icon img {



      padding: 0;

      width: 100%;
    }

  .front {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   

    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;    
  }

  .icon a.back {
    background-color: #444;

  }
   .icon.fixed a.back {
      line-height: 100px;
      width: 100px;
      height: 100px;

      z-index: 1;
    }
   

#menu-menu-2 {
	margin-top:340px;
	padding:0;

	   }
.arrow-right .menu li a { 
 color: #abab7b;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0.05em;
    line-height: 34px;
	
	   }

  .menu {
    display: block;
	
   

  }


    .menu-left li {
  
      float: left;
	   padding-left: 15px;
    }
	.menu li {
		text-align:center;
     
 
    }
     
.menu-left li a {
	color: #000;
	font-size:14px;
	font-weight:700;

	-webkit-text-shadow: 0px 0px  3px #fff;
-moz-text-shadow: 0px 0px  3px #fff;
text-shadow: 0px 0px  3px #fff;
	
}




  /* google maps */


.gm-style-cc {
	display:none;}
	
	.gmnoprint {
	display:none;}

  /* Arrow Menus */

nav.arrow-right {
	  -webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		-ms-transition: .5s ease-in-out
		transition: .5s ease-in-out;
  
}
   
nav {
  position:absolute;
  z-index:11;

}

  .menu.hidden.arrow-right {
    
  
    height:100%;

	position:fixed;
	width:20%;
	background:url(images/muster.jpg) top center no-repeat #fff;
	
  


  }

  .home  .menu.hidden.arrow-right { 
      left: 80%;  

	  
	  margin-left:20%;
	  -webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		-ms-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	  
    }
.home .menu.hidden.arrow-right.fixed { 
	left: 80%;
	margin-left:0;
 	height:100%; 
	  	  -webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		-ms-transition: .5s ease-in-out;
		transition: .5s ease-in-out;}




  .menu.hidden.arrow-right { 
      left: 80%;  

	  
	  margin-left:0;
	
	  
    }
 .menu.hidden.arrow-right.fixed { 
	left: 80%;
	margin-left:0;
 	height:100%; 
}

  
 
 .Gutscheine h1 {
	 margin-top: 10%;
}
 .fader_controls {
	 display:none;}
 .vis-tab {
	 {
	 opacity:1;
		  	  -webkit-transition: .2s ease-in-out;
		-moz-transition: .2s ease-in-out;
		-o-transition: .2s ease-in-out;
		-ms-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
	}}
 .vis {
	 opacity:0;
		  	  -webkit-transition: .2s ease-in-out;
		-moz-transition: .2s ease-in-out;
		-o-transition: .2s ease-in-out;
		-ms-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
	}
.attachment-klein {
	display:block;}
	   
.attachment-klein-p {
	display:none;}
.attachment-klein-hoch {
	display:block;}
	   
.attachment-klein-hoch-p {
	display:none;} 	 
   @media (max-width: 950px) {
.box-4 h1{
   color: #efe1c7;
    font-size: 150px;
    left: 50%;
    line-height: 130px;
    margin-left: -300px;
    padding-top: 28%;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 600px;
	}	
	
h1 {
    color: #a0a072;
    font-family: "Lighthouse";
    font-size: 55px;
    line-height: 35px;
    padding-top: 15px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
    margin: 0;
    padding: 0;
}
body, button, input, select {
    font-family: "Titillium Web",sans-serif;
    font-size: 13px;
}
body, html {
    font-family: "Titillium Web",sans-serif;
}
.attachment-klein-hoch {
	display:none;}
	   
.attachment-klein-hoch-p {
	display:block;} 	   
   
.box .attachment-klein {
	display:none;
	}
	   
.box .attachment-klein-p {
	display:block;
	width:100%;
	height:auto;}
	      
    .width {
   
    width: 100% !important;
}

.desktop {
	display:none;}
	
	
.vis-tab {
	-webkit-transition: .5s ease-in-out .5s;
		-moz-transition: .5s ease-in-out .5s;
		-o-transition: .5s ease-in-out .5s;
		-ms-transition: .5s ease-in-out .5s;
		transition: .5s ease-in-out .5s;
	display:block;

	width:100%;
	height:40px;
	box-shadow:0 0 5px 1px #333;
	margin-top:-40px;
	}
	
.vis {
	opacity:1;
	margin-top:0px;
	background-color:#fff;
			  	  -webkit-transition: .5s ease-in-out .5s;
		-moz-transition: .5s ease-in-out .5s;
		-o-transition: .5s ease-in-out .5s;
		-ms-transition: .5s ease-in-out .5s;
		transition: .5s ease-in-out .5s;}	
	
	.icon.fixed {
    height: 60px;
	width: 60px;
   	left:50%;
	margin-left:-30px;
    position: fixed;
	margin-top:0px;
	top:50px;
    
}
.icon {
   height: 80px;
    left: 50%;
    margin-left: -70px;
    position: fixed;
    top: 280px;
    width: 140px;
    z-index: 11;



	
  }

.box	.left {
	width:90% !important;
	text-align:center;
	float:none;

	}
.box .right {
	width:90% !important;
	text-align:center;
	float:none;

	}
	
.box .attachment-klein {
	width:100%;
	height:auto;}
	
.box-map .left {
	padding:5%;}	
.box-map .left {
	float:none;
	width:90%;
	}	
	
.box-map .right {
	float:none;
	width:100%;
	}	
h2, h3 {
    font-family: "Lighthouse";
    font-size: 22px;
    line-height: 30px;
	max-width:450px;
	margin-left:auto;
	margin-right:auto;
}				
  }



 @media (max-width: 700px) {
    .background img { 
      width: auto; 
      height: 100%;
    }
	.box-right img {
		float:none;
		width:100%;
		}
	.box-left img {
		float:none;
		width:100%;
		}	
.box-left .left, .box-right .right {
    padding: 5%;
    width: 90%;
}
	   .box-4 h1 {
		   font-size:100px;

}
.box-4 h1{
   color: #efe1c7;
    font-size: 100px;
    left: 50%;
    line-height: 90px;
    margin-left: -200px;
    padding-top: 28%;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 400px;
	}
  }






 @media (max-width: 500px) {

.box-4 h1{
   color: #efe1c7;
    font-size: 70px;
    left: 50%;
    line-height: 60px;
    margin-left: -140px;
    padding-top: 28%;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 280px;
	}
  }










html, 
body { 
 height: 100%; 
} 
#simple-slider { 
 overflow: hidden; 
 position: relative; 
 width: 100%; 
 height: 100%; 
 margin: 0; 
 -webkit-backface-visibility: hidden; 
 backface-visibility: hidden; 
 -webkit-transform-style: preserve-3d; 
 transform-style: preserve-3d; 
 background-color: black; 
} 
.simple-slide { 
 background-position: center center !important; 
 background-repeat: no-repeat; 
 position: absolute; 
 width: 100%!important; 
 height: 100%!important; 
 top: 0; 
 z-index: 1; 
 opacity: 0; 
 -ms-filter: 'alpha(opacity=0)'; 
 -webkit-background-size: cover!important; 
 -moz-background-size: cover!important; 
 -o-background-size: cover!important; 
 background-size: cover!important; 
} 
.simple-slide-content-wrapper { 
 height: 100%; 
} 
.simple-slide-content { 
 padding: 35px; 
 position: relative; 
 width: 650px; 
 text-align: center; 
 top: 35%; 
 margin: 0 auto; 
 
} 
.simple-slide-content h2 { 
 color: white!important; 
 font-size: 80px; 
 font-weight: 800; 
 letter-spacing: -0.06em; 
 margin: 10px; 
 text-align: center; 
 text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); 
 text-transform: uppercase; 
} 
.simple-slide-content p { 
 color: white!important; 
 font-size: 28px; 
 font-weight: 300; 
 line-height: 1.4em; 
 margin: 0; 
 text-align: center; 
 text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); 
 text-transform: none; 
} 
.fader_controls .prev, 
.fader_controls .next { 
 position: absolute; 
 height: 80px; 
 line-height: 55px; 
 width: 50px; 
 font-size: 100px; 
 text-align: center; 
 color: #fff; 
 top: 50%; 
 left: 0; 
 z-index: 4; 
 margin-top: -25px; 
 cursor: pointer; 
 opacity: .7; 
 transition: all 150ms; 
} 
.fader_controls .prev:hover, 
.fader_controls .next:hover { 
 opacity: 1; 
} 
.fader_controls .next { 
 left: auto; 
 right: 0; 
} 
.pager-list { 
 position: absolute; 
 width: 100%; 
 height: 40px; 
 line-height: 40px; 
 bottom: 0; 
 text-align: center; 
 z-index: 4; 
 padding: 0; 
 margin: 0; 
} 
.pager-list li { 
 display: inline-block; 
 width: 15px; 
 height: 15px; 
 margin: 0 7px; 
 background: #fff; 
 opacity: .7; 
 text-indent: -9999px; 
 border-radius: 999px; 
 cursor: pointer; 
 transition: all 150ms; 
} 
.pager-list li:hover, 
.pager-list li.active { 
 opacity: 1; 
} 
@media screen and (max-width: 1160px) { 
 .simple-slide-content { 
 bottom: 0; 
 padding: 50px 0; 
 } 
 .simple-slide-content h2, 
 .simple-slide-content p { 
 text-align: center; 
 } 
 .simple-slide-content a.button { 
 margin-top: 30px; 
 float: none; 
 } 
} 
@media screen and (max-width: 960px) { 
 #simple-slider { 

 } 
 .simple-slide { 
 padding: 0; 
 } 
 #simple-slider .fader_controls { 
 display: none; 
 } 
} 
@media screen and (max-width: 680px) { 
 .simple-slide-content { 
 width: 100%; 
 margin-left: 0; 
 left: inherit; 
 height: auto; 
 } 
 .simple-slide-content h2, 
 .simple-slide-content p { 
 font-size: 20px; 
 } 
} 

 

 
 