@import url("normalize.css");
/*
----------------------------------

        Name: style.css
        Version: 1.4

----------------------------------

        Table of Contents

        #Reset
        #Typography
        #Base Grid
        #Left Side
        #Content Area
        #Introduction Screen
        #About Screen
        #Skills Screen
        #Progressbar
        #PieChart
        #Experience Screen
        #Education Screen
        #Contact Screen
        #Last Screen
        #Blog Listing
        #Blog Details
        #404 Page
        #Media Ipad

*/

/* ==========================================================================
   #Reset
   ========================================================================== */

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #545454;
    line-height: 22px;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
body.blog {
    overflow-y: scroll;
    overflow-x: auto;
}
a {
    color: #545454;
    text-decoration: none;
    cursor: pointer;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}
a:not(
        .totop-link,
        .menu-link,
        .social-excluder,
        .button,
        .backlink > *,
        .image-popup-no-margins
    ) {
    /*text-decoration: underline;/**/
    border-bottom: dotted 1px;
}
a:hover {
    color: #000;
}

::selection {
    color: #000;
    background: none repeat scroll 0 0 #ffb400;
}
::-moz-selection {
    color: #000;
    background: none repeat scroll 0 0 #ffb400;
}
* {
    outline: 0 !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
}
figure,
.slideshow li,
.grid-gallery {
    outline: 0 !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-timing-function: none;
    -moz-transition-timing-function: none;
    -webkit-transition-timing-function: none;
    -o-transition-timing-function: none;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}
img {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    height: auto;
}
.flot-left {
    float: left;
}
.flot-right {
    float: right;
}
input[type="text"],
textarea {
    padding: 15px;
    border: none;
    border: 1px solid #dfdfdf;
    color: #a6a6a6;
    resize: none;
    width: 95.2%;
    font-size: 14px;
    margin: 20px 0 0;
    -webkit-user-select: text;
}
input[type="submit"] {
    border: 2px solid #ffb400;
    background-color: transparent;
    color: #a6a6a6;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 18px;
    background-color: #fff;
    margin: 20px 0 0;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}
input[type="text"]:focus,
textarea:focus {
    outline: none;
    color: #545454;
    border: 1px solid #ffb400;
}
input[type="submit"]:hover {
    background-color: #ffb400;
    color: #fff;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
input[type="submit"],
input[type="button"] {
    box-shadow: none !important;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: text;
}
.validation {
    border: 1px solid #dc0505 !important;
}
#successmsg {
    margin-top: 10px;
    color: #7e983c;
}

/* ==========================================================================
   #Typography
   ========================================================================== */

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    color: #000;
    text-transform: uppercase;
}
h1 {
    font-style: italic;
    border-bottom: 1px solid rgba(126, 126, 126, 0.3);
    padding: 35px 15px 15px 15px;
    margin: 0px 20px 20px 20px;
    position: relative;
    font-size: 38px;
}
h2 {
    font-size: 45px;
    margin: 0;
    line-height: 45px;
}
h2 span {
    font-weight: 300;
}
h3 {
    font-size: 18px;
    margin: 50px 0 10px;
}
h4 {
    font-size: 25px;
    font-weight: 100;
    line-height: 30px;
    margin: 0;
}
h5 {
    font-size: 18px;
}
.title-divider {
    width: 70px;
    height: 5px;
    background-color: #ffb400;
    margin: 30px 0 50px 0;
}
.subtitle-divider {
    width: 50px;
    height: 3px;
    background-color: #ffb400;
    margin: 0.1rem 0 3rem 0;
}
.full-divider {
    width: 100%;
    height: 1px;
    background-color: #dfdfdf;
    margin: 50px 0 0 0;
    clear: both;
}
.gray-bg {
    background-color: #f7f7f7;
}
.white-bg {
    background-color: #ffffff;
}
.button {
    border: 2px solid #ffb400;
    background-color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    margin: 20px 0;
    padding: 10px 15px;
    display: inline-block;
    letter-spacing: 1px;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}
.button:hover {
    border: 2px solid #ffb400;
    background-color: #ffb400;
    color: #fff;
}

/* ==========================================================================
   #Base Grid
   ========================================================================== */

.container-sub {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    float: left;
    position: relative;
}
.col-12 {
    width: 100%;
}
.col-11 {
    width: 91.66666667%;
}
.col-10 {
    width: 83.33333333%;
}
.col-9 {
    width: 75%;
}
.col-8 {
    width: 66.66666667%;
}
.col-7 {
    width: 58.33333333%;
}
.col-6 {
    width: 50%;
}
.col-5 {
    width: 41.66666667%;
}
.col-4 {
    width: 33.33333333%;
}
.col-3 {
    width: 25%;
}
.col-2 {
    width: 16.66666667%;
}
.col-1 {
    width: 8.33333333%;
}
/* #Clearing */

/* Self Clearing Goodness */
.container-sub:after {
    content: "\0020";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: "\0020";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.row:after,
.clearfix:after {
    clear: both;
}
.row,
.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.margin-bottom100 {
    margin-bottom: 100px;
}
.margin-bottom80 {
    margin-bottom: 80px;
}
.margin-bottom60 {
    margin-bottom: 60px;
}
.margin-bottom50 {
    margin-bottom: 50px;
}
.margin-bottom40 {
    margin-bottom: 40px;
}
.margin-bottom30 {
    margin-bottom: 30px;
}
.margin-bottom20 {
    margin-bottom: 20px;
}
.margin-bottom10 {
    margin-bottom: 10px;
}
.margin-top50 {
    margin-top: 50px;
}
.margin-top40 {
    margin-top: 40px;
}
.margin-top30 {
    margin-top: 30px;
}
.margin-top20 {
    margin-top: 20px;
}
.margin-top10 {
    margin-top: 10px;
}
.no-border-bottom {
    border-bottom: none !important;
}
.margin-right30 {
    margin-right: 30px;
}
.pr-1 {
    padding-right: 0.5rem;
}
.pr-2 {
    padding-right: 1rem;
}
.pr-3 {
    padding-right: 1.5rem;
}
.pr-4 {
    padding-right: 2rem;
}
.pr-5 {
    padding-right: 2.5rem;
}

/* ==========================================================================
   #Left Side
   ========================================================================== */

.logo {
    text-align: center;
    margin: 30px 0 0;
}
.logo span {
    display: none;
}
.logo img {
    width: auto;
    height: auto;
}
.menu {
    position: fixed;
    z-index: 100;
    color: #f8f8f8;
    background: #000000;
    width: 200px;
    left: 0px;
    top: 0px;
    height: 100%;
}
.menu nav {
    position: absolute;
    top: 230px;
    left: 0px;
    right: 0px;
    bottom: 50px;
    width: 200px !important;
}
.menu nav a:not(.social-excluder) {
    display: block;
    padding: 13px 0;
    text-align: left;
    outline: none;
    margin: 0 30px;
    border-bottom: 1px solid #333333;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}
.menu nav a span.active {
    color: #ffb400;
    font-weight: 400;
}
.menu nav a:hover {
    color: #ffb400;
    text-decoration: none;
}
.menu nav a span:nth-child(2) {
    display: block;
    color: #fff;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
    padding-top: 3px;
}
.menu-link {
    display: none;
}
.social {
    position: absolute;
    top: 155px;
    padding: 30px;
}
.social a {
    font-size: 28px;
}
[class^="social"] a:nth-child(4) {
    margin-right: 0;
}
[class^="social"] a:nth-child(n + 5) {
    display: none;
}
.social a:hover {
    color: #fff;
}
[class^="social"] a {
    /*.social a {
    font-size: 24px;/**/
    margin-right: 8px;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}
.social .facebook {
    color: #5a7eca;
}
.social .twitter {
    color: #03acf1;
    margin: 0 26px 0 30px;
}
.social .google-plus {
    color: #df4a32;
}
.localization {
    position: absolute;
    top: 570px;
    padding: 30px;
}
.localization a {
    margin-right: 10px !important;
}
.localization img {
    max-height: 24px;
}

.copyright {
    position: absolute;
    bottom: 5px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 11px;
    padding: 10px 30px;
    color: #747474;
    line-height: 18px;
    letter-spacing: 1px;
}

/* ==========================================================================
   #Content Area
   ========================================================================== */

.content-scroller {
    position: absolute;
    left: 200px;
    right: 0px;
    overflow: hidden;
    height: 100%;
}
.content-wrapper {
    width: 8356px;
    position: absolute;
    height: 100%;
    overflow: hidden;
}
.content:last-child {
    width: 2700px;
    background-color: #000;
}
.content {
    width: 804px;
    overflow-y: scroll;
    height: 100%;
    float: left;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
.content-active {
}
.content:hover .jspVerticalBar,
.menu nav:hover .jspVerticalBar {
    opacity: 1;
}
.inner {
    padding: 60px 70px 70px;
}
.inner p {
    position: relative;
    padding: 0;
}
#introduction .inner p:first-of-type {
    font-size: 24px;
    text-align: left;
    line-height: 36px;
    font-style: italic;
    color: #75838d;
    letter-spacing: 0px;
}
a.totop-link {
    bottom: 5px;
    background: url(//static.tarasov.ca/images/go-to-top-arrow.jpg) left top
        no-repeat;
    cursor: pointer;
    display: none;
    width: 34px;
    height: 34px;
    position: fixed;
    z-index: 5;
    right: 5px;
    text-indent: -9999px;
}
.backlink {
    display: block;
    padding-bottom: 10px;
}
.backlink a {
    color: #d5d5d5;
}
.backlink a:hover {
    color: #000;
    padding-left: -5px;
}
.backlink a:before {
    content: "\f0d9";
    font-family: "FontAwesome";
    float: left;
    font-size: 18px;
    margin-right: 5px;
}
.backlink a:hover:before {
    margin: 0 16px 0 -45px;
    /*content: "\f060";/**/
    /*content: "\f177";/**/
    content: "\f30a"; /**/
    font-size: 4em;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}
@media only screen and (max-width: 768px) {
    .backlink {
        display: none;
    }
}

/* Codrops Top Bar */
.codrops-top {
    font-size: 10px;
    text-transform: uppercase;
}
.codrops-top a {
    position: fixed;
    z-index: 10000;
    padding: 4px 7px;
    letter-spacing: 1px;
    color: #aaa;
    text-shadow: 0px 1px 1px #fff;
    background: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 3px 3px;
}
.codrops-top a:nth-child(1) {
    right: auto;
    left: 210px;
}
.codrops-top a:nth-child(2) {
    right: 10px;
}

/* ==========================================================================
   #Introduction Screen
   ========================================================================== */

.introduction {
    position: relative;
    background-size: cover;
    background-position: center;
}
.introduction h2 {
    border: none;
    color: #fff;
    text-transform: uppercase;
    line-height: 50px;
    padding-bottom: 0;
    font-size: 45px;
    margin-bottom: 35px;
}
.introduction .inner {
    background: rgba(0, 0, 0, 0.6) !important;
    padding: 40px 70px;
    margin: 50% 0 0 0;
    position: absolute;
    z-index: 2;
}
.introduction span.title {
    border-bottom: 1px solid #7a7a7a;
    border-top: 1px solid #7a7a7a;
    color: #aeaeae;
    padding: 15px 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
}

/* ==========================================================================
   #About Screen
   ========================================================================== */

.about {
    /* background: url("/images/about.png") no-repeat 100% 0 scroll; */
    /* background-size: contain; */
}
#chapterabout {
    background: url("//static.tarasov.ca/images/about.png") no-repeat 100% 0 scroll;
    background-size: contain;
    background-position: right bottom;
}
.about .inner {
    width: 50%;
}
.about .about-con ul a {
    border-bottom: dotted 1px;
}
.about img {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}
.about-con {
    width: 100%;
}
.about-con ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.about-con ul li {
    /*border-bottom: 1px solid #dfdfdf;/**/
    padding: 12px 0;
}
.about-con ul li:first-child {
    padding: 0 0 12px 0;
}
.about .pdf {
    margin-top: 50px;
    padding: 20px 30px;
}
.about .pdf:before {
    content: "\f1c1";
    font-family: "FontAwesome";
    float: left;
    font-size: 2.5em;
    margin: 0 15px 0 0;
}
.about .signature {
    margin-top: 40px;
    font-size: 1.5em;
}
.about .signature img {
    position: inherit;
    top: auto;
    margin: -10px 0 0 20px;
}

/* ==========================================================================
   #Skills Screen
   ========================================================================== */

.skills {
}
/*.skill-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
}
.skill-list ul li {
    position: relative;
    padding: 5px 0 0 25px;
}
.skill-list ul li:before {
    content: "\f061";
    font-family: 'FontAwesome';
    display: list-item;
    float: left;
    font-size: 15px;
    margin: 0 40px 0 10px;
}/**/
.skills-con ul {
    list-style: none;
    padding: 0;
}
.skills-con li {
    padding-left: 1.3em;
}
.skills-con li:before {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}
.skills-con h4 {
    width: 65%;
}
.skills-con h5 {
    font-size: 0.9em;
    margin-bottom: 0;
}
.skills-con .tile {
    margin-bottom: 20px;
}
.skills-con .vendor span {
    max-width: 200px;
    display: block;
    margin: 0 auto;
}
.skills-con .vendor span {
    transition: 0.5s all ease-in-out;
    /* -webkit-filter: drop-shadow(5px 5px 5px #888);
  filter: drop-shadow(5px 5px 5px #888); */
    /* -webkit-filter: none;
  filter: none; */
}
.skills-con .hover:hover span {
    transition: 0.5s all ease-in-out;
    transform: scale(1.1);
    /* -webkit-filter: drop-shadow(3px 3px 3px #c8c8c8);
  filter: drop-shadow(3px 3px 3px #c8c8c8); */
    /* -webkit-filter: none;
  filter: none; */
}
.skills-con .col-6:hover .chart .percent {
    font-size: 45px;
    color: #000;
    transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
}
.skills-con .knowledge-list {
    margin-left: 2em;
}
.skills-pie.full-divider {
    margin: 50px 0 0 0;
}

/* ==========================================================================
   #Progressbar
   ========================================================================== */

.progress {
    background: #d4d4d4;
    width: 86%;
    float: right;
    position: relative;
    top: 10px;
}
.progress div {
    background-color: #8f8f8f;
    height: 6px;
}
.progressbar-main {
    position: relative;
    min-height: 35px;
    padding-top: 50px;
}
.progress-value span {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 400;
    position: absolute;
    left: -93px;
    color: #000;
    top: -40px;
}
.progress-value span:after {
    /*content: "%";/**/
    font-weight: 100;
}
.progress-value span img {
    max-height: 68px;
}
.progress-value-mob {
    max-width: 52px;
    margin-bottom: 10px;
    display: none;
}
.progressbar-main:first-of-type .progress-value-mob {
    background-color: red;
}
.progress-bar-description {
    font-weight: 500;
    color: #000;
    margin: 0 0 0 90px;
    font-size: 14px;
}

/* ==========================================================================
   #PieChart
   ========================================================================== */

.chart {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.percent {
    display: inline-block;
    line-height: 55px;
    z-index: 2;
    font-size: 35px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 21px 0 0 0;
}
.percent:after {
    content: "%";
    margin-left: 0.1em;
    font-family: "Oswald", sans-serif;
    font-weight: 100;
}
.percent.expert {
    color: #e47e25;
}
.percent.proficient {
    color: #efc41a;
}
.percent.competent {
    color: #26ad60;
}
.percent.advanced {
    color: #4eba6e;
}
.percent.novice {
    color: #2bb89b;
}
.angular {
    margin-top: 100px;
}
.angular .chart {
    margin-top: 0;
}
.chart-text {
    margin: -10px 0 0 15px;
}
.chart-text p {
    /*margin: 10px 0 0 15px/**/
}
.skills-con h4 {
    /*display: block;/**/
    padding-bottom: 20px;
}
.chart-text h5 {
    font-weight: 200;
    font-size: 20px;
    /*margin: 0 0 0 15px;/**/
}
@media only screen and (max-width: 676px) {
    .chart-text {
        margin: 10px 0 0;
    }
    .chart-text h5 {
        margin: 0;
    }
}

/* ==========================================================================
   #Experience Screen
   ========================================================================== */

.experience-con .icon-block svg {
    font-size: 60px;
    color: #ffb400;
    margin: 8px 0 0;
}
.experience-con .icon-block img {
    border-radius: 10px;
}
.experience-con h5 {
    margin: 0 0 10px 0;
}
.experience-con span {
    font-size: 16px;
    color: #000;
}
.experience-con strong {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px 0;
}
.experience-con .title {
    padding-left: 30px;
}
.experience-con .title a {
    border-bottom: dotted 1px;
}
.experience-details {
    float: left;
}
/*.experience-details svg {
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
/*.experience-details:hover svg {
    font-size: 73px;
    color: #000;
}
/*.experience-details:hover .col-3 {
    width: 29%;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}/**/
.experience-details code {
    display: block;
    padding-top: 5px;
}
.experience-details attr {
    padding-right: 15px;
}

/* ==========================================================================
   #Education Screen
   ========================================================================== */

.education-con .icon-block svg {
    font-size: 60px;
    color: #ffb400;
    margin: 8px 0 0;
}
.education-con .icon-block img {
    border-radius: 10px;
}
.education-con .title a {
    border-bottom: dotted 1px;
}
.education-con h5 {
    margin: 0 0 10px 0;
}
.education-con span {
    font-size: 16px;
    color: #000;
}
.education-con strong {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px 0;
}
.education-con .title {
    padding-left: 30px;
}
.education-details {
    float: left;
}
/*.education-details svg {
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
.education-details:hover svg {
    font-size: 73px;
    color: #000;
}
.education-details:hover .col-3 {
    width: 29%;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}/**/
.education-details code {
    display: block;
    padding-top: 5px;
}
.education-details attr {
    padding-right: 15px;
}
/* ==========================================================================
   #Portfolio Screen
   ========================================================================== */
.portfolio p {
    padding: 30px 0 0;
}
.portfolio attr {
    padding-right: 10px;
}

.portfolio h4,
.codesection h4 {
    padding-bottom: 10px;
}
.portfolio h4 svg,
.codesection h4 svg,
.portfolio h4 span,
.codesection h4 span,
.portfolio h4 img {
    vertical-align: middle;
}
.portfolio h4 img {
    max-height: 64px;
    padding-right: 0.2em;
}

.portfolio h4 svg,
.codesection h4 svg {
    padding-right: 12px;
}
.portfolio .details a {
    text-decoration: none;
    font-weight: 600;
    border-bottom: dotted 1px;
}

.portfolio .gallery a {
    text-decoration: none;
}
.portfolio .gallery img {
    height: 62px;
    margin-right: 2px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.25);
    position: relative;
    top: 0;
    transition: box-shadow 0.25s, top 0.25s;
}
.portfolio .gallery img:hover {
    box-shadow: 0 18px 20px rgba(0, 0, 0, 0.25);
    top: -5px;
}

.portfolio .button a {
    text-decoration: none;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* ==========================================================================
   #Portfolio Pop-Up
   ========================================================================== */
.portfolio-popup {
    font-size: 0.8em;
}
.portfolio-popup h1,
.portfolio-popup h2,
.portfolio-popup h3,
.portfolio-popup h4,
.portfolio-popup h5,
.portfolio-popup h6,
.portfolio-popup ul,
.portfolio-popup .grid,
.portfolio-popup .vendor-list,
.portfolio-popup .description {
    margin-left: 3%;
}
.portfolio-popup .grid {
    padding-right: 5px;
}
.portfolio-popup .frame {
    width: auto;
    margin: 0 10em 2em;
}
.portfolio-popup main {
    text-align: left;
}
.portfolio-popup .title {
    display: inline-flex;
    vertical-align: middle;
}
.portfolio-popup .title span {
    padding-top: 0.1em;
}
.portfolio-popup .icon {
    height: 1.2em;
    padding-right: 0.4em;
}

.vendor-list img {
    height: 32px;
    margin-right: 10px;
}
.vendor-list span {
    margin: 0 10px 0 5px;
}

/* ==========================================================================
   #Contact Screen
   ========================================================================== */

.contact {
    height: 100%;
    border-right: 16px solid transparent;
    border-image: 16
        repeating-linear-gradient(
            -45deg,
            red 0,
            red 1em,
            transparent 0,
            transparent 2em,
            #58a 0,
            #58a 3em,
            transparent 0,
            transparent 4em
        );
}
.contact-details {
}
.contact-details svg {
    font-size: 45px;
    color: #ffb400;
}
.contact-details strong {
    color: #000;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}
.contact-text {
    display: block;
    float: left;
    margin: 18px 0 0;
    width: 100%;
}
.contact-details h3 {
    margin-top: 0;
}
.contact-text:first-child {
    margin: 0;
}
.contact-details .phone svg {
    font-size: 40px;
}
.contact-details .email svg {
    font-size: 35px;
}
.contact-text svg {
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}
.contact-text:hover svg {
    color: #000;
}
.contact-social svg {
    color: #797979;
}
.contact-social a svg {
    font-size: 40px;
    margin: 0 15px 0 0;
}
.contact-social a:first-child svg {
    /*margin: 0 15px 0 0/**/
}
.contact-social svg {
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
}
.contact-social svg:hover {
    color: #000;
}
.contact-social svg.fa-telegram:hover {
    color: #0088cc;
}
.contact-social svg.fa-facebook:hover {
    color: #1877f2;
}
.contact-social svg.fa-instagram:hover {
    color: #e1306c;
}
.contact-social svg.fa-twitter:hover {
    color: #1da1f2;
}
.contact-social svg.fa-linkedin-in:hover {
    color: #0077b5;
}
.contact-social svg.fa-vk:hover {
    color: #45668e;
}
.contact-form {
}
.contact-form h3 {
    font-size: 28px;
}

/* ==========================================================================
   #Last Screen
   ========================================================================== */

.introduction-end .outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.introduction-end .middle {
    display: table-cell;
    vertical-align: middle;
}

.introduction-end .inner {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    font-size: 26px;
    color: red;
}
.qr img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 600px;
}
.introduction-end-con {
    float: right;
    margin: 30% 0 0;
    width: 30%;
}
.introduction-end-con h3 {
    font-size: 55px;
    color: #fff;
    line-height: 100px;
}
.introduction-end-con h3 strong {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 10px 0;
    color: #ffb400;
    font-weight: normal;
}
.introduction-end-con .rotate {
    font-weight: 300;
    color: #ffffff;
    font-size: 55px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    padding: 25px 0;
}

/* ==========================================================================
   #Blog Listing
   ========================================================================== */

.blog-main {
    clear: both;
    padding: 4% 0;
    margin: 0 70px 0 300px;
}
.blog-top {
    width: 100%;
    margin: 0 0 55px 0;
}
.blog-title {
    width: 100%;
}
.breadcrumbs {
    width: 100%;
    float: left;
    text-align: left;
    margin: 10px 0 40px;
}
.blog-top .breadcrumbs {
    color: #9e9e9e;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}
.blog-details-title .breadcrumbs {
    margin: 10px 0;
}
.blog-details-title .post-details {
    margin: 10px 0 30px;
}
.breadcrumbs a {
    color: #757575;
}
.blog-left {
    width: 80%;
    float: left;
    margin: 0 0% 0 0;
}
.blog-left .row .blog-list {
    float: left;
    margin: 0 2.7% 35px 0;
    position: relative;
    width: 30.5%;
    min-height: 605px;
}
.blog-left .row .blog-list:last-child {
    margin: 0;
}
.blog-list img {
    display: block;
}
.blog-list:hover h3 a {
    opacity: 0.5;
}
.blog-list iframe,
embed,
object {
    min-height: 204px;
}
video {
    max-width: 100%;
    height: auto;
}
iframe,
embed,
object {
    max-width: 100%;
    border: 0;
}
.blog-list:hover .title-divider {
    background-color: #000;
}
.blog-list-details {
    margin: 20px 0 0 0;
}
.blog-list-details h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 100;
    line-height: 25px;
}
.blog-list-details h3 a {
    color: #000;
}
.date {
    color: #909090;
    display: block;
    font-size: 15px;
    margin: 0 0 5px;
}
.post-details {
    margin: 20px 0 0 0;
    display: block;
}
.blog-list-details .title-divider {
    margin: 25px 0;
}
.blog-list .contact-social a i {
    font-size: 20px;
}
.blog-right {
    float: right;
    margin: 0;
    width: 16%;
}
.blog-right h3 {
    margin: 0 0 20px 0;
}
.blog-right .search {
    background: url("//static.tarasov.ca/images/icon-search.png") no-repeat
        scroll 95% center rgba(0, 0, 0, 0);
    border: 1px solid #cdcdcd;
    color: #838383;
    font-size: 13px;
    margin: 0;
    border: 1px solid #666;
    padding: 10px;
    width: 90%;
    font-family: "Roboto", sans-serif;
}
.sidebar-block {
    margin: 0 0 60px 0;
}
.sidebar-block ul {
    padding: 0;
    margin: 0;
}
.sidebar-block ul li {
    border-bottom: 1px solid #dfdfdf;
    padding: 12px 0;
    list-style: none;
}
.sidebar-block ul li:first-child {
    padding: 0 0 12px 0;
}
.sidebar-block ul li:last-child {
    border-bottom: none;
    padding: 12px 0 0 0;
}
.sidebar-block .date {
    font-size: 13px;
}
.calendar {
    width: 100%;
}
.calendar td,
.calendar th {
    text-align: center;
    font-weight: 400;
}
.calendar th {
    font-weight: 600;
}
.calendar a {
    border-bottom: 2px solid #ffb400;
    font-weight: 600;
}
.tagcloud {
    display: table;
}
.tagcloud a {
    background: #fff;
    border: 1px solid #e5e5e5;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 400;
    margin: 7px 7px 0 0;
    padding: 2px 11px 3px;
}
.tagcloud a:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.pagination {
    border-top: 1px solid #dfdfdf;
    float: left;
    padding: 70px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.pagerblock {
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0 0 0 8%;
}
.pagerblock li {
    float: left;
    margin: 0 12px;
    list-style: none;
}
.pagerblock li a {
    border: 2px solid #e5e5e5;
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 52px;
    width: 50px;
}
.pagerblock li a:hover,
.pagerblock li a.current {
    border: 2px solid #000;
}
.pagerblock li a i {
    color: #000;
    font-size: 22px;
    line-height: 35px;
}

/* ==========================================================================
   #Blog Details
   ========================================================================== */
.blog-details-title h2 {
    font-size: 25px;
}
.blog-content {
    margin: 35px 0;
    float: left;
}
.content-left {
    float: left;
    width: 47%;
    margin-right: 3%;
}
.content-right {
    float: left;
    width: 47%;
    margin-left: 3%;
}
.blog-details strong {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}
.blog-share {
    border-bottom: 2px solid #000;
    border-top: 1px solid #dfdfdf;
    clear: both;
    float: none;
    margin-bottom: 60px;
    padding: 40px 0;
    text-align: center;
}
.comments-details {
    border-bottom: 1px solid #dfdfdf;
    clear: both;
    float: left;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.comments-sub {
    padding-left: 110px;
}
.comments-name {
    width: 25%;
    float: left;
}
.comments-text {
    width: 75%;
    float: left;
}
.pull-left {
    float: left;
}
.media-object {
    border-radius: 100%;
    height: 80px;
    margin: 0 25px 0 0;
    width: 80px;
    display: block;
}
.comments-details .name {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.comments-details .date {
    display: block;
    font-size: 14px;
    color: #9e9e9e;
}
.small-button {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 10px 10px 10px 0;
    padding: 5px 13px;
    text-decoration: none;
    text-transform: uppercase;
}
.recent-comments {
    width: 100%;
    margin: 0 auto;
}
.recent-comments .col-3 {
    width: 31%;
}
.recent-comments label {
    margin-bottom: 8px;
    float: left;
    text-transform: uppercase;
    font-size: 11px;
}
.recent-comments .required {
    color: #d51818;
    float: left;
    font-size: 25px;
    margin-right: 6px;
}
.recent-comments input[type="text"] {
    float: left;
    margin: 0 2% 0 0;
    padding: 12px;
}
.recent-comments input.last {
    margin: 0;
}
.recent-comments textarea {
    min-height: 120px;
    padding: 15px;
    margin: 0;
    width: 96%;
}
.form-group {
    float: left;
    margin-bottom: 35px;
    width: 100%;
}

/* ==========================================================================
   #404 Page
   ========================================================================== */
.no-page {
    margin: 0 0 0 300px;
}
.no-page-text {
    margin: 2% 0 0 405px;
}

/* ==========================================================================
   #Media Ipad
   ========================================================================== */

@media only screen and (max-device-width: 768px) {
    .introduction img {
        height: auto;
        width: auto;
    }
}

.lang-selector {
    margin-top: 25px;
    text-align: center;
}
.lang-selector img {
    height: 16px;
    padding: 0 5px;
}

.hidden {
    display: none;
}

.frame {
    --bg: 216, 216, 216;
    --font-color: 10, 10, 10;
    --radial-1: 255, 0, 0;
    --radial-2: 255, 170, 0;
    --radial-3: 97, 196, 83;
    --accent-color: #f3f5f5;
    --weight: 440;
    --fade: 1;
}
.frame {
    width: clamp(100%, 100%, 600px);
    height: auto;
    padding: 0;
    margin: 15px 0 0 0;
    overflow: hidden;
    background-color: rgba(var(--font-color), 0.05);
    border-radius: 0.5rem;
    /*box-shadow: 0 .25rem 1rem 0.2rem rgba(0,0,0, 0.15);/**/
    /*box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;/**/
    box-shadow: 0 18px 20px rgba(0, 0, 0, 0.25);
    position: relative;
    top: 0;
    transition: box-shadow 0.25s, top 0.25s;
}
.frame:hover {
    box-shadow: 0 45px 50px rgba(0, 0, 0, 0.25);
    top: -11px;
}

.frame::before {
    background-color: #8dbbff;
}

.frame::before {
    content: "";
    display: block;
    width: 100%;
    height: 1.8rem;
    background-color: var(--accent-color);
    border-radius: 0.5rem 0.5rem 0 0;
    background-image: radial-gradient(
            rgba(var(--radial-1), 1) 60%,
            transparent 62%
        ),
        radial-gradient(rgba(var(--radial-2), 1) 60%, transparent 62%),
        radial-gradient(rgba(var(--radial-3), 1) 60%, transparent 62%);
    background-size: 0.65rem 0.65rem;
    background-position: 0.7rem, 1.8rem, 2.9rem;
    background-repeat: no-repeat;
}

.no-transform {
    text-transform: none;
}

.hr-full-width {
    display: block;
    position: relative;
    width: 100vw;
    height: 2px;
    left: 50%;
    margin-left: -50vw;
    border: none;
    border-bottom: 2px dashed rgba(124, 70, 87, 0.25);
    float: left;
}
.hr-full-width.header {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.hr-full-width.middle {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.hr-full-width.footer {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.hr-full-width ~ * {
    clear: both;
} /**/
.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
}
.hr-text:before {
    content: "";
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");
.hr-text.portfolio {
    font-family: "Dancing Script", cursive;
    text-align: left;
}
.hr-text.portfolio:before {
    background: linear-gradient(to right, #818078, transparent);
}
.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 0.5em;
    font-size: 1.5em;
    line-height: 0.8em;
    color: #818078;
    background-color: #fcfcfa;
}

/** Prism fix */
pre[class*="language-"] {
    white-space: pre-wrap;
}

.progressive img.reveal {
    animation: progressiveReveal 0.2s linear;
}

@keyframes progressiveReveal {
    0% {
        transform: scale(1.05);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
