.header {
    background-color: #000;
    height: 80px;
}
.logo {
    position: absolute;
    width: 50.3%;
    background-color: #efe356;
    height: 80px;   
    -webkit-clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
    z-index: 99;
    background: #ffff00 url(/site/images/header.png) no-repeat right bottom;
    background-size: 100%;
}

.logo img {
    width: 30%;
    margin: 5px 0 20px 20px;
}




/* Presentational style rules only
 * Not required
 */

html, body, .container {
        height: 96%;

}

/* Reset */
html, body, h1, p, a, div, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
    text-decoration: none;
    color: #ffffee;
}

/* Basic */
body { 
  font: 13px/23px "Roboto";
  color: #ffffff;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

h1 {
  color: #efecec;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin-top: 20px;
}

a {
  color: #ccc;
}

p {
  margin: 0 0 15px 0;
}

strong {
  font-weight: 700;
}

blockquote {
  display: block;
  max-width: 780px;
  margin: 15px auto;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.6); 
border-radius: 5px;
  color: #e1e1e1;
  font-size: 14px;
}

blockquote cite {
  display: block;
  font: "Roboto", sans-serif;
  font-size: 12px;
  margin-top: 16px;
    font-style: italic;
  color: #ddd;
  text-transform: none;
    text-decoration: none;
}

/* Layout */

.navbar {
}

  .inner {
    position: relative;
    margin: 0 auto;
    text-align: right;
    padding: 0 10px;
      
  }

  .topmenu {
    position: relative;
    text-align: right;
    padding: 10px 10px;
  }

.navbar a {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  border-radius: 3px;
  text-decoration: none;
  margin-top: 5px;
    text-align: center;
}

.navbar a:hover {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  border-radius: 3px;
  text-decoration: none;
}

.container {
  display: table;
  width: 100%;
}

.content {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}

.content2 {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    background-size: cover;
    background-position: right;
}

.content2 img {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    background-size: cover;
    background-position: right;
}


.content2mask {
    width: 50%;
    height: 88.3%;
    opacity: 0.9;
    position: absolute;
    display: table-cell;
    background: #000;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
}

.clearfix {
    width: 100%;
    clear: both;
}

/* Special */
.sub-title {
  margin: 20px auto;
  font-size: 18px;
  line-height: 23px;
  text-transform: none;
    color: #2c7737;
}

.button {
  display: inline-block;
  padding: 6px 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #cafaea;
  border-radius: 3px;
  font-weight: 100;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  text-transform: none;
}


.button:hover {
  display: inline-block;
  padding: 6px 10px;
  color: #fff;
  background-color: rgba(252, 217, 112, 0.2);
  border: 1px solid #cafaea;
  border-radius: 3px;
  font-weight: 100;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  text-transform: none;
}

.button_seperator {
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  text-transform: none;
}

.product_group_container {
  display: inline;
  padding: 2px;
  line-height: normal;
    z-index: 99999;
}

.product_group_container img {
  padding: 10px;
}

.product_group {
  display: inline-block;
  padding: 5px 1px;
  color: #2c7737;
  border-radius: 3px;
  text-decoration:none;
  text-align: center;
}

#more-content {
  display: none;
}

#damla1-content {
  display: none;
}

#damla2-content {
  display: none;
}

#middle-content {
  display: block;
}

/* Media Queries */
@media only screen and (max-width: 340px) {
  
  .container {
    position: relative;
    display: block;
    float: left;
    vertical-align: baseline;
    margin: 0 auto;
    padding: 80px 0 0 0;
  }
  
  #more-content {
    float: left;
    margin-right: 10px;
    
  }
  
    #damla1-content {
    float: left;
    margin-right: 10px;
    
  }
    
    #damla2-content {
    float: left;
    margin-right: 10px;
    
  }
    
  body h1 {
    font-size: 18px;
    line-height: 23px;
  } 
  
  .content, blockquote {  
    display: inline;
    margin: 0 auto;
    padding-top: 80px;
    vertical-align: baseline;
  }

  blockquote {
    width: 150px;
    margin: 15px auto;
    font-size: 16px;
    line-height: 21px;
    background-color: transparent;
  }

  blockquote cite {
    font-size: 14px;
    line-height: 19px;
  }

  .sub-title {
    font-size: 14px;
    line-height: 21px;
  }

  .button, p {
    max-width: 150px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 20px;
  }

  html, body, .container {
    height: auto;
  }
}