@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");

/* Basic */



     body.loading * {
      -moz-transition: none !important;
      -webkit-transition: none !important;
      -o-transition: none !important;
      -ms-transition: none !important;
      transition: none !important;
      -moz-animation: none !important;
      -webkit-animation: none !important;
      -o-animation: none !important;
      -ms-animation: none !important;
      animation: none !important;
    }

  body, input, select, textarea {
    color: #555555;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    font-weight: 300;
    line-height: 1.65em;
  }

  a {
    color: #fff;
    text-decoration: none;
  }

  strong, b {
    font-weight: 700;
  }

  em, i {
    font-style: italic;
  }

  p, ul, ol, dl, table, blockquote {
    margin: 0 0 2em 0;
  }

  p {
    line-height: 1.8em;
  }

    p.medium {
      font-size: 1.4em;
    }

  h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-weight: 700;
  }

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
      color: inherit;
      text-decoration: none;
    }
  .punchline{
    font-style: italic;
    font-weight: bold;
    font-stretch: ultra-expanded;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.25em;
  }

  sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
  }

  sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
  }

  blockquote {
    border-left: solid 0.5em #82b440;
    font-style: italic;
    padding: 1em 0 1em 2em;
  }

  section.special, article.special {
    text-align: center;
  }

  header.major {
    padding-bottom: 3em;
    text-align: center;
    
  }

    header.major h2 {
      font-size: 1.5em;
      font-weight: 700;
    }

    header.major .byline {
      display: block;
      padding-top: 1em;
      letter-spacing: 1px;
      font-size: 1.4em;
    }

  footer > :last-child {
    margin-bottom: 0;
  }

  footer.major {
    padding-top: 2.5em;
  }


/* Form */

  input[type="text"],
  input[type="password"],
  input[type="email"],
  textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: none;
    border: solid 1px #82b440;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0.75em;
    text-decoration: none;
    width: 100%;
  }

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    textarea:focus {
      border-color: #82b440;
    }

  input[type="text"],
  input[type="password"],
  input[type="email"] {
    line-height: 1em;
  }

  ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
    position: relative;
    top: 3px;
  }

  :-moz-placeholder {
    color: inherit;
    opacity: 0.5;
  }

  ::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
  }

  :-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
  }

  .formerize-placeholder {
    color: rgba(85, 85, 85, 0.5) !important;
  }

/* Image */

  .image {
    border: 0;
    position: relative;
  }

    .image.fit {
      display: block;
    }

      .image.fit img {
        display: block;
        width: 100%;
      }

    .image.feature {
      display: block;
      margin: 0 0 2em 0;
    }

      .image.feature img {
        display: block;
        width: 100%;
      }

/* Icon */

  .icon {
    position: relative;
  }

    .icon:before {
      content: "";
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-transform: none !important;
    }

    .icon > .label {
      display: none;
    }

/* Lists */

  ol.default {
    list-style: decimal;
    padding-left: 1.25em;
  }

    ol.default li {
      padding-left: 0.25em;
    }

  ul.default {
    margin: 0;
    padding: 0;
    list-style: none;
  }

    ul.default li {
      padding: 0.40em 0em;
    }

  ul.icons {
    cursor: default;
    padding-bottom: 2em;
  }

    ul.icons li {
      display: inline-block;
      line-height: 1em;
      padding: 0.5em 1em;
    }

      ul.icons li:first-child {
        padding-left: 0;
      }

      ul.icons li span {
        display: none;
      }

      ul.icons li a {
        text-decoration: none;
        font-size: 2em;
        color: inherit;
        opacity: 0.2;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
      }

      ul.icons li a:hover {
        color: inherit;
        opacity: 1;
      }
      ul.contact{
        font-size: 1em;
        color: inherit;
        opacity: 0.8;     
      }

  ul.actions {
    cursor: default;
  }

    ul.actions:last-child {
      margin-bottom: 0;
    }

    ul.actions li {
      display: inline-block;
      padding: 0 0 0 1.5em;
    }

      ul.actions li:first-child {
        padding: 0;
      }

    ul.actions.vertical li {
      display: block;
      padding: 1.5em 0 0 0;
    }

      ul.actions.vertical li:first-child {
        padding: 0;
      }

  ul.special-icons {
    margin: 0em;
    padding: 0em;
  }

    ul.special-icons > li {
      position: relative;
      padding: 0.50em 0em 0.50em 0em;
    }

    ul.special-icons > li:before {
      position: absolute;
      left: 0;
      top: 2em;
      display: block;
      background: none;
      font-size: 2em;
      border-radius: 5px;
    }

    ul.special-icons > li:first-child {
      border-top: none;
    }

    ul.special-icons h3 {
      margin-bottom: 0.80em;
      line-height: 2em;
      
      font-weight: 700;
      font-size: 1.2em;
    }

    ul.special-icons span {
      line-height: 190%;
    }

    ul.special-icons .fa {
      float: left;
      display: inline-block;
      padding-right: 1em;
      font-size: 1.4em;
      color: #82b440;
    }

    ul.special-icons p {
      padding-left: 2.7em;
    }

/* Tables */

  table {
    width: 100%;
  }

    table.default {
      width: 100%;
    }

      table.default tbody tr {
        border-bottom: solid 1px #82b440;
      }

      table.default td {
        padding: 0.5em 1em 0.5em 1em;
      }

      table.default th {
        font-weight: 700;
        padding: 0.5em 1em 0.5em 1em;
        text-align: left;
      }

      table.default thead {
        background: #555555;
        color: #fff;
      }

/* Button */

  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: none;
    border-radius: none;
    border: 2px solid;
    border-color: #82b440;
    color: #82b440;
    cursor: pointer;
    display: inline-block;
    padding: 0.90em 1.2em;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    
    font-size: 1.4em;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }

    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    .button:hover {
      background: #82b440;
      color: white;
    }

    input[type="submit"].alt,
    input[type="reset"].alt,
    input[type="button"].alt,
    .button.alt {
      border-color: inherit;
      color: inherit;
    }

      input[type="submit"].alt:hover,
      input[type="reset"].alt:hover,
      input[type="button"].alt:hover,
      .button.alt:hover {
        background: white;
        color: #82b440;
      }

    input[type="submit"].fit,
    input[type="reset"].fit,
    input[type="button"].fit,
    .button.fit {
      width: 100%;
    }

    input[type="submit"].small,
    input[type="reset"].small,
    input[type="button"].small,
    .button.small {
      font-size: 0.8em;
    }

/* Wrapper */

  .wrapper {
    padding: 6em 0em 4em 0em;
  }

    .wrapper.style1 {
      padding: 0em;
      background: #FEFED5;
      background-size: cover;
    }

    .wrapper.style2 {
      background: #f2f2f2;
    }

      .wrapper.style2 .major {
        text-align: left !important;
      }

        .wrapper.style2 .major h2 {
          display: block;
          margin-bottom: 0.70em;
          letter-spacing: 1px;
          line-height: 1.4em;
          
          font-size: 1.8em;
          font-weight: 400;
        }

        .wrapper.style2 .major .byline {
          letter-spacing: normal;
          line-height: 1.6em;
          text-transform: capitalize;
          font-size: 1.4em;
        }

      .wrapper.style2 h3 {
        display: block;
        margin-bottom: 1em;
        letter-spacing: 1px;
        line-height: 1.4em;
        
        font-size: 1.6em;
        font-weight: 400;
      }

    .wrapper.style3 {
      padding-bottom: 6em;
      background: #82b440;
      text-align: center;
      color: white;
    }

      .wrapper.style3 .container {
        padding-left: 6em;
        padding-right: 6em;
      }

      .wrapper.style3 p {
        font-size: 1.6em;
      }

    .wrapper.style4 {
      background: white;
    }

    .wrapper.style5 {
      background: #82b440;
      text-align: center;
      color: white;
    }

      .wrapper.style5 .image {
        display: block;
        width: 60%;
        margin: 0em auto 2em auto;
      }

        .wrapper.style5 .image img {
          border-radius: 50%;
          border: 10px solid;
          border-color: white;
        }

/* Header */

  #header {
    color: #666;
    height: 4em;
    background: rgba(0, 0, 0, 0.5);
  }

    #header .container {
      position: relative;
    }

  .homepage #logo {
    display: none;
  }

  .homepage #nav {
    position: static;
    right: none;
    text-align: center;
  }

  #logo {
    line-height: 2em;
    letter-spacing: 2px;
    
    font-size: 2em;
    font-weight: 400;
  }

    #logo h1 {
      display: inline-block;
      margin: 0;
      padding: 0;
    }

    #logo a {
      color: inherit;
    }

  #nav {
    position: absolute;
    top: 0;
    right: 0;
  }

    #nav > ul {
      margin: 0;
    }

      #nav > ul > li {
        border-radius: 4px;
        display: inline-block;
        margin-left: 0.5em;
        padding: 0 0.5em;
      }

        #nav > ul > li a {
          color: inherit;
          line-height: 4em;
          letter-spacing: 2px;
          text-decoration: none;
          
          font-weight: 400;
          font-size: 1em;
        }

        #nav > ul > li:first-child {
          margin-left: 0;
        }


        #nav > ul > li > ul {
          display: none;
        }

/* Dropotron */

  .dropotron {
    top: 2em;
    background: rgba(32, 32, 32, 0.75);
    border-radius: 4px;
    color: inherit;
    min-width: 12em;
    padding: 1em 0;
    
  }

    .dropotron > li {
      line-height: 2em;
      padding: 0 1em;
    }

      .dropotron > li > a {
        color: inherit;
        letter-spacing: 2px;
        text-decoration: none;
        
      }

      .dropotron > li.active > a, .dropotron > li:hover > a {
        color: inherit;
      }

    .dropotron.level-0 {
      border-radius: 0 0 4px 4px;
      font-size: 1em;
      margin-left: -0.5em;
    }

/* Banner */
@media only screen and (max-width: 600px) {

    #banner {
      margin-top: 1em !important;
      padding-top: 1em !important;
    }

    #banner .container img{
      max-width: 100%;
    }

    #footer .container img{
      max-width: 60%;
    }
  }

  #banner {
    padding: 1em 0em 1em 0em;
    text-align: center;
    color: #666;
  }

    #banner .container {
      padding: 0em 0em;
    }
    #banner .container img{
      margin-bottom: 1em;
    }

    #banner h2 {
      
      display: inline-block;
      padding: 0.50em 0.30em;
    }

    #banner span{
      display: block;
      letter-spacing: 1px;
      font-size: 1.6em;
      font-weight: 500;
      padding: 1em 0em;
    } 
    #banner p {
      display: block;
      font-size: 1.3em;
      font-weight: 500;
    }

    #banner a {
      display: inline;
      font-size: 1.3em;
      font-weight: 500;
    }

    #banner .lang{
      border-top: solid 1px #fff;
      display: inline-block;
      padding: 0.1em 0.5em;
      background: #dfb35b;
      font-size: 1em;
      font-weight: 200;
      margin-bottom: 1em;
    }

    #banner .lang:hover{
      background-color: #f8b033
    }

    #banner .geyik{
      
      font-style: italic;
      text-align: center;
      color: inherit;
      font-weight: 500;
    }
    #banner .highlight{
      
      padding: 0.3em 0.2em;
      font-size: 1.6em;
      font-weight: 700;
    }
    #banner .phone {
      font-size: 1.3em;
      font-weight: 500;
      

      
    }
    #banner .phone a {
      display: inline;
      font-size: 1.3em;
      font-weight: 500;
      color: #666;

      
    }
    #banner .phone p {
      margin-top: 0em !important;
      margin-bottom: 0em !important;
    }

/* Main */
#main_cont{
  margin-top: 5em;
  margin-bottom: 5em;

}

#goBack {
  width: 5em;
  height: 1.3em;
  margin-left: auto;
  margin-right: auto;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 1.5em;
  padding: 0.2em;
  text-align: center; 
  background-color: #FFFFBF;
  color: black;
  border-top: solid 3px #f39102;
  border-right: solid 3px #f39102;
  border-left: solid 3px #f39102;
  }

#flip{
  font-size: 1.8em;
  padding: 0.7em;
  text-align: center; 
  background-color: #f8b033;
  color:#fff;
  border-top: solid 1px #ffffff;
  }
#flip:hover{
  opacity: 0.8;
}

#flipnav{
  position: sticky;
  font-size: 1.2em;
  padding: 0.3em;
  width: 33%;
  float: left;
  text-align: center; 
  background-color: #f8b033;
  color:#fff;
  border-top: solid 1px #ffffff;
  top: 0;
}

#flipnav:hover{
  opacity: 0.8;
}

.flip{
  font-size: 1.8em;
  padding: 0.7em;
  text-align: center; 
  background-color: #9B9246;
  color:#fff;
  border-top: solid 1px #ffffff;
  }

.panel_alt{
  font-size: 1.5em;
  padding: 0.3em;
  text-align: right;
  background-color: #f8b033; 
  border-bottom: solid 1px #ffffff;
  color:#fff;

}


#panel {
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 0.2em;
  display: none;
  background-color: #fbd99d;
  text-align: center;
  border-bottom: solid 1px #ffffff;
}

#flip2{
  font-size: 1.8em;
  padding: 0.7em;
  text-align: center;
  background-color: #7E8D68;
  border-top: solid 1px #ffffff;
  color:#fff;
  }

.panel_alt2{
  font-size: 1.5em;
  padding: 0.3em;
  text-align: right;
  background-color: #7E8D68; 
  border-bottom: solid 1px #ffffff;
  color:#fff;

}

.flip2{
  font-size: 1.8em;
  padding: 0.7em;
  text-align: center;
  background-color: #FF6961;
  border-top: solid 1px #ffffff;
  color:#fff;
  }

#flip3{
  font-size: 1.8em;
  padding: 0.7em;
  text-align: center;
  background-color: #DD7230;
  border-top: solid 1px #ffffff;
  color:#fff;
  }

#flip3:hover{
  opacity: 0.8;
}

#flipnav3{
   position: sticky;
  font-size: 1.2em;
  padding: 0.3em;
   width: 34%;
  float: left;
  text-align: center;
  background-color: #DD7230;
  border-top: solid 1px #ffffff;
  color:#fff;
  top:0;
}

.panel_alt3{
  font-size: 1.5em;
  padding: 0.3em;
 
  text-align: right;
  background-color: #DD7230; 
  border-bottom: solid 1px #ffffff;
  color:#fff;

}

#flip4{
  font-size: 1.8em;
  padding: 0.7em;
  text-align: center;
  background-color: #562C2C;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  color:#fff;
  }

.panel_alt4{
  font-size: 1.5em;
  padding: 0.3em;
  text-align: right;
  background-color: #562C2C; 
  border-bottom: solid 1px #ffffff;
  color:#fff;

}

#flip5{
  font-size: 1.8em;
  padding: 0.7em;
  text-align: center;
  background-color: #506C64; 
  border-top: solid 1px #ffffff;
  color:#fff;
  }

#flip5:hover{
  opacity: 0.8;
}

 #flipnav5{
   position: sticky;
  font-size: 1.2em;
  padding: 0.3em;
  width: 33%;
  float: left;
  text-align: center;
  background-color: #506C64; 
  border-top: solid 1px #ffffff;
  color:#fff;
  top: 0;
  }

.panel_alt5{
  font-size: 1.5em;
  padding: 0.3em;
  text-align: right;
  background-color: #506C64; 
  border-bottom: solid 1px #ffffff;
  color:#fff;

}

.flip5{
  font-size: 1.8em;
  padding: 0.7em;
  text-align: center;
  background-color: #f09100; 
  border-top: solid 1px #ffffff;
  color:#fff;
  }

#flip6{
  font-size: 1.8em;
  padding: 0.7em;
  text-align: center;
  background-color: #FF964F; 
  border-top: solid 1px #ffffff;
  color:#fff;
  }

  .panel_alt6{
  font-size: 1.5em;
  padding: 0.3em;
  text-align: right;
  background-color: #FF964F; 
  border-bottom: solid 1px #ffffff;
  color:#fff;

}

#flip7{
  font-size: 1.8em;
  padding: 0.7em;
  text-align: center;
  background-color: #944547; 
  border-top: solid 1px #ffffff;
  color:#fff;
  }

#flip7 i{
  font-size: 0.6em;
}

.flip7{
  font-size: 1.8em;
  padding: 0.7em;
  text-align: center;
  background-color: #944547; 
  border-top: solid 1px #ffffff;
  color:#fff;
  }

#flip8{
  font-size: 1.8em;
  padding: 0.7em;
  text-align: center;
  background-color: #cc6600; 
  border-top: solid 1px #ffffff;
  color:#fff;
  }

#flip9{
  font-size: 1.8em;
  padding: 0.7em;
  text-align: center;
  background-color: #195f70; 
  border-top: solid 1px #ffffff;
  color:#fff;
  }

#panel h2 {
    width: 100%; 
      text-align: left; 
      border-bottom: 1px solid #ec3d12; 
      line-height: 0.1em;
      margin: 10px 0 20px; 
  }

#panel h2 span{
    color: #ec3d12;
      background:#ffcccc; 
      padding-right: 1em;
      padding-left: 0.3em;
  }
  
#panel2 {
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 0.2em;
  display: none;
  background-color: #B0BAA1;
  text-align: center;
  border-bottom: solid 1px #ffffff;
}

#panel2 h2 {
    width: 100%; 
      text-align: left; 
      border-bottom: 1px solid #ffa600; 
      line-height: 0.1em;
      margin: 10px 0 20px; 
  }

#panel2 h2 span{
    color: #ffa600;
      background:#fae0b0; 
      padding-right: 1em;
      padding-left: 0.3em;
  }

#panel3 {
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 0.2em;
  display: none;
  background-color: #EEB896;
  text-align: center;
  border-bottom: solid 1px #ffffff;
}

#panel3 h2 {
    width: 100%; 
      text-align: left; 
      border-bottom: 1px solid #fe7314; 
      line-height: 0.1em;
      margin: 10px 0 20px; 
  }
#panel3 h2 span{
    color: #fe7314;
      background:#f8bd92; 
      padding-right: 1em;
      padding-left: 0.3em;
  }
#panel4 {
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 0.2em;
  display: none;
  background-color: #C89393;
  text-align: center;
  border-bottom: solid 1px #ffffff;
}
#panel4 h2 {
    width: 100%; 
      text-align: left; 
      border-bottom: 1px solid #b8283f; 
      line-height: 0.1em;
      margin: 10px 0 20px; 
  }
#panel4 h2 span{
    color: #b8283f;
      background:#e6bbbb; 
      padding-right: 1em;
      padding-left: 0.3em;
  }
#panel5 {
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 0.2em;
  display: none;
  background-color: #A1BAB3;
  text-align: center;
  border-bottom: solid 1px #ffffff;
}
#panel5 h2 {
    width: 100%; 
      text-align: left; 
      border-bottom: 1px solid #669999; 
      line-height: 0.1em;
      margin: 10px 0 20px; 
  }
#panel5 h2 span{
    color: #669999;
      background:#ccffff; 
      padding-right: 1em;
      padding-left: 0.3em;
  }

#panel5 .contents {
    margin-bottom: 0.3em;

}

#panel6 {
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 0.1em;
  display: none;
  background-color: #ffd5b9;
  text-align: center;
  border-bottom: solid 1px #ffffff;
}
#panel7 {
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 0.1em;
  display: none;
  background-color: #ebcbcd;
  text-align: center;
  border-bottom: solid 1px #ffffff;
}
#panel7 h2 {
    width: 100%; 
      text-align: left; 
      border-bottom: 1px solid #cc9933; 
      line-height: 0.1em;
      margin: 10px 0 20px; 
  }
#panel7 h2 span{
    color: #cc9933;
      background:#ffcc66; 
      padding-right: 1em;
      padding-left: 0.3em;
  }
#panel8 {
  padding: 1em;
  display: none;
  background-color: #ffcc99;
  text-align: center;
  border-bottom: solid 1px #ffffff;
}

#panel9 {
  padding: 1em;
  display: none;
  background-color: #88b3be;
  text-align: center;
  border-bottom: solid 1px #ffffff;
}

.title{
  padding-top: 0.2em;
  padding-left: 0.5em;
  color: #000;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  }

  .title span{
    font-style: italic;
    font-size: 0.9em;
    color:#000000;
    text-align: right;
    font-weight: normal;
  }

  .alt_title{
    font-size: 1em;
    padding-top: 0.2em;
  padding-left: 0.5em;
  text-align: left;
  color:#000000;
  }

  .contents_add{
  font-size: 1em;
  padding-left: 0.5em;
  text-align: left;
  color:#000000;
  font-style: italic;
  }
.contents_add a{
  font-size: 1em;
  padding-left: 0.5em;
  text-align: left;
  color:#195f70;
  font-style: italic;
  font-weight: bold;
  }
.contents{
  font-size: 1em;
  padding-left: 0.5em;
  text-align: left;
  color:#000000;
  font-style: italic;
  }
.contents a{
  font-size: 1em;
  padding-left: 0.5em;
  text-align: left;
  color:#ec3d12;
  font-style: italic;
  font-weight: bold;
  }

.contents_select{
  font-size: 0.9em;
  padding-left: 2em;
  text-align: left;
  color:#000000;
}

.contents_select1{
  font-size: 1em;
  padding-left: 2em;
  text-align: left;
  color:#000000;
}

.contents_select p{
  margin: 0;
}

.price{
  float: right;
  padding-right: 0.5em;
  padding-top: 0.2em;
    color: #000;
    text-align: left;
    font-size: 1em;
    font-weight: bold;
  
}

.alt_price{
  float: right;
  padding-right: 0.5em;
    color: #000;
    text-align: left;
    font-size: 0.9em;
}

.alt_price1{
  float: right;
  padding-right: 0.5em;
    color: #000;
    text-align: left;
    font-size: 1em;
}

  #main {
    padding: 4em 0;
  }

    #main #content .major, #main #sidebar .major {
      text-align: left;
    }

    #main #sidebar section {
      margin-top: 4em;
    }

      #main #sidebar section:first-child {
        margin-top: 0;
      }

    #main #sidebar .major {
      padding-bottom: 2em;
    }

      #main #sidebar .major h2 {
        font-size: 1.8em;
      }

/* Footer */

  #footer {
    padding: 2.5em 0 2em 0;
    text-align: center;
    color: white;
  }

    #footer hr {
      border-bottom: 1px solid;
      border-color: inherit;
      opacity: 0.6;
    }

    #footer .major h2 {
      color: inherit;
    }
    
    #footer img{
      margin-bottom: 1em;
    }

    #footer .major .byline {
      padding-top: 2em;
      color: inherit;
      opacity: .8;
    }

    #footer .copyright {
      margin-top: 3em;
      text-align: center;
    }

/* Copyright */

  #copyright {
    position: relative;
    text-align: center;
    padding: 3em 0em 3em 0em;
    color: inherit;
    opacity: .40;
  }

    #copyright a {
      text-decoration: none;
      color: inherit;
    }

/* Extra */

  #extra1 h2 {
    display: block;
    margin-bottom: 1em;
    letter-spacing: 1px;
    line-height: 1.4em;
    font-size: 1.5em;
    font-weight: 400;
  }

  #extra1 h3 {
    display: block;
    margin-bottom: 1em;
    letter-spacing: 1px;
    line-height: 1.4em;
    font-size: 1.6em;
    font-weight: 400;
  }

/* Team */

  #team h3 {
    margin-bottom: 0.50em;
    letter-spacing: 2px;
    
    font-weight: 700;
  }



/* ----------------------------------- PUB ÖZEL ------------------ */

body {
  font-family: Arial;
  background-color: #FEFED5;
}

ul{
  list-style: none;
}

#header {
  padding-top: 2em;
  width: 100%;
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head_content{
  width: 100%;
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
}

.head_content a{
  text-decoration: none;
    color: black;
    font-weight: bold;
}

#main{
width: 100%;
height: 50vh;
display: flex;
justify-content: center;
align-items: center;
background-color: #fbfbe5;
}

.block{
  float: left;
  display: block;
  width: 20%;
  height: 50vh;
  border-right: solid 5px white;
  background-color: black;
}

a.fill{
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
}

.flip:hover{
  background-color: #FFFFBF;
  color:black;
}

.flip7:hover{
  background-color: #FFFFBF;
  color:black;
}

.flip2:hover{
  background-color: #FFFFBF;
  color:black;
}

.flip5:hover{
  background-color: #FFFFBF;
  color:black;
}

.img_cont{
  width: 100%;
  height: inherit;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

/*.title{
  margin-top: 55%;
  border-top-left-radius: 5px;
  display: inline-block;
  float: right;
  text-align: right;
  width: 75%;
  height: auto;
  background-color: #FDFD96;
  font-size: 2em;
  font-family: serif;
  font-weight: bold;
  color: black;
  padding-right: 5%;
  padding-top: 1%;
  padding-bottom: 1%;
}*/

#footer{
height: auto;
width: 100%;
background-color: #FEFED5;
padding: 0.5em 0 2em 0;
text-align: center;
color: #666;
font-family: 'Open Sans', sans-serif;
  }

.footer_center{
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

  #footer a{
    text-decoration: none;
    color: #dfb35b;
    font-weight: bold;
  }

    #footer img{
      margin-bottom: 1em;
    }

    #footer .major .byline {
      padding-top: 2em;
      color: inherit;
      opacity: .8;
    }

    #footer .copyright {
      margin-top: 3em;
      text-align: center;
    }
     #footer hr{
      margin-top: 1em;
      border: 2px solid #dfb35b;
      width: 80%;
    }
     #footer .icon_holder{
      width: 100%;
      height: auto;
      padding-top: 1em;
      padding-bottom: 1em;
      display: flex;
      justify-content: center;
    }

   .insta{
      width: 33%;
      position: relative;
      float: left;
      text-align: right;
      font-size: 5em;
      color: #72978D;
    }

    .insta i:hover{
      color: #f8b033;
    }
    .face{
      width: 33%;
      position: relative;
      float: left;
      text-align: left;
      font-size: 5em;
      color: #72978D;
    }

    .face i:hover{
      color: #f8b033;
    }

    .google{
      width: 34%;
      text-align: center;
      position: relative;
      float: left;
      font-size: 5em;
      color: #dfb35b;
    }

    .google i:hover{
      color: #f8b033;
    }


@media only screen and (min-width: 550px) {
      #panel, #panel2, #panel3, #panel4, #panel5, #panel6, #panel7, #panel8, #panel9{
        padding-right: 20%;
        padding-left: 20%;
      }
    }

@media only screen and (min-width: 750px) {
      #panel, #panel2, #panel3, #panel4, #panel5, #panel6, #panel7, #panel8, #panel9{
        padding-right: 30%;
        padding-left: 30%;
      }
    }    