@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,500,600,700,700i,800,900');

.mm-buttonbar>*,
.mm-header .mm-title,
.mm-list>li.mm-label>span {
    text-overflow: ellipsis;
    white-space: nowrap
}

*,
.jq-selectx *,
.mm-buttonbar>*,
.mm-footer,
.mm-header,
.mm-menu>.mm-panel,
.mm-search,
.mm-search input,
:after,
:before,
html.mm-opened .mm-page,
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box
}

.clearfix,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

.mm-buttonbar>a,
.mm-list a,
.mm-list a:hover,
.twmenu ul li a,
a,
a:hover {
    text-decoration: none
}
a{
    color:#2780cc;
}
a:hover{
    color:#8bc34a;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

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

@-webkit-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

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

@-webkit-keyframes pulse {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulse {
    0%,
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

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

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

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

@-webkit-keyframes wobble {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
}

@keyframes wobble {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
}

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

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

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

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

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

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

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

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

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

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

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

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

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

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

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

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

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

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

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

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

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

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

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

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

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

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

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

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

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

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

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

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

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

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

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

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

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

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

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

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

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

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

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

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

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: Roboto, sans-serif;
    vertical-align: baseline
}

ol {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

img {
    max-width: 100%
}

.clearfix {
    clear: both
}

.no-padding {
    padding: 0 !important
}

.no-padding-right {
    padding-right: 0 !important
}

.no-padding-left {
    padding-left: 0 !important
}

.no-padding-top {
    padding-top: 0 !important
}

.no-padding-bottom {
    padding-bottom: 0 !important
}

.no-margin {
    margin: 0 !important
}

.no-margin-right {
    margin-right: 0 !important
}

.no-margin-left {
    margin-left: 0 !important
}

.no-margin-top {
    margin-top: 0 !important
}

.no-margin-bottom {
    margin-bottom: 0 !important
}

.float-none {
    float: none !important
}

.float-right {
    float: right
}

.float-left {
    float: left
}

#example-animation-slide button {
    position: relative;
    border: 0 !important;
    border-radius: 20px;
    outline: 0;
    cursor: pointer;
    overflow: hidden;
    background: #8bc541;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 8px 36px 8px 20px
}

.jq-selectx ul {
    position: absolute;
    z-index: 10;
    visibility: hidden;
    background-color: #FFF;
    list-style-type: none;
    padding: 0;
    margin: 7px 0 0;
    border: 1px solid #dfdfdf;
    right: 0;
    width: 240px
}

.jq-selectx ul.open {
    visibility: visible !important;
    height: auto !important;
    -webkit-box-shadow: 0 0 8px 0 rgba(223, 223, 223, 1);
    -moz-box-shadow: 0 0 8px 0 rgba(223, 223, 223, 1);
    box-shadow: 0 0 8px 0 rgba(223, 223, 223, 1);
    overflow: inherit !important;
    margin-top: 13px
}

.invisible,
.twmenu ul li ul {
    visibility: hidden
}

.jq-selectx ul.open:before {
    width: 23px;
    height: 10px;
    background: url(../images/drop-dwn-arrw.jpg) no-repeat;
    content: "";
    position: absolute;
    top: -10px;
    right: 10px
}

.jq-selectx ul li.selected,
.jq-selectx ul li:hover {
    background-color: #dfdfdf
}

.jq-selectx ul li {
    cursor: pointer;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    border-bottom: 1px solid #dfdfdf;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.jq-selectx ul li a {
    color: #5a5a5a;
    padding: 12px 20px;
    display: block
}

.jq-selectx ul li:hover {
    color: #5a5a5a
}

.jq-selectx .caret {
    position: absolute;
    top: 16px;
    right: 18px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #fff
}

.jq-selectx-fade {
    -webkit-transition: visibility .4s, opacity .4s;
    transition: visibility .4s, opacity .4s;
    opacity: 0
}

.jq-selectx-fade.open {
    opacity: 1
}

.jq-selectx-slide {
    -webkit-transition: visibility .4s cubic-bezier(0, 1, .5, 1), -webkit-transform .4s cubic-bezier(0, 1, .5, 1);
    transition: visibility .4s cubic-bezier(0, 1, .5, 1), transform .4s cubic-bezier(0, 1, .5, 1);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top
}

.jq-selectx-slide.open {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.col-md-12.menu-spacer-wrap {
    height: 10px;
}

.slim-header .col-md-12.menu-spacer-wrap {
    height: 7px;
}

@font-face {
    font-family: bebas_neueregular;
    src: url(fonts/bebaneue/BebasNeue-webfont.eot);
    src: url(fonts/bebaneue/BebasNeue-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/bebaneue/BebasNeue-webfont.woff) format('woff'), url(fonts/bebaneue/BebasNeue-webfont.ttf) format('truetype'), url(fonts/bebaneue/BebasNeue-webfont.svg#bebas_neueregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.twmenu {
    width: 100%
}

.twmenu ul {
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.twmenu>ul>li {
    position: relative;
    display: inline;
    float: left
}

.twmenu ul li a {
    display: block;
    text-decoration: none
}

.twmenu ul li a img {
    display: none
}

* html .twmenu ul li a {
    display: inline-block
}

.twmenu ul li ul {
    position: absolute;
    left: 0;
    display: none;
    visibility: hidden
}

.twmenu ul li ul.menu {
    position: static;
    left: 0;
    display: block;
    visibility: visible
}

.twmenu ul li ul.menu li {
    float: none
}

.twmenu ul li ul li {
    display: list-item
}

.twmenu ul li ul li ul {
    top: 0;
    float: none
}

.twmenu ul li ul li a {
    margin: 0
}

* html .twmenu {
    height: 1%
}

.header-dd-wrap {
    margin: 0;
    float: right
}

.header-dd-wrap ul {
    display: block;
    clear: both;
    margin: 0;
    padding: 0
}

.header-dd-wrap ul li {
    float: left;
    list-style: none
}

.header-dd-wrap ul li a {
    display: block;
    color: #141414;
    font-size: 21px;
    font-family: bebas_neueregular, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 5px 11px 0;
    text-decoration: none
}

.header-dd-wrap ul li a:hover {
    color: #83c02f
}

.header-dd-wrap ul li span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: grey;
    padding: 3px 0 0;
    text-transform: capitalize;
    font-weight: 400
}

.twmenu>ul>li {
    padding: 0 9px
}

.twmenu>ul>li:last-child {
    padding-right: 0
}

.twmenu>ul>li.current-menu-item>a,
.twmenu>ul>li.current-page-ancestor>a {
    color: #83c02f
}

.twmenu ul li ul li {
    margin: 0
}

.twmenu>ul>li>ul {
    display: block;
    padding: 20px 0 0;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    border-top: 2px solid #83c02f;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 5px #a7a7a7
}

.twmenu>ul>li>ul>li {
    margin: 0 38px
}

.twmenu>ul>li>ul>li>a {
    color: #56ae08;
    font-size: 21px;
    padding: 100px 0 10px;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #afd778;
    font-family: 'Roboto Condensed', sans-serif
}

.twmenu>ul>li>ul>li>a:hover {
    color: #1c3f95
}



.twmenu .stage-left-nav ul li.menu-item-has-children a {
    background: url(../images/stage-arrow.png) 310px center no-repeat rgba(68, 138, 2, .9)
}
.twmenu .stage-left-nav ul li.current-page-ancestor a {
    background: url(../images/stage-arrow.png) 310px center no-repeat rgba(68, 138, 2, .9);
    color: #b6f67d;
    border-right: none
}
.dd-stage-3 {
    width: 756px;
    background: rgba(62, 128, 0, .95);
    float: left
}
.twmenu .stage-left-nav {
    float: left;
    width: 343px
}
.twmenu .stage-left-nav a {
    background: #488c09;
    color: #FFF;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px solid #91ba6b;
    padding: 10px 40px;
    margin: 0;
    border-right: 1px solid #87be55;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px
}
.twmenu .stage-left-nav .current-menu-item a,
.twmenu .stage-left-nav a.selected,
.twmenu .stage-left-nav a:hover {
    color: #b6f67d;
    border-right: none;
    background-color: transparent
}
.twmenu .stage-left-nav li:last-child a {
    border-bottom: 0
}
.twmenu .stage-right-content {
    width: 413px;
    float: left
}
.twmenu .stage-left-nav ul {
    width: 100% !important;
    display: block !important;
    position: inherit;
    float: left
}
.twmenu .stage-left-nav ul li {
    margin: 0 !important;
    width: 100%
}
.twmenu>ul>li>ul>li>ul {
    left: 0 !important;
    top: 50px !important
}
.twmenu>ul>li.services-menuitem>ul {
    left: -390px !important;
    display: block;
    width: 880px;
    border-bottom: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important
}
.twmenu>ul>li.resources-menuitem>ul.sub-menu {
    left: -60px !important;
    display: block;
    width: 230px;
    border-bottom: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important
}
.twmenu>ul>li.resources-menuitem>ul.sub-menu>li {
    width: 100%;
    margin: 0;
    padding: 0 30px
}
.twmenu>ul>li.about-menuitem>ul.sub-menu {
    left: -80px !important;
    display: block;
    width: 230px;
    border-bottom: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important
}
.twmenu>ul>li.about-menuitem>ul.sub-menu>li {
    width: 100%;
    margin: 0;
    padding: 0 30px
}
.twmenu>ul>li>ul>li.current-menu-item>a {
    color: #1c3f95
}
.services-menuitem>ul>li {
    width: 200px;
    padding: 0
}
.twmenu .stage-left-nav ul li>.sub-menu {
    display: none !important
}
.twmenu .sub-menu .menu li {
    border-bottom: 1px dotted #aeaeae;
    margin: 0 0 10px
}
.twmenu .sub-menu .menu li a {
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    text-transform: none;
    padding: 0 0 10px
}
.twmenu .sub-menu .menu li a:hover {
    color: #51a903
}
/* .sub-menu .creative-design-and-development-menuitem>a {
    background: url(../images/menu-creative-design.png) center 9px no-repeat
}
.sub-menu .traffic-building-menuitem>a {
    background: url(../images/menu-traffic-building.png) center 7px no-repeat
}
.sub-menu .measurement-menuitem>a {
    background: url(../images/menu-measurement.png) center 31px no-repeat
}
.sub-menu .resources-menuitem>a {
    background: url(../images/menu-resources.png) center 9px no-repeat
}
.sub-menu .about-menuitem>a {
    background: url(../images/menu-about.png) center 9px no-repeat
} */
.twmenu>li>ul.sub-menu>li.current-menu-item>a {
    color: #1c3f95
}
.twmenu>li>ul.sub-menu>li.current-menu-item>a:hover {
    color: #56ae08
}
.twmenu>ul>li>ul.sub-menu>li.current-page-ancestor>a {
    color: #1c3f95
}
.twmenu>ul>li>ul.sub-menu>li.current-page-ancestor>a:hover {
    color: #56ae08
}
.twmenu ul.menu>li.current-menu-item>a {
    color: #51a903
}
.twmenu ul.menu>li.current-menu-item>a:hover {
    color: #252525
}
.twmenu .sub-menu .menu li.current-page-ancestor a {
    color: #51a903
}
.twmenu .sub-menu .menu li.current-page-ancestor a:hover {
    color: #252525
}
.twmenu .sub-menu li.traffic-building-menuitem {
    border-right: 1px solid #c0e39f;
    border-left: 1px solid #c0e39f;
    width: 320px;
    padding: 0 20px;
    margin: 0;
    height: 400px
}
.submenu-green-strep {
    text-align: center;
    background: #52ac09;
    float: left;
    display: block;
    clear: both;
    width: 100%;
    height: 44px;
    position: relative;
    z-index: -1
}
.submenu-green-strep ul.menu {
    display: inline-block
}
.submenu-green-strep ul li {
    float: left
}
.submenu-green-strep ul li a {
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 16px;
    display: block;
    padding: 3px 13px;
    margin: 8px 10px 0;
    transition: ease-out .5s
}
.submenu-green-strep ul li a:hover {
    background: #429301
}
.submenu-green-strep ul {
    margin: 0;
    padding: 0
}
.submenu-green-strep ul li {
    margin: 0;
    padding: 0;
    list-style: none
}
.submenu-green-strep>div>ul>li>a {
    float: left;
    background: url(../images/green-strip-arrow.png) right center no-repeat;
    z-index: 9;
    position: relative;
    margin: 0;
    padding: 11px 30px 10px
}
.submenu-green-strep>div>ul>li>a:hover {
    background: url(../images/green-strip-arrow.png) right center no-repeat;
    color: #aef476
}
.submenu-green-strep>div>ul>li.current_page_item>a {
    color: #aef476
}
.submenu-green-strep>div>ul>li.current_page_item>a:hover {
    color: #FFF
}
.submenu-green-strep>div>ul>li>ul.sub-menu>li.current-menu-item a,
.submenu-green-strep>div>ul>li>ul.sub-menu>li.current-page-ancestor a {
    background: #429301;
    color: #FFF
}
.submenu-green-strep>div>ul>li>ul.sub-menu {
    float: left;
    margin: 0
}
.submenu-green-strep>div>ul>li>ul.sub-menu>li {
    float: left
}
.submenu-green-strep>div>ul>li>ul.sub-menu>li a {
    border-radius: 3px;
    background-image: none
}
.submenu-green-strep>div>ul>li.current-page-ancestor>a,
.submenu-green-strep>div>ul>li.current_page_ancestor>a {
    color: #aef476
}
.submenu-green-strep>div>ul>li.current_page_ancestor>a:hover {
    color: #FFF
}
.green-strip-arrow-oa {
    position: absolute;
    margin: -6px auto 0;
    right: 55px;
    left: 0;
    top: 0
}
.green-strip-arrow-about {
    position: absolute;
    margin: -6px 0 0 63px
}
.tw-sitemap-wrap .menu-banner-wrap {
    display: none
}
.menu-banner-wrap {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    bottom: 0
}
.menu-hover-green-wrap {
    background: #6fb924;
    text-align: center;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
    margin: 20px 0 0
}
.menu-hover-green-wrap .content p {
    color: #fff;
    font-size: 21px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase
}

.menu-hover-green-wrap .content p a {
    background: #1e44a1;
    border: 1px solid #3e7a01;
    border-radius: 3px;
    font-size: 18px;
    color: #FFF;
    padding: 6px 30px 7px;
    margin: 0 0 0 20px;
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.menu-hover-green-wrap .content p a:hover {
    background: #1e44a1;
    color: #FFF
}
nav.header-nav-wrap {
    margin: 14px 0 0;
    float: right
}
nav.header-nav-wrap ul {
    display: block;
    clear: both;
    margin: 0;
    padding: 0
}
nav.header-nav-wrap ul li {
    float: left;
    margin: 0;
    list-style: none
}
nav.header-nav-wrap ul li a {
    display: block;
    color: #141414;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 5px 0 0;
    text-decoration: none
}
nav.header-nav-wrap ul li a:hover,
nav.header-nav-wrap ul li.current-menu-ancestor a,
nav.header-nav-wrap ul li.current-menu-item a,
nav.header-nav-wrap ul li.current_page_parent a {
    color: #83c02f
}
nav.header-nav-wrap ul li span {
    display: block;
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 14px;
    color: gray;
    padding: 3px 0 0;
    text-transform: lowercase;
    font-weight: 400
}
nav.header-nav-wrap ul li .sub-menu {
    position: absolute;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 0 0 10px;
    left: 9px;
    display: none!important
}
nav.header-nav-wrap ul li .sub-menu li {
    display: block;
    clear: both
}
nav.header-nav-wrap ul li .sub-menu li a {
    padding: 10px 10px 0;
    margin: 0;
    border: 0;
    color: gray;
    font-size: 14px;
    text-transform: none;
    width: 260px
}
#menu-item-37781.clients-menuitem > a {
    background: url(../images/clint-wp-img.png) no-repeat center 9px;
}
#clinents-submenu {
    width: 140px;
}
#menu-item-30958 > ul {
    left: -80px;
}
.im-spl p {
    padding: 0 0 10px !important
}
.img-shadow {
    -webkit-box-shadow: -1px 2px 18px -3px rgba(0, 0, 0, .75);
    -moz-box-shadow: -1px 2px 18px -3px rgba(0, 0, 0, .75);
    box-shadow: -1px 2px 18px -3px rgba(0, 0, 0, .75);
    float: left;
    margin: 0 35px 10px 0
}
.im-spl p a {
    color: #4c4c4c;
    box-shadow: none !important;
    border-bottom: none !important
}
.im-spl p a:hover {
    background: 0 0 !important
}
.im-spl p strong {
    color: #000 !important
}
.gr-link {
    font-weight: 700;
    color: #8BC443 !important
}
.author-inner-wrap #appendSocial div {
    width: 15px;
    height: 15px;
    float: left
}
.author-inner-wrap #appendSocial a {
    margin-left: 15px;
    display: inline-block;
    width: 25px;
    height: 25px;
}
.socialicons {
    width: auto !important;
    height: auto !important;
}
.auth-fb {
    background: url(../images/author-fb.png) center center no-repeat;
    background-size: 75% 100%
}
.auth-tw {
    background: url(../images/author-tw.png) center center no-repeat;
    background-size: 100% 100%
}
.auth-link {
    background: url(../images/author-link.png) center center no-repeat;
    background-size: 90% 100%
}
.error-red {
    color: red
}
#ck-button {
    background: #F5F5F5!important;
    border: none!important;
    -webkit-box-shadow: 0 6px 2px 0 rgba(229, 229, 229, 1);
    -moz-box-shadow: 0 6px 2px 0 rgba(229, 229, 229, 1);
    box-shadow: 0 6px 2px 0 rgba(229, 229, 229, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 8px!important
}
#ck-button label {
    width: auto!important
}
#ck-button input:checked+span,
#ck-button input:hover+span,
#ck-button label input:hover {
    background: #8BC443!important
}
#ck-button input+span {
    padding: 4px 13px!important;
    display: block!important
}
#ck-button label span {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
.author-gray-wrap .a-img a,
.author-img a {
    pointer-events: none;
    cursor: default
}
.bounceInUp {
    visibility: hidden;
}

/*Block Quote with left border*/
.website {
    background-color: #ccff00;
    height: 200px;
    width: 200px;
}
.content-wp-content p blockquote {
    border-left: 4px solid #8bc541!important;
    color: #8bc541!important;
    font-style: italic!important;
    margin: 30px 0 30px 15px!important;
    padding-left: 15px!important;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    line-height: 23px;
}
.sm-container h2 + blockquote {
    border-left: 4px solid #8bc541!important;
    color: #8bc541!important;
    font-style: italic!important;
    margin: 10px 0 30px 15px!important;
    padding-left: 15px!important;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    line-height: 23px;
}
blockquote {
    border-left: 4px solid #8bc541!important;
    color: #8bc541!important;
    font-style: italic!important;
    margin: 10px 0 10px 15px!important;
    padding-top: 10px;
    padding-left: 15px!important;
    font-size: 16px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    line-height: 23px;
	background-color: #f4f4f4;
}
.im-spl .grid {
    height: auto !important;
}
.buts {
    position: absolute;
    top: -9999px;
    left: -9999px;
    pointer-events: none;
}
.lab {
    -moz-appearance: button;
    display: inline-block;
    margin: 10px 10px 5px 0;
    float: left;
    cursor: pointer;
    border: none !important;
    padding: 7px;
    background: #F5F5F5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 4px 3px -1px rgba(217, 217, 217, 1);
    -moz-box-shadow: 0px 4px 3px -1px rgba(217, 217, 217, 1);
    box-shadow: 0px 4px 3px -1px rgba(217, 217, 217, 1);
}
.lab.selected {
    background: #8BC541;
    color: #FFF;
}
.option-set.rdb {
    overflow: hidden;
}
.option-set .ck-button {
    display: inline-table;
}
.rd-label {
    width: 102px;
    border-radius: 3px;
    border: 1px solid #D1D3D4
}

/* hide input */
input.radio:empty {
    margin-left: -999px;
}

/* style label */
input.radio:empty ~ .rd-label {
    position: relative;
    float: left;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 10px;
}
input.radio:empty ~ .rd-label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

/* toggle hover */
input.radio:hover:not(:checked) ~ .rd-label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}
input.radio:hover:not(:checked) ~ .rd-label {
    color: #888;
}

/* toggle on */
input.radio:checked ~ .rd-label:before {
    content: '\2714';
    text-indent: .9em;
    color: #9CE2AE;
    background-color: #8BC541;
}
input.radio:checked ~ .rd-label {
    color: #777;
    margin-left: 10px;
}

/* radio focus */
input.radio:focus ~ .rd-label:before {
    box-shadow: 0 0 0 3px #999;
}
.ifc {
    overflow: hidden;
}
.ifc iframe {
    float: left;
}
.ifc iframe:nth-of-type(1) {
    margin-right: 5px;
}
.ifc iframe:nth-of-type(2) {
    margin-right: 15px;
    float: right;
}
.grid #blogcontainer>div {
    position: relative !important;
    top: 50px !important;
}
#blogcontainer {
    height: auto !important;
}
.b-bg {
    background-color: #1a4095;
    padding: 18px 15px 12px 15px;
    text-align: center;
    color: #FFF;
    margin-bottom: 12px;
}
.b-bg h3 {
    color: #FFF !important;
    background: url(../images/star-bg.jpg) no-repeat;
    background-position: 46px 0px;
    font-weight: 300 !important;
    padding-bottom: 4px !important;
    font-size: 20px !important;
}
.b-bg p {
    background: url(../images/arrow-bg.jpg) no-repeat;
    background-position: right 10px;
    padding-bottom: 10px !important;
    margin: 0 auto;
    width: 270px;
}
.b-bg a {
    color: #8ac642 !important;
    border-bottom: 2px solid #568573 !important;
    box-shadow: none !important;
    font-weight: bold !important;
    font-size: 17px;
}
.b-bg a:hover {
    background: none !important;
}
.log-section {
    margin-bottom: 25px;
    overflow: hidden;
}
.log-block {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 50%;
    float: left;
    height: auto;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 0 15px 2%;
}
.log-block:nth-child(even) {
    border-right: none;
    width: 50%;
    padding: 15px 0 15px 4%;
}
.log-linker {
    clear: both;
    margin: 10px 0;
}
.log-linker span {
    display: inline-block;
    width: 50px;
}
.log-block p {
    padding: 0 !important;
}
.log-block img {
    height: 54px;
}
.log-block .sub-btn2 {
    width: auto;
    height: auto;
    background: #8bc541;
    font-size: 15px;
    color: #fff;
    border: 0px;
    outline: 0px;
    font-weight: 700;
    padding: 10px 15px;
    box-shadow: none;
    text-decoration: none;
}
.news-let-bx h3 {
    padding: padding: 0px 0 18px 0 !important;
}
.news-let-bx {
    padding: 36px 36px 0px 36px !important;
    float: none !important;
    margin: 0 auto;
}
.icon-ig .path1 {
    background: url(../images/small.png) center center no-repeat;
    height: 27px;
    width: 24px;
    display: block;
    margin-top: 2px;
    background-size: cover;
    margin-left: -1px;
}



.sb_text-size
{
    background-color: #8bc34a !important;
}
.sb_text-size a
{
    background-color: #8bc34a !important;
}
.sbprogress-container .sbprogress-bar
{
    background-color: #3e63d1 !important;
    height: 6px;
}
.sb_title .sb_category
{
    background-color: #8bc34a !important;
}
.sbicn-left-open-1, .sbicn-right-open-1
{
    color: #2E4F9C;
}
#sb_super_bar
{
    z-index: 99 !important;
}

@media (max-width:1024px) {
    .b-bg h3 {
        background-position: 5% 0px;
    }
    
    .inner-head-top img {
        width: 100%;
    }
}
@media (max-width:999px) {
    .ifc iframe:nth-of-type(2) {
        float: left;
        margin-top: 5px;
    }
    
    .ifc iframe:nth-of-type(1) {
        float: left;
        margin-bottom: 5px;
    }
    
    #jPanelMenu-menu .menu-banner-wrap {
        display: none
    }
}
.mm-menu.mm-horizontal>.mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease
}
.mm-page,
html.mm-slide .mm-menu,
html.mm-zoom-menu .mm-menu {
    -webkit-transition: -webkit-transform .4s ease
}
.mm-menu .mm-hidden {
    display: none
}
.mm-wrapper {
    overflow-x: hidden;
    position: relative
}
.mm-menu,
.mm-menu>.mm-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0
}
.mm-menu {
    display: block;
    overflow: hidden;
    padding: 0
}
.mm-menu>.mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}
.mm-menu>.mm-panel.mm-opened {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}
.mm-menu>.mm-panel.mm-subopened {
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%)
}
.mm-menu>.mm-panel.mm-highest {
    z-index: 1
}
.mm-menu .mm-list {
    padding: 0
}
.mm-menu>.mm-list {
    padding-bottom: 0
}
.mm-menu>.mm-list:after {
    content: '';
    display: block;
    height: 40px
}
.mm-panel>.mm-list {
    margin: 0
}
.mm-panel>.mm-list:first-child {
    padding-top: 0
}
.mm-list,
.mm-list>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}
.mm-list {
    font: inherit;
    font-size: 14px
}
.mm-list>li {
    position: relative
}
.mm-list>li>a,
.mm-list>li>span {
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 10px 15px;
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 700
}
.mm-list>li>a>span {
    display: none
}
.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    display: block;
    bottom: 0;
    width: auto;
    margin: 0;
    position: relative;
    left: auto
}
.mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    background-image: none!important;
    width: 40px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}
.mm-list a.mm-subopen:before {
    content: '';
    border-left-width: 1px;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.mm-list a.mm-subopen.mm-fullsubopen {
    width: 100%
}
.mm-list a.mm-subopen.mm-fullsubopen:before {
    border-left: none
}
.mm-list a.mm-subopen+a,
.mm-list a.mm-subopen+span {
    padding-right: 5px;
    margin-right: 40px;
    background-image: none
}
.mm-list>li.mm-selected>a.mm-subopen {
    background: 0 0
}
.mm-list>li.mm-selected>a.mm-fullsubopen+a,
.mm-list>li.mm-selected>a.mm-fullsubopen+span {
    padding-right: 45px;
    margin-right: 0
}
.mm-list a.mm-subclose {
    text-indent: 0;
    padding-top: 0;
    margin-top: 0
}
.mm-list>li.mm-label {
    overflow: hidden;
    font-size: 10px;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px
}
.mm-list>li.mm-spacer {
    padding-top: 40px
}
.mm-list>li.mm-spacer.mm-label {
    padding-top: 25px
}
.mm-list a.mm-subclose:before,
.mm-list a.mm-subopen:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%
}
.mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px
}
.mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    left: 20px;
    margin-bottom: -4px
}
.mm-menu.mm-vertical .mm-list .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent
}
.mm-menu .mm-list>li:after,
.mm-menu .mm-list>li>a.mm-subclose:before,
.mm-menu .mm-list>li>a.mm-subopen:after,
.mm-menu .mm-list>li>a.mm-subopen:before {
    border-color: #FFF
}
.mm-menu.mm-vertical .mm-list li.mm-opened>.mm-panel {
    display: block
}
.mm-menu.mm-vertical .mm-list>li>a.mm-subopen {
    height: 40px
}
.mm-menu.mm-vertical .mm-list>li>a.mm-subopen:after {
    top: 16px;
    right: 16px;
    bottom: auto
}
.mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.mm-menu.mm-vertical .mm-list>li.mm-label>a.mm-subopen {
    height: 25px
}
html.mm-opened .mm-page {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    position: relative
}
.mm-menu {
    background: #69b500;
    color: #FFF
}
.mm-menu .mm-list>li>a.mm-subclose {
    background: rgba(0, 0, 0, .1);
    color: #FFF;
    padding: 15px 35px 14px;
    line-height: 11px
}
.mm-menu .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu .mm-list>li.mm-selected>span {
    background: #8dc63f
}
.mm-menu .mm-list>li.mm-label,
.mm-menu.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened>ul {
    background: rgba(255, 255, 255, .05)
}
.mm-list li a:hover,
.mm-list li:hover a.mm-subopen,
.mm-menu .mm-list li.mm-selected a.mm-subopen,
.mm-menu>.mm-current>li.current-menu-item>a,
.mm-menu>.mm-current>li.current-page-ancestor>a,
.mm-menu>div>.mm-list>li.current-menu-item>a,
.mm-menu>div>.mm-list>li.current-page-ancestor a {
    background: #8dc63f
}
.sub-menu li.menu-item a {
    font-weight: 400
}
.mm-page {
    transition: transform .4s ease;
    z-index: 0
}
html.mm-opened {
    overflow: hidden;
    position: relative
}
html.mm-opened body {
    overflow: hidden
}
html.mm-background .mm-page {
    background: inherit
}
#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999
}
html.mm-blocking #mm-blocker,
html.mm-opened #mm-blocker {
    display: block
}
.mm-menu.mm-offcanvas {
    display: none;
    position: fixed
}
.mm-menu.mm-current {
    display: block
}
.mm-menu {
    width: 80%;
    min-width: 100px;
    max-width: 440px
}
html.mm-opening #mm-blocker,
html.mm-opening .mm-page {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0)
}
@media all and (max-width:175px) {
    html.mm-opening #mm-blocker,
    html.mm-opening .mm-page {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0)
    }
}
@media all and (min-width:550px) {
    html.mm-opening #mm-blocker,
    html.mm-opening .mm-page {
        -webkit-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        transform: translate(440px, 0)
    }
}
.mm-buttonbar {
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
    position: relative
}
.mm-buttonbar:after {
    content: '';
    display: block;
    clear: both
}
.mm-buttonbar>* {
    border-left: 1px solid transparent;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden
}
.mm-buttonbar>input {
    position: absolute;
    left: -1000px;
    top: -1000px
}
.mm-buttonbar>input:checked+label {
    border-color: transparent!important
}
.mm-buttonbar>:first-child,
.mm-buttonbar>input:first-child+*,
.mm-footer .mm-buttonbar>* {
    border-left: none
}
.mm-buttonbar.mm-buttonbar-2>* {
    width: 50%
}
.mm-buttonbar.mm-buttonbar-3>* {
    width: 33.33%
}
.mm-buttonbar.mm-buttonbar-4>* {
    width: 25%
}
.mm-buttonbar.mm-buttonbar-5>* {
    width: 20%
}
.mm-header .mm-buttonbar {
    margin-top: 20px;
    margin-left: -30px;
    margin-right: -30px
}
.mm-footer .mm-buttonbar {
    border: none;
    border-radius: none;
    line-height: 40px;
    margin: -10px -10px 0 -20px
}
.mm-menu .mm-buttonbar,
.mm-menu .mm-buttonbar>* {
    border-color: rgba(255, 255, 255, .6)
}
.mm-list>li>.mm-buttonbar {
    margin: 10px 20px
}
.mm-menu .mm-buttonbar {
    background: #333
}
.mm-menu .mm-buttonbar>input:checked+label {
    background: rgba(255, 255, 255, .6);
    color: #333
}
.mm-menu .mm-footer,
.mm-menu .mm-header,
.mm-menu em.mm-counter {
    color: rgba(255, 255, 255, .3)
}
em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 40px;
    top: 50%
}
.mm-footer,
.mm-header {
    background: inherit;
    line-height: 20px;
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    text-align: center
}
em.mm-counter+a.mm-subopen {
    padding-left: 40px
}
em.mm-counter+a.mm-subopen+a,
em.mm-counter+a.mm-subopen+span {
    margin-right: 80px
}
em.mm-counter+a.mm-fullsubopen {
    padding-left: 0
}
.mm-vertical em.mm-counter {
    top: 12px;
    margin-top: 0
}
.mm-nosubresults>em.mm-counter {
    display: none
}
html.mm-opened.mm-dragging #mm-blocker,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}
html.mm-slide .mm-menu,
html.mm-zoom-menu .mm-menu {
    transition: transform .4s ease
}
.mm-footer {
    border-top: 1px solid transparent;
    height: 40px;
    padding: 10px 10px 0 20px;
    bottom: 0
}
.mm-menu.mm-hasfooter>.mm-panel:after {
    height: 80px
}
.mm-menu .mm-footer {
    border-color: rgba(0, 0, 0, .15)
}
.mm-header {
    border-bottom: 1px solid transparent;
    height: 60px;
    padding: 0 50px;
    top: 0
}
.mm-header .mm-next,
.mm-header .mm-prev,
.mm-header .mm-title {
    padding-top: 30px
}
.mm-header .mm-title {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative
}
.mm-header .mm-next,
.mm-header .mm-prev {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    min-width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1
}
.mm-header .mm-prev {
    padding-left: 20px;
    padding-right: 10px;
    left: 0
}
.mm-header .mm-next {
    padding-left: 10px;
    padding-right: 20px;
    right: 0
}
.mm-header [href].mm-next:after,
.mm-header [href].mm-prev:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.mm-list>li.mm-collapsed,
.mm-menu.mm-hasheader li.mm-subtitle {
    display: none
}
.mm-header [href].mm-prev:before {
    border-right: none;
    border-bottom: none;
    margin-left: 2px;
    margin-right: 5px
}
.mm-header [href].mm-next:after {
    border-top: none;
    border-left: none;
    margin-left: 5px;
    margin-right: -2px
}
.mm-menu.mm-hassearch .mm-header {
    height: 50px;
    top: 50px
}
.mm-menu.mm-hassearch .mm-header .mm-next,
.mm-menu.mm-hassearch .mm-header .mm-prev,
.mm-menu.mm-hassearch .mm-header .mm-title {
    padding-top: 20px
}
.mm-menu.mm-hasheader>.mm-panel {
    padding-top: 80px
}
.mm-menu.mm-hasheader>.mm-panel.mm-list {
    padding-top: 60px
}
.mm-menu.mm-hasheader>.mm-panel>.mm-list:first-child {
    margin-top: -20px
}
.mm-menu.mm-hasheader.mm-hassearch>.mm-panel {
    padding-top: 120px
}
.mm-menu.mm-hasheader.mm-hassearch>.mm-panel.mm-list {
    padding-top: 100px
}
.mm-menu .mm-header {
    border-color: rgba(0, 0, 0, .15)
}
.mm-menu .mm-header .mm-next:after,
.mm-menu .mm-header .mm-prev:before {
    border-color: rgba(255, 255, 255, .3)
}
.mm-list>li.mm-label>span {
    overflow: hidden;
    padding: 0;
    line-height: 25px
}
.mm-list>li.mm-label.mm-opened a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 17px
}
.mm-menu .mm-list li.mm-label>div>div {
    background: rgba(255, 255, 255, .05)
}
hr,
input[type=search] {
    box-sizing: content-box
}
.mm-list>li.mm-search {
    padding: 10px;
    margin-top: -20px
}
.mm-list>li.mm-subtitle+li.mm-search,
.mm-menu.mm-hasheader .mm-list>li.mm-search {
    margin-top: 0
}
div.mm-panel>div.mm-search {
    padding: 0 0 10px
}
.mm-menu>.mm-search {
    background: inherit;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}
.mm-search {
    padding: 10px
}
.mm-search input {
    border: none;
    border-radius: 30px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: 0;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px
}
.mm-search input::-ms-clear {
    display: none
}
.mm-menu .mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    display: none;
    padding: 60px 0
}
.mm-menu .mm-noresultsmsg:after {
    border: none!important
}
.mm-noresults .mm-noresultsmsg {
    display: block
}
.mm-menu li.mm-nosubresults>a.mm-subopen {
    display: none
}
.mm-menu li.mm-nosubresults>a.mm-subopen+a,
.mm-menu li.mm-nosubresults>a.mm-subopen+span {
    padding-right: 10px
}
.mm-menu.mm-hassearch>.mm-panel {
    padding-top: 70px
}
.mm-menu.mm-hassearch>.mm-panel>.mm-list:first-child {
    margin-top: -20px
}
.mm-menu.mm-hasheader>.mm-panel>div.mm-search:first-child {
    margin-top: -10px
}
.mm-menu.mm-hasheader>.mm-panel>div.mm-search:first-child+.mm-list {
    padding-top: 0
}
.mm-menu .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .6)
}
.mm-menu .mm-noresultsmsg {
    color: rgba(255, 255, 255, .3)
}
input.mm-check,
input.mm-toggle {
    position: absolute;
    left: -10000px
}
label.mm-check,
label.mm-toggle {
    margin: 0;
    position: absolute;
    bottom: 50%;
    z-index: 1;
    right: 20px
}
label.mm-check:before,
label.mm-toggle:before {
    content: '';
    display: block
}
label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-bottom: -15px
}
label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px
}
input.mm-toggle:checked~label.mm-toggle:before {
    float: right
}
label.mm-check {
    width: 30px;
    height: 30px;
    margin-bottom: -15px
}
label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: .1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
input.mm-check:checked~label.mm-check:before {
    opacity: 1
}
.mm-menu.mm-vertical .mm-list>li label.mm-check,
.mm-menu.mm-vertical .mm-list>li label.mm-toggle {
    bottom: auto;
    margin-bottom: 0;
    top: 5px
}
label.mm-toggle+a,
label.mm-toggle+span {
    margin-right: 70px
}
label.mm-check+a,
label.mm-check+span {
    margin-right: 50px
}
a.mm-subopen+label.mm-check,
a.mm-subopen+label.mm-toggle {
    right: 50px
}
a.mm-subopen+label.mm-toggle+a,
a.mm-subopen+label.mm-toggle+span {
    margin-right: 100px
}
a.mm-subopen+label.mm-check+a,
a.mm-subopen+label.mm-check+span {
    margin-right: 80px
}
em.mm-counter+a.mm-subopen+label.mm-check,
em.mm-counter+a.mm-subopen+label.mm-toggle {
    right: 90px
}
em.mm-counter+a.mm-subopen+label.mm-toggle+a,
em.mm-counter+a.mm-subopen+label.mm-toggle+span {
    margin-right: 140px
}
em.mm-counter+a.mm-subopen+label.mm-check+a,
em.mm-counter+a.mm-subopen+label.mm-check+span {
    margin-right: 120px
}
.mm-menu label.mm-toggle {
    background: rgba(0, 0, 0, .15)
}
.mm-menu label.mm-toggle:before {
    background: #333
}
.mm-menu input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}
.mm-menu label.mm-check:before {
    border-color: rgba(255, 255, 255, .6)
}
html.mm-slide.mm-opened .mm-menu {
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%)
}
html.mm-slide.mm-opening .mm-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}
html.mm-slide.mm-right.mm-opened .mm-menu {
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%)
}
html.mm-slide.mm-right.mm-opening .mm-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}
html.mm-slide.mm-top.mm-opened .mm-menu {
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%)
}
html.mm-slide.mm-top.mm-opening .mm-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
html.mm-slide.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%)
}
html.mm-slide.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
html.mm-zoom-menu.mm-opened .mm-menu {
    -webkit-transform: scale(.7, .7) translateX(-30%);
    -ms-transform: scale(.7, .7) translateX(-30%);
    transform: scale(.7, .7) translateX(-30%);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}
html.mm-zoom-menu.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0)
}
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
    -webkit-transform: scale(.7, .7) translateX(30%);
    -ms-transform: scale(.7, .7) translateX(30%);
    transform: scale(.7, .7) translateX(30%);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0)
}
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
    -webkit-transform: scale(.7, .7) translateY(-30%);
    -ms-transform: scale(.7, .7) translateY(-30%);
    transform: scale(.7, .7) translateY(-30%);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
}
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateY(0);
    -ms-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0)
}
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: scale(.7, .7) translateY(30%);
    -ms-transform: scale(.7, .7) translateY(30%);
    transform: scale(.7, .7) translateY(30%);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateY(0);
    -ms-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0)
}
html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel {
    -webkit-transform: scale(1.5, 1.5) translateX(100%);
    -ms-transform: scale(1.5, 1.5) translateX(100%);
    transform: scale(1.5, 1.5) translateX(100%);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-property: -webkit-transform, left;
    transition-property: transform, left
}
html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0)
}
html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(.7, .7) translateX(-30%);
    -ms-transform: scale(.7, .7) translateX(-30%);
    transform: scale(.7, .7) translateX(-30%)
}
.mm-menu.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px
}
html.mm-opening.mm-fullscreen #mm-blocker,
html.mm-opening.mm-fullscreen .mm-page {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0)
}
@media all and (max-width:140px) {
    html.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-opening.mm-fullscreen .mm-page {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0)
    }
}
@media all and (min-width:10000px) {
    html.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-opening.mm-fullscreen .mm-page {
        -webkit-transform: translate(10000px, 0);
        -ms-transform: translate(10000px, 0);
        transform: translate(10000px, 0)
    }
}
html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
html.mm-right.mm-opening.mm-fullscreen .mm-page {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}
@media all and (max-width:140px) {
    html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-right.mm-opening.mm-fullscreen .mm-page {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0)
    }
}
@media all and (min-width:10000px) {
    html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-right.mm-opening.mm-fullscreen .mm-page {
        -webkit-transform: translate(-10000px, 0);
        -ms-transform: translate(-10000px, 0);
        transform: translate(-10000px, 0)
    }
}
.mm-menu.mm-front.mm-fullscreen.mm-bottom,
.mm-menu.mm-front.mm-fullscreen.mm-top {
    height: 100%;
    min-height: 140px;
    max-height: 10000px
}
html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none!important
}
.mm-menu.mm-bottom,
.mm-menu.mm-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%
}
.mm-menu.mm-right {
    left: auto;
    right: 0
}
.mm-menu.mm-bottom {
    top: auto;
    bottom: 0
}
html.mm-right.mm-opening #mm-blocker,
html.mm-right.mm-opening .mm-page {
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    background: #FFF;
    opacity: .4
}
@media all and (max-width:175px) {
    html.mm-right.mm-opening #mm-blocker,
    html.mm-right.mm-opening .mm-page {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0)
    }
}
@media all and (min-width:550px) {
    html.mm-right.mm-opening #mm-blocker,
    html.mm-right.mm-opening .mm-page {
        -webkit-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
        transform: translate(-440px, 0);
        background: #FFF;
        opacity: .4
    }
}
html.mm-front #mm-blocker,
html.mm-front .mm-page {
    -webkit-transform: translate(0, 0)!important;
    -ms-transform: translate(0, 0)!important;
    transform: translate(0, 0)!important;
    z-index: 0
}
.mm-menu.mm-front {
    z-index: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5)
}
html.mm-opened.mm-next .mm-page {
    box-shadow: none
}
html.mm-opened.mm-light .mm-page,
html.mm-opened.mm-white .mm-page {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}
.mm-menu.mm-front,
.mm-menu.mm-next {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}
.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0)
}
.mm-menu.mm-front.mm-top {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
}
.mm-menu.mm-front.mm-bottom {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%)
}
html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
.mm-menu.mm-front.mm-bottom,
.mm-menu.mm-front.mm-top {
    height: 80%;
    min-height: 140px;
    max-height: 880px
}
.mm-menu.mm-light {
    background: #f3f3f3;
    color: rgba(0, 0, 0, .6)
}
.mm-menu.mm-light .mm-list>li:after {
    border-color: rgba(0, 0, 0, .1)
}
.mm-menu.mm-light .mm-list>li>a.mm-subclose {
    background: rgba(255, 255, 255, .6);
    color: rgba(0, 0, 0, .3)
}
.mm-menu.mm-light .mm-list>li>a.mm-subclose:before,
.mm-menu.mm-light .mm-list>li>a.mm-subopen:after {
    border-color: rgba(0, 0, 0, .3)
}
.mm-menu.mm-light .mm-list>li>a.mm-subopen:before {
    border-color: rgba(0, 0, 0, .1)
}
.mm-menu.mm-light .mm-buttonbar>*,
.mm-menu.mm-light label.mm-check:before {
    border-color: rgba(0, 0, 0, .6)
}
.mm-menu.mm-light .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu.mm-light .mm-list>li.mm-selected>span {
    background: rgba(255, 255, 255, .6)
}
.mm-menu.mm-light .mm-list>li.mm-label,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened>ul {
    background: rgba(0, 0, 0, .03)
}
.mm-menu.mm-light .mm-buttonbar {
    border-color: rgba(0, 0, 0, .6);
    background: #f3f3f3
}
.mm-menu.mm-light .mm-buttonbar>input:checked+label {
    background: rgba(0, 0, 0, .6);
    color: #f3f3f3
}
.mm-menu.mm-light em.mm-counter {
    color: rgba(0, 0, 0, .3)
}
.mm-menu.mm-light .mm-footer,
.mm-menu.mm-light .mm-header {
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .3)
}
.mm-menu.mm-light .mm-header .mm-next:after,
.mm-menu.mm-light .mm-header .mm-prev:before {
    border-color: rgba(0, 0, 0, .3)
}
.mm-menu.mm-light .mm-list li.mm-label>div>div {
    background: rgba(0, 0, 0, .03)
}
.mm-menu.mm-light .mm-search input {
    background: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .6)
}
.mm-menu.mm-light .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}
.mm-menu.mm-light label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}
.mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3
}
.mm-menu.mm-light input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}
.mm-menu.mm-white {
    background: #fff;
    color: rgba(0, 0, 0, .6)
}
.mm-menu.mm-white .mm-list>li:after {
    border-color: rgba(0, 0, 0, .1)
}
.mm-menu.mm-white .mm-list>li>a.mm-subclose {
    background: rgba(0, 0, 0, .06);
    color: rgba(0, 0, 0, .3)
}
.mm-menu.mm-white .mm-list>li>a.mm-subclose:before,
.mm-menu.mm-white .mm-list>li>a.mm-subopen:after {
    border-color: rgba(0, 0, 0, .3)
}
.mm-menu.mm-white .mm-list>li>a.mm-subopen:before {
    border-color: rgba(0, 0, 0, .1)
}
.mm-menu.mm-white .mm-buttonbar>*,
.mm-menu.mm-white label.mm-check:before {
    border-color: rgba(0, 0, 0, .6)
}
.mm-menu.mm-white .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu.mm-white .mm-list>li.mm-selected>span {
    background: rgba(0, 0, 0, .06)
}
.mm-menu.mm-white .mm-list>li.mm-label,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened>ul {
    background: rgba(0, 0, 0, .03)
}
.mm-menu.mm-white .mm-buttonbar {
    border-color: rgba(0, 0, 0, .6);
    background: #fff
}
.mm-menu.mm-white .mm-buttonbar>input:checked+label {
    background: rgba(0, 0, 0, .6);
    color: #fff
}
.mm-menu.mm-white em.mm-counter {
    color: rgba(0, 0, 0, .3)
}
.mm-menu.mm-white .mm-footer,
.mm-menu.mm-white .mm-header {
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .3)
}
.mm-menu.mm-white .mm-header .mm-next:after,
.mm-menu.mm-white .mm-header .mm-prev:before {
    border-color: rgba(0, 0, 0, .3)
}
.mm-menu.mm-white .mm-list li.mm-label>div>div {
    background: rgba(0, 0, 0, .03)
}
.mm-menu.mm-white .mm-search input {
    background: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .6)
}
.mm-menu.mm-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}
.mm-menu.mm-white label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}
.mm-menu.mm-white label.mm-toggle:before {
    background: #fff
}
.mm-menu.mm-white input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}
html.mm-opened.mm-black .mm-page {
    box-shadow: none
}
.mm-menu.mm-black {
    background: #000;
    color: rgba(255, 255, 255, .6)
}
.mm-menu.mm-black .mm-list>li:after {
    border-color: rgba(255, 255, 255, .2)
}
.mm-menu.mm-black .mm-list>li>a.mm-subclose {
    background: rgba(255, 255, 255, .25);
    color: rgba(255, 255, 255, .3)
}
.mm-menu.mm-black .mm-list>li>a.mm-subclose:before,
.mm-menu.mm-black .mm-list>li>a.mm-subopen:after {
    border-color: rgba(255, 255, 255, .3)
}
.mm-menu.mm-black .mm-list>li>a.mm-subopen:before {
    border-color: rgba(255, 255, 255, .2)
}
.mm-menu.mm-black .mm-buttonbar,
.mm-menu.mm-black .mm-buttonbar>*,
.mm-menu.mm-black label.mm-check:before {
    border-color: rgba(255, 255, 255, .6)
}
.mm-menu.mm-black .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu.mm-black .mm-list>li.mm-selected>span {
    background: rgba(255, 255, 255, .25)
}
.mm-menu.mm-black .mm-list>li.mm-label,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened>ul {
    background: rgba(255, 255, 255, .15)
}
.mm-menu.mm-black .mm-buttonbar {
    background: #000
}
.mm-menu.mm-black .mm-buttonbar>input:checked+label {
    background: rgba(255, 255, 255, .6);
    color: #000
}
.mm-menu.mm-black em.mm-counter {
    color: rgba(255, 255, 255, .3)
}
.mm-menu.mm-black .mm-footer,
.mm-menu.mm-black .mm-header {
    border-color: rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .3)
}
.mm-menu.mm-black .mm-header .mm-next:after,
.mm-menu.mm-black .mm-header .mm-prev:before {
    border-color: rgba(255, 255, 255, .3)
}
.mm-menu.mm-black .mm-list li.mm-label>div>div {
    background: rgba(255, 255, 255, .15)
}
.mm-menu.mm-black .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .6)
}
.mm-menu.mm-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, .3)
}
.mm-menu.mm-black label.mm-toggle {
    background: rgba(255, 255, 255, .2)
}
.mm-menu.mm-black label.mm-toggle:before {
    background: #000
}
.mm-menu.mm-black input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}
nav:not(.mm-menu) {
    display: none
}
.header-menu {
    color: #fff;
    width: 26px;
    height: 26px
}
.header-menu a {
    background: center center no-repeat;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0
}
.header-res-menu {
    position: fixed;
    right: 10px;
    z-index: 999;
    top: 28px;
    display: none
}
@media (max-width:999px) {
    .header-res-menu {
        display: block!important
    }
    
    .mm-page {
        position: relative
    }
}
@media (max-width:479px) {
    .header-res-menu {
        top: 8px
    }
}
.sh_acid .sh_sourceCode {
    background-color: #eee;
    color: #000;
    font-weight: 400;
    font-style: normal
}
.sh_acid .sh_sourceCode .sh_type {
    color: #8080c0;
    font-weight: 700;
    font-style: normal
}
.sh_acid .sh_sourceCode .sh_comment {
    color: #ff8000;
    font-weight: 400;
    font-style: normal
}
.sh_acid .sh_sourceCode .sh_number {
    color: purple;
    font-weight: 700;
    font-style: normal
}
.sh_acid .sh_sourceCode .sh_preproc {
    color: #0080c0;
    font-weight: 700;
    font-style: normal
}
.sh_acid .sh_sourceCode .sh_function {
    color: #046;
    font-weight: 400;
    font-style: normal
}
.sh_berries-dark .sh_sourceCode {
    background-color: #80bfff;
    color: #400080;
    font-weight: 400;
    font-style: normal
}
.sh_berries-dark .sh_sourceCode .sh_type {
    color: #3f2bf0;
    font-weight: 400;
    font-style: normal
}
.sh_berries-dark .sh_sourceCode .sh_comment {
    color: #df0959;
    font-weight: 400;
    font-style: italic
}
.sh_berries-light .sh_sourceCode {
    background-color: #d7ffff;
    color: #47406d;
    font-weight: 400;
    font-style: normal
}
.sh_berries-light .sh_sourceCode .sh_type {
    color: #8b51c0;
    font-weight: 400;
    font-style: normal
}
.sh_berries-light .sh_sourceCode .sh_comment {
    color: #9c3caf;
    font-weight: 400;
    font-style: italic
}
.sh_bipolar .sh_sourceCode {
    background-color: #000;
    color: #d149a6;
    font-weight: 400;
    font-style: normal
}
.sh_bipolar .sh_sourceCode .sh_type {
    color: #aadd8b;
    font-weight: 700;
    font-style: normal
}
.sh_bipolar .sh_sourceCode .sh_comment {
    color: #35d6e5;
    font-weight: 400;
    font-style: italic
}
.sh_bipolar .sh_sourceCode .sh_preproc {
    color: #07f6bf;
    font-weight: 400;
    font-style: normal
}
.sh_bipolar .sh_sourceCode .sh_function {
    color: #d51993;
    font-weight: 700;
    font-style: normal
}
.sh_blacknblue .sh_sourceCode {
    background-color: #000;
    color: #2346d5;
    font-weight: 400;
    font-style: normal
}
.sh_blacknblue .sh_sourceCode .sh_type {
    color: #c06cf8;
    font-weight: 700;
    font-style: normal
}
.sh_blacknblue .sh_sourceCode .sh_comment {
    color: #6fb2c4;
    font-weight: 400;
    font-style: italic
}
.sh_blacknblue .sh_sourceCode .sh_number {
    color: #c4ac60;
    font-weight: 400;
    font-style: normal
}
.sh_blacknblue .sh_sourceCode .sh_preproc {
    color: #8080ff;
    font-weight: 400;
    font-style: normal
}
.sh_blacknblue .sh_sourceCode .sh_function {
    color: #1c96ed;
    font-weight: 400;
    font-style: normal
}
.sh_bright .sh_sourceCode {
    background-color: #fff;
    color: #401e7a;
    font-weight: 400;
    font-style: normal
}
.sh_bright .sh_sourceCode .sh_type {
    color: #f7b92c;
    font-weight: 400;
    font-style: normal
}
.sh_bright .sh_sourceCode .sh_comment {
    color: #38ad24;
    font-weight: 400;
    font-style: normal
}
.sh_bright .sh_sourceCode .sh_number {
    color: #32ba06;
    font-weight: 400;
    font-style: normal
}
.sh_bright .sh_sourceCode .sh_preproc {
    color: #5374b0;
    font-weight: 400;
    font-style: normal
}
.sh_bright .sh_sourceCode .sh_function {
    color: #d11ced;
    font-weight: 400;
    font-style: normal
}
.sh_contrast .sh_sourceCode {
    background-color: #ed6104;
    color: #00f;
    font-weight: 400;
    font-style: normal
}
.sh_contrast .sh_sourceCode .sh_number {
    color: #971ad8;
    font-weight: 400;
    font-style: normal
}
.sh_contrast .sh_sourceCode .sh_preproc {
    color: #7b44e0;
    font-weight: 400;
    font-style: normal
}
.sh_contrast .sh_sourceCode .sh_function {
    color: #fff700;
    font-weight: 700;
    font-style: normal
}
.sh_darkblue .sh_sourceCode {
    background-color: #000040;
    color: #C7C7C7;
    font-weight: 400;
    font-style: normal
}
.sh_darkblue .sh_sourceCode .sh_type {
    color: #60ff60;
    font-weight: 400;
    font-style: normal
}
.sh_darkblue .sh_sourceCode .sh_comment {
    color: #80a0ff;
    font-weight: 400;
    font-style: normal
}
.sh_darkblue .sh_sourceCode .sh_number {
    color: #42cad9;
    font-weight: 400;
    font-style: normal
}
.sh_darkblue .sh_sourceCode .sh_preproc {
    color: #ff80ff;
    font-weight: 400;
    font-style: normal
}
.sh_darkness .sh_sourceCode .sh_number {
    color: #619de7;
    font-weight: 400;
    font-style: normal
}
.sh_darkness .sh_sourceCode .sh_preproc {
    color: #1da3cf;
    font-weight: 400;
    font-style: normal
}
.sh_darkness .sh_sourceCode .sh_function {
    color: #f34627;
    font-weight: 400;
    font-style: normal
}
.sh_desert .sh_sourceCode {
    background-color: #af947e;
    color: #fffdec;
    font-weight: 400;
    font-style: normal
}
.sh_desert .sh_sourceCode .sh_type {
    color: #fef8bc;
    font-weight: 400;
    font-style: normal
}
.sh_desert .sh_sourceCode .sh_comment {
    color: #a00000;
    font-weight: 400;
    font-style: italic
}
.sh_desert .sh_sourceCode .sh_number {
    color: #3e3f25;
    font-weight: 400;
    font-style: normal
}
.sh_desert .sh_sourceCode .sh_preproc {
    color: #833914;
    font-weight: 400;
    font-style: normal
}
.sh_desert .sh_sourceCode .sh_function {
    color: #f3d266;
    font-weight: 700;
    font-style: normal
}
.sh_dull .sh_sourceCode {
    background-color: #bfbfbf;
    color: #656565;
    font-weight: 400;
    font-style: normal
}
.sh_dull .sh_sourceCode .sh_type {
    color: #3241c6;
    font-weight: 400;
    font-style: normal
}
.sh_dull .sh_sourceCode .sh_comment {
    color: #d11d20;
    font-weight: 400;
    font-style: italic
}
.sh_dull .sh_sourceCode .sh_number {
    color: #16930d;
    font-weight: 400;
    font-style: normal
}
.sh_dull .sh_sourceCode .sh_preproc {
    color: #003;
    font-weight: 400;
    font-style: normal
}
.sh_dull .sh_sourceCode .sh_function {
    color: #38255c;
    font-weight: 400;
    font-style: normal
}
.sh_easter .sh_sourceCode {
    background-color: #ffff80;
    color: #2C7B34;
    font-weight: 400;
    font-style: normal
}
.sh_easter .sh_sourceCode .sh_type {
    color: #ed0f55;
    font-weight: 700;
    font-style: normal
}
.sh_easter .sh_sourceCode .sh_comment {
    color: #24c815;
    font-weight: 400;
    font-style: italic
}
.sh_easter .sh_sourceCode .sh_number {
    color: #e11a70;
    font-weight: 400;
    font-style: normal
}
.sh_easter .sh_sourceCode .sh_preproc {
    color: #1583b1;
    font-weight: 400;
    font-style: normal
}
.sh_easter .sh_sourceCode .sh_function {
    color: #1d45d6;
    font-weight: 400;
    font-style: normal
}
.sh_emacs .sh_sourceCode .sh_type {
    color: #208920;
    font-weight: 400;
    font-style: normal
}
.sh_emacs .sh_sourceCode .sh_comment {
    color: #ac2020;
    font-weight: 400;
    font-style: italic
}
.sh_golden .sh_sourceCode {
    background-color: #000;
    color: #db0;
    font-weight: 400;
    font-style: normal
}
.sh_golden .sh_sourceCode .sh_type {
    color: #ffed8a;
    font-weight: 400;
    font-style: normal
}
.sh_golden .sh_sourceCode .sh_comment {
    color: #978345;
    font-weight: 400;
    font-style: italic
}
.sh_golden .sh_sourceCode .sh_preproc {
    color: #fda;
    font-weight: 400;
    font-style: normal
}
.sh_golden .sh_sourceCode .sh_function {
    color: #db0;
    font-weight: 700;
    font-style: normal
}
.sh_greenlcd .sh_sourceCode {
    background-color: #003400;
    color: #0b0;
    font-weight: 400;
    font-style: normal
}
.sh_greenlcd .sh_sourceCode .sh_type {
    color: #00ed00;
    font-weight: 400;
    font-style: normal
}
.sh_greenlcd .sh_sourceCode .sh_function {
    color: #c0ff73;
    font-weight: 400;
    font-style: normal
}
.sh_ide-anjuta .sh_sourceCode .sh_type {
    color: navy;
    font-weight: 400;
    font-style: normal
}
.sh_ide-anjuta .sh_sourceCode .sh_comment {
    color: red;
    font-weight: 400;
    font-style: italic
}
.sh_ide-anjuta .sh_sourceCode .sh_preproc {
    color: #678000;
    font-weight: 400;
    font-style: normal
}
.sh_ide-codewarrior .sh_sourceCode .sh_type {
    color: #4c73a6;
    font-weight: 400;
    font-style: normal
}
.sh_ide-codewarrior .sh_sourceCode .sh_comment {
    color: #b30000;
    font-weight: 400;
    font-style: normal
}
.sh_ide-devcpp .sh_sourceCode .sh_comment {
    color: navy;
    font-weight: 400;
    font-style: italic
}
.sh_ide-eclipse .sh_sourceCode .sh_comment {
    color: #717ab3;
    font-weight: 400;
    font-style: normal
}
.sh_ide-eclipse .sh_sourceCode .sh_preproc {
    color: #3f5fbf;
    font-weight: 400;
    font-style: normal
}
.sh_ide-kdev .sh_sourceCode .sh_type {
    color: #600000;
    font-weight: 400;
    font-style: normal
}
.sh_ide-kdev .sh_sourceCode .sh_comment {
    color: #bfbfbf;
    font-weight: 400;
    font-style: italic
}
.sh_ide-msvcpp .sh_sourceCode .sh_comment {
    color: green;
    font-weight: 400;
    font-style: italic
}
.sh_kwrite .sh_sourceCode .sh_type {
    color: #830000;
    font-weight: 400;
    font-style: normal
}
.sh_kwrite .sh_sourceCode .sh_comment {
    color: #838183;
    font-weight: 400;
    font-style: italic
}
.sh_kwrite .sh_sourceCode .sh_number {
    color: #2928ff;
    font-weight: 400;
    font-style: normal
}
.sh_kwrite .sh_sourceCode .sh_preproc {
    color: #008200;
    font-weight: 400;
    font-style: normal
}
.sh_kwrite .sh_sourceCode .sh_function {
    color: #010181;
    font-weight: 400;
    font-style: normal
}
.sh_navy .sh_sourceCode {
    background-color: #000035;
    color: #008bff;
    font-weight: 400;
    font-style: normal
}
.sh_navy .sh_sourceCode .sh_type {
    color: #e1e72f;
    font-weight: 400;
    font-style: normal
}
.sh_navy .sh_sourceCode .sh_comment {
    color: #fb0;
    font-weight: 400;
    font-style: italic
}
.sh_navy .sh_sourceCode .sh_number {
    color: #f87ff4;
    font-weight: 400;
    font-style: normal
}
.sh_nedit .sh_sourceCode .sh_comment {
    color: #000;
    font-weight: 400;
    font-style: italic
}
.sh_nedit .sh_sourceCode .sh_preproc {
    color: #27408b;
    font-weight: 400;
    font-style: normal
}
.sh_night .sh_sourceCode {
    background-color: #004;
    color: #d0f;
    font-weight: 400;
    font-style: normal
}
.sh_night .sh_sourceCode .sh_type {
    color: #f1157c;
    font-weight: 700;
    font-style: normal
}
.sh_night .sh_sourceCode .sh_number {
    color: #8ee119;
    font-weight: 400;
    font-style: normal
}
.sh_night .sh_sourceCode .sh_preproc {
    color: #0b0;
    font-weight: 400;
    font-style: normal
}
.sh_night .sh_sourceCode .sh_function {
    color: #ff06cd;
    font-weight: 700;
    font-style: normal
}
.sh_pablo .sh_sourceCode .sh_type {
    color: #00c000;
    font-weight: 700;
    font-style: normal
}
.sh_pablo .sh_sourceCode .sh_comment {
    color: gray;
    font-weight: 400;
    font-style: normal
}
.sh_pablo .sh_sourceCode .sh_function {
    color: #ff22b9;
    font-weight: 400;
    font-style: normal
}
.sh_peachpuff .sh_sourceCode {
    background-color: #ffdab9;
    color: #000;
    font-weight: 400;
    font-style: normal
}
.sh_peachpuff .sh_sourceCode .sh_type {
    color: #2e8b57;
    font-weight: 700;
    font-style: normal
}
.sh_peachpuff .sh_sourceCode .sh_comment {
    color: #406090;
    font-weight: 400;
    font-style: normal
}
.sh_peachpuff .sh_sourceCode .sh_preproc {
    color: #cd00cd;
    font-weight: 400;
    font-style: normal
}
.sh_peachpuff .sh_sourceCode .sh_function {
    color: #521cc7;
    font-weight: 400;
    font-style: normal
}
.sh_rand01 .sh_sourceCode {
    background-color: #fff;
    color: #121b28;
    font-weight: 400;
    font-style: normal
}
.sh_rand01 .sh_sourceCode .sh_type {
    color: #c42638;
    font-weight: 700;
    font-style: normal
}
.sh_rand01 .sh_sourceCode .sh_number {
    color: #0da344;
    font-weight: 400;
    font-style: normal
}
.sh_rand01 .sh_sourceCode .sh_preproc {
    color: #620ac6;
    font-weight: 400;
    font-style: normal
}
.sh_the .sh_sourceCode .sh_type {
    color: #808;
    font-weight: 400;
    font-style: normal
}
.sh_typical .sh_sourceCode .sh_number {
    color: #a900a9;
    font-weight: 400;
    font-style: normal
}
.sh_typical .sh_sourceCode .sh_preproc {
    color: #00b800;
    font-weight: 400;
    font-style: normal
}
.sh_vampire .sh_sourceCode {
    background-color: #000;
    color: red;
    font-weight: 400;
    font-style: normal
}
.sh_vampire .sh_sourceCode .sh_type {
    color: #F35E1E;
    font-weight: 700;
    font-style: normal
}
.sh_vampire .sh_sourceCode .sh_function {
    color: #7bc710;
    font-weight: 400;
    font-style: normal
}
.sh_whatis .sh_sourceCode {
    background-color: #000;
    color: #0f0;
    font-weight: 400;
    font-style: normal
}
.sh_whatis .sh_sourceCode .sh_function {
    color: #e721d3;
    font-weight: 400;
    font-style: normal
}
.sh_whitengrey .sh_sourceCode,
.sh_whitengrey .sh_sourceCode .sh_type {
    color: #696969;
    font-style: normal;
    font-weight: 400
}
.sh_whitengrey .sh_sourceCode {
    background-color: #fff
}
.sh_whitengrey .sh_sourceCode .sh_comment {
    color: #1326a2;
    font-weight: 400;
    font-style: italic
}
.sh_whitengrey .sh_sourceCode .sh_preproc {
    color: #470000;
    font-weight: 400;
    font-style: normal
}
.sh_zellner .sh_sourceCode .sh_preproc {
    color: #a020f0;
    font-weight: 400;
    font-style: normal
}
.sh_acid,
.sh_berries-dark,
.sh_berries-light,
.sh_bipolar,
.sh_blacknblue,
.sh_bright,
.sh_contrast,
.sh_darkblue,
.sh_darkness,
.sh_desert,
.sh_dull,
.sh_easter,
.sh_emacs,
.sh_golden,
.sh_greenlcd,
.sh_ide-anjuta,
.sh_ide-codewarrior,
.sh_ide-devcpp,
.sh_ide-eclipse,
.sh_ide-kdev,
.sh_ide-msvcpp,
.sh_kwrite,
.sh_matlab,
.sh_navy,
.sh_nedit,
.sh_neon,
.sh_night,
.sh_pablo,
.sh_peachpuff,
.sh_print,
.sh_rand01,
.sh_the,
.sh_typical,
.sh_vampire,
.sh_vim,
.sh_vim-dark,
.sh_whatis,
.sh_whitengrey,
.sh_zellner {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0
}
.sh_acid .sh_sourceCode .sh_date,
.sh_acid .sh_sourceCode .sh_difflines,
.sh_acid .sh_sourceCode .sh_file,
.sh_acid .sh_sourceCode .sh_keyword,
.sh_acid .sh_sourceCode .sh_property,
.sh_acid .sh_sourceCode .sh_time {
    color: #bb7977;
    font-weight: 700;
    font-style: normal
}
.sh_acid .sh_sourceCode .sh_ip,
.sh_acid .sh_sourceCode .sh_name,
.sh_acid .sh_sourceCode .sh_newfile,
.sh_acid .sh_sourceCode .sh_regexp,
.sh_acid .sh_sourceCode .sh_string,
.sh_acid .sh_sourceCode .sh_url,
.sh_acid .sh_sourceCode .sh_value {
    color: #a68500;
    font-weight: 400;
    font-style: normal
}
.sh_acid .sh_sourceCode .sh_oldfile,
.sh_acid .sh_sourceCode .sh_specialchar {
    color: #f0f;
    font-weight: 700;
    font-style: normal
}
.sh_acid .sh_sourceCode .sh_cbracket,
.sh_acid .sh_sourceCode .sh_symbol {
    color: #ff0080;
    font-weight: 700;
    font-style: normal
}
.sh_acid .sh_sourceCode .sh_selector,
.sh_acid .sh_sourceCode .sh_variable {
    color: #0080c0;
    font-weight: 400;
    font-style: normal
}
.sh_berries-dark .sh_sourceCode .sh_date,
.sh_berries-dark .sh_sourceCode .sh_difflines,
.sh_berries-dark .sh_sourceCode .sh_file,
.sh_berries-dark .sh_sourceCode .sh_keyword,
.sh_berries-dark .sh_sourceCode .sh_property,
.sh_berries-dark .sh_sourceCode .sh_time {
    color: #3f2bf0;
    font-weight: 700;
    font-style: normal
}
.sh_berries-dark .sh_sourceCode .sh_ip,
.sh_berries-dark .sh_sourceCode .sh_name,
.sh_berries-dark .sh_sourceCode .sh_newfile,
.sh_berries-dark .sh_sourceCode .sh_regexp,
.sh_berries-dark .sh_sourceCode .sh_string,
.sh_berries-dark .sh_sourceCode .sh_url,
.sh_berries-dark .sh_sourceCode .sh_value {
    color: #c40000;
    font-weight: 400;
    font-style: normal
}
.sh_berries-dark .sh_sourceCode .sh_oldfile,
.sh_berries-dark .sh_sourceCode .sh_specialchar {
    color: #77379a;
    font-weight: 400;
    font-style: normal
}
.sh_berries-dark .sh_sourceCode .sh_number,
.sh_berries-light .sh_sourceCode .sh_number {
    color: #20755a;
    font-weight: 400;
    font-style: normal
}
.sh_berries-dark .sh_sourceCode .sh_preproc,
.sh_berries-light .sh_sourceCode .sh_preproc {
    color: #0628cb;
    font-weight: 400;
    font-style: normal
}
.sh_berries-dark .sh_sourceCode .sh_cbracket,
.sh_berries-dark .sh_sourceCode .sh_symbol,
.sh_contrast .sh_sourceCode .sh_comment,
.sh_emacs .sh_sourceCode .sh_function,
.sh_emacs .sh_sourceCode .sh_number,
.sh_emacs .sh_sourceCode .sh_preproc,
.sh_ide-anjuta .sh_sourceCode .sh_function,
.sh_ide-codewarrior .sh_sourceCode .sh_function,
.sh_ide-codewarrior .sh_sourceCode .sh_number,
.sh_ide-devcpp .sh_sourceCode .sh_function,
.sh_ide-devcpp .sh_sourceCode .sh_type,
.sh_ide-eclipse .sh_sourceCode .sh_function,
.sh_ide-eclipse .sh_sourceCode .sh_number,
.sh_ide-kdev .sh_sourceCode .sh_function,
.sh_ide-msvcpp .sh_sourceCode .sh_function,
.sh_ide-msvcpp .sh_sourceCode .sh_ip,
.sh_ide-msvcpp .sh_sourceCode .sh_name,
.sh_ide-msvcpp .sh_sourceCode .sh_newfile,
.sh_ide-msvcpp .sh_sourceCode .sh_number,
.sh_ide-msvcpp .sh_sourceCode .sh_oldfile,
.sh_ide-msvcpp .sh_sourceCode .sh_regexp,
.sh_ide-msvcpp .sh_sourceCode .sh_specialchar,
.sh_ide-msvcpp .sh_sourceCode .sh_string,
.sh_ide-msvcpp .sh_sourceCode .sh_url,
.sh_ide-msvcpp .sh_sourceCode .sh_value,
.sh_matlab .sh_sourceCode .sh_function,
.sh_matlab .sh_sourceCode .sh_number,
.sh_matlab .sh_sourceCode .sh_oldfile,
.sh_matlab .sh_sourceCode .sh_specialchar,
.sh_matlab .sh_sourceCode .sh_type,
.sh_nedit .sh_sourceCode .sh_function,
.sh_print .sh_sourceCode .sh_ip,
.sh_print .sh_sourceCode .sh_name,
.sh_print .sh_sourceCode .sh_newfile,
.sh_print .sh_sourceCode .sh_number,
.sh_print .sh_sourceCode .sh_oldfile,
.sh_print .sh_sourceCode .sh_regexp,
.sh_print .sh_sourceCode .sh_specialchar,
.sh_print .sh_sourceCode .sh_string,
.sh_print .sh_sourceCode .sh_url,
.sh_print .sh_sourceCode .sh_value,
.sh_the .sh_sourceCode .sh_function,
.sh_the .sh_sourceCode .sh_oldfile,
.sh_the .sh_sourceCode .sh_specialchar,
.sh_vim .sh_sourceCode .sh_function,
.sh_whitengrey .sh_sourceCode .sh_function {
    color: #000;
    font-weight: 400;
    font-style: normal
}
.sh_berries-dark .sh_sourceCode .sh_function,
.sh_berries-light .sh_sourceCode .sh_function {
    color: #901164;
    font-weight: 700;
    font-style: normal
}
.sh_berries-dark .sh_sourceCode .sh_selector,
.sh_berries-dark .sh_sourceCode .sh_variable {
    color: #a91ea7;
    font-weight: 400;
    font-style: normal
}
.sh_berries-light .sh_sourceCode .sh_date,
.sh_berries-light .sh_sourceCode .sh_difflines,
.sh_berries-light .sh_sourceCode .sh_file,
.sh_berries-light .sh_sourceCode .sh_keyword,
.sh_berries-light .sh_sourceCode .sh_property,
.sh_berries-light .sh_sourceCode .sh_time {
    color: #2cae1e;
    font-weight: 700;
    font-style: normal
}
.sh_berries-light .sh_sourceCode .sh_ip,
.sh_berries-light .sh_sourceCode .sh_name,
.sh_berries-light .sh_sourceCode .sh_newfile,
.sh_berries-light .sh_sourceCode .sh_oldfile,
.sh_berries-light .sh_sourceCode .sh_regexp,
.sh_berries-light .sh_sourceCode .sh_specialchar,
.sh_berries-light .sh_sourceCode .sh_string,
.sh_berries-light .sh_sourceCode .sh_url,
.sh_berries-light .sh_sourceCode .sh_value {
    color: #5f81b3;
    font-weight: 400;
    font-style: normal
}
.sh_berries-light .sh_sourceCode .sh_cbracket,
.sh_berries-light .sh_sourceCode .sh_symbol {
    color: #d2073b;
    font-weight: 400;
    font-style: normal
}
.sh_berries-light .sh_sourceCode .sh_selector,
.sh_berries-light .sh_sourceCode .sh_variable {
    color: #0628cb;
    font-weight: 700;
    font-style: normal
}
.sh_bipolar .sh_sourceCode .sh_date,
.sh_bipolar .sh_sourceCode .sh_difflines,
.sh_bipolar .sh_sourceCode .sh_file,
.sh_bipolar .sh_sourceCode .sh_keyword,
.sh_bipolar .sh_sourceCode .sh_property,
.sh_bipolar .sh_sourceCode .sh_time {
    color: #ee85e2;
    font-weight: 700;
    font-style: normal
}
.sh_bipolar .sh_sourceCode .sh_ip,
.sh_bipolar .sh_sourceCode .sh_name,
.sh_bipolar .sh_sourceCode .sh_newfile,
.sh_bipolar .sh_sourceCode .sh_oldfile,
.sh_bipolar .sh_sourceCode .sh_regexp,
.sh_bipolar .sh_sourceCode .sh_specialchar,
.sh_bipolar .sh_sourceCode .sh_string,
.sh_bipolar .sh_sourceCode .sh_url,
.sh_bipolar .sh_sourceCode .sh_value {
    color: #9ef457;
    font-weight: 400;
    font-style: normal
}
.sh_bipolar .sh_sourceCode .sh_number,
.sh_golden .sh_sourceCode .sh_number,
.sh_greenlcd .sh_sourceCode .sh_number,
.sh_navy .sh_sourceCode .sh_cbracket,
.sh_navy .sh_sourceCode .sh_function,
.sh_navy .sh_sourceCode .sh_ip,
.sh_navy .sh_sourceCode .sh_name,
.sh_navy .sh_sourceCode .sh_newfile,
.sh_navy .sh_sourceCode .sh_oldfile,
.sh_navy .sh_sourceCode .sh_regexp,
.sh_navy .sh_sourceCode .sh_specialchar,
.sh_navy .sh_sourceCode .sh_string,
.sh_navy .sh_sourceCode .sh_symbol,
.sh_navy .sh_sourceCode .sh_url,
.sh_navy .sh_sourceCode .sh_value,
.sh_night .sh_sourceCode .sh_ip,
.sh_night .sh_sourceCode .sh_name,
.sh_night .sh_sourceCode .sh_newfile,
.sh_night .sh_sourceCode .sh_regexp,
.sh_night .sh_sourceCode .sh_string,
.sh_night .sh_sourceCode .sh_url,
.sh_night .sh_sourceCode .sh_value,
.sh_vampire .sh_sourceCode .sh_oldfile,
.sh_vampire .sh_sourceCode .sh_selector,
.sh_vampire .sh_sourceCode .sh_specialchar,
.sh_vampire .sh_sourceCode .sh_variable,
.sh_vim-dark .sh_sourceCode .sh_function {
    color: #fff;
    font-weight: 400;
    font-style: normal
}
.sh_bipolar .sh_sourceCode .sh_cbracket,
.sh_bipolar .sh_sourceCode .sh_symbol {
    color: #348fef;
    font-weight: 400;
    font-style: normal
}
.sh_bipolar .sh_sourceCode .sh_selector,
.sh_bipolar .sh_sourceCode .sh_variable {
    color: #72d42c;
    font-weight: 700;
    font-style: normal
}
.sh_blacknblue .sh_sourceCode .sh_date,
.sh_blacknblue .sh_sourceCode .sh_difflines,
.sh_blacknblue .sh_sourceCode .sh_file,
.sh_blacknblue .sh_sourceCode .sh_keyword,
.sh_blacknblue .sh_sourceCode .sh_property,
.sh_blacknblue .sh_sourceCode .sh_time {
    color: #1ededc;
    font-weight: 700;
    font-style: normal
}
.sh_blacknblue .sh_sourceCode .sh_ip,
.sh_blacknblue .sh_sourceCode .sh_name,
.sh_blacknblue .sh_sourceCode .sh_newfile,
.sh_blacknblue .sh_sourceCode .sh_regexp,
.sh_blacknblue .sh_sourceCode .sh_string,
.sh_blacknblue .sh_sourceCode .sh_url,
.sh_blacknblue .sh_sourceCode .sh_value {
    color: #cfc631;
    font-weight: 400;
    font-style: normal
}
.sh_blacknblue .sh_sourceCode .sh_cbracket,
.sh_blacknblue .sh_sourceCode .sh_oldfile,
.sh_blacknblue .sh_sourceCode .sh_specialchar,
.sh_blacknblue .sh_sourceCode .sh_symbol {
    color: #ccc6c6;
    font-weight: 400;
    font-style: normal
}
.sh_blacknblue .sh_sourceCode .sh_selector,
.sh_blacknblue .sh_sourceCode .sh_variable {
    color: #ecea26;
    font-weight: 400;
    font-style: normal
}
.sh_bright .sh_sourceCode .sh_date,
.sh_bright .sh_sourceCode .sh_difflines,
.sh_bright .sh_sourceCode .sh_file,
.sh_bright .sh_sourceCode .sh_keyword,
.sh_bright .sh_sourceCode .sh_property,
.sh_bright .sh_sourceCode .sh_time {
    color: #ff3030;
    font-weight: 700;
    font-style: normal
}
.sh_bright .sh_sourceCode .sh_ip,
.sh_bright .sh_sourceCode .sh_name,
.sh_bright .sh_sourceCode .sh_newfile,
.sh_bright .sh_sourceCode .sh_oldfile,
.sh_bright .sh_sourceCode .sh_regexp,
.sh_bright .sh_sourceCode .sh_specialchar,
.sh_bright .sh_sourceCode .sh_string,
.sh_bright .sh_sourceCode .sh_url,
.sh_bright .sh_sourceCode .sh_value {
    color: #1861a7;
    font-weight: 400;
    font-style: normal
}
.sh_bright .sh_sourceCode .sh_cbracket,
.sh_bright .sh_sourceCode .sh_symbol {
    color: #3030ee;
    font-weight: 400;
    font-style: normal
}
.sh_bright .sh_sourceCode .sh_selector,
.sh_bright .sh_sourceCode .sh_variable,
.sh_emacs .sh_sourceCode .sh_selector,
.sh_emacs .sh_sourceCode .sh_variable,
.sh_ide-anjuta .sh_sourceCode .sh_selector,
.sh_ide-anjuta .sh_sourceCode .sh_variable,
.sh_ide-devcpp .sh_sourceCode .sh_number,
.sh_ide-eclipse .sh_sourceCode .sh_ip,
.sh_ide-eclipse .sh_sourceCode .sh_name,
.sh_ide-eclipse .sh_sourceCode .sh_newfile,
.sh_ide-eclipse .sh_sourceCode .sh_oldfile,
.sh_ide-eclipse .sh_sourceCode .sh_regexp,
.sh_ide-eclipse .sh_sourceCode .sh_specialchar,
.sh_ide-eclipse .sh_sourceCode .sh_string,
.sh_ide-eclipse .sh_sourceCode .sh_url,
.sh_ide-eclipse .sh_sourceCode .sh_value,
.sh_ide-kdev .sh_sourceCode .sh_number,
.sh_ide-msvcpp .sh_sourceCode .sh_preproc,
.sh_ide-msvcpp .sh_sourceCode .sh_type,
.sh_matlab .sh_sourceCode .sh_date,
.sh_matlab .sh_sourceCode .sh_difflines,
.sh_matlab .sh_sourceCode .sh_file,
.sh_matlab .sh_sourceCode .sh_keyword,
.sh_matlab .sh_sourceCode .sh_property,
.sh_matlab .sh_sourceCode .sh_selector,
.sh_matlab .sh_sourceCode .sh_time,
.sh_matlab .sh_sourceCode .sh_variable,
.sh_pablo .sh_sourceCode .sh_oldfile,
.sh_pablo .sh_sourceCode .sh_specialchar,
.sh_the .sh_sourceCode .sh_date,
.sh_the .sh_sourceCode .sh_difflines,
.sh_the .sh_sourceCode .sh_file,
.sh_the .sh_sourceCode .sh_keyword,
.sh_the .sh_sourceCode .sh_property,
.sh_the .sh_sourceCode .sh_selector,
.sh_the .sh_sourceCode .sh_time,
.sh_the .sh_sourceCode .sh_variable,
.sh_typical .sh_sourceCode .sh_type,
.sh_vim .sh_sourceCode .sh_comment,
.sh_vim-dark .sh_sourceCode .sh_comment,
.sh_zellner .sh_sourceCode .sh_type {
    color: #00f;
    font-weight: 400;
    font-style: normal
}
.sh_contrast .sh_sourceCode .sh_date,
.sh_contrast .sh_sourceCode .sh_difflines,
.sh_contrast .sh_sourceCode .sh_file,
.sh_contrast .sh_sourceCode .sh_keyword,
.sh_contrast .sh_sourceCode .sh_property,
.sh_contrast .sh_sourceCode .sh_time,
.sh_contrast .sh_sourceCode .sh_type,
.sh_darkblue .sh_sourceCode .sh_function,
.sh_neon .sh_sourceCode .sh_function,
.sh_night .sh_sourceCode .sh_date,
.sh_night .sh_sourceCode .sh_difflines,
.sh_night .sh_sourceCode .sh_file,
.sh_night .sh_sourceCode .sh_keyword,
.sh_night .sh_sourceCode .sh_property,
.sh_night .sh_sourceCode .sh_time,
.sh_vampire .sh_sourceCode .sh_date,
.sh_vampire .sh_sourceCode .sh_difflines,
.sh_vampire .sh_sourceCode .sh_file,
.sh_vampire .sh_sourceCode .sh_keyword,
.sh_vampire .sh_sourceCode .sh_property,
.sh_vampire .sh_sourceCode .sh_time,
.sh_whatis .sh_sourceCode .sh_type {
    color: #fff;
    font-weight: 700;
    font-style: normal
}
.sh_contrast .sh_sourceCode .sh_ip,
.sh_contrast .sh_sourceCode .sh_name,
.sh_contrast .sh_sourceCode .sh_newfile,
.sh_contrast .sh_sourceCode .sh_oldfile,
.sh_contrast .sh_sourceCode .sh_regexp,
.sh_contrast .sh_sourceCode .sh_specialchar,
.sh_contrast .sh_sourceCode .sh_string,
.sh_contrast .sh_sourceCode .sh_url,
.sh_contrast .sh_sourceCode .sh_value {
    color: #11f80c;
    font-weight: 400;
    font-style: normal
}
.sh_contrast .sh_sourceCode .sh_cbracket,
.sh_contrast .sh_sourceCode .sh_symbol,
.sh_golden .sh_sourceCode .sh_selector,
.sh_golden .sh_sourceCode .sh_variable {
    color: #dedede;
    font-weight: 700;
    font-style: normal
}
.sh_contrast .sh_sourceCode .sh_selector,
.sh_contrast .sh_sourceCode .sh_variable {
    color: #11f80c;
    font-weight: 700;
    font-style: normal
}
.sh_darkblue .sh_sourceCode .sh_date,
.sh_darkblue .sh_sourceCode .sh_difflines,
.sh_darkblue .sh_sourceCode .sh_file,
.sh_darkblue .sh_sourceCode .sh_keyword,
.sh_darkblue .sh_sourceCode .sh_property,
.sh_darkblue .sh_sourceCode .sh_time {
    color: #ffff60;
    font-weight: 400;
    font-style: normal
}
.sh_darkblue .sh_sourceCode .sh_ip,
.sh_darkblue .sh_sourceCode .sh_name,
.sh_darkblue .sh_sourceCode .sh_newfile,
.sh_darkblue .sh_sourceCode .sh_regexp,
.sh_darkblue .sh_sourceCode .sh_string,
.sh_darkblue .sh_sourceCode .sh_url,
.sh_darkblue .sh_sourceCode .sh_value {
    color: #ffa0a0;
    font-weight: 400;
    font-style: normal
}
.sh_darkblue .sh_sourceCode .sh_oldfile,
.sh_darkblue .sh_sourceCode .sh_specialchar {
    color: orange;
    font-weight: 400;
    font-style: normal
}
.sh_darkblue .sh_sourceCode .sh_cbracket,
.sh_darkblue .sh_sourceCode .sh_symbol {
    color: #d8e91b;
    font-weight: 700;
    font-style: normal
}
.sh_darkblue .sh_sourceCode .sh_selector,
.sh_darkblue .sh_sourceCode .sh_variable,
.sh_darkness .sh_sourceCode .sh_selector,
.sh_darkness .sh_sourceCode .sh_variable {
    color: #26e0e7;
    font-weight: 400;
    font-style: normal
}
.sh_darkness .sh_sourceCode,
.sh_neon .sh_sourceCode,
.sh_pablo .sh_sourceCode,
.sh_vim-dark .sh_sourceCode {
    background-color: #000;
    color: #fff;
    font-weight: 400;
    font-style: normal
}
.sh_darkness .sh_sourceCode .sh_date,
.sh_darkness .sh_sourceCode .sh_difflines,
.sh_darkness .sh_sourceCode .sh_file,
.sh_darkness .sh_sourceCode .sh_keyword,
.sh_darkness .sh_sourceCode .sh_property,
.sh_darkness .sh_sourceCode .sh_time {
    color: #ff0;
    font-weight: 700;
    font-style: normal
}
.sh_darkness .sh_sourceCode .sh_type,
.sh_pablo .sh_sourceCode .sh_preproc,
.sh_vim .sh_sourceCode .sh_type,
.sh_vim-dark .sh_sourceCode .sh_type {
    color: #0f0;
    font-weight: 400;
    font-style: normal
}
.sh_darkness .sh_sourceCode .sh_ip,
.sh_darkness .sh_sourceCode .sh_name,
.sh_darkness .sh_sourceCode .sh_newfile,
.sh_darkness .sh_sourceCode .sh_regexp,
.sh_darkness .sh_sourceCode .sh_string,
.sh_darkness .sh_sourceCode .sh_url,
.sh_darkness .sh_sourceCode .sh_value {
    color: #abab00;
    font-weight: 700;
    font-style: normal
}
.sh_darkness .sh_sourceCode .sh_oldfile,
.sh_darkness .sh_sourceCode .sh_specialchar,
.sh_greenlcd .sh_sourceCode .sh_preproc,
.sh_night .sh_sourceCode .sh_comment,
.sh_whatis .sh_sourceCode .sh_preproc {
    color: #bfbfbf;
    font-weight: 400;
    font-style: normal
}
.sh_darkness .sh_sourceCode .sh_comment,
.sh_greenlcd .sh_sourceCode .sh_comment {
    color: #888;
    font-weight: 400;
    font-style: italic
}
.sh_darkness .sh_sourceCode .sh_cbracket,
.sh_darkness .sh_sourceCode .sh_symbol,
.sh_kwrite .sh_sourceCode .sh_oldfile,
.sh_kwrite .sh_sourceCode .sh_specialchar,
.sh_neon .sh_sourceCode .sh_number,
.sh_zellner .sh_sourceCode .sh_ip,
.sh_zellner .sh_sourceCode .sh_name,
.sh_zellner .sh_sourceCode .sh_newfile,
.sh_zellner .sh_sourceCode .sh_number,
.sh_zellner .sh_sourceCode .sh_oldfile,
.sh_zellner .sh_sourceCode .sh_regexp,
.sh_zellner .sh_sourceCode .sh_specialchar,
.sh_zellner .sh_sourceCode .sh_string,
.sh_zellner .sh_sourceCode .sh_url,
.sh_zellner .sh_sourceCode .sh_value {
    color: #f0f;
    font-weight: 400;
    font-style: normal
}
.sh_desert .sh_sourceCode .sh_date,
.sh_desert .sh_sourceCode .sh_difflines,
.sh_desert .sh_sourceCode .sh_file,
.sh_desert .sh_sourceCode .sh_keyword,
.sh_desert .sh_sourceCode .sh_property,
.sh_desert .sh_sourceCode .sh_time {
    color: #fef8bc;
    font-weight: 700;
    font-style: normal
}
.sh_desert .sh_sourceCode .sh_ip,
.sh_desert .sh_sourceCode .sh_name,
.sh_desert .sh_sourceCode .sh_newfile,
.sh_desert .sh_sourceCode .sh_oldfile,
.sh_desert .sh_sourceCode .sh_regexp,
.sh_desert .sh_sourceCode .sh_specialchar,
.sh_desert .sh_sourceCode .sh_string,
.sh_desert .sh_sourceCode .sh_url,
.sh_desert .sh_sourceCode .sh_value {
    color: #f6f647;
    font-weight: 400;
    font-style: normal
}
.sh_desert .sh_sourceCode .sh_cbracket,
.sh_desert .sh_sourceCode .sh_symbol {
    color: #66574f;
    font-weight: 400;
    font-style: normal
}
.sh_desert .sh_sourceCode .sh_selector,
.sh_desert .sh_sourceCode .sh_variable,
.sh_ide-devcpp .sh_sourceCode .sh_date,
.sh_ide-devcpp .sh_sourceCode .sh_difflines,
.sh_ide-devcpp .sh_sourceCode .sh_file,
.sh_ide-devcpp .sh_sourceCode .sh_keyword,
.sh_ide-devcpp .sh_sourceCode .sh_property,
.sh_ide-devcpp .sh_sourceCode .sh_selector,
.sh_ide-devcpp .sh_sourceCode .sh_time,
.sh_ide-devcpp .sh_sourceCode .sh_variable,
.sh_kwrite .sh_sourceCode .sh_date,
.sh_kwrite .sh_sourceCode .sh_difflines,
.sh_kwrite .sh_sourceCode .sh_file,
.sh_kwrite .sh_sourceCode .sh_keyword,
.sh_kwrite .sh_sourceCode .sh_property,
.sh_kwrite .sh_sourceCode .sh_selector,
.sh_kwrite .sh_sourceCode .sh_time,
.sh_kwrite .sh_sourceCode .sh_variable,
.sh_nedit .sh_sourceCode .sh_cbracket,
.sh_nedit .sh_sourceCode .sh_date,
.sh_nedit .sh_sourceCode .sh_difflines,
.sh_nedit .sh_sourceCode .sh_file,
.sh_nedit .sh_sourceCode .sh_keyword,
.sh_nedit .sh_sourceCode .sh_property,
.sh_nedit .sh_sourceCode .sh_symbol,
.sh_nedit .sh_sourceCode .sh_time,
.sh_print .sh_sourceCode .sh_cbracket,
.sh_print .sh_sourceCode .sh_date,
.sh_print .sh_sourceCode .sh_difflines,
.sh_print .sh_sourceCode .sh_file,
.sh_print .sh_sourceCode .sh_keyword,
.sh_print .sh_sourceCode .sh_preproc,
.sh_print .sh_sourceCode .sh_property,
.sh_print .sh_sourceCode .sh_selector,
.sh_print .sh_sourceCode .sh_symbol,
.sh_print .sh_sourceCode .sh_time,
.sh_print .sh_sourceCode .sh_type,
.sh_print .sh_sourceCode .sh_variable,
.sh_rand01 .sh_sourceCode .sh_function,
.sh_typical .sh_sourceCode .sh_function,
.sh_zellner .sh_sourceCode .sh_function {
    color: #000;
    font-weight: 700;
    font-style: normal
}
.sh_dull .sh_sourceCode .sh_date,
.sh_dull .sh_sourceCode .sh_difflines,
.sh_dull .sh_sourceCode .sh_file,
.sh_dull .sh_sourceCode .sh_keyword,
.sh_dull .sh_sourceCode .sh_property,
.sh_dull .sh_sourceCode .sh_time {
    color: #353535;
    font-weight: 700;
    font-style: normal
}
.sh_dull .sh_sourceCode .sh_ip,
.sh_dull .sh_sourceCode .sh_name,
.sh_dull .sh_sourceCode .sh_newfile,
.sh_dull .sh_sourceCode .sh_oldfile,
.sh_dull .sh_sourceCode .sh_regexp,
.sh_dull .sh_sourceCode .sh_specialchar,
.sh_dull .sh_sourceCode .sh_string,
.sh_dull .sh_sourceCode .sh_url,
.sh_dull .sh_sourceCode .sh_value {
    color: #059;
    font-weight: 400;
    font-style: normal
}
.sh_dull .sh_sourceCode .sh_cbracket,
.sh_dull .sh_sourceCode .sh_symbol {
    color: #222;
    font-weight: 400;
    font-style: normal
}
.sh_dull .sh_sourceCode .sh_selector,
.sh_dull .sh_sourceCode .sh_variable {
    color: #ae5a16;
    font-weight: 400;
    font-style: normal
}
.sh_easter .sh_sourceCode .sh_date,
.sh_easter .sh_sourceCode .sh_difflines,
.sh_easter .sh_sourceCode .sh_file,
.sh_easter .sh_sourceCode .sh_keyword,
.sh_easter .sh_sourceCode .sh_property,
.sh_easter .sh_sourceCode .sh_time {
    color: #1d45d6;
    font-weight: 700;
    font-style: normal
}
.sh_easter .sh_sourceCode .sh_ip,
.sh_easter .sh_sourceCode .sh_name,
.sh_easter .sh_sourceCode .sh_newfile,
.sh_easter .sh_sourceCode .sh_oldfile,
.sh_easter .sh_sourceCode .sh_regexp,
.sh_easter .sh_sourceCode .sh_specialchar,
.sh_easter .sh_sourceCode .sh_string,
.sh_easter .sh_sourceCode .sh_url,
.sh_easter .sh_sourceCode .sh_value {
    color: #ca4be3;
    font-weight: 400;
    font-style: normal
}
.sh_easter .sh_sourceCode .sh_cbracket,
.sh_easter .sh_sourceCode .sh_symbol {
    color: #fa4700;
    font-weight: 400;
    font-style: normal
}
.sh_easter .sh_sourceCode .sh_selector,
.sh_easter .sh_sourceCode .sh_variable {
    color: #26aae7;
    font-weight: 700;
    font-style: normal
}
.sh_emacs .sh_sourceCode,
.sh_ide-anjuta .sh_sourceCode,
.sh_ide-codewarrior .sh_sourceCode,
.sh_ide-devcpp .sh_sourceCode,
.sh_ide-eclipse .sh_sourceCode,
.sh_ide-kdev .sh_sourceCode,
.sh_ide-msvcpp .sh_sourceCode,
.sh_kwrite .sh_sourceCode,
.sh_matlab .sh_sourceCode,
.sh_nedit .sh_sourceCode,
.sh_print .sh_sourceCode,
.sh_the .sh_sourceCode,
.sh_typical .sh_sourceCode,
.sh_vim .sh_sourceCode,
.sh_zellner .sh_sourceCode {
    background-color: #fff;
    color: #000;
    font-weight: 400;
    font-style: normal
}
.sh_emacs .sh_sourceCode .sh_date,
.sh_emacs .sh_sourceCode .sh_difflines,
.sh_emacs .sh_sourceCode .sh_file,
.sh_emacs .sh_sourceCode .sh_keyword,
.sh_emacs .sh_sourceCode .sh_property,
.sh_emacs .sh_sourceCode .sh_time {
    color: #9c20ee;
    font-weight: 700;
    font-style: normal
}
.sh_emacs .sh_sourceCode .sh_ip,
.sh_emacs .sh_sourceCode .sh_name,
.sh_emacs .sh_sourceCode .sh_newfile,
.sh_emacs .sh_sourceCode .sh_oldfile,
.sh_emacs .sh_sourceCode .sh_regexp,
.sh_emacs .sh_sourceCode .sh_specialchar,
.sh_emacs .sh_sourceCode .sh_string,
.sh_emacs .sh_sourceCode .sh_url,
.sh_emacs .sh_sourceCode .sh_value {
    color: #bd8d8b;
    font-weight: 400;
    font-style: normal
}
.sh_golden .sh_sourceCode .sh_date,
.sh_golden .sh_sourceCode .sh_difflines,
.sh_golden .sh_sourceCode .sh_file,
.sh_golden .sh_sourceCode .sh_keyword,
.sh_golden .sh_sourceCode .sh_property,
.sh_golden .sh_sourceCode .sh_time {
    color: #ffed8a;
    font-weight: 700;
    font-style: normal
}
.sh_golden .sh_sourceCode .sh_ip,
.sh_golden .sh_sourceCode .sh_name,
.sh_golden .sh_sourceCode .sh_newfile,
.sh_golden .sh_sourceCode .sh_oldfile,
.sh_golden .sh_sourceCode .sh_regexp,
.sh_golden .sh_sourceCode .sh_specialchar,
.sh_golden .sh_sourceCode .sh_string,
.sh_golden .sh_sourceCode .sh_url,
.sh_golden .sh_sourceCode .sh_value,
.sh_ide-devcpp .sh_sourceCode .sh_ip,
.sh_ide-devcpp .sh_sourceCode .sh_name,
.sh_ide-devcpp .sh_sourceCode .sh_newfile,
.sh_ide-devcpp .sh_sourceCode .sh_oldfile,
.sh_ide-devcpp .sh_sourceCode .sh_regexp,
.sh_ide-devcpp .sh_sourceCode .sh_specialchar,
.sh_ide-devcpp .sh_sourceCode .sh_string,
.sh_ide-devcpp .sh_sourceCode .sh_url,
.sh_ide-devcpp .sh_sourceCode .sh_value,
.sh_ide-kdev .sh_sourceCode .sh_ip,
.sh_ide-kdev .sh_sourceCode .sh_name,
.sh_ide-kdev .sh_sourceCode .sh_newfile,
.sh_ide-kdev .sh_sourceCode .sh_oldfile,
.sh_ide-kdev .sh_sourceCode .sh_regexp,
.sh_ide-kdev .sh_sourceCode .sh_specialchar,
.sh_ide-kdev .sh_sourceCode .sh_string,
.sh_ide-kdev .sh_sourceCode .sh_url,
.sh_ide-kdev .sh_sourceCode .sh_value,
.sh_kwrite .sh_sourceCode .sh_ip,
.sh_kwrite .sh_sourceCode .sh_name,
.sh_kwrite .sh_sourceCode .sh_newfile,
.sh_kwrite .sh_sourceCode .sh_regexp,
.sh_kwrite .sh_sourceCode .sh_string,
.sh_kwrite .sh_sourceCode .sh_url,
.sh_kwrite .sh_sourceCode .sh_value,
.sh_pablo .sh_sourceCode .sh_cbracket,
.sh_pablo .sh_sourceCode .sh_symbol,
.sh_the .sh_sourceCode .sh_number,
.sh_the .sh_sourceCode .sh_preproc,
.sh_typical .sh_sourceCode .sh_cbracket,
.sh_typical .sh_sourceCode .sh_ip,
.sh_typical .sh_sourceCode .sh_name,
.sh_typical .sh_sourceCode .sh_newfile,
.sh_typical .sh_sourceCode .sh_regexp,
.sh_typical .sh_sourceCode .sh_string,
.sh_typical .sh_sourceCode .sh_symbol,
.sh_typical .sh_sourceCode .sh_url,
.sh_typical .sh_sourceCode .sh_value,
.sh_vim .sh_sourceCode .sh_ip,
.sh_vim .sh_sourceCode .sh_name,
.sh_vim .sh_sourceCode .sh_newfile,
.sh_vim .sh_sourceCode .sh_number,
.sh_vim .sh_sourceCode .sh_regexp,
.sh_vim .sh_sourceCode .sh_string,
.sh_vim .sh_sourceCode .sh_url,
.sh_vim .sh_sourceCode .sh_value,
.sh_vim-dark .sh_sourceCode .sh_ip,
.sh_vim-dark .sh_sourceCode .sh_name,
.sh_vim-dark .sh_sourceCode .sh_newfile,
.sh_vim-dark .sh_sourceCode .sh_number,
.sh_vim-dark .sh_sourceCode .sh_regexp,
.sh_vim-dark .sh_sourceCode .sh_string,
.sh_vim-dark .sh_sourceCode .sh_url,
.sh_vim-dark .sh_sourceCode .sh_value,
.sh_whatis .sh_sourceCode .sh_comment,
.sh_zellner .sh_sourceCode .sh_comment {
    color: red;
    font-weight: 400;
    font-style: normal
}
.sh_golden .sh_sourceCode .sh_cbracket,
.sh_golden .sh_sourceCode .sh_symbol,
.sh_vampire .sh_sourceCode .sh_preproc {
    color: #ababab;
    font-weight: 400;
    font-style: normal
}
.sh_greenlcd .sh_sourceCode .sh_date,
.sh_greenlcd .sh_sourceCode .sh_difflines,
.sh_greenlcd .sh_sourceCode .sh_file,
.sh_greenlcd .sh_sourceCode .sh_keyword,
.sh_greenlcd .sh_sourceCode .sh_property,
.sh_greenlcd .sh_sourceCode .sh_time {
    color: #00ed00;
    font-weight: 700;
    font-style: normal
}
.sh_greenlcd .sh_sourceCode .sh_ip,
.sh_greenlcd .sh_sourceCode .sh_name,
.sh_greenlcd .sh_sourceCode .sh_newfile,
.sh_greenlcd .sh_sourceCode .sh_oldfile,
.sh_greenlcd .sh_sourceCode .sh_regexp,
.sh_greenlcd .sh_sourceCode .sh_specialchar,
.sh_greenlcd .sh_sourceCode .sh_string,
.sh_greenlcd .sh_sourceCode .sh_url,
.sh_greenlcd .sh_sourceCode .sh_value {
    color: #dfdfdf;
    font-weight: 400;
    font-style: normal
}
.sh_greenlcd .sh_sourceCode .sh_cbracket,
.sh_greenlcd .sh_sourceCode .sh_symbol {
    color: #2fe7a9;
    font-weight: 400;
    font-style: normal
}
.sh_greenlcd .sh_sourceCode .sh_selector,
.sh_greenlcd .sh_sourceCode .sh_variable {
    color: #beef13;
    font-weight: 400;
    font-style: normal
}
.sh_ide-anjuta .sh_sourceCode .sh_date,
.sh_ide-anjuta .sh_sourceCode .sh_difflines,
.sh_ide-anjuta .sh_sourceCode .sh_file,
.sh_ide-anjuta .sh_sourceCode .sh_keyword,
.sh_ide-anjuta .sh_sourceCode .sh_property,
.sh_ide-anjuta .sh_sourceCode .sh_time {
    color: navy;
    font-weight: 700;
    font-style: normal
}
.sh_ide-anjuta .sh_sourceCode .sh_ip,
.sh_ide-anjuta .sh_sourceCode .sh_name,
.sh_ide-anjuta .sh_sourceCode .sh_newfile,
.sh_ide-anjuta .sh_sourceCode .sh_oldfile,
.sh_ide-anjuta .sh_sourceCode .sh_regexp,
.sh_ide-anjuta .sh_sourceCode .sh_specialchar,
.sh_ide-anjuta .sh_sourceCode .sh_string,
.sh_ide-anjuta .sh_sourceCode .sh_url,
.sh_ide-anjuta .sh_sourceCode .sh_value {
    color: #db0;
    font-weight: 400;
    font-style: normal
}
.sh_ide-anjuta .sh_sourceCode .sh_number,
.sh_whitengrey .sh_sourceCode .sh_ip,
.sh_whitengrey .sh_sourceCode .sh_name,
.sh_whitengrey .sh_sourceCode .sh_newfile,
.sh_whitengrey .sh_sourceCode .sh_oldfile,
.sh_whitengrey .sh_sourceCode .sh_regexp,
.sh_whitengrey .sh_sourceCode .sh_specialchar,
.sh_whitengrey .sh_sourceCode .sh_string,
.sh_whitengrey .sh_sourceCode .sh_url,
.sh_whitengrey .sh_sourceCode .sh_value {
    color: #080;
    font-weight: 400;
    font-style: normal
}
.sh_ide-codewarrior .sh_sourceCode .sh_date,
.sh_ide-codewarrior .sh_sourceCode .sh_difflines,
.sh_ide-codewarrior .sh_sourceCode .sh_file,
.sh_ide-codewarrior .sh_sourceCode .sh_keyword,
.sh_ide-codewarrior .sh_sourceCode .sh_preproc,
.sh_ide-codewarrior .sh_sourceCode .sh_property,
.sh_ide-codewarrior .sh_sourceCode .sh_selector,
.sh_ide-codewarrior .sh_sourceCode .sh_time,
.sh_ide-codewarrior .sh_sourceCode .sh_variable {
    color: #0000b3;
    font-weight: 400;
    font-style: normal
}
.sh_ide-codewarrior .sh_sourceCode .sh_ip,
.sh_ide-codewarrior .sh_sourceCode .sh_name,
.sh_ide-codewarrior .sh_sourceCode .sh_newfile,
.sh_ide-codewarrior .sh_sourceCode .sh_oldfile,
.sh_ide-codewarrior .sh_sourceCode .sh_regexp,
.sh_ide-codewarrior .sh_sourceCode .sh_specialchar,
.sh_ide-codewarrior .sh_sourceCode .sh_string,
.sh_ide-codewarrior .sh_sourceCode .sh_url,
.sh_ide-codewarrior .sh_sourceCode .sh_value {
    color: #666;
    font-weight: 400;
    font-style: normal
}
.sh_ide-devcpp .sh_sourceCode .sh_preproc,
.sh_ide-kdev .sh_sourceCode .sh_preproc {
    color: green;
    font-weight: 400;
    font-style: normal
}
.sh_ide-eclipse .sh_sourceCode .sh_date,
.sh_ide-eclipse .sh_sourceCode .sh_difflines,
.sh_ide-eclipse .sh_sourceCode .sh_file,
.sh_ide-eclipse .sh_sourceCode .sh_keyword,
.sh_ide-eclipse .sh_sourceCode .sh_property,
.sh_ide-eclipse .sh_sourceCode .sh_selector,
.sh_ide-eclipse .sh_sourceCode .sh_time,
.sh_ide-eclipse .sh_sourceCode .sh_type,
.sh_ide-eclipse .sh_sourceCode .sh_variable {
    color: #7f0055;
    font-weight: 700;
    font-style: normal
}
.sh_ide-kdev .sh_sourceCode .sh_date,
.sh_ide-kdev .sh_sourceCode .sh_difflines,
.sh_ide-kdev .sh_sourceCode .sh_file,
.sh_ide-kdev .sh_sourceCode .sh_keyword,
.sh_ide-kdev .sh_sourceCode .sh_property,
.sh_ide-kdev .sh_sourceCode .sh_selector,
.sh_ide-kdev .sh_sourceCode .sh_time,
.sh_ide-kdev .sh_sourceCode .sh_variable {
    color: #600000;
    font-weight: 700;
    font-style: normal
}
.sh_ide-msvcpp .sh_sourceCode .sh_date,
.sh_ide-msvcpp .sh_sourceCode .sh_difflines,
.sh_ide-msvcpp .sh_sourceCode .sh_file,
.sh_ide-msvcpp .sh_sourceCode .sh_keyword,
.sh_ide-msvcpp .sh_sourceCode .sh_property,
.sh_ide-msvcpp .sh_sourceCode .sh_selector,
.sh_ide-msvcpp .sh_sourceCode .sh_time,
.sh_ide-msvcpp .sh_sourceCode .sh_variable,
.sh_typical .sh_sourceCode .sh_date,
.sh_typical .sh_sourceCode .sh_difflines,
.sh_typical .sh_sourceCode .sh_file,
.sh_typical .sh_sourceCode .sh_keyword,
.sh_typical .sh_sourceCode .sh_property,
.sh_typical .sh_sourceCode .sh_time {
    color: #00f;
    font-weight: 700;
    font-style: normal
}
.sh_matlab .sh_sourceCode .sh_ip,
.sh_matlab .sh_sourceCode .sh_name,
.sh_matlab .sh_sourceCode .sh_newfile,
.sh_matlab .sh_sourceCode .sh_regexp,
.sh_matlab .sh_sourceCode .sh_string,
.sh_matlab .sh_sourceCode .sh_url,
.sh_matlab .sh_sourceCode .sh_value {
    color: maroon;
    font-weight: 400;
    font-style: normal
}
.sh_navy .sh_sourceCode .sh_date,
.sh_navy .sh_sourceCode .sh_difflines,
.sh_navy .sh_sourceCode .sh_file,
.sh_navy .sh_sourceCode .sh_keyword,
.sh_navy .sh_sourceCode .sh_property,
.sh_navy .sh_sourceCode .sh_time {
    color: #f8c50b;
    font-weight: 700;
    font-style: normal
}
.sh_navy .sh_sourceCode .sh_preproc,
.sh_vampire .sh_sourceCode .sh_ip,
.sh_vampire .sh_sourceCode .sh_name,
.sh_vampire .sh_sourceCode .sh_newfile,
.sh_vampire .sh_sourceCode .sh_number,
.sh_vampire .sh_sourceCode .sh_regexp,
.sh_vampire .sh_sourceCode .sh_string,
.sh_vampire .sh_sourceCode .sh_url,
.sh_vampire .sh_sourceCode .sh_value,
.sh_whitengrey .sh_sourceCode .sh_number {
    color: #b0f;
    font-weight: 400;
    font-style: normal
}
.sh_navy .sh_sourceCode .sh_selector,
.sh_navy .sh_sourceCode .sh_variable {
    color: #13d8ef;
    font-weight: 400;
    font-style: normal
}
.sh_nedit .sh_sourceCode .sh_type,
.sh_peachpuff .sh_sourceCode .sh_date,
.sh_peachpuff .sh_sourceCode .sh_difflines,
.sh_peachpuff .sh_sourceCode .sh_file,
.sh_peachpuff .sh_sourceCode .sh_keyword,
.sh_peachpuff .sh_sourceCode .sh_property,
.sh_peachpuff .sh_sourceCode .sh_time {
    color: brown;
    font-weight: 700;
    font-style: normal
}
.sh_nedit .sh_sourceCode .sh_ip,
.sh_nedit .sh_sourceCode .sh_name,
.sh_nedit .sh_sourceCode .sh_newfile,
.sh_nedit .sh_sourceCode .sh_number,
.sh_nedit .sh_sourceCode .sh_regexp,
.sh_nedit .sh_sourceCode .sh_string,
.sh_nedit .sh_sourceCode .sh_url,
.sh_nedit .sh_sourceCode .sh_value {
    color: #006400;
    font-weight: 400;
    font-style: normal
}
.sh_nedit .sh_sourceCode .sh_oldfile,
.sh_nedit .sh_sourceCode .sh_specialchar {
    color: #2e8b57;
    font-weight: 400;
    font-style: normal
}
.sh_nedit .sh_sourceCode .sh_selector,
.sh_nedit .sh_sourceCode .sh_variable {
    color: plum;
    font-weight: 700;
    font-style: normal
}
.sh_neon .sh_sourceCode .sh_date,
.sh_neon .sh_sourceCode .sh_difflines,
.sh_neon .sh_sourceCode .sh_file,
.sh_neon .sh_sourceCode .sh_keyword,
.sh_neon .sh_sourceCode .sh_property,
.sh_neon .sh_sourceCode .sh_time {
    color: #0ff;
    font-weight: 700;
    font-style: normal
}
.sh_neon .sh_sourceCode .sh_type,
.sh_whatis .sh_sourceCode .sh_number {
    color: #ff0;
    font-weight: 400;
    font-style: normal
}
.sh_neon .sh_sourceCode .sh_ip,
.sh_neon .sh_sourceCode .sh_name,
.sh_neon .sh_sourceCode .sh_newfile,
.sh_neon .sh_sourceCode .sh_oldfile,
.sh_neon .sh_sourceCode .sh_regexp,
.sh_neon .sh_sourceCode .sh_specialchar,
.sh_neon .sh_sourceCode .sh_string,
.sh_neon .sh_sourceCode .sh_url,
.sh_neon .sh_sourceCode .sh_value {
    color: #cd00ff;
    font-weight: 400;
    font-style: normal
}
.sh_neon .sh_sourceCode .sh_comment,
.sh_the .sh_sourceCode .sh_comment {
    color: #0f0;
    font-weight: 400;
    font-style: italic
}
.sh_neon .sh_sourceCode .sh_preproc,
.sh_whatis .sh_sourceCode .sh_ip,
.sh_whatis .sh_sourceCode .sh_name,
.sh_whatis .sh_sourceCode .sh_newfile,
.sh_whatis .sh_sourceCode .sh_oldfile,
.sh_whatis .sh_sourceCode .sh_regexp,
.sh_whatis .sh_sourceCode .sh_specialchar,
.sh_whatis .sh_sourceCode .sh_string,
.sh_whatis .sh_sourceCode .sh_url,
.sh_whatis .sh_sourceCode .sh_value {
    color: #fb0;
    font-weight: 400;
    font-style: normal
}
.sh_neon .sh_sourceCode .sh_cbracket,
.sh_neon .sh_sourceCode .sh_symbol {
    color: #ee5896;
    font-weight: 700;
    font-style: normal
}
.sh_neon .sh_sourceCode .sh_selector,
.sh_neon .sh_sourceCode .sh_variable {
    color: #ef1347;
    font-weight: 700;
    font-style: normal
}
.sh_night .sh_sourceCode .sh_oldfile,
.sh_night .sh_sourceCode .sh_specialchar {
    color: #82d66d;
    font-weight: 400;
    font-style: normal
}
.sh_night .sh_sourceCode .sh_cbracket,
.sh_night .sh_sourceCode .sh_symbol {
    color: #e7ee5c;
    font-weight: 700;
    font-style: normal
}
.sh_night .sh_sourceCode .sh_selector,
.sh_night .sh_sourceCode .sh_variable {
    color: #7aec27;
    font-weight: 700;
    font-style: normal
}
.sh_pablo .sh_sourceCode .sh_date,
.sh_pablo .sh_sourceCode .sh_difflines,
.sh_pablo .sh_sourceCode .sh_file,
.sh_pablo .sh_sourceCode .sh_keyword,
.sh_pablo .sh_sourceCode .sh_property,
.sh_pablo .sh_sourceCode .sh_time {
    color: #c0c000;
    font-weight: 700;
    font-style: normal
}
.sh_pablo .sh_sourceCode .sh_ip,
.sh_pablo .sh_sourceCode .sh_name,
.sh_pablo .sh_sourceCode .sh_newfile,
.sh_pablo .sh_sourceCode .sh_number,
.sh_pablo .sh_sourceCode .sh_regexp,
.sh_pablo .sh_sourceCode .sh_string,
.sh_pablo .sh_sourceCode .sh_url,
.sh_pablo .sh_sourceCode .sh_value,
.sh_whatis .sh_sourceCode .sh_cbracket,
.sh_whatis .sh_sourceCode .sh_symbol {
    color: #0ff;
    font-weight: 400;
    font-style: normal
}
.sh_pablo .sh_sourceCode .sh_selector,
.sh_pablo .sh_sourceCode .sh_variable {
    color: #0000c0;
    font-weight: 700;
    font-style: normal
}
.sh_peachpuff .sh_sourceCode .sh_ip,
.sh_peachpuff .sh_sourceCode .sh_name,
.sh_peachpuff .sh_sourceCode .sh_newfile,
.sh_peachpuff .sh_sourceCode .sh_number,
.sh_peachpuff .sh_sourceCode .sh_regexp,
.sh_peachpuff .sh_sourceCode .sh_string,
.sh_peachpuff .sh_sourceCode .sh_url,
.sh_peachpuff .sh_sourceCode .sh_value {
    color: #c00058;
    font-weight: 400;
    font-style: normal
}
.sh_peachpuff .sh_sourceCode .sh_oldfile,
.sh_peachpuff .sh_sourceCode .sh_specialchar {
    color: #6a5acd;
    font-weight: 400;
    font-style: normal
}
.sh_peachpuff .sh_sourceCode .sh_selector,
.sh_peachpuff .sh_sourceCode .sh_variable {
    color: #275fec;
    font-weight: 700;
    font-style: normal
}
.sh_print .sh_sourceCode .sh_comment,
.sh_typical .sh_sourceCode .sh_comment {
    color: #666;
    font-weight: 400;
    font-style: italic
}
.sh_rand01 .sh_sourceCode .sh_date,
.sh_rand01 .sh_sourceCode .sh_difflines,
.sh_rand01 .sh_sourceCode .sh_file,
.sh_rand01 .sh_sourceCode .sh_keyword,
.sh_rand01 .sh_sourceCode .sh_property,
.sh_rand01 .sh_sourceCode .sh_time {
    color: #0a7f6d;
    font-weight: 700;
    font-style: normal
}
.sh_rand01 .sh_sourceCode .sh_ip,
.sh_rand01 .sh_sourceCode .sh_name,
.sh_rand01 .sh_sourceCode .sh_newfile,
.sh_rand01 .sh_sourceCode .sh_regexp,
.sh_rand01 .sh_sourceCode .sh_string,
.sh_rand01 .sh_sourceCode .sh_url,
.sh_rand01 .sh_sourceCode .sh_value {
    color: #2b83ba;
    font-weight: 400;
    font-style: normal
}
.sh_rand01 .sh_sourceCode .sh_oldfile,
.sh_rand01 .sh_sourceCode .sh_specialchar {
    color: #a764cb;
    font-weight: 400;
    font-style: normal
}
.sh_rand01 .sh_sourceCode .sh_comment,
.sh_vampire .sh_sourceCode .sh_comment {
    color: #ababab;
    font-weight: 400;
    font-style: italic
}
.sh_rand01 .sh_sourceCode .sh_cbracket,
.sh_rand01 .sh_sourceCode .sh_symbol {
    color: #0000de;
    font-weight: 400;
    font-style: normal
}
.sh_rand01 .sh_sourceCode .sh_selector,
.sh_rand01 .sh_sourceCode .sh_variable {
    color: #e12f76;
    font-weight: 700;
    font-style: normal
}
.sh_the .sh_sourceCode .sh_ip,
.sh_the .sh_sourceCode .sh_name,
.sh_the .sh_sourceCode .sh_newfile,
.sh_the .sh_sourceCode .sh_regexp,
.sh_the .sh_sourceCode .sh_string,
.sh_the .sh_sourceCode .sh_url,
.sh_the .sh_sourceCode .sh_value {
    color: #008;
    font-weight: 400;
    font-style: normal
}
.sh_typical .sh_sourceCode .sh_oldfile,
.sh_typical .sh_sourceCode .sh_specialchar {
    color: #C42DA8;
    font-weight: 400;
    font-style: normal
}
.sh_typical .sh_sourceCode .sh_selector,
.sh_typical .sh_sourceCode .sh_variable {
    color: #ec7f15;
    font-weight: 400;
    font-style: normal
}
.sh_vampire .sh_sourceCode .sh_cbracket,
.sh_vampire .sh_sourceCode .sh_symbol {
    color: #F3E651;
    font-weight: 400;
    font-style: normal
}
.sh_vim .sh_sourceCode .sh_date,
.sh_vim .sh_sourceCode .sh_difflines,
.sh_vim .sh_sourceCode .sh_file,
.sh_vim .sh_sourceCode .sh_keyword,
.sh_vim .sh_sourceCode .sh_property,
.sh_vim .sh_sourceCode .sh_selector,
.sh_vim .sh_sourceCode .sh_time,
.sh_vim .sh_sourceCode .sh_variable,
.sh_vim-dark .sh_sourceCode .sh_date,
.sh_vim-dark .sh_sourceCode .sh_difflines,
.sh_vim-dark .sh_sourceCode .sh_file,
.sh_vim-dark .sh_sourceCode .sh_keyword,
.sh_vim-dark .sh_sourceCode .sh_property,
.sh_vim-dark .sh_sourceCode .sh_selector,
.sh_vim-dark .sh_sourceCode .sh_time,
.sh_vim-dark .sh_sourceCode .sh_variable {
    color: #B26818;
    font-weight: 400;
    font-style: normal
}
.sh_vim .sh_sourceCode .sh_oldfile,
.sh_vim .sh_sourceCode .sh_preproc,
.sh_vim .sh_sourceCode .sh_specialchar,
.sh_vim-dark .sh_sourceCode .sh_oldfile,
.sh_vim-dark .sh_sourceCode .sh_preproc,
.sh_vim-dark .sh_sourceCode .sh_specialchar {
    color: #f2f;
    font-weight: 400;
    font-style: normal
}
.sh_whatis .sh_sourceCode .sh_date,
.sh_whatis .sh_sourceCode .sh_difflines,
.sh_whatis .sh_sourceCode .sh_file,
.sh_whatis .sh_sourceCode .sh_keyword,
.sh_whatis .sh_sourceCode .sh_property,
.sh_whatis .sh_sourceCode .sh_time {
    color: #fa5a03;
    font-weight: 700;
    font-style: normal
}
.sh_whatis .sh_sourceCode .sh_selector,
.sh_whatis .sh_sourceCode .sh_variable {
    color: #efe219;
    font-weight: 700;
    font-style: normal
}
.sh_whitengrey .sh_sourceCode .sh_date,
.sh_whitengrey .sh_sourceCode .sh_difflines,
.sh_whitengrey .sh_sourceCode .sh_file,
.sh_whitengrey .sh_sourceCode .sh_keyword,
.sh_whitengrey .sh_sourceCode .sh_property,
.sh_whitengrey .sh_sourceCode .sh_selector,
.sh_whitengrey .sh_sourceCode .sh_time,
.sh_whitengrey .sh_sourceCode .sh_variable {
    color: #696969;
    font-weight: 700;
    font-style: normal
}
.sh_zellner .sh_sourceCode .sh_date,
.sh_zellner .sh_sourceCode .sh_difflines,
.sh_zellner .sh_sourceCode .sh_file,
.sh_zellner .sh_sourceCode .sh_keyword,
.sh_zellner .sh_sourceCode .sh_property,
.sh_zellner .sh_sourceCode .sh_time {
    color: brown;
    font-weight: 400;
    font-style: normal
}
.sh_zellner .sh_sourceCode .sh_selector,
.sh_zellner .sh_sourceCode .sh_variable {
    color: #225f2d;
    font-weight: 400;
    font-style: normal
}
.snippet-wrap {
    position: relative
}
* html .snippet-wrap {
    display: inline-block
}
.snippet-reveal {
    text-decoration: underline
}
.snippet-wrap .snippet-hide,
.snippet-wrap .snippet-menu {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: .9em;
    z-index: 1;
    background-color: transparent
}
.snippet-wrap .snippet-hide {
    top: auto;
    bottom: 10px
}
* html .snippet-wrap .snippet-hide {
    bottom: 25px
}
.snippet-wrap .snippet-hide pre,
.snippet-wrap .snippet-menu pre {
    background-color: transparent;
    margin: 0;
    padding: 0
}
.snippet-wrap .snippet-hide a,
.snippet-wrap .snippet-menu a {
    padding: 0 5px;
    text-decoration: underline
}
.snippet-wrap pre.sh_sourceCode {
    -moz-box-shadow: 2px 2px 5px #000;
    -webkit-box-shadow: 2px 2px 5px #000;
    text-align: left
}
.snippet-wrap pre.snippet-textonly {
    padding: 2em
}
* html .snippet-wrap pre.snippet-formatted {
    padding: 2em 1em
}
.snippet-reveal pre.sh_sourceCode {
    padding: .5em 1em;
    text-align: right
}
.snippet-wrap .snippet-num li {
    padding-left: 1.5em
}
.snippet-wrap .snippet-no-num {
    list-style: none;
    padding: .6em 1em;
    margin: 0
}
.snippet-wrap .snippet-no-num li {
    list-style: none;
    padding-left: 0
}
.snippet-wrap .snippet-num {
    margin: 1em 0 1em 1em;
    padding-left: 3em
}
.snippet-wrap .snippet-no-num li.box {
    padding: 0 6px;
    margin-left: -6px
}
.snippet-wrap .snippet-num li.box {
    border: 1px solid;
    list-style-position: inside;
    margin-left: -3em;
    padding-left: 6px
}
legend,
td,
th {
    padding: 0
}
* html .snippet-wrap .snippet-num li.box {
    margin-left: -2.4em
}
body,
figure {
    margin: 0
}
.snippet-wrap li.box-top {
    border-width: 1px 1px 0!important
}
.snippet-wrap li.box-bot {
    border-width: 0 1px 1px!important
}
.snippet-wrap li.box-mid {
    border-width: 0 1px!important
}
.snippet-wrap .snippet-num li .box-sp {
    width: 18px;
    display: inline-block
}
.snippet-wrap .snippet-no-num li .box-sp,
[hidden],
template {
    display: none
}
* html .snippet-wrap .snippet-num li .box-sp {
    width: 27px
}
.snippet-wrap .snippet-no-num li.box {
    border: 1px solid
}
hr,
img,
legend {
    border: 0
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
optgroup,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
svg:not(:root) {
    overflow: hidden
}
hr {
    height: 0
}
pre,
textarea {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input[type=checkbox],
input[type=radio] {
    padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    
    a,
    a:visited {
        text-decoration: underline
    }
    
    a[href]:after {
        content: " ("attr(href) ")"
    }
    
    abbr[title]:after {
        content: " ("attr(title) ")"
    }
    
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    
    blockquote,
    pre {
        border: 1px solid #999
    }
    
    thead {
        display: table-header-group
    }
    
    img {
        max-width: 100%!important
    }
    
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    
    h2,
    h3 {
        page-break-after: avoid
    }
    
    .navbar {
        display: none
    }
    
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    
    .label {
        border: 1px solid #000
    }
    
    .table {
        border-collapse: collapse!important
    }
    
    .table td,
    .table th {
        background-color: #fff!important
    }
    
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}
.img-thumbnail,
body {
    background-color: #fff
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    color: #337ab7;
    text-decoration: none
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}
.img-rounded {
    border-radius: 6px
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}
.img-circle {
    border-radius: 50%
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
.container,
.container-fluid {
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}
[role=button] {
    cursor: pointer
}
.container {
    margin-left: auto
}
.container:after {
    clear: both
}
@media (min-width:768px) {
    .container {
        width: 750px
    }
}
@media (min-width:992px) {
    .container {
        width: 970px
    }
}
@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}
@media (max-width:1366px) {}
@media (max-width:1280px) {}
@media (max-width:1366px) {
    .twmenu>ul>li.about-menuitem>ul.sub-menu>li,
    .twmenu>ul>li.resources-menuitem>ul.sub-menu>li {
        margin-left: 0%
    }
}
@media (max-width:1280px) {
    .twmenu>ul>li.about-menuitem>ul.sub-menu>li,
    .twmenu>ul>li.resources-menuitem>ul.sub-menu>li {
        margin-left: 0%
    }
}
@media (min-width:1920px) and (max-width:10000px) {
    
}
.container-fluid {
    margin-left: auto
}
.container-fluid:after {
    clear: both
}
.row {
    margin-left: -15px;
    margin-right: -15px
}
.row:after {
    clear: both
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}
.col-xs-1 {
    width: 8.33333%
}
.col-xs-2 {
    width: 16.66667%
}
.col-xs-3 {
    width: 25%
}
.col-xs-4 {
    width: 33.33333%
}
.col-xs-5 {
    width: 41.66667%
}
.col-xs-6 {
    width: 50%
}
.col-xs-7 {
    width: 58.33333%
}
.col-xs-8 {
    width: 66.66667%
}
.col-xs-9 {
    width: 75%
}
.col-xs-10 {
    width: 83.33333%
}
.col-xs-11 {
    width: 91.66667%
}
.col-xs-12 {
    width: 100%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-pull-1 {
    right: 8.33333%
}
.col-xs-pull-2 {
    right: 16.66667%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-4 {
    right: 33.33333%
}
.col-xs-pull-5 {
    right: 41.66667%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-7 {
    right: 58.33333%
}
.col-xs-pull-8 {
    right: 66.66667%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-10 {
    right: 83.33333%
}
.col-xs-pull-11 {
    right: 91.66667%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-push-1 {
    left: 8.33333%
}
.col-xs-push-2 {
    left: 16.66667%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-4 {
    left: 33.33333%
}
.col-xs-push-5 {
    left: 41.66667%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-7 {
    left: 58.33333%
}
.col-xs-push-8 {
    left: 66.66667%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-10 {
    left: 83.33333%
}
.col-xs-push-11 {
    left: 91.66667%
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-offset-0 {
    margin-left: 0
}
.col-xs-offset-1 {
    margin-left: 8.33333%
}
.col-xs-offset-2 {
    margin-left: 16.66667%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-4 {
    margin-left: 33.33333%
}
.col-xs-offset-5 {
    margin-left: 41.66667%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-7 {
    margin-left: 58.33333%
}
.col-xs-offset-8 {
    margin-left: 66.66667%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-10 {
    margin-left: 83.33333%
}
.col-xs-offset-11 {
    margin-left: 91.66667%
}
.col-xs-offset-12 {
    margin-left: 100%
}
@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    
    .col-sm-1 {
        width: 8.33333%
    }
    
    .col-sm-2 {
        width: 16.66667%
    }
    
    .col-sm-3 {
        width: 25%
    }
    
    .col-sm-4 {
        width: 33.33333%
    }
    
    .col-sm-5 {
        width: 41.66667%
    }
    
    .col-sm-6 {
        width: 50%
    }
    
    .col-sm-7 {
        width: 58.33333%
    }
    
    .col-sm-8 {
        width: 66.66667%
    }
    
    .col-sm-9 {
        width: 75%
    }
    
    .col-sm-10 {
        width: 83.33333%
    }
    
    .col-sm-11 {
        width: 91.66667%
    }
    
    .col-sm-12 {
        width: 100%
    }
    
    .col-sm-pull-0 {
        right: auto
    }
    
    .col-sm-pull-1 {
        right: 8.33333%
    }
    
    .col-sm-pull-2 {
        right: 16.66667%
    }
    
    .col-sm-pull-3 {
        right: 25%
    }
    
    .col-sm-pull-4 {
        right: 33.33333%
    }
    
    .col-sm-pull-5 {
        right: 41.66667%
    }
    
    .col-sm-pull-6 {
        right: 50%
    }
    
    .col-sm-pull-7 {
        right: 58.33333%
    }
    
    .col-sm-pull-8 {
        right: 66.66667%
    }
    
    .col-sm-pull-9 {
        right: 75%
    }
    
    .col-sm-pull-10 {
        right: 83.33333%
    }
    
    .col-sm-pull-11 {
        right: 91.66667%
    }
    
    .col-sm-pull-12 {
        right: 100%
    }
    
    .col-sm-push-0 {
        left: auto
    }
    
    .col-sm-push-1 {
        left: 8.33333%
    }
    
    .col-sm-push-2 {
        left: 16.66667%
    }
    
    .col-sm-push-3 {
        left: 25%
    }
    
    .col-sm-push-4 {
        left: 33.33333%
    }
    
    .col-sm-push-5 {
        left: 41.66667%
    }
    
    .col-sm-push-6 {
        left: 50%
    }
    
    .col-sm-push-7 {
        left: 58.33333%
    }
    
    .col-sm-push-8 {
        left: 66.66667%
    }
    
    .col-sm-push-9 {
        left: 75%
    }
    
    .col-sm-push-10 {
        left: 83.33333%
    }
    
    .col-sm-push-11 {
        left: 91.66667%
    }
    
    .col-sm-push-12 {
        left: 100%
    }
    
    .col-sm-offset-0 {
        margin-left: 0
    }
    
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    
    .col-sm-offset-3 {
        margin-left: 25%
    }
    
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    
    .col-sm-offset-6 {
        margin-left: 50%
    }
    
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    
    .col-sm-offset-9 {
        margin-left: 75%
    }
    
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    
    .col-sm-offset-12 {
        margin-left: 100%
    }
}
@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    
    .col-md-1 {
        width: 8.33333%
    }
    
    .col-md-2 {
        width: 16.66667%
    }
    
    .col-md-3 {
        width: 25%
    }
    
    .col-md-4 {
        width: 33.33333%
    }
    
    .col-md-5 {
        width: 41.66667%
    }
    
    .col-md-6 {
        width: 50%
    }
    
    .col-md-7 {
        width: 58.33333%
    }
    
    .col-md-8 {
        width: 66.66667%
    }
    
    .col-md-9 {
        width: 75%
    }
    
    .col-md-10 {
        width: 83.33333%
    }
    
    .col-md-11 {
        width: 91.66667%
    }
    
    .col-md-12 {
        width: 100%
    }
    
    .col-md-pull-0 {
        right: auto
    }
    
    .col-md-pull-1 {
        right: 8.33333%
    }
    
    .col-md-pull-2 {
        right: 16.66667%
    }
    
    .col-md-pull-3 {
        right: 25%
    }
    
    .col-md-pull-4 {
        right: 33.33333%
    }
    
    .col-md-pull-5 {
        right: 41.66667%
    }
    
    .col-md-pull-6 {
        right: 50%
    }
    
    .col-md-pull-7 {
        right: 58.33333%
    }
    
    .col-md-pull-8 {
        right: 66.66667%
    }
    
    .col-md-pull-9 {
        right: 75%
    }
    
    .col-md-pull-10 {
        right: 83.33333%
    }
    
    .col-md-pull-11 {
        right: 91.66667%
    }
    
    .col-md-pull-12 {
        right: 100%
    }
    
    .col-md-push-0 {
        left: auto
    }
    
    .col-md-push-1 {
        left: 8.33333%
    }
    
    .col-md-push-2 {
        left: 16.66667%
    }
    
    .col-md-push-3 {
        left: 25%
    }
    
    .col-md-push-4 {
        left: 33.33333%
    }
    
    .col-md-push-5 {
        left: 41.66667%
    }
    
    .col-md-push-6 {
        left: 50%
    }
    
    .col-md-push-7 {
        left: 58.33333%
    }
    
    .col-md-push-8 {
        left: 66.66667%
    }
    
    .col-md-push-9 {
        left: 75%
    }
    
    .col-md-push-10 {
        left: 83.33333%
    }
    
    .col-md-push-11 {
        left: 91.66667%
    }
    
    .col-md-push-12 {
        left: 100%
    }
    
    .col-md-offset-0 {
        margin-left: 0
    }
    
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    
    .col-md-offset-3 {
        margin-left: 25%
    }
    
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    
    .col-md-offset-6 {
        margin-left: 50%
    }
    
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    
    .col-md-offset-9 {
        margin-left: 75%
    }
    
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    
    .col-md-offset-12 {
        margin-left: 100%
    }
}
@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    
    .col-lg-1 {
        width: 8.33333%
    }
    
    .col-lg-2 {
        width: 16.66667%
    }
    
    .col-lg-3 {
        width: 25%
    }
    
    .col-lg-4 {
        width: 33.33333%
    }
    
    .col-lg-5 {
        width: 41.66667%
    }
    
    .col-lg-6 {
        width: 50%
    }
    
    .col-lg-7 {
        width: 58.33333%
    }
    
    .col-lg-8 {
        width: 66.66667%
    }
    
    .col-lg-9 {
        width: 75%
    }
    
    .col-lg-10 {
        width: 83.33333%
    }
    
    .col-lg-11 {
        width: 91.66667%
    }
    
    .col-lg-12 {
        width: 100%
    }
    
    .col-lg-pull-0 {
        right: auto
    }
    
    .col-lg-pull-1 {
        right: 8.33333%
    }
    
    .col-lg-pull-2 {
        right: 16.66667%
    }
    
    .col-lg-pull-3 {
        right: 25%
    }
    
    .col-lg-pull-4 {
        right: 33.33333%
    }
    
    .col-lg-pull-5 {
        right: 41.66667%
    }
    
    .col-lg-pull-6 {
        right: 50%
    }
    
    .col-lg-pull-7 {
        right: 58.33333%
    }
    
    .col-lg-pull-8 {
        right: 66.66667%
    }
    
    .col-lg-pull-9 {
        right: 75%
    }
    
    .col-lg-pull-10 {
        right: 83.33333%
    }
    
    .col-lg-pull-11 {
        right: 91.66667%
    }
    
    .col-lg-pull-12 {
        right: 100%
    }
    
    .col-lg-push-0 {
        left: auto
    }
    
    .col-lg-push-1 {
        left: 8.33333%
    }
    
    .col-lg-push-2 {
        left: 16.66667%
    }
    
    .col-lg-push-3 {
        left: 25%
    }
    
    .col-lg-push-4 {
        left: 33.33333%
    }
    
    .col-lg-push-5 {
        left: 41.66667%
    }
    
    .col-lg-push-6 {
        left: 50%
    }
    
    .col-lg-push-7 {
        left: 58.33333%
    }
    
    .col-lg-push-8 {
        left: 66.66667%
    }
    
    .col-lg-push-9 {
        left: 75%
    }
    
    .col-lg-push-10 {
        left: 83.33333%
    }
    
    .col-lg-push-11 {
        left: 91.66667%
    }
    
    .col-lg-push-12 {
        left: 100%
    }
    
    .col-lg-offset-0 {
        margin-left: 0
    }
    
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    
    .col-lg-offset-3 {
        margin-left: 25%
    }
    
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    
    .col-lg-offset-6 {
        margin-left: 50%
    }
    
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    
    .col-lg-offset-9 {
        margin-left: 75%
    }
    
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    
    .col-lg-offset-12 {
        margin-left: 100%
    }
}
.clearfix:after {
    clear: both
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.pull-right {
    float: right!important
}
.pull-left {
    float: left!important
}
.hide {
    display: none!important
}
.show {
    display: block!important
}
.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.affix {
    position: fixed
}
@-ms-viewport {
    width: device-width
}
@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    
    table.visible-xs {
        display: table!important
    }
    
    tr.visible-xs {
        display: table-row!important
    }
    
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
    
    .visible-xs-block {
        display: block!important
    }
    
    .visible-xs-inline {
        display: inline!important
    }
    
    .visible-xs-inline-block {
        display: inline-block!important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    
    table.visible-sm {
        display: table!important
    }
    
    tr.visible-sm {
        display: table-row!important
    }
    
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
    
    .visible-sm-block {
        display: block!important
    }
    
    .visible-sm-inline {
        display: inline!important
    }
    
    .visible-sm-inline-block {
        display: inline-block!important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    
    table.visible-md {
        display: table!important
    }
    
    tr.visible-md {
        display: table-row!important
    }
    
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
    
    .visible-md-block {
        display: block!important
    }
    
    .visible-md-inline {
        display: inline!important
    }
    
    .visible-md-inline-block {
        display: inline-block!important
    }
}
@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    
    table.visible-lg {
        display: table!important
    }
    
    tr.visible-lg {
        display: table-row!important
    }
    
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
    
    .visible-lg-block {
        display: block!important
    }
    
    .visible-lg-inline {
        display: inline!important
    }
    
    .visible-lg-inline-block {
        display: inline-block!important
    }
    
    .hidden-lg {
        display: none!important
    }
}
@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}
.visible-print {
    display: none!important
}
@media print {
    .visible-print {
        display: block!important
    }
    
    table.visible-print {
        display: table!important
    }
    
    tr.visible-print {
        display: table-row!important
    }
    
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}
.visible-print-block {
    display: none!important
}
@media print {
    .visible-print-block {
        display: block!important
    }
}
.visible-print-inline {
    display: none!important
}
@media print {
    .visible-print-inline {
        display: inline!important
    }
}
.visible-print-inline-block {
    display: none!important
}
@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
    
    .hidden-print {
        display: none!important
    }
}
.case-study-wrap a,
.pagination ol li {
    display: inline-block
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0
}
img {
    vertical-align: middle;
    height: auto
}
@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?uvgz3f);
    src: url(../fonts/icomoon.eot?uvgz3f#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?uvgz3f) format("truetype"), url(../fonts/icomoon.woff?uvgz3f) format("woff"), url(../fonts/icomoon.svg?uvgz3f#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: bebas_neueregular;
    src: url(../fonts/bebaneue/BebasNeue-webfont.eot);
    src: url(../fonts/bebaneue/BebasNeue-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/bebaneue/BebasNeue-webfont.woff) format("woff"), url(../fonts/bebaneue/BebasNeue-webfont.ttf) format("truetype"), url(../fonts/bebaneue/BebasNeue-webfont.svg#bebas_neueregular) format("svg");
    font-weight: 400;
    font-style: normal
}
.welcome-text {
    text-align: center;
    padding: 39px 0 0;
    width: 700px;
    margin: 0 auto
}
.welcome-text h1 {
    font-size: 32px;
    color: #424242;
    font-weight: 700;
    padding: 0 0 8px
}
.welcome-text p {
    font-size: 17px;
    color: #424242;
    font-weight: 300;
    line-height: 28px
}
.choose-category {
    text-align: right;
    font-size: 16px;
    color: #424242;
    margin: 35px 0 30px;
    float: right;
    position: relative;
    width: auto
}
.article-head {
   
    min-height: 39px;
   /*  padding-top: 10px */
}
.article-head .date {
    float: right;
    padding: 0 15px;
    font-size: 13px;
    padding-top: 12px;
    color: #84868b;
}
.article-head .author-img {
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 100%;
    float: left;
    margin: 0px 0 0 13px;
    position: absolute
}


.article-head .author-img img{
    width: 38px !important;
    height: 38px !important;


}





.article-head .author {
    float: left;
    font-size: 13px;
    color: #84868b;
    padding: 12px 0 0 59px
}
.article-head .author a {
    color: #424242;
}
.article-head .author a:hover {
    color: #8bc541
}
.wp-article .wp-content h2 a,
.wp-article h2,
.wp-article h2 a {
     color: #3c4459;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold; 
}
.wp-article h2 a:hover {
   color: #375aab;
}
.wp-article .category a:hover {
    color:#3c4459; border-color: #3c4459;
}
.article-img {
    height: 188px;
    overflow: hidden;
    text-align: center!important;
    width: 100%;
    margin: 0 auto
}
.article-img img {
    transition: all .4s ease;
    width: 100%;
    height: auto;
    float: none
}
.article-img img:hover {
    width: 102%;
    max-width: 102%
}
.case-study-text,
.pagination {
    width: 100%;
    text-align: center
}
.wp-article {
    margin: 0;
    height: 485px; margin-bottom: 62px;
}
.wp-article .category {
    padding: 10px 0 5px 0; margin-bottom:7px;
    font-weight: 400;
    font-size: 13px;
    

}
.wp-article .category a{
border-bottom: 1px solid #78a3ea; color: #78a3ea;
}





.wp-article h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 25px
}
.h2-cat {
    min-height:85px; margin-top: 18px;
}
.wp-article .wp-content {
    min-height: 90px;
    padding: 5px 0 0;
    line-height: normal
}
.wp-article .wp-content h2 {
    font-size: 22px;
    color: #424242;
    font-weight: 500;
    line-height: 34px
}
.wp-article .wp-content h2 a:hover {
    color: #8bc541
}
.wp-article .wp-content p.category {
    font-size: 14px;
    color: #2780cc;
    font-weight: 400;
    padding: 2px 0 0
}
.wp-article .wp-content p.category a {
    color: #2780cc
}
.wp-article .wp-content p.category a:hover {
    color: #8bc34a
}
.wp-article .wp-content p.category .date {
    color: #90a4ae;
    padding: 0 0 0 10px
}
.wp-article .wp-content .wp-text {
    font-size: 14px;
    color: #424242;
    line-height: 22px;
    font-weight: 300;
    padding: 8px 0 0;
}
.listing-wp {
    margin: 15px 0 0;
    list-style-type: none;
}
.listing-wp li {
    font-size: 12px;
    color: #9e9e9e;
    float: left;
    padding: 0 20px 0 19px
}
.listing-wp li.share {
    background: url(../images/share.png) center left no-repeat; padding-top: 15px; background-position-y: 17px;
}
.listing-wp li.comments {
    background: url(../images/comment.png) center left no-repeat; padding-top: 15px; background-position-y: 17px;
}
.listing-wp li.read-full {
    float: right;
    padding: 0
}


.listing-wp li.read-full a {
    background: url(../images/rea-bg.png) 100px center no-repeat;
    border: 2px solid #82a1d7;
    padding: 7px 25px 6px 10px;
    display: inline-block;
    color:#78a3ea;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-radius:2px;
    font-size: 13px; font-family: 'Roboto';
}
.listing-wp li.read-full a:hover {
    border-color: #8dc53c;  color: #fff;border-radius:2px;
    background:#8dc53c url(../images/rea-bg-2.png) 100px center no-repeat;
}
.case-study-wrap {
    height: 205px;
    background: #90caf9;
    text-align: center;
    margin: 0 0 80px
}
.case-study-wrap .tv {
    margin: -37px 0 0
}
.case-study-wrap p {
    font-size: 15px;
    color: #37474f;
    line-height: 21px;
    padding: 0
}
.case-study-wrap a {
    font-size: 15px;
    color: #3b63c1;
    background: #fff;
    padding: 10px 25px;
    text-decoration: none;
    margin: 15px 0 00;
    border-radius: 3px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}
.case-study-wrap a:hover {
    background: #8bc34a;
    color: #fff
}
.case-study-text {
    margin: -32px 0 0;
    background: url(../images/cs-bg.png) center center no-repeat;
    height: 237px;
    padding: 82px 0 0
}
.pagination {
    margin: 0 0 20px;
    float: left;
    position: relative;
    z-index: 1
}
.pagination a {
    font-size: 13px;
    color: #212121;
    border: 1px solid #9e9e9e;
    border-radius: 3px;
    padding: 6px 10px;
    margin: 0 5px
}
.pagination a.active,
.pagination a:hover {
    background: #e1f2ce;
    border-color: #cfe2b9
}
.pagination span {
    margin: 0 15px
}
.pagination ol li .current {
    background: #e1f2ce;
    font-size: 13px;
    color: #212121;
    border: 1px solid #cfe2b9;
    border-radius: 3px;
    padding: 4px 8px;
    margin: 0 5px
}
.pagination ol li a {
    background: 0 0
}
.pagination ol li a:hover {
    color: #212121;
    background: #e1f2ce
}
.email-wrap {
    height: 125px;
    background: url(../images/newsletter-bg.jpg) center bottom no-repeat #cee9f7;
    text-align: center;
    padding: 40px 0 0
}
.email-wrap .content {
    width: 810px;
    margin: 0 auto
}
.email-wrap .content .txt {
    width: 288px;
    border-radius: 20px;
    border: none;
    outline: 0;
    background: #fff;
    height: 39px;
    line-height: 39px;
    font-size: 15px;
    color: #37474f;
    padding: 0 0 0 25px;
    float: left;
    margin: 3px 18px 0 0
}
.email-wrap .content .txt:focus {
    outline: 0
}
.email-wrap .content .link {
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    background: #8bc541;
    padding: 9px 10px;
    text-decoration: none;
    outline: 0;
    border-radius: 25px;
    margin-top: 3px;
    float: right;
    border: 0
}
.email-wrap .content span.error {
    display: none!important
}
.email-wrap .content .error .txt {
    color: red;
    border-bottom-color: red
}
.footer-menu {
    background: #212121;
    text-align: center
}
.footer-menu ul li {
    display: inline-block;
    padding: 25px 10px
}
.footer-menu ul li a {
    color: #757575;
    font-size: 14px
}
.footer-menu ul li a.active,
.footer-menu ul li a:hover {
    color: #8bc34a
}
.footer-dis {
    text-align: center;
    padding: 25px 0
}
.footer-dis .text-dark {
    font-size: 13px;
    color: #424242;
    padding: 0 0 5px
}
.footer-dis .text-dark a {
    color: #689f38
}
.footer-dis .text-dark a:hover {
    color: #424242
}
.footer-dis .text-light {
    font-size: 13px;
    color: #9e9e9e
}
.header-wrap {
    height: 115px;
    border-bottom: 2px solid #8bc541;
    webkit-transition: height .3s;
    -webkit-transition: height .3s;
    transition: height .3s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99
}
.header-wrap.slim-header {
    height: 77px;
    min-height: inherit
}
.header-wrap.slim-header .header-top {
    height: 0;
    overflow: hidden
}
.header-wrap.slim-header .logo {
    width: 93px;
    height: 50px
}
.header-wrap.slim-header .logo .logo-web {
    max-width: 71px;
    margin: 15px 0 0
}
.header-wrap.slim-header .logo .logo-blog {
    max-width: 46px;
    left: 47px
}
.header-wrap .logo {
    float: left;
    margin: 11px 0 0;
    width: 100%;
    height: 79px;
    position: relative
}
.header-wrap .logo .logo-web {
    margin: 0px 0 0
}
.header-wrap .logo .logo-blog {
    position: absolute;
    left: 87px;
    top: -5px
}
.header-wrap .header-top {
    float: right;
    padding: 0px 0 0;
    height: 34px;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden
}
.header-wrap .header-top .social-icon {
    float: right;
    margin: 6px 0 0
}
.header-wrap .header-top .social-icon .icon-fb,
.header-wrap .header-top .social-icon .icon-gp,
.header-wrap .header-top .social-icon .icon-ig,
.header-wrap .header-top .social-icon .icon-in,
.header-wrap .header-top .social-icon .icon-pt,
.header-wrap .header-top .social-icon .icon-rs,
.header-wrap .header-top .social-icon .icon-tw,
.header-wrap .header-top .social-icon .icon-yt {
    width: 23px;
    height: 22px;
    float: right;
    margin: 0 0 0 4px
}
.header-wrap .header-top .phone {
    float: right;
    color:#000;font-family:'Roboto Condensed', sans-serif;
    font-size: 28px;
    font-weight:700;
    cursor: text;
    margin: 0 0 0 25px
}
.header-wrap .header-anv {
    float: right;
    display: block;
    clear: both;
    margin: 15px 0 0
}
.header-wrap .header-anv ul li {
    float: left;
    margin: 0 0 0 26px
}
.header-wrap .header-anv ul li a {
    font-family: bebas_neueregular;
    font-size: 21px;
    color: #141414;
    font-weight: 500
}
.icon-fb .path1:before,
.icon-fb .path2:before,
.icon-gp .path1:before,
.icon-gp .path2:before,
.icon-gp .path3:before,
.icon-ig .path1:before,
.icon-ig .path2:before,
.icon-in .path1:before,
.icon-in .path2:before,
.icon-in .path3:before,
.icon-in .path4:before,
.icon-pt .path2:before,
.icon-rs .path1:before,
.icon-rs .path2:before,
.icon-rs .path3:before,
.icon-rs .path4:before,
.icon-tw .path1:before,
.icon-tw .path2:before,
.icon-yt .path1:before,
.icon-yt .path2:before {
    font-family: icomoon;
    font-size: 22px
}
.logo,
.logo-blog,
.logo-web {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right
}
.icon-fb .path1:before {
    content: "\e900";
    color: #385696
}
.icon-fb .path2:before {
    content: "\e901";
    margin-left: -1em;
    color: #fff
}
.icon-gp .path1:before {
    content: "\e902";
    color: #db4839
}
.icon-gp .path2:before,
.icon-gp .path3:before {
    color: #fff;
    margin-left: -1em
}
.icon-gp .path2:before {
    content: "\e903"
}
.icon-gp .path3:before {
    content: "\e904"
}
.icon-ig .path1:before {
    content: "";
    color: rgba(189, 89, 54, .9)
}
.icon-ig .path2:before {
    content: "\e906";
    margin-left: -1em;
    color: #fff
}
.icon-in .path1:before {
    content: "\e907";
    color: rgba(30, 134, 189, .9)
}
.icon-in .path2:before,
.icon-in .path3:before,
.icon-in .path4:before {
    color: #fff;
    margin-left: -1em
}
.icon-in .path2:before {
    content: "\e908"
}
.icon-in .path3:before {
    content: "\e909"
}
.icon-in .path4:before {
    content: "\e90a"
}
.icon-pt .path1:before {
    content: "\e90b";
    color: rgba(223, 37, 42, .9);
    font-family: icomoon;
    font-size: 22px
}
.icon-pt .path2:before {
    content: "\e90c";
    margin-left: -1em;
    color: #fff
}
.icon-rs .path1:before {
    content: "\e90d";
    color: #fe9900
}
.icon-rs .path2:before,
.icon-rs .path3:before,
.icon-rs .path4:before {
    color: #fff;
    margin-left: -1em
}
.icon-rs .path2:before {
    content: "\e90e"
}
.icon-rs .path3:before {
    content: "\e90f"
}
.icon-rs .path4:before {
    content: "\e910"
}
.icon-tw .path1:before {
    content: "\e911";
    color: rgba(95, 168, 220, .9)
}
.icon-tw .path2:before {
    content: "\e912";
    margin-left: -1em;
    color: #fff
}
.icon-yt .path1:before {
    content: "\e913";
    color: rgba(202, 32, 39, .9)
}
.icon-yt .path2:before {
    content: "\e914";
    margin-left: -1em;
    color: #fff
}
.inner-head-top {
    text-align: center;
    padding: 0px 0 50px
}
.inner-head-top h1 {
    font-size: 38px;
    color: #424242;
    font-weight: 500;
    line-height: 40px;
    padding: 4px 44px
}
.inner-head-top p.key {
    padding: 0
}
.inner-head-top p.key .date {
    font-size: 12px;
    color: #90a4ae;
    margin: 0 0 0 20px
}
.inner-head-top p.key a {
    font-size: 14px;
    color: #2780cc;
    font-weight: 400
}
.sm-container ol li,
.sm-container ul li {
    font-size: 17px;
    line-height: 30px;
    font-weight: 300
}
.inner-head-top p.key a:hover {
    color: #8bc34a
}
.inner-head-top p.author {
    padding: 5px 0 0;
    font-size: 17px;
    color: #616f76
}
.inner-head-top p.author a {
    color: #263238
}
.inner-head-top p.author a:hover {
    color: #8bc34a
}
.inner-head-top img {
    margin: 25px 0 0;
    max-width: 790px
}
.sm-container {
    width: 770px;
    margin: 0 auto
}
.sm-container ul {
    padding: 0 0 20px;
    margin: 0 0 0 15px
}
.sm-container ul li {
    color: #424242;
    padding: 0 0 10px 5px
}
.sm-container ol {
    padding: 0 0 20px;
    margin: 0 0 0 15px
}
.sm-container ol li {
    color: #424242;
    list-style-type: decimal;
    padding: 0 0 10px 5px
}
.sm-container h2,
.sm-container h3,
.sm-container h4,
.sm-container h5,
.sm-container h6 {
    font-weight: 500;
    padding: 0 0 20px;
    line-height: normal;
    color: #424242
}
.sm-container h1 {
    display: none
}
.sm-container h2 {
    font-size: 25px
}
.sm-container h3 {
    font-size: 22px
}
.sm-container h4 {
    font-size: 20px
}
.sm-container h5 {
    font-size: 18px
}
.sm-container h6 {
    font-size: 16px
}
.sm-container p {
    color: #424242;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    padding: 0 0 25px
}
.sm-container p b,
.sm-container p strong {
    font-size: 16px;
    color: #4b839e;
    font-weight: 500
}
.sm-container .aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center
}
#appendCommonpost {
    float: left;
    width: 100%;
    height: 205px;
    margin: 0 0 40px
}
#appendCommonpost .case-study-wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0
}
#authorboxbody {
    display: none
}
.author-gray-wrap {
    background: #e8ecef;
    padding: 13px 0 0;
    margin: 50px 0 0
}
.author-inner-wrap {
    width: 770px;
    margin: 0 auto
}
.author-inner-wrap .a-img {
    float: left;
    width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 100%;
    margin: -33px 0 0
}
.author-inner-wrap .a-author {
    float: left;
    font-size: 17px;
    color: #616f76;
    margin: 0 0 0 20px
}
.author-inner-wrap .a-author a {
    font-size: 17px;
    color: #263238;
    font-weight: 500
}
.author-inner-wrap .a-author a:hover {
    color: #8bc541
}
.author-inner-wrap #appendSocial {
    float: left;
    margin: 0px 0 0 15px
}
.author-inner-wrap .a-read-all {
    float: left;
    margin: 0 0 0 15px
}
.author-inner-wrap .a-read-all a {
    background: url(../images/rea-bg.png) 5px center no-repeat;
    border: 2px solid #c8d7de;
    padding: 3px 6px 3px 20px;
    display: inline-block;
    color: #455a64;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-size: 12px
}
.author-inner-wrap .a-read-all a:hover {
    border-color: #8bc34a
}
.author-inner-wrap .a-description {
    display: block;
    clear: both;
    font-size: 15px;
    color: #424242;
    font-weight: 300;
    line-height: 21px;
    padding: 30px 0
}
.v4-related-posts {
    width: 770px;
    margin: 0 auto;
    padding: 35px 0 0
}
.v4-related-posts .yuzo_clearfixed.yuzo__title,
.v4-related-posts .yuzo_related_post {
    margin: 0;
    padding: 0
}
.v4-related-posts .relatedthumb.yuzo-list {
    margin: 0;
    padding: 0;
    border: 0;
    background: inherit
}
.v4-related-posts .relatedthumb.yuzo-list a {
    margin: 6px 0;
    padding: 0;
    font-size: 17px!important;
    line-height: 18px!important;
    color: #2780cc;
    font-weight: 300;
    display: inline-block
}
.v4-related-posts .relatedthumb.yuzo-list a:hover {
    color: #424242!important
}
.v4-related-posts .relatedthumb.yuzo-list:hover {
    background: inherit!important
}
.v4-related-posts .yuzo_related_post .yuzo-list::before {
    background: inherit
}
.v4-related-posts .yuzo_related_post h3 {
    font-size: 25px;
    color: #424242;
    font-weight: 500;
    margin: 0 0 5px!important
}
.comments-template-wrap {
    width: 770px;
    margin: 50px auto 40px
}
.comments-template-wrap .comment-reply-title {
    font-size: 25px;
    color: #424242;
    font-weight: 500;
    padding: 0 0 20px
}
.comments-template-wrap .bl-cm-in {
    font-size: 14px;
    color: #424242;
    border: 0;
    border-bottom: 1px solid #b0bec5;
    float: left;
    width: 100%;
    padding: 7px 0;
    margin: 0;
    font-weight: 300
}
.comments-template-wrap .bl-cm-in:focus {
    outline: 0
}
.comments-template-wrap .center {
    padding: 0;
    float: left;
    width: 100%;
    margin: 30px 0
}
.comments-template-wrap .center .bl-cm-in {
    width: 100%;
    font-weight: 300
}
.comments-template-wrap #comment {
    width: 100%;
    padding: 0;
    margin: 20px 0;
    border: 0;
    border-bottom: 1px solid #b0bec5;
    font-size: 14px;
    color: #424242;
    font-weight: 300;
    height: 80px;
    line-height: 25px;
    float: left
}
.comments-template-wrap #comment:focus {
    outline: 0
}
.comments-template-wrap a#cancel-comment-reply-link {
    border-radius: 3px;
    display: inline-block;
    margin: 30px 0 20px;
    padding: 3px 8px;
    background: #8bc34a;
    color: #fff
}
.comments-template-wrap a#cancel-comment-reply-link:hover {
    background: #b0bec5
}
.seo-tips-wrap {
    float: left;
    width: 100%;
    padding: 0 0 60px
}
.seo-tips-wrap .send-me-wrap {
    float: left;
    margin: 10px 20px 0 0
}
.seo-tips-wrap .send-me-wrap input {
    float: left;
    width: 15px;
    height: 15px;
    color: #9faeb6;
    border: 1px solid #9faeb6;
    margin: 1px 0 0
}
.seo-tips-wrap .send-me-wrap span {
    float: left;
    font-size: 14px;
    color: #424242;
    font-weight: 300;
    padding: 0 0 0 10px
}
.seo-tips-wrap .input-leave {
    float: left;
    font-size: 15px;
    color: #fff;
    background: #8bc34a;
    padding: 10px 25px;
    cursor: pointer;
    border: 0;
    border-radius: 3px
}
.logged-in a:hover,
.user-cmnt p {
    color: #424242
}
.seo-tips-wrap .input-leave:hover {
    background: #b0bec5
}
.logged-in a {
    font-size: 14px
}
.user-cmnt p {
    font-size: 25px;
    margin: 0 0 20px;
    font-weight: 500
}
.user-cmnt .comment-listing-ul>li {
    margin: 0 0 30px
}
.user-cmnt .comment-listing-ul .comments-name-meta-wrap .fn {
    float: left;
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    padding: 0 10px 0 0;
    word-break: break-all
}
.user-cmnt .comment-listing-ul .comments-name-meta-wrap .fn a {
    color: #212121
}
.user-cmnt .comment-listing-ul .comments-name-meta-wrap .fn a:hover {
    color: #8bc34a
}
.user-cmnt .comment-listing-ul .comments-name-meta-wrap p {
    display: none!important
}
.user-cmnt .comment-listing-ul .comments-name-meta-wrap .commentmetadata {
    float: left
}
.user-cmnt .comment-listing-ul .comments-name-meta-wrap .commentmetadata a {
    font-size: 13px;
    color: #9e9e9e
}
.user-cmnt .comment-listing-ul .comments-name-meta-wrap .commentmetadata a:hover {
    color: #8bc34a
}
.user-cmnt .comment-listing-ul li .comment-body {
    padding: 0 0 30px
}
.user-cmnt .comment-listing-ul li .comment-body .comment-author {
    float: left;
    margin: 0 30px 0 0;
    border-radius: 100%;
    overflow: hidden
}
.user-cmnt .comment-listing-ul li .comment-body .comments-content {
    overflow: hidden
}
.user-cmnt .comment-listing-ul li .comment-body .comments-content p {
    display: block;
    clear: both;
    color: #424242;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    padding: 9px 0 0;
    word-wrap: break-word
}
.user-cmnt .comment-listing-ul li .comment-body .comments-content .reply a {
    padding: 0 0 0 20px;
    background: url(../images/cmt-ico.png) center left no-repeat;
    background-size: contain;
    font-size: 12px;
    color: #9e9e9e
}
.user-cmnt .comment-listing-ul li .comment-body .comments-content .reply {
    margin: 3px 0 0
}
.user-cmnt .comment-listing-ul li .comment-body .comments-content .reply a:hover {
    color: #8bc34a
}
.user-cmnt .comment-listing-ul li .children {
    padding: 0 0 0 100px;list-style-type: none;
}
.inner-share-details {
    margin: 0;
    padding: 0
}
.inner-share-details li {
    text-align: center;
    margin: 0 0 12px
}
.inner-share-details li img {
    margin: 0;
    padding: 0
}
.inner-share-details li p {
    margin: 2px 0 0;
    padding: 0;
    font-size: 14px;
    color: #9e9e9e
}
.socialicons img {
    margin: 0 5px 0 0
}
.sm-container p a,.sm-container li a {
    color: #4c4c4c;
    box-shadow: 0 -4px 0 #cbe8a6 inset;
    border-bottom: 3px solid #cbe8a6;
    -webkit-transition: all .3s;
    transition: all .3s
}
.sm-container p a:hover {
    background: #cbe8a6;
    color: #000
}
.sm-container li a:hover {
    background: #cbe8a6;
    color: #000
}
.error-banner-wrap {
    margin: 60px 0 45px;
    text-align: center
}
.error-bg {
    background: url(../images/404-bg.png) 0 1px repeat-x
}
.error-wrap h1 {
    font-size: 100px;
    line-height: 70px;
    margin: 0 0 30px;
    font-family: bebas_neueregular;
    font-weight: 300
}
.error-wrap h1 span,
.green-content-wrap h2 {
    font-family: 'Roboto Condensed', sans-serif
}
.error-wrap h1 span {
    font-size: 25px;
    line-height: normal;
    padding: 5px 0;
    clear: both;
    color: #969696;
    display: block;
    font-weight: 400
}
.green-content-wrap {
    position: relative;
    padding: 48px 20px;
    background: #75b918
}
.green-content-wrap h2 {
    margin: 0;
    padding: 0;
    color: #FFF;
    font-size: 22px;
    font-weight: 700
}
.green-content-wrap p {
    margin: 0;
    padding: 10px 0 0;
    color: #FFF
}
.green-content-wrap img {
    position: absolute;
    margin: auto;
    top: 0;
    right: -9px;
    bottom: 0
}
.lising-content-wrap {
    text-align: left
}
.lising-content-wrap ul {
    margin: 0;
    padding: 0
}
.lising-content-wrap ul li {
    margin: 0 0 5px;
    padding: 0 0 0 15px
}
.lising-content-wrap ul li a {
    color: #272727
}
.lising-content-wrap ul li a:hover {
    color: #559103
}
.no-left-link-wrap {
    margin: 0;
    padding: 30px 0 00
}
.no-left-link-wrap li {
    display: block;
    clear: both;
    background: url(../images/inner-pge-listing-li.png) left 5px no-repeat;
    font-size: 16px;
    color: #272727;
    padding: 0 0 0 15px;
    margin: 0 17px 5px 0;
    text-decoration: none;
    font-weight: 300
}
.inner-wrap {
    text-align: center;
    padding: 0 0 50px
}
.align-945-center {
    max-width: 945px;
    margin: 0 auto
}
.spacer-body {
    padding: 115px 0 0
}
.copy-to-clip {
    width: 770px;
    margin: 0 auto;
    padding: 40px 0 0
}
.copy-to-clip .embed-infographic-wrap {
    font-size: 25px;
    color: #424242;
    font-weight: 500;
    margin: 0
}
.copy-to-clip p.copy-embid-wrap {
    font-size: 15px;
    color: #424242;
    font-weight: 500;
    margin: 0
}
.snippet-clipboard {
    z-index: 9!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important
}
.embed-copy-wrap {
    display: block;
    clear: both;
    margin: 20px 0 10px;
    position: relative
}
.snippet-wrap pre.sh_sourceCode {
    border-radius: 0!important;
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: break-all;
    box-shadow: 2px 2px 5px #ccc!important;
    border: 1px solid #ccc
}
.snippet-wrap .snippet-num li {
    list-style: decimal-leading-zero;
    border-left: 3px solid #0a0!important
}
.clipboard-snippet-wrap {
    text-align: center;
    width: 180px;
    background: #f9edb8;
    margin: auto;
    font: 700 12px arial, sans-serif;
    color: #303942;
    padding: 5px;
    border: 1px solid #edc967;
    border-radius: 6px;
    box-shadow: 2px 2px 5px #ccc;
    -moz-box-shadow: 2px 2px 5px #ccc;
    -webkit-box-shadow: 2px 2px 5px #ccc
}
.snippet-wrap pre.sh_sourceCode {
    line-height: 1.8em!important;
    overflow: auto!important;
    padding: 1em!important;
    position: relative!important;
    width: 100%!important
}
.hypotext-content {
    border-right: 0!important;
    background: #f3f7e9;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Roboto, sans-serif;
    color: #424242;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300
}
@media (max-width:1169px) {
    .article-head .author-img {
        margin-left: 10px;
    }
    
    .article-img {
        height: 237px
    }
    
    .wp-article {
        height: 630px
    }
    
    #appendCommonpost {
        margin: 22px 0 40px 0;
    }
}
@media (max-width:999px) {
    .email-wrap {
        padding: 20px 0 0;
    }
    
    .email-wrap .content .link {
        float: none;
        margin-top: 8px;
    }
    
    .error-banner-wrap,
    .green-content-wrap img,
    .header-dd-wrap,
    .header-top,
    .header-wrap .header-anv {
        display: none
    }
    
    .wp-article {
        height:500px
    }
    
    .wp-article .wp-content h2 {
        font-size: 18px
    }
    
    .welcome-text h1 {
        font-size: 26px
    }
    
    .welcome-text {
        width: 100%
    }
    
    .case-study-text {
        background-size: 768px auto;
        height: 223px
    }
    
    .case-study-wrap {
        height: 184px
    }
    
    .email-wrap .content {
        width: 85%;
    }
    
    .inner-head-top h1 {
        font-size: 31px;
        padding: 0
    }
    
    .sm-container {
        width: 100%
    }
    
    .author-inner-wrap,
    .comments-template-wrap,
    .v4-related-posts {
        width: 95%
    }
    
    .header-wrap {
        height: 77px
    }
    
    .header-wrap .header-top {
        height: 0;
        overflow: hidden
    }
    
    .header-wrap .logo {
        width: 93px;
        height: 50px
    }
    
    .header-wrap .logo .logo-web {
        max-width: 71px;
        margin: 15px 0 0
    }
    
    .header-wrap .logo .logo-blog {
        max-width: 46px;
        left: 47px
    }
    
    .error-wrap h1 {
        margin: 50px 0 10px
    }
    
    .green-content-wrap {
        padding: 20px
    }
    
    .lising-content-wrap {
        margin: 20px auto 10px;
        width: 280px
    }
    
    .lising-content-wrap ul li {
        margin: 0 0 10px
    }
    
    .inner-wrap {
        padding: 0 0 20px
    }
    
    .spacer-body {
        padding: 77px 0 0
    }
    
    .copy-to-clip {
        width: 95%;
        margin: 0 auto
    }
    
    .article-img {
        height: 179px
    }
}
@media (max-width:767px) {
    .article-head .date {
        float: right;
        padding: 5px 15px 5px 10px;
        display: block;
        width: 100%;
        text-align: right;
    }
    
    .listing-wp {
        text-align: center;
    }
    
    .listing-wp li.read-full {
        width: 100%;
        text-align: center;
        padding-bottom: 8px;
        float: none;
        display: inline-block;
    }
    
    .listing-wp li {
        float: none;
        display: inline-block;
    }
    
    .article-head .author {
        float: right;
        width: 100%;
        text-align: right;
        padding: 0 15px 0 10px;
    }
    
    .footer-menu,
    .header-wrap .col-md-9 {
        display: none
    }
    
    .email-wrap .content,
    .inner-head-top img,
    .user-cmnt .comment-listing-ul li .comment-body .comments-content {
        width: 100%
    }
    
    .welcome-text h1 {
        font-weight: 500;
        font-size: 23px
    }
    
    .welcome-text {
        padding: 20px 0 0
    }
    
    .wp-article {
        height: auto;
        margin: 0 0 80px
    }
    
    .case-study-text {
        background: 0 0;
        margin: 0;
        padding: 0;
        height: auto
    }
    
    .case-study-wrap {
        height: auto;
        padding: 30px 0
    }
    
    .pagination {
        margin: 0 0 20px
    }
    
    .email-wrap .content .txt {
        float: none;
        width: 100%;
        margin-right: 0
    }
    
    .email-wrap {
        height: auto;
        padding: 10px 20px 25px
    }
    
    .email-wrap .content .link {
        margin: 10px 0 0
    }
    
    .footer-dis .text-dark,
    .footer-dis .text-light {
        line-height: normal
    }
    
    .article-img img {
        max-height: inherit;
        height: auto;
        position: inherit
    }
    
    .article-img {
        height: auto
    }
    
    .inner-head-top {
        padding-top: 30px
    }
    
    .author-inner-wrap #appendSocial {
        clear: both;
        margin: 10px 0 0
    }
    
    .author-inner-wrap .a-read-all {
        margin-top: 10px
    }
    
    .error-wrap h1 {
        font-size: 60px;
        line-height: 44px
    }
    
    .error-wrap h1 span {
        font-size: 20px
    }
    
    .user-cmnt .comment-listing-ul li .comment-body .comment-author {
        margin: 0 0 20px
    }
    
    .user-cmnt .comment-listing-ul li .children {
        padding: 0 0 0 68px
    }
}
@media (max-width:767px) {
    .b-bg h3 {
        padding-top: 28px;
        background-position: top center
    }
    
    .log-block {
        border-right: none;
        width: 100%;
        float: left;
        height: auto;
        font-weight: bold;
        font-size: 18px;
        padding: 15px 0 15px 2%;
    }
    
    .log-block:nth-child(even) {
        border-right: none;
        width: 100%;
        padding: 15px 0 15px 2%;
    }
}
@media (max-width:479px) {
    .welcome-text h1 {
        font-size: 20px
    }
    
    .listing-wp li.read-full {
        width: 100%;
        text-align: center;
        padding-bottom: 8px;
        float: none;
        display: inline-block;
    }
    
    .listing-wp li {
        float: none;
        display: inline-block;
    }
    
    .pagination {
        width: 100%;
        margin-bottom: 10px
    }
    
    .pagination a {
        margin-bottom: 10px;
        display: inline-block
    }
    
    .inner-head-top h1 {
        font-size: 25px
    }
    
    #appendCommonpost {
        margin: 0 0 30px
    }
    
    .author-inner-wrap .a-read-all {
        margin-left: 0
    }
    
    .v4-related-posts .relatedthumb.yuzo-list a {
        line-height: 24px
    }
    
    .green-content-wrap {
        padding: 20px
    }
    
    .green-content-wrap h2 {
        font-size: 18px
    }
    
    .lising-content-wrap {
        width: 100%
    }
    
    .seo-tips-wrap .input-leave {
        margin: 10px 0 0
    }
    
    .listing-wp {
        margin: 2px 0 0 0;
        text-align: center;
    }
    
    .wp-article .wp-content {
        min-height: 185px;
    }
    
    .article-head .author {
        float: right;
        padding: 0 15px 0 10px;
    }
    
    .inner-head-top p.key .date {
        display: block;
    }
    
    .inner-head-top {
        padding: 30px 0 23px 0;
    }
    
    .email-wrap .content .txt {
        margin-top: 5px;
    }
    
    .flm {
        margin: 0 !important;
        right: 20px;
    }
}

/*pop up in https://www.techwyse.com/blog/internet-marketing/local-business-listing-sites/ */
.dialog__action {
    border: 3px solid #333333;
    background: #f1f1f1;
    padding: 15px 20px;
    font-size: 1.1rem;
    text-transform: uppercase;
    display: block;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.dialog__trigger {
    cursor: pointer;
}
.dialog__trigger:hover,
.dialog__action:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    box-shadow: 0 5px 10px rgba(51, 51, 51, 0.4);
}
.dialog__trigger:focus,
.dialog__action:focus {
    outline: 0;
}
.dialog__trigger:active,
.dialog__action:active {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.dialog {
    background: #194094;
    z-index: 1500;
    width: 44%;
    position: fixed;
    left: calc(50% - 22%);
    top: 0;
    padding: 0px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 180ms ease-in;
    transition: all 180ms ease-in;
}
.dialog p {
    padding: 0 0 0 0;
}
.pop-frm.news-let-bx {
    margin-bottom: 30px;
    padding: 15px 30px !important;
}
.pop-frm.news-let-bx h3 {
    padding: 6px 0;
}
.pop-frm.news-let-bx p {
    padding: 0px 0 25px;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
@media (max-width: 1200px) {
    .dialog {
        width: 66%;
        left: calc(50% - 33%);
    }
}
@media (max-width: 1024px) {
    .dialog {
        width: 80%;
        left: calc(50% - 40%);
    }
}
@media (max-width: 600px) {
    .dialog {
        width: 90%;
        left: calc(50% - 45%);
        padding: 10px;
    }
    
    .pop-frm.news-let-bx {
        margin-bottom: 0px;
        padding: 15px !important;
    }
    
    .pop-frm.news-let-bx .type-bx {
        height: 40px;
    }
    
    .pop-frm.news-let-bx .sub-btn {
        height: 40px;
    }
    
    .dialog .sm-container p {
        padding: 0 0 15px;
    }
}
.dialog.dialog--active {
    top: 10%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
.dialog .dialog__close {
    font-size: 2rem;
    line-height: 2rem;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    padding: 15px;
    -webkit-transition: color 150ms ease;
    transition: color 150ms ease;
    color: #FFF;
}
.dialog .dialog__close:hover {
    color: #E74C3C;
}
.dialog .dialog__title {
    font-size: 2rem;
    font-family: 'Slabo 27px', serif;
    font-weight: 100;
    margin: 0;
    padding: 0 0 15px 0;
    border-bottom: 2px solid #333333;
}
.dialog .dialog__content {
    font-size: 1.1rem;
    line-height: 2rem;
}
.dialog .dialog__action {
    margin: 0;
    font-size: 1rem;
}
.hhh {
    display: none;
}
.hhh-d {
    width: 100vw;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background: #333;
    display: block;
    opacity: 0.9;
    z-index: 1000;
}
@media screen and (max-width:700px) and (orientation:landscape) {
    .pop-frm.news-let-bx .type-bx {
        height: 40px;
    }
    
    .pop-frm.news-let-bx .sub-btn {
        height: 40px;
    }
}
@media screen and (max-width:1024px) and (min-width:1023px) and (orientation:landscape) {
    .hhh-d {
        width: 100vw;
        position: fixed;
        bottom: 0 !important;
        right: 0;
        height: 2000px;
    }
}
@media screen and (max-width:768px) and (min-width:767px) and (orientation:portrait) {
    .hhh-d {
        width: 100vw;
        position: fixed;
        bottom: 0 !important;
        right: 0;
        height: 2000px;
    }
}

html {
  font-size: 16px;
  overflow: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media screen and (max-width: 1199px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  background-color: #fff;
  color: #686868;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
}

.modal-open {
  padding-right: 0 !important;
  overflow-y: auto;
  z-index: 9999;
}

@media screen and (min-width: 992px) {
  .slim-header.header {
    height: 96px;
  }
  .slim-header .logo {
    margin-top: 18px;
  }
  .slim-header .header-dd-wrap {
    margin-top: -12px;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .slim-header .header-dd-wrap {
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .slim-header .res-header-none .button-rqst {
    font-size: 0.75rem;
    padding: 12px 18px;
    right: -4px;
    top: 9px;
    width: 160px;
  }
  .slim-header .call-us {
    font-size: 20px;
  }
}

.res-header-none {
  position: relative;
}

.res-header-none .button-rqst {
  background-color: #8ec63f;
  border: none;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  outline: 0;
  padding: 14px 24px;
  position: absolute;
  right: -7px;
  text-transform: uppercase;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -ms-transform-origin: bottom right;
      transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  top: 17px;
  width: 184px;
  z-index: 2;
}

.res-header-none .button-rqst:hover {
  background-color: #1c3e95;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .res-header-none .button-rqst {
    display: none;
  }
}

.header-right-top-wrap {
  display: inline-block;
  float: right;
  *zoom: 1;
}

.header-right-top-wrap:after,
.header-right-top-wrap:before {
  content: '';
  display: table;
}

.header-right-top-wrap:after {
  clear: both;
}

.header-right-top-wrap .element-wrapper {
  display: inline-block;
  float: right;
  position: relative;
  *zoom: 1;
}

.header-right-top-wrap .element-wrapper:after,
.header-right-top-wrap .element-wrapper:before {
  content: '';
  display: table;
}

.header-right-top-wrap .element-wrapper:after {
  clear: both;
}
.twmenu {
  width: 100%;
}

.twmenu ul {
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.twmenu > ul > li {
  position: relative;
  display: inline;
  float: left;
}

.twmenu ul li a {
  display: block;
  text-decoration: none;
}

.twmenu ul li a img {
  display: none;
}

* html .twmenu ul li a {
  display: inline-block;
}

.twmenu ul li ul {
  position: absolute;
  left: 0;
  display: none;
  visibility: hidden;
}

.twmenu ul li ul.menu {
  position: static;
  left: 0;
  display: block;
  visibility: visible;
}

.twmenu ul li ul.menu li {
  float: none;
}

.twmenu ul li ul li {
  display: list-item;
}

.twmenu ul li ul li ul {
  top: 0;
  float: none;
}

.twmenu ul li ul li a {
  margin: 0;
}

* html .twmenu {
  height: 1%;
}

.header-dd-wrap {
  margin: 13px 0 0;
  float: left;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-dd-wrap {
    float: right;
  }
}

.header-dd-wrap ul {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

.header-dd-wrap ul li {
  float: left;
  list-style: none;
}

.header-dd-wrap ul li a {
  display: block;
  color: #141414;
  font-size: 21px;
  font-family: bebas_neueregular, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 5px 5px 11px 0;
  text-decoration: none;
}

.header-dd-wrap ul li a:hover {
  color: #83c02f;
}

.header-dd-wrap ul li span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: grey;
  padding: 3px 0 0;
  text-transform: capitalize;
  font-weight: 400;
}

.twmenu > ul > li {
  padding: 0 10px;
}

.twmenu > ul > li:last-child {
  padding-right: 0;
}

.twmenu > ul > li.current-menu-item > a,
.twmenu > ul > li.current-page-ancestor > a {
  color: #83c02f;
}

.twmenu ul li ul li {
  margin: 0;
}

.twmenu > ul > li > ul {
  display: block;
  padding: 20px 0 0;
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  border-top: 2px solid #83c02f;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 5px #a7a7a7;
}

.twmenu > ul > li > ul > li {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 20px;
  width: 285px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .twmenu > ul > li > ul > li {
    width: 250px;
  }
}

.twmenu > ul > li > ul > li > a {
  color: #8ec63f;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.188rem;
  font-weight: 700;
  padding: 100px 0 10px;
  margin: 0 0 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #afd778;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

.twmenu > ul > li > ul > li > a:hover {
  color: #1c3e95;
}

.twmenu .stage-left-nav ul li.menu-item-has-children a {
  background: url(images/stage-arrow.png) 310px center no-repeat rgba(68, 138, 2, 0.9);
}

.twmenu .stage-left-nav ul li.current-page-ancestor a {
  background: url(images/stage-arrow.png) 310px center no-repeat rgba(68, 138, 2, 0.9);
  color: #b6f67d;
  border-right: none;
}

.dd-stage-3 {
  width: 756px;
  background: rgba(62, 128, 0, 0.95);
  float: left;
}

.twmenu .stage-left-nav {
  float: left;
  width: 343px;
}

.twmenu .stage-left-nav a {
  background: #488c09;
  color: #FFF;
  text-transform: none;
  font-weight: 400;
  border-bottom: 1px solid #91ba6b;
  padding: 10px 40px;
  margin: 0;
  border-right: 1px solid #87be55;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
}

.twmenu .stage-left-nav .current-menu-item a,
.twmenu .stage-left-nav a.selected,
.twmenu .stage-left-nav a:hover {
  color: #b6f67d;
  border-right: none;
  background-color: transparent;
}

.twmenu .stage-left-nav li:last-child a {
  border-bottom: 0;
}

.twmenu .stage-right-content {
  width: 413px;
  float: left;
}

.twmenu .stage-left-nav ul {
  width: 100% !important;
  display: block !important;
  position: inherit;
  float: left;
}

.twmenu .stage-left-nav ul li {
  margin: 0 !important;
  width: 100%;
}

.twmenu > ul > li > ul > li > ul {
  left: 0 !important;
  top: 50px !important;
}

.twmenu > ul > li.services-menuitem > ul {
  left: -280px !important;
  display: block;
  width: 1180px;
  border-bottom: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .twmenu > ul > li.services-menuitem > ul {
    left: -310px !important;
    width: 1008px;
  }
}

.twmenu > ul > li.resources-menuitem > ul.sub-menu {
  left: -60px !important;
  display: block;
  width: 230px;
  border-bottom: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
}

.twmenu > ul > li.resources-menuitem > ul.sub-menu > li {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}

.twmenu > ul > li.about-menuitem > ul.sub-menu {
  left: -60px !important;
  display: block;
  width: 230px;
  border-bottom: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
}

.twmenu > ul > li.about-menuitem > ul.sub-menu > li {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}

.twmenu > ul > li > ul > li.current-menu-item > a {
  color: #1c3f95;
}

.services-menuitem > ul > li {
  width: 200px;
  padding: 0;
}

.twmenu .stage-left-nav ul li > .sub-menu {
  display: none !important;
}

.twmenu .sub-menu .menu li {
  border-bottom: 1px dotted #aeaeae;
  margin: 0 0 10px;
}

.twmenu .sub-menu .menu li a {
  background-image: none !important;
  color: #373737;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  padding: 0 0 10px;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

.twmenu .sub-menu .menu li a:hover {
  color: #8ec63f;
}

.sub-menu .strategy-consulting-menuitem > a {
  background: url(../images/menu-strategy-consulting.png) center 9px no-repeat;
}

.sub-menu .creative-design-and-development-menuitem > a {
  background: url(../images/menu-creative-design.png) center 9px no-repeat;
}

.sub-menu .traffic-building-menuitem > a {
  background: url(../images/menu-traffic-building.png) center 7px no-repeat;
}

.sub-menu .measurement-menuitem > a {
  background: url(../images/menu-measurement.png) center 31px no-repeat;
}

.sub-menu .resources-menuitem > a {
  background: url(../images/menu-resources.png) center 9px no-repeat;
}

.sub-menu .about-menuitem > a {
  background: url(../images/menu-about.png) center 9px no-repeat;
}

.twmenu > li > ul.sub-menu > li.current-menu-item > a {
  color: #1c3f95;
}

.twmenu > li > ul.sub-menu > li.current-menu-item > a:hover {
  color: #56ae08;
}

.twmenu > ul > li > ul.sub-menu > li.current-page-ancestor > a {
  color: #1c3f95;
}

.twmenu > ul > li > ul.sub-menu > li.current-page-ancestor > a:hover {
  color: #56ae08;
}

.twmenu ul.menu > li.current-menu-item > a {
  color: #51a903;
}

.twmenu ul.menu > li.current-menu-item > a:hover {
  color: #252525;
}

.twmenu .sub-menu .menu li.current-page-ancestor a {
  color: #51a903;
}

.twmenu .sub-menu .menu li.current-page-ancestor a:hover {
  color: #252525;
}

.twmenu .sub-menu li.strategy-consulting-menuitem {
  border-right: 1px solid #c0e39f;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 400px;
}

.twmenu .sub-menu li.traffic-building-menuitem {
  border-right: 1px solid #c0e39f;
  border-left: 1px solid #c0e39f;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 400px;
}

.submenu-green-strep {
  text-align: center;
  background: #52ac09;
  float: left;
  display: block;
  clear: both;
  width: 100%;
  height: 44px;
  position: relative;
  z-index: -1;
}

.submenu-green-strep ul.menu {
  display: inline-block;
}

.submenu-green-strep ul li {
  float: left;
}

.submenu-green-strep ul li a {
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 16px;
  display: block;
  padding: 3px 13px;
  margin: 8px 10px 0;
  -webkit-transition: ease-out 0.5s;
          transition: ease-out 0.5s;
}

.submenu-green-strep ul li a:hover {
  background: #429301;
}

.submenu-green-strep ul {
  margin: 0;
  padding: 0;
}

.submenu-green-strep ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.submenu-green-strep > div > ul > li > a {
  float: left;
  background: url(images/green-strip-arrow.png) right center no-repeat;
  z-index: 9;
  position: relative;
  margin: 0;
  padding: 11px 30px 10px;
}

.submenu-green-strep > div > ul > li > a:hover {
  background: url(images/green-strip-arrow.png) right center no-repeat;
  color: #aef476;
}

.submenu-green-strep > div > ul > li.current_page_item > a {
  color: #aef476;
}

.submenu-green-strep > div > ul > li.current_page_item > a:hover {
  color: #FFF;
}

.submenu-green-strep > div > ul > li > ul.sub-menu > li.current-menu-item a,
.submenu-green-strep > div > ul > li > ul.sub-menu > li.current-page-ancestor a {
  background: #429301;
  color: #FFF;
}

.submenu-green-strep > div > ul > li > ul.sub-menu {
  float: left;
  margin: 0;
}

.submenu-green-strep > div > ul > li > ul.sub-menu > li {
  float: left;
}

.submenu-green-strep > div > ul > li > ul.sub-menu > li a {
  border-radius: 3px;
  background-image: none;
}

.submenu-green-strep > div > ul > li.current-page-ancestor > a,
.submenu-green-strep > div > ul > li.current_page_ancestor > a {
  color: #aef476;
}

.submenu-green-strep > div > ul > li.current_page_ancestor > a:hover {
  color: #FFF;
}

.header {
  border-bottom: 2px solid #83c02f;
  background: #fff;
  padding: 0;
  width: 100%;
  z-index: 99;
  height: 114px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  top: 0;
}

.header.slim-header {
  /* height: 77px; */
  min-height: inherit;
}

.slim-header .logo {
  width: 105px;
  margin-bottom: 10px;
  height: auto;
}

.slim-header nav.header-nav-wrap {
  margin: 21px 0 0;
}

.has-submenu {
  height: auto;
  border: none;
}

.slim-header.has-submenu {
  height: 119px;
}

.header .header-right-top-wrap {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  margin: 0;
  height: 34px;
}

.header.slim-header .header-right-top-wrap {
  /* -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    height: 0;
    opacity: 0;
    margin: 0;
    overflow: hidden */
}

.menu-spacer-wrap {
  height: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header.slim-header .menu-spacer-wrap {
  height: 11px;
}

.logo {
  margin: 10px 0 0;
  width: 168px;
  height: auto;
  max-width: 168px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: initial;
}

.call-us {
  font-size: 23px;
  font-family: bebas_neueregular;
  font-weight: 400;
  color: #4c4c4c;
  float: right;
  padding: 0 0 0 25px;
  margin: 15px 0 0;
  line-height: 22px;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

.call-us a {
  cursor: text;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}

.header-social-wrap {
  margin: 10px 0 0;
}

.header-social-wrap a {
  background: url(images/social-set.jpg) no-repeat;
  width: 23px;
  height: 22px;
  display: block;
  float: left;
  margin: 0 0 0 5px;
}

.header-social-wrap a:hover {
  opacity: .6;
}

.header-social-wrap a.set-f {
  background-position: 0 0;
}

.header-social-wrap a.set-t {
  background-position: -24px 0;
}

.header-social-wrap a.set-g {
  background-position: -48px 0;
}

.header-social-wrap a.set-i {
  background-position: -72px 0;
}

.header-social-wrap a.set-p {
  background-position: -96px 0;
}

.header-social-wrap a.set-y {
  background-position: -120px 0;
}

.header-social-wrap a.set-in {
  background-position: -144px 0;
}

.header-social-wrap a.set-rs {
  background-position: -168px 0;
}

.desktop-view-package {
  display: block;
}

.mobile-view-package {
  display: none;
}

nav.header-nav-wrap {
  margin: 14px 0 0;
  float: right;
}

nav.header-nav-wrap ul {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

nav.header-nav-wrap ul li {
  float: left;
  margin: 0;
  list-style: none;
}

nav.header-nav-wrap ul li a {
  display: block;
  color: #141414;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 5px 0 0;
  text-decoration: none;
}

nav.header-nav-wrap ul li a:hover,
nav.header-nav-wrap ul li.current-menu-ancestor a,
nav.header-nav-wrap ul li.current-menu-item a,
nav.header-nav-wrap ul li.current_page_parent a {
  color: #83c02f;
}

nav.header-nav-wrap ul li span {
  display: block;
  font-family: 'Shadows Into Light Two', cursive;
  font-size: 14px;
  color: gray;
  padding: 3px 0 0;
  text-transform: lowercase;
  font-weight: 400;
}

nav.header-nav-wrap ul li .sub-menu {
  position: absolute;
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 0 0 10px;
  left: 9px;
  display: none !important;
}

nav.header-nav-wrap ul li .sub-menu li {
  display: block;
  clear: both;
}

nav.header-nav-wrap ul li .sub-menu li a {
  padding: 10px 10px 0;
  margin: 0;
  border: 0;
  color: gray;
  font-size: 14px;
  text-transform: none;
  width: 260px;
}

#menu-item-32595.clients-menuitem > a {
  background: url(images/clint-wp-img.png) no-repeat center 9px;
}

#clinents-submenu {
  width: 100%;
}

#menu-item-29347.clients-menuitem > ul {
  left: -70px;
}

.header-rwd-call {
  display: none;
}

@media (max-width: 999px) {
  .header {
    height: 77px;
  }
  .header .logo {
    width: 105px;
  }
  .call-us,
  .header-nav-wrap,
  .header-social-wrap {
    display: none;
  }
  .header-rwd-call {
    display: block;
    padding: 20px 40px 0 0;
    float: right;
  }
  .header-rwd-call a {
    cursor: text;
    color: #4c4c4c;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 28px;
    float: right;
    padding: 0 0 0 25px;
    margin: 10px 0 0;
    line-height: 22px;
    background: url(images/phone.png) no-repeat no-repeat 5px 3px;
  }
}
@media (max-width: 479px) {
  .header-rwd-call a {
    font-size: 20px;
    margin: 40px 0 0;
  }
  .header-rwd-call {
    padding: 0;
    margin: 0 -5px 0 0;
  }
}
.top-bar {
    margin-top: 114px;
}
@media screen and (max-width: 991px) {
  .top-bar {
    margin-top: 77px;
  }
}
@media (max-width: 767px) {
    .form-pop .hd h4 {
        line-height: 22px;
    }
}
.form-pop {
    background-color: #fff !important;
}
.form-pop .hd {
    background: #75B918;
    padding: 1px;
    text-align: center;
}

.form-pop .hd h4 {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    line-height: 0px;
    font-size: 23px;
    font-weight: 400;
    margin: 20px;
}
    @include viewport(mob) {
        font-size: $text-md;
    }
}

.form-pop .close {
    color: #fff;
    font: 100 40px/40px "Roboto", sans-serif;
    height: 40px;
    opacity: 1;
    position: absolute;
    right: 5px;
    top: 0px;
    width: 40px;
}
.form-pop .hd .close span {
    position: relative;
    top: -5px;
}
.form-pop .form-popcont {
    padding: 26px;
}

.form-pop input[type="text"],
.form-pop input[type="tel"],
.form-pop input[type="email"] {
    color: #666666;
    font: 300 14px "Roboto", Helvetica, arial, sans-serif;
    padding: 5px 14px;
    background: none;
    margin: 0px 0px 13px 0px;
    border: 1px solid #dfdede;
    width: 100%;
    height: 35px;
    border-radius: 0px;
}

.form-pop textarea::-moz-placeholder,
.form-pop input[type="text"]::-moz-placeholder,
.form-pop input[type="tel"]::-moz-placeholder,
.form-pop input[type="email"]::-moz-placeholder {
    color: #666666;
    opacity: 1;
}

.form-pop textarea::-webkit-input-placeholder,
.form-pop input[type="text"]::-webkit-input-placeholder,
.form-pop input[type="tel"]::-webkit-input-placeholder,
.form-pop input[type="email"]::-webkit-input-placeholder {
    color: #666666;
    opacity: 1;
}

.form-pop textarea:focus::-moz-placeholder,
.form-pop input[type="text"]:focus::-moz-placeholder,
.form-pop input[type="tel"]:focus::-moz-placeholder,
.form-pop input[type="email"]:focus::-moz-placeholder {
    color: #666666;
    opacity: .3!important;
}

.form-pop textarea:focus::-webkit-input-placeholder,
.form-pop input[type="text"]:focus::-webkit-input-placeholder,
.form-pop input[type="tel"]:focus::-webkit-input-placeholder,
.form-pop input[type="email"]:focus::-webkit-input-placeholder {
    color: #666666;
    opacity: .3!important;
}

.form-pop::-webkit-input-placeholder {
    color: #666666 !important;
    opacity: 1 !important;
    /* for chrome */
}

.form-pop:-moz-placeholder {
    /* Firefox 18- */
    color: #666666 !important;
    opacity: 1 !important;
}

.form-pop::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666 !important;
    opacity: 1 !important;
}

.form-pop:-ms-input-placeholder {
    color: #666666 !important;
    opacity: 1 !important;
}

.form-pop select {
    color: #666666 !important;
    font: 300 14px "Roboto", Helvetica, arial, sans-serif;
    padding: 5px 14px;
    background: url(../img/select-arrow.png) 97% 50% no-repeat;
    margin: 0px 0px 13px 0px;
    border: 1px solid #dfdede;
    width: 100%;
    height: 35px;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0px;
}

.form-pop input[type="submit"] {
    color: #fff;
    font: 400 16px "Roboto", Helvetica, arial, sans-serif;
    padding: 6px 22px;
    text-transform: uppercase;
    background: #75B918;
    margin: 12px 0px 25px 0px;
    border: none;
    float: right;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-radius: 0px;
}

.form-pop input[type="submit"]:hover {
    background: #848484;
    color: #fff;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#wait-footer {
    width: 129px;
    height: 28px;
    float: right;
    margin-top: 15px;
}

.form-pop textarea {
    color: #666666 !important;
    font: 300 14px "Roboto", Helvetica, arial, sans-serif;
    padding: 5px 14px;
    background: none;
    margin: 0px 0px 13px 0px;
    border: 1px solid #dfdede;
    width: 100%;
    resize: none;
    height: 90px;
    border-radius: 0px;
}

button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}

.form-pop input:focus,
.form-pop textarea:focus,
.form-pop select:focus {
    box-shadow: none !important;
}

#captcha_div_pop p {
    text-align: right;
    margin-top: 0px;
    padding: 0px
}

.captch-btns {
    float: right;
}
@media (max-width: 767px) {
    .form-pop .hd h4 {
        line-height: 22px;
    }
}
button:focus,
button:active,
a:active,
a:focus {
    outline: 0;
}
input[type="text"]:active,
input[type="email"]:active,
input[type="url"]:active,
textarea:active,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
textarea:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none;
}
.tw-captcha-wrap {
  height: 100px;
  position: relative;
  *zoom: 1;
}

.tw-captcha-wrap:after,
.tw-captcha-wrap:before {
  content: '';
  display: table;
}

.tw-captcha-wrap:after {
  clear: both;
}

@media (max-width: 364px) {
  .tw-captcha-wrap {
    height: 125px;
  }
}

.tw-captcha-wrap .submit-bttn {
  bottom: 0;
  margin: 0 !important;
  position: absolute;
  right: 0;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

.tw-captcha-wrap .submit-bttn:hover {
  background-color: #1c3e95 !important;
}

.tw-captcha-wrap .input-holder {
  *zoom: 1;
}

.tw-captcha-wrap .input-holder:after,
.tw-captcha-wrap .input-holder:before {
  content: '';
  display: table;
}

.tw-captcha-wrap .input-holder:after {
  clear: both;
}

.tw-captcha-wrap .home-cap p span {
  color: #1c3e95;
  font-weight: 700;
}

.tw-captcha-wrap a img {
  margin-bottom: 0 !important;
}

.tw-captcha-wrap .loader-cap {
  bottom: 5px;
  position: absolute;
  right: 0;
  width: 112px;
  *zoom: 1;
}

.tw-captcha-wrap .loader-cap:after,
.tw-captcha-wrap .loader-cap:before {
  content: '';
  display: table;
}

.tw-captcha-wrap .loader-cap:after {
  clear: both;
}

.tw-captcha-wrap .loader-cap .pls-wait-text-contact {
  padding-top: 3px;
}
.tw-captcha-wrap .cont-cap {
    float: right;
}
.tw-captcha-wrap .cont-cap span.tt {
    color: #1c3f95;
    font-weight: bold;
    text-transform: uppercase;
}
.tw-captcha-wrap .cont-cap .quote-cap-img {
    display: inline-block;
    float: right;
}
.tw-captcha-wrap .cont-cap .quote-cap-img a {
    cursor: pointer;
    display: inline-block;
    z-index: 2;
}
.tw-captcha-wrap .cont-cap .quote-cap-img:after,
.tw-captcha-wrap .cont-cap .quote-cap-img:before {
    content: '';
    display: table;
}
.tw-captcha-wrap .cont-cap .quote-cap-img:after {
    clear: both;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="url"],
textarea {
  appearance: none;
  -webkit-appearance: none;
}


/*------------------Powerpage---------------*/

.power-margtop{
    margin-top: 113px;
}

.power-banner {
  width: 100%;
  position: relative;
  background: url(../images/p-banner_02.jpg) no-repeat center;
  padding-bottom: 33px;
  background-size: cover;
  overflow: hidden;
}

.power-banner h1 {
  color: #fff;
  font-size: 53px;
  margin-top: 40px;
  margin-bottom: 65px;
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #6480bd;
  font-family: 'Roboto Condensed', sans-serif;
}

.power-banner h1 span {
  color: #fec62c;
}

.power-banner p {
  font-size: 22px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  line-height: 33px;
  margin-bottom: 20px;
}

.powercontent {
  width: 100%;
  padding: 30px 0px;
  overflow: hidden;
}

.powercontent h2 {
  color: #000;
  font-size: 57px;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 10px;
}

.powercontent .pwr-icons {
  float: left;
  padding: 20px;
  text-align: center;
  width: 20%;
}

.powercontent .pwr-icons p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  color: #000;
  font-weight: 400;
}

.pwr-Keyword-Scope {
  padding: 25px 0px;
  background: #197fd4;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.pwr-Keyword-Scope h2 {
  font-size: 52px;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 15px 0px 20px 0px;
}

.pwr-Keyword-Scope p {
  font-size: 22px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  line-height: 33px;
  margin-bottom: 20px;
}

.pwr-Keyword-Scope .pwrkybg {
  float: left;
}

.pwr-Keyword-Scope .pwrkybg img {
  position: absolute;
  right: -8%;
}

.pwr-donthave {
  padding: 50px 0px;
  background: #248DE6;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 360px;
  
}
.pwr-donthave .dontcontent{
    text-align: center;
    padding: 25px 80px 0px 0px;
}
.dontcontent h2 {
  font-size: 26px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  margin: 15px 0px 20px 0px;
}
.dontcontent p {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  margin: 3px 0px 30px 0px;
}
.pwr-donthave img{
position: absolute;

    }
.pwr-donthave a{
    background: #FA6D2B;
    color: #fff;
    position: relative;
    padding: 15px 42px 15px 25px;
    border-radius: 50px;
    border-left: 73px solid #e85118;
    font-size: 18px;
   } 
.pwr-donthave a:hover{
background: #e85118;
}

   .pwr-donthave a::after{
    content: "";
    position: absolute;
    background: url(../images/yestop.png) no-repeat;
    height: 34px;
    width: 48px;
    left: -55px;
    top: 8px; 

   }


.pwr-negative {
  padding: 30px 0px;
  background: #3d9cee;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 80;
  
}

.pwr-negative h2 {
  font-size: 52px;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 15px 0px 20px 0px;
}

.pwr-negative p {
  font-size: 22px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  line-height: 33px;
  margin-bottom: 20px;
}

.pwr-negative ul {
  font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 0;
}

.pwr-negative li {
  display: inline-block;
  margin: 15px;
  list-style: disc;
  font-size: 22px;
  position: relative;
}

.pwr-negative li::before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #fff;
  top: 10px;
  left: -16px;
}

.pwr-negative .pwr-ngtvleft {
  width: 33.3333%;
  float: left;
}

.pwr-negative .pwr-ngtvleft img {
  position: absolute;
  left: -3%;
}

.pwr-negative .rtcf {
  float: right;
}

.pwr-poorcopy {
  padding: 30px 0px;
  background: url(../images/poor-bg-3_02.jpg) no-repeat;
  color: #fff;
  position: relative;
  background-size: cover;
  overflow: hidden;
}

.pwr-poorcopy h2 {
  font-size: 52px;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 15px 0px 20px 0px;
}

.pwr-poorcopy p {
  font-size: 22px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  line-height: 33px;
  margin-bottom: 20px;
}

.pwr-poorcopy p a {
  color: #82c9fd;
  text-decoration: underline;
}

.pwr-poorcopy p :hover {
  color: #fff;
}

.pwr-poorcopy ul {
  margin-left: 0px;
  padding-left: 19px;
}

.pwr-poorcopy li {
  font-size: 22px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  line-height: 39px !important;
}

.pwr-poorcopy .pwrpoor-ul ul {
  width: 80%;
}

.pwr-poorcopy .pwrpoor-ul li span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 28px;
  color: #aad4fd;
}

.pwr-poorcopy .pwr-poorright {
  float: left;
}

.pwr-poorcopy .pwr-poorright img {
  position: absolute;
  right: -11%;
  top: 60px;
}

.pwr-add-copylanding {
  padding: 0px 0px 55px 0px;
  background: #fff;
  color: #000;
  position: relative;
  overflow: hidden;
}

.pwr-add-copylanding h2 {
  font-size: 52px;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 56px 0px 20px 0px;
}

.pwr-add-copylanding p {
  font-size: 22px;
  color: #000;
  font-family: 'Raleway', sans-serif;
  line-height: 33px;
  margin-bottom: 20px;
  width: 94%;
}

.pwr-add-copylanding .pwr-add-right {
  width: 20.3333%;
  float: left;
}

.pwr-add-copylanding .pwr-add-right img {
  position: absolute;
  left: -13%;
}

.pwr-add-copylanding .pwr-lndgright {
  float: right;
}

.pwr-compatitor {
  width: 100%;
  background: #0591b5;
  position: relative;
  padding: 25px 0px 45px 0px;
  color: #fff;
  overflow: hidden;
}

.pwr-compatitor h2 {
  font-size: 52px;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 15px 0px 20px 0px;
}

.pwr-compatitor h3 {
  font-size: 40px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 15px 0px 20px 0px;
}

.pwr-compatitor p {
  font-size: 22px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  line-height: 33px;
  margin-bottom: 20px;
}

.pwr-compatitor .pwr-comptitrright {
  float: left;
}

.pwr-compatitor .pwr-comptitrright img {
  position: absolute;
  right: -8%;
}

.pwr-poorimpresson {
  width: 100%;
  background: url(../images/bb-bg-3_02.jpg) no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 30px 0px 47px 0px;
  overflow: hidden;
}

.pwr-poorimpresson h2 {
  font-size: 52px;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 15px 0px 20px 0px;
}

.pwr-poorimpresson p {
  font-size: 22px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  line-height: 33px;
  margin-bottom: 20px;
}

.pwr-poorimpresson ul {
  width: 50%;
  float: left;
  padding-right: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
}

.pwr-poorimpresson li {
  width: 90%;
  font-size: 22px;
}

.pwr-poorimpresson li span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.pwr-poorimpresson .pwrpoorimpr-left {
  float: left;
  width: 20%;
}

.pwr-poorimpresson .pwrpoorimpr-left img {
  position: absolute;
  left: -189px;
  top: 8%;
}

.pwr-poorimpresson .pwrpoorimpr-right {
  float: right;
}

.pwr-poorimpresson .pwrpoorimpr-right img {
  position: absolute;
  right: -10%;
  bottom: 0;
}

.pwr-poorimpresson .pwrpps {
  float: right;
}

.pwrbudget {
  width: 100%;
  position: relative;
  padding: 30px 0px 30px 0px;
  background: url(../images/budget-bg.png) no-repeat #fff;
  color: #000;
  overflow: hidden;
}

.pwrbudget h2 {
  font-size: 52px;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 15px 0px 20px 0px;
}

.pwrbudget p {
  font-size: 22px;
  color: #000;
  font-family: 'Raleway', sans-serif;
  line-height: 33px;
  margin-bottom: 20px;
}

.pwrbudget .pwr-budgetright {
  float: left;
}

.pwrbudget .pwr-budgetright img {
  position: absolute;
}

.pwr-mny-kws {
  width: 100%;
  position: relative;
  padding: 30px 0px 30px 0px;
  background: #73bc47;
  color: #fff;
  overflow: hidden;
}

.pwr-mny-kws h2 {
  font-size: 52px;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 15px 0px 20px 0px;
}

.pwr-mny-kws p {
  font-size: 22px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  line-height: 33px;
  margin-bottom: 20px;
}

.pwr-mny-kws .pwr-kws-left {
  float: left;
  width: 22.222%;
}

.pwr-mny-kws .pwr-kws-left img {
  position: absolute;
  left: -11%;
}

.pwr-mny-kws .kwrrt {
  float: right;
}

.pwr-qualityscor {
  width: 100%;
  background: url(../images/quality-bg-2_02.png) no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 30px 0px 30px 0px;
  overflow: hidden;
}

.pwr-qualityscor h2 {
  font-size: 52px;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 15px 0px 20px 0px;
}

.pwr-qualityscor p {
  font-size: 22px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  line-height: 33px;
  margin-bottom: 20px;
}

.pwr-qualityscor p a {
  color: #438126;
  text-decoration: underline;
}

.pwr-qualityscor p :hover {
  color: #fff;
}

.pwr-qualityscor ul {
  margin-left: 0px;
  padding-left: 23px;
}

.pwr-qualityscor li {
  font-size: 22px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 20px;
}

.pwr-qualityscor .pwr-qualityscorright {
  float: left;
}

.pwr-qualityscor .pwr-qualityscorright img {
  position: absolute;
  right: -7%;
  top: 10%;
}

.pwr-broadgeo {
  width: 100%;
  background: #fff;
  background-size: cover;
  position: relative;
  color: #000;
  padding: 30px 0px 30px 0px;
  overflow: hidden;
}

.pwr-broadgeo h2 {
  font-size: 52px;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 15px 0px 20px 0px;
}

.pwr-broadgeo p {
  font-size: 22px;
  color: #000;
  font-family: 'Raleway', sans-serif;
  line-height: 33px;
  margin-bottom: 20px;
}

.pwr-broadgeo .pwrgeioleft {
  float: left;
  width: 22.22222%;
}

.pwr-broadgeo .pwrgeioleft img {
  position: absolute;
  left: -8%;
}

.pwr-broadgeo .pwrgeioright {
  float: right;
}

.pwrhighcodtkws {
  width: 100%;
  background: #197fd4;
  position: relative;
  color: #fff;
  padding: 30px 0px 54px 0px;
  overflow: hidden;
}

.pwrhighcodtkws h2 {
  font-size: 52px;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 30px 0px 20px 0px;
}

.pwrhighcodtkws p {
  font-size: 22px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  line-height: 33px;
  margin-bottom: 20px;
  width: 95%;
}

.pwrhighcodtkws .pwrimgbg {
  position: absolute;
  left: -13%;
  top: 15%;
}

.pwrhighcodtkws .pwrhighkwsright {
  float: left;
}

.pwrhighcodtkws .pwrhighkwsright img {
  position: absolute;
}

.pwravarage {
  width: 100%;
  background: #3d9cee;
  position: relative;
  color: #fff;
  padding: 30px 0px 30px 0px;
  overflow: hidden;
}

.pwravarage h2 {
  font-size: 52px;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 30px 0px 20px 0px;
}

.pwravarage p {
  font-size: 22px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  line-height: 33px;
  margin-bottom: 20px;
  width: 95%;
}

.pwravarage .pwr-avrgleft {
  float: left;
  width: 22.2222222%;
}

.pwravarage .pwr-avrgleft img {
  position: absolute;
  left: -12%;
  top: 9%;
}

.pwravarage .pwr-avrgright {
  float: right;
}

.pwrslow-landing {
  width: 100%;
  background: #195c90;
  position: relative;
  color: #fff;
  padding: 30px 0px 30px 0px;
  overflow: hidden;
}

.pwrslow-landing h2 {
  font-size: 52px;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 30px 0px 20px 0px;
}

.pwrslow-landing p {
  font-size: 22px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  line-height: 33px;
  margin-bottom: 20px;
  width: 95%;
}

.pwrslow-landing p a {
  color: #80c7fd;
  text-decoration: underline;
}

.pwrslow-landing p :hover {
  color: #fff;
}

.pwrslow-landing .pwrsloarrow {
  position: absolute;
  left: -12%;
  top: 0;
}

.pwrslow-landing .pwrsloarrow-down {
  position: absolute;
  left: -10%;
  bottom: 0;
}

.pwrslow-landing .pwrsloarrow-right {
  float: left;
}

.pwrslow-landing .pwrsloarrow-right img {
  position: absolute;
  top: 25%;
}

.pwr-trackingissue {
  width: 100%;
  background: #fff;
  position: relative;
  color: #000;
  padding: 30px 0px 30px 0px;
  overflow: hidden;
}

.pwr-trackingissue h2 {
  font-size: 52px;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 30px 0px 20px 0px;
}

.pwr-trackingissue p {
  font-size: 22px;
  color: #000;
  font-family: 'Raleway', sans-serif;
  line-height: 33px;
  margin-bottom: 20px;
  width: 95%;
}

.pwr-trackingissue .pwr-trkleft {
  float: left;
  width: 22.22222%;
}

.pwr-trackingissue .pwr-trkleft img {
  position: absolute;
  left: -14%;
  bottom: 0;
}

.pwr-trackingissue .pwr-trkcnteright {
  position: absolute;
  right: -12%;
  top: 0;
}

.pwr-trackingissue .pwr-trkrtcontent {
  float: right;
}

.pwrpoorpath {
  background: #0591b5;
  position: relative;
  color: #fff;
  padding: 30px 0px 30px 0px;
  width: 100%;
  overflow: hidden;
}

.pwrpoorpath h2 {
  font-size: 52px;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 30px 0px 20px 0px;
}

.pwrpoorpath p {
  font-size: 22px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  line-height: 33px;
  margin-bottom: 20px;
  width: 95%;
}

.pwrpoorpath .pwrpoorpathleft {
  float: left;
  width: 22.22222%;
}

.pwrpoorpath .pwrpoorpathleft img {
  position: absolute;
  left: -8%;
  top: 14%;
}

.pwrpoorpath .pwrpoorpathright {
  float: right;
}


.pwr-pdfdown {
  padding: 50px 0px;
  background: url(../images/pdf-banner.jpg) no-repeat #156ab2;
  color: #fff;
  position: relative;
  min-height: 360px;
  background-size: cover;
  background-position-x: -219px;
  margin-bottom: 50px;
  
}
.pwr-pdfdown .pdfright{
    text-align: center;
    padding: 45px 80px 0px 0px;
}
.pdfright h2 {
  font-size: 26px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  margin: 15px 0px 20px 0px;
}
.pdfright p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  margin: 3px 0px 30px 0px;
}
.pwr-pdfdown img{
position: absolute;

    }
.pwr-pdfdown a{
    background: #FA6D2B;
    color: #fff;
    position: relative;
    padding: 15px 42px 15px 25px;
    border-radius: 50px;
    border-left: 65px solid #e85118;
    font-size: 18px;
   }
   .pwr-pdfdown a:hover{
    background: #e85118;
   } 

   .pwr-pdfdown a::after{
    content: "";
    position: absolute;
    background: url(../images/yesdown.png) no-repeat;
    height: 34px;
    width: 48px;
    left: -48px;
    top: 12px;
    background-size: contain; 

   }



.pwrtogether {
  text-align: center;
  padding: 20px 0px;
  color: #000;
}

.pwrtogether h3 {
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 20px 0px 20px 0px;
}

.pwrtogether p {
  font-size: 22px;
  color: #000;
  font-family: 'Raleway', sans-serif;
  line-height: 33px;
  margin-bottom: 20px;
  text-align: center;
}

.pwrlastblog {
  width: 100%;
  background: #e8ecef;
  padding: 10px 0px;
  color: #000;
  font-family: 'Raleway', sans-serif;
  position: relative;
}

.pwrlastblog p {
  font-size: 13px;
}

.pwrlastblog .pwrbname {
  float: left;
}

.pwrlastblog .pwrbname p {
  font-size: 17px;
  font-weight: 600;
  float: left;
}

.pwrlastblog .pwrbname .icon-twitter {
  color: #0591b5;
  float: left;
  padding: 10px;
  font-size: 24px;
  margin: 3px;
}

.pwrlastblog .pwrbname .icon-gplus {
  color: red;
  float: left;
  padding: 10px;
  font-size: 24px;
  margin: 3px;
}

.pwrlastblog .pwrlastblog-button {
  padding: 5px 12px;
  font-size: 12px;
  float: left;
  background: none;
  border: solid 2px #add7f7;
  margin-top: 11px;
}

@media (max-width: 1366px) {
  .pwr-poorcopy .pwr-poorright img {
    right: -19%;
  }
  .pwr-add-copylanding .pwr-add-right img {
    left: -24%;
  }
  .pwr-poorimpresson .pwrpoorimpr-left img {
    left: -293px;
    top: 5px;
  }
  .pwr-compatitor .pwr-comptitrright img{
  	    right: -13%;
  }
  .pwr-mny-kws .pwr-kws-left img {
left: -19%;
  }

  .pwr-qualityscor .pwr-qualityscorright img {
    right: -12%;
  }
  .pwr-broadgeo .pwrgeioleft img {
    left: -20%;
  }
  .pwravarage .pwr-avrgleft img {
    left: -19%;
  }
  .pwr-trackingissue .pwr-trkleft img{
  	left: -23%;
  }
  .pwrslow-landing .pwrsloarrow-down {
    left: -14%;
  }
  .pwrpoorpath .pwrpoorpathleft img {
    left: -16%;
  }
}
@media (max-width: 1279px) {
    .pwr-poorcopy .pwr-poorright img {
    right: -24%;
}
.pwr-add-copylanding .pwr-add-right img {
    left: -29%;
}
.pwr-compatitor .pwr-comptitrright img {
    right: -15%;
}
.pwr-poorimpresson .pwrpoorimpr-left img {
    left: -321px;
}
.pwr-mny-kws .pwr-kws-left img{
left: -24%;
}
.pwr-qualityscor .pwr-qualityscorright img {
    right: -16%;
}
.pwr-broadgeo .pwrgeioleft img {
    left: -22%;
}
.pwravarage .pwr-avrgleft img {
    left: -25%;
}
.pwr-trackingissue .pwr-trkleft img{
  left: -27%;  
}
.pwrpoorpath .pwrpoorpathleft img {
    left: -18%;
}


}


@media (max-width: 1199px) {
  .power-banner {
    background-position-x: -450px;
  }
  .power-banner h1 {
    font-size: 49px;
  }
  .powercontent .pwr-icons p {
    font-size: 17px;
  }
  .pwr-Keyword-Scope .pwrkybg img {
    right: -25%;
  }
  .pwr-negative .pwr-ngtvleft img {
    left: -15%;
  }
  .pwr-poorcopy .pwr-poorright img {
    right: -40%;
  }
  .pwr-add-copylanding .pwr-add-right img {
    left: -42%;
  }
  .pwr-compatitor .pwr-comptitrright img {
    right: -31%;
  }
  .pwr-poorimpresson .pwrpoorimpr-left img {
    left: -399px;
  }
  .pwr-poorimpresson li span {
    font-size: 25px;
  }
  .pwr-mny-kws .pwr-kws-left img {
    left: -36%;
  }
  .pwr-qualityscor .pwr-qualityscorright img {
    right: -25%;
  }
  .pwr-broadgeo .pwrgeioleft img {
    left: -38%;
  }
  .pwrhighcodtkws .pwrimgbg {
    left: -23%;
  }
  .pwravarage .pwr-avrgleft img {
    left: -38%;
  }
  .pwrslow-landing .pwrsloarrow {
    top: -84px;
    left: -19%;
  }
  .pwrslow-landing .pwrsloarrow-down {
    left: -25%;
  }
  .pwr-trackingissue .pwr-trkleft img {
    left: -31%;
  }
  .pwrpoorpath .pwrpoorpathleft img {
    left: -30%;
  }
  .pwr-Keyword-Scope h2 {
    font-size: 41px;
  }
  .pwr-negative h2 {
    font-size: 41px;
  }
  .pwr-poorcopy h2 {
    font-size: 41px;
  }
  .pwr-add-copylanding h2 {
    font-size: 41px;
  }
  .pwr-compatitor h2 {
    font-size: 41px;
  }
  .pwr-poorimpresson h2 {
    font-size: 41px;
  }
  .pwrbudget h2 {
    font-size: 41px;
  }
  .pwr-mny-kws h2 {
    font-size: 41px;
  }
  .pwr-qualityscor h2 {
    font-size: 41px;
  }
  .pwr-broadgeo h2 {
    font-size: 41px;
  }
  .pwrhighcodtkws h2 {
    font-size: 41px;
  }
  .pwravarage h2 {
    font-size: 41px;
  }
  .pwrslow-landing h2 {
    font-size: 41px;
  }
  .pwr-trackingissue h2 {
    font-size: 41px;
  }
  .pwrpoorpath h2 {
    font-size: 41px;
  }
  .pwr-Keyword-Scope .pwrkybg {
    float: none;
    text-align: center;
  }
  .pwr-Keyword-Scope .pwrkybg img {
    position: inherit;
    width: 400px;
  }
  .pwr-negative .pwr-ngtvleft {
    width: 100%;
    float: none;
    text-align: center;
  }
  .pwr-negative .pwr-ngtvleft img {
    position: inherit;
    width: 300px;
  }
  .pwr-poorcopy .pwr-poorright img {
    width: 400px;
    position: inherit;
    margin: 30px;
  }
  .pwr-poorcopy .pwr-poorright {
    float: none;
    text-align: center;
  }
  .pwr-mny-kws .pwr-kws-left img {
    position: inherit;
    width: 400px;
    margin: 10px 0 30px;
  }
  .pwr-mny-kws .kwrrt {
    float: none;
  }
  .pwr-mny-kws .pwr-kws-left {
    float: none;
    width: 100%;
    text-align: center;
  }
  .pwrbudget .pwr-budgetright {
    float: none;
    text-align: center;
  }
  .pwrbudget .pwr-budgetright img {
    position: inherit;
    width: 400px;
    margin: 25px 0;
  }
  .pwr-qualityscor .pwr-qualityscorright {
    float: none;
    text-align: center;
  }
  .pwr-qualityscor .pwr-qualityscorright img {
    position: inherit;
    width: 300px;
    margin: 25px 0;
  }
  .pwr-broadgeo .pwrgeioleft {
    float: none;
    width: 100%;
    text-align: center;
  }
  .pwr-broadgeo .pwrgeioleft img {
    width: 400px;
    position: inherit;
    margin: 20px;
  }
  .pwr-broadgeo .pwrgeioright {
    float: none;
  }
  .pwr-compatitor .pwr-comptitrright img {
    width: 400px;
    margin: 30px;
    position: inherit;
  }
  .pwr-compatitor .pwr-comptitrright {
    float: none;
    text-align: center;
  }
  .pwr-poorimpresson .pwrpoorimpr-left img {
    position: inherit;
    margin: 25px;
    width: 500px;
  }
  .pwr-poorimpresson .pwrpoorimpr-left {
    float: none;
    width: auto;
    text-align: center;
  }
  .pwr-poorimpresson .pwrpps {
    float: none;
  }
  .pwrhighcodtkws .pwrhighkwsright {
    float: none;
    text-align: center;
  }
  .pwrhighcodtkws .pwrhighkwsright img {
    position: inherit;
    width: 360px;
    margin: 25px 0;
  }
  .pwravarage .pwr-avrgleft {
    float: none;
    width: 100%;
    text-align: center;
  }
  .pwravarage .pwr-avrgleft img {
    position: inherit;
    width: 400px;
    margin: 25px;
  }
  .pwravarage .pwr-avrgright {
    float: none;
  }
  .pwrslow-landing .pwrsloarrow-right img {
    position: inherit;
    width: 450px;
    margin: 25px 0;
  }
  .pwrslow-landing .pwrsloarrow-right {
    float: none;
    text-align: center;
  }
  .pwr-trackingissue .pwr-trkrtcontent {
    background: rgba(255, 255, 255, 0.8);
    padding: 25px;
  }
  .pwrpoorpath .pwrpoorpathleft {
    float: none;
    width: 100%;
    text-align: center;
  }
  .pwrpoorpath .pwrpoorpathleft img {
    position: inherit;
    width: 300px;
    margin: 25px 0;
  }
}

@media (max-width: 991px) {
  .pwr-Keyword-Scope .pwrkybg img {
    width: 300px;
  }
  .pwr-negative .pwr-ngtvleft img {
    width: 210px;
  }
  .pwr-donthave .dontcontent{
        padding: 25px 80px 0px 37px;
  }
  .pwr-add-copylanding h2 {
    font-size: 34px;
  }
  .powercontent .pwr-icons p {
    font-size: 12px;
  }
  .pwr-compatitor h2 {
    font-size: 35px;
  }
  .pwr-mny-kws .pwr-kws-left img {
    width: 315px;
  }
  .pwr-broadgeo .pwrgeioleft img {
    width: 340px;
  }
  .pwrhighcodtkws .pwrhighkwsright img {
    width: 300px;
  }
  .pwravarage .pwr-avrgleft img {
    width: 340px;
  }
  .pwrpoorpath .pwrpoorpathleft img {
    width: 257px;
  }
  .pwr-qualityscor .pwr-qualityscorright img {
    width: 253px;
  }
  .pwr-compatitor h3 {
    font-size: 33px;
  }
  .pwr-compatitor .pwr-comptitrright img {
    width: 322px;
  }
  .pwr-poorimpresson .pwrpoorimpr-left img {
    width: 385px;
  }
  .pwrbudget .pwr-budgetright img {
    width: 323px;
  }
  .pwr-add-copylanding .pwr-lndgright {
    float: none;
    padding: 0 35px 0;
    background: rgba(255, 255, 255, 0.8);
  }
  .pwr-Keyword-Scope .pwrkybg {
    float: left;
    width: 100%;
    text-align: center;
  }
  .pwr-Keyword-Scope .pwrkybg img {
    position: inherit;
  }
  .pwr-negative .pwr-ngtvleft {
    width: 100%;
  }
  .pwr-negative .pwr-ngtvleft img {
    position: inherit;
  }
  .pwr-poorcopy .pwr-poorright img {
    position: inherit;
    width: 350px;
  }
  .pwr-add-copylanding .pwr-add-right {
    width: 100%;
  }
  .pwr-add-copylanding .pwr-add-right img {
    position: absolute;
  }
  .pwr-compatitor .pwr-comptitrright {
    text-align: center;
    float: none;
  }
  .pwr-compatitor .pwr-comptitrright img {
    position: inherit;
  }
  .pwrslow-landing .pwrsloarrow-down {
    position: inherit;
    text-align: center;
  }
  .pwr-pdfdown .pdfright {
   padding: 25px 55px 0px 0px;
  }

  .mob-ban {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .power-banner h1 {
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 19px;
    padding-bottom: 22px;
  }
  .pwrslow-landing .pwrsloarrow-down {
    position: inherit;
    text-align: center;
  }
  .mob-ban {
    display: block;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
  }
  .powercontent h2 {
    font-size: 45px;
  }
  .powercontent .pwr-icons {
    float: none;
    width: 40%;
    display: inline-block;
  }
  .powercontent {
    text-align: center;
  }
  .pwr-Keyword-Scope h2 {
    font-size: 28px;
  }
  .pwr-Keyword-Scope p {
    font-size: 20px;
  }
  .pwr-Keyword-Scope .pwrkybg img {
    width: 250px;
  }
  .pwr-negative .pwr-ngtvleft img {
    width: 173px;
  }
  .pwr-negative h2 {
    font-size: 28px;
  }
  .pwr-negative p {
    font-size: 20px;
  }
  .pwr-poorcopy h2 {
    font-size: 28px;
  }
  .pwr-poorcopy p {
    font-size: 20px;
  }
  .pwr-poorcopy .pwr-poorright img {
    width: 250px;
  }
  .pwr-poorcopy li {
    font-size: 20px;
  }
  .pwr-add-copylanding h2 {
    font-size: 28px;
    line-height: 37px;
    margin: 30px 0px 20px 0px;
  }
  .pwr-add-copylanding .pwr-lndgright {
    padding: 0 22px 0;
  }
  .pwr-add-copylanding p {
    font-size: 20px;
  }
  .pwr-compatitor h2 {
    font-size: 28px;
  }
  .pwr-add-copylanding {
    padding: 0px 0px 15px 0px;
  }
  .pwr-compatitor h3 {
    font-size: 28px;
  }
  .pwr-compatitor .pwr-comptitrright img {
    width: 250px;
  }
  .pwr-poorimpresson .pwrpoorimpr-left img {
    width: 250px;
  }
  .pwr-poorimpresson h2 {
    font-size: 27px;
  }
  .pwr-poorimpresson p {
    font-size: 20px;
  }
  .pwr-poorimpresson ul {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 18px;
  }
  .pwr-poorimpresson li span {
    font-size: 24px;
    line-height: 32px;
  }
  .pwrbudget h2 {
    font-size: 28px;
  }
  .pwrbudget p {
    font-size: 20px;
  }
  .pwrbudget .pwr-budgetright img {
    width: 250px;
  }
  .pwr-mny-kws .pwr-kws-left img {
    width: 250px;
  }
  .pwr-mny-kws h2 {
    font-size: 28px;
  }
  .pwr-mny-kws p {
    font-size: 20px;
  }
  .pwr-qualityscor h2 {
    font-size: 28px;
  }
  .pwr-qualityscor .pwr-qualityscorright img {
    width: 200px;
  }
  .pwr-broadgeo .pwrgeioleft img {
    width: 250px;
  }
  .pwr-broadgeo h2 {
    font-size: 28px;
  }
  .pwr-broadgeo p {
    font-size: 20px;
  }
  .pwrhighcodtkws h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .pwrhighcodtkws {
    padding: 9px 0px 30px 0px;
  }
  .pwrhighcodtkws .pwrhighkwsright img {
    width: 250px;
  }
  .pwravarage .pwr-avrgleft img {
    width: 250px;
  }
  .pwravarage h2 {
    font-size: 28px;
  }
  .pwravarage p {
    font-size: 20px;
  }
  .pwrslow-landing h2 {
    font-size: 28px;
  }
  .pwrslow-landing p {
    font-size: 20px;
  }
  .pwrslow-landing .pwrsloarrow-down img {
    width: 250px;
  }
  .pwrslow-landing .pwrsloarrow-right img {
    width: 280px;
  }
  .pwr-trackingissue h2 {
    font-size: 28px;
  }
  .pwr-trackingissue h2 {
    margin: 0 0px 20px 0px;
  }
  .pwrpoorpath .pwrpoorpathleft img {
    width: 217px;
  }
  .pwrpoorpath h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .pwrpoorpath p {
    font-size: 20px;
  }
  .pwr-trackingissue .pwr-trkleft img {
    left: 0;
  }
}

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?63842740");
  src: url("../font/fontello.eot?63842740#iefix") format("embedded-opentype"), url("../font/fontello.woff2?63842740") format("woff2"), url("../font/fontello.woff?63842740") format("woff"), url("../font/fontello.ttf?63842740") format("truetype"), url("../font/fontello.svg?63842740#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?63842740#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-twitter:before {
  content: '\f099';
}

/* '' */
.icon-gplus:before {
  content: '\f0d5';
}

/* '' */
* {
  box-sizing: border-box;
}
.sm-container.full-sm-container{
    width: 100%;
}
.spa-h3{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    line-height: 0px;
    font-size: 23px;
    font-weight: 400;
    margin: 20px;
}
@media (max-width: 767px){
.spa-h3 {
    line-height: 22px;
}
}




#wistia-s9xn1ce3kp-1_popover_overlay{z-index: 9 !important;}
#getinform .form-popcont {padding: 10px!important;  }
        .have-us-call-you-wrap .content-head-wrap { display: none; }

        .getpop {
    position: fixed;
    bottom: 45px;
    right: 0px;
    z-index: 999;
}
.content-head-wrap {
    background: #FFF;
    border: 1px solid #75b918;
    border-radius: 3px;}
    .have-us-call-head {
    background: #75b918;
    height: 41px;
    float: left;
    width: 100%;
    cursor: pointer;
    border-radius: 0;
}

.have-us-call-head .s-pan-h2 {
    background: url(https://www.techwyse.com/wp-content/themes/techwyse/images/have-us-call-icon.png) no-repeat right center;
    color: #FFF;
    font-family: Roboto, sans-serif;
    margin: 7px 17px;
    font-weight: 300;
    padding: 0 33px 0 0;
    font-size: 25px;
}
.have-us-call-head .s-pan-h2 a, .have-us-call-head .s-pan-h2 a:hover { cursor: pointer; color: #fff!important; }

#getinform .modal-dialog {
    margin: 15px auto!important;
    top: 0%;}


@media (max-width: 1024px){
    .have-us-call-head, .spa-h3 { display: none; }
}
.captcha-holder #recaptcha102{
    transform: scale(.75);
    transform-origin: left;
}
.ftr-strp .input-holder.captcha-holder{
    margin-bottom: 20px;
}
.ftr-strp{
    padding-bottom: 20px;
}
.captcha-holder span.error{
    right: auto!important;
    top: 0px!important;
    left: inherit!important;
}
#news_letter .wait-contactform-news1{
    float: left;
}
#news_letter .pls-wait-img-contact{
    float: left;
}
#news_letter .pls-wait-text-contact{
    display: inline;
}
#news_popup1 #recaptcha103{
    transform: scale(.80);
    width: 300px;
    margin: 0 auto;
}
#dialog.window.pop-top-spc{
    top: 100px!important;
}
#dialog.window.pop-top-spc .captcha-holder-pop span.error{
    right: 40%;
}
#dialog.window.pop-top-spc #wait-contactform-news2{
    width: 120px;
    margin: 0 auto;
}
#dialog.window.pop-top-spc .pls-wait-img-contact{
    float: left;
}
@media (max-width: 991px){
    .ftr-strp .frm-section input[type="radio"]{
        margin-bottom: 5px;
    }
}
.disable-single-pop{
    display: none;
}
table.table{
	display:block;
	margin-bottom:20px;
}
table.table th,table.table td {
  border: 1px solid #000;
  padding: 15px;
}
tr.heading-row{
	font-size:16px;
}
table.table ul{
	padding:0;
}
.sm-container ul li h3,.sm-container ol li h3,.sm-container ul li h2,.sm-container ol li h2,.sm-container ul li h4,.sm-container ol li h4{
	padding-bottom:8px!important;
}
.ul-padding-no{
	padding:0!important;
}
.ul-padding-no h3{
	font-size:18px;
}
@media (max-width:991px){
   .res-header-none .button-rqst{
       display: none;
   }
}