.headerLine {
    background-color: #34495e;
    background-image: none;
}

.headerLine.yellow:after {
    border-bottom: 150px solid #fbd63a;
}

.line-blue {
    padding-top: 190px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    background-color: #34495e;
    background-image: none;
}
.tab p{
	font-weight: 200;
	font-size: 18px;
}
.default .logo img {
    width: 130px;
    height: 130px;
    margin-top: -50px;
}

.features-box {
    height: 280px;
}

.fixed .logo img {
    width: 130px;
    height: 130px;
    margin-top: -25px;
}

.fixed {
    padding-bottom: 0px;
}

a:hover {
    color: #bea22b !important;
}

a {
    color: #fbd63a !important;
}

li.active a {
    color: #ffe39d !important;
}

.switch {
    text-align: center;
}

div.switch {
    height: 400px;
}

div.switch.tall {
    height: 600px;
}

div.switch.dwarf {
    height: auto;
}

.switch h1 {
    color: #ffffff;
}

.tab {
    display: none;
}

.tab.selected {
    display: block !important;
}

.tab.price-block {
    display: block !important;
}

ul.price-table li {
    float: none;
    border: 1px solid #888888;
    border-bottom: none;
    padding: 20px;
    width: 300px;
}

ul.price-table li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

ul.price-table li:last-child {
    border-bottom: 1px solid #888888;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@keyframes plansAnimation {
    0% {
        transform: rotate(0deg) scale(0.66);
    }
    50% {
        transform: rotate(15deg) scale(1.1);
    }
    100% {
        transform: rotate(7deg) scale(1);
    }
}

@-webkit-keyframes plansAnimation {
    0% {
        -webkit-transform: rotate(0deg) scale(0.66);
    }
    50% {
        -webkit-transform: rotate(15deg) scale(1.1);
    }
    100% {
        -webkit-transform: rotate(7deg) scale(1);
    }
}

@-moz-keyframes plansAnimation {
    0% {
        -moz-transform: rotate(0deg) scale(0.66);
    }
    50% {
        -moz-transform: rotate(17deg) scale(1.1);
    }
    100% {
        -moz-transform: rotate(7deg) scale(1);
    }
}

@-o-keyframes plansAnimation {
    0% {
        -o-transform: rotate(0deg) scale(0.66);
    }
    50% {
        -o-transform: rotate(15deg) scale(1.1);
    }
    100% {
        -o-transform: rotate(7deg) scale(1);
    }
}

@keyframes plansAnimationOut {
    0% {
        transform: rotate(7deg) scale(1);
    }
    100% {
        transform: rotate(0deg) scale(0.66);
    }
}

@-webkit-keyframes plansAnimationOut {
    0% {
        -webkit-transform: rotate(7deg) scale(1);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.66);
    }
}

@-moz-keyframes plansAnimationOut {
    0% {
        -moz-transform: rotate(7deg) scale(1);
    }
    100% {
        -moz-transform: rotate(0deg) scale(0.66);
    }
}

@-o-keyframes plansAnimationOut {
    0% {
        -o-transform: rotate(7deg) scale(1);
    }
    100% {
        -o-transform: rotate(0deg) scale(0.66);
    }
}

.plan:hover {
    animation: plansAnimation 0.35s 1 ease;
    -webkit-animation: plansAnimation 0.35s 1 ease;
    -moz-animation: plansAnimation 0.35s 1 ease;
    -o-animation: plansAnimation 0.35s 1 ease;
    transform: rotate(7deg) scale(1);
    -webkit-transform: rotate(7deg) scale(1);
    -moz-transform: rotate(7deg) scale(1);
    -o-transform: rotate(7deg) scale(1);
}

.plan.selected {
    transform: rotate(7deg) scale(1);
    -webkit-transform: rotate(7deg) scale(1);
    -moz-transform: rotate(7deg) scale(1);
    -o-transform: rotate(7deg) scale(1);
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
}

.plan.selected:hover {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    transform: rotate(7deg) scale(1);
    -webkit-transform: rotate(7deg) scale(1);
    -moz-transform: rotate(7deg) scale(1);
    -o-transform: rotate(7deg) scale(1);
}

.dwarf .plan {
    width: 125px;
    height: 125px;
}

.plan {
    width: 250px;
    height: 250px;
    transform: rotate(0deg) scale(0.66);
    -webkit-transform: rotate(0deg) scale(0.66);
    -moz-transform: rotate(0deg) scale(0.66);
    -o-transform: rotate(0deg) scale(0.66);
    animation: plansAnimationOut 0.35s 1 ease;
    -webkit-animation: plansAnimationOut 0.35s 1 ease;
    -moz-animation: plansAnimationOut 0.35s 1 ease;
    -o-animation: plansAnimationOut 0.35s 1 ease;
}

.plan.big {
    transform: rotate(7deg) scale(1);
    -webkit-transform: rotate(7deg) scale(1);
    -moz-transform: rotate(7deg) scale(1);
    -o-transform: rotate(7deg) scale(1);
}

.plan-free {
    background: url(../images/FREE.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: auto;
}

.plan-premium {
    background: url(../images/PREMIUM.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: auto;
}

.plan-branded {
    background: url(../images/BRANDED.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: auto;
}

.plan-free:hover, .plan-free.selected {
    background: url(../images/FREE-HOVER.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: auto;
}

.plan-premium:hover, .plan-premium.selected {
    background: url(../images/PREMIUM-HOVER.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: auto;
}

.plan-branded:hover, .plan-branded.selected {
    background: url(../images/BRANDED-HOVER.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: auto;
}

.plan-description {
    color: white !important;
    font-size: 20px;
}

.hplan {
    color: white;
}

@media screen and (max-width: 1229px) {
    h4, .h4 {
        font-size: 14px;
    }
    .pricing-table-1 .price-figure {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    h4, .h4 {
        font-size: 12px;
    }
    .pricing-table-1 .price-figure {
        font-size: 16px;
    }
    .contact-plan {
        border: none;
    }
    .plan {
        width: 200px;
        height: 200px;
    }

    .dwarf .plan {
        width: 120px;
        height: 120px;
    }

    .plan-description {
        font-size: 16px;
    }

    .hplan {
        font-size: 1.5em;
    }

    .switch {
        height: 300px !important;
    }

    .switch.dwarf {
        height: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .line-blue {
        display: none;
    }

    .tab.price-block {
        display: none !important;
    }

    .tab.price-block.selected {
        display: block !important;
        margin-top: 150px;
        margin-bottom: 225px;
    }
}

@media screen and (max-width: 679px) {
    .plan {
        width: 150px;
        height: 150px;
    }

    .dwarf .plan {
        width: 120px;
        height: 120px;
    }

    .plan-description {
        font-size: 13px;
    }

    .switch {
        height: 250px !important;
    }

    .switch.dwarf {
        height: auto !important;
    }

    .line6 {
        display: none;
    }

}

@media screen and (max-width: 460px) {
    .plan {
        width: 100px;
        height: 100px;
    }

    .dwarf .plan {
        width: 90px;
        height: 90px;
    }

    .plan-description {
        font-size: 10px;
    }

    .hplan {
        font-size: 1.1em;
    }

    .switch {
        height: 200px !important;
    }

    .default {
        height: 70px;
    }

    .line6 {
        display: none;
    }

}

