






body {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #707070;
    font-weight: lighter;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    /*text-transform: uppercase;*/
    font-weight: bold;
    color: #000;
}

.loading {
    visibility: hidden;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

p {
    color: #707070;
}

a,
a:hover,
a:focus {
    color: #x;
}

;
}

.row {
    margin-bottom: 50px;
}


.home {
    background: url(../img/slider.jpg) no-repeat top fixed;
    position: relative;
    width: 100%;
    position: relative;
    background-size: auto !100%;
}

.slide {
    position: absolute;
    top: 50%;
    margin-top: -135px;
    width: 100%;
    text-align: center;
    background-image: url(../img/patern.png);
    display: inline-block;
    padding: 40px;
}

.lead {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 65px;
    text-transform: uppercase;
    width: 80%;
    margin: 0 auto;
}

.btn {
    border-radius: 0;
    padding: 10px 35px;
    font-size: 15px;
}

.btn-primary {
    color: #000;
    background: #ffe600;
    border: 1px solid #ffe600;
    display: inline-block;
    margin: 10px;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    border: none;
}

    .btn-primary:hover {
        background: #ffe600;
        color: #000;
        border: none;
    }

    .btn-primary:before {
        content: '';
        position: absolute;
        border: #ffe600 solid 4px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: top, right, bottom, left;
        transition-property: top, right, bottom, left;
    }

    .btn-primary:hover:before {
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px;
    }

.go-to {
    background: #ffe600;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    line-height: 60px;
    text-align: center;
    width: 60px;
    height: 60px;
    display: block;
    color: #fff;
}

    .go-to:hover {
        color: #fff;
    }

    .go-to .fa {
        line-height: 60px;
    }

.gray {
    background: #FBFBFB;
}

.service-item {
    padding: 0 20px;
    text-align: center;
}

.about-item {
    margin-bottom: 50px;
}

    .about-item i {
        font-size: 25px;
        line-height: 50px;
        color: #fff;
    }

    .about-item h4,
    .about-item p {
        margin-left: 70px;
    }

    .about-item h4 {
        font-weight: normal;
    }

.process-item {
    text-align: center;
}

.align-center {
    text-align: center;
}

.centered-pills {
    text-align: center;
}

    .centered-pills ul.nav-pills {
        display: inline-block;
        margin-bottom: 50px;
    }

    .centered-pills li {
        display: inline;
    }

    .centered-pills a {
        float: left;
    }

.nav-pills {
    list-style: square;
}

    .nav-pills > li > a {
        text-transform: uppercase;
        font-size: 16px;
        color: #707070;
        padding: 10px 0;
    }

.mix {
    opacity: 0;
    display: none;
}

.square-l {
    background: #ffe600;
    color: #fff;
    vertical-align: middle;
}

.square-l {
    width: 60px;
    height: 60px;
    display: inline-block;
}

    .square-l .fa {
        line-height: 60px;
        color: #fff;
    }

.process-item .fa {
    color: #FFCF03;
}

.team {
    list-style: none;
}

.team-extended .row {
    margin-bottom: 0;
}



.team .col-md-3 {
    position: static;
    margin-bottom: 15px;
}

.team-member {
    border-bottom: 2px solid #9b9b9b;
    background: #fff;
    text-align: center;
    position: relative;
    display: block;
}

    .team-member:hover {
        text-decoration: none;
    }

.og-expanded .team-member:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #131313;
    border-image: none;
    border-style: solid;
    border-width: 15px;
    content: " ";
    height: 0;
    left: 50%;
    margin: 0 0 0 -15px;
    pointer-events: none;
    position: absolute;
    top: auto;
    width: 0;
}

.team-extended {
    background: none repeat scroll 0 0 #131313;
    left: 0;
    margin-top: 25px;
    padding: 20px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: auto;
    width: 100%;
}

    .team-extended h3 {
        color: #ffe600;
    }

    .team-extended p {
        color: #fff;
    }

    .team-extended .social {
        border: 1px solid #fff;
        width: 25px;
        margin-right: 7px;
        color: #fff;
        display: inline-block;
        text-align: center;
    }

.og-close {
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
}

    .og-close:before, .og-close:after {
        background: none repeat scroll 0 0 #888;
        content: "";
        height: 1px;
        position: absolute;
        top: 50%;
        transform: rotate(45deg);
        width: 100%;
    }

    .og-close:after {
        transform: rotate(-45deg);
    }

.team-extended .social:hover {
    color: #ffe600;
    border-color: #ffe600;
}

.team-member .name {
    display: block;
    text-transform: uppercase;
    color: #ffe600;
    font-size: 20px;
    margin-bottom: 10px;
}

.team-member .title {
    display: block;
    text-transform: uppercase;
    color: #707070;
    font-size: 16px;
    margin-bottom: 10px;
}

.team-member img {
    margin-bottom: 10px;
}

.branded-section {
    width: 100%;
    background-position 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

    .branded-section p {
        color: #fff;
    }

.masked {
    background: rgba(19, 19, 22, 0.5);
    background-image: url('../img/patern.png');
    width: 100%;
    height: 100%;
    display: block;
    padding-bottom: 50px;
}

.branded-section h1,
.branded-section h2,
.branded-section h3 {
    color: #fff;
}

blockquote {
    text-align: center;
    padding: 50px 0 0;
    width: 50%;
    border: none;
    position: relative;
}

.branded-section .heading {
    color: #fff;
    z-index: 1000;
}

.numbers {
    background-image: url('../img/we-are-proud.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.process {
    background: url('../img/how-we-do-it.jpg') 0px 0px no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.skills {
    background-image: url('../img/skills.jpg');
}

.quote {
    background-image: url('../img/slider.jpg');
}

.chart {
    text-align: center;
    margin: 0 auto;
}

    .chart,
    .chart h3 {
        color: #ffe600;
    }

.percent {
    display: block;
    font-size: 35px;
    letter-spacing: -3px;
    line-height: 130px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 90%;
    z-index: 10;
}

.number-item {
    text-align: center;
    border: 1px solid #FFE600;
    padding: 20px;
}

    .number-item .number {
        display: block;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
    }

.font-m {
    font-size: 16px;
}

.font-l {
    font-size: 20px;
}

.number-item .text {
    color: #FFE600;
    font-size: 16px;
    text-transform: uppercase;
}

.circle {
    background: #FFCF03;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}

.circle-l {
    width: 105px;
    height: 105px;
}

    .circle-l .fa {
        line-height: 105px;
        color: #fff;
    }

.heading {
    margin: 50px 0;
    text-align: center;
    color: #000;
    position: relative;
}

    .heading > div {
        text-transform: uppercase;
        font-weight: normal;
        color: #707070;
    }

    .heading h1 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 30px;
    }

    .heading p {
        font-size: 16px;
        width: 80%;
        margin: 0 auto;
    }

.pad-bot-50 {
    padding-bottom: 50px;
}

.divider {
    text-align: center;
    margin-bottom: 10px;
}

    .divider > span {
        display: inline-block;
        width: 170px;
        background: #FFCF03;
        height: 2px;
    }

.adress-element {
    text-align: center;
    margin-bottom: 50px;
}

    .adress-element .fa {
        color: #FFCF03;
    }

.lb_wrap {
    width: 100%;
    height: 100%;
    display: inline-block !important;
}

    .lb_wrap .lb_label.left {
        left: 0;
    }

.lb_label {
}

    .lb_label.active {
        color: #FFF;
    }

/******
Images
*******/
.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

    .grayscale:hover,
    .grayscale:focus {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter …\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0%);
        filter: none;
    }
/********************************************
				Sliders
********************************************/

.text-slider-wrapper .bx-wrapper .bx-prev {
    left: 10px;
}

.text-slider-wrapper .bx-wrapper .bx-next {
    right: 10px;
}

.text-slider-wrapper .bx-wrapper .bx-prev:hover {
}

.text-slider-wrapper .bx-wrapper .bx-next:hover {
}

.text-slider-wrapper .bx-wrapper .bx-controls-direction a {
    position: absolute;
    opacity: 0;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    z-index: 9999;
}

.text-slider-wrapper .bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
}

.text-slider-wrapper .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/********************************************
				404 page
********************************************/

.page404 {
    text-align: center;
    margin: 150px auto;
}

.error-code {
    font-size: 150px;
    color: #ffe600;
    margin: 0;
}

.error-desc {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 500px;
    display: block;
    margin: 0 auto;
}

.page404 p {
    padding: 50px;
}

.page404 .form-control {
    max-width: 500px;
    margin: 0 auto;
}

/*
Forms
*/
.form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    padding: 20px;
}

/********************************************
				Animation
********************************************/

.animate {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.delay1 {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.delay2 {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.delay3 {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.delay4 {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.delay5 {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.goup,
.godown {
    overflow: hidden;
}

    .godown span,
    .goleft span,
    .goup span {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        opacity: 1;
        left: 0;
        top: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        text-align: center;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
        transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
    }

        .goup span span:nth-of-type(1) {
            top: 0px;
        }

        .goup span span:nth-of-type(2) {
            top: 60px;
        }

        .goup span span:nth-of-type(3) {
            top: 120px;
        }

        .goup span span:nth-of-type(4) {
            top: 180px;
        }

        .goup span span:nth-of-type(5) {
            top: 240px;
        }

        .goup span span:nth-of-type(6) {
            top: 320px;
        }

    .goup:hover > span {
        top: -240px;
    }

    .godown span span:nth-of-type(1) {
        top: 320px;
    }

    .godown span span:nth-of-type(2) {
        top: 240px;
    }

    .godown span span:nth-of-type(3) {
        top: 180px;
    }

    .godown span span:nth-of-type(4) {
        top: 120px;
    }

    .godown span span:nth-of-type(5) {
        top: 60px;
    }

    .godown span span:nth-of-type(6) {
        top: 0px;
    }

    .godown > span {
        top: -320px;
    }

    .godown:hover > span {
        top: -60px;
    }

.goleft {
    left: -30px;
}

    .goleft span span:nth-of-type(1) {
        left: 0px;
    }

    .goleft span span:nth-of-type(2) {
        left: 30px;
    }

    .goleft:hover > span {
        left: -30px;
    }

/********************************************
				PORTFOLIO
********************************************/

.project {
    margin-bottom: 40px;
}

.project-loader {
    text-align: center;
    margin: 0 auto;
    width: 80px;
    margin-bottom: 40px;
}

.full-portfolio {
    list-style: none;
    padding: 0;
}

    .full-portfolio li {
        padding: 0 !important;
        -webkit-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

.portfolio-item {
    position: relative;
    overflow: hidden;
}

    .portfolio-item .mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        padding-top: 25%;
        background: rgba(0, 0, 0, 0.5);
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: all 0.3s ease-in 0.4s;
        -moz-transition: all 0.3s ease-in 0.4s;
        -o-transition: all 0.3s ease-in 0.4s;
        -ms-transition: all 0.3s ease-in 0.4s;
        transition: all 0.3s ease-in 0.4s;
    }

    .portfolio-item h4 {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        background: transparent;
        margin: 20px 40px 0px 40px;
        -webkit-transform: scale(10);
        -moz-transform: scale(10);
        -o-transform: scale(10);
        -ms-transform: scale(10);
        transform: scale(10);
        -webkit-transition: all 0.3s ease-in-out 0.1s;
        -moz-transition: all 0.3s ease-in-out 0.1s;
        -o-transition: all 0.3s ease-in-out 0.1s;
        -ms-transition: all 0.3s ease-in-out 0.1s;
        transition: all 0.3s ease-in-out 0.1s;
    }

    .portfolio-item p {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(10);
        -moz-transform: scale(10);
        -o-transform: scale(10);
        -ms-transform: scale(10);
        transform: scale(10);
        -webkit-transition: all 0.3s ease-in-out 0.2s;
        -moz-transition: all 0.3s ease-in-out 0.2s;
        -o-transition: all 0.3s ease-in-out 0.2s;
        -ms-transition: all 0.3s ease-in-out 0.2s;
        transition: all 0.3s ease-in-out 0.2s;
    }

    .portfolio-item:hover .mask {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        -ms-transition-delay: 0s;
        transition-delay: 0s;
    }

    .portfolio-item:hover h4 {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        -ms-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .portfolio-item:hover p {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        -ms-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .portfolio-item .mask h4,
    .portfolio-item .mask p {
        margin: 0;
        color: #fff;
    }
/********************************************
				CLIENTS
********************************************/

.client-slider {
    margin-bottom: 70px;
}

.client-nav {
    list-style: none;
    text-align: center;
    margin-bottom: 70px;
}

    .client-nav > li {
        display: inline-block;
        margin-left: 10px;
        text-align: center;
        padding: 0;
    }

        .client-nav > li > a {
            color: #fff;
            background: #ffe600;
            color: #fff;
            vertical-align: middle;
            width: 30px;
            height: 30px;
            display: block;
        }

            .client-nav > li > a .fa {
                line-height: 30px;
            }
/********************************************
				COLORS AND BACKGROUNDS
********************************************/

.primary-color {
    color: #FFE600;
}
/********************************************
				CONTACT FORM
********************************************/

.contact-form {
    background: url('../img/contact-us.jpg') repeat-x center;
}

    .contact-form form {
        position: relative;
    }

    .contact-form .form-control {
        background-color: transparent;
        margin-bottom: 20px;
        padding: 20px;
        color: #fff;
        border-width: 2px;
    }

        .contact-form .form-control:focus {
            border: 2px solid #FEE600;
        }

        .contact-form .form-control:focus {
            background: rgba(255, 255, 255, 0.1);
        }

    .contact-form .heading {
        color: #fff;
    }

.commands {
    text-align: center;
}
/********************************************
				FOOTER
********************************************/

footer {
    padding-top: 20px;
    background: #131217;
    text-align: center;
    color: #fff;
}

    footer .social-list a,
    footer .social-list a:hover {
        color: #fff;
    }

    footer .social-list {
        list-style: none;
        margin: 0 0 10px 0;
        padding: 0;
    }

        footer .social-list li {
            display: inline-block;
            padding: 10px;
        }

.social-list li a {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
}

.social-list li.facebook a:hover,
.social-list li.facebook a:focus {
    background: #3E5993;
}

.social-list li.twitter a:hover,
.social-list li.twitter a:focus {
    background: #00C3F8;
}

.social-list li.dribbble a:hover,
.social-list li.dribbble a:focus {
    background: #CA366E;
}

.social-list li.youtube a:hover,
.social-list li.youtube a:focus {
    background: #CC181E;
}

footer .to-top {
    background: #FFCF03;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.bubblingG {
    text-align: center;
    width: 80px;
    height: 50px;
}

    .bubblingG span {
        display: inline-block;
        vertical-align: middle;
        width: 10px;
        height: 10px;
        margin: 25px auto;
        background: #000000;
        -moz-border-radius: 50px;
        -moz-animation: bubblingG 1.3s infinite alternate;
        -webkit-border-radius: 50px;
        -webkit-animation: bubblingG 1.3s infinite alternate;
        -ms-border-radius: 50px;
        -ms-animation: bubblingG 1.3s infinite alternate;
        -o-border-radius: 50px;
        -o-animation: bubblingG 1.3s infinite alternate;
        border-radius: 50px;
        animation: bubblingG 1.3s infinite alternate;
    }

#bubblingG_1 {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

#bubblingG_2 {
    -moz-animation-delay: 0.39s;
    -webkit-animation-delay: 0.39s;
    -ms-animation-delay: 0.39s;
    -o-animation-delay: 0.39s;
    animation-delay: 0.39s;
}

#bubblingG_3 {
    -moz-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    animation-delay: 0.78s;
}

@-moz-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #000000;
        -moz-transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        background-color: #FFFFFF;
        -moz-transform: translateY(-21px);
    }
}

@-webkit-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #000000;
        -webkit-transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        background-color: #FFFFFF;
        -webkit-transform: translateY(-21px);
    }
}

@-ms-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #000000;
        -ms-transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        background-color: #FFFFFF;
        -ms-transform: translateY(-21px);
    }
}

@-o-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #000000;
        -o-transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        background-color: #FFFFFF;
        -o-transform: translateY(-21px);
    }
}

@keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #000000;
        transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        background-color: #FFFFFF;
        transform: translateY(-21px);
    }
}

.down {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    .down:hover {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }
/*****************************************
RESPONSIVE
*****************************************/

.lead {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .navbar-smak {
        background: rgba(19, 19, 22, 0.7);
    }

        .navbar-smak .nav {
            padding: 5px 0;
        }

        .navbar-smak .navbar-brand > img {
            height: 40px;
        }

        .navbar-smak .navbar-brand {
            padding: 5px 15px 0 0;
        }

    .lead {
        font-size: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .lead {
        font-size: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .lead {
        font-size: 30px;
    }
}

.loader {
    display: block;
    background: #ffe600;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    clear: both;
    -moz-transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    z-index: 2000;
}

    .loader .bubblingG {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -20px;
        margin-left: -40px;
    }

.removing {
    -moz-transform: scale(2) rotate(70deg) translate(1200px) rotateX(120deg);
    -webkit-transform: scale(2) rotate(70deg) translate(1200px) rotateX(120deg);
    -o-transform: scale(2) rotate(70deg) translate(1200px) rotateX(120deg);
    transform: scale(2) rotate(70deg) translate(1200px) rotateX(120deg);
}

.removing1 {
    -moz-transform: scale(0) rotate(70deg) rotateX(80deg);
    -webkit-transform: scale(0) rotate(70deg) rotateX(80deg);
    -o-transform: scale(0) rotate(70deg) rotateX(80deg);
    transform: scale(0) rotate(70deg) rotateX(80deg);
}

.removing2 {
    opacity: 0;
}


.thumb-wrap {
    margin-bottom: 50px;
}




.w-container:before, .w-container:after {
    content: " ";
    display: table;
}

.w-container:after {
    clear: both;
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
}

.w-row:before, .w-row:after {
    content: " ";
    display: table;
}

.w-row:after {
    clear: both;
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0;
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

    .w-col .w-col {
        padding-left: 0;
        padding-right: 0;
    }

.w-col-1 {
    width: 8.333333333333332%;
}

.w-col-2 {
    width: 16.666666666666664%;
}

.w-col-22 {
    width: 22.666666666666664%;
}

.w-col-3 {
    width: 25%;
}

.w-col-4 {
    width: 33.33333333333333%;
}

.w-col-5 {
    width: 41.66666666666667%;
}

.w-col-6 {
    width: 50%;
}

.w-col-7 {
    width: 58.333333333333336%;
}

.w-col-8 {
    width: 66.66666666666666%;
}

.w-col-9 {
    width: 75%;
}

.w-col-10 {
    width: 83.33333333333334%;
}

.w-col-11 {
    width: 91.66666666666666%;
}

.w-col-12 {
    width: 100%;
}

.w-col-push-1 {
    left: 8.333333333333332%;
}

.w-col-push-2 {
    left: 16.666666666666664%;
}

.w-col-push-3 {
    left: 25%;
}

.w-col-push-4 {
    left: 33.33333333333333%;
}

.w-col-push-5 {
    left: 41.66666666666667%;
}

.w-col-push-6 {
    left: 50%;
}

.w-col-push-7 {
    left: 58.333333333333336%;
}

.w-col-push-8 {
    left: 66.66666666666666%;
}

.w-col-push-9 {
    left: 75%;
}

.w-col-push-10 {
    left: 83.33333333333334%;
}

.w-col-push-11 {
    left: 91.66666666666666%;
}

.w-col-pull-1 {
    right: 8.333333333333332%;
}

.w-col-pull-2 {
    right: 16.666666666666664%;
}

.w-col-pull-3 {
    right: 25%;
}

.w-col-pull-4 {
    right: 33.33333333333333%;
}

.w-col-pull-5 {
    right: 41.66666666666667%;
}

.w-col-pull-6 {
    right: 50%;
}

.w-col-pull-7 {
    right: 58.333333333333336%;
}

.w-col-pull-8 {
    right: 66.66666666666666%;
}

.w-col-pull-9 {
    right: 75%;
}

.w-col-pull-10 {
    right: 83.33333333333334%;
}

.w-col-pull-11 {
    right: 91.66666666666666%;
}

.w-col-offset-1 {
    margin-left: 8.333333333333332%;
}

.w-col-offset-2 {
    margin-left: 16.666666666666664%;
}

.w-col-offset-3 {
    margin-left: 25%;
}

.w-col-offset-4 {
    margin-left: 33.33333333333333%;
}

.w-col-offset-5 {
    margin-left: 41.66666666666667%;
}

.w-col-offset-6 {
    margin-left: 50%;
}

.w-col-offset-7 {
    margin-left: 58.333333333333336%;
}

.w-col-offset-8 {
    margin-left: 66.66666666666666%;
}

.w-col-offset-9 {
    margin-left: 75%;
}

.w-col-offset-10 {
    margin-left: 83.33333333333334%;
}

.w-col-offset-11 {
    margin-left: 91.66666666666666%;
}

.w-hidden-main {
    display: none !important;
}

@media screen and (max-width:991px) {
    .w-container {
        max-width: 728px;
    }

    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: none !important;
    }

    .w-col-medium-1 {
        width: 8.333333333333332%;
    }

    .w-col-medium-2 {
        width: 16.666666666666664%;
    }

    .w-col-medium-3 {
        width: 25%;
    }

    .w-col-medium-4 {
        width: 33.33333333333333%;
    }

    .w-col-medium-5 {
        width: 41.66666666666667%;
    }

    .w-col-medium-6 {
        width: 50%;
    }

    .w-col-medium-7 {
        width: 58.333333333333336%;
    }

    .w-col-medium-8 {
        width: 66.66666666666666%;
    }

    .w-col-medium-9 {
        width: 75%;
    }

    .w-col-medium-10 {
        width: 83.33333333333334%;
    }

    .w-col-medium-11 {
        width: 91.66666666666666%;
    }

    .w-col-medium-12 {
        width: 100%;
    }

    .w-col-medium-push-1 {
        left: 8.333333333333332%;
    }

    .w-col-medium-push-2 {
        left: 16.666666666666664%;
    }

    .w-col-medium-push-3 {
        left: 25%;
    }

    .w-col-medium-push-4 {
        left: 33.33333333333333%;
    }

    .w-col-medium-push-5 {
        left: 41.66666666666667%;
    }

    .w-col-medium-push-6 {
        left: 50%;
    }

    .w-col-medium-push-7 {
        left: 58.333333333333336%;
    }

    .w-col-medium-push-8 {
        left: 66.66666666666666%;
    }

    .w-col-medium-push-9 {
        left: 75%;
    }

    .w-col-medium-push-10 {
        left: 83.33333333333334%;
    }

    .w-col-medium-push-11 {
        left: 91.66666666666666%;
    }

    .w-col-medium-pull-1 {
        right: 8.333333333333332%;
    }

    .w-col-medium-pull-2 {
        right: 16.666666666666664%;
    }

    .w-col-medium-pull-3 {
        right: 25%;
    }

    .w-col-medium-pull-4 {
        right: 33.33333333333333%;
    }

    .w-col-medium-pull-5 {
        right: 41.66666666666667%;
    }

    .w-col-medium-pull-6 {
        right: 50%;
    }

    .w-col-medium-pull-7 {
        right: 58.333333333333336%;
    }

    .w-col-medium-pull-8 {
        right: 66.66666666666666%;
    }

    .w-col-medium-pull-9 {
        right: 75%;
    }

    .w-col-medium-pull-10 {
        right: 83.33333333333334%;
    }

    .w-col-medium-pull-11 {
        right: 91.66666666666666%;
    }

    .w-col-medium-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .w-col-medium-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .w-col-medium-offset-3 {
        margin-left: 25%;
    }

    .w-col-medium-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .w-col-medium-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .w-col-medium-offset-6 {
        margin-left: 50%;
    }

    .w-col-medium-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .w-col-medium-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .w-col-medium-offset-9 {
        margin-left: 75%;
    }

    .w-col-medium-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .w-col-medium-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

@media screen and (max-width:767px) {
    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: inherit !important;
    }

    .w-hidden-small {
        display: none !important;
    }

    .w-row, .w-container .w-row {
        margin-left: 0;
        margin-right: 0;
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto;
    }

    .w-col-small-3 {
        width: 25%;
    }

    .w-col-small-4 {
        width: 33.33333333333333%;
    }

    .w-col-small-6 {
        width: 50%;
    }

    .w-col-small-push-1 {
        left: 8.333333333333332%;
    }

    .w-col-small-push-2 {
        left: 16.666666666666664%;
    }

    .w-col-small-push-3 {
        left: 25%;
    }

    .w-col-small-push-4 {
        left: 33.33333333333333%;
    }

    .w-col-small-push-5 {
        left: 41.66666666666667%;
    }

    .w-col-small-push-6 {
        left: 50%;
    }

    .w-col-small-push-7 {
        left: 58.333333333333336%;
    }

    .w-col-small-push-8 {
        left: 66.66666666666666%;
    }

    .w-col-small-push-9 {
        left: 75%;
    }

    .w-col-small-push-10 {
        left: 83.33333333333334%;
    }

    .w-col-small-push-11 {
        left: 91.66666666666666%;
    }

    .w-col-small-pull-1 {
        right: 8.333333333333332%;
    }

    .w-col-small-pull-2 {
        right: 16.666666666666664%;
    }

    .w-col-small-pull-3 {
        right: 25%;
    }

    .w-col-small-pull-4 {
        right: 33.33333333333333%;
    }

    .w-col-small-pull-5 {
        right: 41.66666666666667%;
    }

    .w-col-small-pull-6 {
        right: 50%;
    }

    .w-col-small-pull-7 {
        right: 58.333333333333336%;
    }

    .w-col-small-pull-8 {
        right: 66.66666666666666%;
    }

    .w-col-small-pull-9 {
        right: 75%;
    }

    .w-col-small-pull-10 {
        right: 83.33333333333334%;
    }

    .w-col-small-pull-11 {
        right: 91.66666666666666%;
    }

    .w-col-small-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .w-col-small-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .w-col-small-offset-3 {
        margin-left: 25%;
    }

    .w-col-small-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .w-col-small-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .w-col-small-offset-6 {
        margin-left: 50%;
    }

    .w-col-small-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .w-col-small-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .w-col-small-offset-9 {
        margin-left: 75%;
    }

    .w-col-small-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .w-col-small-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

@media screen and (max-width:479px) {
    .w-container {
        max-width: none;
    }

    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: inherit !important;
    }

    .w-hidden-small {
        display: inherit !important;
    }

    .w-hidden-tiny {
        display: none !important;
    }

    .w-col {
        width: 100%;
    }

    .w-col-tiny-3 {
        width: 25%;
    }

    .w-col-tiny-4 {
        width: 33.33333333333333%;
    }

    .w-col-tiny-6 {
        width: 50%;
    }

    .w-col-tiny-push-1 {
        left: 8.333333333333332%;
    }

    .w-col-tiny-push-2 {
        left: 16.666666666666664%;
    }

    .w-col-tiny-push-3 {
        left: 25%;
    }

    .w-col-tiny-push-4 {
        left: 33.33333333333333%;
    }

    .w-col-tiny-push-5 {
        left: 41.66666666666667%;
    }

    .w-col-tiny-push-6 {
        left: 50%;
    }

    .w-col-tiny-push-7 {
        left: 58.333333333333336%;
    }

    .w-col-tiny-push-8 {
        left: 66.66666666666666%;
    }

    .w-col-tiny-push-9 {
        left: 75%;
    }

    .w-col-tiny-push-10 {
        left: 83.33333333333334%;
    }

    .w-col-tiny-push-11 {
        left: 91.66666666666666%;
    }

    .w-col-tiny-pull-1 {
        right: 8.333333333333332%;
    }

    .w-col-tiny-pull-2 {
        right: 16.666666666666664%;
    }

    .w-col-tiny-pull-3 {
        right: 25%;
    }

    .w-col-tiny-pull-4 {
        right: 33.33333333333333%;
    }

    .w-col-tiny-pull-5 {
        right: 41.66666666666667%;
    }

    .w-col-tiny-pull-6 {
        right: 50%;
    }

    .w-col-tiny-pull-7 {
        right: 58.333333333333336%;
    }

    .w-col-tiny-pull-8 {
        right: 66.66666666666666%;
    }

    .w-col-tiny-pull-9 {
        right: 75%;
    }

    .w-col-tiny-pull-10 {
        right: 83.33333333333334%;
    }

    .w-col-tiny-pull-11 {
        right: 91.66666666666666%;
    }

    .w-col-tiny-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .w-col-tiny-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .w-col-tiny-offset-3 {
        margin-left: 25%;
    }

    .w-col-tiny-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .w-col-tiny-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .w-col-tiny-offset-6 {
        margin-left: 50%;
    }

    .w-col-tiny-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .w-col-tiny-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .w-col-tiny-offset-9 {
        margin-left: 75%;
    }

    .w-col-tiny-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .w-col-tiny-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

.plan1 {
    padding-left: 0px;
    border-style: solid;
    border-width: 1px 1px 4px;
    border-color: #ffce54;
    height: 255px;
}

.plan11 {
    padding-left: 0px;
    border-style: solid;
    border-width: 1px 1px 4px;
    border-color: #ffce54;
    height: 300px;
}

.plan1.plan3 {
    border-color: #a0d468;
}

.plan1.plan4 {
    border-color: #fc6e51;
}

.plan1-ser1 {
    background-color: #ffce54;
    text-align: center;
    border-bottom-color: #ffce54;
    height: 64px;
}

.plan1-ser11 {
    border-bottom-color: #FFCE54;
    color: #FF33CC;
    font-size: 14px;
    font-family: Arial;
    text-align: center;
    font-weight: bold;
}

.plan1-ser1.plan3-ser3 {
    background-color: #a0d468;
}

.plan1-ser1.plan4-ser4 {
    background-color: #fc6e51;
}

.plan1-ser1-para {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 0px 10px 20px;
    /*border-bottom: 2px dashed #eee;*/
    color: black;
    font-size: 12px;
    font-family: Arial;
    text-align: left;
    line-height: 1.20;
    word-spacing: -1px;
}

.plan-1-butn {
    display: block;
    width: 100%;
    margin: 10px auto 20px;
    padding: 6px;
    border-radius: 0px;
    background-color: #ffce54;
    box-shadow: none;
    color: black;
    text-align: center;
    text-decoration: none;
}

.service-icon {
    margin: auto;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}


.plan-1-butn:hover {
    border-radius: 0px;
    background-color: #ffce54;
    box-shadow: none;
    color: white;
}

.plan-1-butn.plan-1-butn2 {
    background-color: #ed5565;
    box-shadow: none;
}

.plan-1-butn.plan-1-butn3 {
    background-color: #a0d468;
    box-shadow: none;
}

.plan-1-butn.plan-4-butn4 {
    background-color: #fc6e51;
    box-shadow: none;
}

.price {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
}

.fixed-header {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 1);
}

.navbar {
}

.plan2 {
    border-width: 1px 1px 4px;
    border-color: #ed5565;
}

.plan2-ser2 {
    background-color: #ed5565;
}

/*

==============================================

CSS3 ANIMATION CHEAT SHEET

==============================================



Made by Justin Aguilar



www.justinaguilar.com/animations/



Questions, comments, concerns, love letters:

justin@justinaguilar.com

==============================================

*/



/*

==============================================

expandUp

==============================================

*/





.expandUp {
    animation-name: expandUp;
    -webkit-animation-name: expandUp;
    animation-duration: 3.0s;
    -webkit-animation-duration: 3.0s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}



@keyframes expandUp {

    0% {
        transform: translateY(100%) scale(0.6) scaleY(0.5);
    }

    60% {
        transform: translateY(-7%) scaleY(1.12);
    }

    75% {
        transform: translateY(3%);
    }

    100% {
        transform: translateY(0%) scale(1) scaleY(1);
    }
}



@-webkit-keyframes expandUp {

    0% {
        -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
    }

    60% {
        -webkit-transform: translateY(-7%) scaleY(1.12);
    }

    75% {
        -webkit-transform: translateY(3%);
    }

    100% {
        -webkit-transform: translateY(0%) scale(1) scaleY(1);
    }
}





/*

==============================================

expandOpen

==============================================

*/





.expandOpen, .team-section:hover {
    animation-name: expandOpen;
    -webkit-animation-name: expandOpen;
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    visibility: visible !important;
}



@keyframes expandOpen {

    0% {
        transform: scale(1.8);
    }

    50% {
        transform: scale(0.95);
    }

    80% {
        transform: scale(1.05);
    }

    90% {
        transform: scale(0.98);
    }

    100% {
        transform: scale(1);
    }
}



@-webkit-keyframes expandOpen {

    0% {
        -webkit-transform: scale(1.8);
    }

    50% {
        -webkit-transform: scale(0.95);
    }

    80% {
        -webkit-transform: scale(1.05);
    }

    90% {
        -webkit-transform: scale(0.98);
    }

    100% {
        -webkit-transform: scale(1);
    }
}





/*==============================================

pulse

==============================================

*/



.pulse, .plan1:hover {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}



@keyframes pulse {

    0% {
        transform: scale(0.9);
        opacity: 0.7;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 0.7;
    }
}



@-webkit-keyframes pulse {

    0% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }
}



/*

==============================================

floating

==============================================

*/



.floating, .grid li:hover {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}



@keyframes floating {

    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(8%);
    }

    100% {
        transform: translateY(0%);
    }
}



@-webkit-keyframes floating {

    0% {
        -webkit-transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(8%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}
