/*-----------------------------------------
[Layout of the Vertical (without -hor postfix) index.html files]

* body
  + Preloader (.preloader)
  + Header (.jm-head, #home)
  + Sections (.sections, #fullpage)
    - Menu (.vertical-menu)
    - About (#about)
    - Skills (#skills)
    - Education (#education)
    - Services (#services)
    - Experience (#experience)
    - Portfolio (#portofolio)
    - Contacts (#contacts)
    - Blog (#blog)

[Layout of the Blog Grid files]

* body
  + Preloader (.preloader)
  + Sections (.sections, #fullpage)
    - Menu (.vertical-menu)
    - Blog Grid (#blog-grid)

[Layout of the Blog Single files]

* body
  + Preloader (.preloader)
  + Sections (.sections, #fullpage)
    - Menu (.vertical-menu)
    - Single Blog (#single-blog)
-----------------------------------------*/
body{line-height:0;}
::-webkit-scrollbar {
  width: 8px;
  position: absolute;
}
address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}
dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}


th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	border: 1px dotted #222222;
	height: 1px;
	margin: 0 0 24px;
}
p, div {
  line-height: 19px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ================== VERTICAL MENU ================== */
.vertical-menu {
  position: absolute;
  height: 95vh;
  text-align: center;
  padding: 20px 0px;
  left: 20px;
  z-index: 100;
  width: 4% !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 20px;
}
.single-post .vertical-menu, .category .vertical-menu, .archive .vertical-menu, .tag .vertical-menu,.search .vertical-menu  {
  position: fixed !important;
  bottom: auto !important;
}
.vertical-menu-opened {
  width: 10% !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* =========== COMMON SETTINGS (MENU) =========== */
.common-menu {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 30px;
}

.common-menu i {
  margin-bottom: 30px;
}

.common-menu i:hover {
  cursor: pointer;
}

.common-menu .menu-img:after {
  margin-bottom: 30px;
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  content: "";
}

.vertical-menu .menu-content {
  display: none;
}

.menu-content a:link,
.menu-content a:active,
.menu-content a:visited,
.menu-content a:focus {
  font-family: "OswaldRegular";
  font-size: 16px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 18px 0px;
  letter-spacing: 1px;
  line-height: 16px;
}

.menu-content a:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


/* ================== SECTIONS ================== */
.sec-descr {
  overflow: hidden;
}

#about .sec-descr:hover {
  overflow-y: auto;
}

#skills .sec-descr:hover {
  overflow-y: auto;
}

#experience .sec-descr:hover {
  overflow-y: auto;
}

#education .sec-descr:hover {
  overflow-y: auto;
}

#services .sec-descr:hover {
  overflow-y: auto;
}

#portfolio .sec-descr:hover {
  overflow-y: auto;
}

#contacts .sec-descr:hover {
  overflow-y: auto;
}

#blog .sec-descr:hover {
  overflow-y: auto;
}

.sections {
  position: relative;
  z-index: 1000;
}

section {
  padding: 20px 0px;
  display: table;
  width:100%;
}
.category section, .single  section {
  display: block;
}
.sec-content {
  padding:20px 0 20px 65px;
  position: relative;
  width: 96% !important;
  float: right;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sec-content-collapsed {
  width: 90% !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sec-image {
  width: 50%;
  height: 100vh;
  padding: 30px;
  display: inline-block;
}

.image-overlay {
  border-width: 10px;
  border-style: solid;
  height: 100%;
  position: relative;
}

.overlay-content {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  text-align: left;
}

.image-sep {
  width: 100px;
  margin: 32px 0px;
  background: none;
  font-size: 0;
  border-top-width: 8px;
  border-top-style: solid;
}

.image-title {
  margin-bottom: 0;
  font-family: "OswaldBold";
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
}

.sec-descr {
  padding-left: 55px;
  padding-right: 30px;
  width: 49%;
  float: right;
  text-align: left;
  display: inline-block;
  height: 100vh;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.sec-title {
  font-family: "OswaldBold";
  font-size: 42px;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 4px;
}

.title-sep {
  border: none;
  border-top-width: 8px;
  border-top-style: solid;
  width: 60px;
  margin: 0;
  margin-bottom: 15px;
  display: inline-block;
}

/* ================== ABOUT ================== */
#about .sec-image {
  background: url("../img/about-image.jpg");
  background-position: center center;
}

/* Section details and profile */
.person-details {
  margin-bottom: 50px;
}

.person-details p {
  padding: 10px 0px;
  font-family: "PoppinsRegular";
  font-size: 13px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0;
}

.person-details .last-item {
  border-bottom: none;
}

.person-details span {
  font-family: "PoppinsMedium";
}

.secondary-title {
  font-family: "OswaldBold";
  font-size: 21px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.profile-text {
  text-align: justify;
  font-family: "PoppinsRegular";
  font-size: 12px;
  margin-bottom: 35px;
  line-height: 21px;
}

.sign-image {
  margin-bottom: 25px;
}

.download-btn:link,
.download-btn:active,
.download-btn:visited,
.download-btn:focus {
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "OswaldRegular";
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.download-btn:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.download-btn:before {
  font-family: "FontAwesome";
  content: '\f019';
  font-size: 16px;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.download-btn:hover.download-btn:before {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* ================== SKILLS ================== */
/* Skills block */
#skills .sec-image {
  background: url("../img/skills-image.jpg");
  background-position: center center;
}

.skills-items {
  width: 90%;
}

.skills-items .item {
  display: inline-block;
  text-align: center;
  margin: 0px 40px;
  margin-bottom: 40px;
}

.skills-items .item p {
  font-size: 16px;
  font-family: "PoppinsSemiBold";
}

.round-bar {
  width: 100px;
  height: 100px;
  margin-bottom: 18px;
}

.progressbar-text {
  font-size: 32px;
  font-family: "OswaldBold";
}

/* Software block */
.software-items {
  width: 70%;
  margin-bottom: 45px;
}

.line-bar {
  width: 100%;
}

.progress {
  height: 40px;
  border-radius: 0;
  text-align: left;
  box-shadow: none;
  margin: 8px 0px;
}

.progress-bar {
  padding: 0px 20px;
  box-shadow: none;
}

.progress span {
  font-family: "PoppinsSemiBold";
  line-height: 40px;
}

.progress .left {
  float: left;
}

.progress .right {
  float: right;
}

/* Knowledge block */
.knowledge-items ul {
  list-style-type: none;
  display: inline-block;
  padding: 0px;
  margin-right: 40px;
}

.knowledge-items .last-item {
  margin-right: 0;
}

.knowledge-items li {
  font-size: 12px;
  font-family: "PoppinsRegular";
}

.knowledge-items li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 12px;
  margin-right: 5px;
}

/* ================== EDUCATION ================== */
#education .sec-image {
  background: url("../img/education-image.jpg");
  background-position: center center;
}

.education .item {
  margin-bottom: 50px;
}

.education .item .date {
  font-family: "PoppinsSemiBold";
  font-size: 14px;
  margin-bottom: 5px;
}

.education .item .name {
  font-family: "PoppinsSemiBold";
  font-size: 24px;
  margin-bottom: 8px;
}

.education .item .speciality {
  font-family: "PoppinsMedium";
  font-size: 12px;
  margin-bottom: 20px;
}

.education .item .description {
  font-size: 12px;
  font-family: "PoppinsRegular";
  text-align: justify;
}

/* ================== SERVICES ================== */
#services .sec-image {
  background: url("../img/services-image.jpg");
  background-position: center center;
}

.services-items .text-description {
    display: inline-block;
    width: 84%;
}

.services-items .item {
    margin-bottom: 20px;
}

.services-items .icon {
    display: inline-block;
    font-size: 48px;
    width: 15%;
    vertical-align: top;
    float: left;
}

.text-description .description {
  font-size: 12px;
  font-family: "PoppinsRegular";
  text-align: justify;
}

.text-description .title {
  font-size: 18px;
  font-family: "PoppinsSemiBold";
  margin-bottom: 10px;
  line-height: 18px;
  margin-top:0;
}

.services-items {
  margin-bottom: 30px;
}

.some-facts .item {
  width: 30%;
  display: inline-block;
}

.some-facts .num {
  font-family: "OswaldBold";
  font-size: 48px;
}

.some-facts .description {
  font-family: "PoppinsSemiBold";
  font-size: 16px;
}

/* ================== EXPERIENCE ================== */
#experience .sec-image {
  background: url("../img/experience-image.jpg");
  background-position: center center;
}

.resume .first-row .img-wrapper {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  opacity: 0.4;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.resume .first-row .img-wrapper:hover {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.resume .first-row .text-description {
  width: 69%;
  display: inline-block;
}

.resume .text-description .title {
  font-family: "PoppinsSemiBold";
  font-size: 14px;
}

.resume .text-description .description {
  font-family: "PoppinsRegular";
  font-size: 12px;
  text-align: justify;
}

.resume .second-row .main-info {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

.resume .main-info .vacancy {
  font-family: "PoppinsSemiBold";
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 8px;
}

.resume .main-info .time {
  font-family: "PoppinsRegular";
  font-size: 12px;
  line-height: 12px;
  margin-bottom:10px;
}

.resume .second-row .lists {
  width: 69%;
  display: inline-block;
}

.resume .lists ul {
  list-style-type: none;
  display: inline-block;
  padding: 0px;
  margin-right: 40px;
}

.resume .lists .last-item {
  margin-right: 0;
}

.resume .lists li {
  font-size: 12px;
  font-family: "PoppinsRegular";
}

.resume .lists li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 12px;
  margin-right: 5px;
}


/* ================== PORTFOLIO ================== */
#portfolio .sec-image {
  background: url("../img/portfolio-image.jpg");
}

.portfolio #list-work0 {
  background: url("../img/1_small.jpg");
}
.portfolio #list-work1 {
  background: url("../img/2_small.jpg");
}
.portfolio #list-work2 {
  background: url("../img/3_small.jpg");
}
.portfolio #list-work3 {
  background: url("../img/4_small.jpg");
}
.portfolio #list-work4 {
  background: url("../img/5_small.jpg");
}
.portfolio #list-work5 {
  background: url("../img/6_small.jpg");
}

.portfolio .item {
  margin-top: 36px;
  width: 540px;
  height: 404px;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio .item:hover {
  cursor: pointer;
}

.portfolio .item-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  left: 0px;
  z-index: 300;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio .item-overlay:hover {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio .overlay-content {
  position: absolute;
  top: 45%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  text-align: center;
  width:100%;
}

.portfolio span {
  font-size: 40px;
  margin-bottom: 8px;
}

.portfolio .name {
  font-family: "OswaldBold";
  font-size: 32px;
  margin-bottom: 5px;
}

.portfolio .descr {
  font-family: "PoppinsRegular";
  font-size: 14px;
}

/* Details */
.portfolio-details .slick-slider {
  margin-top: 15vh;
}

.portfolio-details {
  position: fixed;
  opacity: 0;
  height: 100vh;
  width: 100vw;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}

.portfolio-details .cross {
  font-size: 40px;
  position: absolute;
  z-index: 3000;
  right: 20px;
  top: 20px;
}

.portfolio-details .left-slider-arrow {
  font-size: 50px;
  position: absolute;
  z-index: 3000;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 20px;
}

.portfolio-details .right-slider-arrow {
  font-size: 50px;
  position: absolute;
  z-index: 3000;
  right: 25%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 20px;
}

.portfolio-details .slick-slide {
  outline: none;
}

.portfolio-details .cross:hover {
  cursor: pointer;
}

.portfolio-details .item-content {
  padding: 20px;
  width: 700px;
  text-align: center;
  display: inline-block;
  height: auto;
  margin: 0px 150px;
  position: relative;
}

.portfolio-details .item-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  opacity: 0.8;
  z-index: 1000;
}

.portfolio-details .slick-active .item-overlay {
  opacity: 0;
  z-index: 0;
}

.slick-track {
  bottom: 0px;
  right: 0px;
  height: 100vh;
}

.portfolio-details .title {
  text-transform: uppercase;
  font-family: "OswaldBold";
  font-size: 48px;
  padding-top: 40px;
  margin-bottom: 15px;
  line-height: 48px;
}

.portfolio-details .type {
  font-family: "PoppinsRegular";
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 13px;
}

.portfolio-details .title-sep {
  margin-bottom: 30px;
}

.portfolio-details .description {
  font-family: "PoppinsRegular";
  font-size: 14px;
  margin-bottom: 20px;
}


.portfolio-details .image {
  width: 100%;
  height: 350px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}


/* ================== CONTACTS ================== */
#contacts .sec-image {
  background: url("../img/contacts-image.jpg");
  background-position: center center;
}

.contacts .description {
  font-family: "PoppinsRegular";
  font-size: 12px;
  margin-bottom: 20px;
}

.contact-icons {
  margin-bottom: 50px;
}

.contact-icons .item {
  text-align: center;
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

.contact-icons .icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}

.contact-icons i {
  font-size: 35px;
  line-height: 80px;
}

.contact-icons .name {
  font-size: 16px;
  font-family: "PoppinsSemiBold";
  margin-bottom: 10px;
}

.contact-icons .description {
  font-size: 13px;
  font-family: "PoppinsLight";
}

.social-icons {
  margin-bottom: 56px;
}

.social-icons a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-right: 6px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-icons  .social-icons a {width: 30px;}
.social-icons a:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.social-icons a:hover i {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.social-icons i {
  font-size: 13px;
  line-height: 27px;
}

/* Form */
 input,
textarea {
  font-family: "PoppinsRegular";
  font-size: 13px;
  padding: 14px;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

input:focus,
textarea:focus {
  outline: none;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

 input[type="submit"] {
  font-family: "OswaldRegular";
  font-size: 16px;
  padding: 10px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

 input[type="submit"]:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

::-webkit-input-placeholder {
  font-family: "PoppinsRegular";
  font-size: 13px;
}
:-moz-placeholder {
  font-family: "PoppinsRegular";
  font-size: 13px;
}
::-moz-placeholder {
  font-family: "PoppinsRegular";
  font-size: 13px;
}
:-ms-input-placeholder {
   font-family: "PoppinsRegular";
   font-size: 13px;
}

.contact-form .name {
  width: 47%;
  margin-bottom: 30px;
}

.contact-form .email {
  width: 47%;
  margin-left: 5%;
}

.contact-form .phone {
  width: 47%;
  margin-bottom: 30px;
}

.contact-form .subject {
  width: 47%;
  margin-left: 5%;
}

.contact-form .message {
  width: 100%;
  margin-bottom: 15px;
}

/* ================== BLOG ================== */
#blog .sec-image {
  background: url("../img/blog-image.jpg");
  background-position: center;
}

#blog .download-btn:before {
  content: '\f022';
}

.bloglist > .item {
  display: inline-block;
  margin-bottom: 30px;
}

.post-text {
  clear: both;
}

.post-text .title a {
  font-size: 14px;
  font-family: "PoppinsSemiBold";
  padding: 20px 15px;
  display: block;
  text-decoration: none;
}

.post-text .details {
  padding: 20px 15px;
}

.bloglist {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 30px;
}

.post-text .left {
  display: inline-block;
}

.post-text .right {
  display: inline-block;
  float: right;
}

.post-text i {
  font-size: 12px;
  margin-right: 5px;
}

.post-text .likes,
.post-text .date,
.post-text .comments {
  display: inline-block;
}

.post-text .likes span,
.post-text .comments span,
.post-text .date span {
  font-family: "PoppinsMedium";
  font-size: 12px;
  margin-right: 12px;
}

.post-width {
  max-width: 640px !important;
  height: auto !important;
  margin-bottom: 0px;
  outline: none;
}

.bloglist .video-post {
  width: 100%;
  max-width: 640px;
}

/* Carousel post */
.post-carousel {
  margin-bottom: 0px !important;
}

.post-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.post-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.post-dots li button {
  cursor: pointer;
  border: 0;
  outline: none;
  width: 12px;
  height: 12px;
  line-height: 0px;
  border-radius: 50%;
  border: 2px solid white;
  padding: 0;
}

.post-dots li button:hover,
.post-dots li button:focus
{
  outline: none;
}
.blog-details-img .owl-wrapper-outer{padding-bottom:0;}
.blog-details-img .owl-wrapper-outer .item {margin-bottom: 0 !important;}
.blog-details-img .owl-pagination {bottom: 10px;}
/* ================== BLOG-GRID ================== */
.blog-grid-container {
  width: 90%;
  padding-left: 20px;
  margin-left: 10%;
}

.title-block {
  padding-left: 15px;
}

.blog-grid-wrapper {
  width: 80%;
  float: left;
}

.blog-grid-container .item {
  margin-bottom: 30px;
}

.blog-grid-container .item img {
  max-width: 100% !important;
}

.post-carousel .item {
  height: auto !important;
  margin-bottom: 0;
}

.post-carousel .item img {
  max-width: 100% !important;
  height: auto !important;
}

.blog-grid-container .post-video-wrapper {
  max-width: 100%;
}

/* Blog sidebar */
.blog-sidebar {
  width: 20%;
  float: right;
  padding: 20px;
  padding-top: 0px;
  padding-right: 20px;
}

.sidebar-block {
  margin-bottom: 55px;
  position: relative;
}

/* Search input */
.search-input {
  padding: 15px;
  padding-right: 0px;
  width: 100%;
  border-width: 2px;
  border-style: solid;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.search-input:focus {
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.search-submit {
  border: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 4px;
  right:26px;
  transform: translateY(-50%);
  width: 15px;
  height: 16px;
}

/* Categories and Archieve */
.block-row {
  clear: both;
  position: relative;
  margin-bottom: 12px;
}

.left-sign a {
  float: left;
  padding-right: 5px;
  font-size: 14px;
  font-family: "PoppinsMedium";
  text-decoration: none;
}

.right-sign {
  float: right;
  padding-left: 5px;
  font-size: 14px;
  font-family: "PoppinsMedium";
}

.middle-line {
  overflow: hidden;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.middle-line:before {
  content: 'a';
  visibility: hidden;
}

/* Tags pool */
.tags-pull a {
  padding: 5px 15px;
  border-width: 1px;
  border-style: solid;
  font-family: "PoppinsMedium";
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tags-pull a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* Pagination */
.blog-pagination {
  padding: 0px 30px;
  margin: 0px;
}

.blog-pagination .numbers {
  display: inline-block;
}

.blog-pagination .next-prev {
  display: inline-block;
  float: right;
}

.pagi-btn {
  padding: 15px;
  font-family: "PoppinsMedium";
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pagi-btn:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* ================== BLOG-SINGLE ================== */
#single-blog .blog-grid-wrapper {
  padding-left: 15px;
}

.post-text.post-single .title a {
  font-size: 18px;
}

.post-description {
  font-family: "PoppinsRegular";
  font-size: 14px;
  margin: 15px 0px;
}

.post-description .accent {
  padding: 20px;
  font-family: "PoppinsMedium";
  font-size: 16px;
  margin: 20px 0px;
}

.post-description {
  margin-bottom: 30px;
}

/* Conversations and Comments */
.comment {
  clear: both;
}

.author {
  display: inline-block;
}

.author img {
  border-radius: 50%;
  width: 110px;
  height: 110px;
}

.comment-details {
  float: right;
  width: 89%;
  margin-bottom: 15px;
}

.author-name {
  font-size: 14px;
  font-family: "PoppinsSemiBold";
  text-transform: uppercase;
}

.comment-date {
  font-size: 12px;
  font-family: "PoppinsRegular";
}

.comment-date:before {
  font-size: 12px;
  font-family: "FontAwesome";
  content: "\f073";
  margin-right: 3px;
}

.comment-content {
  font-family: "PoppinsRegular";
  font-size: 12px;
}

.author-details {
  position: relative;
}

.reply-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 12px;
  border-radius: 50%;
  line-height: 33px;
  width: 33px;
  text-align: center;
}

.reply-btn:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.comment-reply {
  margin-left: 11%;
}

.comment-reply .comment-details {
  width: 88%;
}

.post-conversation {
  margin-bottom: 20px;
}

/* Leave comment */

#single-blog .contact-form .name {
  width: 31%;
  margin-bottom: 30px;
}

#single-blog .contact-form .email {
  width: 31%;
  margin-left: 0px;
  margin: 0% 3%;
}

#single-blog .contact-form .website {
  width: 31%;
  margin-bottom: 30px;
}

#single-blog .contact-form .message {
  width: 100%;
  margin-bottom: 15px;
}


#single-blog .comment-form .name {
  width: 47%;
  margin-bottom: 30px;
}

#single-blog .comment-form .email {
  width: 47%;
  margin-left: 0px;
  margin-left: 2%;
}

#single-blog .comment-form .website {
  width: 31%;
  margin-bottom: 30px;
}

#single-blog .comment-form .message {
  width: 100%;
  margin-bottom: 15px;
}
.leave-comment {
  margin-bottom: 30px;
  float: left;
margin-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
}

/*==========  Desktop First Method  ==========*/

@media only screen and (max-width : 1650px) {
  /* ================== BLOG ================== */
  .post-width {
    max-width: 100% !important;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1600px) {
  /* ================== SECTIONS ================== */
  .image-title {
    font-size: 50px;
    line-height: 50px;
  }

  .sec-title {
    font-size: 30px;
    line-height: 30px;
  }

  .secondary-title {
    font-size: 18px;
    line-height: 18px;
  }

  /* ================== VERTICAL MENU ================== */
  .common-menu i {
    font-size: 24px;
    line-height: 24px;
  }

  .common-menu .menu-img:after {
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }

  .menu-content a:link,
  .menu-content a:active,
  .menu-content a:visited,
  .menu-content a:focus {
    font-size: 14px;
  }

  /* ================== PORTFOLIO ================== */
  .portfolio-details .left-slider-arrow {
    left: 15%;
  }
  .portfolio-details .right-slider-arrow {
    right: 15%;
  }

  /* ================== SINGLE BLOG ================== */
  .author img {
    width: 100px;
    height: 100px;
  }

  .comment-details {
    width: 87%;
  }

  .comment-reply .comment-details {
    width: 86%;
  }


}

/* Large Devices, Desktops */
@media only screen and (max-width : 1200px) {
    /* ================== PORTFOLIO ================== */
    .portfolio .item {
      width: 100%;
    }

    .portfolio-details .item-content {
      margin: 0px 90px;
    }

    .portfolio-details .left-slider-arrow {
      left: 10%;
    }
    .portfolio-details .right-slider-arrow {
      right: 10%;
    }

    /* ================== SKILLS ================== */
    .skills-items .item {
      margin: 0px 20px;
      margin-bottom: 20px;
    }

    .software-items {
      width: 100%;
    }

    /* ================== SERVICES ================== */
    .resume .first-row .img-wrapper {
      width: 100%;
    }

    .resume .first-row .text-description {
      width: 100%;
      display: inline-block;
    }

    .resume .second-row .main-info {
      width: 100%;
    }

    .resume .second-row .lists {
      width: 100%;
      display: inline-block;
    }

    /* ================== BLOG-GRID ================== */
    .blog-sidebar {
      padding: 0;
    }

    /* ================== SINGLE BLOG ================== */
    .author img {
      width: 100px;
      height: 100px;
    }

    .comment-details {
      width: 83%;
    }

    .comment-reply .comment-details {
      width: 82%;
    }
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  /* ================== SECTIONS ================== */
  .sec-content {
    padding-left: 20px;
    width: 91% !important;
  }

  .sec-content-collapsed {
    width: 85% !important;
  }

  .sec-descr {
    padding-left: 15px;
  }

  /* ================== VERTICAL MENU ================== */
  .vertical-menu {
    width: 8% !important;
  }

  .vertical-menu-opened {
    width: 14% !important;
  }

  /* ================== HORIZONTAL MENU ================== */

  .vertical-menu.hor-hidden {
    display: inline-block !important;
  }

  /* ================== ABOUT ================== */
  .person-details {
    margin-bottom: 30px;
  }

  .person-details p {
    font-size: 12px;
  }

  .sign-image {
    width: 130px;
    height: auto;
  }

  .download-btn:link,
  .download-btn:active,
  .download-btn:visited,
  .download-btn:focus {
    font-size: 12px;
  }

  .download-btn:before {
    font-size: 12px;
  }

  /* ================== PORTFOLIO ================== */
  #portfolio .slick-slider {
    margin-top: 20vh;
  }

  .portfolio-details .item-content {
    width: 500px;
    margin: 0px 120px;
  }

  .portfolio-details .left-slider-arrow {
    left: 20px;
  }
  .portfolio-details .right-slider-arrow {
    right: 20px;
  }

  .portfolio-details .title {
    font-size: 40px;
    line-height: 40px;
  }

  .portfolio-details .image {
    height: 250px;
  }

  /* ================== BLOG-GRID ================== */
  .blog-sidebar {
    width: 100%;
  }

  /* ================== SINGLE BLOG ================== */

  .post-description {
    font-size: 12px;
  }

  .post-description .accent {
    font-size: 14px;
  }

  /* Conversations and Comments */
  .comment-details {
    width: 80%;
  }

  .comment-reply {
    margin-left: 0;
  }

  .comment-reply .comment-details {
    width: 80%;
  }

  #single-blog .blog-grid-wrapper {
    width: 100%;
  }

  /* Leave comment */
  #single-blog .contact-form .name {
    width: 30%;
  }

  #single-blog .contact-form .email {
    width: 30%;
    margin: 0% 4%;
  }

  #single-blog .contact-form .website {
    width: 30%;
  }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  /* ================== SECTIONS ================== */
  .sec-content {
    width: 100% !important;
  }

  .sec-content-collapsed {
    width: 100% !important;
  }

  .sec-descr {
    padding-left: 0px;
    height: 100%;
    overflow: visible;
    width: 100%;
    padding-left: 0px;
    padding-right: 15px;
  }

  .sec-descr:hover {
    overflow: visible;
  }

  .sec-image {
    width: 100%;
    height: 50vh;
    margin-bottom: 20px;
  }

  .image-sep {
    margin: 20px 0px;
    width: 60px;
  }

  .image-title {
    font-size: 40px;
  }

  #about .sec-descr:hover {
    overflow-y: visible;
  }

  #skills .sec-descr:hover {
    overflow-y: visible;
  }

  #experience .sec-descr:hover {
    overflow-y: visible;
  }

  #education .sec-descr:hover {
    overflow-y: visible;
  }

  #services .sec-descr:hover {
    overflow-y: visible;
  }

  #portfolio .sec-descr:hover {
    overflow-y: visible;
  }

  #contacts .sec-descr:hover {
    overflow-y: visible;
  }

  #blog .sec-descr:hover {
    overflow-y: visible;
  }

  /* =========== HORIZONTAL SECTIONS =========== */
  .hor-layout .sec-content {
    height: 100%;
    display: block;
  }


  /* ================== VERTICAL MENU ================== */
  .vertical-menu {
    height: auto;
    width: 100vw !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px;
    position: relative;
    padding: 40px 20px;
    z-index: 12000;
  }

  .common-menu i {
    margin-bottom: 0px;
    position: absolute;
    right: 20px;
    top: 28px;
  }

  .common-menu .menu-img {
    position: absolute;
    left: 20px;
    top: 20px;
  }

  .common-menu .menu-img:after {
    margin-bottom: 0px;
  }

  .common-menu .menu-content {
    margin-top: 30px;
  }

  /* ================== SKILLS ================== */
  .skills-items {
    width: 100%;
  }

  .software-items {
    width: 90%;
  }

  .knowledge-items ul {
    margin-right: 20px;
  }

  /* ================== SERVICES ================== */
  .resume .first-row .img-wrapper {
    text-align: center;
  }

  .resume .main-info .vacancy {
    font-size: 16px;
  }

  /* ================== PORTFOLIO ================== */
  

  /* ================== BLOG-GRID ================== */
  .blog-grid-container {
    margin-left: 0;
    width: 100%;
    padding-left: 0px;
    overflow: hidden;
  }

  .blog-grid-wrapper {
    width: 100%;
  }

  .blog-sidebar {
    padding: 0px 15px;
    margin-top: 15px;
  }

  .sidebar-block {
    margin-bottom: 20px;
  }

  /* ================== SINGLE BLOG ================== */
  .author img {
    width: 80px;
    height: 80px;
  }

  .comment-details,
  .comment-reply .comment-details {
    width: 79%;
  }

  .post-text.post-single .title a {
    font-size: 14px;
  }

  /* Leave comment */
  #single-blog .contact-form .name {
    width: 100%;
    margin-bottom: 10px;
  }

  #single-blog .contact-form .email {
    width: 100%;
    margin: 0% 0%;
    margin-bottom: 10px;
  }

  #single-blog .contact-form .website {
    width: 100%;
  }
.contact-form .name, #single-blog .comment-form .name {
  width: 100%;
}
.contact-form .email, #single-blog .comment-form .email {
  margin-left: 0;
  width: 100%;
}
.form-submit {
  margin-top: 10px;
}
.software-items .wpb_wrapper {
  width: 90%;
}
}
@media only screen and (max-width : 640px) {
	.logo img {
    height: 40px;
    text-align: left;
    width: 40px;
    display: block;
    position: relative;
    top: 0;
	}
.is_sticky .logo img { top: -15px;}
.vertical-menu{padding-bottom:0;}
#single-blog{padding:130px 0 20px;}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
.contact-icons .wpb_content_element{margin-bottom:0;}
  /* ================== VERTICAL MENU ================== */
  .menu-content a:link,
  .menu-content a:active,
  .menu-content a:visited,
  .menu-content a:focus {
    font-size: 12px;
  }

  /* ================== SECTIONS ================== */
  .sec-image {
    padding: 0px;
  }

  .sec-content {
    padding-left: 20px;
  }


  .image-title {
    font-size: 20px;
    line-height: 20px;
  }

  .image-sep {
    border-top-width: 5px;
  }

  .image-overlay {
    border-width: 5px;
  }

  .overlay-content {
    left: 15px;
    right: 15px;
  }

  .sec-title {
    font-size: 20px;
    line-height: 20px;
  }

  .title-sep {
    border-top-width: 5px;
  }

  .secondary-title {
    font-size: 14px;
    line-height: 14px;
  }

  /* ================== ABOUT ================== */
  .download-btn:link,
  .download-btn:active,
  .download-btn:visited,
  .download-btn:focus {
    font-size: 10px;
  }

  /* ================== SKILLS ================== */
  .round-bar {
    width: 70px;
    height: 70px;
  }

  .skills-items .item {
    margin-right: 10px;
    margin-left: 0px;
  }

  .skills-items .last-item {
    margin-right: 0px;
  }

  .progressbar-text {
    font-size: 24px;
  }

  .skills-items .item p {
    font-size: 10px;
  }

  .software-items {
    width: 100%;
  }
.software-items .wpb_wrapper {
  width: 70%;
}
  .progress-bar {
    padding: 0px 10px;
  }

  .progress span {
    font-size: 10px;
  }


  /* ================== EDUCATION ================== */
  .education .item {
    margin-bottom: 30px;
  }

  .education .item .date {
    font-size: 12px;
  }

  .education .item .name {
    font-size: 18px;
  }

  .education .item .speciality {
    font-size: 10px;
  }

  /* ================== SERVICES ================== */
  .services-items .icon {
    display: none;
  }

  .services-items .text-description {
    width: 100%;
  }

  .text-description .title {
    font-size: 14px;
  }

  .some-facts .num {
    font-size: 30px;
  }

  .some-facts .description {
    font-size: 12px;
  }

  /* ================== PORTFOLIO ================== */
  .portfolio .item-overlay {
    opacity: 1;
  }

  #portfolio .slick-slider {
    margin-top: 30vh;
  }

  .portfolio-details .item-content {
    width: 300px;
  }

  .portfolio-details .left-slider-arrow {
    left: -5px;
  }
  .portfolio-details .right-slider-arrow {
    right: -5px;
  }

  .portfolio-details .title {
    font-size: 20px;
    line-height: 20px;
  }

  .portfolio-details .description {
    font-size: 10px;
  }

  .portfolio-details .image {
    display: none;
  }

  /* ================== CONTACTS ================== */
  .contact-icons {
    margin-bottom: 10px;
  }

  .contact-icons .icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .contact-icons i {
    font-size: 20px;
    line-height: 60px;
  }
.contact-icons  .social-icons i
{
	 font-size: 13px;
    line-height: 27px;
}
  .contact-icons .name {
    font-size: 12px;
  }

  .contact-icons .description {
    font-size: 10px;
  }

  .social-icons {
    margin-bottom: 30px;
  }

  .contact-form .name {
    margin-bottom: 10px;
  }

  .contact-form .phone {
    margin-bottom: 10px;
  }

  .contact-form .email {
    margin-left: 0;
  }

  .contact-form .subject {
    margin-left: 0;
  }

  .contact-form .message {
    margin-bottom: 10px;
  }

  .contact-form input[type="submit"] {
    font-size: 10px;
  }

  /* ================== BLOG ================== */
  .bloglist {
    padding-right: 0px;
  }

  .post-text .title a {
    font-size: 12px;
    padding: 15px;
  }

  .post-text .details {
    background-color: #222222;
    padding: 15px;
  }

  .post-text i {
    font-size: 10px;
    margin-right: 3px;
  }

  .post-text .likes span,
  .post-text .comments span,
  .post-text .date span {
    font-size: 10px;
    margin-right: 10px;
  }

  /* ================== BLOG-GRID ================== */
  /* Search input */
  .search-input {
    padding: 12px;
  }

  .search-submit {
    width: 13px;
    height: 14px;
    right: 12px;
  }

  /* Categories and Archieve */
  .left-sign a {
    font-size: 12px;
  }

  .right-sign {
    font-size: 12px;
  }

  /* Tags pool */
  .tags-pull a {

  }

  /* Pagination */
  .blog-pagination .pagi-btn {
    padding: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  /* ================== BLOG-SINGLE ================== */
  .author img {
    margin-bottom: 10px;
  }

  .comment-details {
    width: 100%;
  }

  .comment-reply .comment-details {
    width: 100%;
  }


}

/* Custom, iphone 6 */
@media only screen and (max-width : 375px) {
  /* ================== ABOUT ================== */
  .download-btn:link,
  .download-btn:active,
  .download-btn:visited,
  .download-btn:focus {
    padding: 10px 10px;
  }

  /* ================== SKILLS ================== */
  .skills-items .item {
    margin-bottom: 20px;
  }

  .skills-items .last-item {
    margin-right: 10px;
  }

  /* ================== PORTFOLIO ================== */
  .portfolio .name {
    font-size: 20px;
  }

  .portfolio-details .item-content {
    width: 280px;
  }

  /* ================== CONTACTS ================== */
  ::-webkit-input-placeholder {
    font-family: "PoppinsRegular";
    font-size: 10px;
    color: #787878;
  }
  :-moz-placeholder {
    font-family: "PoppinsRegular";
    font-size: 10px;
    color: #787878;
  }
  ::-moz-placeholder {
    font-family: "PoppinsRegular";
    font-size: 10px;
    color: #787878;
  }
  :-ms-input-placeholder {
     font-family: "PoppinsRegular";
     font-size: 10px;
     color: #787878;
  }

  /* ================== BLOG-GRID ================== */
  .blog-pagination .next-prev {
    float: left;
    display: block;
    margin-top: 10px;
  }

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	/* ================== PORTFOLIO ================== */
  .portfolio-details .left-slider-arrow {
    left: 10px;
    color: #222222 !important;
  }
  .portfolio-details .right-slider-arrow {
    right: 10px;
    color: #222222 !important;
  }

  /* ================== BLOG ================== */
  .post-text .right {
    display: block;
    float: none;
  }


}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background-color: #222222;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #222222;
}

/* ================== VERTICAL MENU ================== */
.common-menu {
  background-color: #f8f8f8;
}

.vertical-menu i {
  color: #222222;
  z-index:99;
}

.common-menu .menu-img:after {
  background-image: url('../../img/light-logo.png');
}

.menu-content a:link,
.menu-content a:hover,
.menu-content a:active,
.menu-content a:visited,
.menu-content a:focus {
  color: #222222;
}

.menu-content a:hover {
  color: #d5bb8d;
}

.selected-item {
  color: #d5bb8d !important;
}

/* ================== SECTIONS ================== */
section {
  background-color: #fff;
}

/* ================== ABOUT ================== */
.image-overlay {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.4);
}

.image-title {
  color: #d5bb8d;
}

.image-sep {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.sec-title {
  color: #222222;
}

.person-details p {
  color: #787878;
  border-bottom-color: #ededed;
}

.sign-image {
  content: url("../../img/light-sign.png")
}

.title-sep {
  border-top-color: #d5bb8d;
}

.secondary-title {
  color: #222222;
}

.profile-text {
  color: #787878;
}

.download-btn:link,
.download-btn:active,
.download-btn:visited,
.download-btn:focus {
  color: white;
  background-color: #222222;
}

.download-btn:hover {
  background-color: #d5bb8d;
}

.download-btn:before {
  color: white;
}

/* ================== SKILLS ================== */
.skills-items .item p {
  color: #222222;
}

.progressbar-text {
  color: #787878 !important;
}

.progress {
  background-color: #f8f8f8;
}

.progress-bar {
  background-color: #d5bb8d;
}

.progress span {
  color: white;
}

.knowledge-items li {
  color: #787878;
}

.knowledge-items li:before {
  color: #d5bb8d;
}

/* ================== EDUCATION ================== */
.education .item .date {
  color: #222222;
}

.education .item .name {
  color: #d5bb8d;
}

.education .item .speciality {
  color: #222222;
}

.education .item .description {
  color: #787878;
}

/* ================== SERVICES ================== */
.services-items .icon {
  color: #e4e4e4;
}

.text-description .description, p, div{
  color: #787878;
}

.text-description .title {
  color: #222222;
}

.some-facts .num {
  color: #d5bb8d;
}

.some-facts .description {
  color: #222222;
}

/* ================== EXPERIENCE ================== */
.resume .item {
  margin-bottom: 45px;
}

.resume .text-description .title {
  color: #222222;
}

.resume .text-description .description {
  color: #787878
}

.resume .main-info .vacancy {
  color: #d5bb8d;
}

.resume .main-info .time {
  color: #222222;
}

.resume .lists li:before {
  color: #d5bb8d;
}


/* ================== PORTFOLIO ================== */
.portfolio .item-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.portfolio span {
  color: #d5bb8d;
}

.portfolio .name {
  color: white;
}

.portfolio .descr {
  color: white;
}

.portfolio-details {
  background-color: rgba(213, 187, 141, 0.95);
}

.portfolio-details .cross {
  color: white;
}

.portfolio-details .left-slider-arrow {
  color: white;
}

.portfolio-details .right-slider-arrow {
  color: white;
}

.portfolio-details .item-content {
  background-color: #fff;
}

.portfolio-details .item-overlay {
  background-color: white;
}

.portfolio-details .title {
  color: #222222;
}

.portfolio-details .type {
  color: #787878;
}

.portfolio-details .description {
  color: #787878;
}
.portfolio-details .slick-slide .item-content  img {
  display: block;
  width: 100%;
}
/* ================== CONTACTS ================== */
.contacts .description {
  color: #787878;
}

.contact-icons .icon-wrapper {
  background-color: #d5bb8d;
}

.contact-icons i {
  color: white;
}

.contact-icons .name {
  color: #222222;
}

.contact-icons .description {
  color: #787878;
}

.social-icons a {
  background-color: #f8f8f8;
  border-color: #787878;
}

.social-icons a:hover {
  background-color: #787878;
}

.social-icons a:hover i {
  color: white;
}

.social-icons i {
  color: #787878;
}

.contact-form input,
.contact-form textarea {
  color: #787878;
  border-color: #ededed;
}

input:focus,
textarea:focus {
  border-color: #787878;
}

input[type="submit"] {
  color: white;
  background-color: #222222;
}

input[type="submit"]:hover {
  background-color: #d5bb8d;
}

::-webkit-input-placeholder {
  color: #787878;
}
:-moz-placeholder {
  color: #787878;
}
::-moz-placeholder {
  color: #787878;
}
:-ms-input-placeholder {
   color: #787878;
}

/* ================== BLOG ================== */
.post-text .title h2 {
  color: #222222;
  background-color: #f6f6f6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin:0;
  font-size:18px;
  padding:20px 15px;
}

.post-text .title a:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #d5bb8d;
}

.post-text .details {
  background-color: #222222;
}

.post-text i {
  color: #d5bb8d;
}

.post-text .likes span,
.post-text .comments span,
.post-text .date span, .post-text span, .post-text span a{
  color: #ffffff;
}

.post-dots li button {
  color: transparent;
  background-color: transparent;
}

.post-dots li.slick-active button {
  background-color: white;
}
.post-text .title a {
  background-color: #f6f6f6;
  color: #222222;
  transition: all 0.3s ease 0s;
}
.post-text .title{margin:0;}
/* ================== BLOG-GRID ================== */
/* Search input */
.search-input {
  border-color: #ededed;
}

.search-input:focus {
  border-color: #222222;
}

.search-submit {
  background: url("../../img/search-icon-light.png");
}

/* Categories and Archieve */
.left-sign a {
  color: #222222;
}

.middle-line {
  border-bottom-color: #ededed;
}

.right-sign {
  color: #c0c0c0;
}

/* Tags pool */
.tagcloud a {
  border-color: #ededed;
  color: #757575;
}

.tagcloud a:hover {
  background-color: #d5bb8d;
  border-color: #d5bb8d;
  color: white;
}

/* Pagination */
.pagi-btn {
  color: white;
  background-color: #222222;
}

.pagi-btn:hover {
  color: white;
  background-color: #d5bb8d;
}

/* ================== BLOG-SINGLE ================== */
.post-description {
  color: #787878;
}

.post-description .accent {
  color: white;
  background-color: #d5bb8d;
}

/* Conversations and Comments */
.author-name {
  color: #222222;
}

.comment-date {
  color: #b5b5b5;
}

.comment-date:before {
  color: #d5bb8d;
}

.comment-content {
  color: #787878;
}

.reply-btn {
  color: white;
  background-color: #d5bb8d;
}

.reply-btn:hover {
  background-color: #222222;
}


.common-menu.is_sticky {
display: block;
padding-bottom: 0;
position: fixed;
}
.common-menu.is_sticky  .menu-content {
  margin-top: 0;
}
@media only screen and (max-width : 640px) {

  /* ================== HEADER ================== */
.logo {
  display: block;
  position: relative;
  text-align: left;
  top: -15px;
}
.vertical-menu{padding-bottom:0;}
.software-items .wpb_wrapper {
  width: 90%;
}
}