html, body, .container {
}

/* 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;
}

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 {
  width: 100%;
  height: 40px;
  position: absolute;
}

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

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

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

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

.container {
  display: table;
  padding-top: 100px;
  width: 100%;
}

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

/* 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;
    display: none;
}

.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;
}


ul.social-network {
            list-style: none;
            display: inline;
            margin-left: 0 !important;
            padding: 0;
        }
        
        ul.social-network li {
            display: inline;
            margin: 0 5px;
        }
        /* footer social icons */
        
        .social-network a.icoRss:hover {
            background-color: #F56505;
        }
        
        .social-network a.icoFacebook:hover {
            background-color: #3B5998;
        }
        
        .social-network a.icoTwitter:hover {
            background-color: #33ccff;
        }
        
        .social-network a.icoGoogle:hover {
            background-color: #BD3518;
        }
        
        .social-network a.icoVimeo:hover {
            background-color: #0590B8;
        }
        
        .social-network a.icoLinkedin:hover {
            background-color: #007bb7;
        }
        
        .social-network a.icoRss:hover i,
        .social-network a.icoFacebook:hover i,
        .social-network a.icoTwitter:hover i,
        .social-network a.icoGoogle:hover i,
        .social-network a.icoVimeo:hover i,
        .social-network a.icoLinkedin:hover i {
            color: #fff;
        }
        
        a.socialIcon:hover,
        .socialHoverClass {
            color: #44BCDD;
        }
        
        .social-circle li a {
            display: inline-block;
            position: relative;
            margin: 0 auto 0 auto;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            text-align: center;
            width: 50px;
            height: 50px;
            font-size: 20px;
        }
        
        .social-circle li i {
            margin: 0;
            line-height: 50px;
            text-align: center;
        }
        
        .social-circle li a:hover i,
        .triggeredHover {
            -moz-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -ms--transform: rotate(360deg);
            transform: rotate(360deg);
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            -ms-transition: all 0.2s;
            transition: all 0.2s;
        }
        
        .social-circle i {
            color: #fff;
            -webkit-transition: all 0.8s;
            -moz-transition: all 0.8s;
            -o-transition: all 0.8s;
            -ms-transition: all 0.8s;
            transition: all 0.8s;
        }
        

/* 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;
  }
}