body {
  color: #222;
  letter-spacing: 1px; }

a {
  color: #9E432A; }

p,
#dosug li {
  color: #666;
  letter-spacing: 0px; }

.color_element {
  color: #9E432A; }

.color_bg {
  background-color: #9E432A; }

.color_border {
  border-color: #9E432A; }

.bg_light {
  background: #FFF5E2 url("../img/roses.jpg") repeat; }

.bg_dark {
  background-color: #C3A571;
  color: white; }
  .bg_dark p, .bg_dark h3 {color: white;}
  .bg_dark .s_descr {color: #FFF5E2;}
  .bg_dark .s_descr::after {
    background-color: #FFF5E2; }
  .bg_dark a {
    color: #FFF5E2; }

path {
  fill: #666; }

.top_mnu a:hover {
  color: #FFDA96;
  background-color: rgba(255, 255, 255, 0.05); }
.top_mnu a {
  letter-spacing: 4px; }

.top_text .slogan {
  color: #FAFAFA;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.top_text .phones {
  letter-spacing: 0;
  color: #fff;
  margin-top: 10px;
  font-size: 1.2em;
}
.top_text a {color: #fff;}

.personal_header {
  letter-spacing: 2px; }

.s_descr {
  letter-spacing: 5px; color: #B59356;}
  .s_descr::after {
    background-color: #B59356; }

section h3 {
  letter-spacing: 3px;
  color: #666; }

.resume_container h3 {
  color: #222;
  letter-spacing: 1px; }
.resume_container .left .resume_description strong {
  margin-left: 10px; }
.resume_container .right .resume_description strong {
  margin-right: 10px; }

.resume_item .year {
  background-color: #9E432A;
  color: #fff; }
.resume_item .resume_description {
  letter-spacing: 1px; }

.s_portfolio li {
  color: #666;
  letter-spacing: 2px; }
  .s_portfolio li.active {
    color: #fff;
    border-bottom: 1px solid #9E432A; }

.portfolio_item .port_item_cont a {
  border-color: #9E432A;
  color: #9E432A;
}

.contact_icon {
  color: #9E432A; }

.text-danger {
  color: #9E432A; }

form input,
form textarea {
  letter-spacing: 2px; }
form input:focus,
form textarea:focus {
  border: 1px solid #9E432A; }
form button {
  background-color: #9E432A;
  letter-spacing: 2px; }
form .form-group {
  color: #666;
  letter-spacing: 2px; }


body {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.42857;
  -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 {
  padding: 70px 0 90px; }
  section h2 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 15px; }
  section .personal_header {
    font-size: 13px;
    text-align: left;
    margin-bottom: 30px;
    color: #555; }
  section h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 35px; }

.s_descr_wrap {
  text-align: center; }

.s_descr {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  margin-bottom: 130px; }
  .s_descr::after {
    content: "";
    width: 150px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    margin-top: 60px; }

.main_head {
  min-height: 620px;
  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-position: 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: 100;
  position: relative; }

.toggle_mnu {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
  border: none; }
  .toggle_mnu span {
    display: block; }

.sandwich {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 7px;
  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;
  -webkit-transition: top 0.2s, -webkit-transform 0.5s;
  transition: top 0.2s, -webkit-transform 0.5s;
  transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
  /* transition-delay: 0.2s, 0s */ }

.sw-bottom {
  position: relative;
  width: 34px;
  height: 3px;
  top: 9px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: top 0.2s, -webkit-transform 0.5s;
  transition: top 0.2s, -webkit-transform 0.5s;
  transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.2s, 0s;
          transition-delay: 0.2s, 0s; }

.sw-footer {
  position: relative;
  width: 34px;
  height: 3px;
  top: 16.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: 13px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }
.sandwich.active .sw-bottom {
  top: 11px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }
.sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.toggle_mnu {
  background-color: #C3A571; }

.top_mnu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  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; }
    .top_mnu ul li:nth-child(1) a {
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s; }
    .top_mnu ul li:nth-child(2) a {
      -webkit-animation-duration: 1s;
      animation-duration: 1s; }
    .top_mnu ul li:nth-child(3) a {
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s; }
    .top_mnu ul li:nth-child(4) a {
      -webkit-animation-duration: 2s;
      animation-duration: 2s; }
    .top_mnu ul a {
      color: #fff;
      display: block;
      padding: 20px 0;
      text-transform: uppercase;
      font-size: 14px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.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;
      overflow: hidden; }
  .top_wrapper .top_text {
    display: inline-block; }
    .top_wrapper .top_text h1 {
      display: inline-block;
      padding: 10px 35px;
      color: #fff;
      border: 8px solid #FFDA96;
      text-transform: uppercase;
      font-weight: 900;
      font-size: 2.8em;
      background-color: rgba(0, 0, 0, 0.3);
      /* -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1000px;
              box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1000px; */
      -webkit-animation-delay: 0.8s;
      animation-delay: 0.8s; }
    .top_wrapper .top_text p {
      background-color: rgba(7, 84, 130, 0.7);
      color: #fff;
      margin: 0;
      padding: 10px 0;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
  .top_wrapper .h_opacity {
    opacity: 0.3;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.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 {
      margin: 0; }

.circle {
  text-align: center;
  margin-bottom: 35px; }
  .circle img {
    display: inline-block;
    border-radius: 50%; }

.s_about p {
  margin-bottom: 25px; }
.s_about ul, .s_about li {
  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 h3 {
  font-size: 16px;
  font-weight: 600; }
.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_icon {
  font-size: 40px;
  margin-bottom: 35px; }

.resume_item {
  margin-bottom: 35px; }
  .resume_item .year {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 10px;
    font-weight: 600;
    font-style: italic; }
  .resume_item .resume_description {
    font-style: italic; }
  .resume_item strong {
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase; }
  .resume_item p {
    margin-top: 10px; }
  .resume_item:last-child {
    margin-bottom: 0; }
    .resume_item:last-child p {
      margin-bottom: 0; }

.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: 13px;
  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 .port_item_cont h3 {
      color: #fff;
      margin-bottom: 0; }
    .portfolio_item .port_item_cont a {
      background-color: transparent;
      border: 1px #fff solid;
      padding: 2px 10px;
      display: inline-block; }
  .portfolio_item:hover .port_item_cont {
    opacity: 1;
    padding-top: 20%; }

.port_descr {
  background-color: #fff;
  max-width: 500px;
  margin: auto;
  position: relative; }
  .port_descr p,
  .port_descr h3 {
    padding: 20px;
    padding-bottom: 0; }
  .port_descr h3 {
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 25px;
    padding-top: 35px; }
  .port_descr p {
    margin-top: 0; }
  .port_descr img {
    width: 100%;
    margin-top: 10px; }

.contact_box {
  margin-bottom: 30px; }
  .contact_box h3 {
    text-align: left;
    color: #222;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600; }
  .contact_box .contact_icon {
    font-size: 40px; }
  .contact_box p {
    margin-top: 5px; }

.main_form button {
  border: none;
  color: #fff;
  line-height: 32px;
  padding: 0 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  float: right; }

.form-group {
  display: block;
  margin-bottom: 20px; }
  .form-group input,
  .form-group textarea {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    margin-top: 5px;
    line-height: 40px;
    text-indent: 10px;
    font-size: 13px;
    background-color: transparent; }

.services div {text-align: center;}
.services img {width: 80px; height: 80px; margin: 20px;}

table {
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  color: #666;
}

table th {
  background: #fff;
  border: 1px solid #C3A571;
  font-weight: bold;
  padding: 10px 5px;
}

table td {
  background: #FFF5E2;
  border: 1px solid #C3A571;
  padding: 10px 15px;
  text-align: center;
}

table tr:hover td{
  background: #fff;
}

.main-carousel {
  margin: 0 auto;
  max-width: 785px;
}
.carousel-cell {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.carousel-cell img {
  max-width:100%; 
  height:auto;
}

.flickity-viewport {
  transition: height 0.3s;
}

.hida {color: #666;}

@media only screen and (max-width : 768px) {
  .animated {
    opacity: 1 !important;
    /*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;
  }
}