section { margin: 0; padding: 0; position: relative;   -ms-touch-action: none; touch-action: none; }
        
  
 
#sections-bullets{
			position: fixed;
			transform: translateY(-50%);
            bottom: 10px;
            right: 15px;
            left: auto;  
            display: block;
           top: auto;                 
         transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
		}
		
.section-bullet{
			display: block;
			position: relative;
			width: 9px;
			height: 9px;
			border-radius: 100%;
            border-radius: 50%;
            -webkit-border-radius: 50%;
			background-color: #9e8f65;
			margin: 12px auto;
			opacity: 0.9;
		}

.section-bullet:before {
    border-color: #9e8f65;
}

.section-bullet:hover, 
.section-bullet.mPS2id-highlight{
  border: 1px solid #9e8f65;
 
		}

  
.section-bullet.mPS2id-highlight{
     background-color:transparent;
    border: 1px solid #9e8f65;
    width: 13px;
    height: 13px;
}
        
#content img { 
     width: 100%; 
     height:auto; 
     display:block;}
        

section:after {
    z-index: 5;
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(74, 74, 74, 0) 0%, rgba(74, 74, 74, 0) 0%, rgba(10, 10, 10, 0.61) 44%, rgb(10, 10, 10) 72%) repeat scroll 0% 0%;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 13px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 10px;
    white-space: nowrap;
    min-height: 112px;
    min-width: 1071px;
    max-height: 112px;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transform-origin: 50% 50% 0px;
}


section .content {
    position: absolute;    
    top:50%;
    padding: 1em 3em;
    transform: translateY(-40%);
    text-shadow: 1px 1px 0 rgba(0,0,0,0.8);	
	background: rgba(6, 6, 6, 0.6);
	color: #fff;
        }


section .content{	
    width: 50%;
}

section .content.sol{
	left:15px;
}
section .content.sag{
    right:15px;
}

section .content.orta{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #9e8f65;
  padding: 5% 5% 5% 5%;
}

section .content.fon{   
  background-color: rgba(0,0,0,0.6);
  
}


section a.buton {
    border: 3px solid #fff;
    background-color: transparent;
    padding: 9px 20px;
    color: #fff;
    margin: 0 auto;
    display: table;
}

section a.buton:hover {   
    background-color: #FFF;
    color: #000;
   
}
section p {   
    font-weight: 300;
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 17px;
    
    text-align: center;
    white-space: normal;
}
section h3 {   
    font-weight: bold;
    font-size: 26px;
    line-height: 24px;
    text-align: center;   
}

section h2 {   
    font-weight: bold;
    font-size: 250%;
    line-height: 24px;
    text-align: center;   
}

#content{
	position: relative;
}

#content section{
	min-height: 500px;
	color: #d9d6d5;  
    overflow: hidden;
    position: relative;
}

#content section img{
	min-width: 900px;
    height: auto;
    min-height: 400px;
    max-height: 770px;
}

section .urunler{
    position: absolute;
    padding: 15px 0 70px;
    bottom: 10%;
    right: 0;
    z-index: 21;
    width: 100%; 
    text-align: center;
        }




section .urunler li {
   display: inline-table;
    width: 10%;
        }

section .urunler li a{
   color: #fff;
    font-size: 140%;
    margin: 8px 0 5px;
    text-transform: capitalize;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.6);
        }

section .urunler li a:hover {
    color: #9e8f65;
}
 
.model .spproperty-view-properties {
   display: none;
    }
 

#navigation-menu {display: none;}


  
nav ul, 
nav ol, 
nav li{
	list-style: none; 
	margin: 0; 
	padding: 0;
}
 

   
.btnav-container.page-switch-anchor {
    position: fixed;
    top: 50%;
    right: 15px;
    width: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 999998;
    display:block;
}
     
.btnav-container {
    width: 100%;
    display: block;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 999998;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.btnav-container a {
    width: 15px; 
    height: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    z-index: 999998;    
    margin: 4px 0px;
    padding: 1px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: #9e8f65;
    display: block;
}



.btnav-container a:hover {    
    background-color: rosybrown;     
}
.btnav-container .active, 
.btnav-container:focus  {    
    background-color: #9e8f65;     
} 






@media only screen and (max-width: 800px){
	
    section .content {left: inherit;
        text-align: center;  width: 100%;  }
    
    section .content p {font-size: 14px;   }
    
    section h3 {   
    font-size: 23px;
    line-height: 23px; }
    
#content section img {
    min-height: 400px;
    max-height: 100%;
    max-width: 100%
 
}
    
}


@media only screen and (min-width: 1140px){
	
	  .content{
		padding-right: 3em;
		padding-left: 3em;
	}
	
 
	
	.auto-layout header h2{
		margin-left: 0;
	}
	
	#navigation-menu{
		font-size: 1em;
		top: 1.55em;
	}
	
	.horizontal-layout #navigation-menu,
    .auto-layout #navigation-menu{
		right: 3em;
		left: auto;
		top: 1.55em;
	}
	
	#navigation-menu ul{
		-moz-border-radius: 17px;
        -webkit-border-radius: 17px;
        border-radius: 17px;
	}
	
	#navigation-menu li{
		float: left;
		margin: 3px 5px;
	}
	
	#navigation-menu a{
		-moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
	}
	
}