@import "https://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic";
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=cyrillic');

body {
    font-family: 'Roboto', sans-serif
}
section {
    padding: 100px 0 50px;
    overflow: visible
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Slab', serif;
	font-weight: 900;
    color: #202020;
    -webkit-font-smoothing: antialiased !important
}
a:hover,
a:focus {
    outline: none;
    text-decoration: none
}
p,
#working .tooltip-inner {
    color: #726656;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased !important
}
section.color {
    background: #F2F2F2
}
.color-white-text {
    color: #fff
}
.container {
    max-width: 1170px;
    width: 100%
}
.title {
    text-align: center;
    margin-bottom: 20px
}
.title h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px
}
.title h2 {
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 5px
}
.title p {
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    font-size: 14px;
    line-height: 27px
}
.title.white h1,
.title.white h2,
.title.white p {
    color: #fff
}
.img-responsive,
.thumbnail > img {
    width: 100%
}
.btn {
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #fff;
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff;
    background: transparent
}
.animated {
    visibility: hidden
}
.visible {
    visibility: visible
}
.pattern-overlay {
    background: url(../images/pattern.png) repeat rgba(0, 0, 0, 0.5);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}
.navbar-default,
.btn,
.we-are-block i,
#features i,
.contact-details {
    background: #726656
}
.we-are-block:hover i,
.we-are-block:hover h2,
.we-are-block:hover h3,
.btn:hover,
#working li:hover,
#portfolio .item ul > li i:hover,
#features .feature:hover i,
#features .feature:hover h3,
#team .thumbnail .caption li > a:hover,
#footer li > a:hover,
.service-block:hover div.fa,
.service-block:hover h4,
.service-block:hover h3,
.service-block:hover i {
    transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}
#pageloader {
    background-color: #F2F2F2;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}
.loader-item {
    background: url(../images/loader.gif) no-repeat;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px
}
.loader-item h2 {
    color: #CCCCCC;
    font-size: 20px;
    margin: 0 auto
}
.colored-border {
    border-color: #3498db
}
.navbar-default {
    border-color: #000000;
    margin-bottom: 0;
    z-index: 9999;
    height: 80px;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ffffff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 25px 15px
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: transparent
}
.navbar-default .navbar-header p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 25px;
    padding-top: 25px;
    line-height: 30px;
    outline: none
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    letter-spacing: 1px
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;transform: scale(1.2);}
.navbar-toggle {
    position: absolute;
    top: 15px;
    right: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0
}
.text-slider {
    background: url(../images/slider.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-color: #000000;
    position: relative;
    overflow: hidden
}
.text-slider .slider-container {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}
.slider-text .item {
    display: block;
    width: 100%;
    height: auto
}
.slider-text .item h3 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px
}
.slider-text .item p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 40px
}
.owl-pagination {
    text-align: center
}
.owl-controls .owl-page {
    display: inline-block;
    height: 20px
}
.owl-page > span {
    background: rgba(255, 255, 255, 0.5);
    display: block;
    height: 10px;
    margin: 0 15px;
    width: 10px;
    border-radius: 10px;
}
.owl-page.active > span {
    background: rgba(255, 255, 255, 1);
    display: block;
    height: 10px;
    margin: 0 15px;
    width: 10px
}
.scroll-down {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 110%; transform: scale(1.5);}
.scroll-down > a {
    text-align: center;
    color: #fff;
    font-size: 28px;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-name: hover;
    animation-name: hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    display: inline-block;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
@-webkit-keyframes "hover" {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
@keyframes "hover" {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
.text-slider-container p {
    padding: 0 33%
}
.text-slider-container a.btn i {
    margin-right: 5px
}
.slides-container {
    z-index: -1
}
.wide-container {
    height: 700px
}
.bg-slider {
    position: relative
}
.z-index-99 {
    z-index: 99
}
.vertical-center-section {
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}
.text-slider-container .element,
.typed-cursor {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase
}
.typed-cursor {
    animation: fadeIn 0.6s alternate infinite;
    -o-animation: fadeIn 0.6s alternate infinite;
    -moz-animation: fadeIn 0.6s alternate infinite;
    -webkit-animation: fadeIn 0.6s alternate infinite
}
.video-bg {
    min-height: 650px;
    position: realtive
}
.text-slider.video-bg-section {
    background-image: none
}
.video-bg .movie {
    z-index: -1
}
#we-are .title {
    margin-bottom: 128px
}
#we-are .title p {
    margin: 0
}
.we-are-blockh4 {
    font-size: 24px;
    font-weight: 300;
    text-align: left;
    margin: 2px 0 8px
}
.we-are-block h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin: 0 0 10px
}
.we-are-block p {
    margin: 18px 0 50px
}
.we-are-block i,
#features i {
    font-size: 50px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    height: 70px;
    padding: 12px 0;
    width: 70px;
    position: relative
}
.we-are-block i:after,
#features i:after {
    content: "";
    background-color: #cacaca;
    height: 60px;
    position: absolute;
    width: 1px;
    right: -16px;
    top: 5px
}
.icon-title {
    display: inline-block;
    margin-left: 29px
}
#features .title {
    margin-bottom: 95px
}
#features .features-left,
#features .features-right {
    width: 35%;
    padding: 50px 15px;
    float: left
}
#features .features-image {
    width: 30%;
    padding: 0 15px;
    float: left
}
#features .features-left {
    text-align: right
}
#features .features-right {
    text-align: left
}
#features .features-left .feature-icon {
    float: right
}
#features .features-right .feature-icon {
    float: left
}
#features .feature {
    margin-top: 75px
}
.features-title {
    display: table
}
#features h3 {
    font-size: 23px;
    font-weight: 700;
    margin: 0 0 6px
}
#features .features-left i {
    margin: 5px 0 0 25px
}
#features .features-left i:after {
    left: -14px;
    background: #726656
}
#features .features-right i {
    margin: 5px 25px 0 0
}
#features .features-right i:after {
    right: -14px;
    background: #7c7c7c
}
#counter {
    background: url(../images/bg/counter.jpg) fixed;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover
}
.counter-section {
    position: relative;
    padding: 100px 0 60px
}
.counter-section .counter,
.counter-section i,
.counter-section p {
    color: #fff;
    text-align: center
}
.counter-section i {
    font-size: 75px;
    display: block
}
.counter-section .counter {
    font-size: 60px;
    font-weight: 500
}
.counter-section p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 50px
}
#team .title {
    margin-bottom: 75px
}
#team .thumbnail {
    border: none;
    padding: 0;
    position: relative;
    margin-bottom: 75px
}
#team .thumbnail h3 {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 10px
}
#team .thumbnail p {
    color: #000;
    line-height: 25px
}
#team .thumbnail img {
    position: relative;
    z-index: 99
}
#team .thumbnail .caption {
    background-color: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    text-align: center;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    min-height: 188px;
    content: attr(data-hover);
    -webkit-transform: rotateX(240deg);
    -moz-transform: rotateX(240deg);
    transform: rotateX(240deg);
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 0
}
#team .thumbnail:hover .caption,
#team .thumbnail .caption:hover {
    -webkit-transform: rotateX(-10deg);
    -moz-transform: rotateX(-10deg);
    transform: rotateX(-10deg);
    border: 1px solid;
    border-top: 5px solid
}
#team .thumbnail .caption ul {
    padding: 0;
    margin: 18px 0
}
#team .thumbnail .caption li {
    display: inline-block;
    font-size: 18px;
    margin: 0 5px
}
#team .thumbnail .caption li > a {
    color: #726656
}
#team .thumbnail .caption li > a.fa-facebook:hover {
    color: #3B5998
}
#team .thumbnail .caption li > a.fa-twitter:hover {
    color: #5EA9DD
}
#team .thumbnail .caption li > a.fa-google-plus:hover {
    color: #DD4B39
}
#team .thumbnail .caption li > a.fa-youtube:hover {
    color: #C2191E
}
#skills .title {
    margin-bottom: 60px
}
#skills p {
    margin-bottom: 0
}
.progress {
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    height: 13px;
    background: #fff;
    border: 1px solid #000;
    margin-bottom: 35px;
    overflow: visible
}
.progress-bar {
    background: #19300D;
    position: relative
}
.progress .tooltip {
    opacity: 1;
    right: -20px;
    top: -40px;
    font-family: inherit
}
.progress .tooltip-inner {
    padding: 6px 10px;
    border-radius: 0
}
#responsive {
    background: url(../images/bg/responsive.jpg) fixed;
    padding: 0;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover
}
.responsive-section {
    position: relative;
    padding: 100px 0
}
#responsive div {
    z-index: 9
}
#responsive h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    line-height: 58px
}
#responsive p {
    color: #fff;
    margin-bottom: 25px
}
#responsive img {
    margin-top: 35px
}
#services .title {
    margin-bottom: 80px
}
.service-block {
    text-align: center;
    padding: 95px 37px 40px
}
.services-bottom .service-block {
    padding-top: 60px
}
.service-block div.fa {
    color: #F2F2F2;
    font-size: 120px;
    position: relative
}
.service-block i.fa {
    color: #19300D;
    display: block;
    font-size: 75px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 20px
}
.service-block h4 {
    font-size: 26px;
    font-weight: 300
}
.service-block p {
    font-size: 14px
}
.services-bottom .service-block p {
    margin-bottom: 60px
}
.service-block h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 20px
}
.services-top,
.services-bottom {
    margin-left: 110px;
    margin-right: 110px
}
.service-block.left {
    border-right: 2px solid
}
.middle-line {
    background: none repeat scroll 0 0 transparent;
    border-top: 2px solid;
    height: 0px;
    margin: 0 110px;
    position: relative
}
.middle-line:before,
.middle-line:after,
.services-top .service-block.left:before,
.services-bottom .service-block.left:after {
    border-radius: 50%;
    content: "";
    height: 20px;
    position: absolute;
    width: 20px;
    left: 0;
    margin-top: -10px
}
.middle-line:after {
    left: auto;
    right: -1px;
    top: 0
}
.services-top .service-block.left:before,
.services-bottom .service-block.left:after {
    left: auto;
    right: -11px;
    top: 0
}
.services-bottom .service-block.left:after {
    top: auto;
    bottom: 0
}
.middle-line > span {
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: -18px;
    width: 100%;
    z-index: 9
}
.middle-line > span:before {
    content: "";
    height: 50px;
    left: -1px;
    margin: -8px auto 0;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 50px;
    z-index: -1
}
#working {
    background: #202020;
    padding-bottom: 80px;
    background-size: 100%
}
#working .title {
    margin-bottom: 70px
}
#working .working-circle {
    height: 160px;
    width: 160px;
    border: 1px solid #fff;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #726656;
    margin: 0 auto;
    position: relative;
    text-align: center;background: #fff;
    margin-bottom: 70px
}
#working .working-circle:after {
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    background: #fff;
    left: -2px;
    padding: 2px;
    top: -2px;
    transform: scale(0.92);
    -moz-transform: scale(0.92);
    -ms-transform: scale(0.92);
    -o-transform: scale(0.92);
    -webkit-transform: scale(0.92)
}
#working .working-circle:hover:after {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1)
}
#working .working-circle i {
    font-size: 60px;
    position: relative;
    line-height: 158px;
    z-index: 9
}
#working .working-circle > p {
    color: #f2f2f2;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 20px
}
#working .working-circle:hover:after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -moz-transition: -moz-transform 0.5s, opacity 0.2s;
    transition: transform 0.5s, opacity 0.2s
}
#working .working-circle:hover {
    /* -ms-box-shadow: 0px 0px 0px 3px #fff; */
    /* -moz-box-shadow: 0px 0px 0px 3px #fff; */
    /* -o-box-shadow: 0px 0px 0px 3px #fff; */
    /* -webkit-box-shadow: 0px 0px 0px 3px #fff; */
    /* color: #fff; */; /* border-color: #0099CC */}
#working .tooltip {
    opacity: 1
}
#working .tooltip-inner {
    padding: 10px;
    line-height: unset;
    color: #fff
}
#pricings .title {
    margin-bottom: 65px
}
#pricings .pricing-table {
    border: 1px solid;
    border-color: #202020;
    text-align: center;
    margin-bottom: 40px
}
.category {
    position: relative;
    background: #726656
}
.category h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 100px;
    color: #fff;
    margin: 0;
    text-transform: uppercase
}
.price {
    padding: 20px 0
}
.price h4,
.price p {
    margin: 0;
    letter-spacing: 1px;
    color: #726656
}
.price h4 {
    font-size: 45px;
    font-weight: 700
}
.price p {
    font-size: 14px;
    font-weight: 400
}
.pricing-table ul {
    padding: 0 20px
}
.pricing-table ul > li {
    list-style: none;
    padding: 15px 0;
    color: #726656;
    font-weight: 400;
    letter-spacing: 1px;
    border-bottom: 1px solid #cacaca;
    -webkit-font-smoothing: antialiased !important
}
.pricing-table .btn {
    font-size: 22px;
    background: #726656;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 20px 25px;
    margin: 15px 0 0;
    display: block;
    border: none;
    width: 100%
}
.pricing-table .btn:hover,
#pricings .pricing-table.premium .btn:hover {
    color: #fff;
    background: #202020
}
#pricings .pricing-table.premium {
    transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -o-transform: scaleY(1.05);
    -webkit-transform: scaleY(1.05)
}
#pricings .pricing-table.premium .price {
    transform: scaleY(0.95);
    -ms-transform: scaleY(0.95);
    -moz-transform: scaleY(0.95);
    -o-transform: scaleY(0.95);
    -webkit-transform: scaleY(0.95)
}
#testimonials {
    text-align: center;
    background: url(../images/bg/testimonial.jpg)fixed;
    background-size: cover;
    z-index: 0;
    position: relative;
    padding-bottom: 80px
}
#testimonials p {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px
}
#testimonials .img-circle {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%
}
#testimonials h3 {
    margin-bottom: 0
}
#clients {
    background: #19300D;
    padding-bottom: 100px
}
#clients .img-responsive,
#testimonials .img-responsive {
    width: auto;
    margin: 0 auto
}
#portfolio {
    padding-bottom: 80px
}
#portfolio ul,
#portfolio .item ul {
    text-align: center;
    padding: 0;
    list-style: none
}
#portfolio .item {
    float: left;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background: #726656
}
#portfolio .item h3 {
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 0;
    padding: 0 0 15px 15px;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s
}
#portfolio ul > li {
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
    position: relative
}
#portfolio ul > li:after {
    position: absolute;
    content: "/";
    right: 0
}
#portfolio ul > li:last-child:after {
    content: ""
}
#portfolio ul > li a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #000;
    padding-right: 10px
}
#portfolio .item img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative
}
.project-grid .grid-sizer {
    width: 25%
}
.project-grid .mini-item {
    width: 25%;
    border: 5px solid #fff
}
.project-grid .mini-item.w2 {
    width: 50%
}
#portfolio .item {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.item-caption {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 100%;
    height: 50px;
    width: 100%
}
#portfolio .item ul {
    height: 100%;
    margin-bottom: 0;
    padding: 10px 0
}
#portfolio .item ul > li a {
    padding: 0;
    font-size: 20px;
    color: #fff;
    padding: 0 10px
}
#portfolio .item:hover .item-caption {
    -webkit-transform: translatey(-50px);
    -moz-transform: translatey(-50px);
    -o-transform: translatey(-50px);
    -ms-transform: translatey(-50px);
    transform: translatey(-50px)
}
#portfolio .item:hover img {
    /* -webkit-transform: translateY(-50px); */
    /* -moz-transform: translateY(-50px); */
    /* -o-transform: translateY(-50px); */
    /* -ms-transform: translateY(-50px); */
    /* transform: translateY(-50px); */; /* opacity: 0.5 */}
#portfolio .item:hover h3 {
    /* -webkit-transform: translate3d(0, -50px, 0); */
    /* transform: translate3d(0, -50px, 0); */
    /* opacity: 1
 */}
#contact {
    background: url(../images/bg/contact.jpg)fixed;
    padding-bottom: 0;
    position: relative
}
.input-group {
    width: 100%
}
.form-group {
    margin-bottom: 30px
}
.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-color: #fff;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0
}
.form-control::-moz-placeholder {
    color: #fff
}
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    font-style: normal
}
.has-error .form-control:focus,
.has-error .form-control {
    border-color: #a94442
}
#contact .btn {
    margin: 25px 0 60px;
    float: right;
    background: transparent;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 80px;
    text-transform: none
}
.message-box i {
    padding-right: 37px
}
.contact-details {
    padding: 50px 20px;
    background: #3d362e;
    text-align: center;
    position: relative
}
.contact-details .icon-circle {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #726656;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 18px 0;
    margin: 0 auto;
    color: #726656;
    overflow: hidden
}
.contact-block:hover .icon-circle {
    color: #fff
}
.contact-block {
    margin-bottom: 30px
}
.contact-block i {
    font-size: 34px;
    position: absolute;
    left: 0;
    right: 0;
    display: block; color: #000;}
.contact-block:hover i {
    /* -webkit-animation: toRightFromLeft 0.3s forwards; */; /* -moz-animation: toRightFromLeft 0.3s forwards; */
    /* animation: toRightFromLeft 0.3s forwards
 */}
@-webkit-keyframes "toRightFromLeft" {
    49% {
        -webkit-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes "toRightFromLeft" {
    49% {
        -moz-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes "toRightFromLeft" {
    49% {
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
.contact-details h3 {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px
}
.contact-details p,
.contact-details p a {
    color: #fff;
    font-size: 14px;
    line-height: 14px
}
.map #map_canvas {
    height: 240px;
    width: 100%
}
#footer {
    background: #243a48;}
#footer p {
    color: #fff;
    margin: 32px 0;
    font-size: 14px
}
#footer ul {
    float: right;
    margin: 0;
    padding: 24px 0;
    text-align: center
}
#footer li {
    display: inline-block;
    font-size: 24px;
    padding: 0 5px
}
#footer li > a {
    color: #fff;
    background: #4a4a4a;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 8px 0
}
#footer a.fa-facebook:hover {
    background: #3B5998
}
#footer a.fa-twitter:hover {
    background: #5EA9DD
}
#footer a.fa-google-plus:hover {
    background: #DD4B39
}
#footer a.fa-youtube:hover {
    background: #C2191E
}

.color, .btn:hover, .btn:focus, .btn.focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, #team .thumbnail h3, #testimonials h3, #portfolio ul > li a.active, #portfolio .item ul > li i:hover, .form-control:focus{
	color: #fff;background: rgba(255, 255, 255, 0.2);
}
/*Mozilla placeholder*/
.form-control:focus::-moz-placeholder{
	color:#DA5C53;
}
/*Services Section*/
.service-block:hover div.fa{
	color:rgba(0,153,204,0.1);
}
.navbar-default .navbar-toggle .icon-bar, .middle-line > span:before, .services-top .service-block.left:before, .services-bottom .service-block.left:after, .middle-line:before, .middle-line:after, .middle-line, .progress .tooltip-inner, #working .tooltip-inner, #pricings .pricing-table.premium .category, #pricings .pricing-table.premium .btn, #testimonials .owl-page.active > span, .contact-block:hover .icon-circle
{
	background: #fff;
}	

.btn:hover, .btn:focus, .btn.focus,
.btn:hover,.services-top,#team .thumbnail .caption,
.service-block.left,.middle-line,
#pricings .pricing-table.premium,
#team .thumbnail:hover .caption,
.form-control:focus{
  	 border-color:#DA5C53;
}
	 
.progress .tooltip-arrow,
/*Working Section*/
#working .tooltip-arrow{
	 border-top-color:#DA5C53 !important;
}

#working .working-circle:hover{
	/* box-shadow:0px 0px 7px #DA5C53 inset; */
	/* -moz-box-shadow:0px 0px 7px #DA5C53 inset; */
	/* -ms-box-shadow:0px 0px 7px #DA5C53 inset; */
	/* -o-box-shadow:0px 0px 7px #DA5C53 inset; */
	/* -webkit-box-shadow:0px 0px 7px #DA5C53 inset; */
}	


.logo-img {
	/* width: 120px; */
	height: 80px;
	transform: translateX(50px);
}

.logo-img + .store-name {
	display: none;
	margin: 0;
	font-size: 26px;
	color: #84b0cc;
}

.logo-img[src=""] {
	display: none;
}

.logo-img[src=""] + .store-name {
	display: block;
	padding: 25px 15px;
}

.item-card .item-image {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding-top: 100%;
	position: relative;
}

.item-card {
	margin-bottom: 20px;
	cursor: pointer;
}

.modal .item-card {
	cursor: default;
}

.item-description {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	display: flex;
	flex-direction: column;
	padding: 10px;
	
	color: #fff;
	
	overflow-y: auto;
}

/* .item-card .item-category {
	margin-top: auto;
} */
.item-card .item-description > :first-child {
	margin-top: auto;
}
.item-name {
	font-size: 2em;
}
.item-price {
	font-size: 1.6em;
}
.item-price.-old {
	text-decoration: line-through;
	font-size: 1.5em;
}

.item-description .icon.tag {
	background-image: url(../images/tag.svg);
	width: 16px;
	height: 16px;
	display: inline-block;
	background-size: contain;
	
	position: relative;
	top: 5px;
	left: -2px;
}

.icon.cart {
	background-image: url(../images/cart.svg);
	width: 32px;
	height: 32px;
	display: inline-block;
	background-size: contain;
	
	/* position: relative; */
	/* top: 5px; */
	/* left: -2px; */
}

.navbar-default .navbar-nav > li > a.cart_button {
	cursor: pointer;
	padding: 24px 24px 0 24px;
}

.item-description .icon.tag.dark {
	background-image: url(../images/tag_dark.svg);
}

.cart-total {
	padding-left: 10px;
	font-size: 1.5em;
}

/* */

#cartModal .content {
	display: flex;
	flex-wrap: wrap;
}

.cart-content, .cart-process {
	flex: 1;
	min-width: 300px;
	padding: 15px;
}

.cart-content .item-card {
	display: flex;
	position: relative;
}

.cart-content .item-description {
	position: static;
	flex: 1;
	color: #000;
	padding-top: 0;
	overflow: visible;
}

.cart-content .cart-delete {
	position: absolute;
	top: 0;
	right: 0;
}

.cart-content .item-card .item-category {
	margin-top: 0;
}

.cart-content .item-image-wrap {
	max-width: 128px;
	flex: 1;
}

.modal .layer > .close .close-button {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 10px;
	cursor: pointer;
	opacity: .6;
	transition: all .1s ease;
}

.modal .layer > .close .close-button::after, .modal .layer > .close .close-button::before {
	content: "";
	width: 2px;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 50%;
}

.modal .layer > .close .close-button::before {
	transform: rotate(45deg);
}

.modal .layer > .close .close-button::after {
	transform: rotate(-45deg);
}


.modal {
	z-index: 10000;
}

.close {
	opacity: 1;
}

.modal .layer {
	position: relative;
	min-height: 100%;
}


.modal .layer > .content {
	background: #fff;
	max-width: 1024px;
	height: calc(100% - 100px);
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
	position: absolute;
	-wekbit-box-shadow: 0 -10px 20px rgba(0,0,0,.2);
	box-shadow: 0 -10px 20px rgba(0,0,0,.2);
}

@media screen and (min-width: 480px) {
	.modal .layer {
		padding: 80px 10px;
	}
	.modal .layer > .content {
		height: auto;
		bottom: auto;
		left: auto;
		right: auto;
		overflow: visible;
		position: relative;
		margin: 0 auto;
		-wekbit-box-shadow: 0 9px 46px 8px rgba(0,0,0,.14),0 11px 15px -7px rgba(0,0,0,.12),0 24px 38px 3px rgba(0,0,0,.2);
		box-shadow: 0 9px 46px 8px rgba(0,0,0,.14),0 11px 15px -7px rgba(0,0,0,.12),0 24px 38px 3px rgba(0,0,0,.2);
	}
}












/* цвет фона и рамки навигационного меню */
.navbar-default, .navbar-default .navbar-collapse {
    background-color: #394d58;
    border-color: #243a48;
}
/* цвет текста, содержащий название сайта или бренда */
.navbar-default .navbar-brand {
    color: #84b0cc;
	padding: 0;
}
/* цвет текста (название сайта или бренда), при поднесении к нему курсора мышки или при его нахождении в фокусе */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #a5ddff;
	padding: 0;
}
/* Цвет пунктов навигационного меню */
.navbar-default .navbar-nav > li > a {
    color: #84b0cc;
}
/* Цвет пункта меню, при поднесении к нему курсора мышки или при его нахождении в фокусе */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #a5ddff;
}
/* Цвет и фон активного пункта меню, а также поднесении к нему курсора мышки или при его нахождении в фокусе */
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #a5ddff;
    background-color: #243a48;
}
/* Цвет и фон открытого пункта меню, а также поднесении к нему курсора мышки или при его нахождении в фокусе */
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #a5ddff;
    background-color: #243a48;
}
/* Цвет стрелочки (треугольничка) у раскрывающихся пунктов меню */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #84b0cc;
    border-bottom-color: #84b0cc;
}
/* Цвет стрелочки (треугольничка) при поднесении к нему курсора мышки или при его нахождении в фокусе */
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #a5ddff;
    border-bottom-color: #a5ddff;
}
/* Цвет стрелочки (треугольничка), открывшегося пункта меню */
.navbar-default .navbar-nav > .open > a .caret, 
.navbar-default .navbar-nav > .open > a:hover .caret, 
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #a5ddff;
    border-bottom-color: #a5ddff;
}
/* CSS стили для мобильных устройств */
/* Цвет рамки у кнопки, которая открывает меню */
.navbar-default .navbar-toggle {
    border-color: #243a48;
}
/* Цвет фона кнопки (которая открывает меню) при поднесении к ней курсора мышки или при нахождении её в фокусе */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #243a48;
}
/* Цвет полосочек в кнопочке, которая открывает меню */
.navbar-default .navbar-toggle .icon-bar {
    background-color: #84b0cc;
}
/* Цвет пунктов меню в раскрывающихся списках */
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #84b0cc;
  }
/* Цвет и фон пункта меню в раскрывающихся списках, при поднесении к нему курсора мышки или при нахождении его в фокусе */
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #a5ddff;
        background-color: #243a48;
    }
}

.sale-label {
	position: absolute;
	top: 18px;
	right: -2px;
	color: #fff;
	background-color: red;
	transform: rotate(45deg);
	height: 20px;
	line-height: 20px;
	width: 60px;
	text-align: center;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom: 1px solid rgb(255, 0, 0);
	font-weight: bold;
}
.sale-label::before{
	content:'';
	border: 10px solid red;
	height: 0;
	font-size: 0;
	position: absolute;
	border-left-color: transparent;
	border-top-color: transparent;
	top: 0px;
	left: -20px;
}
.sale-label::after{
	content:'';
	border: 10px solid red;
	height: 0;
	font-size: 0;
	position: absolute;
	border-right-color: transparent;
	border-top-color: transparent;
	top: 0px;
	right: -20px;
}

























