@font-face {
  font-family: 'Suez One', serif;
  src: url("../fonts/Suez_One/SuezOne-Regular.ttf"); }

a {
  color: #cc3300; }

p {
  color: #888; }

body {
  color: #222;
  letter-spacing: 1px;
  font-family: 'Suez One', serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  line-height: 1.4; }

.main_head {
  min-width: 320px;
  padding-top: 20px; }

.loader {
  background: none repeat scroll 0 0 #fff;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999; }
  .loader .loader_inner {
    background-image: url("../img/preloader.gif");
    background-position: center center;
    height: 500px;
    width: 500px;
    margin-top: -250px;
    margin-left: -250px;
    left: 50%;
    top: 50%;
    position: absolute; }

.toggle_menu {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 100;
  right: 20px;
  top: 20px;
  background-color: #000;
  border: none; }

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

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

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

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

.sandwich.active .sw-topper {
  top: 10px;
  transform: rotate(-45deg); }

.sandwich.active .sw-bottom {
  top: 6px;
  transform: rotate(45deg); }

.sandwich.active .sw-footer {
  top: 0;
  opacity: 0; }

.top_menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 50;
  right: 0;
  top: 0;
  display: none; }
  .top_menu ul, .top_menu li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .top_menu ul {
    margin-top: 180px;
    text-align: center; }
  .top_menu li:nth-child(1) a {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s; }
  .top_menu li:nth-child(2) a {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s; }
  .top_menu li:nth-child(3) a {
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-duration: 1.5s; }
  .top_menu li:nth-child(4) a {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s; }
  .top_menu li a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    opacity: 0;
    position: relative;
    height: 60px;
    outline: none;
    letter-spacing: 4px;
    color: #fff; }
    .top_menu li a:hover {
      color: #cc3300; }
    .top_menu li a span {
      display: block;
      position: relative;
      top: -40px;
      left: 0;
      height: 100%;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .top_menu li a span:hover {
        background-color: rgba(255, 255, 255, 0.08); }

.top_wrapper {
  display: table;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .top_wrapper .top_description {
    display: table-row; }
    .top_wrapper .top_description .top_centered {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
  .top_wrapper .top_text {
    display: inline-block; }
    .top_wrapper .top_text h1 {
      color: #fff;
      border: 8px solid #fff;
      display: inline-block;
      padding: 10px 35px;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 2.8em;
      margin-left: 20px;
      margin-right: 20px;
      -webkit-animation-delay: 1s;
      -moz-animation-delay: 1s;
      animation-delay: 1s; }
    .top_wrapper .top_text p {
      margin: 0;
      font-size: 14px;
      text-transform: uppercase;
      -webkit-animation-delay: 1.5s;
      -moz-animation-delay: 1.5s;
      animation-delay: 1.5s;
      letter-spacing: 5px;
      color: #cfcfcf; }

.h_opacity {
  opacity: 0.3;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }

section {
  overflow: hidden;
  padding: 70px 0 90px; }
  section h2 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 15px; }
  section h3 {
    color: #888;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 35px; }
  section .s_descr_wrap {
    text-align: center; }
    section .s_descr_wrap .s_description {
      display: inline-block;
      text-transform: uppercase;
      font-size: 12px;
      position: relative;
      margin-bottom: 130px;
      letter-spacing: 5px; }
      section .s_descr_wrap .s_description::after {
        content: "";
        width: 150px;
        height: 1px;
        position: absolute;
        left: 50%;
        margin-left: -75px;
        margin-top: 60px;
        background-color: #222; }

.s_about {
  background-color: #cfcfcf; }
  .s_about .person {
    text-align: center;
    margin-bottom: 35px; }
    .s_about .person img {
      max-width: 220px;
      display: inline-block;
      border-radius: 50%; }
  .s_about p {
    margin-bottom: 25px;
    color: #2a2a2a; }
  .s_about ul, .s_about li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .s_about li {
    margin-bottom: 10px;
    color: #2a2a2a; }
  .s_about .personal_header {
    font-size: 13px;
    text-align: left;
    margin-bottom: 30px;
    color: #555;
    letter-spacing: 2px; }
  .s_about .social_wrap {
    margin-top: 25px; }

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

.s_resume {
  background-color: #e9e9e9; }

.resume_container .left {
  text-align: right;
  border-right: 1px solid #d2d2d2; }
  .resume_container .left h3 {
    text-align: right; }
  .resume_container .left .resume_description strong {
    margin-left: 10px; }

.resume_container .right {
  text-align: left; }
  .resume_container .right h3 {
    text-align: left; }
  .resume_container .right .resume_description strong {
    margin-right: 10px; }

.resume_container h3 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  letter-spacing: 1px; }

.resume_container .resume_icon {
  font-size: 40px;
  margin-bottom: 35px; }

.resume_container .resume_item {
  margin-bottom: 35px; }
  .resume_container .resume_item .year {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 10px;
    font-weight: 600;
    font-style: italic;
    background-color: #cc3300;
    color: #fff; }
  .resume_container .resume_item .resume_description {
    font-style: italic;
    letter-spacing: 1px; }
    .resume_container .resume_item .resume_description strong {
      font-weight: 600;
      font-style: normal;
      text-transform: uppercase; }
  .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; }

.s_skills {
  background-color: #cfcfcf; }
  .s_skills .skill_item {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .s_skills .skill_item img {
      width: 110px;
      height: auto; }
    .s_skills .skill_item p {
      width: 110px;
      text-align: center;
      margin-top: 20px;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 1px;
      text-transform: uppercase;
      border-bottom: 1px solid #cc3300; }

.s_portfolio {
  background-color: #222;
  color: #fff; }
  .s_portfolio .s_descr_wrap .s_description::after {
    background-color: #fff; }
  .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;
    color: #888;
    letter-spacing: 2px; }
  .s_portfolio li.active {
    color: #fff;
    border-bottom: 1px solid #cc3300; }
  .s_portfolio ul {
    margin-bottom: 50px; }

.portfolio_item {
  padding: 0;
  display: none; }
  .portfolio_item img {
    width: 100%;
    height: 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;
    transition: all .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: 1px solid #cc3300;
    padding: 2px 10px;
    display: inline-block;
    color: #cc3300; }

.main_footer {
  background-color: #cfcfcf;
  color: #202020;
  padding: 50px 0;
  font-size: 14px;
  font-weight: 300; }
  .main_footer .social_wrap {
    float: right;
    line-height: 0; }
    .main_footer .social_wrap ul {
      margin: 0; }
  .main_footer a {
    color: #cc3300; }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .personal_last_block {
    margin-top: 35px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .resume_container .left {
    text-align: left;
    margin-bottom: 10px; }
  .resume_container .resume_icon, .section_content .resume_container h3 {
    text-align: center;
    margin-bottom: 10px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .top_wrapper .top_text h1 {
    font-size: 2em;
    padding-left: 10px;
    padding-right: 10px; }
  .main_footer {
    text-align: left; }
  .main_footer .social_wrap {
    float: left;
    margin-top: 20px;
    width: 100%; }
  .main_footer .social_wrap ul {
    padding-left: 0; } }
