.fillAllImg {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important
}

.fillImg {
    background-position: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important
}

.fillImg .conteudo {
    z-index: 3;
    position: relative
}

.centerImg {
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat
}

.topImg {
    background-position: top center;
    background-repeat: no-repeat
}

.bottomImg {
    background-position: bottom center;
    background-repeat: no-repeat
}

.translate3d {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.text-white {
    color: #fff !important
}

.text-dark-green {
    color: #678b52
}

.relative {
    position: relative
}

.text-glow {
    text-shadow: 0 0 15px #fff
}

.text-shadow {
    text-shadow: 0 0 15px #000
}

.text-shadow2 {
    text-shadow: 0 0 40px #333
}

.text-big {
    font-size: 38pt
}

.section-number {
    font-size: 16pt
}

.shadow-bottom {
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.35)
}

.shadow-soft-bottom {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.shadow-bottom-suave {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

.bold {
    font-weight: bolder
}

.light {
    font-weight: lighter
}

.hr {
    border-top: 1px dotted #fff
}

.uppercase {
    text-transform: uppercase
}

.fullscreen {
    height: 100vh;
    min-height: 600px
}

.resumo {
    word-wrap: break-word;
    overflow: hidden !important;
    text-overflow: ellipsis;
    height: 3em
}

.resumoDots {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis
}

.resumoLine {
    white-space: nowrap;
    overflow: hidden !important;
    position: relative
}

.resumoLine:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 4%, rgba(255, 255, 255, 0) 90%, #fff 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 4%, rgba(255, 255, 255, 0) 90%, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 4%, rgba(255, 255, 255, 0) 90%, #fff 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1)}

.label-default {
    background-color: #bdc3c7
}

.bg-white {
    background-color: white
}

.bg-primary {
    background-color: #0078d5
}

.bg-red {
    background-color: red
}

.bg-primary {
    background-color: #3eb000
}

.bg-dark {
    background-color: #1a1a1a
}

.bg-secondary {
    background-color: #48cc00
}

.text-primary {
    color: #0078d5
}

.text-secondary {
    color: #48cc00
}

.text-terciary {
    color: #ffec16
}

.text-dark {
    color: #1a1a1a
}

.b-primary {
    border-color: #0078d5 !important
}

.b-secondary {
    border-color: #48cc00 !important
}

.z-1 {
    z-index: 1
}

.z-2 {
    z-index: 2
}

.z-3 {
    z-index: 3
}

.z-4 {
    z-index: 4
}

.z-5 {
    z-index: 5
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: none
}

a {
    color: #0078d5
}

a:hover,
a:focus,
a:active,
a.active {
    color: #005ba2
}

a.s2 {
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a.s2:hover,
a.s2:hover p,
a.s2:hover h3,
a.s2:hover h2,
a.s2:hover h4,
a.s2:hover h5,
a.s2:hover .img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
    color: white !important;
    border-color: #3eb000 !important
}

a.s2.box {
    text-decoration: none;
    display: block;
    padding: 5px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

a.s2.box:hover {
    background-color: #3eb000;
    padding-left: 10px;
    color: white
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0
}

.medium-gutter>[class*='col-'] {
    padding-right: 10px;
    padding-left: 10px
}

.min-gutter>[class*='col-'] {
    padding-right: 5px;
    padding-left: 5px
}

.large-gutter>[class*='col-'] {
    padding-right: 25px;
    padding-left: 25px
}

.destaque .txt {
    border-bottom: 0 solid #0078d5
}

.bottom-divider-w {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 150px;
    margin: -60px 0 -60px 0;
    background: transparent url('../img/ui/bottom-divider.png') no-repeat center center;
    background-size: 100% 100%
}

.bottom-divider-y {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 150px;
    margin: -60px 0 -60px 0;
    background: transparent url('../img/ui/bottom-divider-y.png') no-repeat center center;
    background-size: 100% 100%
}

.bottom-divider-grey {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 150px;
    margin: -60px 0 -60px 0;
    background: transparent url('../img/ui/bottom-divider-grey.png') no-repeat center center;
    background-size: 100% 100%
}

.bottom-divider-azul {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 150px;
    margin: -60px 0 -60px 0;
    background: transparent url('../img/ui/bottom-divider-azul.png') no-repeat center center;
    background-size: 100% 100%
}

.bottom-divider-orange {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 150px;
    margin: -60px 0 -60px 0;
    background: transparent url('../img/ui/bottom-divider-orange.png') no-repeat center center;
    background-size: 100% 100%
}

.bottom-divider-dark {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 150px;
    margin: -60px 0 -60px 0;
    background: transparent url('../img/ui/bottom-divider-dark.png') no-repeat center center;
    background-size: 100% 100%
}

.alignBottom {
    position: absolute;
    bottom: 0;
    width: 100%
}

.alignMiddle {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.animated {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-transparent-w {
    color: white;
    background-color: transparent;
    border-color: white;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid white;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-transparent-w:hover,
.btn-transparent-w:focus,
.btn-transparent-w.focus,
.btn-transparent-w:active,
.btn-transparent-w.active,
.open>.dropdown-toggle.btn-transparent-w {
    color: white;
    background-color: #0078d5;
    border-color: #ededed
}

.btn-transparent-w:active,
.btn-transparent-w.active,
.open>.dropdown-toggle.btn-transparent-w {
    background-image: none
}

.btn-transparent-w.disabled,
.btn-transparent-w[disabled],
fieldset[disabled] .btn-transparent-w,
.btn-transparent-w.disabled:hover,
.btn-transparent-w[disabled]:hover,
fieldset[disabled] .btn-transparent-w:hover,
.btn-transparent-w.disabled:focus,
.btn-transparent-w[disabled]:focus,
fieldset[disabled] .btn-transparent-w:focus,
.btn-transparent-w.disabled.focus,
.btn-transparent-w[disabled].focus,
fieldset[disabled] .btn-transparent-w.focus,
.btn-transparent-w.disabled:active,
.btn-transparent-w[disabled]:active,
fieldset[disabled] .btn-transparent-w:active,
.btn-transparent-w.disabled.active,
.btn-transparent-w[disabled].active,
fieldset[disabled] .btn-transparent-w.active {
    background-color: transparent;
    border-color: white
}

.btn-transparent-w .badge {
    color: transparent;
    background-color: white
}

.btn-transparent-b {
    color: #0078d5;
    background-color: transparent;
    border-color: #0078d5;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #0078d5;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-transparent-b:hover,
.btn-transparent-b:focus,
.btn-transparent-b.focus,
.btn-transparent-b:active,
.btn-transparent-b.active,
.open>.dropdown-toggle.btn-transparent-b {
    color: white;
    background-color: #0078d5;
    border-color: #f7f7f7 !important
}

.btn-transparent-b:active,
.btn-transparent-b.active,
.open>.dropdown-toggle.btn-transparent-b {
    background-image: none
}

.btn-transparent-b.disabled,
.btn-transparent-b[disabled],
fieldset[disabled] .btn-transparent-b,
.btn-transparent-b.disabled:hover,
.btn-transparent-b[disabled]:hover,
fieldset[disabled] .btn-transparent-b:hover,
.btn-transparent-b.disabled:focus,
.btn-transparent-b[disabled]:focus,
fieldset[disabled] .btn-transparent-b:focus,
.btn-transparent-b.disabled.focus,
.btn-transparent-b[disabled].focus,
fieldset[disabled] .btn-transparent-b.focus,
.btn-transparent-b.disabled:active,
.btn-transparent-b[disabled]:active,
fieldset[disabled] .btn-transparent-b:active,
.btn-transparent-b.disabled.active,
.btn-transparent-b[disabled].active,
fieldset[disabled] .btn-transparent-b.active {
    background-color: transparent;
    border-color: #0078d5
}

.btn-transparent-b .badge {
    color: transparent;
    background-color: #0078d5
}

.btn-primary {
    color: white;
    background-color: #0078d5;
    border-color: #0078d5;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #0078d5;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: white;
    background-color: #48cc00;
    border-color: #43bd00 !important
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #0078d5;
    border-color: #0078d5
}

.btn-primary .badge {
    color: #0078d5;
    background-color: white
}

.btn-secondary {
    color: white;
    background-color: #48cc00;
    border-color: #48cc00;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #48cc00;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open>.dropdown-toggle.btn-secondary {
    color: white;
    background-color: #0078d5;
    border-color: #006fc6 !important
}

.btn-secondary:active,
.btn-secondary.active,
.open>.dropdown-toggle.btn-secondary {
    background-image: none
}

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
    background-color: #48cc00;
    border-color: #48cc00
}

.btn-secondary .badge {
    color: #48cc00;
    background-color: white
}

.btn-white {
    color: #0078d5;
    background-color: white;
    border-color: #dfdfdf;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #dfdfdf;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border-width: 2px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    white-space: normal
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open>.dropdown-toggle.btn-white {
    color: #0078d5;
    background-color: white;
    border-color: #43bd00 !important
}

.btn-white:active,
.btn-white.active,
.open>.dropdown-toggle.btn-white {
    background-image: none
}

.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
    background-color: white;
    border-color: #dfdfdf
}

.btn-white .badge {
    color: white;
    background-color: #0078d5
}

.btn-assistir {
    color: white;
    background-color: #48cc00;
    border-color: #0078d5;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #0078d5;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-assistir:hover,
.btn-assistir:focus,
.btn-assistir.focus,
.btn-assistir:active,
.btn-assistir.active,
.open>.dropdown-toggle.btn-assistir {
    color: #0078d5;
    background-color: #ffec16;
    border-color: #ffeb07 !important
}

.btn-assistir:active,
.btn-assistir.active,
.open>.dropdown-toggle.btn-assistir {
    background-image: none
}

.btn-assistir.disabled,
.btn-assistir[disabled],
fieldset[disabled] .btn-assistir,
.btn-assistir.disabled:hover,
.btn-assistir[disabled]:hover,
fieldset[disabled] .btn-assistir:hover,
.btn-assistir.disabled:focus,
.btn-assistir[disabled]:focus,
fieldset[disabled] .btn-assistir:focus,
.btn-assistir.disabled.focus,
.btn-assistir[disabled].focus,
fieldset[disabled] .btn-assistir.focus,
.btn-assistir.disabled:active,
.btn-assistir[disabled]:active,
fieldset[disabled] .btn-assistir:active,
.btn-assistir.disabled.active,
.btn-assistir[disabled].active,
fieldset[disabled] .btn-assistir.active {
    background-color: #48cc00;
    border-color: #0078d5
}

.btn-assistir .badge {
    color: #48cc00;
    background-color: white
}

.side-image {
    padding: 0;
    position: relative
}

.side-image .image-container {
    overflow: hidden;
    position: absolute;
    height: 100%;
    padding: 0;
    top: 0
}

.side-image .image-container.pull-right {
    right: 0
}

.side-image .content {
    padding-top: 80px;
    padding-bottom: 80px
}

.side-image h1 {
    margin-bottom: 20px
}

.side-image.text-heavy h1 {
    margin-bottom: 32px
}

.side-image.text-heavy p.lead {
    margin-bottom: 40px
}

.side-image.text-heavy .feature {
    margin-top: 64px
}

.side-image.text-heavy .feature h5 {
    margin-bottom: 40px
}

.background-image-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #222;
    background-size: cover !important;
    background-position: 50% 50% !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: 0
}

.background-image-holder img {
    display: none
}

.background-multiply .background-image-holder {
    background-color: #972f55 !important;
    background-blend-mode: multiply
}

.background-image-holder.fadeIn {
    opacity: 1
}

.parallax>.background-image-holder,
.parallax .slides li>.background-image-holder {
    height: 100vh;
    transition: all 0s ease !important;
    transition: opacity .3s ease !important;
    -webkit-transform-style: preserve-3d
}

.parallax:first-child .slides li>.background-image-holder,
.parallax:first-child .background-image-holder {
    top: 0
}

.main-container>a:first-child+.parallax .background-image-holder {
    top: 0
}

@media all and (max-width:767px) {
    .parallax>.background-image-holder,
    .parallax .slides li>.background-image-holder {
        top: 0 !important;
        transform: none !important;
        -webkit-transform: none !important
    }
}

.v-align-children-column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column
}

.disable-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

.spacing-bottom {
    margin-bottom: 30px
}

.inherit-size {
    width: inherit;
    height: inherit
}

.inherit-height {
    height: inherit
}

.v-align-bottom {
    vertical-align: bottom;
    display: table-cell
}

.v-align-top {
    vertical-align: top;
    display: table-cell
}

.v-align-middle {
    vertical-align: middle;
    display: table-cell
}

.h-align-middle {
    margin-left: auto;
    margin-right: auto;
    display: table
}

.padding-5 {
    padding: 5px
}

.padding-5 {
    padding: 5px
}

.padding-10 {
    padding: 10px
}

.padding-15 {
    padding: 15px
}

.padding-20 {
    padding: 20px
}

.padding-25 {
    padding: 25px
}

.padding-30 {
    padding: 30px
}

.padding-35 {
    padding: 35px
}

.padding-40 {
    padding: 40px
}

.padding-45 {
    padding: 45px
}

.padding-50 {
    padding: 50px
}

.padding-55 {
    padding: 55px
}

.padding-60 {
    padding: 60px
}

.padding-65 {
    padding: 65px
}

.padding-70 {
    padding: 70px
}

.padding-75 {
    padding: 75px
}

.padding-80 {
    padding: 80px
}

.padding-85 {
    padding: 85px
}

.padding-90 {
    padding: 90px
}

.padding-95 {
    padding: 95px
}

.padding-100 {
    padding: 100px
}

.p-t-5 {
    padding-top: 5px
}

.p-r-5 {
    padding-right: 5px
}

.p-l-5 {
    padding-left: 5px
}

.p-b-5 {
    padding-bottom: 5px
}

@media (max-width:767px) {
    .p-t-5 {
        padding-top: 2.5px
    }
    .p-r-5 {
        padding-right: 2.5px
    }
    .p-l-5 {
        padding-left: 2.5px
    }
    .p-b-5 {
        padding-bottom: 2.5px
    }
}

.p-t-10 {
    padding-top: 10px
}

.p-r-10 {
    padding-right: 10px
}

.p-l-10 {
    padding-left: 10px
}

.p-b-10 {
    padding-bottom: 10px
}

@media (max-width:767px) {
    .p-t-10 {
        padding-top: 5px
    }
    .p-r-10 {
        padding-right: 5px
    }
    .p-l-10 {
        padding-left: 5px
    }
    .p-b-10 {
        padding-bottom: 5px
    }
}

.p-t-15 {
    padding-top: 15px
}

.p-r-15 {
    padding-right: 15px
}

.p-l-15 {
    padding-left: 15px
}

.p-b-15 {
    padding-bottom: 15px
}

@media (max-width:767px) {
    .p-t-15 {
        padding-top: 7.5px
    }
    .p-r-15 {
        padding-right: 7.5px
    }
    .p-l-15 {
        padding-left: 7.5px
    }
    .p-b-15 {
        padding-bottom: 7.5px
    }
}

.p-t-20 {
    padding-top: 20px
}

.p-r-20 {
    padding-right: 20px
}

.p-l-20 {
    padding-left: 20px
}

.p-b-20 {
    padding-bottom: 20px
}

@media (max-width:767px) {
    .p-t-20 {
        padding-top: 10px
    }
    .p-r-20 {
        padding-right: 10px
    }
    .p-l-20 {
        padding-left: 10px
    }
    .p-b-20 {
        padding-bottom: 10px
    }
}

.p-t-25 {
    padding-top: 25px
}

.p-r-25 {
    padding-right: 25px
}

.p-l-25 {
    padding-left: 25px
}

.p-b-25 {
    padding-bottom: 25px
}

@media (max-width:767px) {
    .p-t-25 {
        padding-top: 12.5px
    }
    .p-r-25 {
        padding-right: 12.5px
    }
    .p-l-25 {
        padding-left: 12.5px
    }
    .p-b-25 {
        padding-bottom: 12.5px
    }
}

.p-t-30 {
    padding-top: 30px
}

.p-r-30 {
    padding-right: 30px
}

.p-l-30 {
    padding-left: 30px
}

.p-b-30 {
    padding-bottom: 30px
}

@media (max-width:767px) {
    .p-t-30 {
        padding-top: 15px
    }
    .p-r-30 {
        padding-right: 15px
    }
    .p-l-30 {
        padding-left: 15px
    }
    .p-b-30 {
        padding-bottom: 15px
    }
}

.p-t-35 {
    padding-top: 35px
}

.p-r-35 {
    padding-right: 35px
}

.p-l-35 {
    padding-left: 35px
}

.p-b-35 {
    padding-bottom: 35px
}

@media (max-width:767px) {
    .p-t-35 {
        padding-top: 17.5px
    }
    .p-r-35 {
        padding-right: 17.5px
    }
    .p-l-35 {
        padding-left: 17.5px
    }
    .p-b-35 {
        padding-bottom: 17.5px
    }
}

.p-t-40 {
    padding-top: 40px
}

.p-r-40 {
    padding-right: 40px
}

.p-l-40 {
    padding-left: 40px
}

.p-b-40 {
    padding-bottom: 40px
}

@media (max-width:767px) {
    .p-t-40 {
        padding-top: 20px
    }
    .p-r-40 {
        padding-right: 20px
    }
    .p-l-40 {
        padding-left: 20px
    }
    .p-b-40 {
        padding-bottom: 20px
    }
}

.p-t-45 {
    padding-top: 45px
}

.p-r-45 {
    padding-right: 45px
}

.p-l-45 {
    padding-left: 45px
}

.p-b-45 {
    padding-bottom: 45px
}

@media (max-width:767px) {
    .p-t-45 {
        padding-top: 22.5px
    }
    .p-r-45 {
        padding-right: 22.5px
    }
    .p-l-45 {
        padding-left: 22.5px
    }
    .p-b-45 {
        padding-bottom: 22.5px
    }
}

.p-t-50 {
    padding-top: 50px
}

.p-r-50 {
    padding-right: 50px
}

.p-l-50 {
    padding-left: 50px
}

.p-b-50 {
    padding-bottom: 50px
}

@media (max-width:767px) {
    .p-t-50 {
        padding-top: 25px
    }
    .p-r-50 {
        padding-right: 25px
    }
    .p-l-50 {
        padding-left: 25px
    }
    .p-b-50 {
        padding-bottom: 25px
    }
}

.p-t-55 {
    padding-top: 55px
}

.p-r-55 {
    padding-right: 55px
}

.p-l-55 {
    padding-left: 55px
}

.p-b-55 {
    padding-bottom: 55px
}

@media (max-width:767px) {
    .p-t-55 {
        padding-top: 27.5px
    }
    .p-r-55 {
        padding-right: 27.5px
    }
    .p-l-55 {
        padding-left: 27.5px
    }
    .p-b-55 {
        padding-bottom: 27.5px
    }
}

.p-t-60 {
    padding-top: 60px
}

.p-r-60 {
    padding-right: 60px
}

.p-l-60 {
    padding-left: 60px
}

.p-b-60 {
    padding-bottom: 60px
}

@media (max-width:767px) {
    .p-t-60 {
        padding-top: 30px
    }
    .p-r-60 {
        padding-right: 30px
    }
    .p-l-60 {
        padding-left: 30px
    }
    .p-b-60 {
        padding-bottom: 30px
    }
}

.p-t-65 {
    padding-top: 65px
}

.p-r-65 {
    padding-right: 65px
}

.p-l-65 {
    padding-left: 65px
}

.p-b-65 {
    padding-bottom: 65px
}

@media (max-width:767px) {
    .p-t-65 {
        padding-top: 32.5px
    }
    .p-r-65 {
        padding-right: 32.5px
    }
    .p-l-65 {
        padding-left: 32.5px
    }
    .p-b-65 {
        padding-bottom: 32.5px
    }
}

.p-t-70 {
    padding-top: 70px
}

.p-r-70 {
    padding-right: 70px
}

.p-l-70 {
    padding-left: 70px
}

.p-b-70 {
    padding-bottom: 70px
}

@media (max-width:767px) {
    .p-t-70 {
        padding-top: 35px
    }
    .p-r-70 {
        padding-right: 35px
    }
    .p-l-70 {
        padding-left: 35px
    }
    .p-b-70 {
        padding-bottom: 35px
    }
}

.p-t-75 {
    padding-top: 75px
}

.p-r-75 {
    padding-right: 75px
}

.p-l-75 {
    padding-left: 75px
}

.p-b-75 {
    padding-bottom: 75px
}

@media (max-width:767px) {
    .p-t-75 {
        padding-top: 37.5px
    }
    .p-r-75 {
        padding-right: 37.5px
    }
    .p-l-75 {
        padding-left: 37.5px
    }
    .p-b-75 {
        padding-bottom: 37.5px
    }
}

.pad-t-80 {
    padding-top: 80px
}

.p-t-80 {
    padding-top: 80px
}

.p-r-80 {
    padding-right: 80px
}

.p-l-80 {
    padding-left: 80px
}

.p-b-80 {
    padding-bottom: 80px
}

@media (max-width:767px) {
    .p-t-80 {
        padding-top: 40px
    }
    .p-r-80 {
        padding-right: 40px
    }
    .p-l-80 {
        padding-left: 40px
    }
    .p-b-80 {
        padding-bottom: 40px
    }
}

.p-t-85 {
    padding-top: 85px
}

.p-r-85 {
    padding-right: 85px
}

.p-l-85 {
    padding-left: 85px
}

.p-b-85 {
    padding-bottom: 85px
}

@media (max-width:767px) {
    .p-t-85 {
        padding-top: 42.5px
    }
    .p-r-85 {
        padding-right: 42.5px
    }
    .p-l-85 {
        padding-left: 42.5px
    }
    .p-b-85 {
        padding-bottom: 42.5px
    }
}

.p-t-90 {
    padding-top: 90px
}

.p-r-90 {
    padding-right: 90px
}

.p-l-90 {
    padding-left: 90px
}

.p-b-90 {
    padding-bottom: 90px
}

@media (max-width:767px) {
    .p-t-90 {
        padding-top: 45px
    }
    .p-r-90 {
        padding-right: 45px
    }
    .p-l-90 {
        padding-left: 45px
    }
    .p-b-90 {
        padding-bottom: 45px
    }
}

.p-t-95 {
    padding-top: 95px
}

.p-r-95 {
    padding-right: 95px
}

.p-l-95 {
    padding-left: 95px
}

.p-b-95 {
    padding-bottom: 95px
}

@media (max-width:767px) {
    .p-t-95 {
        padding-top: 47.5px
    }
    .p-r-95 {
        padding-right: 47.5px
    }
    .p-l-95 {
        padding-left: 47.5px
    }
    .p-b-95 {
        padding-bottom: 47.5px
    }
}

.p-t-100 {
    padding-top: 100px
}

.p-r-100 {
    padding-right: 100px
}

.p-l-100 {
    padding-left: 100px
}

.p-b-100 {
    padding-bottom: 100px
}

@media (max-width:767px) {
    .p-t-100 {
        padding-top: 50px
    }
    .p-r-100 {
        padding-right: 50px
    }
    .p-l-100 {
        padding-left: 50px
    }
    .p-b-100 {
        padding-bottom: 50px
    }
}

.p-t-105 {
    padding-top: 105px
}

.p-r-105 {
    padding-right: 105px
}

.p-l-105 {
    padding-left: 105px
}

.p-b-105 {
    padding-bottom: 105px
}

@media (max-width:767px) {
    .p-t-105 {
        padding-top: 52.5px
    }
    .p-r-105 {
        padding-right: 52.5px
    }
    .p-l-105 {
        padding-left: 52.5px
    }
    .p-b-105 {
        padding-bottom: 52.5px
    }
}

.p-t-110 {
    padding-top: 110px
}

.p-r-110 {
    padding-right: 110px
}

.p-l-110 {
    padding-left: 110px
}

.p-b-110 {
    padding-bottom: 110px
}

@media (max-width:767px) {
    .p-t-110 {
        padding-top: 55px
    }
    .p-r-110 {
        padding-right: 55px
    }
    .p-l-110 {
        padding-left: 55px
    }
    .p-b-110 {
        padding-bottom: 55px
    }
}

.p-t-115 {
    padding-top: 115px
}

.p-r-115 {
    padding-right: 115px
}

.p-l-115 {
    padding-left: 115px
}

.p-b-115 {
    padding-bottom: 115px
}

@media (max-width:767px) {
    .p-t-115 {
        padding-top: 57.5px
    }
    .p-r-115 {
        padding-right: 57.5px
    }
    .p-l-115 {
        padding-left: 57.5px
    }
    .p-b-115 {
        padding-bottom: 57.5px
    }
}

.p-t-120 {
    padding-top: 120px
}

.p-r-120 {
    padding-right: 120px
}

.p-l-120 {
    padding-left: 120px
}

.p-b-120 {
    padding-bottom: 120px
}

@media (max-width:767px) {
    .p-t-120 {
        padding-top: 60px
    }
    .p-r-120 {
        padding-right: 60px
    }
    .p-l-120 {
        padding-left: 60px
    }
    .p-b-120 {
        padding-bottom: 60px
    }
}

.p-t-125 {
    padding-top: 125px
}

.p-r-125 {
    padding-right: 125px
}

.p-l-125 {
    padding-left: 125px
}

.p-b-125 {
    padding-bottom: 125px
}

@media (max-width:767px) {
    .p-t-125 {
        padding-top: 62.5px
    }
    .p-r-125 {
        padding-right: 62.5px
    }
    .p-l-125 {
        padding-left: 62.5px
    }
    .p-b-125 {
        padding-bottom: 62.5px
    }
}

.p-t-130 {
    padding-top: 130px
}

.p-r-130 {
    padding-right: 130px
}

.p-l-130 {
    padding-left: 130px
}

.p-b-130 {
    padding-bottom: 130px
}

@media (max-width:767px) {
    .p-t-130 {
        padding-top: 65px
    }
    .p-r-130 {
        padding-right: 65px
    }
    .p-l-130 {
        padding-left: 65px
    }
    .p-b-130 {
        padding-bottom: 65px
    }
}

.p-t-135 {
    padding-top: 135px
}

.p-r-135 {
    padding-right: 135px
}

.p-l-135 {
    padding-left: 135px
}

.p-b-135 {
    padding-bottom: 135px
}

@media (max-width:767px) {
    .p-t-135 {
        padding-top: 67.5px
    }
    .p-r-135 {
        padding-right: 67.5px
    }
    .p-l-135 {
        padding-left: 67.5px
    }
    .p-b-135 {
        padding-bottom: 67.5px
    }
}

.p-t-140 {
    padding-top: 140px
}

.p-r-140 {
    padding-right: 140px
}

.p-l-140 {
    padding-left: 140px
}

.p-b-140 {
    padding-bottom: 140px
}

@media (max-width:767px) {
    .p-t-140 {
        padding-top: 70px
    }
    .p-r-140 {
        padding-right: 70px
    }
    .p-l-140 {
        padding-left: 70px
    }
    .p-b-140 {
        padding-bottom: 70px
    }
}

.p-t-145 {
    padding-top: 145px
}

.p-r-145 {
    padding-right: 145px
}

.p-l-145 {
    padding-left: 145px
}

.p-b-145 {
    padding-bottom: 145px
}

@media (max-width:767px) {
    .p-t-145 {
        padding-top: 72.5px
    }
    .p-r-145 {
        padding-right: 72.5px
    }
    .p-l-145 {
        padding-left: 72.5px
    }
    .p-b-145 {
        padding-bottom: 72.5px
    }
}

.p-t-150 {
    padding-top: 150px
}

.p-r-150 {
    padding-right: 150px
}

.p-l-150 {
    padding-left: 150px
}

.p-b-150 {
    padding-bottom: 150px
}

@media (max-width:767px) {
    .p-t-150 {
        padding-top: 75px
    }
    .p-r-150 {
        padding-right: 75px
    }
    .p-l-150 {
        padding-left: 75px
    }
    .p-b-150 {
        padding-bottom: 75px
    }
}

.b-1 {
    border: 1px solid #f9f9f9
}

.b-t-1 {
    border-top: 1px solid #f9f9f9
}

.b-r-1 {
    border-right: 1px solid #f9f9f9
}

.b-l-1 {
    border-left: 1px solid #f9f9f9
}

.b-b-1 {
    border-bottom: 1px solid #f9f9f9
}

.b-2 {
    border: 2px solid #f9f9f9
}

.b-t-2 {
    border-top: 2px solid #f9f9f9
}

.b-r-2 {
    border-right: 2px solid #f9f9f9
}

.b-l-2 {
    border-left: 2px solid #f9f9f9
}

.b-b-2 {
    border-bottom: 2px solid #f9f9f9
}

.b-3 {
    border: 3px solid #f9f9f9
}

.b-t-3 {
    border-top: 3px solid #f9f9f9
}

.b-r-3 {
    border-right: 3px solid #f9f9f9
}

.b-l-3 {
    border-left: 3px solid #f9f9f9
}

.b-b-3 {
    border-bottom: 3px solid #f9f9f9
}

.b-4 {
    border: 4px solid #f9f9f9
}

.b-t-4 {
    border-top: 4px solid #f9f9f9
}

.b-r-4 {
    border-right: 4px solid #f9f9f9
}

.b-l-4 {
    border-left: 4px solid #f9f9f9
}

.b-b-4 {
    border-bottom: 4px solid #f9f9f9
}

.b-5 {
    border: 5px solid #f9f9f9
}

.b-t-5 {
    border-top: 5px solid #f9f9f9
}

.b-r-5 {
    border-right: 5px solid #f9f9f9
}

.b-l-5 {
    border-left: 5px solid #f9f9f9
}

.b-b-5 {
    border-bottom: 5px solid #f9f9f9
}

.b-6 {
    border: 6px solid #f9f9f9
}

.b-t-6 {
    border-top: 6px solid #f9f9f9
}

.b-r-6 {
    border-right: 6px solid #f9f9f9
}

.b-l-6 {
    border-left: 6px solid #f9f9f9
}

.b-b-6 {
    border-bottom: 6px solid #f9f9f9
}

.b-7 {
    border: 7px solid #f9f9f9
}

.b-t-7 {
    border-top: 7px solid #f9f9f9
}

.b-r-7 {
    border-right: 7px solid #f9f9f9
}

.b-l-7 {
    border-left: 7px solid #f9f9f9
}

.b-b-7 {
    border-bottom: 7px solid #f9f9f9
}

.b-8 {
    border: 8px solid #f9f9f9
}

.b-t-8 {
    border-top: 8px solid #f9f9f9
}

.b-r-8 {
    border-right: 8px solid #f9f9f9
}

.b-l-8 {
    border-left: 8px solid #f9f9f9
}

.b-b-8 {
    border-bottom: 8px solid #f9f9f9
}

.b-9 {
    border: 9px solid #f9f9f9
}

.b-t-9 {
    border-top: 9px solid #f9f9f9
}

.b-r-9 {
    border-right: 9px solid #f9f9f9
}

.b-l-9 {
    border-left: 9px solid #f9f9f9
}

.b-b-9 {
    border-bottom: 9px solid #f9f9f9
}

.b-10 {
    border: 10px solid #f9f9f9
}

.b-t-10 {
    border-top: 10px solid #f9f9f9
}

.b-r-10 {
    border-right: 10px solid #f9f9f9
}

.b-l-10 {
    border-left: 10px solid #f9f9f9
}

.b-b-10 {
    border-bottom: 10px solid #f9f9f9
}

.b-11 {
    border: 11px solid #f9f9f9
}

.b-t-11 {
    border-top: 11px solid #f9f9f9
}

.b-r-11 {
    border-right: 11px solid #f9f9f9
}

.b-l-11 {
    border-left: 11px solid #f9f9f9
}

.b-b-11 {
    border-bottom: 11px solid #f9f9f9
}

.b-12 {
    border: 12px solid #f9f9f9
}

.b-t-12 {
    border-top: 12px solid #f9f9f9
}

.b-r-12 {
    border-right: 12px solid #f9f9f9
}

.b-l-12 {
    border-left: 12px solid #f9f9f9
}

.b-b-12 {
    border-bottom: 12px solid #f9f9f9
}

.b-13 {
    border: 13px solid #f9f9f9
}

.b-t-13 {
    border-top: 13px solid #f9f9f9
}

.b-r-13 {
    border-right: 13px solid #f9f9f9
}

.b-l-13 {
    border-left: 13px solid #f9f9f9
}

.b-b-13 {
    border-bottom: 13px solid #f9f9f9
}

.b-14 {
    border: 14px solid #f9f9f9
}

.b-t-14 {
    border-top: 14px solid #f9f9f9
}

.b-r-14 {
    border-right: 14px solid #f9f9f9
}

.b-l-14 {
    border-left: 14px solid #f9f9f9
}

.b-b-14 {
    border-bottom: 14px solid #f9f9f9
}

.b-15 {
    border: 15px solid #f9f9f9
}

.b-t-15 {
    border-top: 15px solid #f9f9f9
}

.b-r-15 {
    border-right: 15px solid #f9f9f9
}

.b-l-15 {
    border-left: 15px solid #f9f9f9
}

.b-b-15 {
    border-bottom: 15px solid #f9f9f9
}

.b-16 {
    border: 16px solid #f9f9f9
}

.b-t-16 {
    border-top: 16px solid #f9f9f9
}

.b-r-16 {
    border-right: 16px solid #f9f9f9
}

.b-l-16 {
    border-left: 16px solid #f9f9f9
}

.b-b-16 {
    border-bottom: 16px solid #f9f9f9
}

.b-17 {
    border: 17px solid #f9f9f9
}

.b-t-17 {
    border-top: 17px solid #f9f9f9
}

.b-r-17 {
    border-right: 17px solid #f9f9f9
}

.b-l-17 {
    border-left: 17px solid #f9f9f9
}

.b-b-17 {
    border-bottom: 17px solid #f9f9f9
}

.b-18 {
    border: 18px solid #f9f9f9
}

.b-t-18 {
    border-top: 18px solid #f9f9f9
}

.b-r-18 {
    border-right: 18px solid #f9f9f9
}

.b-l-18 {
    border-left: 18px solid #f9f9f9
}

.b-b-18 {
    border-bottom: 18px solid #f9f9f9
}

.b-19 {
    border: 19px solid #f9f9f9
}

.b-t-19 {
    border-top: 19px solid #f9f9f9
}

.b-r-19 {
    border-right: 19px solid #f9f9f9
}

.b-l-19 {
    border-left: 19px solid #f9f9f9
}

.b-b-19 {
    border-bottom: 19px solid #f9f9f9
}

.b-20 {
    border: 20px solid #f9f9f9
}

.b-t-20 {
    border-top: 20px solid #f9f9f9
}

.b-r-20 {
    border-right: 20px solid #f9f9f9
}

.b-l-20 {
    border-left: 20px solid #f9f9f9
}

.b-b-20 {
    border-bottom: 20px solid #f9f9f9
}

.m-t-5 {
    margin-top: 5px
}

.m-r-5 {
    margin-right: 5px
}

.m-l-5 {
    margin-left: 5px
}

.m-b-5 {
    margin-bottom: 5px
}

.m-t-10 {
    margin-top: 10px
}

.m-r-10 {
    margin-right: 10px
}

.m-l-10 {
    margin-left: 10px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-t-15 {
    margin-top: 15px
}

.m-r-15 {
    margin-right: 15px
}

.m-l-15 {
    margin-left: 15px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-t-20 {
    margin-top: 20px
}

.m-r-20 {
    margin-right: 20px
}

.m-l-20 {
    margin-left: 20px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-t-25 {
    margin-top: 25px
}

.m-r-25 {
    margin-right: 25px
}

.m-l-25 {
    margin-left: 25px
}

.m-b-25 {
    margin-bottom: 25px
}

.m-t-30 {
    margin-top: 30px
}

.m-r-30 {
    margin-right: 30px
}

.m-l-30 {
    margin-left: 30px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-t-35 {
    margin-top: 35px
}

.m-r-35 {
    margin-right: 35px
}

.m-l-35 {
    margin-left: 35px
}

.m-b-35 {
    margin-bottom: 35px
}

.m-t-40 {
    margin-top: 40px
}

.m-r-40 {
    margin-right: 40px
}

.m-l-40 {
    margin-left: 40px
}

.m-b-40 {
    margin-bottom: 40px
}

.m-t-45 {
    margin-top: 45px
}

.m-r-45 {
    margin-right: 45px
}

.m-l-45 {
    margin-left: 45px
}

.m-b-45 {
    margin-bottom: 45px
}

.m-t-50 {
    margin-top: 50px
}

.m-r-50 {
    margin-right: 50px
}

.m-l-50 {
    margin-left: 50px
}

.m-b-50 {
    margin-bottom: 50px
}

.m-t-55 {
    margin-top: 55px
}

.m-r-55 {
    margin-right: 55px
}

.m-l-55 {
    margin-left: 55px
}

.m-b-55 {
    margin-bottom: 55px
}

.m-t-60 {
    margin-top: 60px
}

.m-r-60 {
    margin-right: 60px
}

.m-l-60 {
    margin-left: 60px
}

.m-b-60 {
    margin-bottom: 60px
}

.m-t-65 {
    margin-top: 65px
}

.m-r-65 {
    margin-right: 65px
}

.m-l-65 {
    margin-left: 65px
}

.m-b-65 {
    margin-bottom: 65px
}

.m-t-70 {
    margin-top: 70px
}

.m-r-70 {
    margin-right: 70px
}

.m-l-70 {
    margin-left: 70px
}

.m-b-70 {
    margin-bottom: 70px
}

.m-t-75 {
    margin-top: 75px
}

.m-r-75 {
    margin-right: 75px
}

.m-l-75 {
    margin-left: 75px
}

.m-b-75 {
    margin-bottom: 75px
}

.m-t-80 {
    margin-top: 80px
}

.m-r-80 {
    margin-right: 80px
}

.m-l-80 {
    margin-left: 80px
}

.m-b-80 {
    margin-bottom: 80px
}

.m-t-85 {
    margin-top: 85px
}

.m-r-85 {
    margin-right: 85px
}

.m-l-85 {
    margin-left: 85px
}

.m-b-85 {
    margin-bottom: 85px
}

.m-t-90 {
    margin-top: 90px
}

.m-r-90 {
    margin-right: 90px
}

.m-l-90 {
    margin-left: 90px
}

.m-b-90 {
    margin-bottom: 90px
}

.m-t-95 {
    margin-top: 95px
}

.m-r-95 {
    margin-right: 95px
}

.m-l-95 {
    margin-left: 95px
}

.m-b-95 {
    margin-bottom: 95px
}

.m-t-100 {
    margin-top: 100px
}

.m-r-100 {
    margin-right: 100px
}

.m-l-100 {
    margin-left: 100px
}

.m-b-100 {
    margin-bottom: 100px
}

.b-radius-1 {
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-1 {
    -webkit-border-top-right-radius: 1px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 1px;
    -moz-border-radius-topright: 1px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 1px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-1 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 1px;
    -moz-border-radius-bottomleft: 1px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-2 {
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-2 {
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-2 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-3 {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-3 {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-3 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-4 {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-4 {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-4 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-5 {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-5 {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-5 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-6 {
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-6 {
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-6 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-7 {
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-7 {
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-7 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-8 {
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-8 {
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-8 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-9 {
    -webkit-border-radius: 9px !important;
    -moz-border-radius: 9px !important;
    border-radius: 9px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-9 {
    -webkit-border-top-right-radius: 9px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 9px;
    -moz-border-radius-topright: 9px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 9px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 9px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-9 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 9px;
    -moz-border-radius-bottomleft: 9px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-10 {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-10 {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-10 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-11 {
    -webkit-border-radius: 11px !important;
    -moz-border-radius: 11px !important;
    border-radius: 11px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-11 {
    -webkit-border-top-right-radius: 11px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 11px;
    -moz-border-radius-topright: 11px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 11px;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 11px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-11 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 11px;
    -webkit-border-bottom-left-radius: 11px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;

    -moz-border-radius-bottomright: 11px;
    -moz-border-radius-bottomleft: 11px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-12 {
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-12 {
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 12px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-12 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-13 {
    -webkit-border-radius: 13px !important;
    -moz-border-radius: 13px !important;
    border-radius: 13px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-13 {
    -webkit-border-top-right-radius: 13px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 13px;
    -moz-border-radius-topright: 13px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 13px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 13px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-13 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 13px;
    -moz-border-radius-bottomleft: 13px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-14 {
    -webkit-border-radius: 14px !important;
    -moz-border-radius: 14px !important;
    border-radius: 14px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-14 {
    -webkit-border-top-right-radius: 14px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 14px;
    -moz-border-radius-topright: 14px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 14px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 14px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-14 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 14px;
    -webkit-border-bottom-left-radius: 14px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 14px;
    -moz-border-radius-bottomleft: 14px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-15 {
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-15 {
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 15px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-15 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-16 {
    -webkit-border-radius: 16px !important;
    -moz-border-radius: 16px !important;
    border-radius: 16px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-16 {
    -webkit-border-top-right-radius: 16px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 16px;
    -moz-border-radius-topright: 16px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 16px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-16 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 16px;
    -moz-border-radius-bottomleft: 16px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-17 {
    -webkit-border-radius: 17px !important;
    -moz-border-radius: 17px !important;
    border-radius: 17px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-17 {
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 17px;
    -moz-border-radius-topright: 17px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 17px;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 17px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-17 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 17px;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-18 {
    -webkit-border-radius: 18px !important;
    -moz-border-radius: 18px !important;
    border-radius: 18px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-18 {
    -webkit-border-top-right-radius: 18px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 18px;
    -moz-border-radius-topright: 18px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 18px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-18 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 18px;
    -moz-border-radius-bottomleft: 18px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-19 {
    -webkit-border-radius: 19px !important;
    -moz-border-radius: 19px !important;
    border-radius: 19px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-19 {
    -webkit-border-top-right-radius: 19px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 19px;
    -moz-border-radius-topright: 19px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 19px;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 19px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-19 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 19px;
    -webkit-border-bottom-left-radius: 19px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 19px;
    -moz-border-radius-bottomleft: 19px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 19px;
    border-bottom-left-radius: 19px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-20 {
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-20 {
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-20 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-21 {
    -webkit-border-radius: 21px !important;
    -moz-border-radius: 21px !important;
    border-radius: 21px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-21 {
    -webkit-border-top-right-radius: 21px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 21px;
    -moz-border-radius-topright: 21px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 21px;
    border-top-right-radius: 21px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 21px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-21 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 21px;
    -webkit-border-bottom-left-radius: 21px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 21px;
    -moz-border-radius-bottomleft: 21px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-22 {
    -webkit-border-radius: 22px !important;
    -moz-border-radius: 22px !important;
    border-radius: 22px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-22 {
    -webkit-border-top-right-radius: 22px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 22px;
    -moz-border-radius-topright: 22px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 22px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 22px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-22 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 22px;
    -webkit-border-bottom-left-radius: 22px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 22px;
    -moz-border-radius-bottomleft: 22px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-23 {
    -webkit-border-radius: 23px !important;
    -moz-border-radius: 23px !important;
    border-radius: 23px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-23 {
    -webkit-border-top-right-radius: 23px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 23px;
    -moz-border-radius-topright: 23px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 23px;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 23px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-23 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 23px;
    -webkit-border-bottom-left-radius: 23px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 23px;
    -moz-border-radius-bottomleft: 23px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-24 {
    -webkit-border-radius: 24px !important;
    -moz-border-radius: 24px !important;
    border-radius: 24px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-24 {
    -webkit-border-top-right-radius: 24px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 24px;
    -moz-border-radius-topright: 24px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 24px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-24 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 24px;
    -moz-border-radius-bottomleft: 24px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-25 {
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-25 {
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-25 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-26 {
    -webkit-border-radius: 26px !important;
    -moz-border-radius: 26px !important;
    border-radius: 26px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-26 {
    -webkit-border-top-right-radius: 26px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 26px;
    -moz-border-radius-topright: 26px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 26px;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 26px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-26 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 26px;
    -webkit-border-bottom-left-radius: 26px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 26px;
    -moz-border-radius-bottomleft: 26px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-27 {
    -webkit-border-radius: 27px !important;
    -moz-border-radius: 27px !important;
    border-radius: 27px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-27 {
    -webkit-border-top-right-radius: 27px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 27px;
    -moz-border-radius-topright: 27px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 27px;
    border-top-right-radius: 27px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 27px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-27 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 27px;
    -webkit-border-bottom-left-radius: 27px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 27px;
    -moz-border-radius-bottomleft: 27px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 27px;
    border-bottom-left-radius: 27px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-28 {
    -webkit-border-radius: 28px !important;
    -moz-border-radius: 28px !important;
    border-radius: 28px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-28 {
    -webkit-border-top-right-radius: 28px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 28px;
    -moz-border-radius-topright: 28px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 28px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-28 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 28px;
    -webkit-border-bottom-left-radius: 28px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 28px;
    -moz-border-radius-bottomleft: 28px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-29 {
    -webkit-border-radius: 29px !important;
    -moz-border-radius: 29px !important;
    border-radius: 29px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-29 {
    -webkit-border-top-right-radius: 29px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 29px;
    -moz-border-radius-topright: 29px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 29px;
    border-top-right-radius: 29px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 29px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-29 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 29px;
    -webkit-border-bottom-left-radius: 29px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 29px;
    -moz-border-radius-bottomleft: 29px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 29px;
    border-bottom-left-radius: 29px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-30 {
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-30 {
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-30 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-31 {
    -webkit-border-radius: 31px !important;
    -moz-border-radius: 31px !important;
    border-radius: 31px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-31 {
    -webkit-border-top-right-radius: 31px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 31px;
    -moz-border-radius-topright: 31px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 31px;
    border-top-right-radius: 31px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 31px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-31 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 31px;
    -webkit-border-bottom-left-radius: 31px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 31px;
    -moz-border-radius-bottomleft: 31px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 31px;
    border-bottom-left-radius: 31px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-32 {
    -webkit-border-radius: 32px !important;
    -moz-border-radius: 32px !important;
    border-radius: 32px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-32 {
    -webkit-border-top-right-radius: 32px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 32px;
    -moz-border-radius-topright: 32px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 32px;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 32px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-32 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 32px;
    -webkit-border-bottom-left-radius: 32px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 32px;
    -moz-border-radius-bottomleft: 32px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-33 {
    -webkit-border-radius: 33px !important;
    -moz-border-radius: 33px !important;
    border-radius: 33px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-33 {
    -webkit-border-top-right-radius: 33px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 33px;
    -moz-border-radius-topright: 33px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 33px;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 33px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-33 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 33px;
    -webkit-border-bottom-left-radius: 33px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 33px;
    -moz-border-radius-bottomleft: 33px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 33px;
    border-bottom-left-radius: 33px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-34 {
    -webkit-border-radius: 34px !important;
    -moz-border-radius: 34px !important;
    border-radius: 34px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-34 {
    -webkit-border-top-right-radius: 34px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 34px;
    -moz-border-radius-topright: 34px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 34px;
    border-top-right-radius: 34px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 34px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-34 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 34px;
    -webkit-border-bottom-left-radius: 34px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 34px;
    -moz-border-radius-bottomleft: 34px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 34px;
    border-bottom-left-radius: 34px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-radius-35 {
    -webkit-border-radius: 35px !important;
    -moz-border-radius: 35px !important;
    border-radius: 35px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-t-radius-35 {
    -webkit-border-top-right-radius: 35px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 35px;
    -moz-border-radius-topright: 35px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 35px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 35px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.b-b-radius-35 {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 35px;
    -webkit-border-bottom-left-radius: 35px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 35px;
    -moz-border-radius-bottomleft: 35px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.img-x-15 {
    width: 100%;
    height: 15px
}

.img-15-15 {
    width: 15px;
    height: 15px
}

.img-x-20 {
    width: 100%;
    height: 20px
}

.img-20-20 {
    width: 20px;
    height: 20px
}

.img-x-25 {
    width: 100%;
    height: 25px
}

.img-25-25 {
    width: 25px;
    height: 25px
}

.img-x-30 {
    width: 100%;
    height: 30px
}

.img-30-30 {
    width: 30px;
    height: 30px
}

.img-x-35 {
    width: 100%;
    height: 35px
}

.img-35-35 {
    width: 35px;
    height: 35px
}

.img-x-40 {
    width: 100%;
    height: 40px
}

.img-40-40 {
    width: 40px;
    height: 40px
}

.img-x-45 {
    width: 100%;
    height: 45px
}

.img-45-45 {
    width: 45px;
    height: 45px
}

.img-x-50 {
    width: 100%;
    height: 50px
}

.img-50-50 {
    width: 50px;
    height: 50px
}

.img-x-55 {
    width: 100%;
    height: 55px
}

.img-55-55 {
    width: 55px;
    height: 55px
}

.img-x-60 {
    width: 100%;
    height: 60px
}

.img-60-60 {
    width: 60px;
    height: 60px
}

.img-x-65 {
    width: 100%;
    height: 65px
}

.img-65-65 {
    width: 65px;
    height: 65px
}

.img-x-70 {
    width: 100%;
    height: 70px
}

.img-70-70 {
    width: 70px;
    height: 70px
}

.img-x-75 {
    width: 100%;
    height: 75px
}

.img-75-75 {
    width: 75px;
    height: 75px
}

.img-x-80 {
    width: 100%;
    height: 80px
}

.img-80-80 {
    width: 80px;
    height: 80px
}

.img-x-85 {
    width: 100%;
    height: 85px
}

.img-85-85 {
    width: 85px;
    height: 85px
}

.img-x-90 {
    width: 100%;
    height: 90px
}

.img-90-90 {
    width: 90px;
    height: 90px
}

.img-x-95 {
    width: 100%;
    height: 95px
}

.img-95-95 {
    width: 95px;
    height: 95px
}

.img-x-100 {
    width: 100%;
    height: 100px
}

.img-100-100 {
    width: 100px;
    height: 100px
}

.img-x-105 {
    width: 100%;
    height: 105px
}

.img-105-105 {
    width: 105px;
    height: 105px
}

.img-x-110 {
    width: 100%;
    height: 110px
}

.img-110-110 {
    width: 110px;
    height: 110px
}

.img-x-115 {
    width: 100%;
    height: 115px
}

.img-115-115 {
    width: 115px;
    height: 115px
}

.img-x-120 {
    width: 100%;
    height: 120px
}

.img-120-120 {
    width: 120px;
    height: 120px
}

.img-x-125 {
    width: 100%;
    height: 125px
}

.img-125-125 {
    width: 125px;
    height: 125px
}

.img-x-130 {
    width: 100%;
    height: 130px
}

.img-130-130 {
    width: 130px;
    height: 130px
}

.img-x-135 {
    width: 100%;
    height: 135px
}

.img-135-135 {
    width: 135px;
    height: 135px
}

.img-x-140 {
    width: 100%;
    height: 140px
}

.img-140-140 {
    width: 140px;
    height: 140px
}

.img-x-145 {
    width: 100%;
    height: 145px
}

.img-145-145 {
    width: 145px;
    height: 145px
}

.img-x-150 {
    width: 100%;
    height: 150px
}

.img-150-150 {
    width: 150px;
    height: 150px
}

.img-x-155 {
    width: 100%;
    height: 155px
}

.img-155-155 {
    width: 155px;
    height: 155px
}

.img-x-160 {
    width: 100%;
    height: 160px
}

.img-160-160 {
    width: 160px;
    height: 160px
}

.img-x-200 {
    width: 100%;
    height: 200px
}

.img-200-200 {
    width: 200px;
    height: 200px
}

.img-x-205 {
    width: 100%;
    height: 205px
}

.img-205-205 {
    width: 205px;
    height: 205px
}

.img-x-210 {
    width: 100%;
    height: 210px
}

.img-210-210 {
    width: 210px;
    height: 210px
}

.img-x-215 {
    width: 100%;
    height: 215px
}

.img-215-215 {
    width: 215px;
    height: 215px
}

.img-x-220 {
    width: 100%;
    height: 220px
}

.img-220-220 {
    width: 220px;
    height: 220px
}

.img-x-225 {
    width: 100%;
    height: 225px
}

.img-225-225 {
    width: 225px;
    height: 225px
}

.img-x-230 {
    width: 100%;
    height: 230px
}

.img-230-230 {
    width: 230px;
    height: 230px
}

.img-x-235 {
    width: 100%;
    height: 235px
}

.img-235-235 {
    width: 235px;
    height: 235px
}

.img-x-240 {
    width: 100%;
    height: 240px
}

.img-240-240 {
    width: 240px;
    height: 240px
}

.img-x-245 {
    width: 100%;
    height: 245px
}

.img-245-245 {
    width: 245px;
    height: 245px
}

.img-x-250 {
    width: 100%;
    height: 250px
}

.img-250-250 {
    width: 250px;
    height: 250px
}

.img-x-255 {
    width: 100%;
    height: 255px
}

.img-255-255 {
    width: 255px;
    height: 255px
}

.img-x-260 {
    width: 100%;
    height: 260px
}

.img-260-260 {
    width: 260px;
    height: 260px
}

.img-x-265 {
    width: 100%;
    height: 265px
}

.img-265-265 {
    width: 265px;
    height: 265px
}

.img-x-270 {
    width: 100%;
    height: 270px
}

.img-270-270 {
    width: 270px;
    height: 270px
}

.img-x-275 {
    width: 100%;
    height: 275px
}

.img-275-275 {
    width: 275px;
    height: 275px
}

.img-x-280 {
    width: 100%;
    height: 280px
}

.img-280-280 {
    width: 280px;
    height: 280px
}

.img-x-285 {
    width: 100%;
    height: 285px
}

.img-285-285 {
    width: 285px;
    height: 285px
}

.img-x-290 {
    width: 100%;
    height: 290px
}

.img-290-290 {
    width: 290px;
    height: 290px
}

.img-x-295 {
    width: 100%;
    height: 295px
}

.img-295-295 {
    width: 295px;
    height: 295px
}

.img-x-300 {
    width: 100%;
    height: 300px
}

.img-300-300 {
    width: 300px;
    height: 300px
}

.img-x-305 {
    width: 100%;
    height: 305px
}

.img-305-305 {
    width: 305px;
    height: 305px
}

.img-x-310 {
    width: 100%;
    height: 310px
}

.img-310-310 {
    width: 310px;
    height: 310px
}

.img-x-315 {
    width: 100%;
    height: 315px
}

.img-315-315 {
    width: 315px;
    height: 315px
}

.img-x-320 {
    width: 100%;
    height: 320px
}

.img-320-320 {
    width: 320px;
    height: 320px
}

.img-x-325 {
    width: 100%;
    height: 325px
}

.img-325-325 {
    width: 325px;
    height: 325px
}

.img-x-330 {
    width: 100%;
    height: 330px
}

.img-330-330 {
    width: 330px;
    height: 330px
}

.img-x-335 {
    width: 100%;
    height: 335px
}

.img-335-335 {
    width: 335px;
    height: 335px
}

.img-x-340 {
    width: 100%;
    height: 340px
}

.img-340-340 {
    width: 340px;
    height: 340px
}

.img-x-345 {
    width: 100%;
    height: 345px
}

.img-345-345 {
    width: 345px;
    height: 345px
}

.img-x-350 {
    width: 100%;
    height: 350px
}

.img-350-350 {
    width: 350px;
    height: 350px
}

.img-x-355 {
    width: 100%;
    height: 355px
}

.img-355-355 {
    width: 355px;
    height: 355px
}

.img-x-360 {
    width: 100%;
    height: 360px
}

.img-360-360 {
    width: 360px;
    height: 360px
}

.img-x-365 {
    width: 100%;
    height: 365px
}

.img-365-365 {
    width: 365px;
    height: 365px
}

.img-x-370 {
    width: 100%;
    height: 370px
}

.img-370-370 {
    width: 370px;
    height: 370px
}

.img-x-375 {
    width: 100%;
    height: 375px
}

.img-375-375 {
    width: 375px;
    height: 375px
}

.img-x-380 {
    width: 100%;
    height: 380px
}

.img-380-380 {
    width: 380px;
    height: 380px
}

.img-x-385 {
    width: 100%;
    height: 385px
}

.img-385-385 {
    width: 385px;
    height: 385px
}

.img-x-390 {
    width: 100%;
    height: 390px
}

.img-390-390 {
    width: 390px;
    height: 390px
}

.img-x-395 {
    width: 100%;
    height: 395px
}

.img-395-395 {
    width: 395px;
    height: 395px
}

.img-x-400 {
    width: 100%;
    height: 400px
}

.img-400-400 {
    width: 400px;
    height: 400px
}

.img-x-405 {
    width: 100%;
    height: 405px
}

.img-405-405 {
    width: 405px;
    height: 405px
}

.img-x-410 {
    width: 100%;
    height: 410px
}

.img-410-410 {
    width: 410px;
    height: 410px
}

.img-x-415 {
    width: 100%;
    height: 415px
}

.img-415-415 {
    width: 415px;
    height: 415px
}

.img-x-420 {
    width: 100%;
    height: 420px
}

.img-420-420 {
    width: 420px;
    height: 420px
}

.b-facebook {
    border-color: #3b5998
}

.bg-facebook {
    background-color: #3b5998 !important
}

.text-facebook {
    color: #3b5998
}

.btn-facebook {
    color: white;
    background-color: #3b5998;
    border-color: #3b5998;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #3b5998;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
    color: #3b5998;
    background-color: #fff;
    border-color: #314a7e
}

.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
    background-color: #3b5998;
    border-color: #3b5998
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-facebook>a,
.navbar-default .navbar-nav>.open.b-facebook>a:hover,
.navbar-default .navbar-nav>.open.b-facebook>a:focus,
.navbar-default .navbar-nav>li.b-facebook>a:focus,
.navbar-default .navbar-nav>li.b-facebook>a:active,
.navbar-default .navbar-nav>li.b-facebook>a.active,
.navbar-default .navbar-nav>li.b-facebook>a:hover {
    background: #3b5998 !important;
    opacity: 1
}

.b-youtube {
    border-color: #b00
}

.bg-youtube {
    background-color: #b00 !important
}

.text-youtube {
    color: #b00
}

.btn-youtube {
    color: white;
    background-color: #b00;
    border-color: #b00;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #b00;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube.focus,
.btn-youtube:active,
.btn-youtube.active,
.open>.dropdown-toggle.btn-youtube {
    color: #b00;
    background-color: #fff;
    border-color: #970000
}

.btn-youtube:active,
.btn-youtube.active,
.open>.dropdown-toggle.btn-youtube {
    background-image: none
}

.btn-youtube.disabled,
.btn-youtube[disabled],
fieldset[disabled] .btn-youtube,
.btn-youtube.disabled:hover,
.btn-youtube[disabled]:hover,
fieldset[disabled] .btn-youtube:hover,
.btn-youtube.disabled:focus,
.btn-youtube[disabled]:focus,
fieldset[disabled] .btn-youtube:focus,
.btn-youtube.disabled.focus,
.btn-youtube[disabled].focus,
fieldset[disabled] .btn-youtube.focus,
.btn-youtube.disabled:active,
.btn-youtube[disabled]:active,
fieldset[disabled] .btn-youtube:active,
.btn-youtube.disabled.active,
.btn-youtube[disabled].active,
fieldset[disabled] .btn-youtube.active {
    background-color: #b00;
    border-color: #b00
}

.btn-youtube .badge {
    color: #b00;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-youtube>a,
.navbar-default .navbar-nav>.open.b-youtube>a:hover,
.navbar-default .navbar-nav>.open.b-youtube>a:focus,
.navbar-default .navbar-nav>li.b-youtube>a:focus,
.navbar-default .navbar-nav>li.b-youtube>a:active,
.navbar-default .navbar-nav>li.b-youtube>a.active,
.navbar-default .navbar-nav>li.b-youtube>a:hover {
    background: #b00 !important;
    opacity: 1
}

.b-twitter {
    border-color: #00aced
}

.bg-twitter {
    background-color: #00aced !important
}

.text-twitter {
    color: #00aced
}

.btn-twitter {
    color: white;
    background-color: #00aced;
    border-color: #00aced;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #00aced;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter.focus,
.btn-twitter:active,
.btn-twitter.active,
.open>.dropdown-toggle.btn-twitter {
    color: #00aced;
    background-color: #fff;
    border-color: #0092c9
}

.btn-twitter:active,
.btn-twitter.active,
.open>.dropdown-toggle.btn-twitter {
    background-image: none
}

.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter.focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
    background-color: #00aced;
    border-color: #00aced
}

.btn-twitter .badge {
    color: #00aced;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-twitter>a,
.navbar-default .navbar-nav>.open.b-twitter>a:hover,
.navbar-default .navbar-nav>.open.b-twitter>a:focus,
.navbar-default .navbar-nav>li.b-twitter>a:focus,
.navbar-default .navbar-nav>li.b-twitter>a:active,
.navbar-default .navbar-nav>li.b-twitter>a.active,
.navbar-default .navbar-nav>li.b-twitter>a:hover {
    background: #00aced !important;
    opacity: 1
}

.b-instagram {
    border-color: #517fa4
}

.bg-instagram {
    background-color: #517fa4 !important
}

.text-instagram {
    color: #517fa4
}

.btn-instagram {
    color: white;
    background-color: #517fa4;
    border-color: #517fa4;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #517fa4;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram.focus,
.btn-instagram:active,
.btn-instagram.active,
.open>.dropdown-toggle.btn-instagram {
    color: #517fa4;
    background-color: #fff;
    border-color: #456c8c
}

.btn-instagram:active,
.btn-instagram.active,
.open>.dropdown-toggle.btn-instagram {
    background-image: none
}

.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled.focus,
.btn-instagram[disabled].focus,
fieldset[disabled] .btn-instagram.focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram.active {
    background-color: #517fa4;
    border-color: #517fa4
}

.btn-instagram .badge {
    color: #517fa4;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-instagram>a,
.navbar-default .navbar-nav>.open.b-instagram>a:hover,
.navbar-default .navbar-nav>.open.b-instagram>a:focus,
.navbar-default .navbar-nav>li.b-instagram>a:focus,
.navbar-default .navbar-nav>li.b-instagram>a:active,
.navbar-default .navbar-nav>li.b-instagram>a.active,
.navbar-default .navbar-nav>li.b-instagram>a:hover {
    background: #517fa4 !important;
    opacity: 1
}

.b-gplus {
    border-color: #dd4b39
}

.bg-gplus {
    background-color: #dd4b39 !important
}

.text-gplus {
    color: #dd4b39
}

.btn-gplus {
    color: white;
    background-color: #dd4b39;
    border-color: #dd4b39;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #dd4b39;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-gplus:hover,
.btn-gplus:focus,
.btn-gplus.focus,
.btn-gplus:active,
.btn-gplus.active,
.open>.dropdown-toggle.btn-gplus {
    color: #dd4b39;
    background-color: #fff;
    border-color: #cf3624
}

.btn-gplus:active,
.btn-gplus.active,
.open>.dropdown-toggle.btn-gplus {
    background-image: none
}

.btn-gplus.disabled,
.btn-gplus[disabled],
fieldset[disabled] .btn-gplus,
.btn-gplus.disabled:hover,
.btn-gplus[disabled]:hover,
fieldset[disabled] .btn-gplus:hover,
.btn-gplus.disabled:focus,
.btn-gplus[disabled]:focus,
fieldset[disabled] .btn-gplus:focus,
.btn-gplus.disabled.focus,
.btn-gplus[disabled].focus,
fieldset[disabled] .btn-gplus.focus,
.btn-gplus.disabled:active,
.btn-gplus[disabled]:active,
fieldset[disabled] .btn-gplus:active,
.btn-gplus.disabled.active,
.btn-gplus[disabled].active,
fieldset[disabled] .btn-gplus.active {
    background-color: #dd4b39;
    border-color: #dd4b39
}

.btn-gplus .badge {
    color: #dd4b39;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-gplus>a,
.navbar-default .navbar-nav>.open.b-gplus>a:hover,
.navbar-default .navbar-nav>.open.b-gplus>a:focus,
.navbar-default .navbar-nav>li.b-gplus>a:focus,
.navbar-default .navbar-nav>li.b-gplus>a:active,
.navbar-default .navbar-nav>li.b-gplus>a.active,
.navbar-default .navbar-nav>li.b-gplus>a:hover {
    background: #dd4b39 !important;
    opacity: 1
}

.b-emerald {
    border-color: #2ecc71
}

.bg-emerald {
    background-color: #2ecc71 !important
}

.text-emerald {
    color: #2ecc71
}

.btn-emerald {
    color: white;
    background-color: #2ecc71;
    border-color: #2ecc71;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #2ecc71;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-emerald:hover,
.btn-emerald:focus,
.btn-emerald.focus,
.btn-emerald:active,
.btn-emerald.active,
.open>.dropdown-toggle.btn-emerald {
    color: #2ecc71;
    background-color: #fff;
    border-color: #27af61
}

.btn-emerald:active,
.btn-emerald.active,
.open>.dropdown-toggle.btn-emerald {
    background-image: none
}

.btn-emerald.disabled,
.btn-emerald[disabled],
fieldset[disabled] .btn-emerald,
.btn-emerald.disabled:hover,
.btn-emerald[disabled]:hover,
fieldset[disabled] .btn-emerald:hover,
.btn-emerald.disabled:focus,
.btn-emerald[disabled]:focus,
fieldset[disabled] .btn-emerald:focus,
.btn-emerald.disabled.focus,
.btn-emerald[disabled].focus,
fieldset[disabled] .btn-emerald.focus,
.btn-emerald.disabled:active,
.btn-emerald[disabled]:active,
fieldset[disabled] .btn-emerald:active,
.btn-emerald.disabled.active,
.btn-emerald[disabled].active,
fieldset[disabled] .btn-emerald.active {
    background-color: #2ecc71;
    border-color: #2ecc71
}

.btn-emerald .badge {
    color: #2ecc71;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-emerald>a,
.navbar-default .navbar-nav>.open.b-emerald>a:hover,
.navbar-default .navbar-nav>.open.b-emerald>a:focus,
.navbar-default .navbar-nav>li.b-emerald>a:focus,
.navbar-default .navbar-nav>li.b-emerald>a:active,
.navbar-default .navbar-nav>li.b-emerald>a.active,
.navbar-default .navbar-nav>li.b-emerald>a:hover {
    background: #2ecc71 !important;
    opacity: 1
}

.b-turquoises {
    border-color: #1abc9c
}

.bg-turquoises {
    background-color: #1abc9c !important
}

.text-turquoises {
    color: #1abc9c
}

.btn-turquoises {
    color: white;
    background-color: #1abc9c;
    border-color: #1abc9c;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #1abc9c;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-turquoises:hover,
.btn-turquoises:focus,
.btn-turquoises.focus,
.btn-turquoises:active,
.btn-turquoises.active,
.open>.dropdown-toggle.btn-turquoises {
    color: #1abc9c;
    background-color: #fff;
    border-color: #169d82
}

.btn-turquoises:active,
.btn-turquoises.active,
.open>.dropdown-toggle.btn-turquoises {
    background-image: none
}

.btn-turquoises.disabled,
.btn-turquoises[disabled],
fieldset[disabled] .btn-turquoises,
.btn-turquoises.disabled:hover,
.btn-turquoises[disabled]:hover,
fieldset[disabled] .btn-turquoises:hover,
.btn-turquoises.disabled:focus,
.btn-turquoises[disabled]:focus,
fieldset[disabled] .btn-turquoises:focus,
.btn-turquoises.disabled.focus,
.btn-turquoises[disabled].focus,
fieldset[disabled] .btn-turquoises.focus,
.btn-turquoises.disabled:active,
.btn-turquoises[disabled]:active,
fieldset[disabled] .btn-turquoises:active,
.btn-turquoises.disabled.active,
.btn-turquoises[disabled].active,
fieldset[disabled] .btn-turquoises.active {
    background-color: #1abc9c;
    border-color: #1abc9c
}

.btn-turquoises .badge {
    color: #1abc9c;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-turquoises>a,
.navbar-default .navbar-nav>.open.b-turquoises>a:hover,
.navbar-default .navbar-nav>.open.b-turquoises>a:focus,
.navbar-default .navbar-nav>li.b-turquoises>a:focus,
.navbar-default .navbar-nav>li.b-turquoises>a:active,
.navbar-default .navbar-nav>li.b-turquoises>a.active,
.navbar-default .navbar-nav>li.b-turquoises>a:hover {
    background: #1abc9c !important;
    opacity: 1
}

.b-green-sea {
    border-color: #16a085
}

.bg-green-sea {
    background-color: #16a085 !important
}

.text-green-sea {
    color: #16a085
}

.btn-green-sea {
    color: white;
    background-color: #16a085;
    border-color: #16a085;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #16a085;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-green-sea:hover,
.btn-green-sea:focus,
.btn-green-sea.focus,
.btn-green-sea:active,
.btn-green-sea.active,
.open>.dropdown-toggle.btn-green-sea {
    color: #16a085;
    background-color: #fff;
    border-color: #12816b
}

.btn-green-sea:active,
.btn-green-sea.active,
.open>.dropdown-toggle.btn-green-sea {
    background-image: none
}

.btn-green-sea.disabled,
.btn-green-sea[disabled],
fieldset[disabled] .btn-green-sea,
.btn-green-sea.disabled:hover,
.btn-green-sea[disabled]:hover,
fieldset[disabled] .btn-green-sea:hover,
.btn-green-sea.disabled:focus,
.btn-green-sea[disabled]:focus,
fieldset[disabled] .btn-green-sea:focus,
.btn-green-sea.disabled.focus,
.btn-green-sea[disabled].focus,
fieldset[disabled] .btn-green-sea.focus,
.btn-green-sea.disabled:active,
.btn-green-sea[disabled]:active,
fieldset[disabled] .btn-green-sea:active,
.btn-green-sea.disabled.active,
.btn-green-sea[disabled].active,
fieldset[disabled] .btn-green-sea.active {
    background-color: #16a085;
    border-color: #16a085
}

.btn-green-sea .badge {
    color: #16a085;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-green-sea>a,
.navbar-default .navbar-nav>.open.b-green-sea>a:hover,
.navbar-default .navbar-nav>.open.b-green-sea>a:focus,
.navbar-default .navbar-nav>li.b-green-sea>a:focus,
.navbar-default .navbar-nav>li.b-green-sea>a:active,
.navbar-default .navbar-nav>li.b-green-sea>a.active,
.navbar-default .navbar-nav>li.b-green-sea>a:hover {
    background: #16a085 !important;
    opacity: 1
}

.b-peter-river {
    border-color: #3498db
}

.bg-peter-river {
    background-color: #3498db !important
}

.text-peter-river {
    color: #3498db
}

.btn-peter-river {
    color: white;
    background-color: #3498db;
    border-color: #3498db;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #3498db;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-peter-river:hover,
.btn-peter-river:focus,
.btn-peter-river.focus,
.btn-peter-river:active,
.btn-peter-river.active,
.open>.dropdown-toggle.btn-peter-river {
    color: #3498db;
    background-color: #fff;
    border-color: #2386c8
}

.btn-peter-river:active,
.btn-peter-river.active,
.open>.dropdown-toggle.btn-peter-river {
    background-image: none
}

.btn-peter-river.disabled,
.btn-peter-river[disabled],
fieldset[disabled] .btn-peter-river,
.btn-peter-river.disabled:hover,
.btn-peter-river[disabled]:hover,
fieldset[disabled] .btn-peter-river:hover,
.btn-peter-river.disabled:focus,
.btn-peter-river[disabled]:focus,
fieldset[disabled] .btn-peter-river:focus,
.btn-peter-river.disabled.focus,
.btn-peter-river[disabled].focus,
fieldset[disabled] .btn-peter-river.focus,
.btn-peter-river.disabled:active,
.btn-peter-river[disabled]:active,
fieldset[disabled] .btn-peter-river:active,
.btn-peter-river.disabled.active,
.btn-peter-river[disabled].active,
fieldset[disabled] .btn-peter-river.active {
    background-color: #3498db;
    border-color: #3498db
}

.btn-peter-river .badge {
    color: #3498db;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-peter-river>a,
.navbar-default .navbar-nav>.open.b-peter-river>a:hover,
.navbar-default .navbar-nav>.open.b-peter-river>a:focus,
.navbar-default .navbar-nav>li.b-peter-river>a:focus,
.navbar-default .navbar-nav>li.b-peter-river>a:active,
.navbar-default .navbar-nav>li.b-peter-river>a.active,
.navbar-default .navbar-nav>li.b-peter-river>a:hover {
    background: #3498db !important;
    opacity: 1
}

.b-amethyst {
    border-color: #9b59b6
}

.bg-amethyst {
    background-color: #9b59b6 !important
}

.text-amethyst {
    color: #9b59b6
}

.btn-amethyst {
    color: white;
    background-color: #9b59b6;
    border-color: #9b59b6;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #9b59b6;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-amethyst:hover,
.btn-amethyst:focus,
.btn-amethyst.focus,
.btn-amethyst:active,
.btn-amethyst.active,
.open>.dropdown-toggle.btn-amethyst {
    color: #9b59b6;
    background-color: #fff;
    border-color: #8948a3
}

.btn-amethyst:active,
.btn-amethyst.active,
.open>.dropdown-toggle.btn-amethyst {
    background-image: none
}

.btn-amethyst.disabled,
.btn-amethyst[disabled],
fieldset[disabled] .btn-amethyst,
.btn-amethyst.disabled:hover,
.btn-amethyst[disabled]:hover,
fieldset[disabled] .btn-amethyst:hover,
.btn-amethyst.disabled:focus,
.btn-amethyst[disabled]:focus,
fieldset[disabled] .btn-amethyst:focus,
.btn-amethyst.disabled.focus,
.btn-amethyst[disabled].focus,
fieldset[disabled] .btn-amethyst.focus,
.btn-amethyst.disabled:active,
.btn-amethyst[disabled]:active,
fieldset[disabled] .btn-amethyst:active,
.btn-amethyst.disabled.active,
.btn-amethyst[disabled].active,
fieldset[disabled] .btn-amethyst.active {
    background-color: #9b59b6;
    border-color: #9b59b6
}

.btn-amethyst .badge {
    color: #9b59b6;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-amethyst>a,
.navbar-default .navbar-nav>.open.b-amethyst>a:hover,
.navbar-default .navbar-nav>.open.b-amethyst>a:focus,
.navbar-default .navbar-nav>li.b-amethyst>a:focus,
.navbar-default .navbar-nav>li.b-amethyst>a:active,
.navbar-default .navbar-nav>li.b-amethyst>a.active,
.navbar-default .navbar-nav>li.b-amethyst>a:hover {
    background: #9b59b6 !important;
    opacity: 1
}

.b-wet-asphalt {
    border-color: #34495e
}

.bg-wet-asphalt {
    background-color: #34495e !important
}

.text-wet-asphalt {
    color: #34495e
}

.btn-wet-asphalt {
    color: white;
    background-color: #34495e;
    border-color: #34495e;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #34495e;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-wet-asphalt:hover,
.btn-wet-asphalt:focus,
.btn-wet-asphalt.focus,
.btn-wet-asphalt:active,
.btn-wet-asphalt.active,
.open>.dropdown-toggle.btn-wet-asphalt {
    color: #34495e;
    background-color: #fff;
    border-color: #273747
}

.btn-wet-asphalt:active,
.btn-wet-asphalt.active,
.open>.dropdown-toggle.btn-wet-asphalt {
    background-image: none
}

.btn-wet-asphalt.disabled,
.btn-wet-asphalt[disabled],
fieldset[disabled] .btn-wet-asphalt,
.btn-wet-asphalt.disabled:hover,
.btn-wet-asphalt[disabled]:hover,
fieldset[disabled] .btn-wet-asphalt:hover,
.btn-wet-asphalt.disabled:focus,
.btn-wet-asphalt[disabled]:focus,
fieldset[disabled] .btn-wet-asphalt:focus,
.btn-wet-asphalt.disabled.focus,
.btn-wet-asphalt[disabled].focus,
fieldset[disabled] .btn-wet-asphalt.focus,
.btn-wet-asphalt.disabled:active,
.btn-wet-asphalt[disabled]:active,
fieldset[disabled] .btn-wet-asphalt:active,
.btn-wet-asphalt.disabled.active,
.btn-wet-asphalt[disabled].active,
fieldset[disabled] .btn-wet-asphalt.active {
    background-color: #34495e;
    border-color: #34495e
}

.btn-wet-asphalt .badge {
    color: #34495e;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-wet-asphalt>a,
.navbar-default .navbar-nav>.open.b-wet-asphalt>a:hover,
.navbar-default .navbar-nav>.open.b-wet-asphalt>a:focus,
.navbar-default .navbar-nav>li.b-wet-asphalt>a:focus,
.navbar-default .navbar-nav>li.b-wet-asphalt>a:active,
.navbar-default .navbar-nav>li.b-wet-asphalt>a.active,
.navbar-default .navbar-nav>li.b-wet-asphalt>a:hover {
    background: #34495e !important;
    opacity: 1
}

.b-nephritis {
    border-color: #27ae60
}

.bg-nephritis {
    background-color: #27ae60 !important
}

.text-nephritis {
    color: #27ae60
}

.btn-nephritis {
    color: white;
    background-color: #27ae60;
    border-color: #27ae60;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #27ae60;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-nephritis:hover,
.btn-nephritis:focus,
.btn-nephritis.focus,
.btn-nephritis:active,
.btn-nephritis.active,
.open>.dropdown-toggle.btn-nephritis {
    color: #27ae60;
    background-color: #fff;
    border-color: #209150
}

.btn-nephritis:active,
.btn-nephritis.active,
.open>.dropdown-toggle.btn-nephritis {
    background-image: none
}

.btn-nephritis.disabled,
.btn-nephritis[disabled],
fieldset[disabled] .btn-nephritis,
.btn-nephritis.disabled:hover,
.btn-nephritis[disabled]:hover,
fieldset[disabled] .btn-nephritis:hover,
.btn-nephritis.disabled:focus,
.btn-nephritis[disabled]:focus,
fieldset[disabled] .btn-nephritis:focus,
.btn-nephritis.disabled.focus,
.btn-nephritis[disabled].focus,
fieldset[disabled] .btn-nephritis.focus,
.btn-nephritis.disabled:active,
.btn-nephritis[disabled]:active,
fieldset[disabled] .btn-nephritis:active,
.btn-nephritis.disabled.active,
.btn-nephritis[disabled].active,
fieldset[disabled] .btn-nephritis.active {
    background-color: #27ae60;
    border-color: #27ae60
}

.btn-nephritis .badge {
    color: #27ae60;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-nephritis>a,
.navbar-default .navbar-nav>.open.b-nephritis>a:hover,
.navbar-default .navbar-nav>.open.b-nephritis>a:focus,
.navbar-default .navbar-nav>li.b-nephritis>a:focus,
.navbar-default .navbar-nav>li.b-nephritis>a:active,
.navbar-default .navbar-nav>li.b-nephritis>a.active,
.navbar-default .navbar-nav>li.b-nephritis>a:hover {
    background: #27ae60 !important;
    opacity: 1
}

.b-belize-hole {
    border-color: #2980b9
}

.bg-belize-hole {
    background-color: #2980b9 !important
}

.text-belize-hole {
    color: #2980b9
}

.btn-belize-hole {
    color: white;
    background-color: #2980b9;
    border-color: #2980b9;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #2980b9;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-belize-hole:hover,
.btn-belize-hole:focus,
.btn-belize-hole.focus,
.btn-belize-hole:active,
.btn-belize-hole.active,
.open>.dropdown-toggle.btn-belize-hole {
    color: #2980b9;
    background-color: #fff;
    border-color: #236c9c
}

.btn-belize-hole:active,
.btn-belize-hole.active,
.open>.dropdown-toggle.btn-belize-hole {
    background-image: none
}

.btn-belize-hole.disabled,
.btn-belize-hole[disabled],
fieldset[disabled] .btn-belize-hole,
.btn-belize-hole.disabled:hover,
.btn-belize-hole[disabled]:hover,
fieldset[disabled] .btn-belize-hole:hover,
.btn-belize-hole.disabled:focus,
.btn-belize-hole[disabled]:focus,
fieldset[disabled] .btn-belize-hole:focus,
.btn-belize-hole.disabled.focus,
.btn-belize-hole[disabled].focus,
fieldset[disabled] .btn-belize-hole.focus,
.btn-belize-hole.disabled:active,
.btn-belize-hole[disabled]:active,
fieldset[disabled] .btn-belize-hole:active,
.btn-belize-hole.disabled.active,
.btn-belize-hole[disabled].active,
fieldset[disabled] .btn-belize-hole.active {
    background-color: #2980b9;
    border-color: #2980b9
}

.btn-belize-hole .badge {
    color: #2980b9;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-belize-hole>a,
.navbar-default .navbar-nav>.open.b-belize-hole>a:hover,
.navbar-default .navbar-nav>.open.b-belize-hole>a:focus,
.navbar-default .navbar-nav>li.b-belize-hole>a:focus,
.navbar-default .navbar-nav>li.b-belize-hole>a:active,
.navbar-default .navbar-nav>li.b-belize-hole>a.active,
.navbar-default .navbar-nav>li.b-belize-hole>a:hover {
    background: #2980b9 !important;
    opacity: 1
}

.b-wisteria {
    border-color: #8e44ad
}

.bg-wisteria {
    background-color: #8e44ad !important
}

.text-wisteria {
    color: #8e44ad
}

.btn-wisteria {
    color: white;
    background-color: #8e44ad;
    border-color: #8e44ad;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #8e44ad;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-wisteria:hover,
.btn-wisteria:focus,
.btn-wisteria.focus,
.btn-wisteria:active,
.btn-wisteria.active,
.open>.dropdown-toggle.btn-wisteria {
    color: #8e44ad;
    background-color: #fff;
    border-color: #793a93
}

.btn-wisteria:active,
.btn-wisteria.active,
.open>.dropdown-toggle.btn-wisteria {
    background-image: none
}

.btn-wisteria.disabled,
.btn-wisteria[disabled],
fieldset[disabled] .btn-wisteria,
.btn-wisteria.disabled:hover,
.btn-wisteria[disabled]:hover,
fieldset[disabled] .btn-wisteria:hover,
.btn-wisteria.disabled:focus,
.btn-wisteria[disabled]:focus,
fieldset[disabled] .btn-wisteria:focus,
.btn-wisteria.disabled.focus,
.btn-wisteria[disabled].focus,
fieldset[disabled] .btn-wisteria.focus,
.btn-wisteria.disabled:active,
.btn-wisteria[disabled]:active,
fieldset[disabled] .btn-wisteria:active,
.btn-wisteria.disabled.active,
.btn-wisteria[disabled].active,
fieldset[disabled] .btn-wisteria.active {
    background-color: #8e44ad;
    border-color: #8e44ad
}

.btn-wisteria .badge {
    color: #8e44ad;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-wisteria>a,
.navbar-default .navbar-nav>.open.b-wisteria>a:hover,
.navbar-default .navbar-nav>.open.b-wisteria>a:focus,
.navbar-default .navbar-nav>li.b-wisteria>a:focus,
.navbar-default .navbar-nav>li.b-wisteria>a:active,
.navbar-default .navbar-nav>li.b-wisteria>a.active,
.navbar-default .navbar-nav>li.b-wisteria>a:hover {
    background: #8e44ad !important;
    opacity: 1
}

.b-midnight-blue {
    border-color: #2c3e50
}

.bg-midnight-blue {
    background-color: #2c3e50 !important
}

.text-midnight-blue {
    color: #2c3e50
}

.btn-midnight-blue {
    color: white;
    background-color: #2c3e50;
    border-color: #2c3e50;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #2c3e50;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-midnight-blue:hover,
.btn-midnight-blue:focus,
.btn-midnight-blue.focus,
.btn-midnight-blue:active,
.btn-midnight-blue.active,
.open>.dropdown-toggle.btn-midnight-blue {
    color: #2c3e50;
    background-color: #fff;
    border-color: #1f2c39
}

.btn-midnight-blue:active,
.btn-midnight-blue.active,
.open>.dropdown-toggle.btn-midnight-blue {
    background-image: none
}

.btn-midnight-blue.disabled,
.btn-midnight-blue[disabled],
fieldset[disabled] .btn-midnight-blue,
.btn-midnight-blue.disabled:hover,
.btn-midnight-blue[disabled]:hover,
fieldset[disabled] .btn-midnight-blue:hover,
.btn-midnight-blue.disabled:focus,
.btn-midnight-blue[disabled]:focus,
fieldset[disabled] .btn-midnight-blue:focus,
.btn-midnight-blue.disabled.focus,
.btn-midnight-blue[disabled].focus,
fieldset[disabled] .btn-midnight-blue.focus,
.btn-midnight-blue.disabled:active,
.btn-midnight-blue[disabled]:active,
fieldset[disabled] .btn-midnight-blue:active,
.btn-midnight-blue.disabled.active,
.btn-midnight-blue[disabled].active,
fieldset[disabled] .btn-midnight-blue.active {
    background-color: #2c3e50;
    border-color: #2c3e50
}

.btn-midnight-blue .badge {
    color: #2c3e50;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-midnight-blue>a,
.navbar-default .navbar-nav>.open.b-midnight-blue>a:hover,
.navbar-default .navbar-nav>.open.b-midnight-blue>a:focus,
.navbar-default .navbar-nav>li.b-midnight-blue>a:focus,
.navbar-default .navbar-nav>li.b-midnight-blue>a:active,
.navbar-default .navbar-nav>li.b-midnight-blue>a.active,
.navbar-default .navbar-nav>li.b-midnight-blue>a:hover {
    background: #2c3e50 !important;
    opacity: 1
}

.b-sun-flower {
    border-color: #f1c40f
}

.bg-sun-flower {
    background-color: #f1c40f !important
}

.text-sun-flower {
    color: #f1c40f
}

.btn-sun-flower {
    color: white;
    background-color: #f1c40f;
    border-color: #f1c40f;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #f1c40f;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-sun-flower:hover,
.btn-sun-flower:focus,
.btn-sun-flower.focus,
.btn-sun-flower:active,
.btn-sun-flower.active,
.open>.dropdown-toggle.btn-sun-flower {
    color: #f1c40f;
    background-color: #fff;
    border-color: #d0a90c
}

.btn-sun-flower:active,
.btn-sun-flower.active,
.open>.dropdown-toggle.btn-sun-flower {
    background-image: none
}

.btn-sun-flower.disabled,
.btn-sun-flower[disabled],
fieldset[disabled] .btn-sun-flower,
.btn-sun-flower.disabled:hover,
.btn-sun-flower[disabled]:hover,
fieldset[disabled] .btn-sun-flower:hover,
.btn-sun-flower.disabled:focus,
.btn-sun-flower[disabled]:focus,
fieldset[disabled] .btn-sun-flower:focus,
.btn-sun-flower.disabled.focus,
.btn-sun-flower[disabled].focus,
fieldset[disabled] .btn-sun-flower.focus,
.btn-sun-flower.disabled:active,
.btn-sun-flower[disabled]:active,
fieldset[disabled] .btn-sun-flower:active,
.btn-sun-flower.disabled.active,
.btn-sun-flower[disabled].active,
fieldset[disabled] .btn-sun-flower.active {
    background-color: #f1c40f;
    border-color: #f1c40f
}

.btn-sun-flower .badge {
    color: #f1c40f;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-sun-flower>a,
.navbar-default .navbar-nav>.open.b-sun-flower>a:hover,
.navbar-default .navbar-nav>.open.b-sun-flower>a:focus,
.navbar-default .navbar-nav>li.b-sun-flower>a:focus,
.navbar-default .navbar-nav>li.b-sun-flower>a:active,
.navbar-default .navbar-nav>li.b-sun-flower>a.active,
.navbar-default .navbar-nav>li.b-sun-flower>a:hover {
    background: #f1c40f !important;
    opacity: 1
}

.b-carrot {
    border-color: #e67e22
}

.bg-carrot {
    background-color: #e67e22 !important
}

.text-carrot {
    color: #e67e22
}

.btn-carrot {
    color: white;
    background-color: #e67e22;
    border-color: #e67e22;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #e67e22;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-carrot:hover,
.btn-carrot:focus,
.btn-carrot.focus,
.btn-carrot:active,
.btn-carrot.active,
.open>.dropdown-toggle.btn-carrot {
    color: #e67e22;
    background-color: #fff;
    border-color: #cd6d17
}

.btn-carrot:active,
.btn-carrot.active,
.open>.dropdown-toggle.btn-carrot {
    background-image: none
}

.btn-carrot.disabled,
.btn-carrot[disabled],
fieldset[disabled] .btn-carrot,
.btn-carrot.disabled:hover,
.btn-carrot[disabled]:hover,
fieldset[disabled] .btn-carrot:hover,
.btn-carrot.disabled:focus,
.btn-carrot[disabled]:focus,
fieldset[disabled] .btn-carrot:focus,
.btn-carrot.disabled.focus,
.btn-carrot[disabled].focus,
fieldset[disabled] .btn-carrot.focus,
.btn-carrot.disabled:active,
.btn-carrot[disabled]:active,
fieldset[disabled] .btn-carrot:active,
.btn-carrot.disabled.active,
.btn-carrot[disabled].active,
fieldset[disabled] .btn-carrot.active {
    background-color: #e67e22;
    border-color: #e67e22
}

.btn-carrot .badge {
    color: #e67e22;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-carrot>a,
.navbar-default .navbar-nav>.open.b-carrot>a:hover,
.navbar-default .navbar-nav>.open.b-carrot>a:focus,
.navbar-default .navbar-nav>li.b-carrot>a:focus,
.navbar-default .navbar-nav>li.b-carrot>a:active,
.navbar-default .navbar-nav>li.b-carrot>a.active,
.navbar-default .navbar-nav>li.b-carrot>a:hover {
    background: #e67e22 !important;
    opacity: 1
}

.b-alizarin {
    border-color: #e74c3c
}

.bg-alizarin {
    background-color: #e74c3c !important
}

.text-alizarin {
    color: #e74c3c
}

.btn-alizarin {
    color: white;
    background-color: #e74c3c;
    border-color: #e74c3c;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #e74c3c;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-alizarin:hover,
.btn-alizarin:focus,
.btn-alizarin.focus,
.btn-alizarin:active,
.btn-alizarin.active,
.open>.dropdown-toggle.btn-alizarin {
    color: #e74c3c;
    background-color: #fff;
    border-color: #e32f1c
}

.btn-alizarin:active,
.btn-alizarin.active,
.open>.dropdown-toggle.btn-alizarin {
    background-image: none
}

.btn-alizarin.disabled,
.btn-alizarin[disabled],
fieldset[disabled] .btn-alizarin,
.btn-alizarin.disabled:hover,
.btn-alizarin[disabled]:hover,
fieldset[disabled] .btn-alizarin:hover,
.btn-alizarin.disabled:focus,
.btn-alizarin[disabled]:focus,
fieldset[disabled] .btn-alizarin:focus,
.btn-alizarin.disabled.focus,
.btn-alizarin[disabled].focus,
fieldset[disabled] .btn-alizarin.focus,
.btn-alizarin.disabled:active,
.btn-alizarin[disabled]:active,
fieldset[disabled] .btn-alizarin:active,
.btn-alizarin.disabled.active,
.btn-alizarin[disabled].active,
fieldset[disabled] .btn-alizarin.active {
    background-color: #e74c3c;
    border-color: #e74c3c
}

.btn-alizarin .badge {
    color: #e74c3c;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-alizarin>a,
.navbar-default .navbar-nav>.open.b-alizarin>a:hover,
.navbar-default .navbar-nav>.open.b-alizarin>a:focus,
.navbar-default .navbar-nav>li.b-alizarin>a:focus,
.navbar-default .navbar-nav>li.b-alizarin>a:active,
.navbar-default .navbar-nav>li.b-alizarin>a.active,
.navbar-default .navbar-nav>li.b-alizarin>a:hover {
    background: #e74c3c !important;
    opacity: 1
}

.b-clouds {
    border-color: #ecf0f1
}

.bg-clouds {
    background-color: #ecf0f1 !important
}

.text-clouds {
    color: #ecf0f1
}

.btn-clouds {
    color: white;
    background-color: #ecf0f1;
    border-color: #ecf0f1;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #ecf0f1;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-clouds:hover,
.btn-clouds:focus,
.btn-clouds.focus,
.btn-clouds:active,
.btn-clouds.active,
.open>.dropdown-toggle.btn-clouds {
    color: #ecf0f1;
    background-color: #fff;
    border-color: #d7e0e2
}

.btn-clouds:active,
.btn-clouds.active,
.open>.dropdown-toggle.btn-clouds {
    background-image: none
}

.btn-clouds.disabled,
.btn-clouds[disabled],
fieldset[disabled] .btn-clouds,
.btn-clouds.disabled:hover,
.btn-clouds[disabled]:hover,
fieldset[disabled] .btn-clouds:hover,
.btn-clouds.disabled:focus,
.btn-clouds[disabled]:focus,
fieldset[disabled] .btn-clouds:focus,
.btn-clouds.disabled.focus,
.btn-clouds[disabled].focus,
fieldset[disabled] .btn-clouds.focus,
.btn-clouds.disabled:active,
.btn-clouds[disabled]:active,
fieldset[disabled] .btn-clouds:active,
.btn-clouds.disabled.active,
.btn-clouds[disabled].active,
fieldset[disabled] .btn-clouds.active {
    background-color: #ecf0f1;
    border-color: #ecf0f1
}

.btn-clouds .badge {
    color: #ecf0f1;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-clouds>a,
.navbar-default .navbar-nav>.open.b-clouds>a:hover,
.navbar-default .navbar-nav>.open.b-clouds>a:focus,
.navbar-default .navbar-nav>li.b-clouds>a:focus,
.navbar-default .navbar-nav>li.b-clouds>a:active,
.navbar-default .navbar-nav>li.b-clouds>a.active,
.navbar-default .navbar-nav>li.b-clouds>a:hover {
    background: #ecf0f1 !important;
    opacity: 1
}

.b-concrete {
    border-color: #95a5a6
}

.bg-concrete {
    background-color: #95a5a6 !important
}

.text-concrete {
    color: #95a5a6
}

.btn-concrete {
    color: white;
    background-color: #95a5a6;
    border-color: #95a5a6;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #95a5a6;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-concrete:hover,
.btn-concrete:focus,
.btn-concrete.focus,
.btn-concrete:active,
.btn-concrete.active,
.open>.dropdown-toggle.btn-concrete {
    color: #95a5a6;
    background-color: #fff;
    border-color: #829596
}

.btn-concrete:active,
.btn-concrete.active,
.open>.dropdown-toggle.btn-concrete {
    background-image: none
}

.btn-concrete.disabled,
.btn-concrete[disabled],
fieldset[disabled] .btn-concrete,
.btn-concrete.disabled:hover,
.btn-concrete[disabled]:hover,
fieldset[disabled] .btn-concrete:hover,
.btn-concrete.disabled:focus,
.btn-concrete[disabled]:focus,
fieldset[disabled] .btn-concrete:focus,
.btn-concrete.disabled.focus,
.btn-concrete[disabled].focus,
fieldset[disabled] .btn-concrete.focus,
.btn-concrete.disabled:active,
.btn-concrete[disabled]:active,
fieldset[disabled] .btn-concrete:active,
.btn-concrete.disabled.active,
.btn-concrete[disabled].active,
fieldset[disabled] .btn-concrete.active {
    background-color: #95a5a6;
    border-color: #95a5a6
}

.btn-concrete .badge {
    color: #95a5a6;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-concrete>a,
.navbar-default .navbar-nav>.open.b-concrete>a:hover,
.navbar-default .navbar-nav>.open.b-concrete>a:focus,
.navbar-default .navbar-nav>li.b-concrete>a:focus,
.navbar-default .navbar-nav>li.b-concrete>a:active,
.navbar-default .navbar-nav>li.b-concrete>a.active,
.navbar-default .navbar-nav>li.b-concrete>a:hover {
    background: #95a5a6 !important;
    opacity: 1
}

.b-orange {
    border-color: #f39c12
}

.bg-orange {
    background-color: #f39c12 !important
}

.text-orange {
    color: #f39c12
}

.btn-orange {
    color: white;
    background-color: #f39c12;
    border-color: #f39c12;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #f39c12;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active,
.open>.dropdown-toggle.btn-orange {
    color: #f39c12;
    background-color: #fff;
    border-color: #d6880b
}

.btn-orange:active,
.btn-orange.active,
.open>.dropdown-toggle.btn-orange {
    background-image: none
}

.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled.focus,
.btn-orange[disabled].focus,
fieldset[disabled] .btn-orange.focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
    background-color: #f39c12;
    border-color: #f39c12
}

.btn-orange .badge {
    color: #f39c12;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-orange>a,
.navbar-default .navbar-nav>.open.b-orange>a:hover,
.navbar-default .navbar-nav>.open.b-orange>a:focus,
.navbar-default .navbar-nav>li.b-orange>a:focus,
.navbar-default .navbar-nav>li.b-orange>a:active,
.navbar-default .navbar-nav>li.b-orange>a.active,
.navbar-default .navbar-nav>li.b-orange>a:hover {
    background: #f39c12 !important;
    opacity: 1
}

.b-pumpkin {
    border-color: #d35400
}

.bg-pumpkin {
    background-color: #d35400 !important
}

.text-pumpkin {
    color: #d35400
}

.btn-pumpkin {
    color: white;
    background-color: #d35400;
    border-color: #d35400;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #d35400;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-pumpkin:hover,
.btn-pumpkin:focus,
.btn-pumpkin.focus,
.btn-pumpkin:active,
.btn-pumpkin.active,
.open>.dropdown-toggle.btn-pumpkin {
    color: #d35400;
    background-color: #fff;
    border-color: #af4600
}

.btn-pumpkin:active,
.btn-pumpkin.active,
.open>.dropdown-toggle.btn-pumpkin {
    background-image: none
}

.btn-pumpkin.disabled,
.btn-pumpkin[disabled],
fieldset[disabled] .btn-pumpkin,
.btn-pumpkin.disabled:hover,
.btn-pumpkin[disabled]:hover,
fieldset[disabled] .btn-pumpkin:hover,
.btn-pumpkin.disabled:focus,
.btn-pumpkin[disabled]:focus,
fieldset[disabled] .btn-pumpkin:focus,
.btn-pumpkin.disabled.focus,
.btn-pumpkin[disabled].focus,
fieldset[disabled] .btn-pumpkin.focus,
.btn-pumpkin.disabled:active,
.btn-pumpkin[disabled]:active,
fieldset[disabled] .btn-pumpkin:active,
.btn-pumpkin.disabled.active,
.btn-pumpkin[disabled].active,
fieldset[disabled] .btn-pumpkin.active {
    background-color: #d35400;
    border-color: #d35400
}

.btn-pumpkin .badge {
    color: #d35400;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-pumpkin>a,
.navbar-default .navbar-nav>.open.b-pumpkin>a:hover,
.navbar-default .navbar-nav>.open.b-pumpkin>a:focus,
.navbar-default .navbar-nav>li.b-pumpkin>a:focus,
.navbar-default .navbar-nav>li.b-pumpkin>a:active,
.navbar-default .navbar-nav>li.b-pumpkin>a.active,
.navbar-default .navbar-nav>li.b-pumpkin>a:hover {
    background: #d35400 !important;
    opacity: 1
}

.b-pomegranate {
    border-color: #c0392b
}

.bg-pomegranate {
    background-color: #c0392b !important
}

.text-pomegranate {
    color: #c0392b
}

.btn-pomegranate {
    color: white;
    background-color: #c0392b;
    border-color: #c0392b;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #c0392b;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-pomegranate:hover,
.btn-pomegranate:focus,
.btn-pomegranate.focus,
.btn-pomegranate:active,
.btn-pomegranate.active,
.open>.dropdown-toggle.btn-pomegranate {
    color: #c0392b;
    background-color: #fff;
    border-color: #a33024
}

.btn-pomegranate:active,
.btn-pomegranate.active,
.open>.dropdown-toggle.btn-pomegranate {
    background-image: none
}

.btn-pomegranate.disabled,
.btn-pomegranate[disabled],
fieldset[disabled] .btn-pomegranate,
.btn-pomegranate.disabled:hover,
.btn-pomegranate[disabled]:hover,
fieldset[disabled] .btn-pomegranate:hover,
.btn-pomegranate.disabled:focus,
.btn-pomegranate[disabled]:focus,
fieldset[disabled] .btn-pomegranate:focus,
.btn-pomegranate.disabled.focus,
.btn-pomegranate[disabled].focus,
fieldset[disabled] .btn-pomegranate.focus,
.btn-pomegranate.disabled:active,
.btn-pomegranate[disabled]:active,
fieldset[disabled] .btn-pomegranate:active,
.btn-pomegranate.disabled.active,
.btn-pomegranate[disabled].active,
fieldset[disabled] .btn-pomegranate.active {
    background-color: #c0392b;
    border-color: #c0392b
}

.btn-pomegranate .badge {
    color: #c0392b;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-pomegranate>a,
.navbar-default .navbar-nav>.open.b-pomegranate>a:hover,
.navbar-default .navbar-nav>.open.b-pomegranate>a:focus,
.navbar-default .navbar-nav>li.b-pomegranate>a:focus,
.navbar-default .navbar-nav>li.b-pomegranate>a:active,
.navbar-default .navbar-nav>li.b-pomegranate>a.active,
.navbar-default .navbar-nav>li.b-pomegranate>a:hover {
    background: #c0392b !important;
    opacity: 1
}

.b-silver {
    border-color: #bdc3c7
}

.bg-silver {
    background-color: #bdc3c7 !important
}

.text-silver {
    color: #bdc3c7
}

.btn-silver {
    color: white;
    background-color: #bdc3c7;
    border-color: #bdc3c7;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #bdc3c7;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-silver:hover,
.btn-silver:focus,
.btn-silver.focus,
.btn-silver:active,
.btn-silver.active,
.open>.dropdown-toggle.btn-silver {
    color: #bdc3c7;
    background-color: #fff;
    border-color: #aab1b7
}

.btn-silver:active,
.btn-silver.active,
.open>.dropdown-toggle.btn-silver {
    background-image: none
}

.btn-silver.disabled,
.btn-silver[disabled],
fieldset[disabled] .btn-silver,
.btn-silver.disabled:hover,
.btn-silver[disabled]:hover,
fieldset[disabled] .btn-silver:hover,
.btn-silver.disabled:focus,
.btn-silver[disabled]:focus,
fieldset[disabled] .btn-silver:focus,
.btn-silver.disabled.focus,
.btn-silver[disabled].focus,
fieldset[disabled] .btn-silver.focus,
.btn-silver.disabled:active,
.btn-silver[disabled]:active,
fieldset[disabled] .btn-silver:active,
.btn-silver.disabled.active,
.btn-silver[disabled].active,
fieldset[disabled] .btn-silver.active {
    background-color: #bdc3c7;
    border-color: #bdc3c7
}

.btn-silver .badge {
    color: #bdc3c7;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-silver>a,
.navbar-default .navbar-nav>.open.b-silver>a:hover,
.navbar-default .navbar-nav>.open.b-silver>a:focus,
.navbar-default .navbar-nav>li.b-silver>a:focus,
.navbar-default .navbar-nav>li.b-silver>a:active,
.navbar-default .navbar-nav>li.b-silver>a.active,
.navbar-default .navbar-nav>li.b-silver>a:hover {
    background: #bdc3c7 !important;
    opacity: 1
}

.b-asbestos {
    border-color: #7f8c8d
}

.bg-asbestos {
    background-color: #7f8c8d !important
}

.text-asbestos {
    color: #7f8c8d
}

.btn-asbestos {
    color: white;
    background-color: #7f8c8d;
    border-color: #7f8c8d;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #7f8c8d;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-asbestos:hover,
.btn-asbestos:focus,
.btn-asbestos.focus,
.btn-asbestos:active,
.btn-asbestos.active,
.open>.dropdown-toggle.btn-asbestos {
    color: #7f8c8d;
    background-color: #fff;
    border-color: #6d7a7b
}

.btn-asbestos:active,
.btn-asbestos.active,
.open>.dropdown-toggle.btn-asbestos {
    background-image: none
}

.btn-asbestos.disabled,
.btn-asbestos[disabled],
fieldset[disabled] .btn-asbestos,
.btn-asbestos.disabled:hover,
.btn-asbestos[disabled]:hover,
fieldset[disabled] .btn-asbestos:hover,
.btn-asbestos.disabled:focus,
.btn-asbestos[disabled]:focus,
fieldset[disabled] .btn-asbestos:focus,
.btn-asbestos.disabled.focus,
.btn-asbestos[disabled].focus,
fieldset[disabled] .btn-asbestos.focus,
.btn-asbestos.disabled:active,
.btn-asbestos[disabled]:active,
fieldset[disabled] .btn-asbestos:active,
.btn-asbestos.disabled.active,
.btn-asbestos[disabled].active,
fieldset[disabled] .btn-asbestos.active {
    background-color: #7f8c8d;
    border-color: #7f8c8d
}

.btn-asbestos .badge {
    color: #7f8c8d;
    background-color: white
}

.navbar-default .navbar-nav>.open.b-asbestos>a,
.navbar-default .navbar-nav>.open.b-asbestos>a:hover,
.navbar-default .navbar-nav>.open.b-asbestos>a:focus,
.navbar-default .navbar-nav>li.b-asbestos>a:focus,
.navbar-default .navbar-nav>li.b-asbestos>a:active,
.navbar-default .navbar-nav>li.b-asbestos>a.active,
.navbar-default .navbar-nav>li.b-asbestos>a:hover {
    background: #7f8c8d !important;
    opacity: 1
}

.hide {
    display: none
}

.margin-top-10 {
    margin-top: 10px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.inline {
    display: inline-block !important
}

.b-blank {
    border-color: #000
}

.b-r {
    border-right: 1px solid
}

.b-l {
    border-left: 1px solid
}

.b-t {
    border-top: 1px solid
}

.b-b {
    border-bottom: 1px solid
}

.b-a {
    border-width: 1px
}

.b-transparent {
    border-color: rgba(0, 0, 0, 0.4)
}

.b-grey {
    border-color: #e5e9ec
}

.visible-xlg {
    display: none
}

.hidden-xlg {
    display: block
}

.image-responsive-width {
    width: 100%
}

.box-250 {
    width: 250px;
    height: 250px
}

.overlayer {
    position: absolute;
    display: block;
    z-index: 80
}

.overlayer.fullwidth {
    width: 100%
}

.overlayer-wrapper {
    position: relative;
    display: block;
    z-index: 9999
}

.demo-map {
    width: 100%
}

.overlay-fixed {
    top: auto !important
}

.top-left {
    position: absolute;
    top: 0;
    left: 0
}

.top-right {
    position: absolute;
    top: 1px;
    right: 0
}

.bottom-left {
    position: absolute;
    bottom: 1px;
    left: 0
}

.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0
}

.pull-down {
    vertical-align: bottom;
    display: table-cell
}

.pull-up {
    vertical-align: top;
    display: table-cell
}

.full-height {
    height: 100%
}

.full-width {
    width: 100%
}

.scroller {
    overflow: auto;
    position: relative;
    -webkit-overflow-scrolling: touch
}

.popover-content {
    font-size: 13px
}

.popover-content .scroller {
    padding-right: 0 !important
}

.toggle-button,
.toggle-button label {
    margin-top: 3px;
    background-image: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border: 1px solid #eee !important;
    -moz-border-radius-topleft: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.toggle-button span.labelRight,
.toggle-button span.primary,
.toggle-button span.labelLeft,
.toggle-button span.info,
.toggle-button span.success,
.toggle-button span.warning,
.toggle-button span.danger {
    -moz-border-radius-topleft: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    background-image: none !important
}

.toggle-button span.labelRight {
    background-color: #eee
}

.dataTable {
    clear: both;
    margin-top: 5px
}

.dataTables_filter label {
    line-height: 32px !important
}

.DTTT_dropdown li {
    position: relative
}

div.DTTT_print_info.modal {
    height: 150px;
    margin-top: 150px;
    text-align: center;
    border: 0;
    z-index: 999
}

div.DTTT_print_info h6 {
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    margin: 1em
}

div.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px
}

.invoice-button-action-set {
    position: absolute
}

.login-container {
    margin-top: 13%
}

.lockscreen-wrapper {
    position: relative;
    margin-top: 20%
}

.lockscreen-wrapper .profile-wrapper {
    border-radius: 100px;
    float: left;
    height: 65px;
    margin-right: 11px;
    margin-top: 9px;
    overflow: hidden;
    width: 65px;
    display: inline-block
}

.lockscreen-wrapper .user {
    text-align: left
}

.lockscreen-wrapper .user-form {
    margin-top: -10px;
    display: inline-block;
    float: left;
    min-width: 320px
}

.lockscreen-wrapper .user-form input,
.lockscreen-wrapper .user-form button {
    float: left;
    margin-right: 10px
}

.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
    text-align: left
}

.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
    text-align: center
}

.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
    text-align: right
}

.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
    text-align: justify
}

@media (max-width:767px) {
    .text-left-not-xs,
    .text-center-not-xs,
    .text-right-not-xs,
    .text-justify-not-xs {
        text-align: inherit
    }
    .text-left-xs {
        text-align: left
    }
    .text-center-xs {
        text-align: center
    }
    .text-right-xs {
        text-align: right
    }
    .text-justify-xs {
        text-align: justify
    }
}

@media (min-width:768px) and (max-width:991px) {
    .text-left-not-sm,
    .text-center-not-sm,
    .text-right-not-sm,
    .text-justify-not-sm {
        text-align: inherit
    }
    .text-left-sm {
        text-align: left
    }
    .text-center-sm {
        text-align: center
    }
    .text-right-sm {
        text-align: right
    }
    .text-justify-sm {
        text-align: justify
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .text-left-not-md,
    .text-center-not-md,
    .text-right-not-md,
    .text-justify-not-md {
        text-align: inherit
    }
    .text-left-md {
        text-align: left
    }
    .text-center-md {
        text-align: center
    }
    .text-right-md {
        text-align: right
    }
    .text-justify-md {
        text-align: justify
    }
}

@media (min-width:1200px) {
    .text-left-not-lg,
    .text-center-not-lg,
    .text-right-not-lg,
    .text-justify-not-lg {
        text-align: inherit
    }
    .text-left-lg {
        text-align: left
    }
    .text-center-lg {
        text-align: center
    }
    .text-right-lg {
        text-align: right
    }
    .text-justify-lg {
        text-align: justify
    }
}

.btn-file {
    position: relative;
    overflow: hidden
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block
}

input[readonly] {
    background-color: white !important;
    cursor: text !important
}

@media (min-width:767px) {
    .auto.col-lg-1:nth-child(12n+1),
    .auto.col-lg-2:nth-child(6n+1),
    .auto.col-lg-3:nth-child(4n+1),
    .auto.col-lg-4:nth-child(3n+1),
    .auto.col-lg-6:nth-child(2n+1),
    .auto.col-md-1:nth-child(12n+1),
    .auto.col-md-2:nth-child(6n+1),
    .auto.col-md-3:nth-child(4n+1),
    .auto.col-md-4:nth-child(3n+1),
    .auto.col-md-6:nth-child(2n+1) {
        clear: none
    }
    .auto.col-sm-1:nth-child(12n+1),
    .auto.col-sm-2:nth-child(6n+1),
    .auto.col-sm-3:nth-child(4n+1),
    .auto.col-sm-4:nth-child(3n+1),
    .auto.col-sm-6:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width:992px) {
    .auto.col-lg-1:nth-child(12n+1),
    .auto.col-lg-2:nth-child(6n+1),
    .auto.col-lg-3:nth-child(4n+1),
    .auto.col-lg-4:nth-child(3n+1),
    .auto.col-lg-6:nth-child(2n+1),
    .auto.col-sm-1:nth-child(12n+1),
    .auto.col-sm-2:nth-child(6n+1),
    .auto.col-sm-3:nth-child(4n+1),
    .auto.col-sm-4:nth-child(3n+1),
    .auto.col-sm-6:nth-child(2n+1) {
        clear: none
    }
    .auto.col-md-1:nth-child(12n+1),
    .auto.col-md-2:nth-child(6n+1),
    .auto.col-md-3:nth-child(4n+1),
    .auto.col-md-4:nth-child(3n+1),
    .auto.col-md-6:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width:1200px) {
    .auto.col-md-1:nth-child(12n+1),
    .auto.col-md-2:nth-child(6n+1),
    .auto.col-md-3:nth-child(4n+1),
    .auto.col-md-4:nth-child(3n+1),
    .auto.col-md-6:nth-child(2n+1),
    .auto.col-sm-1:nth-child(12n+1),
    .auto.col-sm-2:nth-child(6n+1),
    .auto.col-sm-3:nth-child(4n+1),
    .auto.col-sm-4:nth-child(3n+1),
    .auto.col-sm-6:nth-child(2n+1) {
        clear: none
    }
    .auto.col-lg-1:nth-child(12n+1),
    .auto.col-lg-2:nth-child(6n+1),
    .auto.col-lg-3:nth-child(4n+1),
    .auto.col-lg-4:nth-child(3n+1),
    .auto.col-lg-6:nth-child(2n+1) {
        clear: left
    }
}

.btn-big {
    font-size: 18pt;
    padding: 16px
}

.v-align-children {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row
}

.v-align-children-column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column
}

.disable-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media all and (max-width:990px) {
    .v-align-children {
        display: block !important
    }
}

.v-align-transform {
    position: relative;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    top: 50%;
    z-index: 2
}

.align-bottom {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2
}

.align-top {
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2
}

.btn-facebook {
    color: white;
    background-color: #3b5998;
    border-color: #3b5998;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #3b5998;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
    color: #3b5998;
    background-color: #ffcc00;
    border-color: #314a7e
}

.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {

    background-image: none
}

.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
    background-color: #3b5998;
    border-color: #3b5998
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: white
}

.btn-twitter {
    color: white;
    background-color: #00aced;
    border-color: #00aced;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #00aced;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter.focus,
.btn-twitter:active,
.btn-twitter.active,
.open>.dropdown-toggle.btn-twitter {
    color: #00aced;
    background-color: #ffcc00;
    border-color: #0092c9
}

.btn-twitter:active,
.btn-twitter.active,
.open>.dropdown-toggle.btn-twitter {
    background-image: none
}

.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter.focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
    background-color: #00aced;
    border-color: #00aced
}

.btn-twitter .badge {
    color: #00aced;
    background-color: white
}

.btn-gplus {
    color: white;
    background-color: #dd4b39;
    border-color: #dd4b39;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #dd4b39;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-gplus:hover,
.btn-gplus:focus,
.btn-gplus.focus,
.btn-gplus:active,
.btn-gplus.active,
.open>.dropdown-toggle.btn-gplus {
    color: #dd4b39;
    background-color: #ffcc00;
    border-color: #cf3624
}

.btn-gplus:active,
.btn-gplus.active,
.open>.dropdown-toggle.btn-gplus {
    background-image: none
}

.btn-gplus.disabled,
.btn-gplus[disabled],
fieldset[disabled] .btn-gplus,
.btn-gplus.disabled:hover,
.btn-gplus[disabled]:hover,
fieldset[disabled] .btn-gplus:hover,
.btn-gplus.disabled:focus,
.btn-gplus[disabled]:focus,
fieldset[disabled] .btn-gplus:focus,
.btn-gplus.disabled.focus,
.btn-gplus[disabled].focus,
fieldset[disabled] .btn-gplus.focus,
.btn-gplus.disabled:active,
.btn-gplus[disabled]:active,
fieldset[disabled] .btn-gplus:active,
.btn-gplus.disabled.active,
.btn-gplus[disabled].active,
fieldset[disabled] .btn-gplus.active {
    background-color: #dd4b39;
    border-color: #dd4b39
}

.btn-gplus .badge {
    color: #dd4b39;
    background-color: white
}

.btn-youtube {
    color: white;
    background-color: #b00;
    border-color: #b00;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #b00;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube.focus,
.btn-youtube:active,
.btn-youtube.active,
.open>.dropdown-toggle.btn-youtube {
    color: #b00;
    background-color: #ffcc00;
    border-color: #970000
}

.btn-youtube:active,
.btn-youtube.active,
.open>.dropdown-toggle.btn-youtube {
    background-image: none
}

.btn-youtube.disabled,
.btn-youtube[disabled],
fieldset[disabled] .btn-youtube,
.btn-youtube.disabled:hover,
.btn-youtube[disabled]:hover,
fieldset[disabled] .btn-youtube:hover,
.btn-youtube.disabled:focus,
.btn-youtube[disabled]:focus,
fieldset[disabled] .btn-youtube:focus,
.btn-youtube.disabled.focus,
.btn-youtube[disabled].focus,
fieldset[disabled] .btn-youtube.focus,
.btn-youtube.disabled:active,
.btn-youtube[disabled]:active,
fieldset[disabled] .btn-youtube:active,
.btn-youtube.disabled.active,
.btn-youtube[disabled].active,
fieldset[disabled] .btn-youtube.active {
    background-color: #b00;
    border-color: #b00
}

.btn-youtube .badge {
    color: #b00;
    background-color: white
}

.btn-instagram {
    color: white;
    background-color: #517fa4;
    border-color: #517fa4;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #517fa4;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram.focus,
.btn-instagram:active,
.btn-instagram.active,
.open>.dropdown-toggle.btn-instagram {
    color: #517fa4;
    background-color: #ffcc00;
    border-color: #456c8c
}

.btn-instagram:active,
.btn-instagram.active,
.open>.dropdown-toggle.btn-instagram {
    background-image: none
}

.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled.focus,
.btn-instagram[disabled].focus,
fieldset[disabled] .btn-instagram.focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram.active {
    background-color: #517fa4;
    border-color: #517fa4
}

.btn-instagram .badge {
    color: #517fa4;
    background-color: white
}

.btn-facebook-hover:hover {
    color: white;
    background-color: #3b5998;
    border-color: #3b5998;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #3b5998;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-facebook-hover:hover:hover,
.btn-facebook-hover:hover:focus,
.btn-facebook-hover:hover.focus,
.btn-facebook-hover:hover:active,
.btn-facebook-hover:hover.active,
.open>.dropdown-toggle.btn-facebook-hover:hover {
    color: #3b5998;
    background-color: #ffcc00;
    border-color: #314a7e
}

.btn-facebook-hover:hover:active,
.btn-facebook-hover:hover.active,
.open>.dropdown-toggle.btn-facebook-hover:hover {
    background-image: none
}

.btn-facebook-hover:hover.disabled,
.btn-facebook-hover:hover[disabled],
fieldset[disabled] .btn-facebook-hover:hover,
.btn-facebook-hover:hover.disabled:hover,
.btn-facebook-hover:hover[disabled]:hover,
fieldset[disabled] .btn-facebook-hover:hover:hover,
.btn-facebook-hover:hover.disabled:focus,
.btn-facebook-hover:hover[disabled]:focus,
fieldset[disabled] .btn-facebook-hover:hover:focus,
.btn-facebook-hover:hover.disabled.focus,
.btn-facebook-hover:hover[disabled].focus,
fieldset[disabled] .btn-facebook-hover:hover.focus,
.btn-facebook-hover:hover.disabled:active,
.btn-facebook-hover:hover[disabled]:active,
fieldset[disabled] .btn-facebook-hover:hover:active,
.btn-facebook-hover:hover.disabled.active,
.btn-facebook-hover:hover[disabled].active,
fieldset[disabled] .btn-facebook-hover:hover.active {
    background-color: #3b5998;
    border-color: #3b5998
}

.btn-facebook-hover:hover .badge {
    color: #3b5998;
    background-color: white
}

.btn-twitter-hover:hover {
    color: white;
    background-color: #00aced;
    border-color: #00aced;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #00aced;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-twitter-hover:hover:hover,
.btn-twitter-hover:hover:focus,
.btn-twitter-hover:hover.focus,
.btn-twitter-hover:hover:active,
.btn-twitter-hover:hover.active,
.open>.dropdown-toggle.btn-twitter-hover:hover {
    color: #00aced;
    background-color: #ffcc00;
    border-color: #0092c9
}

.btn-twitter-hover:hover:active,
.btn-twitter-hover:hover.active,
.open>.dropdown-toggle.btn-twitter-hover:hover {
    background-image: none
}

.btn-twitter-hover:hover.disabled,
.btn-twitter-hover:hover[disabled],
fieldset[disabled] .btn-twitter-hover:hover,
.btn-twitter-hover:hover.disabled:hover,
.btn-twitter-hover:hover[disabled]:hover,
fieldset[disabled] .btn-twitter-hover:hover:hover,
.btn-twitter-hover:hover.disabled:focus,
.btn-twitter-hover:hover[disabled]:focus,
fieldset[disabled] .btn-twitter-hover:hover:focus,
.btn-twitter-hover:hover.disabled.focus,
.btn-twitter-hover:hover[disabled].focus,
fieldset[disabled] .btn-twitter-hover:hover.focus,
.btn-twitter-hover:hover.disabled:active,
.btn-twitter-hover:hover[disabled]:active,
fieldset[disabled] .btn-twitter-hover:hover:active,
.btn-twitter-hover:hover.disabled.active,
.btn-twitter-hover:hover[disabled].active,
fieldset[disabled] .btn-twitter-hover:hover.active {
    background-color: #00aced;
    border-color: #00aced
}

.btn-twitter-hover:hover .badge {
    color: #00aced;
    background-color: white
}

.btn-gplus-hover:hover {
    color: white;
    background-color: #dd4b39;
    border-color: #dd4b39;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #dd4b39;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-gplus-hover:hover:hover,
.btn-gplus-hover:hover:focus,
.btn-gplus-hover:hover.focus,
.btn-gplus-hover:hover:active,
.btn-gplus-hover:hover.active,
.open>.dropdown-toggle.btn-gplus-hover:hover {
    color: #dd4b39;
    background-color: #ffcc00;
    border-color: #cf3624
}

.btn-gplus-hover:hover:active,
.btn-gplus-hover:hover.active,
.open>.dropdown-toggle.btn-gplus-hover:hover {
    background-image: none
}

.btn-gplus-hover:hover.disabled,
.btn-gplus-hover:hover[disabled],
fieldset[disabled] .btn-gplus-hover:hover,
.btn-gplus-hover:hover.disabled:hover,
.btn-gplus-hover:hover[disabled]:hover,
fieldset[disabled] .btn-gplus-hover:hover:hover,
.btn-gplus-hover:hover.disabled:focus,
.btn-gplus-hover:hover[disabled]:focus,
fieldset[disabled] .btn-gplus-hover:hover:focus,
.btn-gplus-hover:hover.disabled.focus,
.btn-gplus-hover:hover[disabled].focus,
fieldset[disabled] .btn-gplus-hover:hover.focus,
.btn-gplus-hover:hover.disabled:active,
.btn-gplus-hover:hover[disabled]:active,
fieldset[disabled] .btn-gplus-hover:hover:active,
.btn-gplus-hover:hover.disabled.active,
.btn-gplus-hover:hover[disabled].active,
fieldset[disabled] .btn-gplus-hover:hover.active {
    background-color: #dd4b39;
    border-color: #dd4b39
}

.btn-gplus-hover:hover .badge {
    color: #dd4b39;
    background-color: white
}

.btn-youtube-hover:hover {
    color: white;
    background-color: #b00;
    border-color: #b00;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #b00;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-youtube-hover:hover:hover,
.btn-youtube-hover:hover:focus,
.btn-youtube-hover:hover.focus,
.btn-youtube-hover:hover:active,
.btn-youtube-hover:hover.active,
.open>.dropdown-toggle.btn-youtube-hover:hover {
    color: #b00;
    background-color: #ffcc00;
    border-color: #970000
}

.btn-youtube-hover:hover:active,
.btn-youtube-hover:hover.active,
.open>.dropdown-toggle.btn-youtube-hover:hover {
    background-image: none
}

.btn-youtube-hover:hover.disabled,
.btn-youtube-hover:hover[disabled],
fieldset[disabled] .btn-youtube-hover:hover,
.btn-youtube-hover:hover.disabled:hover,
.btn-youtube-hover:hover[disabled]:hover,
fieldset[disabled] .btn-youtube-hover:hover:hover,
.btn-youtube-hover:hover.disabled:focus,
.btn-youtube-hover:hover[disabled]:focus,
fieldset[disabled] .btn-youtube-hover:hover:focus,
.btn-youtube-hover:hover.disabled.focus,
.btn-youtube-hover:hover[disabled].focus,
fieldset[disabled] .btn-youtube-hover:hover.focus,
.btn-youtube-hover:hover.disabled:active,
.btn-youtube-hover:hover[disabled]:active,
fieldset[disabled] .btn-youtube-hover:hover:active,
.btn-youtube-hover:hover.disabled.active,
.btn-youtube-hover:hover[disabled].active,
fieldset[disabled] .btn-youtube-hover:hover.active {
    background-color: #b00;
    border-color: #b00
}

.btn-youtube-hover:hover .badge {
    color: #b00;
    background-color: white
}

.btn-instagram-hover:hover {
    color: white;
    background-color: #517fa4;
    border-color: #517fa4;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #517fa4;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-instagram-hover:hover:hover,
.btn-instagram-hover:hover:focus,
.btn-instagram-hover:hover.focus,
.btn-instagram-hover:hover:active,
.btn-instagram-hover:hover.active,
.open>.dropdown-toggle.btn-instagram-hover:hover {
    color: #517fa4;
    background-color: #ffcc00;
    border-color: #456c8c
}

.btn-instagram-hover:hover:active,
.btn-instagram-hover:hover.active,
.open>.dropdown-toggle.btn-instagram-hover:hover {
    background-image: none
}

.btn-instagram-hover:hover.disabled,
.btn-instagram-hover:hover[disabled],
fieldset[disabled] .btn-instagram-hover:hover,
.btn-instagram-hover:hover.disabled:hover,
.btn-instagram-hover:hover[disabled]:hover,
fieldset[disabled] .btn-instagram-hover:hover:hover,
.btn-instagram-hover:hover.disabled:focus,
.btn-instagram-hover:hover[disabled]:focus,
fieldset[disabled] .btn-instagram-hover:hover:focus,
.btn-instagram-hover:hover.disabled.focus,
.btn-instagram-hover:hover[disabled].focus,
fieldset[disabled] .btn-instagram-hover:hover.focus,
.btn-instagram-hover:hover.disabled:active,
.btn-instagram-hover:hover[disabled]:active,
fieldset[disabled] .btn-instagram-hover:hover:active,
.btn-instagram-hover:hover.disabled.active,
.btn-instagram-hover:hover[disabled].active,
fieldset[disabled] .btn-instagram-hover:hover.active {
    background-color: #517fa4;
    border-color: #517fa4
}

.btn-instagram-hover:hover .badge {
    color: #517fa4;
    background-color: white
}

.btn-gray {
    color: white;
    background-color: #777;
    border-color: #777;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: 1px solid #777;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray.focus,
.btn-gray:active,
.btn-gray.active,
.open>.dropdown-toggle.btn-gray {
    color: #777;
    background-color: #ffcc00;
    border-color: #656565
}

.btn-gray:active,
.btn-gray.active,
.open>.dropdown-toggle.btn-gray {
    background-image: none
}

.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled.focus,
.btn-gray[disabled].focus,
fieldset[disabled] .btn-gray.focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
    background-color: #777;
    border-color: #777
}

.btn-gray .badge {
    color: #777;
    background-color: white
}

.title-font {
    font-family: 'Raleway', sans-serif
}

.body-font {
    font-family: 'Open Sans', sans-serif
}

#modalDinamica {
    z-index: 999999
}

.swiper-container.fullSlider {
    width: 100%;
    height: 100%
}

.swiper-slide {
    display: table
}

.indicador-scroll {
    z-index: 11;
    font-size: 55pt;
    margin-bottom: 10px;
    color: #fff
}

.contador {
    background: #0078d5;
    padding: 20px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: white
}

.contador .tit {
    font-size: 13pt
}

.contador .num {
    font-size: 30pt;
    font-weight: bolder;
    letter-spacing: -2px
}

.listagem-cards .item .flag {
    margin: -4px 0 0 0
}

.listagem-cards .item .fora-do-ar {
    position: absolute;
    top: 0;
    left: 12px;
    width: 70px
}

#home .swiper-slide {
    height: 400px;
    max-height: 600px;
    overflow: hidden
}

#home .swiper-slide .alignMiddle {
    padding: 50px 0
}

.lisatgem-principal .listagem>.item:not(:last-child) {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    padding-bottom: 30px;
    margin-bottom: 30px
}

#page-stream .flowplayer {
    width: 100%;
    background-color: #000000;
    padding: 0;
    margin: 0
}

#page-stream .flowplayer .fp-controls {
    background-color: rgba(0, 0, 0, 0.4)
}

#page-stream .flowplayer .fp-header .fp-icon {
    margin: 0.4em 1.5em 0 0
}

#page-stream .flowplayer .fp-waiting {
    background: url(https://www.cxtv.com.br/assets/plugins/flowplayer/loading.gif) no-repeat center center;
    height: 100%;
    display: none
}

#page-stream .flowplayer.is-loading .fp-waiting,
#page-stream .flowplayer.is-seeking .fp-waiting {
    display: block
}

#page-stream .flowplayer .fp-waiting svg {
    height: 0
}

#page-stream .camera iframe {
    width: 100%;
    height: 420px;
    border: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #page-stream .camera iframe {
        height: 320px
    }
}

@media only screen and (max-width: 480px) {
    #page-stream .camera iframe {
        height: 280px
    }
}

#page-stream .previsao {
    border: none !important
}

@media only screen and (max-width: 480px) {
    #page-stream .addthis_default_style {
        width: 152px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 767px) {
    #page-stream .addthis_default_style {
        width: 152px;
        margin: 0 auto
    }
}

.infoBox {
    width: 300px
}

.navbar-principal-mobile a {
    text-align: center;
    font-size: 13pt
}

.navbar-principal-mobile .navbar-brand {
    height: 80px;
    padding: 5px
}

.navbar-principal-mobile .navbar-toggle {
    padding: 20px 20px;
    margin-top: 12px
}

#menuPrincipal .dropdown {
    position: absolute;
    z-index: 5;
    width: auto;
    background: #48cc00;
    border: 5px solid #48cc00;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: none
}

#menuPrincipal ul.flexbox {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap
}

#menuPrincipal ul.flexbox li {
    position: relative;
    text-align: center;
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
}

#menuPrincipal ul.flexbox li:first-child {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    float: right !important
}

#menuPrincipal ul.flexbox li a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 3px;
    text-transform: uppercase;
    border-radius: 8px;
    background: #369900;
    font-weight: 700;
    font-size: 11pt;
    display: block;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    padding: 11px 10px 11px 10px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #menuPrincipal ul.flexbox li a {
        font-size: 10pt;
        padding: 10px 5px 10px 5px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #menuPrincipal ul.flexbox li a {
        font-size: 10pt;
        padding: 10px 5px 10px 5px
    }
}

#menuPrincipal ul.flexbox li a.flag {
    background: transparent;
    padding: 2px
}

#menuPrincipal ul.flexbox li a:hover {
    background-color: white;
    color: #48cc00
}

html,
body {
    font-family: 'Open Sans', sans-serif;
    background: #f1f1f1
}

p {
    font-size: 12pt;
    line-height: 2em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif
}

.header {
    min-height: 500px
}

.d-table {
    display: table;
    width: 100%
}

.d-table-cell {
    display: table-cell
}

.d-table-row {
    display: table-row
}

.d-v-align-middle {
    vertical-align: middle
}

.d-v-align-bottom {
    vertical-align: bottom
}

.jumbo {
    font-size: 60pt
}

@media only screen and (max-width: 480px) {
    .jumbo {
        font-size: 30pt
    }
}

.medium {
    letter-spacing: -0.05em;
    font-size: 40pt
}

@media only screen and (max-width: 480px) {
    .medium {
        font-size: 30pt
    }
}

.medium-2 {
    letter-spacing: -0.05em;
    font-size: 30pt
}

@media only screen and (max-width: 480px) {
    .medium-2 {
        font-size: 20pt
    }
}

.medium-3 {
    letter-spacing: -0.05em;
    font-size: 25pt
}

@media only screen and (max-width: 480px) {
    .medium-3 {
        font-size: 15pt
    }
}

body,
html {
    color: #1a1a1a
}

body,
input,
textarea,
select,
button {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern'
}

.divider {
    z-index: -99
}

.divider img {
    width: 100%;
    height: auto;
    margin: -24% 0 -14% 0
}

.overlay:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0078d5;
    opacity: .4;
    z-index: 2
}

.overlay-secondary:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #48cc00;
    opacity: .4;
    z-index: 2
}

.overlay-light:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: .4;
    z-index: 2
}

.overlay-light-heavy:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: .6;
    z-index: 2
}

.overlay-dark:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1a1a1a;
    opacity: .4;
    z-index: 2
}

.overlay-dark-heavy:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1a1a1a;
    opacity: .7;
    z-index: 2
}

.overlay-black:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .4;
    z-index: 2
}

.overlay-black-heavy:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .6;
    z-index: 2
}

.blog-image-snippet {
    padding: 40px 0
}

.blog-image-snippet .container {
    position: relative;
    z-index: 2
}

.blog-image-snippet span {
    display: block
}

.blog-image-snippet span i {
    display: inline-block;
    margin-right: 6px
}

.blog-image-snippet h1 {
    font-size: 40px;
    margin-bottom: 16px
}

.blog-image-snippet:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0078d5;
    opacity: .4;
    z-index: 2
}

.sidebar-widget h5 {
    margin-bottom: 16px
}

.sidebar-widget li {
    padding: 16px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative
}

.sidebar-widget li .arrow_right {
    position: absolute;
    right: 0
}

.sidebar-widget li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.sidebar-widget li a:hover {
    color: #0078d5
}

.sidebar-widget {
    margin-bottom: 40px
}

.sidebar-widget .tags {
    overflow: hidden
}

.sidebar-widget .tags li {
    display: inline-block;
    float: left;
    margin: 0 8px 8px 0;
    width: auto;
    padding: 0;
    border: none
}

.sidebar-widget .tags li a {
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 6px;
    display: inline-block
}

.sidebar-widget .tags li:hover {
    background: #4ad100
}

.sidebar-widget .instafeed {
    padding: 0;
    border: none
}

.sidebar-widget .instafeed li:nth-child(n+7) {
    display: none
}

.sidebar-widget .instafeed li {
    width: 33.33333%;
    padding: 0
}

.sidebar-widget .tweet {
    font-size: 16px !important;
    line-height: 32px !important;
    font-style: normal !important;
    font-weight: normal !important
}

.sidebar-widget .tweet a {
    font-weight: 600 !important;
    color: #0078d5 !important
}

.sidebar-widget .social_twitter {
    font-size: 16px;
    color: #0078d5
}

.sidebar-widget #tweets li {
    border: none
}

@media screen and (max-width:767px) {
    .blog-sidebar {
        display: none
    }
}

.blog-masonry-item {
    margin-bottom: 30px
}

.blog-masonry-item img {
    width: 100%;
    height: auto
}

.blog-masonry-item .post-title {
    background: #fff;
    padding: 28px 32px 32px 32px;
    position: relative
}

.blog-masonry-item h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
    font-weight: bolder
}

.blog-masonry-item p {
    margin-bottom: 32px
}

.blog-masonry-item span {
    display: block;
    color: #0078d5;
    line-height: 18px
}

.blog-masonry-item .link-text {
    position: absolute;
    bottom: 32px;
    right: 32px
}

.blog-masonry-item h1 {
    font-weight: 600;
    margin-bottom: 48px;
    line-height: 40px
}

.blog-masonry-item iframe {
    width: 100%
}

.quote-post:hover .post-title {
    background: #0078d5
}

.quote-post:hover h1 {
    color: #fff
}

.quote-post:hover span {
    color: #fff
}

.quote-post:hover .link-text {
    color: #fff;
    border-color: #fff
}

.video-post iframe {
    height: 250px
}

.blog-filters {
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 32px
}

.blog-filters li {
    float: left;
    margin-right: 16px;
    color: #48cc00;
    cursor: pointer
}

.blog-filters li:last-child {
    margin-right: 0
}

.blog-filters li.active {
    border-bottom: 2px solid #48cc00
}

.article-body .media-holder {
    margin: 32px 0;
    position: relative;
    z-index: 1
}

.article-body iframe {
    width: 100%;
    height: 440px
}

.media-holder:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    top: 0;
    z-index: 2
}

@media screen and (max-width:767px) {
    .article-body iframe {
        height: 215px
    }
}

@media screen and (max-width:990px) {
    .media-holder {
        margin-top: 32px
    }
}

.comment-list {
    margin-top: 32px
}

.comment-list h5 {
    margin-bottom: 32px
}

.comment-list ol {
    padding: 0;
    margin-bottom: 48px
}

.comment-list li {
    margin-bottom: 32px
}

.comment-list li:last-child {
    margin-bottom: 0
}

.comment-list .children {
    padding-left: 50px;
    margin-bottom: 32px
}

.blog-comment {
    overflow: hidden
}

.blog-comment .user {
    width: 100px;
    float: left
}

.blog-comment .user img {
    max-width: 100%
}

.blog-comment .info {
    margin-bottom: 16px
}

.blog-comment .link-text {
    display: inline-block;
    margin-left: 12px
}

.blog-comment .message {
    width: auto;
    background: #fff;
    margin-left: 115px;
    padding: 24px
}

.blog-comment .message h6 {
    margin-bottom: 0
}

.comment-respond {
    margin-top: 32px
}

.comment-form .form-input {
    margin-bottom: 16px
}

.comment-form .form-input:last-child {
    margin-bottom: 0
}

.comment-form input[type="text"],
.comment-form textarea {
    width: 100%;
    padding: 16px;
    border: none;
    box-shadow: none
}

.comment-form input[type="submit"] {
    min-width: 185px
}

@media screen and (max-width:767px) {
    .blog-comment .user {
        display: none
    }
    .blog-comment .message {
        margin-left: 0
    }
}

.fs-vid-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

.fs-vid-background video {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.overlay .fs-vid-background:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #61b2fd;
    opacity: .4;
    z-index: 2
}

@media all and (max-width:990px) {
    .fs-vid-background {
        display: none
    }
}


/*!---------- 5. SECTIONS ----------*/

section,
footer {
    position: relative;
    overflow: hidden
}

.FavExc {
    width: 16px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 20px;
    display: none;
}

.item:hover .FavExc {
    display: block;
}

.logo-mobile {
    background-clip: padding-box;
    background-color: white;
    border: 2px solid #dfdfdf;
    border-radius: 8px !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    color: #0078d5;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.35s ease 0s;
    white-space: normal;
    margin-bottom: 20px;
}