﻿body {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 15px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialised; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red; }

body input:required:valid,
body textarea:required:valid {
  color: green; }

.hidden {
  display: none; }


section,
.main_head {
  position: relative; }
  section h3,
  .main_head h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 35px; }

section {
  padding: 70px 0 90px; }
  section h2 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 15px;
    letter-spacing: 1px; }
  section .personal_header {
    font-size: 13px;
    text-align: left;
    margin-bottom: 30px;
    color: #555; }

.s_descr_wrap {
  text-align: center; }
  .s_descr_wrap .s_descr {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    margin-bottom: 130px;
    font-weight: 600; }
    .s_descr_wrap .s_descr::after {
      content: "";
      height: 1px;
      left: 50%;
      margin-left: -75px;
      margin-top: 25px;
      position: absolute;
      width: 150px; }

.main_head {
  min-height: 480px;
  padding-top: 20px; }

.loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .loader .loader_inner {
    background-image: url("../img/preloader.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-posirion: center center;
    background-color: #fff;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute; }

.logo_container {
  float: left; }

svg {
  height: 60px;
  width: 60px;
  z-index: 1;
  position: relative; }

.toggle_mnu {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 100;
  border: none;
  right: 20px;
  top: 20px; }
  .toggle_mnu span {
    display: block; }

.sandwich {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200; }

.sw-topper {
  position: relative;
  top: 0;
  width: 28px;
  height: 3px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
          transition: transform 0.5s, top 0.2s;
  display: block; }

svg path {
  fill: #e0e0e0; }

.sw-bottom {
  position: relative;
  width: 28px;
  height: 3px;
  top: 6.6px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
          transition: transform 0.5s, top 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
          transition-delay: 0.2s, 0s; }

.sw-footer {
  position: relative;
  width: 28px;
  height: 3px;
  top: 13.5px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; }

.sandwich.active .sw-topper {
  top: 9px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
.sandwich.active .sw-bottom {
  top: 6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
.sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.top_mnu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 50;
  right: 0;
  top: 0;
  display: none; }
  .top_mnu ul,
  .top_mnu li {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .top_mnu ul {
    margin-top: 180px;
    text-align: center;
    -webkit-animation-duration: 0.01s;
    animation-duration: 0.01s; }
    .top_mnu ul li:nth-child(1) a {
      -webkit-animation-delay: 0;
      animation-delay: 0; }
    .top_mnu ul li:nth-child(2) a {
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }
    .top_mnu ul li:nth-child(3) a {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .top_mnu ul li:nth-child(4) a {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
    .top_mnu ul li:nth-child(5) a {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    .top_mnu ul li:nth-child(6) a {
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }
    .top_mnu ul li:nth-child(7) a {
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s; }
    .top_mnu ul li:nth-child(8) a {
      -webkit-animation-delay: 0.7s;
      animation-delay: 0.7s; }
    .top_mnu ul a {
      color: #fff;
      display: block;
      text-transform: uppercase;
      font-size: 12px;
      opacity: 0;
      position: relative;
      height: 60px;
      outline: none; }
      .top_mnu ul a span {
        display: block;
        position: relative;
        top: -40px;
        left: 0;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .top_mnu ul a span:hover {
          background-color: rgba(255, 255, 255, 0.08); }

.top_wrapper {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }
  .top_wrapper .top_descr {
    display: table-row; }
    .top_wrapper .top_descr .top_centered {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
  .top_wrapper .top_text {
        width: 100%;
    height: 100%;
    position: inherit;
    top: 0;
    left: 0;
    overflow: auto;
    display: inline-block;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    .top_wrapper .top_text p {
      margin: 0;
      text-transform: uppercase;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .top_wrapper .top_text h1 {
      display: inline-block;
      padding: 10px 35px;
      color: #fff;
      border: 8px solid #fff;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 2.8em;
      background-color: rgba(0, 0, 0, 0.1);
      margin-left: 20px;
      margin-right: 20px;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }
  .top_wrapper .top_text_logo {
    font-family: "Broadway", sans-serif;
    width: 100%;
    height: 70%;
    position: inherit;
    top: 0;
    left: 0;
    overflow: auto;
    display: inline-block;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    .top_wrapper .top_text_logo p {
      font-family: "Broadway", sans-serif;
      color: #fff;
      order: 8px solid #fff;
      margin: 0;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1.2em;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .top_wrapper .top_text_logo h1 {
      font-family: "Broadway", sans-serif;
      display: inline-block;
      padding: 10px 20px;
      color: #fff;
      border: 8px solid #fff;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 2.8em;
      background-color: rgba(0, 0, 0, 0.1);
      margin-left: 20px;
      margin-right: 20px;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }

.toggle_mnu {
  background-color: #000; }

.main_footer {
  padding: 50px -0;
  font-size: 13px;
  font-weight: 300; }
  .main_footer .social_wrap {
    /*float: right;*/
    line-height: 0; }
    .main_footer .social_wrap ul {
      text-align: center;
      margin: 0; }

.person {
  text-align: center;
  margin-bottom: 35px; }
  .person img {
    max-width: 220px;
    display: inline-block;
    border-radius: 1%; }

.s_about p {
  text-align: justify;
  margin-bottom: 25px; }
.s_about ul,
.s_about li {
  text-align: justify;
  margin: 0;
  padding: 0;
  list-style-type: none; }
.s_about li {
  margin-bottom: 10px; }
.s_about .social_wrap {
  margin-top: 25px; }

.social_wrap li {
  display: inline-block;
  font-size: 20px;
  padding: 0 3px; }

.resume_container .left .resume_description strong {
  margin-left: 10px; }
.resume_container .right .resume_description strong {
  margin-right: 10px; }
.resume_container .left {
  text-align: right;
  border-right: #d2d2d2 1px solid; }
  .resume_container .left h3 {
    text-align: right; }
.resume_container .right {
  text-align: left; }
  .resume_container .right h3 {
    text-align: left; }
.resume_container h3 {
  margin-top: 30px; }
.resume_container .year {
  font-weight: 600;
  font-style: italic;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 15px; }
.resume_container strong {
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase; }
.resume_container .resume_description {
  font-style: italic; }
.resume_container .resume_item {
  margin-bottom: 40px; }
  .resume_container .resume_item p {
    margin-top: 10px; }
  .resume_container .resume_item:last-child {
    margin-bottom: 0; }
    .resume_container .resume_item:last-child p {
      margin-bottom: 0; }

.resume_icon {
  font-size: 40px;
  margin-bottom: 35px; }
  .resume_icon .year {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 10px; }

.s_portfolio ul,
.s_portfolio li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center; }
.s_portfolio li {
  display: inline-block;
  margin: 0 10px;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  line-height: 2; }
.s_portfolio ul {
  margin-bottom: 50px; }

.portfolio_item {
  display: none;
  padding: 0; }
  .portfolio_item img {
    width: 100%; }
  .portfolio_item .port_item_cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding-top: 15%;
    opacity: 0;
    -webkit-transition: all 0.5s;
            transition: all 0.5s; }
  .portfolio_item:hover .port_item_cont {
    opacity: 1;
    padding-top: 20%; }
  .portfolio_item h3 {
    color: #fff;
    margin-bottom: 0; }
  .portfolio_item a {
    background-color: transparent;
    border: #fff 1px solid;
    padding: 2px 10px;
    display: inline-block; }

.podrt_descr {
  background-color: #fff;
  max-width: 500px;
  margin: auto; }
  .podrt_descr p,
  .podrt_descr h3 {
    padding: 20px;
    padding-bottom: 0; }
  .podrt_descr h3 {
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 20px;
    padding-top: 25px; }
  .podrt_descr p {
    margin-top: 0; }
  .podrt_descr img {
    width: 100%;
    margin-top: 10px; }

.modal-box-content {
  position: relative; }

.contact_box {
  margin-bottom: 30px; }
  .contact_box h3 {
    text-align: left;
    color: #000;
    margin-bottom: 0px;
    font-size: 14px; }
  .contact_box .contacts_icon {
    font-size: 30px; }
  .contact_box p {
    margin-top: 5px; }

.contact_box_footer {
  margin-top: 0px; }
  .contact_box_footer  p {
    margin-left: 20px;
    font-size: 16px;}

.main_form button {
  border: none;
  color: #fff;
  line-height: 40px;
  padding: 0 25px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  float: right; }

.form-group {
  display: block;
  margin-bottom: 20px; }
  .form-group .color_element {
    font-weight: 700;
    font-size: 18px; }
  .form-group .text-danger {
    font-size: 11px;
    margin-top: 5px;
    display: block; }
    .form-group .text-danger ul,
    .form-group .text-danger li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
  .form-group input,
  .form-group textarea {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    margin-top: 5px;
    line-height: 40px;
    text-indent: 12px;
    font-size: 12px;
    background-color: transparent; }
.getstart a{
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    padding: 13px 30px;
    font-weight: 700;
    color: #ffffff; /*колір тексту*/
    background: #8238A7; /*фон кнопки*/
    border-radius: 5px;
  }
.getstart a:hover{
  color:#39c9da;
  background:#4b4a4b;
  text-decoration: none;
  transition: .5s all;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  -moz-transition: .5s all;
  }
.getstart{
  margin-top:15px;
  }
  /*-- materials --*/
.materials {
  padding: 52px 0;
  background:#fafafa;
  }
.material-info h2 {
  margin: 0;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #504f50;
  }
.material-info p {
  margin: 18px auto 34px auto;
  font-size: 14px;
  text-align: center;
  color: #a8a8a8;
  width:46%;
  }
.material-image{
  border:1px solid #e8e8e8;
  padding:20px;
  background:#ffffff;
  }
.ser-info h2{
  margin: 0;
  text-align: center;
  font-size: 22px;
  padding:15px 0;
  font-weight: 600;
  color: #504f50;
  }
.ser-info p{
  margin: 0;
  font-size: 14px;
  padding-top:12px;
  color: #504f50;
  text-align: left; /* ТЕКСТ ПІД ФАНЕРОЮ */
  }
  .material-image:hover{
    background:#69c;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
  }
  .material-image:hover div.more a{
    background:#fff;
    color:#000;
    text-decoration:none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
  }
  .material-image:hover div.camera{
    background:url("../images/W-GUARD RF Standart-40.jpg") no-repeat 0px -5px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
  }
  .material-image:hover div.paint{
    background:url("../images/Ghorstki_datchyky_site.jpg") no-repeat 0px -5px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
    }
  .material-image:hover div.video{
    background:url("../images/test2.jpg") no-repeat 0px 100px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
    }
  .material-image:hover div.web-design{
    background:url("../images/test4.jpg") no-repeat 0px 100px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
    }
  .material-image:hover div.video_2{
    background:url("../images/test2.jpg") no-repeat 0px 100px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
    }
  .material-image:hover div.video_3{
    background:url("../images/test2.jpg") no-repeat 0px 100px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
    }
  .material-image:hover div.strip{
    background:#5c5959;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
    }
  .material-image:hover div.ser-info h2{
    color:#fff;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
    }
  .material-image:hover div.ser-info p{
    color:#fff;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
    }
.strip{
  background: #c2c2c2;
  padding: 1px;
  width: 40%;
  margin: 0 auto;
  }
.camera {
  background:url("../images/W-GUARD RF Standart-40.jpg") no-repeat 0px 0px;
  width:200px;
  height:350px;
  display:block;
  margin:0 auto;
  }
.paint {
  background:url("../images/Ghorstki_datchyky_site.jpg") no-repeat 0px 0px;
  width:200px;
  height:350px;
  display:block;
  margin:0 auto;
  }
.video {
  background:url("../images/test2.jpg") no-repeat 0px 50px;
  width:200px;
  height:350px;
  display:block;
  margin:0 auto;
  }
.video_2 {
  background:url("../images/test2.jpg") no-repeat 0px 50px;
  width:200px;
  height:350px;
  display:block;
  margin:0 auto;
  }
.video_3 {
  background:url("../images/test2.jpg") no-repeat 0px 50px;
  width:200px;
  height:350px;
  display:block;
  margin:0 auto;
  }
.web-design {
  background:url("../images/test4.jpg") no-repeat 0px 50px;
  width:200px;
  height:350px;
  display:block;
  margin:0 auto;
  }
.more a{
  background:#8238A7;
  padding:12px 25px;
  border-radius:4px;
  font-size: 14px;
  color:#ffffff;
  text-decoration:none;
  }
.more{
  padding:24px 0 20px 0;
  text-align: right; /*Кнопка ДЕТАЛЬНІШЕ ЗПРАВА */
  }
#rezultat2:before { content: "Ціна за 1 мп: "; }
#rezultat2:after { content: " грн."; }
/* Start of Column CSS */
.rightcolumn {
  padding-right: 60px;
    float: right;
    width: auto;
}

.leftcolumn {
padding-left: 60px;
    overflow: hidden;
}
/* --> */
/*-- banner bottom --*/
.banner-btm-row {
    margin-top: 4em;
}
.banner-btm-grids{
  color:#fff;
  font-size:16px;
}
.banner-btm-grids {
    /* border: 1px solid #fff; */
    height: 170px;
    padding: 2.5em 1.5em;
    position: relative;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    overflow: hidden;
    text-align: center;
    background: #303841;
}
.top-w3ls {
    margin-bottom: 2em;
}
.banner-btm-row .social-icons {
    margin: 1em 0 0;
}
.banner-btm-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: .7s all;
    -webkit-transition: .7s all;
    -moz-transition: .7s all;
    background: #fff;
    border: 10px solid #303841;
}
.banner-btm-img i {
    color: #8238A7;
    font-size: 49px;
    margin-top: 35px;
}
.banner-btm-grids:hover div.banner-btm-img {
  top:100%;
}
.banner-botm-w3ls h5 {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    margin-top: 21px;
}
.thim-click-to-bottom {
    position: absolute;
    bottom: 5%;
    left: 49.5%;
    /* width: 40px; */
    /* height: 40px; */
    /* font-size: 40px; */
    /* line-height: 40px; */
    -webkit-animation: bounce 2s infinite ease-in-out;
    z-index: 99;
}
.thim-click-to-bottom i {
    color: #fff;
    font-size: 18px;
    text-align: center;
}
@-webkit-keyframes bounce {
  0%, 20%, 60%, 100%  { -ms-transform: translateY(0); }
  0%, 20%, 60%, 100%  { -o-transform: translateY(0); }
  0%, 20%, 60%, 100%  { -moz-transform: translateY(0); }
  0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-20px); }
  80% { -webkit-transform: translateY(-10px); }
}
h2.banner-header {
  text-align: center;
   margin-bottom: 50px;
}
/*-- //banner bottom --*/
.galleria{ width: 700px; height: 400px; margin: auto; }

/*MENu*/
@import url('https://fonts.googleapis.com/css?family=Arimo');
.top-menu {
  background: rgba(255,255,255,.5);
  box-shadow: 3px 0 7px rgba(0,0,0,.3);
  padding: 20px;
}
.top-menu:after {
  content: "";
  display: table;
  clear: both;
}
.navbar-logo {display: inline-block;}
.menu-main {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.menu-main li {display: inline-block;}
.menu-main a {
  text-decoration: none;
  display: block;
  position: relative;
  line-height: 61px;
  padding-left: 20px;
  font-size: 18px;
  letter-spacing: 2px;
  font-family: 'Arimo', sans-serif;
  font-weight: bold;
  color: white;
  transition:.3s linear;
}
.menu-main a:before {
  content: "";
  width: 9px;
  height: 9px;
  background: white;
  position: absolute;
  left: 50%;
  transform: rotate(45deg) translateX(6.5px);
  opacity: 0;
  transition: .3s linear;
}
.menu-main a:hover:before {opacity: 1;}
@media (max-width: 660px) {
.menu-main {
  float: none;
  padding-top: 20px;
}
.top-menu {
  text-align: center;
  padding: 20px 0 0 0;
}
.menu-main a {padding: 0 10px;}
.menu-main a:before {transform: rotate(45deg) translateX(-6px);}
}
@media (max-width: 600px) {
.menu-main li {display: block;}
}

@media (max-width: 600px) {
.galleria{ width: 300px; height: 400px; margin: auto; }
}

/* HIDDEN on MOB */
/*
@media screen and (max-width: 600px) {
  #services {
    visibility: hidden;
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #pc_menu {
    visibility: hidden;
    display: none;
  }
}
*/
@media only screen and (max-width : 768px) {
  .animation_1{
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
@media only screen and (max-width : 768px) {
  .animation_2{
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
@media only screen and (max-width : 768px) {
  .animation_3{
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}


@media only screen and (max-width : 768px) {
  .section_header{
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}


@media only screen and (max-width : 768px) {
  .resume_item{
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
/*MENU*/
#menu {
            text-transform: uppercase;
            text-align: center;
            line-height: 50px;
            background: #69c;

            text-shadow:0 1px 1px black;
             -moz-border-radius: 5px;
            -webkit-border-radius:5px;
            border-radius:5px;
        }
        #menu ul {
            padding:0;
            margin:0;
        }
        #menu li{
            display: inline;
            list-style:none;
            margin: 5px 10px;
        }

        #menu li a {
            padding:5px 10px;
            color:#fff;
            text-decoration: none;

            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;

        }

        #menu li a:hover{
            background: #36c;
            color: #ff0;

            -webkit-transition-property: color, background;
            -webkit-transition-duration: 0.5s, 0.5s;
        }
        .default {
            width:100%;
        }
        .fixed {
          z-index: 999999;
            position:fixed;
            top:-5px; left:0;
            width:100%;
            padding:10px 0;

            -moz-box-shadow: 5px 5px 20px #333;
            -webkit-box-shadow: 5px 5px 20px #333;
            box-shadow: 5px 5px 20px #333;
        }
        .transbg {
            background-color: rgba(60, 130, 190, 0.7)!important;
        }