@import 'pe-icon-7-stroke.css';
@import 'font-awesome.css';
@import "https://fonts.googleapis.com/css?family=Oswald:300,400,700";
@import "https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&amp;subset=latin,latin-ext,cyrillic";

html {
    height: 100%
}

body {
    font-family: Georgia,Times New Roman,serif;
    color: #666;
    margin: 0;
    height: 100%;
    font-size: 100%;
    line-height: 1.5em
}

a {
    color: #09c;
    text-decoration: none;
    outline: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

a:hover {
    color: #069;
    color: #09c;
    text-decoration: none;
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: Georgia,Times New Roman,serif;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 10px
}

p {
    font-size: .875em;
    margin: 0 0 10px;
    font-weight: 300
}

p.lead {
    font-size: 18px;
    margin: 30px 0
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic
}

.page {
    position: relative;
    height: 100%
}

.mobile-visible {
    display: none;
    visibility: hidden
}


.form-group .help-block:empty {
    display: none
}

.no-padding {
    padding: 0
}

.subpage-block {
    margin-bottom: 30px
}

.text-rotate {
    display: block
}

.no-js .preloader {
    display: none
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff
}

.preloader-animation {
    margin: -20px auto 0;
    top: 50%;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    text-align: center;
    -webkit-animation: rotate 2s infinite linear;
    animation: rotate 2s infinite linear
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #ffcd38;
    border-radius: 100%;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}


.pt-wrapper.scroll-auto {
    overflow-x: auto;
    overflow-y: visible
}

.pt-wrapper-content {
    position: relative;
    width: 100%;
    height: 100%
}



.pt-page * {
    height: 0
}

.pt-page .portfolio-grid,
.pt-page .blog-masonry {
    display: none
}

.pt-page-content {
    position: absolute;
    width: 100%
}

.pt-page-current,
.no-js .pt-page {
    visibility: visible;
    z-index: 90;
    opacity: 1;
    height: auto;
    min-height: 100%
}

.pt-page.pt-page-current .portfolio-grid,
.pt-page.pt-page-current .blog-masonry {
    display: block
}

.pt-page-current *,
.no-js .pt-page * {
    height: auto
}

.no-js body {
    overflow: auto
}



.pt-message p {
    margin: 0;
    line-height: 60px;
    font-size: 26px
}

.no-cssanimations .pt-message {
    display: block
}

.subpages {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1500px;
    -moz-perspective: 1500px;
    perspective: 1500px
}


.header {
    position: fixed;
    width: 22%;
    height: 100%;
    background-color: #eff3f8;
    overflow: auto
}

.site-title-block {
    position: relative;
    z-index: 1;
    margin: 20px 20px 10px;
    text-align: center
}

.site-title {
    color: #222;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1em;
    margin: 15px 0 0
}

p.site-description {
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 300;
    font-family: Oswald, Helvetica, sans-serif;
    margin: 10px 0
}

ul.social-links {
    display: block;
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
    text-align: center
}

ul.social-links li {
    display: inline-block;
    margin: 0;
    padding: 0
}

ul.social-links li a {
    display: inline-block;
    margin: 0 2px;
    width: 28px;
    height: 28px;
    color: #888;
    background-color: #eee;
    text-align: center
}



.menu-toggle {
    display: block;
    width: 50px;
    margin: 0 4px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    float: right
}

.menu-toggle i {
    color: #222;
    font-size: 21px;
    line-height: 50px
}

.site-main {
    height: 100%;
    padding: 50px;

}

.site-main01 {
    height: 100%;
    margin-left: 22%;
    position: relative;
    background: #fff;
}
.site-nav {
    display: block;
    padding: 25px 0 30px
}

.site-main-menu {
    display: block;
    padding: 0;
    margin: 0;
    font-family: Oswald, Helvetica, sans-serif
}

.site-main-menu li {
    display: block;
    position: relative;
    padding: 0;
    text-align: center
}

.site-main-menu li a,
.site-main-menu li a:hover {
    display: block;
    position: relative;
    padding: 10px 20px;
    text-align: center;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    /* border-bottom: 1px solid #f5f5f5; */
    outline: none
}

/* .site-main-menu li:first-child a {
    border-top: 1px solid #f5f5f5
} */

.site-main-menu li a:hover,
.site-main-menu li.active a {
    background-color: #fcfcfc
}

.site-main-menu li a:hover:after,
.site-main-menu li.active a:after {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 3px;
    height: 100%;
    margin: 0 auto;
    background-color: #eee
}
.section-title-block {
    margin-bottom: 40px
}
.section-description {
    display: inline-block;
    margin: 0 0 0 15px;
    color: #888;
    font-size: 14px;
    font-weight: 200
}

.block-title h3 {
    display: inline-block;
    margin: 0 0 15px;
    padding-bottom: 3px
}
.home-page-block-bg .mask {
    position: absolute;
    background: rgba(55, 55, 55, .7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.home-page-block {
    position: relative;
    display: table;
    width: 100%;
    height: 100vh;
    z-index: 1
}

.home-page-block h2 {
    color: #fff;
    text-align: center;
    font-size: 70px;
    margin: 0
}

.home-page-description {
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    font-family: Oswald, Helvetica, sans-serif;
    margin: 5px 0;
    text-align: center
}

.v-align {
    display: table-cell;
    vertical-align: middle
}

.info-list {
    list-style: none;
    margin: 0;
    padding: 15px 0 30px
}

.info-list li {
    padding: 3px 0;
    font-size: 14px
}

.info-list li .title {
    display: inline-block;
    font-family: Oswald, Helvetica, sans-serif;
    margin-right: 15px;
    color: #222
}
.info-list li .value {
    font-family: pt sans, Helvetica, sans-serif;
    min-width: 250px
}

.home-page-block .info-list {
    display: inline-block;
    text-align: left
}

.home-page-block .info-list li {
    padding: 6px 0
}

.home-page-block .info-list li,
.home-page-block .info-list li span.title,
.home-page-block .info-list li a {
    color: #eee;
    font-size: 16px
}
.service-block {
    text-align: center
}

.service-block img {
    max-width: 100px;
    max-height: 74px;
    margin: 0 0 18px
}
.client_block {
    text-align: center;
    padding: 5px 0;
    opacity: .4;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.client_block:hover {
    opacity: 1
}

.client_block img {
    max-width: 80px
}

.fun-fact-block {
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0;
    background: #fff;
    padding: 20px 10px 15px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1)
}

.fun-fact-block.gray-bg {
    background-color: #fafafa
}

.fun-fact-block h4 {
    margin-top: 10px
}

.fun-fact-block .pe-7s-icon {
    position: relative;
    font-size: 56px;
    color: #888
}

.testimonials {
    width: 100%;
    overflow: hidden
}

.testimonial-item {
    width: 100%;
    margin: 0 auto
}

.testimonial-credits {
    margin-top: 10px;
    display: block;
    position: relative
}

.testimonial-author {
    display: inline-block;
    font-size: 15px;
    font-family: Oswald, Helvetica, sans-serif;
    color: #222;
    margin: 0;
    font-weight: 500;
    text-align: center
}

.testimonial-author-info {
    display: inline-block;
    position: relative;
    padding-left: 92px
}

.testimonial-content {
    padding-left: 50px;
    width: 100%;
    height: auto
}

.testimonial-content .testimonial-text {
    padding: 1.4em 1.8em;
    font-style: italic;
    background-color: #fcfcfc;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 2px solid #e5e5e5;
    width: 100%;
    position: relative;
    margin: 0;
    z-index: -1
}

.testimonial-content .testimonial-text p {
    margin: 0
}

.testimonial-picture {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 0;
    top: -40px;
    border-radius: 40px;
    z-index: 1
}

.testimonial-picture img {
    width: 100%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 2px solid #ddd
}

.testimonial-firm {
    font-size: 10px;
    line-height: 1.5em;
    margin: 0;
    text-transform: uppercase;
    font-style: italic;
    font-weight: lighter
}

.timeline {
    position: relative;
    border-left: 1px solid #f4f9ed;
    padding-top: 6px;
    padding-bottom: 10px
}

.timeline-event {
    position: relative;
    padding-left: 25px;
    padding-bottom: 15px
}

.timeline-event:last-child {
    padding-bottom: 0
}

.timeline-event>* {
    display: block
}
.skills-info {
    margin-bottom: 30px
}

.skills-info h4 {
    font-size: .875em;
    line-height: 1.1em;
    position: relative;
    margin: 0 0 5px
}


.pt-page .skill-percentage {
    -webkit-transition: all 2.5s ease-in-out;
    -moz-transition: all 2.5s ease-in-out;
    -o-transition: all 2.5s ease-in-out;
    -ms-transition: all 2.5s ease-in-out;
    transition: all 2.5s ease-in-out
}

.js .pt-page:not(.pt-page-current) .skill-percentage {
    width: 0
}

.skill-percentage.skill-1 {
    width: 88%
}

.skill-percentage.skill-2 {
    width: 75%
}

.skill-percentage.skill-3 {
    width: 60%
}

.skill-percentage.skill-4 {
    width: 95%
}

.skill-percentage.skill-5 {
    width: 85%
}

.skill-percentage.skill-6 {
    width: 72%
}

.skill-percentage.skill-7 {
    width: 60%
}

.skill-percentage.skill-8 {
    width: 77%
}

.page-ajax-loaded {
    display: none;
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    overflow: auto
}

.portfolio-grid {
    margin-left: -.5em;
    margin-right: -.5em
}

.portfolio-grid figure {
    width: 25%;
    float: left;
    padding: .5em
}

.portfolio-grid img {
    position: relative;
    display: block;
    width: 100%
}

.portfolio-filters {
    list-style: none;
    padding: 0;
    margin: 0 0 2em;
    text-align: center
}

.portfolio-filters li {
    display: inline-block
}

.portfolio-filters li a,
.portfolio-filters li a:hover {
    color: #888;
    text-decoration: none
}

.portfolio-filters li a:hover {
    background-color: #eee
}
.portfolio-grid figure a div {
    top: 0;
    left: -100%;
    padding: 5px 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.portfolio-grid figure a:hover div {
    left: 0
}

.portfolio-grid figure {
    float: left;
    background: #fff;
    position: relative
}

.portfolio-grid figure a,
.portfolio-rid figure a img {
    display: block;
    position: relative
}

.portfolio-grid figure a {
    position: relative;
    display: block;
    overflow: hidden
}

.portfolio-grid figure a div {
    position: absolute;
    background: #4f565e;
    background: rgba(79, 86, 94, .7);
    width: 100%;
    height: 100%;
    color: #888
}

.portfolio-grid figure a div h5 {
    display: inline-block;
    font-size: 1rem;
    margin: 10px 0;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.portfolio-grid figure a div small {
    color: #eee;
    position: absolute;
    bottom: 10px;
    left: 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.portfolio-grid figure a div i {
    color: #eee;
    position: absolute;
    bottom: 14px;
    right: 20px;
    margin: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.portfolio-grid figure a div span {
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 400;
    color: rgba(255, 255, 255, .9);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 -10px 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 -10px 0 rgba(255, 255, 255, .3);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 -10px 0 rgba(255, 255, 255, .3)
}

.blog-masonry {
    margin: 0 -1em
}

.blog-masonry .item {
    width: 50%;
    float: left;
    padding: 1em
}

.blog-card {
    display: block;
    position: relative;
    padding: 0;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1)
}

.blog-card:hover {
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .11);
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, .11);
    box-shadow: 0 1px 15px rgba(0, 0, 0, .11)
}

.blog-card .post-image {
    width: 100%;
    margin: 0
}

.blog-card .post-info {
    padding: .8em 1.2em 1.4em
}

.blog-card .blog-item-title {
    margin: 5px 0 0
}

.blog-card .post-meta {
    padding: 1em;
    margin: 0
}

.blog-card .post-date span {
    display: block;
    color: #fff;
    line-height: 1;
    font-size: 12px;
    margin: 0
}

.blog-card .media-block {
    position: relative
}



.blog-card .media-block a .mask:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -33px 0 0 -33px;
    width: 66px;
    line-height: 66px;
    font-size: 66px;
    text-align: center;
    content: "\e62e";
    color: #fff
}

.blog-card .media-block a:hover .mask {
    visibility: visible;
    opacity: 1
}

.blog-card .post-date span.day {
    font-size: 18px;
    margin: 3px 0
}

.blog-card .post-date span.month {
    font-weight: 300;
    margin-bottom: 3px
}

.blog-card .post-date span.year {
    font-size: .8em
}

.blog-card ul.category {
    list-style: none;
    padding: 0;
    margin: 0
}

.blog-card ul.category li {
    display: inline-block
}

.blog-card ul.category li a {
    color: #888;
    font-size: .8em;
    font-weight: 300
}

.blog-card .post-meta .item,
.post-meta .item a {
    color: #a6a6a6
}

.post-meta .item {
    display: inline-block;
    font-size: 13px;
    margin-right: 10px
}

.post-meta .item:before {
    padding-right: 5px
}

.contact-info-block {
    position: relative;
    text-align: left;
    width: 100%;
    display: block;
    margin: 0;
    padding: 10px 10px 10px 0
}

.contact-info-block:last-child {
    margin-bottom: 30px
}

.contact-info-block .ci-icon {
    position: absolute;
    top: 50%;
    margin-top: -15px
}

.ci-text {
    position: relative;
    padding-left: 50px
}

.contact-info-block h5 {
    margin: 5px 0
}

.contact-info-block .pe-7s-icon {
    position: relative;
    font-size: 30px;
    color: #888
}

.testimonials.owl-carousel .owl-nav {
    position: absolute;
    text-align: right;
    right: 0;
    bottom: 5px
}

.testimonials.owl-carousel .owl-nav .owl-prev {
    margin-right: 3px
}

.testimonials.owl-carousel .owl-nav .owl-prev,
.testimonials.owl-carousel .owl-nav .owl-next {
    display: inline-block;
    background-color: #eee;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.testimonials.owl-carousel .owl-nav .owl-prev:before,
.testimonials.owl-carousel .owl-nav .owl-next:before {
    position: relative;
    margin: 2px;
    width: 22px;
    height: 22px;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    display: block;
    cursor: pointer
}

.testimonials.owl-carousel .owl-nav .owl-prev:before {
    content: "\f104"
}

.testimonials.owl-carousel .owl-nav .owl-next:before {
    content: "\f105"
}

.portfolio-page-carousel {
    overflow: hidden
}

.portfolio-page-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -20px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.portfolio-page-carousel .owl-nav [class*=owl-] {
    color: #888;
    margin: 0;
    padding: 4px 7px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.portfolio-page-carousel .owl-nav [class*=owl-]:before {
    display: block;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 30px
}

.portfolio-page-carousel .owl-nav .owl-prev {
    float: left;
    margin-left: -50px
}

.portfolio-page-carousel:hover .owl-nav .owl-prev {
    margin-left: 0
}

.portfolio-page-carousel .owl-nav .owl-next {
    float: right;
    margin-right: -50px
}

.portfolio-page-carousel:hover .owl-nav .owl-next {
    margin-right: 0
}

.portfolio-page-carousel .owl-nav .owl-prev:before {
    content: "\f104"
}

.portfolio-page-carousel .owl-nav .owl-next:before {
    content: "\f105"
}

.portfolio-page-carousel .owl-dots {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 10px 5px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.portfolio-page-carousel .owl-dots .owl-dot {
    display: inline-block
}

.portfolio-page-carousel .owl-dots .owl-dot.active span,
.portfolio-page-carousel .owl-dots .owl-dot:hover span {
    background: #888
}

.portfolio-page-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #f5f5f5;
    border: 1px solid #888;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.portfolio-page-content {
    padding-bottom: 60px
}

.portfolio-nav {
    float: right;
    margin-top: 20px;
    margin-bottom: 10px
}

.portfolio-nav .portfolio-close-button a {
    display: block;
    height: 30px;
    width: 30px;
    background-color: #eee;
    text-align: center;
    color: #888
}
.portfolio-nav .portfolio-close-button a i {
    line-height: 30px;
    font-size: 18px
}

.portfolio-title {
    padding-top: 40px
}

.portfolio-title h1 {
    display: inline-block;
    margin: 0
}

.portfolio-block {
    padding-top: 30px
}

.portfolio-page-content img {
    max-width: 100%
}

.portfolio-page-video,
.portfolio-page-carousel,
.portfolio-page-image {
    position: relative;
    width: 100%;
    margin-bottom: 20px
}

.project-general-info {
    list-style: none;
    padding: 0;
    margin: 0 0 15px
}
.project-general-info li {
    margin: 0 0 10px
}
.project-general-info p {
    margin: 0
}

.share-buttons {
    margin: 25px 0 0
}

.share-buttons a {
    display: inline-block;
    margin: 0 7px 0 0;
    padding: 0;
    width: 28px;
    height: 28px;
    color: #888;
    background-color: #eee;
    text-align: center
}


.share-buttons a:last-child {
    margin-right: 0
}

.share-buttons a i {
    font-size: 14px;
    line-height: 28px
}

.tags-block {
    margin: 25px 0 0
}

.tags {
    list-style: none;
    margin: 0;
    padding: 0
}

.tags li {
    display: inline-block;
    margin: 2px 0
}

.tags li a {
    font-size: 12px;
    color: #666;
    padding: 2px 7px;
    background-color: #eee
}

.blog-post-page {
    height: auto
}

.blog-post-page .page-wrapper {
    position: relative;
    border-left: 15px solid #f5f5f5
}

.blog-back-button {
    display: block;
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: #fff;
    text-align: center;
    color: #888
}

.blog-back-button:after {
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    bottom: 5px;
    left: -5px;
    content: "";
    transform: skew(0deg, 65deg);
    -ms-transform: skew(0deg, 65deg);
    -webkit-transform: skew(0deg, 65deg);
    -o-transform: skew(0deg, 65deg);
    -moz-transform: skew(0deg, 65deg);
    background: #d9d9d9;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}


.blog-back-button i {
    line-height: 40px;
    font-size: 21px
}

.blog-post-content {
    position: relative;
    background-color: #fff;
    padding: 30px;
    margin: -70px 40px 0
}

blockquote {
    margin: 20px 0
}

.blog-post-content .block-title {
    margin: 40px 0 10px
}

.blog-post-content .post-info {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 5px 10px;
    margin: 30px 0 0
}

.blog-post-content .post-info .share-buttons {
    display: inline-block;
    margin: 0
}

.blog-post-content .post-info span {
    display: inline-block;
    padding: 5px 0;
    line-height: 1em
}

.blog-post-content .post-comment-add {
    max-width: 700px
}

.blog-post-content .post-comments .media {
    margin-top: 30px
}

.blog-post-content .post-comments>.media {
    margin-top: 0
}

.post-comments .media-object {
    max-width: 60px;
    border-radius: 50px;
    border: 2px solid #ddd
}

.post-comments .media-footer,
.post-comments .media-footer a {
    color: #888;
    font-size: 12px;
    line-height: 1em
}
.blog-post-content .divider {
    color: #d3d3d3;
    margin: 0 2px;
    min-width: 5px
}

.post-comments .light-gray {
    color: #888;
    font-size: 12px
}

@media only screen and (max-width:1200px) {
    .header {
        width: 26%
    }

    .site-main {
        margin-left: 26%
    }

    .portfolio-grid figure {
        width: 33.33333%
    }

    .blog-masonry .item {
        width: 50%
    }
}

@media only screen and (max-width:991px) {
    .mobile-visible {
        display: block;
        visibility: visible
    }

    .header {
        width: 100%;
        max-width: 320px;
        height: calc(100% - 50px);
        top: 50px;
        z-index: 999;
        -webkit-box-shadow: 5px 0 20px 0 rgba(0, 0, 0, .1);
        -moz-box-shadow: 5px 0 20px 0 rgba(0, 0, 0, .1);
        box-shadow: 5px 0 20px 0 rgba(0, 0, 0, .1);
        -webkit-transition: all .66s ease-in-out;
        -moz-transition: all .66s ease-in-out;
        -o-transition: all .66s ease-in-out;
        -ms-transition: all .66s ease-in-out;
        transition: all .66s ease-in-out
    }

    .my-photo {
        margin-top: 30px
    }

    .site-title {
        font-size: 27px
    }

    .mobile-header {
        position: fixed;
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #f5f5f5;
        background-color: #5db7e7;
        z-index: 1000
    }

    .mobile-logo-container {
        margin: 0 20px;
        text-align: left
    }
    .site-main01 {
        height: 100%;
        margin-left: 5%;
        position: relative;
        background: #fff;
    }
    .site-main{
        padding: 10px;
    }
    .site-title-block {
        position: relative;
        z-index: 1;
        margin: -100px 20px 10px;
        text-align: center;
    }
    .backhead img{
        display: contents;
    }
    .head h2{
        display: contents;
    }
    .menu .item {
        position: relative;
        cursor: pointer;
        margin-top: -56%;
    }
    .mobile-site-title {
        display: inline-block;
        float: left;
        font-size: 22px;
        font-weight: 500;
        font-family: Oswald, Helvetica, sans-serif;
        margin: 0;
        line-height: 50px;
        color:#fff;
    }
    .menu-toggle i {
        color: #fff;
        font-size: 21px;
        line-height: 50px;
    }

    .site-title-block .site-description {
        display: none
    }

    .subpage-block {
        margin-bottom: 40px
    }

    .site-main {
        position: absolute;
        top: 50px;
        bottom: 0;
        width: 100%;
        height: auto;
        margin: 0;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .section-title-block {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px
    }

    .section-title {
        display: inline-block;
        position: relative;
        margin-left: -20px;
        padding-left: 20px
    }

    .section-title:after {
        display: none
    }

    .section-title-block .section-description {
        display: none
    }

    .site-title {
        color: #222;
        text-shadow: none
    }

    p.site-description {
        color: #888;
        text-shadow: none
    }

    .pt-wrapper {
        padding: 0;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .pt-page {
        padding: 25px 20px 60px
    }

    .mobile-menu-hide {
        margin-left: -100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
.home-page-block h2 {
        font-size: 60px
    }
.home-page-description {
    font-size: 18px
}
.blog-post-content {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px
}
.blog-post-page .page-wrapper {
        border-left: 0
}
}
.menu{
    width: 100%;
    margin-top: 65%;
}
.menu .item{
    position: relative;
    cursor: pointer;
}
.menu .item a{
    color: rgb(59, 57, 57);
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 0px 30px;
    line-height: 35px;
}
.item i{
    margin-right: 15px;
}
.item a .dropdown{
    position: absolute;
    right: 0;
    margin: 12px 25px;
    transition: 0.3s ease;
}
.menu-btn{
    position: absolute;
    font-size: 35px;
    cursor: pointer;
    margin: 25px;
}
.slide-bar.active{
    left: 0;
}
.side-bar::-webkit-scrollbar{
    width: 0px;
}
.item .sub-menu a{
  padding-left: 60px;
}
.rotate{
    transform: rotate(90deg);
}
.head h2{
    text-align: center;
    margin-left: 71%;
    font-size: 20px;
    margin-top: 4px;
    background: #60b8e8;
    width: 5%;
    padding: 6px;
    color: #ffffff;
    border-radius: 5px;
    box-shadow: 2px 3px 2px #0164b2a3;
}
.head a{
text-decoration: none;
}
.backhead{
    position: fixed;
    top: 0;
    left: 0;
    width: 22%;
    background: #eff3f8;
    border-bottom: solid 1px #c5d6de;
    z-index: 80;
}
.head{
    background: #fff;
    position: fixed;
    height: 52px;
    width: 100%;
    border-bottom: 1px solid #dbd9d9;
}
.submenu h2{
    color: rgb(35, 177, 224);
    margin-top:5%;
    font-size: 40px;
    font-weight: 900;

}

.menu a {
    color: #333;
    text-decoration: none;
  } 
.menu a.active {
    background: #039941;
    color: #fff;
    width: 323px;
  }
.accessing{
    margin-top: 40px;
}
.submenu {
    margin-top: 30px;
}
.eloud p{
    text-align: center;
}
.eloud h3{
    text-align: center;
}
p{
    font-size: 18px;
}
.eloud img{
    margin-top: 20px;
    border: 1px solid;
    padding: 4px;
    border-radius: 5px;
    color: #9f9898;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);}
.vendo img{
    margin-top: 20px;
    border: 1px solid;
    padding: 4px;
    border-radius: 5px;
    color: #9f9898;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
}

@media only screen and (max-width:769px) {
    .portfolio-grid figure {
        width: 50%
    }

    .home-page-block h2 {
        font-size: 50px
    }

    .home-page-description {
        font-size: 18px
    }
}

@media only screen and (max-width:600px) {
    .blog-masonry .item {
        width: 100%
    }
}


@media only screen and (max-width:480px) {
    .portfolio-grid figure {
        width: 100%
    }

    .home-page-block h2 {
        font-size: 40px
    }

    .home-page-description {
        font-size: 16px
    }
}

.g-recaptcha {
    margin-bottom: 20px
}
