/*-------------------------------*/
/*  Fonts
/*-------------------------------*/
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/RalewayRegular/RalewayRegular.eot");
  src: url("../fonts/RalewayRegular/RalewayRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RalewayRegular/RalewayRegular.woff") format("woff"), url("../fonts/RalewayRegular/RalewayRegular.ttf") format("truetype");
}
/*-------------------------------*/
/*  All styles
/*-------------------------------*/
/* Content:

1. Main;
2. Header;
  2.1. Loader;
  2.2. Logo;
  2.3. Menu;
3. Maim sections styles;
4. About section;
5. Resume section;
6. Portfolio section;
  6.1. Pop-up;
7. Contact section;
8. Footer section.

*/
/*-------------------------------*/
/*  1. Main
/*-------------------------------*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
}

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

section,
.main_head {
  position: relative;
}

section {
  padding: 20px 0 20px;
}
section h2 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 15px;
  letter-spacing: 1px;
}
section h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 35px;
}

/*-------------------------------*/
/*  2. Header
/*-------------------------------*/
.main_head {
  min-height: 300px;
  max-height: 450px;
  padding-top: 10px;
}

.top-container {
  width: 100%;
}

/* 2.1. Loader */
.loader {
  background: none repeat scroll 0 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.loader_inner {
  background-image: url("../images/preloader.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-posirion: center center;
  height: 80px;
  width: 80px;
  margin-top: -40px;
  margin-left: -40px;
  left: 50%;
  top: 50%;
  position: absolute;
}

/* 2.2. Logo */
.logo_container {
  float: left;
  padding-left: 0px;
}
@media screen and (min-width: 920px) {
  .logo_container {
    padding-left: 25px;
  }
}
@media screen and (min-width: 1300px) {
  .logo_container {
    padding-left: 120px;
  }
}

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

path {
  stroke-width: 2px;
}

/* 2.3. Menu */
.toggle_menu {
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 999;
  border: 1px solid;
  right: 15px;
  top: 30px;
}
@media screen and (min-width: 768px) {
  .toggle_menu {
    right: 23px;
  }
}
@media screen and (min-width: 920px) {
  .toggle_menu {
    right: 41px;
  }
}
@media screen and (min-width: 1300px) {
  .toggle_menu {
    right: 120px;
  }
}
.toggle_menu span {
  display: block;
}

/* Sandwich effect for menu button styles */
.sandwich {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200;
}
.sandwich .sw-topper {
  position: relative;
  top: 0;
  width: 28px;
  height: 3px;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
          transition: transform 0.5s, top 0.2s;
}
.sandwich .sw-bottom {
  position: relative;
  width: 28px;
  height: 3px;
  top: 6.6px;
  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;
}
.sandwich .sw-footer {
  position: relative;
  width: 28px;
  height: 3px;
  top: 13.5px;
  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_menu {
  position: fixed;
  width: 100%;
  height: 300%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 998;
  right: 0;
  top: 0;
  bottom: 50px;
  display: none;
}
.top_menu ul,
.top_menu li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.top_menu ul {
  margin-top: 340px;
  text-align: center;
  -webkit-animation-duration: .01s;
          animation-duration: .01s;
}
@media screen and (max-width: 1100px) {
  .top_menu ul {
    margin-top: 230px;
  }
}
@media screen and (max-width: 768px) {
  .top_menu ul {
    margin-top: 340px;
  }
}
@media screen and (max-width: 568px) {
  .top_menu ul {
    margin-top: 37px;
  }
}
@media screen and (max-width: 320px) {
  .top_menu ul {
    margin-top: 140px;
  }
}
.top_menu ul li:nth-child(1) a {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.top_menu ul li:nth-child(2) a {
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}
.top_menu ul li:nth-child(3) a {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.top_menu ul li:nth-child(4) a {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}
.top_menu ul li:nth-child(5) a {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.top_menu ul a {
  color: #FFF;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0;
  position: relative;
  height: 60px;
  outline: none;
  text-decoration: none;
}
.top_menu 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_menu ul a span:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

/*-------------------------------*/
/*  3. Main sections styles
/*-------------------------------*/
.top_wrapper {
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 2px;
	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 {
  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;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.8em;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media only screen and (max-width: 480px) {
  .top_wrapper .top_text h1 {
    font-size: 2em;
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

/*-------------------------------*/
/*  4. About section
/*-------------------------------*/
.personal {
  text-align: center;
  margin-bottom: 35px;
  margin-top: 35px;
}
@media screen and (max-width: 991px) {
  .personal {
    margin-top: 0;
  }
}
.personal img {
  max-width: 220px;
  display: inline-block;
  border-radius: 0%;
  border: 0px solid;
}

.s_about p {
  margin-bottom: 25px;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-title {
  font-size: 12px;
  text-align: center;
}
.panel-title a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}

.panel-body p {
  margin-bottom: 0;
}

/*-------------------------------*/
/*  5. Resume section
/*-------------------------------*/
/*
#my-timeline {
  border-radius: 0;
}

.vco-storyjs div.vco-loading .vco-loading-container .vco-loading-icon {
  width: 25px;
  height: 25px;
  background-size: cover;
}

.vco-slider .slider-item .content .content-container.layout-media .text .container {
  padding: 0;
}

.vco-slider .slider-item .content .content-container .text .container h2.date {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 29px !important;
}

.vco-storyjs .vco-feature h3 {
  font-size: 24px;
  letter-spacing: 1px;
}

.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-image img {
  border: none !important;
}

.vco-storyjs .thumbnail.thumb-youtube {
  display: none;
}
.vco-storyjs .thumbnail.thumb-photo {
  display: none;
}

.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3 {
  letter-spacing: 1px;
}

.vco-slider .slider-item .content .content-container .text .container p {
  text-align: center;
}

.vco-slider .slider-container-mask {
  left: -3px;
  position: relative;
  bottom: 21px;
}

.vco-storyjs .vco-bezel {
  right: -5px;
  position: relative;
}
*/
/*-------------------------------*/
/*  6. Portfolio section
/*-------------------------------*/
.s_portfolio {
  padding-bottom: 60px;
}
.s_portfolio ul, .s_portfolio li {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.s_portfolio li {
  display: inline-block;
  margin: 0 15px 15px 15px;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
}
.s_portfolio ul {
  margin-bottom: 50px;
}

.portfolio_grid .mix {
  display: none;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .portfolio_grid .mix {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 506px) {
  .portfolio_grid .mix {
    width: 100%;
  }
}
.portfolio_grid .mix .image-wrapper {
  position: relative;
}
.portfolio_grid .mix .image-wrapper img {
  width: 100%;
}
.portfolio_grid .mix .image-wrapper .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .portfolio_grid .mix .image-wrapper .mask {
    cursor: pointer;
  }
}
.portfolio_grid .mix .image-wrapper .mask h3 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 15px;
  }
.portfolio_grid .mix .image-wrapper .mask h5 {
  color: #000;
  font-size: 12px;
    margin-top: 3px;
   margin-bottom: 3px;
}
.portfolio_grid .mix .image-wrapper .mask p {
  font-size: 13px;
  margin-bottom: 29px;
}
.portfolio_grid .mix .image-wrapper .mask a {
  background-color: transparent;
  border: 2px solid;
  padding: 2px 18px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px;
  position: relative;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
.portfolio_grid .mix .image-wrapper:hover .mask, .portfolio_grid .mix .image-wrapper:focus .mask {
  opacity: 1;
  padding-top: 29%;
}
@media screen and (max-width: 1200px) {
  .portfolio_grid .mix .image-wrapper:hover .mask, .portfolio_grid .mix .image-wrapper:focus .mask {
    padding-top: 27%;
  }
}
@media screen and (max-width: 991px) {
  .portfolio_grid .mix .image-wrapper:hover .mask, .portfolio_grid .mix .image-wrapper:focus .mask {
    padding-top: 36%;
  }
}
@media screen and (max-width: 1024px) {
  .portfolio_grid .mix .image-wrapper:hover .mask, .portfolio_grid .mix .image-wrapper:focus .mask {
    cursor: pointer;
  }
}
.portfolio_grid .mix .image-wrapper:hover .mask a, .portfolio_grid .mix .image-wrapper:focus .mask a {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/* 6.1. pop-up */
.pop-up {
  background-color: #fff;
  width:auto;
  max-width: 500px;
  margin: auto;
}
.pop-up_L {
  background-color: #000;
  width:auto;
  max-width: 1500px;
  margin: auto;
}
.pop-up_L .pop-up_wrapper {
  position: relative;
}
.pop-up .pop-up_wrapper {
  position: relative;
}
.pop-up .pop-up_wrapper p, .pop-up .pop-up_wrapper h3 {
  padding: 20px;
  padding-bottom: 0;
}
.pop-up .pop-up_wrapper h3 {
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 20px;
  padding-top: 25px;
}
.pop-up .pop-up_wrapper p {
  margin-top: 0;
}
.pop-up .pop-up_wrapper img {
  position: relative;
  width: 100%;
  max-width:1500;
  margin-top: 10px;
  padding: 15px;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 850px;
  margin: 18px auto;
  text-align: left;
}

.mfp-container {
  cursor: default;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close, .mfp-container {
  cursor: pointer;
}

/*-------------------------------*/
/*  7. Contact section
/*-------------------------------*/
.main_form button {
  display: block;
  margin: 60px auto 0;
  border: none;
  color: #fff;
  line-height: 40px;
  padding: 0 60px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

.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;
  padding: 0;
  display: block;
  font-weight: 500;
}
.form-group .text-danger ul {
  padding: 6px 0 0 0;
  text-align: center;
  list-style-type: none;
}
.form-group input,
.form-group textarea {
  font-family: Arial, sans-serif;
  font-weight: 100;
  display: block;
  padding: 10px 0 10px 8px;
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
  background-color: transparent;
  border-radius: 0 !important;
}
.form-group textarea {
  padding: 10px 0 50px 8px;
}

/* some fixes for mobile devices */
textarea,
input.text,
input[type="text"],
input[type="email"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/*-------------------------------*/
/*  8. Footer
/*-------------------------------*/
.main_footer {
  padding: 50px 0;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 620px) {
  .main_footer .container {
    text-align: center;
  }
}
.main_footer .container .copyright {
  float: left;
}
@media screen and (max-width: 620px) {
  .main_footer .container .copyright {
    float: none;
  }
}
.main_footer .container .social_wrap {
  float: right;
  line-height: 0;
}
@media screen and (max-width: 620px) {
  .main_footer .container .social_wrap {
    float: none;
    padding: 30px 0 0 0;
  }
}
.main_footer .container .social_wrap ul {
  margin: 0;
}
@media screen and (max-width: 620px) {
  .main_footer .container .social_wrap ul {
    float: none;
    padding: 0;
  }
}
.main_footer .container .social_wrap ul li {
  display: inline-block;
  font-size: 20px;
  padding: 0 6px;
}

/*-------------------------------*/
/*  Color preferenses
/*-------------------------------*/
/* Content:
  
0. Color style;
1. Main;
2. Header;
  2.1. Loader;
  2.2. Logo;
  2.3. Menu;
3. Maim sections styles;
4. About section;
5. Resume section;
6. Portfolio section;
7. Contact section;
8. Footer section.

*/
/*-------------------------------*/
/*  0. Color style
/*-------------------------------*/
/* Main variables */
/* Theme skin - change it & see what happens */
/* Some mixins */
/*-------------------------------*/
/*  1. Main
/*-------------------------------*/
body {
  color: #222;
}

a {
  color: #d004fa;
}

p,
.s_about li {
  color: #f3f3f3;
}

/*-------------------------------*/
/*  2. Header
/*-------------------------------*/
.main_color_bg {
  background-color: #222;
}

/* 2.1. Loader */
.loader, .loader_inner {
  background-color: #FFF;
}

/* 2.2. Logo */
path {
  fill: #f3f3f3;
  stroke: #d004fa;
}

/* 2.3. Menu */
.toggle_menu {
  background-color: #f3f3f3;
  border-color: #d004fa;
}

.top_menu a:hover {
  color: #d004fa;
}
.top_menu a {
  letter-spacing: 3px;
}

.sw-topper,
.sw-bottom,
.sw-footer {
  background: #d004fa;
}

/*-------------------------------*/
/*  3. Main sections styles
/*-------------------------------*/
section h3 {
  letter-spacing: 4px;
  color: #f3f3f3;
}

.s_descr {
  letter-spacing: 4px;
}
.s_descr::after {
  background-color: #222;
}

.top_text p, .top_text h1 {
  color: #f3f3f3;
  letter-spacing: 5px;
}
.top_text p span, .top_text h1 span {
  color: #d004fa;
}

.bg_light {
  background-color: #f3f3f3;
}

.bg_dark {
  background-color: #222;
  color: #fff;
}
.bg_dark .s_descr::after {
  background-color: #fff;
}
.bg_dark a {
  color: #fff;
}

/*-------------------------------*/
/*  4. About section
/*-------------------------------*/
.personal img {
  border-color: #d004fa;
}

.panel-title a {
  color: #222;
  letter-spacing: 4px;
}
.panel-title a:hover, .panel-title a:focus {
	color: #d004fa;
}

/*-------------------------------*/
/*  5. Resume section
/*-------------------------------*/
.vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content h3 {
  color: #d004fa !important;
}

.vco-timeline .vco-navigation .timenav .content .marker.active .line, .vco-timeline .vco-navigation .timenav-background .timenav-line {
  background-color: #d004fa !important;
}

.vco-timeline .vco-navigation .timenav .content .marker .line .event-line, .vco-timeline .vco-navigation .timenav .content .marker.active .line .event-line, .vco-timeline .vco-navigation .timenav .content .marker.active .dot {
  background: #d004fa !important;
}

.vco-timeline .vco-navigation .timenav-background {
  background-color: #f3f3f3 !important;
}

/*-------------------------------*/
/*  6. Portfolio section
/*-------------------------------*/
.s_portfolio li {
  color: #f3f3f3;
  letter-spacing: 2px;
}
.s_portfolio li.active {
  color: #FFF;
  border-bottom: 1px solid #d004fa;
}

.mask a {
  color: #d004fa;
  border-color: #d004fa;
}

/*-------------------------------*/
/*  7. Contact section
/*-------------------------------*/
form input:focus,
form textarea:focus {
  border: 1px solid #d004fa;
}
form input,
form textarea {
  letter-spacing: 2px;
  border: 1px solid #ccc;
}
form button {
  background-color: #d004fa;
  letter-spacing: 2px;
}
form .form-group .text-danger {
  color: #d004fa;
}
form .fa-asterisk {
  color: #d004fa;
}

/*-------------------------------*/
/*  8. Footer
/*-------------------------------*/
.main_footer {
  color: #f3f3f3;
  letter-spacing: 1px;
}
.main_footer .heart, .main_footer a {
  color: #d004fa;
}
