@charset "UTF-8";

@import url(font-awesome.min.css);
@import url(bootstrap.min.css);
@import url(animate.css);
@import url(component2.css);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, .address-detail a, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

strong {
  font-weight: bold; }

body {
  
  background: url("../img/arkaplan.jpg");
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  overflow-y: hidden; 
  margin:0;


}

.sidepanel  {

  width: 0;
  position: fixed;
  z-index: 1;
  height: 900px;
  top: 0;
  left: 0;
  background-color: #8d5151;
  overflow-x: hidden;
  transition: 0.7s;
  padding-top: 60px;

}

.sidepanel a {

  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fffbfb;
  display: block;
  transition: 0.3s;

}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {

  font-size: 30px;
  cursor: pointer;
  background-color: transparent;
  color: gray;
  padding: 10px 15px;
  border: 1px;

}

.openbtn:hover {
  background-color:#444;
}

#wrapper {
  
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);

}

p.link{

  color:white;
  margin-top: 25%;

}

p.takip{

  color:white;
  text-align: center; 

}

#particles_js{

  width:100% ;
  height:100vh ;
  display: flex;
  justify-content: center;
  align-items: center;

}

.footer {
  position: fixed;
  left: 0px;
  right:20px;
  bottom: 10px;
  width: 100%;
  background: transparent;
  text-align: center;
}



.particles-js-canvas-el{

  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -2;

}

a.beycim{

  position: absolute;
  left: 50%;

  transform: translateX(-50%) translateY(-50%);


  
}

p.beycimparag{

  color:white;
  margin-left:50px;
  margin-right:50px;
  margin-block-start: 0px;
  margin-top:40px;
  font-size: 16px;
  text-align: justify;
  
}

p.tel{

  color:white;
  text-align: center;
  font-size:20px;
 
}

p.cizgi{

  color:white;
  font-size: 50px;
  text-align: center;
  margin-top:20px;

}

p.mail{

  color:white;
  font-size:24px;
  text-align: center;
  margin-top:20px;

}

p.adres{

  color: white;
  font-size:24px;
  text-align: center;
  margin-top: 20px;

}

ul {
  padding:0;
  list-style: none;
}
.footer-social-icons {
  width: 250px;
  display:block;
  margin: 0 auto;
}
/* .social-icon {
  color: #fff;
} */
ul.social-icons {
  margin-top: 10px;
}
.social-icons li {
  vertical-align: top;
  display: inline;

}
/* .social-icons a {
  color: #fff;
  text-decoration: none;
} */
.fa-facebook {
  padding:10px 12px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
  background:transparent;
}
.fa-facebook:hover {
  background:transparent;
}
.fa-twitter {
  padding:10px 12px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
  background:transparent;
}
.fa-twitter:hover {
  background:transparent;
}
.fa-instagram {
  padding:10px 12px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
  background:transparent;
}
.fa-instagram:hover {
  background-color: tomato;
}


.btn-cont {

  text-align: center;
  margin-top: 80px;
  margin-left:190px;
  margin-right:190px;
  
  
}

.btn-cont .btn {

  position: relative;
  padding: 20px ;
  border: 1px solid white;
  color: white;
  text-decoration: none;
  font-size: 1.125em; 
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;

}



.btn-cont .btn:hover {

  border: none;

}

.btn-cont .btn:hover .line-1 {

  -webkit-animation: move1 1500ms infinite ease;
        animation: move1 1500ms infinite ease;

}
.btn-cont .btn:hover .line-2 {
  -webkit-animation: move2 1500ms infinite ease;
          animation: move2 1500ms infinite ease;
}
.btn-cont .btn:hover .line-3 {
  -webkit-animation: move3 1500ms infinite ease;
          animation: move3 1500ms infinite ease;
}
.btn-cont .btn:hover .line-4 {
  -webkit-animation: move4 1500ms infinite ease;
          animation: move4 1500ms infinite ease;
}
.btn-cont .line-1 {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  background-color: white;
  left: 0;
  bottom: 0;
}
.btn-cont .line-2 {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  background-color: white;
  left: 0;
  top: 0;
}
.btn-cont .line-3 {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: white;
  right: 0;
  top: 0;
}
.btn-cont .line-4 {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  background-color: white;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }
  54% {
    height: 0;
    bottom: 100%;
  }
  55% {
    height: 0;
    bottom: 0;
  }
  100% {
    height: 100%;
    bottom: 0;
  }
}

@keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }
  54% {
    height: 0;
    bottom: 100%;
  }
  55% {
    height: 0;
    bottom: 0;
  }
  100% {
    height: 100%;
    bottom: 0;
  }
}
@-webkit-keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@-webkit-keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }
  54% {
    height: 0;
    top: 100%;
  }
  55% {
    height: 0;
    top: 0;
  }
  100% {
    height: 100%;
    top: 0;
  }
}
@keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }
  54% {
    height: 0;
    top: 100%;
  }
  55% {
    height: 0;
    top: 0;
  }
  100% {
    height: 100%;
    top: 0;
  }
}
@-webkit-keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }
  55% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }
  55% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
.social-wrpper{
  margin-top:80px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
a.logo{
  position: fixed;
  top: 0;
  right: 0;
}

.cpyx {
  float: right;
  color: #ffffff;
  font-size: 0.9em;
  bottom: 0;
}


/* Mozilla based browsers */
::-moz-selection {
  background: #c29f75;
  color: #fff; }

/* Works in Safari */
::selection {
  background: #c29f75;
  color: #fff; }

#ascrail21000 {
  z-index: 999 !important; }

a:hover, a:active {
  outline: 0; }

button:focus {
  border: none;
  outline: 0; }

ul {
  list-style: none; }

a {
  color: #fff;
  text-decoration: none; }

a:hover {
  color: #fff;
  text-decoration: none; }

a:focus {
  color: #fff;
  text-decoration: none;
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  color: #343434;
  font-weight: 600; }

h1 {
  font-size: 60px;
  letter-spacing: 1.5px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase; }

h2 {
  font-size: 48px;
  line-height: 48px; }

h3 {
  font-size: 30px;
  line-height: 40px; }

h4 {
  font-size: 24px;
  line-height: 35px; }

h5 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 1px; }

h6 {
  font-size: 15px;
  text-transform: capitalize;
  line-height: 15px;
  margin-top: 25px; }

p, .address-detail a {
  font-size: 16px;
  color: #767676;
  line-height: 25px;
  font-weight: 400;
  font-family: "Lora", serif; }
  p.lead, .address-detail a.lead {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0; }

.force-UTF-8 {
  content: "¡"; }


/* Effect 1: YouTube loading */
.la-anim-1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 5px;
  background: #c29f75;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  pointer-events: none; }

.la-anim-1::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: #c29f75;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.2s, box-shadow 2s 4s;
  transition: opacity 0.2s, box-shadow 2s 4s;
  -webkit-transform: rotate(2deg) translateY(-2px);
  transform: rotate(2deg) translateY(-2px); }

.la-anim-1.la-animate {
  z-index: 100;
  opacity: 1;
  -webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
  transition: transform 5s ease-in, opacity 1s 5s;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.la-anim-1.la-animate::after {
  opacity: 1; }


.side-overlay,
.side-right-overlay {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%; }


@-webkit-keyframes back_ken {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.4); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes back_ken {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.4); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes back_ken {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.4); }
  100% {
    -o-transform: scale(1); } }
@keyframes back_ken {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.4); }
  100% {
    transform: scale(1); } }
#parallax_it {
  width: 750px; }

.content-wrap {
  height: 100%; }



.side p, .side-left .address-detail a, .address-detail .side-left a {
  color: #fff; }
.side .small-hr {
  margin-top: 17px;
  margin-bottom: 25px; }
.side .tag-wrap {
  position: absolute;
  bottom: 97px;
  z-index: 1; }
.side footer {
  float: center; }
.side #countdown {
  color: #fff;
  font-size: 18px;
  margin-top: 26px; }

.preloader {
  background: #fff; }


.side {
  background: url("../img/arkaplan.jpg");
  width:1000px;
}

.social-icons li {
  display: inline-block;
  margin-right: 20px; }
  .social-icons li:last-child {
    margin-right: 0; }
.social-icons .social-icon {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 25px;
  position: relative;
  display: inline-block; }
  .social-icons .social-icon span {
    display: inline-block;
    position: relative;
    -moz-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    -webkit-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s; }
    .social-icons .social-icon span.fa {
      line-height: 25px; }
    .social-icons .social-icon span:before {
      content: attr(data-hover);
      position: absolute;
      top: 100%;
      transform: translateY(0px);
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px); }
  .social-icons .social-icon:hover span {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%); }
  .social-icons .social-icon:hover i.fa-facebook {
    color: #3B5998; }
  .social-icons .social-icon:hover i.fa-twitter {
    color: #00aced; }
  .social-icons .social-icon:hover i.fa-linkedin {
    color: #007bb6; }
  .social-icons .social-icon:hover i.fa-behance {
    color: #1769ff; }

.side-right {
  color: #343434;
  right: 0; }
  .side-right .main-content {
    position: relative; }
  .side-right .notify-wrap #message {
    margin-top: 15px;
    padding-left: 0; }
  .side-right {
    bottom: 92px;
    left: 0;
    right: 0;
    position: absolute;
    width: 314px;
    margin: 0 auto; }
  .side-right .copyright-text p, .side-right .copyright-text .address-detail a, .address-detail .side-right .copyright-text a {
    font-size: 12px; }
  .side-right .twitter-sec {
    width: 600px;
    float: left; }
    .side-right .twitter-sec .twiter-ico-wrap {
      border: 2px solid rgba(255, 255, 255, 0.3);
      border-radius: 50%;
      display: block;
      float: left;
      margin-right: 14px;
      height: 50px;
      text-align: center;
      width: 50px; }
      .side-right .twitter-sec .twiter-ico-wrap i {
        padding-top: 16px; }

.form-control {
  border: none;
  box-shadow: none !important;
  color: #343434;
  display: block;
  overflow: hidden;
  font-size: 13px;
  padding-left: 0;
  height: 57px;
  padding-bottom: 18px;
  padding-top: 13px; }
  .form-control:focus {
    border-color: #343434;
    box-shadow: none !important; }
  .form-control::-webkit-input-placeholder {
    color: #343434;
    font-size: 13px;
    text-transform: capitalize; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #343434;
    font-size: 13px;
    text-transform: capitalize; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #343434;
    font-size: 13px;
    text-transform: capitalize; }
  .form-control:-ms-input-placeholder {
    color: #343434;
    font-size: 13px;
    text-transform: capitalize; }
  .form-control input:-webkit-autofill, .form-control textarea:-webkit-autofill, .form-control select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: #fff; }

.align-center, .address-detail {
  overflow: hidden;
  clear: both;
  float: none;
  margin: 0 auto; }

.logo {
  display: inline-block; }
  .logo span {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    display: block; }



.page-right .page-inner .container-fluid,
.page-left .page-inner .container-fluid {
  padding-left: 300px;
  padding-right: 300px; }

.page-left .page-inner {
  background: #fff; }
  .page-left .page-inner .small-hr {
    margin-top: 9px;
    margin-bottom: 23px; }
  .page-left .page-inner .client-sec .col-sm-3 {
    text-align: center; }
    .page-left .page-inner .client-sec .col-sm-3 img {
      display: inline-block; }
  .page-left .page-inner .about-sec .about-icon-wrap span {
    display: block; }
    .page-left .page-inner .about-sec .about-icon-wrap span.key-fact {
      font-size: 16px;
      color: #343434;
      text-transform: capitalize;
      margin-bottom: 14px;
      margin-top: 25px; }
  .page-left .page-inner .about-sec .about-icon-wrap .icon {
    color: #c6b6a1;
    font-size: 48px; }
  .page-left .page-inner .team-sec span {
    display: block; }
  .page-left .page-inner .team-sec .team-per {
    font-size: 13px;
    color: #343434;
    text-transform: uppercase;
    margin-bottom: 3px;
    margin-top: 20px;
    font-weight: 600; }
  .page-left .page-inner .team-sec .team-desn {
    font-size: 12px;
    color: #8d8d8d;
    text-transform: capitalize;
    margin-bottom: 17px; }
  .page-left .page-inner .team-sec .team-social {
    float: left; }
    .page-left .page-inner .team-sec .team-social li {
      margin-right: 12px;
      float: left; }
      .page-left .page-inner .team-sec .team-social li a i {
        color: #8d8d8d;
        font-size: 14px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .page-left .page-inner .team-sec .team-social li a:hover i {
        color: #343434; }
  .page-left .page-inner .project-gal-wrap {
    margin-top: 60px; }
  .page-left .page-inner .pswp__caption__center {
    display: none; }
  .page-left .page-inner figure figcaption {
    font-size: 12px;
    text-transform: capitalize;
    color: #343434;
    font-weight: 500;
    padding: 20px 0 0 0; }
  .page-left .page-inner figure a {
    display: block;
    overflow: hidden;
    position: relative; }
    .page-left .page-inner figure a .hover {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .page-left .page-inner figure a .hover span {
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: calc(50% - 11px); }
    .page-left .page-inner figure a:hover .hover {
      opacity: 1; }
  .page-left .page-inner .event-detail {
    float: left;
    padding-top: 27px;
    width: 100%; }
    .page-left .page-inner .event-detail li {
      float: left;
      padding-bottom: 5px;
      width: 100%; }
      .page-left .page-inner .event-detail li span {
        color: #8d8d8d;
        display: inline-block;
       
        font-size: 16px;
        line-height: 25px;
        padding-right: 40px; }
      .page-left .page-inner .event-detail li p, .page-left .page-inner .event-detail li .address-detail a, .address-detail .page-left .page-inner .event-detail li a {
        float: left; }
      .page-left .page-inner .event-detail li:last-child {
        padding-bottom: 0; }
  .page-left .page-inner .trans-overlay-dark-about {
    background: #fff;
    /* The Fallback */
    background: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }

.trans-overlay-dark {
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }

.project-gal-wrap img {
  width: 100%; }



.pswp__caption {
  bottom: 130px; }

.pswp__caption__center {
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-transform: capitalize; }

.page-right .page-inner .panel-body {
  padding-top: 0; }
.page-right .page-inner .trans-overlay-dark-contact {
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }
.page-right .page-inner .copyright {
  display: none; }
.page-right .page-inner .form-control::-webkit-input-placeholder {
  color: #8d8d8d;
  font-size: 13px;
  text-transform: capitalize; }
.page-right .page-inner .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8d8d8d;
  font-size: 13px;
  text-transform: capitalize; }
.page-right .page-inner .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8d8d8d;
  font-size: 13px;
  text-transform: capitalize; }
.page-right .page-inner .form-control:-ms-input-placeholder {
  color: #8d8d8d;
  font-size: 13px;
  text-transform: capitalize; }
.page-right .page-inner .form-control input:-webkit-autofill, .page-right .page-inner .form-control textarea:-webkit-autofill, .page-right .page-inner .form-control select:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: #fff; }

.detail-info {
  position: relative;
  z-index: 2;
  text-align: left; }

.nav-btn {
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  z-index: 11;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

.ani-wrap {
  position: relative;
  overflow: hidden; }

@keyframes moveUp {
  50% {
    transform: translate(0px, -100%);
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%); }
  51% {
    opacity: 0;
    transform: translate(0px, -100%);
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%); }
  52% {
    opacity: 1;
    transform: translate(0px, 100%);
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%); }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px); } }
@-webkit-keyframes moveUp {
  50% {
    transform: translate(0px, -100%);
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%); }
  51% {
    opacity: 0;
    transform: translate(0px, -100%);
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%); }
  52% {
    opacity: 1;
    transform: translate(0px, 100%);
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%); }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px); } }

@media only screen and (max-width: 1366px) {
  .side-right .twitter-sec {
    width: 100%; }
    .side-right .twitter-sec .twiter-ico-wrap {
      margin-right: 0;
      margin-bottom: 10px;
      float: none; }
    .side-right .twitter-sec #tweecool {
      float: none;
      width: 100%; } }
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 25px;
    line-height: 35px; }

@media only screen and (min-width: 200px) and (max-width:300px) {
  .sidepanel  {

    max-width:200px;

  }
  .btn-cont {

    text-align: center;
    margin-top: 80px;
    margin-left:50px;
    margin-right:50px;
    
    
  }
  .btn-cont .btn {

    position: relative;
    padding: 20px ;
    border: 1px solid white;
    color: white;
    text-decoration: none;
    font-size: 7px; 
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
  
  }

}
@media only screen and (min-width: 301px) and (max-width:400px) {
  .sidepanel  {

    max-width:300px;
    
  }
  .btn-cont {

    text-align: center;
    margin-top: 80px;
    margin-left:50px;
    margin-right:50px;
    
    
  }
  .btn-cont .btn {

    position: relative;
    padding: 20px ;
    border: 1px solid white;
    color: white;
    text-decoration: none;
    font-size: 7px; 
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
  
  }

}
@media only screen and (min-width: 401px) and (max-width:450px) {
  .sidepanel  {

    max-width:400px;
    
  }

  .btn-cont {

    text-align: center;
    margin-top: 80px;
    margin-left:100px;
    margin-right:100px;
    
    
  }
  .btn-cont .btn {

    position: relative;
    padding: 20px ;
    border: 1px solid white;
    color: white;
    text-decoration: none;
    font-size: 9px; 
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
  
  }
}
@media only screen and (min-width: 451px) and (max-width:500px) {
  .sidepanel  {

    max-width:450px;
    
  }
}
@media only screen and (min-width: 501px) and (max-width:600px) {
  .sidepanel  {

    max-width:500px;
    
  }
}


@media only screen and (min-height: 400px) and (max-height:500px) {
  .sidepanel  {

    max-height:400px;

  }
}
@media only screen and (min-height: 501px) and (max-height:600px) {
  .sidepanel  {

    max-height:500px;
    
  }
}
@media only screen and (min-height: 601px) and (max-height:650px) {
  .sidepanel  {

    max-height:600px;
    
  }
}
@media only screen and (min-height: 651px) and (max-height:700px) {
  .sidepanel  {

    max-height:650px;
    
  }
}
@media only screen and (min-height: 701px) and (max-height:800px) {
  .sidepanel  {

    max-height:700px;
    
  }
}
@media only screen and (min-height: 801px) and (max-height:900px) {
  .sidepanel  {

    max-height:800px;
    
  }
}



  .side {
    width: 100%;
    position: relative; }



  }

  