.demo {
    background-image: url(../images/about/contact_bg.png);
    background-position: center;
    background-size: unset;
    background-repeat: repeat-x;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ts-wrapper {
    float: left;
    width: 100%
}

.vertical-menu {
    width: 100%;
    margin-top: 22px
}

#cssmenu {
    width: 100%;
    color: #fff;
    text-align: left
}

.vertical-menu-btm {
    background-color: #193a6a;
    color: #fff;
    line-height: 31px;
    padding-left: 12px;
    text-align: left;
    text-transform: uppercase
}

#cssmenu ul ul {
    display: none
}

#cssmenu>ul>li.active>ul {
    display: block
}

.align-right {
    float: right
}

#cssmenu>ul>li>a {
    padding: 10px 12px;
    cursor: pointer;
    z-index: 2;
    font-size: 12px;
    text-decoration: none;
    color: #000;
    background: #f1f1f1;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    border-bottom: solid 1px #fff;
    text-transform: uppercase;
    letter-spacing: .5px !important
}

#cssmenu>ul>li>a:hover {
    color: #000;
    background-color: #fff
}

#cssmenu>ul>li>a.active {
    color: #000;
    background-color: #fff
}

#cssmenu ul>li.has-sub>a:after {
    position: absolute;
    right: 22px;
    top: 12px;
    z-index: 5;
    display: block;
    height: 9px;
    width: 1px;
    background: #000;
    content: "";
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

#cssmenu ul>li.has-sub>a:before {
    position: absolute;
    right: 18px;
    top: 16px;
    display: block;
    width: 9px;
    height: 1px;
    background: #000;
    content: "";
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

#cssmenu ul>li.has-sub.open>a:after,
#cssmenu ul>li.has-sub.open>a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#cssmenu ul ul li a {
    padding: 10px 15px;
    cursor: pointer;
    z-index: 2;
    font-size: 12px;
    text-decoration: none;
    color: #000;
    background: #fbfbfb;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    text-transform: uppercase;
    letter-spacing: 0;
    border-bottom: solid 1px #f1f1f1
}

#cssmenu ul ul ul li a {
    padding-left: 32px
}

#cssmenu ul ul li a:hover {
    color: #000;
    background-color: #f1f1f1
}

#cssmenu ul ul>li.has-sub>a:after {
    top: 16px;
    right: 26px;
    background: #ddd
}

#cssmenu ul ul>li.has-sub>a:before {
    top: 20px;
    background: #ddd
}

#volunteer {
    min-height: 290px;
    background-color: #000
}

#volunteer .volunteer_content h3 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif
}

#volunteer .volunteer_content h3 span {
    color: #25a1db
}

#volunteer .volunteer_content p {
    font-size: 14px;
    color: #fff;
    font-family: 'Open Sans', sans-serif
}

#volunteer .join_us {
    padding-top: 55px
}

#volunteer .vol_area {
    padding: 80px 0
}

#volunteer .join_us a.vol_cust_btn {
    background: #43a906;
    color: #fff;
    padding: 8px 50px;
    border: 1px solid #43a906;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regulard41d.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:focus,
a:hover {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #428bca
}

a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 5px
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #c4c4c4;
    opacity: 1;
    font-style: italic
}

.form-control:-ms-input-placeholder {
    color: #c4c4c4;
    font-style: italic
}

.form-control::-webkit-input-placeholder {
    color: #c4c4c4;
    font-style: italic
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    line-height: 34px
}

input[type=date].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm,
input[type=time].input-sm {
    line-height: 30px
}

input[type=date].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg,
input[type=time].input-lg {
    line-height: 46px
}

_:-ms-fullscreen,
:root input[type=date],
_:-ms-fullscreen,
:root input[type=time],
_:-ms-fullscreen,
:root input[type=datetime-local],
_:-ms-fullscreen,
:root input[type=month] {
    line-height: 1.42857143
}

_:-ms-fullscreen.input-sm,
:root input[type=date].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type=time].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type=datetime-local].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type=month].input-sm {
    line-height: 1.5
}

_:-ms-fullscreen.input-lg,
:root input[type=date].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type=time].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type=datetime-local].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type=month].input-lg {
    line-height: 1.33
}

.form-group {
    margin-bottom: 7px;
    float: left;
    width: 100%
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.form-group-sm .form-control,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.form-group-sm .form-control,
select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].form-group-sm .form-control,
select[multiple].input-sm,
textarea.form-group-sm .form-control,
textarea.input-sm {
    height: auto
}

.form-group-lg .form-control,
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.form-group-lg .form-control,
select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].form-group-lg .form-control,
select[multiple].input-lg,
textarea.form-group-lg .form-control,
textarea.input-lg {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #428bca;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none;
    visibility: hidden
}

.collapse.in {
    display: block;
    visibility: visible
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group-vertical>.btn:focus,
.btn-group>.btn:focus {
    outline: 0
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #428bca
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none;
    visibility: hidden
}

.tab-content>.active {
    display: block;
    visibility: visible
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin: 8px -15px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.nav-pills>.active>a>.badge,
a.list-group-item.active>.badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #428bca
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #e1edf7
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #428bca
}

.panel-primary>.panel-heading .badge {
    color: #428bca;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .7;
    z-index: 999
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    opacity: .5
}

.carousel-control.left {
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

body {
    font-family: Roboto;
    font-size: 14px;
    line-height: 26px;
    color: #737373;
    margin: 0
}

footer .owl-pagination {
    display: none !important
}

.client-img {
    height: 94px;
    width: 100%
}

ul {
    margin: 0
}

ul.children {
    padding-left: 25px
}

label {
    font-weight: 500
}

a {
    text-decoration: none;
    color: #fd4326
}

a:focus,
a:hover {
    text-decoration: none;
    color: #737373
}

a:focus {
    outline: 0
}

.ts-bt {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #091375;
    padding: 0 15px;
    line-height: 38px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #091375;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    font-weight: 500
}

.ts-bt:focus,
.ts-bt:hover {
    background: #fff;
    color: #091375;
    border: solid 1px #091375
}

.ts-bt .fa {
    margin-right: 6px
}

.parallax-section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: 0 50%
}

.ts-section-title {
    position: relative
}

.ts-section-title h3 {
    font-weight: 500;
    font-size: 26px;
    color: #00a6dd;
    margin-top: 0;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.ts-section-title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px
}

.ts-section-title.title-light h3 {
    color: #fff
}

.ts-section-title.title-light p {
    color: #cecece
}

.overlay,
.ts-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .7)
}

.bg_parallax {
    position: relative
}

img {
    max-width: 100%
}

#map-canvas img {
    max-width: none
}

#wrapper {
    overflow: hidden
}

.h1,
h1 {
    font-size: 45px
}

.h2,
h2 {
    font-size: 30px
}

h3 {
    font-size: 25px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #252525;
    margin: 0 0 20px
}

.breadcrumbs {
    display: inline-block;
    line-height: 33px;
    padding: 0 15px;
    width: auto;
    border: 1px solid #fff;
    font-size: 12px;
    font-weight: 400;
    color: #00a6dd;
    font-style: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.breadcrumbs a {
    color: #fff
}

.breadcrumbs a:hover {
    color: #00a6dd
}

.breadcrumbs i {
    font-style: normal
}

.ts-style-button {
    background: none repeat scroll 0 0 #42454a;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out 0;
    -o-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0
}

.client-image {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 5px;
    margin-bottom: 8px;
    background: #e4e4e4
}

.client-img {
    background: #fff;
    padding: 15px 0;
    border: solid 1px #cdcdcd;
    -moz-transition: -moz-transform .3s ease-in;
    -webkit-transition: -webkit-transform .3s ease-in;
    -o-transition: -o-transform .3s ease-in
}

.client-img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.pd5 {
    padding: 0 4px !important
}

.ts-style-button:hover {
    background: #00a6dd;
    color: #fff
}

.main-header>.container {
    position: relative
}

.top-header {
    background: #007298
}

.top-info {
    text-align: right
}

.top-header ul {
    padding: 0;
    float: right
}

.social {
    float: left;
    float: left !important
}

#cssmenu i {
    color: #000;
    font-size: 15px;
    margin-right: 5px
}

.top-header ul li {
    display: inline-block;
    list-style: none;
    border-left: 1px solid #323437
}

.top-header ul li:last-child {
    border-right: 1px solid #323437
}

.top-header ul li a .fa {
    color: #00daff;
    font-size: 12px
}

.top-header ul li a {
    color: #fff;
    font-weight: 400;
    padding: 0 13px;
    font-size: 13px !important;
    line-height: 8px
}

.top-header ul li a:hover,
.top-header ul li a:hover .fa {
    color: #00a6dd
}

.top-info ul li a .fa {
    margin-right: 7px
}

.logo {
    -webkit-transition: margin-top .5s;
    -moz-transition: margin-top .5s;
    transition: margin-top .5s;
    float: left;
    padding: 0
}

.logo img {
    height: 61px
}

.logo h1 {
    margin: 0
}

.is-sticky .logo .ariva_logo p {
    display: none
}

#undefined-sticky-wrapper,
.main-header {
    background-color: #fff
}

.mobile-navigation {
    display: none
}

.main-menu {
    text-align: right
}

.main-menu ul {
    display: inline-block;
    margin: 0
}

.main-menu li a .fa {
    margin-right: 3px;
    width: 18px
}

.main-menu ul.cart_list {
    display: block;
    padding: 0
}

.main-menu .navbar-form {
    display: inline-block;
    padding-right: 0
}

.main-menu>ul>li {
    display: inline-block;
    position: relative;
    border-right: 1px solid #fff;
    margin-left: -4px;
    padding-left: 0;
    padding-right: 0
}

.menu-nav>li ul li {
    display: inline-block
}

.main-menu ul li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #252525;
    padding: 30px 15px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: padding .5s;
    -moz-transition: padding .5s;
    transition: padding .5s;
    font-weight: 500
}

.main-menu ul li a:hover {
    background: #091375;
    color: #fff
}

.main-menu ul li a.active {
    background: #000;
    color: #fff
}

li.mini-shoping-cart-wraper a:hover span,
li.mini-shoping-cart-wraper:hover a span {
    border-color: #091375
}

.is-sticky .main-header .main-menu>ul>li.mini-shoping-cart-wraper a span {
    top: 1px
}

.main-menu ul li.megamenu-item>a,
.main-menu ul li.menu-item-has-children>a,
.menu-nav>li a {
    position: relative
}

.main-menu>ul>li.megamenu-item>a:after,
.main-menu>ul>li.menu-item-has-children>a:after {
    content: "\f0d7";
    position: absolute;
    color: #42454a;
    font-family: FontAwesome;
    right: 4px;
    -webkit-transition: bottom .5s;
    -moz-transition: bottom .5s;
    transition: bottom .5s
}

.main-menu>ul>li a.active:after,
.main-menu>ul>li.megamenu-item>a:hover:after,
.main-menu>ul>li.menu-item-has-children>a:hover:after {
    color: #fff
}

.main-menu ul>li.megamenu-item {
    position: static
}

.main-menu ul>li .dropdown-menu {
    background: #fff;
    padding: 15px;
    min-width: 248px;
    margin-top: 0;
    border: solid 2px #091375 !important;
    border-radius: 0 0 5px 5px
}

.menu-nav>li ul.dropdown-menu ul {
    padding-left: 25px
}

.menu-nav>li.megamenu-item ul.dropdown-menu ul {
    padding-left: 0
}

.main-menu ul>li .dropdown-menu>li {
    padding: 0;
    border: none
}

.main-menu ul>li.megamenu-item .dropdown-menu>li {
    padding: 0
}

.megamenu-content .wpb_column {
    padding: 0
}

.main-menu ul>li.megamenu-item .dropdown-menu {
    margin: 0 15px;
    padding: 20px 10px;
    background: #fff;
    border: solid 2px #091375 !important;
    border-radius: 0 0 5px 5px
}

.main-menu ul>li .dropdown-menu li {
    width: 100%
}

.main-menu ul>li .dropdown-menu li a {
    line-height: 30px
}

.menu-nav>li {
    padding: 0
}

.banner-content {
    overflow: hidden
}

.megamenu-content h2 {
    font-weight: 500;
    font-size: 16px;
    color: #091375 !important;
    line-height: normal;
    margin-bottom: 6px;
    text-transform: uppercase
}

.main-menu ul>li .dropdown-menu>li a {
    border-bottom: 1px solid #56585b
}

.main-menu ul>li .dropdown-menu>li:last-child a {
    border-bottom: none
}

.main-menu ul>li .dropdown-menu li a {
    font-size: 13px;
    color: #000;
    font-weight: 400
}

.main-menu ul>li .dropdown-menu li a:focus,
.main-menu ul>li .dropdown-menu li a:hover,
.main-menu ul>li .dropdown-menu li.active a {
    color: #091375;
    background: 0 0
}

.main-menu ul>li .dropdown-menu>li.menu-item-has-children>a:hover:after {
    color: #00a6dd;
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    right: 0
}

.main-menu ul>li.megamenu-item .dropdown-menu li>a {
    border-bottom: 1px solid #56585b;
    font-weight: 400 !important;
    font-size: 13px
}

.main-menu ul>li.megamenu-item .dropdown-menu li:last-child>a {
    border-bottom: none
}

.main-menu ul>li.megamenu-item .dropdown-menu li {
    border: none
}

.megamenu-content .wpb_column {
    padding: 0 20px
}

.ts-service-style-1 {
    margin-top: 60px;
    background-color: #f3f3f3 !important;
    padding: 35px 10px;
    margin-bottom: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    border-radius: 5px
}

.ts-service-style-1:hover {
    margin-top: 60px;
    background-color: #060 !important;
    padding: 35px 10px;
    margin-bottom: 30px;
    box-shadow: inset 0 3px 10px rgba(0, 0, 0, .3);
    border-radius: 5px
}

.ts-service-style-1:hover .service-content p {
    color: #fff !important
}

.ts-service-style-1:hover .read-more {
    color: #50ff50 !important;
    font-size: 14px;
    font-weight: 700
}

.ts-service-style-1:hover h3 {
    color: #fff !important;
    font-weight: 700;
    font-size: 30px
}

.ts-service-style-1 .service-content p {
    color: #000 !important
}

.ts-service-style-1 .service-icon {
    background-color: #42454a;
    position: relative;
    color: #fff;
    text-align: center;
    line-height: 65px;
    width: 65px;
    height: 65px;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    -o-border-radius: 10%;
    border-radius: 10%;
    display: inline-block;
    margin-right: 16px;
    transition: background .2s ease 0s, color .2s ease 0;
    -moz-transition: background .2s ease 0s, color .2s ease 0;
    -webkit-transition: background .2s ease 0s, color .2s ease 0;
    font-size: 20px;
    margin-bottom: 20px
}

.ts-service-style-1 .service-icon:after {
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    -o-border-radius: 10%;
    border-radius: 10%;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    box-shadow: 0 0 0 4px #00a6dd;
    -moz-box-shadow: 0 0 0 4px #00a6dd;
    -webkit-box-shadow: 0 0 0 4px #00a6dd;
    left: -7px;
    opacity: 0;
    padding: 7px;
    top: -7px;
    transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    transition: transform .2s ease 0s, opacity .2s ease 0;
    -moz-transition: -moz-transform .2s ease 0s, opacity .2s ease 0;
    -webkit-transition: -webkit-transform .2s ease 0s, opacity .2s ease 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.ts-service-style-1:hover .service-icon:after {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1)
}

.ts-service-style-1:hover .service-icon {
    color: #fff;
    background: #00a6dd
}

.ts-service-style-1 .service-title h3 {
    display: inline-block;
    margin: 0;
    font-size: 20px;
    color: #00a6dd
}

.ts-service-style-1 .service-content {
    margin: 5px 0 0;
    line-height: 24px;
    font-weight: 400
}

.ts-service-style-1 .read-more {
    color: #00a6dd;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none
}

.ts-service-style-1 .read-more .fa {
    margin-left: 7px
}

#search-domain {
    padding: 130px 0 120px;
    background-image: url(../images/bg-search-domain.html);
    background-attachment: fixed;
    position: relative
}

.main-content-section {
    position: relative
}

.ts-search-domain {
    font-size: 14px;
    font-weight: 400;
    color: #d1d1d1
}

.ts-search-domain .search-section {
    display: inline-block;
    width: 100%;
    background: rgba(255, 255, 255, .21);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, .27)
}

.ts-search-domain .input-text {
    background: 0 0;
    border-left: medium none;
    border-bottom: none;
    border-top: none;
    border-right: 1px solid #ccc;
    height: 40px;
    margin: 5px 0;
    padding: 0 22px;
    font-size: 14px;
    font-weight: 400;
    color: #d1d1d1;
    float: left;
    width: 74%
}

.ts-search-domain .input-text::placeholder {
    color: #d1d1d1
}

.ts-search-domain .input-text::-webkit-input-placeholder {
    color: #d1d1d1
}

.ts-search-domain .input-text:-moz-placeholder {
    color: #d1d1d1;
    opacity: 1
}

.ts-search-domain .input-text::-moz-placeholder {
    color: #d1d1d1;
    opacity: 1
}

.ts-search-domain .input-text:-ms-input-placeholder {
    color: #d1d1d1
}

.ts-search-domain .ts-select-style {
    float: left;
    width: 13%;
    position: relative;
    height: 50px
}

.ts-search-domain select {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    height: 50px;
    padding: 0;
    float: left;
    width: 100%;
    text-align: center;
    z-index: 10;
    position: relative;
    opacity: 0
}

.ts-search-domain .ts-select-style span.ts_selected {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    line-height: 50px;
    text-align: center
}

.ts-search-domain input[type=submit] {
    width: 13%;
    float: right;
    text-align: center;
    height: 52px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    margin: -1px -1px 0 0;
    border: none;
    position: relative;
    background: url(../images/icon-search.png) no-repeat center center #00a6dd;
    text-indent: -9999px
}

.ts-search-domain input[type=submit]:focus,
.ts-search-domain input[type=submit]:hover {
    background: url(../images/icon-search.png) no-repeat center center #00a6dd
}

.ts-search-domain .sm_links {
    text-align: right;
    color: #d1d1d1;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px
}

.ts-search-domain .sm_links a {
    color: #d1d1d1;
    margin: 0 5px;
    text-decoration: none
}

.ts-search-domain .sm_links a:hover {
    color: #00a6dd
}

.ts-pricing-table-style1 {
    padding: 25px 20px;
    background: #f3f3f3;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #676a6f;
    font-size: 14px;
    -webkit-transition: all 1s ease 0;
    -o-transition: all 1s ease 0;
    transition: all 1s ease 0;
    margin-top: 130px
}

.ts-pricing-table-style1 ul {
    padding: 0;
    list-style: none
}

.ts-pricing-table-style1 .price-unit {
    width: 100px;
    height: 100px;
    padding-top: 25px;
    border: 3px solid #42454a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #42454a;
    margin: -70px auto 0
}

.ts-pricing-table-style1 .price {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    display: block
}

.ts-pricing-table-style1 .unit {
    color: #fff
}

.ts-pricing-table-style1 h3 {
    font-weight: 500;
    font-size: 16px;
    color: #252525;
    text-transform: uppercase;
    margin: 25px 0 12px
}

.ts-pricing-table-style1 li {
    border-bottom: 1px solid #e5e5e5;
    line-height: 48px
}

.ts-pricing-table-style1.active li a {
    color: #676a6f
}

.ts-pricing-table-style1 li:last-child {
    border: none
}

.ts-pricing-table-style1 a.cta_pricing {
    background: #42454a;
    color: #fff;
    text-transform: uppercase;
    margin-top: 35px;
    padding: 0 30px;
    line-height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .3s ease-out 0;
    -o-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0
}

.ts-pricing-table-style1 a.cta_pricing:focus,
.ts-pricing-table-style1 a.cta_pricing:hover {
    background: #00a6dd
}

.ts-pricing-table-style1.active {
    background: #00a6dd;
    color: #fff
}

.ts-pricing-table-style1.active .price-unit {
    border: 3px solid #fff;
    background: #00a6dd
}

.ts-pricing-table-style1.active h3 {
    color: #fff
}

.ts-pricing-table-style1.active li {
    border-color: rgba(255, 255, 255, .2)
}

.ts-pricing-table-style1.active a.cta_pricing {
    background: rgba(255, 255, 255, .2)
}

.ts-pricing-table-style1.active a.cta_pricing:focus,
.ts-pricing-table-style1.active a.cta_pricing:hover {
    color: #00a6dd;
    background: #fff
}

#funfact {
    position: relative;
    background-image: url(../images/bg-funfact.html);
    padding: 90px 0
}

.ts-funfact {
    border: 2px solid #cdcbcc;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -ms-border-radius: 5%;
    -o-border-radius: 5%;
    border-radius: 5%;
    width: 225px;
    height: 170px;
    text-align: center;
    margin: 0 auto;
    padding-top: 28px
}

.ts-funfact .funfact-icon {
    font-size: 40px
}

.ts-funfact .funfact-number-unit {
    font-size: 30px;
    font-weight: 400;
    margin-top: 10px;
    text-transform: uppercase
}

.ts-funfact h5 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 13px 0;
    color: #fff
}

#testimonial-acordion {
    padding: 115px 0 140px
}

#testimonial-acordion .ts-section-title {
    margin-bottom: 45px
}

.ts-testimonial-style1 .client-quote {
    font-size: 13px !important;
    color: #fff;
    line-height: 22px;
    padding: 10px;
    margin-bottom: 0;
    position: relative;
    min-height: 376px
}

.menu-support-help-container1 {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc
}

.ts-testimonial-style1 .client-quote:after {
    position: absolute;
    border-top: 7px solid #f3f3f3;
    border-left: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: -13px;
    left: 75px
}

.ts-testimonial-style1 .client-quote blockquote {
    padding: 0;
    font-size: 14px;
    border: none;
    font-style: normal;
    margin: 0;
    font-weight: 400
}

.blue {
    color: #00a6dd;
    font-weight: 500
}

.ts-testimonial-style1 .client-quote .fa {
    color: #00a6dd;
    font-size: 30px
}

.ts-testimonial-style1 .info-testimonial {
    padding-left: 35px
}

.ts-testimonial-style1 .client-avatar {
    float: left;
    width: 95px;
    height: 95px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
    vertical-align: top
}

.ts-testimonial-style1 .client-info {
    display: block;
    max-width: 75%;
    padding-top: 20px;
    padding-left: 115px
}

.ts-testimonial-style1 .client-name {
    font-size: 16px;
    color: #000;
    display: block
}

.ts-testimonial-style1 .client-position {
    font-size: 12px;
    color: #bbb;
    display: block;
    margin-bottom: 5px;
    line-height: normal
}

.ts-testimonial-style1 .client-website a {
    font-size: 12px;
    color: #00a6dd;
    display: block;
    text-decoration: none;
    line-height: normal
}

.owl-theme .owl-controls .owl-page span {
    background: #dbdbdb;
    opacity: 1;
    width: 100%;
    height: 100%;
    margin: 0
}

.owl-theme .owl-controls .owl-page {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    width: 14px;
    height: 14px;
    margin: 2px;
    padding: 2px
}

.owl-theme .owl-controls .owl-page.active {
    border: 1px solid #00a6dd
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #00a6dd
}

.ts-testimonial-style1.owl-theme .owl-controls {
    position: absolute;
    right: 0;
    bottom: 52px;
    z-index: 99
}

.ts-acordion.ui-accordion .ui-accordion-header {
    background: #f3f3f3;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 5px;
    outline: 0
}

.ts-acordion h3 .fa {
    color: #00a6dd;
    margin-right: 10px;
    font-size: 10px;
    line-height: 26px
}

.ts-acordion .ui-accordion-header.ui-state-active {
    color: #000;
    background: #ccc;
    position: relative;
    margin-bottom: 12px
}

.ts-acordion .ui-accordion-header.ui-state-active:after {
    position: absolute;
    border-top: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -17px;
    left: 15px;
    content: ""
}

.ts-acordion .ui-icon {
    text-indent: 0;
    background: 0 0
}

.ts-acordion.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: auto;
    right: 12px;
    color: #00a6dd;
    margin-right: 0;
    font-size: 14px;
    line-height: normal
}

.ts-acordion .ui-accordion-header .ts-header {
    background: url(../images/add-accordion.html) no-repeat center
}

.ts-acordion.ui-accordion .ui-accordion-content {
    border: 1px solid #ebebeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #737373;
    height: auto !important
}

.ts-acordion .ui-accordion-header:before {
    content: "\f111";
    color: #00a6dd;
    margin-right: 8px;
    font-family: FontAwesome;
    font-size: 11px
}

.ts-acordion.ts-acordion-style2 .ui-accordion-header.ui-state-active:after,
.ts-acordion.ts-acordion-style2 .ui-accordion-header:before {
    display: none
}

.ts-acordion.ts-acordion-style2.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    right: auto;
    left: 0;
    height: auto;
    color: #737373;
    font-size: 18x;
    margin-top: -10px
}

.ts-acordion.ts-acordion-style2.ui-accordion .ui-accordion-header {
    background: 0 0;
    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #252525;
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    margin: 0;
    padding: 0 0 0 15px;
    border-bottom: 1px solid #ededed
}

.ts-acordion.ts-acordion-style2.ui-accordion .ui-accordion-header:last-child {
    border: none
}

.ts-acordion.ts-acordion-style2 .ui-accordion-header.ui-state-active {
    color: #00a6dd;
    border: none
}

.ts-acordion.ts-acordion-style2.ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon {
    color: #00a6dd
}

.ts-acordion.ts-acordion-style2.ui-accordion .ui-accordion-content {
    border: none;
    margin-bottom: 30px;
    padding: 0
}

.ts-acordion.ui-accordion .ui-accordion-content .wpb_text_column {
    margin-bottom: 0
}

#feature {
    padding: 130px 0 105px;
    background-image: url(../images/bg-feauture.html)
}

#feature .ts-section-title {
    margin-bottom: 50px
}

.col-feature-left {
    border-right: 1px solid #c5c7c7
}

.ts-feature-item:first-child {
    margin-bottom: 80px
}

.ts-feature-item .icon-feature {
    background: rgba(255, 255, 255, .4);
    width: 98px;
    height: 98px;
    line-height: 98px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 30px;
    color: #fff
}

.ts-feature-item .info-feature {
    font-size: 14px;
    color: #d1d1d1;
    display: block
}

.ts-feature-item .info-feature h3 {
    font-size: 20px;
    margin-bottom: 13px;
    margin-top: 0
}

.ts-feature-item .info-feature h3 a {
    color: #fff
}

.ts-feature-item.right {
    padding-right: 11.33333%;
    text-align: right
}

.ts-feature-item.right .icon-feature {
    float: right
}

.ts-feature-item.right .info-feature {
    padding-right: 128px
}

.ts-feature-item.left {
    padding-left: 11.33333%;
    text-align: left
}

.ts-feature-item.left .icon-feature {
    float: left
}

.ts-feature-item.left .info-feature {
    padding-left: 128px
}

#client {
    padding: 115px 0 95px
}

#client .ts-section-title {
    margin-bottom: 70px
}

.ts-client-list .client-item {
    text-align: center;
    list-style: none
}

.ts-client-list ul {
    padding: 0
}

.ts-domain-price-box {
    width: 100px;
    height: 100px;
    border: 2px solid rgba(255, 255, 255, .5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    margin-right: 24px;
    margin-top: 30px;
    text-align: right;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #939393;
    vertical-align: top
}

.ts-domain-price-box:last-child {
    margin-right: 0
}

.ts-domain-price-box .domain-extension {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    display: block
}

.ts-domain-price-box .domain-price {
    font-size: 30px;
    color: #00a6dd;
    display: block
}

#service2 {
    padding: 115px 0 140px
}

.ts-service-style-2 {
    margin: 45px 0 20px;
    min-height: 165px
}

.ts-service-style-2:hover .icon-service {
    color: #00a6dd
}

.ts-service-style-2:hover h3 {
    color: #00a6dd
}

.ts-service-style-2 .icon-service {
    color: #42454a;
    font-size: 40px
}

.ts-service-style-2 h3 {
    font-size: 20px;
    margin: 15px 0 13px
}

.ts-service-style-2 h3 a {
    color: #252525
}

.ts-service-style-2 .description-service {
    font-weight: 400
}

.ts-service-style-6 {
    margin-top: 50px
}

.ts-service-style-6 .icon-service {
    float: left;
    font-size: 30px
}

.ts-service-style-6 .service-title h3 {
    font-size: 20px;
    font-weight: 400;
    padding-left: 50px;
    margin-bottom: 15px
}

.ts-service-style-6 .service-title h3 a {
    color: #252525
}

.ts-service-style-6 .description-service {
    padding-left: 50px
}

#pricing-table-2 {
    background: #f3f3f3;
    padding: 95px 0 115px
}

.ts-pricing-table-style2 {
    background: #42454a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #b0b0b0;
    margin-top: 60px;
    padding: 25px 20px;
    text-align: center;
    -webkit-transition: all 1s ease 0;
    -o-transition: all 1s ease 0;
    transition: all 1s ease 0
}

.ts-pricing-table-style2 ul {
    padding: 0
}

.ts-pricing-table-style2 h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 15px
}

.ts-pricing-table-style2 .price-unit {
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 100px;
    padding-top: 25px;
    width: 100px;
    color: #fff;
    margin: 20px auto
}

.ts-pricing-table-style2 .price-unit .price {
    color: #fff;
    display: block;
    font-size: 30px;
    line-height: 30px
}

.ts-pricing-table-style2 li {
    line-height: 40px;
    list-style: none
}

.ts-pricing-table-style2 a.cta_pricing {
    background: #57595e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 40px;
    margin-top: 32px;
    padding: 0 30px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out 0;
    -o-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0
}

.ts-pricing-table-style2 a.cta_pricing:hover {
    background: #00a6dd
}

.ts-pricing-table-style2.active {
    background: #00a6dd;
    color: #fff
}

.ts-pricing-table-style2.active a.cta_pricing {
    background: rgba(255, 255, 255, .2)
}

.ts-pricing-table-style2.active a.cta_pricing:hover {
    background: #fff;
    color: #00a6dd
}

#testimonial2 {
    background-image: url(../images/bg-testimonial2.html);
    padding: 75px 0
}

.ts-testimonial-style2 {
    color: #fff
}

.ts-testimonial-style2 .client-quote {
    width: 95%;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin: 0 auto
}

.ts-testimonial-style2 .client-name {
    color: #fff;
    display: block;
    font-size: 16px
}

.ts-testimonial-style2 .client-position {
    color: #bbb;
    display: block;
    font-size: 12px
}

.ts-testimonial-style2 .client-website a {
    color: #00a6dd;
    display: block;
    font-size: 12px;
    text-decoration: none;
    line-height: normal
}

.ts-testimonial-style2.owl-theme .owl-controls {
    margin-top: 20px
}

.ts-testimonial-style2 .client-avatar {
    margin: 20px 0
}

.ts-testimonial-style2.dark,
.ts-testimonial-style2.dark .client-name,
.ts-testimonial-style2.dark .client-position,
.ts-testimonial-style2.dark .client-website a {
    color: #252525
}

.ts-testimonial-style2.dark .client-website a:hover {
    color: #00a6dd
}

#feature2 {
    padding: 130px 0 80px
}

.ts-feature-item-style2 {
    margin-top: 30px
}

.ts-feature-item-style2 .icon-feature {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #00a6dd;
    border: 2px solid #f0f0f0
}

.ts-feature-item-style2.left {
    text-align: left
}

.ts-feature-item-style2.left .icon-feature {
    float: left
}

.ts-feature-item-style2.right {
    text-align: right
}

.ts-feature-item-style2.right .icon-feature {
    float: right
}

.ts-feature-item-style2 h3 {
    font-size: 20px;
    margin: 0;
    line-height: 40px
}

.ts-feature-item-style2.left h3 {
    padding-left: 55px
}

.ts-feature-item-style2.right h3 {
    padding-right: 55px
}

.ts-feature-item-style2 .info-feature {
    font-weight: 400;
    margin-top: 4px;
    color: #fff
}

.img-feature {
    margin-top: 80px;
    text-align: center
}

.resp-tabs-list .resp-tab-item {
    font-weight: 400;
    color: #252525;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0;
    -moz-transition: all .3s ease-out 0;
    -ms-transition: all .3s ease-out 0;
    -o-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0;
    white-space: nowrap;
    font-size: 14px
}

.resp-tabs-list .resp-tab-item:hover {
    border-color: transparent
}

.resp-tabs-list .resp-tab-item.resp-tab-active,
.resp-tabs-list .resp-tab-item:hover,
.ts-horizontalTab .resp-tabs-list .resp-tab-item.resp-tab-active,
.ts-horizontalTab .resp-tabs-list .resp-tab-item:hover,
.ts-verticalTab .resp-tabs-list .resp-tab-item.resp-tab-active,
.ts-verticalTab .resp-tabs-list .resp-tab-item:hover {
    background: #42454a;
    color: #fff;
    position: relative
}

.ts-horizontalTab .resp-tabs-list .resp-tab-item {
    background: #f3f3f3;
    text-align: center;
    border-left: 1px solid #e4e4e4;
    margin-bottom: 20px;
    padding: 24px 5px
}

.ts-horizontalTab .resp-tab-content {
    border: none
}

.ts-horizontalTab .resp-tabs-list .resp-tab-item.resp-tab-active {
    padding: 24px 5px !important
}

.ts-horizontalTab .resp-tabs-list .resp-tab-item:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border-left: none
}

.ts-horizontalTab .resp-tabs-list .resp-tab-item:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.ts-horizontalTab .resp-tabs-list .resp-tab-item.resp-tab-active:after {
    content: "";
    border-top: 8px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: 49%;
    bottom: -1px
}

.ts-horizontalTab.ts-tab-style2 .resp-tabs-list .resp-tab-item {
    margin-bottom: 11px
}

.ts-horizontalTab.ts-tab-style2 .resp-tab-item {
    padding: 10px 3px;
    background: 0 0;
    border-top: 1px solid #00a6dd;
    border-bottom: 1px solid #00a6dd;
    border-left: 1px solid #00a6dd;
    background: #f0f9ff;
    background: -moz-linear-gradient(top, rgba(240, 249, 255, 1) 0, rgba(203, 235, 255, 1) 47%, rgba(161, 219, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(240, 249, 255, 1) 0, rgba(203, 235, 255, 1) 47%, rgba(161, 219, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(240, 249, 255, 1) 0, rgba(203, 235, 255, 1) 47%, rgba(161, 219, 255, 1) 100%)
}

.ts-horizontalTab.ts-tab-style2 .resp-tabs-list .resp-tab-item:first-child {
    border-left: 1px solid #00a6dd
}

.ts-horizontalTab.ts-tab-style2 .resp-tabs-list .resp-tab-item:last-child {
    border-right: 1px solid #00a6dd
}

.ts-horizontalTab.ts-tab-style2 .resp-tabs-list .resp-tab-item.resp-tab-active,
.ts-horizontalTab.ts-tab-style2 .resp-tabs-list .resp-tab-item:hover {
    background: #00a6dd;
    color: #fff;
    position: relative
}

.ts-horizontalTab.ts-tab-style2 .resp-tab-item.resp-tab-active:after {
    content: "";
    border-top: 8px solid #00a6dd;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: 45%;
    bottom: -15px
}

.ts-tab .resp-tabs-container .wpb_text_column {
    margin-bottom: 0 !important
}

.ts-horizontalTab .resp-tabs-container {
    margin-bottom: 20px
}

.ts-horizontalTab.ts-tab-style2 .resp-tabs-container .resp-tab-content {
    border: 1px solid #ebebeb;
    padding: 15px
}

.ts-horizontalTab.ts-tab-style2 .resp-tabs-list .resp-tab-item.resp-tab-active {
    padding: 10px 3px !important
}

.ts-verticalTab .resp-tabs-list .resp-tab-item {
    padding: 0 10px !important;
    height: 50px;
    line-height: 50px;
    background: 0 0;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb
}

.ts-verticalTab.resp-vtabs .resp-tabs-container {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    border: 1px solid #ebebeb
}

.ts-verticalTab .resp-tabs-list .resp-tab-item:first-child {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0;
    -ms-border-radius: 3px 0 0 0;
    -o-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0
}

.ts-verticalTab .resp-tabs-list .resp-tab-item:last-child {
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    -ms-border-radius: 0 0 0 3px;
    -o-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
    border-bottom: 1px solid #ebebeb
}

.ts-verticalTab .resp-tab-content {
    padding: 20px 25px
}

.ts-verticalTab .resp-tabs-list .resp-tab-item.resp-tab-active:after {
    border-left: 7px solid #42454a;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    position: absolute;
    top: 40%;
    right: -14px
}

.resp-tabs-container .resp-accordion {
    background: #f3f3f3;
    color: #252525;
    cursor: pointer;
    font-weight: 400;
    margin: 0;
    -moz-transition: all .3s ease-out 0;
    -webkit-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0;
    font-size: 14px
}

.resp-tabs-container .resp-accordion.resp-tab-active {
    background: #42454a !important;
    color: #fff;
    position: relative
}

.ts-feature-item-2 {
    margin-top: 70px
}

.ts-feature-item-2 .feature-icon {
    width: 98px;
    height: 98px;
    line-height: 98px;
    color: #fff;
    font-size: 30px;
    background: #00a6dd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 20px
}

.ts-feature-item-2 h3 {
    font-size: 20px;
    color: #252525;
    padding-left: 118px;
    margin: 0 0 18px
}

.ts-feature-item-2 .feature-description {
    font-weight: 400;
    padding-left: 118px
}

#service3 .img-service {
    margin-top: 90px
}

#service3 .ts-section-title {
    margin-bottom: 10px;
    display: inline-block
}

.ts-feature-item-style2.white {
    margin-top: 30px;
    min-height: 100px
}

.ts-feature-item-style2.white h3 {
    color: #fff
}

.ts-feature-item-style2.white .info-feature {
    color: #bebebe;
    margin-top: 15px
}

#compare {
    padding: 135px 0 90px
}

.ts-compare-table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 60px
}

.ts-compare-table td,
.ts-compare-table th {
    width: 16.6666%;
    text-align: center
}

.ts-compare-table th {
    background: #42454a;
    color: #fff;
    font-size: 18px;
    padding: 17px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.ts-compare-table .title-compare-table td {
    background: #ccc;
    font-size: 12px;
    padding: 8px
}

.ts-compare-table td {
    border: 1px solid #d9d9d9;
    padding: 20px 8px 15px;
    background: #f3f3f3;
    font-weight: 400;
    color: #252525;
    text-transform: uppercase
}

.ts-compare-table td:first-child {
    border-left: none
}

.ts-compare-table td:last-child {
    border-right: none
}

.ts-compare-table td .compare-name {
    font-weight: 700;
    display: block;
    line-height: 20px
}

.ts-compare-table td .compare-line {
    font-weight: 400;
    display: block;
    color: #7f7f7f;
    line-height: 20px;
    text-transform: capitalize
}

.ts-compare-table .ts-bt.cta-compare {
    padding: 0 23px
}

.ts-compare-table td .compare-price {
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    vertical-align: top
}

.ts-compare-table td .compare-unit {
    font-weight: 400;
    text-transform: lowercase;
    display: inline-block;
    width: 46px;
    height: 46px;
    position: relative;
    line-height: normal
}

.ts-compare-table td .compare-unit:after {
    content: "";
    width: 35px;
    height: 1.5px;
    background: #252525;
    position: absolute;
    left: 0;
    top: 28px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg)
}

.ts-compare-table td .compare-unit .top-unit {
    left: 0;
    position: absolute;
    top: 0
}

.ts-compare-table td .compare-unit .bt-unit {
    bottom: 0;
    position: absolute;
    right: 0
}

.ts-twitter-slide {
    position: relative
}

.ts-twitter-slide .icon-twitter {
    color: #fff;
    font-size: 40px;
    margin-bottom: 35px
}

.ts-twitter-slide .twitter-title {
    display: block;
    margin: 25px 0 15px
}

.ts-twitter-slide .twitter-item p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-style: italic
}

.ts-twitter-slide .twitter-title>a {
    color: #fff;
    font-size: 16px
}

.ts-CTA h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0
}

.ts-CTA strong {
    font-weight: 500
}

.ts-CTA h3 span {
    font-weight: 500
}

.ts-CTA .ts-left-CTA {
    padding: 27px 0
}

.ts-CTA .ts-left-CTA p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 6px
}

.ts-CTA .ts-right-CTA {
    float: right;
    padding: 48px 0
}

.ts-CTA .ts-right-CTA a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    padding: 0 26px;
    height: 40px;
    line-height: 40px;
    display: table;
    border: 2px solid #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background: #fd4326
}

.ts-CTA .ts-right-CTA a:hover {
    text-decoration: none;
    background: #fff;
    color: #00a6dd
}

.ts-latest-posts {
    background: #f3f3f3;
    padding: 75px 0 107px
}

.ts-item-post {
    background: #fff;
    padding: 0 0 25px;
    margin: 0 15px;
    margin-top: 74px;
    display: inline-block
}

.ts-item-post figure {
    margin: 0 0 27px
}

.ts-item-post img {
    width: 100%;
    height: auto
}

.ts-item-post .ts-main-recent-post {
    margin: 0 35px
}

.ts-item-post.column-4 .ts-main-recent-post {
    margin: 0 15px
}

.ts-item-post .ts-main-recent-post a:hover {
    text-decoration: none
}

.ts-item-post .ts-main-recent-post a:hover h4 {
    color: #00a6dd
}

.ts-item-post h4 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0 0 20px
}

.ts-item-post h4 a {
    color: #000
}

.ts-item-post h4 a:hover {
    color: #00a6dd
}

.ts-item-post p {
    line-height: 30px;
    color: #737373;
    font-weight: 400
}

.ts-item-post .ts-item-post-footer {
    margin: 0 35px
}

.ts-item-post.column-4 .ts-item-post-footer {
    margin: 0 15px
}

.ts-item-post .ts-item-post-footer i {
    margin-right: 7px;
    color: #00a6dd;
    font-size: 15px
}

.ts-item-post .ts-item-post-footer .lasted-blog-time,
.ts-item-post .ts-item-post-footer time {
    float: left
}

.ts-item-post .ts-item-post-footer a {
    color: #c8c8c8;
    font-size: 12px;
    float: right
}

.ts-item-post .ts-item-post-footer a:hover {
    color: #00a6dd;
    text-decoration: none
}

.ts-section-top-footer {
    background: #00a6dd
}

.ts-top-footer .contact-info:first-child {
    border: none
}

.contact-info {
    text-align: center;
    height: 118px;
    line-height: 118px;
    border-left: 1px solid rgba(255, 255, 255, .2)
}

.contact-info a {
    color: #fff;
    font-size: 30px;
    font-weight: 400
}

.contact-info p {
    color: #fff;
    font-size: 30px;
    font-weight: 400
}

.contact-info span {
    text-align: center;
    height: 68px;
    line-height: 72px;
    width: 68px;
    border: 2px solid #fff;
    border-radius: 68px;
    -moz-border-radius: 68px;
    -webkit-border-radius: 68px;
    -ms-border-radius: 68px;
    -o-border-radius: 68px;
    text-align: center;
    margin-right: 15px;
    display: inline-block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background: rgba(253, 67, 38, .85)
}

.contact-info span i {
    font-size: 30px;
    color: #fff
}

.contact-info p {
    display: inline-block
}

.contact-info a:hover {
    text-decoration: none;
    color: #eeeddd
}

.contact-info:hover span {
    border: 1px solid #00a6dd;
    background: #fff;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .4);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.contact-info:hover span i {
    color: #00a6dd;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

footer {
    background: #32353a;
    padding: 45px 0 0
}

footer .ts-copy-right ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #00a6dd;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px;
    display: none
}

.widget-title h3 {
    color: #fff;
    font-size: 20px
}

.widget-title h3:first-letter {
    text-transform: uppercase
}

.widget-title ul li {
    line-height: 35px
}

.widget-title p {
    line-height: 30px
}

.ts-company-info p {
    color: #8b8b8b;
    font-weight: 400
}

.ts-company-info p span {
    color: #fff
}

.ts-company-info a {
    color: #fff
}

.ts-company-info a:hover {
    color: #00a6dd;
    text-decoration: none
}

.ts-support ul li a {
    color: #8b8b8b;
    font-weight: 400
}

.ts-support ul li a:hover {
    color: #00a6dd;
    text-decoration: none
}

.ts-support ul li i {
    color: #00a6dd;
    margin-right: 8px;
    font-weight: 700
}

.ts-control-pane ul li a {
    color: #8b8b8b;
    font-weight: 400
}

.ts-control-pane ul li a:hover {
    color: #00a6dd;
    text-decoration: none
}

.ts-control-pane ul li i {
    color: #00a6dd;
    margin-right: 8px;
    font-weight: 700
}

.ts-subscribe p {
    color: #8b8b8b;
    font-weight: 400;
    line-height: 30px
}

.ts-form-subscribe {
    width: 100%
}

.ts-form-subscribe .subcribe-text {
    width: 80%;
    border: none;
    background: #42454a;
    height: 44px;
    padding-left: 10px;
    color: #fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    -o-border-top-left-radius: giÃƒÂ¡ trÃ¡Â»â€¹;
    -o-border-bottom-left-radius: giÃƒÂ¡ trÃ¡Â»â€¹
}

.ts-form-subscribe .subcribe-btn {
    width: 19%;
    color: #fff;
    margin-left: -3px;
    margin-top: -1px;
    background: #00a6dd;
    border: none;
    height: 44px;
    font-size: 16px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    -o-border-top-right-radius: 3px;
    -o-border-bottom-right-radius: 3px
}

.ts-social-footer a span {
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 1px solid #919191;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 12px;
    text-align: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25sease-out;
    transition: all .25s ease-out
}

.ts-social-footer a i {
    font-size: 18px;
    color: #919191
}

.ts-social-footer a:hover i {
    color: #fff
}

.ts-social-footer a:hover span {
    margin: 0 6px;
    background: #00a6dd;
    border: 1px solid #fff;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.ts-copy-right {
    background: #25272b;
    margin-top: 25px
}

.ts-copy-right p {
    margin: 15px 0 9px;
    font-size: 12px;
    color: #4f4f4f
}

.ts-menu-footer nav {
    text-align: right
}

.ts-menu-footer ul li {
    list-style: none;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 9px;
    border-left: 1px solid #323437
}

.ts-menu-footer ul li:last-child {
    border-right: 1px solid #323437
}

.ts-menu-footer ul li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400
}

.ts-menu-footer ul li a:hover {
    text-decoration: none;
    color: #00a6dd
}

.ts-service-style3 {
    width: 100%;
    margin-top: 64px
}

.ts-service-style3 a {
    text-decoration: none
}

.ts-service-style3 figure img {
    max-width: 100%
}

.ts-service-style3 h4 {
    font-weight: 400;
    font-size: 20px;
    color: #252525;
    margin: 30px 0 16px
}

.ts-service-style3 a:hover h4 {
    color: #00a6dd
}

.ts-service-style3 p {
    font-weight: 400
}

.ts-special-offer {
    width: 100%;
    background: #fff;
    margin-top: 42px;
    padding: 25px 0 49px 15px;
    display: table;
    max-width: 555px
}

.ts-special-offer ul {
    padding: 0
}

.ts-special-offer figure {
    width: 35.14%;
    margin-top: 48px;
    float: left
}

.ts-special-offer .ts-special-offer-content {
    width: 64.86%;
    float: left
}

.ts-special-offer h3 {
    color: #252525;
    font-size: 22px;
    font-family: Roboto;
    font-weight: 400;
    margin-bottom: 5px
}

.ts-special-offer p {
    font-size: 16px;
    font-weight: 400;
    color: #737373
}

.ts-special-offer .ts-special-offer-content {
    margin-top: 7px
}

.ts-special-offer .ts-special-offer-content ul {
    float: left
}

.ts-special-offer .ts-special-offer-content ul li {
    line-height: 30px;
    list-style: none
}

.ts-special-offer .ts-special-offer-content ul a {
    color: #737373;
    font-size: 14px;
    font-weight: 400
}

.ts-special-offer .ts-special-offer-content ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #00a6dd;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px
}

.ts-special-offer .ts-special-offer-content ul a:hover {
    text-decoration: none;
    color: #00a6dd
}

.ts-special-offer .ts-special-offer-content .ts-offer-right {
    float: right
}

.ts-special-offer .ts-hosting-price {
    width: 114px;
    height: 114px;
    border-radius: 114px;
    border: 2px solid #f3f3f3;
    text-align: center;
    padding: 34px 20px 30px;
    margin-right: 17px
}

.ts-hosting-price p {
    line-height: 20px
}

.ts-hosting-price span.ts-special-offer-price {
    color: #00a6dd;
    font-size: 30px;
    font-weight: 400
}

.ts-hosting-price span.ts-special-offer-unit {
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 400
}

.ts-special-offer-content .ts-offer-right a {
    margin-top: 27px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    background: #00a6dd;
    text-align: center;
    float: right;
    margin-right: -1px;
    position: relative
}

.ts-special-offer-content .ts-offer-right a::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-top: 15px solid transparent;
    border-left: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 15px solid transparent
}

.ts-special-offer-content .ts-offer-right a:hover {
    -webkit-animation: horizontal 2s ease infinite;
    animation: horizontal 2s ease infinite
}

.ts-search-knowlege {
    margin-top: 44px
}

.ts-search-knowlege .input-text {
    width: 87%;
    border: none
}

section.ts-resources-statistic {
    background: #f3f3f3;
    padding-bottom: 45px;
    margin-top: -119px
}

.ts-number-statistic {
    width: 237px;
    height: 237px;
    -webkit-border-radius: 237px;
    -moz-border-radius: 237px;
    -ms-border-radius: 237px;
    -o-border-radius: 237px;
    border-radius: 237px;
    background-color: rgba(255, 255, 255, .6);
    position: relative;
    text-align: center
}

.ts-number-statistic:after {
    position: absolute;
    content: "";
    width: auto;
    height: auto;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    background: #fff;
    border-radius: 100%
}

.bg-number-statistic {
    position: absolute;
    z-index: 1;
    width: 237px;
    height: 237px;
    -webkit-border-radius: 237px;
    -moz-border-radius: 237px;
    -ms-border-radius: 237px;
    -o-border-radius: 237px;
    border-radius: 237px;
    text-align: center;
    padding-top: 45px
}

.ts-number-statistic i {
    font-size: 45px;
    color: #00a6dd
}

.ts-number-statistic h3 {
    color: #252525;
    font-size: 24px
}

.ts-number-statistic a {
    font-weight: 400;
    font-size: 14px;
    color: #737373
}

.ts-number-statistic a:hover {
    color: #00a6dd
}

.ts-number-statistic a:hover h3 {
    color: #00a6dd
}

.widget-list-posts h3 {
    color: #252525;
    font-size: 30px;
    font-weight: 400
}

.widget-list-posts a {
    color: #737373;
    font-weight: 400;
    font-size: 14px
}

.widget-list-posts i {
    margin-right: 16px;
    color: #00a6dd
}

.widget-list-posts a:hover {
    text-decoration: none;
    color: #00a6dd
}

.widget-list-posts li {
    list-style: none;
    height: 42px;
    line-height: 42px;
    font-weight: 400
}

.widget-list-posts li h4 {
    font-size: 14px;
    font-weight: 400
}

.ts-list-popular-topics li {
    line-height: 26px;
    height: 67px
}

.ts-list-popular-topics li figure {
    display: inline-block;
    margin: 0 5px
}

.ts-list-popular-topics li .opaque-text {
    margin-left: 31px;
    color: #cacaca
}

.ts-list-popular-topics li .red-text {
    color: #00a6dd
}

.ts-list-popular-topics a:hover .red-text {
    color: #cacaca
}

@media only screen and (max-width:1200px) {
    .contact-info a {
        font-size: 24px
    }

    .contact-info a span i {
        font-size: 25px
    }

    .ts-social-footer a span {
        margin-right: 5px
    }
}

@media only screen and (max-width:980px) {
    .ts-section-CTA h3 {
        font-size: 24px
    }

    .ts-CTA .ts-left-CTA p {
        font-size: 14px
    }

    .ts-latest-posts {
        padding: 50px 0 60px
    }

    .ts-item-post {
        margin-top: 40px
    }

    .contact-info {
        height: 90px;
        line-height: 90px;
        text-align: center
    }

    .ts-contact-livechat-info {
        border-bottom: none
    }

    .contact-info a {
        font-size: 18px
    }

    .contact-info p {
        font-size: 18px
    }

    .contact-info span i {
        font-size: 20px
    }

    .contact-info span {
        height: 50px;
        width: 50px;
        line-height: 50px;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px
    }

    footer {
        padding: 30px 0 40px
    }

    .col-sm-6:nth-child(2n+1) {
        clear: both
    }

    .widget-title {
        margin-top: 20px
    }

    .widget-title h3 {
        margin-bottom: 0
    }

    .widget-title ul li {
        line-height: 30px
    }

    .ts-service-style3 {
        margin-top: 30px
    }

    .ts-number-statistic {
        width: 200px;
        height: 200px;
        border-radius: 200px
    }

    .ts-number-statistic h3 {
        font-size: 20px
    }

    .ts-number-statistic a {
        font-size: 12px
    }

    .ts-number-statistic .bg-number-statistic {
        height: 196.8px;
        width: 200px;
        padding-top: 35px
    }

    .ts-number-statistic .bg-number-statistic i {
        font-size: 30px
    }
}

@media only screen and (max-width:768px) {
    .ts-CTA .ts-left-CTA p {
        font-size: 13px
    }
}

@media only screen and (max-width:480px) {
    .ts-latest-posts {
        padding: 50px 0
    }

    .ts-item-post {
        margin-top: 30px
    }

    .contact-info {
        margin-left: 0;
        text-align: left;
        height: 80px;
        line-height: 80px;
        border-right: none;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

    .contact-info p {
        font-size: 20px
    }

    .contact-info a {
        font-size: 20px
    }

    .contact-info i {
        font-size: 25px
    }

    .contact-info span {
        height: 50px;
        width: 50px;
        line-height: 50px;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px
    }

    footer {
        padding: 30px 0
    }

    .widget-title {
        margin-top: 30px
    }

    .widget-title h3 {
        margin-bottom: 0
    }

    .ts-copy-right p {
        text-align: center
    }

    .ts-menu-footer nav {
        text-align: center
    }

    .ts-menu-footer nav li {
        border: none;
        height: 45px;
        line-height: 45px
    }

    .ts-social-footer {
        margin-top: 0
    }

    section.ts-section-service-style3 {
        padding: 50px 0 30px
    }

    .ts-service-style3 {
        margin-top: 30px
    }

    section.ts-section-special-offers {
        padding: 50px 0 30px
    }

    .ts-special-offer h3 {
        display: block;
        text-align: center
    }

    .ts-special-offer figure {
        width: 100%;
        display: block;
        text-align: center;
        margin: 10px 0 20px
    }

    .ts-special-offer .ts-special-offer-content ul a {
        font-size: 13px
    }

    .ts-offer-right .ts-hosting-price {
        margin: 0
    }

    .ts-special-offer-content .ts-offer-right a {
        width: 110px
    }

    .ts-hosting-price {
        border-radius: 104px;
        height: 104px;
        width: 104px
    }

    .ts-hosting-price span.ts-special-offer-price {
        font-size: 27px
    }

    .ts-number-statistic {
        margin-top: 20px
    }

    .widget-list-posts {
        margin-top: 30px
    }

    .widget-list-posts h3 {
        font-size: 27px;
        margin-bottom: 0
    }

    .widget-list-posts li {
        height: 35px;
        line-height: 35px
    }

    .ts-list-popular-topics li {
        height: 42px;
        line-height: 42px
    }

    .ts-list-popular-topics li h4 {
        margin-bottom: 0
    }
}

.ts-social-footer>a {
    display: inline-block;
    margin-bottom: 10px
}

footer h3.title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: normal;
    border: none;
    font-weight: 400
}

footer .ts-social-footer {
    margin-top: 0
}

footer .widget_mc4wp_widget {
    margin-bottom: 35px
}

.ts-social-footer h3.title {
    margin-bottom: 20px
}

footer ul {
    padding: 0
}

footer ul li {
    line-height: 30px;
    list-style: none
}

footer ul li a {
    color: #fff !important;
    font-weight: 400;
    font-size: 13px
}

footer ul li a:hover {
    color: #00a6dd
}

footer ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #00a6dd;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px
}

.megamenu-content ul li a:before {
    content: "";
    margin-right: 0
}

.tp-bannertimer {
    height: 2px;
    background: rgba(255, 255, 255, .5)
}

.ts-big-caption,
.ts-big-caption-2,
.ts-big-caption-2-right,
.ts-big-caption-center {
    font-family: Roboto;
    font-size: 45px;
    line-height: 55px;
    font-weight: 400
}

.ts-big-caption-center {
    text-align: center
}

.ts-big-caption span,
.ts-big-caption-center span {
    color: #00a6dd;
    font-weight: 500
}

.ts-big-caption-2-right,
.ts-caption-medium-2-right {
    text-align: right
}

.ts-big-caption-2,
.ts-big-caption-2-right,
.ts-caption-medium-2,
.ts-caption-medium-2-right {
    color: #252525
}

.ts-caption-medium,
.ts-caption-medium-2,
.ts-caption-medium-2-right {
    font-weight: 400;
    font-size: 20px;
    font-family: Roboto
}

.ts-big-caption,
.ts-big-caption-center,
.ts-caption-medium {
    color: #fff
}

.ts-caption-small,
.ts-caption-small-right {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    font-family: Roboto
}

.ts-caption-small-center {
    color: #00a6dd;
    font-weight: 400;
    font-size: 14px;
    font-family: Roboto
}

.ts-caption-small .fa {
    background: #00a6dd;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    line-height: 25px;
    font-size: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 10%;
    font-size: 15px !important
}

.ts-caption-small-right .fa {
    background: #00a6dd;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-left: 15px;
    color: #fff;
    line-height: 25px;
    font-size: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 10%;
    margin-left: 0 !important;
    margin-right: 10px !important;
    font-size: 14px !important
}

.ts-caption-small-center .fa {
    color: #fff;
    margin-right: 10px;
    font-size: 17px !important;
    margin-right: 4px !important
}

.ts-price-rev,
.ts-price-rev-right {
    color: #fff;
    font-size: 20px;
    font-weight: 400
}

.ts-price-rev-right {
    text-align: right
}

.ts-price-rev span,
.ts-price-rev-right span {
    color: #00a6dd;
    font-size: 35px;
    line-height: 35px
}

.ts-button-slide {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border: 2px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    padding: 0 25px;
    line-height: 35px
}

.ts-button-slide-2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border: 2px solid #00a6dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    padding: 0 25px;
    line-height: 35px;
    background: #00a6dd
}

.ts-button-slide-2:hover {
    background: #fff;
    border-color: #fff
}

.ts-button-slide-2 a {
    color: #fff !important
}

.ts-button-slide:hover {
    background: #00a6dd;
    border-color: #00a6dd
}

.ts-button-slide-2 a:hover,
.ts-button-slide-2:hover a {
    color: #00a6dd
}

.ts-button-slide a {
    color: #fff
}

.ts-button-slide a:hover,
.ts-button-slide:hover a {
    color: #fff
}

.ts-number {
    color: #00a6dd;
    text-shadow: none;
    background-color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-size: 20px;
    line-height: 26px;
    width: 51px;
    height: 51px;
    text-align: center;
    padding: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, .3);
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, .3)
}

.ts-line {
    font-size: 20px;
    line-height: 26px;
    text-decoration: none;
    background-color: #fd4326;
    background-color: rgba(253, 67, 38, 1);
    padding: 0;
    text-shadow: none;
    width: 497px;
    height: 1px;
    text-align: center;
    border-width: 0;
    border-color: #fff;
    border-style: none
}

.ts-caption-list {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400
}

.tp-leftarrow.default,
.tp-rightarrow.default {
    background: rgba(255, 255, 255, .19);
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    color: #fff
}

.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
    color: #00a6dd
}

.tp-leftarrow.default:after {
    content: "\f104";
    font-family: FontAwesome
}

.tp-rightarrow.default:after {
    content: "\f105";
    font-family: FontAwesome
}

.tp-leftarrow.custom,
.tp-rightarrow.custom {
    background: #4f5053
}

#banner .banner {
    padding: 100px 0;
    background-color: #1f4375;
    background-size: cover;
    background-position: right center
}

#banner .banner h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 12px
}

#banner .banner h1 {
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 12px
}

#banner .banner p {
    color: #dcdcdc;
    font-size: 14px;
    margin-bottom: 8px
}

#banner .banner .banner-content {
    position: relative
}

.title-whmcs {
    text-align: center;
    font-size: 30px;
    color: #252525;
    font-weight: 400;
    margin: 90px 0
}

.ts-whmcs li {
    margin-bottom: 60px
}

.ts-whmcs li>a {
    float: left
}

.ts-whmcs li .item-right {
    display: block;
    padding-left: 47px;
    font-size: 14px;
    font-weight: 400;
    color: #737373
}

.ts-whmcs li .item-right strong a {
    color: #252525;
    font-weight: 400;
    font-size: 20px
}

.ts-whmcs li .item-right strong a:hover {
    color: #00a6dd
}

#main-content,
.main-content {
    margin: 75px 0
}

.date-post {
    width: 55px;
    float: left;
    margin-right: 11px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center
}

.blog-item.sticky {
    background: #f0f0f0
}

.blog-item:first-child .date-post {
    margin-top: 0
}

.blog-item:first-child {
    padding-top: 0
}

.date-post span.date {
    background: #42454a;
    display: block;
    line-height: 44px;
    font-size: 30px;
    height: 44px
}

.date-post span.month {
    background: #00a6dd;
    display: block;
    font-size: 15px;
    height: 24px;
    line-height: 24px
}

.blog-item h3 {
    color: #000;
    font-size: 25px;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 400
}

.blog-item h3 a {
    color: #000
}

.blog-item h3 a:hover {
    color: #00a6dd
}

.blog-item .post-meta-type {
    margin-bottom: 40px
}

.blog-meta {
    color: #9f9f9f;
    margin-bottom: 30px;
    padding: 0;
    display: block
}

.blog-meta li {
    color: #c8c8c8;
    display: inline-block;
    font-size: 12px;
    position: relative;
    margin-right: 20px
}

.blog-meta li a {
    color: #c8c8c8
}

.blog-meta li a:hover {
    color: #00a6dd
}

.blog-meta li .fa {
    font-size: 15px;
    color: #00a6dd;
    margin-right: 7px
}

.blog-item {
    padding: 10px 0 0
}

.blog-item article {
    margin-left: 66px
}

.blog-item {
    border-bottom: 1px solid #ededed;
    padding: 59px 0 55px
}

.blog-single .blog-item {
    border-bottom: none
}

.blog-item .except-post {
    display: inline-block;
    margin-bottom: 40px;
    width: 100%
}

.more-link,
.ts-button,
button,
input[type=submit] {
    background: none repeat scroll 0 0 #fd4326;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #42454a;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 38px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    transition: all .3s ease-out 0;
    -moz-transition: all .3s ease-out 0;
    -webkit-transition: all .3s ease-out 0
}

.more-link:hover,
.ts-button:hover,
button:hover,
input[type=submit]:hover {
    background: none repeat scroll 0 0 #00a6dd;
    border-color: #00a6dd;
    color: #fff
}

.blog-item .group-share {
    margin-top: 8px
}

.blog-item .group-share span,
.group-share span {
    border-bottom: 1px solid #2a2a2a;
    color: #2a2a2a;
    display: inline-block;
    font-size: 12px;
    line-height: 17px
}

.blog-item .group-share a,
.group-share a {
    color: #919191;
    margin-left: 20px;
    font-size: 16px
}

.blog-item .group-share a:hover,
.group-share a:hover {
    color: #00a6dd
}

table {
    border-collapse: collapse;
    width: 100%
}

table td,
table th {
    border: 1px solid #737373;
    padding: 5px
}

.title-table-data th {
    font-size: 14px;
    font-weight: 400
}

.pagination {
    margin: 10px 0 0 15px;
    width: 100%;
    text-align: center
}

.pagination>li {
    display: -webkit-inline-box !important
}

.pagination .current {
    color: #fff;
    background: #00a6dd;
    border: solid 1px #00a6dd
}

.page-links a,
.pagination>li>a,
.pagination>li>span {
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #252525;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    margin-right: 7px;
    display: inline-block
}

.page-links a:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover {
    background-color: #00a6dd;
    border-color: #00a6dd;
    color: #fff
}

.page-links>span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #00a6dd;
    border: 1px solid #00a6dd;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    margin-right: 7px
}

.page-links>span.page-links-title {
    width: auto;
    color: #737373;
    background: 0 0;
    text-align: left;
    border: none
}

.blog-item input[type=password],
.blog-item input[type=text] {
    line-height: 40px;
    border: 1px solid #d2d2d2;
    padding: 0 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px
}

.blog-link {
    padding: 40px 65px 15px;
    position: relative;
    background: #f3f3f3
}

.blog-link a {
    font-weight: 400;
    font-size: 14px
}

.blog-quote {
    border-left: 2px solid #00a6dd;
    padding: 20px 25px;
    font-style: italic;
    font-size: 18px
}

.blog-link:before {
    content: "\f0c1";
    font-family: FontAwesome;
    font-size: 22px;
    color: #00a6dd;
    position: absolute;
    left: 35px;
    top: 20px;
    font-style: normal
}

.blog-item .blog-link h3 {
    margin-bottom: 0
}

.blog-quote p {
    margin-bottom: 0
}

.blog-quote cite {
    font-size: 12px;
    font-style: normal;
    color: #252525
}

.blog-quote cite:before {
    content: "-"
}

.blog-grallery .owl-controls {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out 0;
    -o-transition: opacity .3s ease-out 0;
    transition: opacity .3s ease-out 0
}

.blog-grallery:hover .owl-controls {
    opacity: 1
}

.blog-grallery .owl-controls .owl-buttons div {
    background: none repeat scroll 0 0 rgba(255, 255, 255, .19);
    color: #ececec;
    display: inline-block;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    margin: 0;
    width: 48px;
    position: absolute;
    top: 45%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 99;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.owl-theme .owl-controls .owl-buttons div:focus,
.owl-theme .owl-controls .owl-buttons div:hover {
    background: #00a6dd;
    color: #fff
}

.blog-grallery .owl-controls .owl-buttons div.owl-prev {
    left: 25px
}

.blog-grallery .owl-controls .owl-buttons div.owl-next {
    right: 25px
}

::-webkit-input-placeholder {
    color: #737373
}

:-moz-placeholder {
    color: #737373
}

::-moz-placeholder {
    color: #737373;
    opacity: 1
}

:-ms-input-placeholder {
    color: #737373
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
    margin: 7px 24px 7px 0
}

.wp-caption.alignleft {
    margin: 7px 14px 7px 0
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
    margin: 7px 0 7px 24px
}

.wp-caption.alignright {
    margin: 7px 0 7px 14px
}

.wp-caption.aligncenter,
blockquote.aligncenter,
img.aligncenter {
    margin-top: 7px;
    margin-bottom: 7px
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-top: 17px;
    width: 50%
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
    margin-bottom: 17px
}

embed,
iframe {
    max-width: 100%
}

blockquote {
    border-left: 2px solid #00a6dd;
    padding: 15px 0 25px 25px;
    font-style: italic;
    font-size: 16px
}

.post-thumbnail img,
.wp-post-image,
img.size-full,
img.size-large {
    height: auto;
    max-width: 100%
}

.wp-caption {
    margin-bottom: 24px;
    color: #767676
}

.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0
}

div.wp-caption .wp-caption-text {
    padding-right: 10px
}

div.wp-caption.alignright .wp-caption-text,
div.wp-caption.alignright img[class*=wp-image-] {
    padding-left: 10px;
    padding-right: 0
}

.wp-caption {
    max-width: 100%
}

.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

#searchform {
    position: relative;
    display: table
}

#searchform>span {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap
}

#searchform input[type=search] {
    display: table-cell;
    line-height: 40px;
    padding: 0 13px;
    border: none;
    font-size: 12px;
    color: #737373;
    font-style: italic;
    width: 100%;
    border: 1px solid #d2d2d2;
    height: 42px -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    outline: 0
}

#searchform button[type=submit] {
    width: 42px;
    height: 42px;
    background: #42454a;
    text-align: center;
    border: none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    color: #fff;
    font-size: 16px;
    float: right;
    margin-left: -1px
}

#searchform button[type=submit]:hover {
    background: #00a6dd
}

.sidebar-right .widget {
    margin-bottom: 45px
}

.widget h3,
.widget h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    border-bottom: 1px solid #ededed;
    margin: 0 0 30px;
    color: #000
}

.widget ul li {
    position: relative;
    list-style: none
}

.megamenu-content .widget ul li:before,
.widget_recent_comments li.recentcomments a:before {
    content: "";
    margin-right: 0;
    width: 0
}

.widget ul li a:before,
.widget_recent_comments li.recentcomments:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #00a6dd;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px
}

.widget ul li a {
    line-height: 40px;
    color: #737373;
    display: inline-block
}

.widget ul li a:hover {
    color: #00a6dd
}

.domainchecker input[type=text] {
    line-height: 40px !important;
    height: 40px !important;
    font-size: 12px;
    color: #737373;
    font-style: italic;
    border: 1px solid #d2d2d2
}

.domainchecker button[type=submit] {
    height: 40px !important;
    background: #42454a !important;
    text-align: center;
    border: none;
    color: #fff !important;
    font-size: 16px
}

.domainchecker button[type=submit]:hover {
    background: #00a6dd !important
}

.widget_tag_cloud .tagcloud a {
    background: #f0f0f0;
    padding: 5px 10px;
    text-align: center;
    color: #737373;
    margin-right: 7px;
    margin-bottom: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    display: inline-block
}

.widget_tag_cloud .tagcloud a:hover {
    background: #00a6dd;
    color: #fff
}

#leave-reply {
    margin: 100px 0 40px 66px
}

#leave-reply h4 {
    font-size: 20px;
    margin: 0 0 50px;
    line-height: normal;
    text-transform: none;
    color: #000;
    font-weight: 400
}

.comment-form input[type=text],
.comment-form textarea {
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 10px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #737373;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.comment-form textarea {
    min-height: 220px
}

.comment-form::-webkit-input-placeholder {
    color: #c8c8c8
}

.comment-form:-moz-placeholder {
    color: #c8c8c8
}

.comment-form::-moz-placeholder {
    color: #c8c8c8;
    opacity: 1
}

.comment-form:-ms-input-placeholder {
    color: #c8c8c8
}

.comment-post {
    margin: 75px 0 0 66px
}

.comment-post h4 {
    font-size: 20px;
    margin: 0 0 50px;
    line-height: normal;
    text-transform: none;
    color: #000;
    font-weight: 400
}

.comment-post .comment-item {
    margin-top: 40px
}

.comment-post .avatar {
    width: 95px;
    height: 95px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.comment-item .media-heading {
    margin-bottom: 0
}

.comment-item .media-heading a {
    color: #181818;
    font-size: 16px;
    font-weight: 400
}

.comment-item .media-date {
    color: #c8c8c8;
    font-size: 12px;
    font-style: italic
}

.media-body .comment-text {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 30px
}

.comment-item .comment-reply-link {
    color: #000;
    font-size: 12px;
    margin-left: 15px
}

.comment-item .comment-reply-link:hover {
    color: #00a6dd
}

.comment-post .comment-item>.pull-left {
    padding-right: 0
}

.media-body {
    display: block;
    padding-left: 120px
}

.comment-post ul.children {
    padding-left: 100px
}

.ts-service-style-3 {
    margin-top: 75px
}

.ts-service-style-3 .icon-service {
    font-size: 40px;
    color: #00a6dd
}

@-webkit-keyframes horizontal {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    6% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    12% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    18% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    24% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    30% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    36% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    42% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    48% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    54% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    70% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    76% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
}

@keyframes horizontal {
    0% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    6% {
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    12% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    18% {
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    24% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    30% {
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    36% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    42% {
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    48% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    54% {
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    70% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    76% {
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
}

.ts-service-style-3:hover .icon-service .fa {
    -webkit-animation: horizontal 2s ease infinite;
    animation: horizontal 2s ease infinite
}

.ts-service-style-3 h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0 30px
}

.ts-service-style-3 h3 a {
    color: #252525
}

.ts-service-style-4 {
    background: #f3f3f3;
    padding: 45px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    min-height: 360px;
    margin-top: 35px
}

.ts-service-style-4 .icon-service {
    font-size: 29px;
    width: 79px;
    height: 79px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #252525;
    color: #252525;
    line-height: 79px;
    margin: 0 auto;
    display: block
}

.ts-service-style-4 h3 {
    font-size: 20px;
    margin: 23px 0 25px
}

.ts-service-style-4 h3 a {
    color: #252525
}

.ts-service-style-4:hover .icon-service {
    background: #00a6dd;
    border-color: #00a6dd;
    color: #fff !important
}

.ts-service-style-5 {
    color: #fff
}

.ts-service-style-5 .icon-service {
    width: 97px;
    height: 97px;
    background: #00a6dd;
    color: #fff;
    line-height: 97px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 5%;
    display: block;
    margin: 0 auto;
    font-size: 68px
}

.ts-service-style-5 h3 {
    font-size: 20px;
    margin: 15px 0
}

.ts-service-style-5 h3 a {
    color: #fff
}

.team-item h4 {
    font-weight: 400;
    font-size: 20px;
    color: #252525;
    margin: 35px 0 0
}

.team-item-style2 h4 {
    font-weight: 400;
    font-size: 20px;
    color: #252525;
    margin: 20px 0 0
}

.team-item>span {
    margin-bottom: 25px
}

.team-item-style2>span,
.team-item>span {
    font-size: 14px;
    text-transform: uppercase;
    display: block
}

.team-item-style2 .social-network a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #ededed;
    font-size: 14px;
    color: #252525;
    text-align: center;
    -webkit-transition: all .3s ease-out 0;
    -o-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0;
    margin: 15px 5px 0;
    display: inline-block
}

.team-item-style2 .social-network a:hover {
    background: #00a6dd;
    color: #fff
}

.team-item figure {
    overflow: hidden;
    position: relative
}

.team-item .social-network-team {
    background-color: rgba(0, 0, 0, .8);
    bottom: -100%;
    left: 0;
    margin: 0;
    padding: 40% 0 10px;
    position: absolute;
    transition: all .3s linear 0;
    -moz-transition: all .3s linear 0;
    -webkit-transition: all .3s linear 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.team-item .social-network-team li {
    display: inline-block;
    margin: 10px 5px
}

.team-item .social-network-team li a {
    border: 2px solid #dadada;
    width: 35px;
    height: 35px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    font-size: 15.75px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block
}

.team-item .social-network-team li a:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, .3);
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, .3);
    color: #00a6dd
}

.team-item figure img {
    transition: all .3s linear 0;
    -moz-transition: all .3s linear 0;
    -webkit-transition: all .3s linear 0;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.team-item figure:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.team-item figure:hover .social-network-team {
    bottom: 0
}

.bg_parallax>.container>.vc_row,
.bg_parallax>div>.vc_row {
    margin-bottom: 0 !important
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color
}

.skill-bar-bg {
    display: block;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.skillbar-bar {
    height: 38px;
    position: relative;
    width: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.skillbarstyle2 .skill-bar-bg,
.skillbarstyle2 .skillbar-bar {
    height: 38px
}

.skillbarstyle2 .skillbar {
    margin-top: 19px
}

.skillbarstyle2 .skillbar-bar {
    padding: 0 10px
}

.skillbarstyle2 .skill-bar-percent {
    line-height: 38px
}

.skillbarstyle2 .skill-bar-percent>span {
    margin-right: 5px
}

.skillbar {
    font-weight: 400
}

.skillbarstyle1 .skill-bar-bg,
.skillbarstyle1 .skillbar-bar {
    height: 7px
}

.skillbarstyle1 .skill-bar-percent {
    position: absolute;
    right: 12px;
    text-transform: uppercase;
    top: -30px
}

.skillbarstyle1 .skillbar-title {
    line-height: normal;
    margin-bottom: 8px
}

.skillbarstyle1 .skillbar {
    margin-bottom: 28px
}

.ts-funfact-style2 {
    border: medium none;
    height: auto;
    min-height: 220px;
    text-align: left;
    width: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.ts-funfact-style2 .funfact-number-unit {
    font-size: 55px;
    font-weight: 400;
    line-height: normal
}

.ts-funfact-style2 .ts-funfact-info>h5 {
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0;
    display: block
}

.item-circles .circlestat {
    margin: 0 auto
}

.item-circles .skill-title {
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0 20px
}

.ts-list-ul ul {
    padding: 0;
    list-style: none
}

.ts-list-ul ul li {
    line-height: 48px;
    border-bottom: 1px solid #f0f0f0;
    margin-left: 20px;
    color: #676a6f
}

.ts-list-ul ul li:before {
    content: "\f105";
    color: #00a6dd;
    font-family: FontAwesome;
    font-size: 17px;
    margin-left: -20px;
    margin-right: 20px
}

.ts-list-ul ul li:last-child {
    border: none
}

.ts-list-ul ul li a {
    color: #676a6f
}

.ts-box-border {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 25px
}

.ts-box-border h3 {
    font-size: 20px;
    color: #252525;
    margin: 20px 0 25px
}

.ts-style-button {
    border-radius: 3px;
    display: block;
    text-align: center;
    margin-bottom: 2px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    cursor: pointer
}

.ts-style-button.large {
    line-height: 51px;
    font-size: 15px;
    letter-spacing: 1px;
    width: 180px
}

.ts-style-button.normal {
    line-height: 40px;
    font-size: 14px;
    width: auto;
    float: left;
    padding: 0 13px;
    margin-right: 2px;
    background-color: #fd4326;
    text-transform: none;
    letter-spacing: 0
}

.more-link,
.ts-button,
button,
input[type=reset] {
    background: none repeat scroll 0 0 #fd4326;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #42454a;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 38px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    transition: all .3s ease-out 0;
    -moz-transition: all .3s ease-out 0;
    -webkit-transition: all .3s ease-out 0
}

.ts-style-button.small {
    line-height: 30px;
    font-size: 9px;
    letter-spacing: 1px;
    width: 105px
}

.countdownstyle1,
.countdownstyle2 {
    text-align: center
}

.countdownstyle1 .ts-date-countdown {
    display: inline-block;
    width: 80px;
    background: #42454a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    margin: 0 8px
}

.countdownstyle1 .ts-date-countdown .date {
    font-size: 40px;
    height: 84px;
    line-height: 84px;
    display: block
}

.countdownstyle1 .ts-date-countdown .month {
    font-size: 12px;
    font-weight: 400;
    display: block;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    background: #4f5257;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.countdownstyle1 .ts-date-countdown.ts-day-count {
    background: #00a6dd
}

.countdownstyle1 .ts-date-countdown.ts-day-count .month {
    background: #ff573d
}

.countdownstyle2 .ts-date-countdown {
    display: inline-block;
    width: 93px;
    background: url(../images/bd-datecount.html) repeat-y top right #f3f3f3;
    text-align: center;
    color: #252525;
    margin: 0 -2px;
    padding-top: 20px;
    height: 120px
}

.countdownstyle2 .ts-date-countdown:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background: #f3f3f3
}

.countdownstyle2 .ts-date-countdown .date {
    font-size: 40px;
    display: block;
    line-height: normal
}

.countdownstyle2 .ts-date-countdown .month {
    font-size: 12px;
    font-weight: 400;
    display: block;
    text-transform: uppercase
}

.countdownstyle2 .ts-date-countdown.ts-day-count {
    color: #00a6dd;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.widget select,
.widget_archive select,
.widget_categories select {
    border: 1px solid #d6d6d6;
    color: #8d8d8d;
    height: 44px;
    outline: medium none;
    padding: 0 17px;
    width: 100%
}

.sidebar_widget .ts-select {
    position: relative
}

.sidebar_widget select {
    border: 1px solid #dcdcdc;
    color: #8d8d8d;
    height: 44px;
    outline: medium none;
    padding: 0 17px;
    width: 100%;
    cursor: pointer
}

#wp-calendar {
    width: 100%
}

#wp-calendar a {
    color: #7e7d7d
}

#wp-calendar a:hover {
    color: #00a6dd
}

#wp-calendar caption {
    margin-bottom: 5px;
    padding: 4px 0;
    text-align: center;
    color: #252525;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

#wp-calendar thead th {
    background: none repeat scroll 0 0 #f7f7f7;
    border-right: 2px solid #fff;
    border-left: none;
    border-bottom: none;
    border-top: none;
    font-size: 14px;
    padding: 7px 0;
    text-align: center
}

#wp-calendar td {
    border: 1px solid #f7f7f7;
    padding: 5px 0;
    text-align: center
}

#wp-calendar #prev {
    border: 0 none;
    text-align: left
}

#wp-calendar .pad {
    border: 0 none
}

#wp-calendar #next {
    border: 0 none;
    text-align: right
}

.widget_rss li {
    margin-bottom: 20px
}

.ts-showmore {
    background: #42454a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    line-height: 28px;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 400;
    color: #fff;
    display: inline-block !important;
    padding: 0 20px;
    width: 95px !important;
    margin: 25px 0;
    text-align: center
}

.ts-showmore:hover {
    background: #00a6dd;
    color: #fff
}

.wpcf7-form input[type=email],
.wpcf7-form input[type=text],
.wpcf7-form textarea {
    color: #aaa;
    line-height: 24px;
    padding: 10px;
    border: 1px solid #e3e3e3;
    margin-bottom: 30px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.wpcf7-form textarea {
    width: 100%
}

.ts-social-style1 .fa {
    padding: 13px
}

.ts-button.show-block {
    margin-top: 50px;
    margin-bottom: 20px
}

.font-awesome-list:after,
.font-awesome-list:before {
    content: " ";
    display: table
}

.font-awesome-list:after {
    clear: both
}

.font-awesome-list {
    list-style: outside none none;
    margin: 0 -30px 20px 0;
    padding: 5px 0 0;
    width: 100%
}

.font-awesome-list li {
    color: #777;
    display: block;
    float: none;
    height: 32px;
    line-height: 3;
    margin: 0;
    padding: 0;
    vertical-align: top
}

.font-awesome-list li .fa {
    color: #333;
    display: inline-block;
    font-size: 14px;
    margin-right: 3px;
    text-align: center;
    width: 32px;
    font-size: 12px;
    padding: 2px 2.5px 2.5px 2px
}

.font-awesome-list li {
    float: left;
    margin-right: 30px;
    width: 22%
}

.ts-social-style2 a.ts-style-icon {
    display: inline-block;
    height: 40px;
    overflow: hidden;
    transition: background-color .3s ease 0;
    -webkit-transition: background-color .3s ease 0;
    -moz-transition: background-color .3s ease 0;
    width: 40px;
    margin-bottom: 9px;
    color: #bcbcbc;
    text-align: center;
    font-size: 20px;
    line-height: 40px
}

.ts-social-style2 a.ts-style-icon:hover {
    background: #ebebeb;
    color: #323232
}

.ts-social-style3 a {
    display: inline-block;
    height: 40px;
    overflow: hidden;
    transition: background-color .3s ease 0;
    -webkit-transition: background-color .3s ease 0;
    -moz-transition: background-color .3s ease 0;
    width: 40px;
    margin-bottom: 9px;
    color: #707070;
    text-align: center;
    font-size: 20px;
    line-height: 40px
}

.ts-social-style3 a:hover {
    color: #fff
}

.ts-social-style2,
.ts-social-style3 {
    padding: 0 40px;
    text-align: center
}

.ts-list-images {
    text-align: center
}

.ts-list-images li {
    display: inline-block;
    margin: 0 8px
}

.quote-type-style2 {
    font-size: 18px;
    font-style: italic;
    padding: 20px 25px;
    position: relative
}

.quote-type-style2 cite {
    color: #252525;
    font-size: 12px;
    font-style: normal
}

.quote-type-style2:before {
    content: "\f10d";
    font-family: FontAwesome;
    color: #00a6dd;
    font-size: 22px;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 0
}

.quote-type-style2 cite:before {
    content: "-"
}

.quote-type-style2 p {
    margin-bottom: 0
}

.blog-quote-style1,
.quote-type-style2 {
    margin-bottom: 30px
}

.ts-dropcap-style1 {
    width: 52px;
    height: 52px;
    font-size: 40px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    line-height: 52px;
    text-align: center;
    display: block;
    float: left;
    margin: 8px 15px 15px 0
}

.ts-dropcap-style2 {
    font-size: 70px;
    text-transform: uppercase;
    margin: 0 10px 15px 0;
    float: left;
    display: inline-block;
    line-height: 60px
}

#tiptip_content {
    background: #42454a;
    border: none
}

#tiptip_holder.tip_top #tiptip_arrow,
#tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: #42454a
}

.ts-list-style h4 {
    font-size: 16px;
    font-weight: 400;
    color: #252525
}

.ts-list-style ul {
    padding: 0;
    list-style: none
}

.ts-list-style ul li {
    line-height: 36px
}

.ts-list-style ul li span {
    font-size: 16px;
    margin-right: 10px
}

.ts-list-style ul li a {
    color: #737373;
    line-height: 36px;
    font-size: 14px
}

.ts-list-style ul li a:hover {
    color: #00a6dd
}

.ts-orderlist li:before {
    content: "";
    border-left: 5px solid #737373;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    display: inline-block;
    margin-right: 7px
}

.ts-data-table {
    margin-top: 0
}

.ts-list-style.underlist li a {
    color: #00a6dd
}

#filters-portfolio {
    background: 0 0;
    padding: 10px 0 9px;
    margin: 10px 0;
    text-align: center;
    margin-top: 0
}

#filters-portfolio .cbp-filter-item {
    background-color: #0093c3;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 0;
    margin: 0 1px 4px 0;
    overflow: visible;
    padding: 0 13px;
    position: relative;
    transition: all .2s ease-in-out 0;
    -moz-transition: all .2s ease-in-out 0;
    -webkit-transition: all .2s ease-in-out 0;
    font-weight: 400;
    font-size: 14px;
    font-family: Roboto;
    line-height: 32px
}

#filters-portfolio .cbp-filter-item.cbp-filter-item-active,
#filters-portfolio .cbp-filter-item:hover {
    background-color: #00a6dd;
    color: #fff
}

#grid-portfolio.cbp-l-grid-projects .cbp-caption {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 4px;
    height: 76%
}

#grid-portfolio .cbp-l-grid-projects-title {
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    font-family: Roboto;
    background: #00a6dd;
    line-height: 32px;
    text-align: center;
    color: #fff
}

#grid-portfolio .cbp-l-grid-projects-desc {
    font-size: 12px;
    font-weight: 400;
    color: #737373;
    line-height: 26px;
    font-family: Roboto;
    margin-top: 0
}

#grid-portfolio .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 0
}

#grid-portfolio.cbp-l-grid-projects.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
    height: 46px;
    background: rgba(0, 0, 0, .73);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    z-index: 3;
    opacity: 0;
    bottom: -50px;
    -webkit-transition: bottom .6s cubic-bezier(.19, 1, .22, 1) 0;
    -o-transition: bottom .6s cubic-bezier(.19, 1, .22, 1) 0;
    transition: bottom .6s cubic-bezier(.19, 1, .22, 1) 0
}

#grid-portfolio .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: 1;
    bottom: 0
}

#grid-portfolio .cbp-l-caption-buttonLeft,
#grid-portfolio .cbp-l-caption-buttonRight {
    background-color: #fff;
    color: #000;
    display: inline-block;
    font: 300 12px/35px Roboto;
    margin: 4px;
    text-align: center;
    width: 93px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

#grid-portfolio .cbp-l-caption-buttonLeft:focus,
#grid-portfolio .cbp-l-caption-buttonLeft:hover,
#grid-portfolio .cbp-l-caption-buttonRight:focus,
#grid-portfolio .cbp-l-caption-buttonRight:hover {
    background: #c9c9c9
}

.portfolio-single {
    padding: 55px 0 115px
}

.portfolio-single .portfolio-single-left img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.portfolio-related {
    margin-bottom: 60px
}

.portfolio-related h5,
.portfolio-single-right h3 {
    font-size: 20px;
    font-weight: 400
}

.portfolio-single .portfolio-excerpt {
    margin: 25px 0 55px
}

.profile-right h5 {
    line-height: 45px;
    border-bottom: 1px solid #ececec;
    font-size: 14px;
    margin: 0
}

.profile-right {
    margin-bottom: 35px
}

.profile-right h5 strong {
    display: inline-block;
    font-weight: 500;
    min-width: 30%
}

.profile-right h5 span {
    font-weight: 400
}

.ts-portfolio-slider.owl-controls {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out 0;
    -o-transition: opacity .3s ease-out 0;
    transition: opacity .3s ease-out 0
}

.ts-portfolio-slider .owl-controls .owl-buttons div {
    background: none repeat scroll 0 0 rgba(255, 255, 255, .19);
    border-radius: 50%;
    color: #ececec;
    display: inline-block;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    margin: 0;
    position: absolute;
    top: 45%;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    width: 48px;
    z-index: 99
}

.ts-portfolio-slider .owl-controls .owl-buttons div.owl-prev {
    left: 25px
}

.ts-portfolio-slider .owl-controls .owl-buttons div.owl-next {
    right: 25px
}

.cbp img,
.cbp-l-inline img,
.cbp-l-project-related-wrap img,
.cbp-slider img {
    min-height: 100%
}

.blog-grallery:hover .owl-controls {
    opacity: 1
}

.portfolio-header .portfolio-title {
    font-size: 30px;
    font-weight: 400;
    display: inline-block
}

.portfolio-header ul {
    padding: 0
}

.portfolio-header ul li {
    display: inline-block
}

.wpb_single_image img {
    height: auto;
    width: 100% !important
}

.ts_single_image img {
    height: auto;
    max-width: 100%
}

.portfolio-header {
    margin-bottom: 45px
}

.portfolio-header .icon-bt {
    width: 27px;
    height: 27px;
    background-position: top center;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -9999px;
    -webkit-transition: background-image .3s;
    -o-transition: background-image .3s;
    transition: background-image .3s
}

.portfolio-header .bt-grid {
    background-image: url(../images/grid-port.html);
    width: 24px;
    height: 24px;
    margin-right: 12px
}

.portfolio-header .icon-arrow-prev {
    background-image: url(../images/arrow-prev-port.html);
    margin-right: 5px
}

.portfolio-header .icon-arrow-next {
    background-image: url(../images/arrow-next-port.html)
}

.portfolio-header .icon-bt:hover {
    background-position: bottom center
}

.ts-message {
    height: 53px;
    line-height: 53px;
    padding: 0 10px 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    position: relative;
    margin-bottom: 25px
}

.ts-message.success {
    background: #85d35f
}

.ts-message.info {
    background: #5ed9e7
}

.ts-message.warning {
    background: #f6ce4e
}

.ts-message.error {
    background: #00a6dd
}

.ts-message-content {
    display: block;
    padding-left: 35px
}

.ts-message-boxed .ts-content-boxed {
    padding-left: 35px
}

.ts-message-boxed {
    border: 1px solid #ebebeb;
    padding: 20px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 30px;
    position: relative
}

.ts-message-content p {
    margin-bottom: 0
}

.ts-close {
    position: absolute;
    right: 10px;
    top: 17px;
    line-height: normal;
    font-size: 12px !important;
    cursor: pointer
}

.ts-message-boxed .ts-close {
    top: 10px;
    color: #c5c5c5
}

.ts-message-boxed .ts-close:hover {
    color: #252525
}

.ts-message>span {
    font-size: 20px
}

.ts-message>span,
.ts-title-boxed>span {
    float: left
}

.ts-title-boxed>span {
    font-size: 25px
}

.ts-message-boxed .ts-title-boxed {
    font-size: 20px;
    margin-bottom: 20px
}

.ts-message-boxed.success .ts-title-boxed {
    color: #85d35f
}

.ts-message-boxed.info .ts-title-boxed {
    color: #5ed9e7
}

.ts-message-boxed.warning .ts-title-boxed {
    color: #f6ce4e
}

.ts-message-boxed.error .ts-title-boxed {
    color: #00a6dd
}

.ts-combined-notifications {
    border: 1px solid #ebebeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 30px;
    position: relative
}

.ts-combined-notifications .ts-title-boxed {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-size: 16px;
    height: 53px;
    line-height: 53px;
    margin-bottom: 25px;
    padding: 0 10px 0 20px
}

.ts-combined-notifications .ts-content-boxed {
    padding: 0 20px 25px 50px
}

.ts-combined-notifications.success .ts-title-boxed {
    background: #85d35f
}

.ts-combined-notifications.info .ts-title-boxed {
    background: #5ed9e7
}

.ts-combined-notifications.warning .ts-title-boxed {
    background: #f6ce4e
}

.ts-combined-notifications.error .ts-title-boxed {
    background: #00a6dd
}

.ts-contact-hotline {
    width: 252px;
    height: 252px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .5);
    display: table;
    margin: 0 auto
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

.ts-contact-hotline h3,
.ts-contact-hotline h4 {
    margin: 0 0 5px
}

.ts-contact-hotline .ts-contact-icon {
    font-size: 40px;
    margin-bottom: 10px;
    display: inline-block
}

.ts-contact-infomation p {
    margin-bottom: 30px
}

.ts-contact-infomation span {
    font-weight: 500
}

.ts-contact-infomation a {
    color: #737373
}

.ts-contact-infomation a:hover {
    color: #00a6dd
}

li.mini-shoping-cart-wraper a:after {
    display: none
}

.main-header {
    box-shadow: 0 1px 1px 0 rgba(50, 50, 50, .1);
    left: 0;
    right: 0;
    z-index: 1000
}

#menu-main-menu .list-inline>li {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.is-sticky .main-header .logo {
    width: 114px;
    margin: 0;
    padding: 0
}

.main-menu>ul>li>a {
    -webkit-transition: padding .5s;
    -moz-transition: padding .5s;
    transition: padding .5s
}

.is-sticky .main-header .main-menu>ul>li>a {
    padding-top: 17px;
    padding-bottom: 17px
}

.ts-page-sidebar {
    padding: 80px 0 100px
}

.ts-menu-sidebar {
    background: #f3f3f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.ts-menu-sidebar ul {
    padding: 0
}

.ts-menu-sidebar>ul>li {
    border-top: 1px solid #e8e8e8;
    margin: 0 20px
}

.ts-menu-sidebar li:first-child {
    border: none
}

.ts-menu-sidebar li a {
    line-height: 47px;
    font-size: 14px;
    font-weight: 400;
    color: #252525;
    display: block
}

.ts-menu-sidebar li .dropdown-menu {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    display: none;
    float: none;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-top: 14px;
    position: relative
}

.ts-menu-sidebar li .dropdown-menu li {
    border: none
}

.ts-menu-sidebar li .dropdown-menu li a {
    line-height: 26px;
    padding: 0
}

.ts-menu-sidebar li a:hover {
    background: #a8a8a8
}

.ts-menu-sidebar li.menu-item-has-children>a {
    background: url(../images/add-accordion.html) no-repeat right center
}

.ts-menu-sidebar li.current_page_item,
.ts-menu-sidebar li.menu-item-has-children.current-menu-parent,
.ts-menu-sidebar li.menu-item-has-children.current_page_item {
    margin: 0;
    border: none
}

.ts-menu-sidebar li.menu-item-has-children.current-menu-parent .dropdown-menu,
.ts-menu-sidebar li.menu-item-has-children.current_page_item .dropdown-menu {
    display: block !important;
    padding-left: 40px
}

.ts-menu-sidebar>ul>li.current_page_item>a,
.ts-menu-sidebar>ul>li.current_page_item>a:hover,
.ts-menu-sidebar>ul>li.menu-item-has-children.current-menu-parent>a,
.ts-menu-sidebar>ul>li.menu-item-has-children.current-menu-parent>a:hover,
.ts-menu-sidebar>ul>li.menu-item-has-children.current_page_item>a,
.ts-menu-sidebar>ul>li.menu-item-has-children.current_page_item>a:hover {
    background: #00a6dd;
    color: #fff;
    padding: 0 20px;
    position: relative;
    line-height: 47px;
    margin-bottom: -1px
}

.ts-menu-sidebar>ul>li.current_page_item>a:after,
.ts-menu-sidebar>ul>li.menu-item-has-children.current-menu-parent>a:after,
.ts-menu-sidebar>ul>li.menu-item-has-children.current_page_item>a:after {
    content: "";
    display: inline-block;
    border-left: 6px solid #00a6dd;
    border-right: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    position: absolute;
    top: 19px;
    right: -11px
}

.ts-menu-sidebar li.ts-active-menusiderbar .dropdown-menu {
    padding-left: 40px
}

.ts-menu-sidebar li .dropdown-menu a:hover,
.ts-menu-sidebar li .dropdown-menu li.current_page_item a {
    background: 0 0;
    color: #00a6dd;
    padding: 0
}

.ts-menu-sidebar li.menu-item-has-children.current-menu-parent>a:before,
.ts-menu-sidebar li.menu-item-has-children.current_page_item>a:before {
    background: #fff;
    position: absolute;
    content: "";
    right: 20px;
    top: 22px;
    width: 13px;
    height: 1px
}

.ts-menu-sidebar li.ts-active-menusiderbar {
    margin: 0
}

.ts-menu-sidebar li.ts-active-menusiderbar>a {
    background: #e8e8e8;
    padding: 0 20px;
    position: relative;
    line-height: 48px;
    margin-bottom: -1px
}

.ts-menu-sidebar li.menu-item-has-children.ts-active-menusiderbar>a:before {
    background: #252525;
    position: absolute;
    content: "";
    right: 20px;
    top: 22px;
    width: 13px;
    height: 1px
}

.divider {
    margin: 40px auto;
    overflow: hidden;
    text-align: center;
    width: 100%
}

.divider-hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e0e0e0 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    height: 1px;
    margin: 50px auto 47px;
    padding: 0
}

.divider>.divider-content:after,
.divider>.divider-content:before {
    border-bottom: 1px solid #e0e0e0;
    border-color: #e0e0e0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 49%;
    width: 9999%
}

.divider>.divider-content:after {
    left: 100%;
    margin-left: 20px
}

.divider>.divider-content:before {
    margin-right: 20px;
    right: 100%
}

.divider>.divider-content {
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    padding: 0;
    position: relative
}

.divider-md {
    width: 50%
}

.divider-sm {
    width: 33%
}

hr.divider-2 {
    border-bottom: 1px solid #e0e0e0;
    height: 3px
}

.shoping-cart-widget ul {
    list-style: none
}

.page-template-default #container_full {
    padding: 60px 0
}

.widget_mailchimpsf_widget .widget-title {
    line-height: 25px;
    margin-bottom: 35px
}

#mc_subheader {
    color: #8b8b8b;
    line-height: 30px;
    margin-bottom: 10px
}

.vcex-list_item span {
    color: #252525;
    font-size: 14px;
    margin-right: 15px
}

.vcex-list_item {
    line-height: 26px;
    margin-bottom: 10px
}

#flags_language_selector img {
    margin: 0 4px;
    border: 1px solid #333
}

.top-info #flags_language_selector {
    float: right;
    padding-left: 9px
}

.toggle-bar-btn {
    border-color: #00a6dd #00a6dd transparent transparent;
    border-left: 23px solid transparent;
    border-style: solid;
    border-width: 23px;
    color: #fff;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10002
}

.ts-infobar.infobar-up:before {
    background: #fff;
    content: "";
    height: 1px;
    width: 10px;
    display: inline-block;
    font-size: 16px;
    left: 6px;
    position: absolute;
    top: -9px
}

.ts-infobar.infobar-down:before {
    content: "+";
    color: #fff;
    display: inline-block;
    font-size: 16px;
    left: 5px;
    position: absolute;
    top: -22px
}

.vcex-spacing {
    margin-bottom: 40px
}

footer .mc4wp-form {
    margin-bottom: 35px
}

.mc4wp-form .input-group>.input,
.mc4wp-form .input-group>.input-group-button {
    display: table-cell
}

.mc4wp-form .input-group>.input-group-button {
    width: 1%;
    vertical-align: top
}

.subscribe-form input[type=email] {
    background: #42454a;
    border: medium none;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    color: #fff;
    height: 44px !important;
    padding-left: 10px;
    width: 100%
}

.subscribe-form input[type=submit] {
    background: #00a6dd;
    color: #fff;
    border: medium none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    font-size: 16px;
    height: 44px;
    width: 44px;
    padding: 0;
    vertical-align: middle
}

.main-header-style2 .ts-mainmenu .main-menu {
    float: left;
    text-align: left;
    width: 75%
}

.ts-header-1 {
    position: relative
}

.ts-header-1 .header-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .87)
}

.ts-header-1 .container {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px
}

.ts-header-1 .logo {
    margin-top: 7px
}

.ts-suport-header .header-suport {
    display: inline-block
}

.ts-suport-header .header-suport .header-title {
    color: #252525;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    display: block
}

.ts-suport-header .header-suport .header-phone {
    font-size: 25px;
    font-weight: 400;
    color: #00a6dd;
    display: block
}

.ts-suport-header .header-signup-chat {
    display: inline-block
}

.ts-suport-header .header-signup-chat ul {
    padding: 0
}

.ts-suport-header .header-signup-chat li {
    display: inline-block;
    margin-left: 10px
}

.ts-suport-header .header-signup-chat li a {
    width: 76px;
    height: 73px;
    display: inline-block
}

.ts-suport-header .header-signup-chat li a span.icon {
    width: 100%;
    height: 44px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-size: 22px;
    display: block;
    text-align: center;
    line-height: 44px
}

.ts-suport-header .header-signup-chat li.header-signup span.icon {
    background: #42454a
}

.ts-suport-header .header-signup-chat li.header-chat span.icon {
    background: #00a6dd
}

.ts-suport-header .header-signup-chat li a span.text {
    width: 100%;
    height: 29px;
    background: #ececec;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    color: #000;
    line-height: 29px;
    display: block;
    letter-spacing: 1px
}

.main-header-style2 .main-menu-2 {
    background: #f3f3f3
}

.main-header-style2 .main-menu>ul>li>a {
    letter-spacing: 1px;
    font-weight: 400;
    padding: 0 25px;
    line-height: 40px;
    position: relative
}

.main-header-style2 .main-menu>ul>li {
    margin-left: 0
}

.main-header-style2 .main-menu>ul>li:first-child>a {
    padding-left: 0
}

.main-header-style2 .main-menu>ul>li.megamenu-item>a::after,
.main-header-style2 .main-menu>ul>li.menu-item-has-children>a::after {
    color: #42454a;
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    line-height: 40px;
    left: auto;
    bottom: auto;
    margin-left: 10px
}

.main-header-style2 .main-menu>ul>li:hover>a,
.main-header-style2 .main-menu>ul>li>a:hover {
    background: 0 0;
    color: #00a6dd
}

.main-header-style2 .main-menu li.mini-shoping-cart-wraper a span {
    left: 36px;
    top: -8px
}

.main-header-style2 .main-menu>ul>li {
    border: none;
    padding: 11px 0
}

.main-header-style2 .main-menu>ul>li>a {
    border-right: 1px solid #e2e2e2
}

.main-header-style2 .main-menu>ul>li:first-child,
.main-header-style2 .main-menu>ul>li:first-child>a {
    border-left: none
}

.main-header-style2 .main-menu>ul>li:last-child,
.main-header-style2 .main-menu>ul>li:last-child>a {
    border-right: none
}

.main-header-style2 #searchform {
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    height: 35px;
    margin: 10px 0;
    padding: 0 10px
}

.main-header-style2 #searchform input[type=search] {
    border: none;
    font-size: 12px;
    color: #bebebe;
    background: 0 0
}

.main-header-style2 #searchform button[type=submit] {
    background-color: transparent;
    color: #42454a
}

.main-header-style2 #searchform button[type=submit]:hover {
    background: 0 0
}

.main-header-style2 #searchform input[type=search] .main-header-style2 #searchform input[type=search]::-webkit-input-placeholder {
    color: #bebebe
}

.main-header-style2 #searchform input[type=search]:-moz-placeholder {
    color: #bebebe
}

.main-header-style2 #searchform input[type=search]::-moz-placeholder {
    color: #bebebe;
    opacity: 1
}

.main-header-style2 #searchform input[type=search]:-ms-input-placeholder {
    color: #bebebe
}

.ts-domain-price-box.domain-img .domain-price {
    color: #252525;
    font-size: 25px;
    font-weight: 400;
    margin-top: 13px
}

.ts-special-offer-style2 {
    padding: 20px 0 10px 18px;
    background: #f3f3f3;
    width: 92%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    min-height: 300px
}

.ts-special-offer-style2 h3 {
    font-size: 20px;
    color: #00a6dd;
    font-weight: 500;
    text-transform: uppercase
}

.ts-special-offer-style2 .ts-offer-content {
    width: 68%;
    margin-right: 15px
}

.ts-special-offer-style2 .ts-price {
    font-size: 35px;
    letter-spacing: -.25px;
    color: #252525;
    font-weight: 400
}

.ts-special-offer-style2 .ts-unit {
    font-size: 20px;
    color: #252525
}

.ts-special-offer-style2 .ts-special2 a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    background: #00a6dd;
    line-height: 40px;
    padding: 0 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.ts-special-offer-style2 .ts-special2 p {
    margin: 25px 0
}

.ts-special-offer-style2 .ts-special2 a:hover {
    background: #fff;
    color: #00a6dd
}

.ts-special-offer-style2 figure {
    position: absolute;
    right: -100px;
    top: 0;
    max-width: 295px
}

.main-header-style2 .main-menu-2 .container {
    position: relative
}

.ts-bigcaption-3 {
    font-family: Roboto;
    font-size: 40px;
    color: #fff;
    font-weight: 400
}

.ts-mediumcaption-3 {
    font-family: Roboto;
    color: #fff;
    font-size: 30px;
    font-weight: 100
}

.ts-mediumcaption-3 span {
    font-weight: 400;
    color: #00a6dd
}

.ts-listcaption1-3 {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #b2b2b2;
    line-height: 30px
}

.ts-listcaption1-3:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #00a6dd;
    margin-right: 10px
}

.ts-listcaption1-3 span {
    text-decoration: underline;
    color: #00a6dd
}

.ts-button-s3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 48px;
    background: #00a6dd;
    cursor: pointer
}

.ts-button-s3 .fa {
    margin-left: 15px
}

.tp-caption.ts-button-s3 a {
    color: #fff
}

.tp-caption.ts-button-s3 a:hover,
.tp-caption.ts-button-s3:hover a {
    color: #00a6dd
}

.ts-button-s3:hover {
    background: #fff !important;
    color: #00a6dd
}

.ts-small-caption-3 {
    color: #fff;
    font-size: 20px;
    font-weight: 100
}

.ts-small-caption-3 .fa {
    font-size: 40px !important;
    margin-right: 10px !important;
    float: left
}

.ts-small-caption-3 span {
    color: #00a6dd;
    font-weight: 400
}

.ts-label-3 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 40px
}

.ts-price-3 {
    color: #252525;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 400;
    line-height: 26px
}

.ts-liststyle2-3 {
    font-size: 18px;
    color: #fff;
    font-family: Roboto;
    font-weight: 400;
    line-height: 50px
}

.ts-liststyle2-3:before {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #fff;
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 30px
}

.tp-caption.ts-bg-3,
.ts-bg-3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    height: 200px;
    width: 555px;
    background: rgba(253, 67, 38, .5) !important;
    max-width: 50% !important
}

iframe {
    border: none
}

.main-header-style2 .main-menu-2.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    box-shadow: 0 1px 1px 0 rgba(50, 50, 50, .1);
    -moz-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, .1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, .1)
}

.admin-bar .main-header-style2 .main-menu-2.fixed {
    top: 32px
}

.ts-list-testimonial .ts-item-testimonial {
    padding-top: 60px;
    position: relative
}

.ts-list-testimonial .icon-quote-left {
    position: absolute;
    top: 0;
    left: 100px;
    width: 50px;
    height: 40px
}

.ts-list-testimonial .icon-quote-right {
    position: absolute;
    right: 100px;
    bottom: 160px;
    width: 50px;
    height: 40px
}

.ts-list-testimonial.light .ts-item-testimonial .icon-quote-left {
    background: url(../images/quote-left.html) no-repeat
}

.ts-list-testimonial.light .ts-item-testimonial .icon-quote-right {
    background: url(../images/quote-right.html) no-repeat
}

.ts-list-testimonial.dark .ts-item-testimonial .icon-quote-left {
    background: url(../images/quote-left-dark.html) no-repeat
}

.ts-list-testimonial.dark .ts-item-testimonial .icon-quote-right {
    background: url(../images/quote-right-dark.html) no-repeat
}

#toggle-bar-wrap {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .25);
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all .25s ease-in-out 0;
    visibility: hidden;
    width: 100%;
    z-index: 10001
}

#toggle-bar-wrap.active-bar {
    opacity: 1;
    visibility: visible
}

#toggle-bar-wrap.toggle-bar-fade-slide {
    top: -60px
}

#toggle-bar-wrap.toggle-bar-fade-slide.active-bar {
    top: 0
}

#toggle-bar {
    padding: 40px 0
}

.toggle-bar-btn span.fa {
    font-size: .846em;
    left: 4px;
    position: absolute;
    text-shadow: none !important;
    top: -12px
}

#top-bar-wrap {
    border-bottom: 1px solid #eee;
    font-size: .923em;
    margin-bottom: 0
}

#top-bar-wrap a {
    color: #555
}

#top-bar-wrap a:hover {
    color: #3b86b0
}

.ts-menu-sidebar ul {
    list-style: outside none none;
    padding: 0
}

.ts-service-img {
    background: #f3f3f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.ts-service-img .service-img {
    padding: 20px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #e4e4e4;
    text-align: center
}

.ts-service-img .service-img img {
    vertical-align: middle
}

.ts-service-img .service-content {
    font-size: 14px;
    color: #737373;
    text-align: center;
    padding: 30px
}

.ts-service-img .service-content h4 {
    font-size: 20px;
    margin: 0 0 16px;
    text-transform: uppercase;
    text-align: center
}

.ts-service-img .service-content a.cta_pricing {
    background: #00a6dd;
    border: 1px solid #00a6dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    margin-top: 10px;
    padding: 0 30px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out 0;
    -o-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0
}

.ts-service-img .service-content a.cta_pricing:hover {
    background: #fff;
    color: #00a6dd
}

.ts-service-img .ts-price-unit {
    padding: 15px 0
}

.ts-service-img .ts-price-unit .price {
    color: #252525;
    font-size: 35px
}

.ts-pricing-table-style3 {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.ts-pricing-table-style3 .price-title {
    padding: 20px
}

.ts-pricing-table-style3 .price-icon {
    display: block;
    text-align: center
}

.ts-pricing-table-style3 .price-icon .pricing-icon {
    background: #00a6dd;
    color: #fff;
    width: 78px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    font-size: 27px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-top: -40px;
    display: inline-block
}

.ts-pricing-table-style3 .price-title h3 {
    font-size: 20px;
    color: #252525;
    text-align: center
}

.ts-pricing-table-style3 .price-unit {
    padding: 15px 0;
    text-align: center;
    background: #ececec
}

.ts-pricing-table-style3 .price-unit .price-unit {
    color: #00a6dd
}

.ts-pricing-table-style3 .price-unit .price-unit .price {
    font-size: 35px;
    font-weight: 400
}

.ts-pricing-table-style3 .price-unit .price-unit .unit {
    font-size: 20px
}

.ts-pricing-table-style3 ul {
    margin: 0;
    padding: 0;
    color: #252525;
    font-size: 13px;
    list-style: none
}

.ts-pricing-table-style3 ul li {
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 0;
    text-align: center;
    font-weight: 400
}

.ts-pricing-table-style3 p {
    text-align: center;
    line-height: normal
}

.ts-pricing-table-style3 p a.cta_pricing {
    background: none repeat scroll 0 0 #42454a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    margin-top: 30px;
    padding: 0 15px;
    text-decoration: none;
    margin-bottom: 30px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out 0;
    -o-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0;
    border: 1px solid #42454a
}

.ts-pricing-table-style3.active .price-unit {
    background: #00a6dd;
    color: #fff !important
}

.ts-pricing-table-style3 p a.cta_pricing:hover,
.ts-pricing-table-style3.active a.cta_pricing {
    background: none repeat scroll 0 0 #00a6dd;
    color: #fff;
    border: 1px solid #00a6dd
}

.ts-pricing-table-style3.active a.cta_pricing:hover {
    background: #fff;
    color: #00a6dd
}

.ts-pricingtable-5 table {
    border-collapse: separate;
    margin: 0 auto;
    width: 100%
}

.ts-pricingtable-5 .ts-pricing-img {
    vertical-align: bottom
}

.ts-pricingtable-5 table td {
    width: 20%;
    border: none;
    padding: 0
}

.ts-pricingtable-5 .ts-pricing-item {
    background: #f8f8f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding-top: 20px;
    text-align: center;
    margin: 0 0 0 30px
}

.ts-pricingtable-5 .price-icon {
    width: 78px;
    height: 78px;
    background: #00a6dd;
    font-size: 27px;
    color: #fff;
    line-height: 78px;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    -o-border-radius: 10%;
    border-radius: 10%;
    display: inline-block;
    margin: 0 auto
}

.ts-pricingtable-5 .price-title {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    margin: 17px 0 20px;
    text-transform: capitalize
}

.ts-pricingtable-5 .price-unit-vat {
    background: #ed3338;
    padding: 20px 15px 15px
}

.ts-pricingtable-5 .price-unit-vat p {
    line-height: normal;
    margin-bottom: 0
}

.ts-pricingtable-5 .price-unit {
    color: #00a6dd;
    font-weight: 400;
    letter-spacing: -.25px;
    display: inline-block
}

.ts-pricingtable-5 .price-unit .price {
    font-size: 40px
}

.ts-pricingtable-5 .price-unit .unit {
    font-size: 20px;
    position: relative;
    top: -7px
}

.ts-pricingtable-5 .price-unit .unit .per-month {
    font-size: 16px
}

.ts-pricingtable-5 .desc {
    padding: 20px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0
}

.ts-pricingtable-5 .ts-bt-pricing {
    line-height: 60px;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 51px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #00a6dd;
    border: 1px solid #00a6dd;
    display: inline-block;
    font-weight: 600
}

.ts-pricingtable-5 .ts-bt-pricing:hover {
    background: #fff;
    color: #00a6dd;
    display: inline-block
}

.ts-pricingtable-5 .title-feature {
    background: #0192c9;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 9px 20px
}

.ts-pricingtable-5 table tr.list-feature {
    background: #f3f3f3
}

.ts-pricingtable-5 table td .inner-td {
    margin: 0 0 0 30px;
    text-align: center;
    display: block;
    line-height: 33px;
    border-top: 1px solid #e6e6e6;
    font-size: 25px;
    color: #000;
    font-weight: 600;
    padding: 7px;
    padding-left: 18px;
    text-transform: capitalize;
    padding: 20px 23px;
    text-shadow: 0 2px #fff
}

.ts-pricingtable-5 table tr.list-feature:nth-child(2n) .inner-td {
    background: #fff
}

.ts-pricingtable-5 table tr.list-feature:nth-child(2n+1) .inner-td {
    background: #f8f8f8
}

.ts-pricingtable-5 table tr.list-feature td:first-child .inner-td {
    background: 0 0;
    text-align: left;
    margin-left: 0
}

.ts-pricingtable-5 .ts-footer-price {
    background: #42454a;
    text-align: center;
    padding: 12px 0;
    margin: 0 0 0 30px
}

.ts-footer-price p {
    color: #fff;
    line-height: normal;
    margin-bottom: 20px
}

.ts-icon-check,
.ts-pricingtable-5 table td .inner-td.ts-icon-check {
    color: #00a6dd;
    font-size: 18px
}

.ts-icon-close,
.ts-pricingtable-5 table td .inner-td.ts-icon-close {
    color: #42454a;
    font-size: 22px
}

#bridge .navbar {
    margin-top: 20px
}

#prices_table,
#prices_table2 {
    border-collapse: collapse;
    margin-top: 40px;
    width: 100%;
    border: none;
    text-align: center
}

#prices_table th,
#prices_table2 th {
    background: none repeat scroll 0 0 #42454a;
    color: #fff;
    font-size: 18px;
    padding: 17px
}

#prices_table td,
#prices_table2 td {
    background: none repeat scroll 0 0 #f3f3f3;
    border: 1px solid #d9d9d9;
    color: #252525;
    font-weight: 400;
    padding: 20px 8px 15px;
    text-transform: uppercase
}

#prices_table td:first-child,
#prices_table2 td:first-child {
    border-left: medium none
}

#prices_table td:last-child,
#prices_table2 td:last-child {
    border-right: medium none
}

#search_price_table,
#search_prices_table2 {
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    height: 45px;
    padding: 5px 10px
}

.ts-search-whois {
    background: 0 0;
    display: inline-block;
    width: 100%
}

#content-whois {
    color: #fff
}

.ts-search-whois fieldset {
    width: 100%
}

.ts-search-whois #domain .l1 {
    float: left;
    margin: 0 5px 0 0;
    width: 100%
}

.ts-search-whois #domain .l2 {
    margin: 0 auto;
    width: 50%
}

.ts-search-whois #domain .l1>span {
    float: left;
    line-height: 45px;
    width: 10%;
    text-align: right
}

.ts-search-whois #domain .l1 input[type=text] {
    background: rgba(255, 255, 255, .21);
    border: 1px solid rgba(255, 255, 255, .27);
    color: #d1d1d1;
    height: 45px;
    padding: 0 15px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    width: 75%;
    float: left
}

.ts-search-whois #domain .l1 input[type=submit] {
    background: url(../images/icon-search.png) no-repeat scroll center center #00a6dd;
    border: medium none;
    border-radius: 0 5px 5px 0;
    float: left;
    height: 46px;
    margin: 0 0 0 -1px;
    position: relative;
    text-align: center;
    text-indent: -9999px;
    width: 13%
}

#content-whois table td,
#content-whois table th {
    border: 1px solid rgba(255, 255, 255, .27);
    color: #d1d1d1;
    background: 0 0
}

#content-whois table .td {
    color: #d1d1d1
}

#content-whois #log {
    width: 100%;
    margin-top: 30px
}

#content-whois #log fieldset {
    width: 100%
}

#content-whois #log legend {
    font-family: Roboto;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    line-height: 35px;
    border: none
}

#content-whois .alt {
    background: 0 0
}

#content-whois a:hover {
    color: #d1d1d1
}

.bg-ts-theme {
    position: relative
}

.parallax-section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.ts-home1-domain {
    background-attachment: fixed;
    background-image: url(../images/bg-progreaa.jpg);
    background-repeat: repeat
}

.overlay {
    background: rgba(0, 0, 0, .4)
}

.ts-home1-data-transferred {
    background-attachment: fixed;
    background-image: url(../images/main02_2-1920x1200.jpg);
    background-repeat: repeat
}

.activeme {
    background-color: #fd4326;
    color: #fff !important
}

.ts-home1-data-transferred .ts-funfact .funfact-icon {
    color: #00a6dd
}

.ts-home1-data-transferred .ts-funfact {
    border-color: rgba(255, 255, 255, .5);
    color: #fff
}

.ts_wrapper iframe {
    width: 100%
}

.align_right {
    text-align: right
}

@media (max-width:767px) {

    .ts-search-whois #domain .l1,
    .ts-search-whois #domain .l2,
    .ts-search-whois #domain .r {
        width: 100%;
        text-align: center
    }

    .ts-search-whois #domain .l1 input[type=text] {
        width: 75%
    }
}

@media (max-width:480px) {
    .ts-search-whois #domain .l1 input[type=text] {
        width: 65%
    }

    .ts-search-whois #domain .l1>span {
        width: 15%
    }
}

.whmpress.whmpress_login_form input {
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 5px 10px
}

.whmpress.whmpress_login_form label {
    width: 95px
}

.ts-pricing-table-style1.ts-whmpress .price-unit,
.ts-pricing-table-style2.ts-whmpress .price-unit {
    padding-top: 0;
    line-height: 100px
}

.ts-pricing-table-style1.ts-whmpress .price-unit .price,
.ts-pricing-table-style2.ts-whmpress .price-unit .price {
    font-size: 20px;
    line-height: 85px
}

.ts-whmpress .whmpress_order_button {
    font-size: 14px
}

.ts-pricing-table-style3.ts-whmpress {
    text-align: center
}

.ts-pricing-table-style3.ts-whmpress button {
    margin: 30px auto;
    border: 1px solid #42454a
}

.ts-pricing-table-style3.ts-whmpress button:hover {
    border-color: #00a6dd
}

.ts-pricing-table-style3.active.ts-whmpress button {
    background: #00a6dd;
    border-color: #00a6dd
}

.ts-pricing-table-style3.active.ts-whmpress button:hover {
    background: #fff;
    color: #00a6dd
}

.ts-service-img.ts-whmpress .service-content button {
    background: #00a6dd;
    border: 1px solid #00a6dd;
    margin-top: 10px;
    padding: 0 30px
}

.ts-service-img.ts-whmpress .service-content button:hover {
    background: #fff;
    color: #00a6dd
}

.ts-pricing-table-style2.ts-whmpress button {
    margin-top: 35px;
    background: rgba(255, 255, 255, .2);
    border: none
}

.ts-pricing-table-style2.ts-whmpress.active button:hover {
    background: none repeat scroll 0 0 #fff;
    color: #00a6dd
}

.ts-pricing-table-style2.ts-whmpress button:hover {
    background: none repeat scroll 0 0 #00a6dd
}

.ts-pricing-table-style1.ts-whmpress button {
    margin-top: 35px;
    border: none
}

.ts-pricing-table-style1.ts-whmpress button:focus,
.ts-pricing-table-style1.ts-whmpress button:hover {
    background: #00a6dd
}

.ts-pricing-table-style1.ts-whmpress.active button {
    background: rgba(255, 255, 255, .2)
}

.ts-pricing-table-style1.ts-whmpress.active button:hover {
    background: #fff;
    color: #00a6dd
}

.check-domain {
    display: none
}

.center {
    text-align: center
}

.tp-bannertimer {
    visibility: hidden !important
}

#domain table {
    width: 100%
}

#domain table input[type=checkbox] {
    vertical-align: middle;
    margin: 0 4px 0 0
}

.home-lasted-blog .ts-item-post,
.ts-blog-slide .ts-item-post {
    min-height: 495px
}

.wpb_single_image img {
    height: auto;
    max-width: 100%
}

.wpb_single_image img.vc_img-placeholder {
    width: 100%
}

.ts-animation-img {
    position: absolute;
    left: 200px;
    top: 0;
    opacity: 0
}

.ts-animation-img1 {
    position: absolute;
    left: 80px;
    top: 0;
    opacity: 0;
    height: 566px
}

.ts_single_image .box_circle,
.ts_single_image .box_outline_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
    border-radius: 50%;
    box-shadow: none;
    overflow: hidden
}

.ts_single_image .box_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
    border-radius: 50%;
    box-shadow: none;
    overflow: hidden
}

.bg-parallax-parent.video,
.gambit-bg-parallax.video {
    position: relative;
    z-index: 0
}

.bg-parallax-parent.video .click-overrider,
.gambit-bg-parallax.video .click-overrider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: all !important
}

.bg-parallax.video,
.gambit-bg-parallax.video {
    position: absolute;
    pointer-events: none !important;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.bg-parallax.video iframe,
.gambit-bg-parallax.video iframe {
    margin-bottom: 0 !important;
    display: block !important;
    max-width: none !important;
    max-height: none !important
}

.parallax-inner {
    min-height: 150px
}

.gambit-bg-parallax+.bg-parallax-parent .parallax-inner {
    background-size: cover
}

.gambit-bg-parallax[data-bg-repeat=true]+.bg-parallax-parent .parallax-inner {
    background-size: auto
}

body.vc_editor .bg-parallax.video,
body.vc_editor .gambit-bg-parallax.video {
    display: none
}

.bg-parallax-parent.video .force-show,
.bg-parallax-parent.video.force-show {
    visibility: visible !important
}

.bg-parallax-parent.fixed {
    background-size: cover !important
}

@media screen and (max-width:980px) {
    .bg-parallax-parent.fixed {
        background-attachment: scroll !important
    }
}

.sidebar-right .module {
    margin-bottom: 45px
}

.module ul {
    padding: 0
}

.module ul li {
    position: relative;
    list-style: none
}

.megamenu-content .module ul li:before,
.recent_comments li.recentcomments a:before {
    content: "";
    margin-right: 0;
    width: 0
}

.module ul li a:before,
.recent_comments li.recentcomments:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #00a6dd;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px
}

.module ul li a {
    line-height: 40px;
    color: #737373;
    display: inline-block
}

.module ul li a:hover {
    color: #00a6dd
}

.module h3 {
    border-bottom: 1px solid #ededed;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 30px
}

.blog-search input[type=search] {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    color: #727272;
    display: table-cell;
    font-size: 12px;
    font-style: italic;
    line-height: 40px;
    outline: medium none;
    padding: 0 13px;
    width: 100%
}

.blog-search form {
    position: relative;
    display: table
}

.blog-search form>span {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap
}

.blog-search input[type=search] {
    display: table-cell;
    line-height: 40px;
    padding: 0 13px;
    border: none;
    font-size: 12px;
    color: #737373;
    font-style: italic;
    width: 100%;
    border: 1px solid #d2d2d2;
    height: 42px -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    outline: 0
}

.blog-search button[type=submit] {
    width: 42px;
    height: 42px;
    background: #42454a;
    text-align: center;
    border: none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    color: #fff;
    font-size: 16px;
    float: right;
    margin-left: -1px
}

.blog-search button[type=submit]:hover {
    background: #00a6dd
}

#banner .banner .overlay {
    background: hsla(0, 0%, 0%, .1)
}

.ts_separator .ts_sep_holder {
    display: table-cell;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%
}

.ts_separator .ts_sep_holder .ts_sep_line {
    border-top: 1px solid #eaeaea;
    display: block;
    height: 1px;
    position: relative;
    top: 1px;
    width: 100%
}

.ts_separator {
    width: 100%;
    display: table
}

.ts_start_animation.ts_appear {
    -webkit-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -moz-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

@media (min-width:1200px) {
    .comment-post ul.children {
        padding-left: 120px
    }

    .comment-post ul.children ul.children {
        padding-left: 80px
    }
}

@media (max-width:1200px) {
    .megamenu-content .wpb_column {
        padding: 0 15px
    }

    .main-menu ul>li.megamenu-item .dropdown-menu {
        padding: 15px
    }

    .ts-menu-sidebar li .dropdown-menu {
        display: block
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .ts-special-offer figure {
        margin-right: 4%;
        width: 26.14%
    }

    .ts-special-offer .ts-special-offer-content {
        width: 69.86%
    }

    .ts-special-offer h3 {
        font-size: 18px
    }

    .ts-special-offer p {
        font-size: 14px
    }

    .ts-special-offer .ts-special-offer-content ul li {
        font-size: 12px
    }

    .comment-post .avatar {
        width: 80px;
        height: 80px
    }

    .media-body {
        padding-left: 100px
    }

    #leave-reply,
    .comment-post {
        margin-left: 0
    }

    .comment-post ul.children {
        padding-left: 60px
    }

    .contact-info p {
        font-size: 24px
    }

    .team-item .social-network-team li {
        margin: 10px 2px
    }

    .main-menu .navbar-form {
        padding-right: 0
    }

    .main-menu ul li a {
        padding-left: 15px;
        padding-right: 15px
    }

    .resp-tabs-list .resp-tab-item {
        font-size: 12px
    }

    .main-menu ul li a {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 11px
    }

    .ts-special-offer-style2 figure {
        max-width: 240px;
        right: -84px;
        top: 20%
    }

    .main-header-style2 .main-menu>ul>li>a {
        padding: 0 18px
    }

    .main-header-style2 .main-menu>ul>li.megamenu-item>a::after,
    .main-header-style2 .main-menu>ul>li.menu-item-has-children>a::after {
        margin-left: 5px
    }

    .ts-pricingtable-5 .ts-footer-price,
    .ts-pricingtable-5 .ts-pricing-item,
    .ts-pricingtable-5 table td .inner-td {
        margin-left: 20px
    }

    .ts-pricingtable-5 table tr.list-feature td:first-child .inner-td {
        margin-left: 20px
    }
}

@media (max-width:991px) {
    .megamenu-content .wpb_column {
        margin-bottom: 30px
    }

    .main-menu ul>li.megamenu-item .dropdown-menu {
        padding: 20px;
        margin: 0;
        max-height: 500px;
        overflow: auto
    }

    .ts-pricing-table-style3 {
        margin-top: 40px
    }
}

@media (min-width:768px) and (max-width:991px) {

    .ts-caption-small .fa,
    .ts-caption-small-right .fa {
        line-height: 25px !important
    }

    .main-menu ul li a {
        font-size: 9px;
        padding: 25px 8px 30px
    }

    .logo img {
        max-width: 100px
    }

    .main-menu .navbar-form {
        padding-right: 0
    }

    .ts-service-style-1 .service-icon {
        width: 45px;
        height: 45px;
        line-height: 45px;
        margin-right: 5px
    }

    .ts-service-style-1 .service-title h3 {
        font-size: 16px
    }

    .ts-service-style-1 .service-content {
        margin: 20px 0
    }

    .ts-funfact {
        margin-bottom: 30px !important
    }

    .ts-funfact .funfact-icon {
        font-size: 35px
    }

    .ts-funfact .funfact-number-unit {
        font-size: 25px
    }

    .ts-funfact h5 {
        font-size: 14px
    }

    .ts-feature-item.right {
        padding-right: 20px
    }

    .ts-feature-item.left {
        padding-left: 20px
    }

    .ts-feature-item.right .info-feature {
        padding-right: 100px
    }

    .ts-feature-item .icon-feature {
        width: 70px;
        height: 70px;
        line-height: 70px
    }

    .ts-feature-item.left .info-feature {
        padding-left: 100px
    }

    .ts-feature-item .info-feature h3 {
        font-size: 16px
    }

    .ts-item-post .ts-main-recent-post {
        margin: 0 20px
    }

    .ts-item-post .ts-item-post-footer {
        margin: 0 20px
    }

    .ts-item-post .ts-item-post-footer a {
        float: left
    }

    .ts-section-title h3 {
        font-size: 23px
    }

    .ts-section-title p {
        font-size: 15px
    }

    .ts-special-offer figure {
        display: block;
        width: 100%;
        text-align: center
    }

    .ts-special-offer figure img {
        max-width: 30%;
        min-height: 122px
    }

    .ts-special-offer h3 {
        text-align: center
    }

    .ts-special-offer p {
        text-align: center
    }

    .ts-special-offer .ts-special-offer-content {
        width: 100%;
        display: block
    }

    #leave-reply {
        margin-left: 0
    }

    .comment-post {
        margin-left: 0
    }

    .media-body {
        padding-left: 95px
    }

    .comment-post ul.children {
        padding-left: 50px
    }

    .comment-post .avatar {
        height: 80px;
        width: 80px
    }

    .main-menu .ts-bt {
        padding: 0 8px
    }

    .team-item {
        margin: 0 auto 40px !important;
        max-width: 263px
    }

    .countdownstyle1 .ts-date-countdown {
        max-width: 19%;
        margin: 0 4px
    }

    .countdownstyle2 .ts-date-countdown {
        max-width: 24%
    }

    .wpb_single_image.vc_align_left,
    .wpb_single_image.vc_align_right {
        text-align: center !important
    }

    .font-awesome-list li {
        float: left;
        margin-right: 20px;
        width: 29.5%
    }

    .ts-special-offer-style2 {
        width: 100%;
        padding: 40px 15px;
        margin-bottom: 40px !important
    }

    .ts-special-offer-style2 .ts-offer-content {
        width: 100%
    }

    .ts-special-offer-style2 figure {
        position: relative;
        right: 0;
        margin: 30px auto 0;
        max-width: 100%
    }

    .main-header-style2 .ts-mainmenu .main-menu {
        width: 100%
    }

    .header-search.pull-right {
        float: left !important;
        display: none
    }

    .ts-pricingtable-5 .ts-footer-price,
    .ts-pricingtable-5 .ts-pricing-item,
    .ts-pricingtable-5 table td .inner-td {
        margin-left: 10px
    }

    .ts-pricingtable-5 table tr.list-feature td:first-child .inner-td {
        margin-left: 10px
    }

    .ts-pricingtable-5 table td .inner-td {
        font-size: 12px
    }

    .main-header-style2 .main-menu>ul>li>a {
        padding: 0 20px
    }

    div.products div.first {
        clear: none !important
    }

    #prices_table th,
    #prices_table2 th {
        padding: 10px;
        font-size: 14px
    }
}

@media(max-width:768px) {
    .ts-horizontalTab .resp-tab-content {
        border: 1px solid #dbdbdb
    }
}

@media (max-width:767px) {
    .hidden-phone {
        display: none !important
    }

    div.products div.first {
        clear: none !important
    }

    .ts-testimonial-style1 {
        margin-bottom: 40px !important
    }

    .ts-funfact {
        margin: 20px auto
    }

    .ts-testimonial-style1 .info-testimonial {
        padding-left: 0
    }

    .ts-testimonial-style1 .client-quote:after {
        left: 40px
    }

    .logo {
        margin-top: 5px
    }

    .ts-mainmenu {
        display: none
    }

    .mobile-navigation {
        display: block;
        color: #000;
        display: block;
        position: absolute;
        right: 20px;
        z-index: 999;
        font-size: 20px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #091375;
        top: 25px;
        border: 1px solid #00a6dd;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px
    }

    a.mobile-navigation i {
        color: #fff
    }

    .admin-bar .mobile-navigation {
        top: 15px
    }

    .logged-in .mobile-navigation {
        top: 50px
    }

    .mobile-navigation:focus,
    .mobile-navigation:hover {
        color: #00a6dd
    }

    .main-menu>ul>li {
        display: list-item;
        border: none;
        width: 100%;
        padding: 0
    }

    .main-menu>ul>li:first-child {
        border: none
    }

    .main-menu ul {
        display: block;
        text-align: left
    }

    .main-menu>ul>li {
        margin: 0
    }

    .main-menu ul li a {
        padding: 10px;
        display: block
    }

    .main-menu>ul>li.megamenu-item>a:after,
    .main-menu>ul>li.menu-item-has-children>a:after {
        bottom: 10px
    }

    .main-menu .navbar-form {
        float: left
    }

    .ts-caption-small .fa,
    .ts-caption-small-right .fa {
        width: 10px;
        height: 10px;
        line-height: 10px !important
    }

    .top-header {
        display: none
    }

    .ts-CTA {
        text-align: center
    }

    .ts-CTA h3 {
        font-size: 23px
    }

    .ts-CTA .ts-left-CTA {
        padding: 10px 0 5px
    }

    .ts-CTA .ts-left-CTA p {
        font-size: 14px
    }

    .ts-CTA .ts-right-CTA {
        float: none;
        text-align: center;
        padding: 15px 0
    }

    .ts-CTA .ts-right-CTA a {
        margin: 0 auto
    }

    .ts-pricing-table-style1 {
        max-width: 350px;
        margin: 130px auto 0
    }

    .ts-feature-item {
        margin-bottom: 50px !important
    }

    .ts-feature-item.right {
        padding-right: 0
    }

    .ts-feature-item.left {
        padding-left: 0
    }

    .contact-info {
        text-align: left
    }

    .wpb_single_image img {
        margin-bottom: 20px
    }

    .ts_single_image img {
        margin-bottom: 20px
    }

    .contact-info {
        border-top: 1px solid rgba(255, 255, 255, .1);
        border-left: none
    }

    .ts-pricing-table-style2 {
        max-width: 320px;
        margin: 60px auto 0
    }

    .ts-special-offer {
        margin: 40px auto 0
    }

    .date-post {
        width: 45px
    }

    .date-post span.date {
        height: 40px;
        line-height: 40px;
        font-size: 25px
    }

    .blog-item article {
        margin-left: 56px
    }

    #leave-reply,
    .comment-post {
        margin-left: 0
    }

    .comment-post .avatar {
        width: 70px;
        height: 70px
    }

    .media-body {
        padding-left: 80px
    }

    .comment-post ul.children {
        padding-left: 40px
    }

    .skillbarstyle1,
    .skillbarstyle2 {
        margin-bottom: 50px !important
    }

    .item-circles {
        margin-bottom: 30px
    }

    .team-item {
        margin: 0 auto 50px !important;
        max-width: 270px
    }

    .ts-feature-item-2 .feature-icon {
        width: 80px;
        height: 80px;
        line-height: 80px
    }

    .ts-feature-item-2 h3 {
        padding-left: 100px
    }

    .ts-feature-item-2 .feature-description {
        padding-left: 100px
    }

    .ts-feature-item.left .icon-feature,
    .ts-feature-item.right .icon-feature {
        float: none;
        margin: 0 auto 20px
    }

    .ts-feature-item.left .info-feature,
    .ts-feature-item.right .info-feature {
        padding: 0;
        text-align: center
    }

    .ts-list-ul {
        margin-bottom: 30px !important
    }

    .font-awesome-list li {
        float: left;
        margin-right: 16px;
        width: 45.5%
    }

    .ts-mainmenu {
        float: none !important;
        clear: both
    }

    .main-menu>ul>li.megamenu-item>a:after,
    .main-menu>ul>li.menu-item-has-children>a:after {
        position: static;
        margin-left: 7px
    }

    .ts-contact-hotline {
        margin-top: 30px
    }

    .main-header {
        position: relative !important
    }

    .main-menu ul>li.megamenu-item .dropdown-menu {
        padding: 20px;
        top: auto;
        max-height: 400px;
        overflow-x: hidden;
        overflow-y: auto
    }

    .is-sticky .main-header .main-menu>ul>li>a {
        padding: 10px
    }

    .ts-res-table tbody,
    .ts-res-table td,
    .ts-res-table tfoot,
    .ts-res-table th,
    .ts-res-table thead,
    .ts-res-table tr,
    table.ts-res-table {
        display: block;
        width: 100%
    }

    .ts-res-table td:before {
        font-weight: 700;
        left: 6px;
        position: absolute;
        text-align: left;
        top: 6px;
        white-space: nowrap;
        width: 45%;
        content: attr(data-title);
        padding: 10px 0 0
    }

    .ts-res-table td {
        border-left: medium none !important;
        border-right: medium none !important;
        border-top: medium none !important;
        padding-left: 50%;
        position: relative;
        text-align: left;
        white-space: normal
    }

    .ts-res-table td.no-title {
        padding-left: 0;
        text-align: right
    }

    .ts-res-table thead tr {
        left: -9999px;
        position: absolute;
        top: -9999px
    }

    .ts-header-1 .logo {
        margin-top: 0
    }

    .main-header-style2 .logo h1 {
        font-size: inherit;
        line-height: normal
    }

    .main-header-style2 .ts-suport-header {
        display: block;
        text-align: center;
        float: none;
        padding-top: 20px
    }

    .ts-suport-header .header-suport {
        margin-bottom: 20px
    }

    .main-header-style2 .main-menu>ul>li {
        padding: 0
    }

    .main-header-style2 .main-menu>ul>li>a {
        border-right: none;
        padding: 0;
        border-bottom: 1px solid #e2e2e2
    }

    .main-header-style2 .main-menu li.mini-shoping-cart-wraper a span {
        left: 20px;
        top: 6px;
        width: 25px
    }

    .main-header-style2 .header-search.pull-right {
        float: left !important
    }

    .main-header-style2 .ts-mainmenu .main-menu {
        width: 100%
    }

    .ts-special-offer-style2 {
        width: 100%;
        padding: 40px 15px;
        margin-bottom: 40px !important
    }

    .ts-special-offer-style2 .ts-offer-content {
        width: 100%
    }

    .ts-special-offer-style2 figure {
        position: relative;
        right: 0;
        margin: 30px auto 0;
        max-width: 100%
    }

    .ts-pricing-table-style3 {
        max-width: 400px;
        margin: 40px auto 0
    }

    .main-header-style2 .ts-suport-header {
        margin-top: 25px
    }

    .admin-bar .main-header-style2 .main-menu-2.fixed {
        top: 46px
    }

    .ts-pricingtable-5 table,
    .ts-pricingtable-5 tbody,
    .ts-pricingtable-5 td,
    .ts-pricingtable-5 tr {
        display: block
    }

    .ts-pricingtable-5 table td {
        width: 100%
    }

    .ts-pricingtable-5 .section-feature ul {
        padding: 0 10px;
        list-style: none;
        text-align: left
    }

    .ts-pricingtable-5 .section-feature ul li {
        line-height: 45px;
        border-bottom: 1px solid #e6e6e6
    }

    .section-feature ul li label {
        display: inline-block;
        margin-right: 20px;
        font-weight: 400;
        margin-bottom: 0
    }

    .ts-pricingtable-5 .ts-bt-pricing {
        margin-top: 20px
    }

    .ts-pricingtable-5 .ts-pricing-item {
        margin: 0 0 40px
    }

    .admin-bar .sticky-wrapper.is-sticky .main-header {
        top: 0 !important
    }

    .main-menu ul>li.megamenu-item {
        position: relative
    }

    .sticky-wrapper {
        height: auto !important
    }

    #prices_table,
    #prices_table tbody,
    #prices_table td,
    #prices_table th,
    #prices_table thead,
    #prices_table tr,
    #prices_table2,
    #prices_table2 tbody,
    #prices_table2 td,
    #prices_table2 th,
    #prices_table2 thead,
    #prices_table2 tr {
        display: block
    }

    #prices_table td:before,
    #prices_table2 td:before {
        content: attr(data-content);
        padding: 10px 0 0;
        font-weight: 700;
        left: 10px;
        padding-right: 10px;
        position: absolute;
        text-align: left;
        top: 6px;
        white-space: nowrap;
        width: 45%
    }

    #prices_table td,
    #prices_table2 td {
        border-left: medium none !important;
        border-right: medium none !important;
        border-top: medium none !important;
        padding-left: 50%;
        position: relative;
        text-align: left;
        white-space: normal
    }

    #prices_table thead tr,
    #prices_table2 thead tr {
        left: -9999px;
        position: absolute;
        top: -9999px
    }

    #prices_table tbody tr,
    #prices_table2 tbody tr {
        margin-bottom: 30px
    }
}

@media (max-width:480px) {
    .ts-section-title h3 {
        font-size: 21px
    }

    .ts-section-title p {
        font-size: 14px
    }

    .ts-search-domain .input-text {
        font-size: 12px;
        padding: 0 15px;
        width: 67%
    }

    .top-header .top-info ul li a {
        padding: 0 5px
    }

    .ts-search-domain .sm_links {
        text-align: left
    }

    .ts-item-post .ts-item-post-footer a {
        font-size: 10px
    }

    .ts-special-offer figure {
        display: block;
        width: 100%;
        text-align: center
    }

    .ts-special-offer figure img {
        max-width: 30%;
        min-height: 122px
    }

    .ts-special-offer h3 {
        text-align: center
    }

    .ts-special-offer p {
        text-align: center
    }

    .ts-special-offer .ts-special-offer-content {
        width: 100%;
        display: block
    }

    .blog-item h3 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .blog-meta li {
        margin-right: 10px
    }

    .media-body {
        padding-left: 60px
    }

    .comment-post .avatar {
        height: 50px;
        width: 50px
    }

    .comment-post ul.children {
        padding-left: 20px
    }

    .blog-item .group-share {
        display: block;
        float: left !important
    }

    .countdownstyle1 .ts-date-countdown {
        width: 60px;
        margin: 0 4px
    }

    .countdownstyle1 .ts-date-countdown .date {
        height: 70px;
        line-height: 70px
    }

    .countdownstyle2 .ts-date-countdown {
        width: 70px;
        height: 115px;
        padding-top: 15px
    }

    .ts-domain-price-box {
        width: 90px;
        height: 96px;
        padding: 5px 9px;
        margin-right: 10px
    }

    .ts-search-domain .ts-select-style {
        width: 15%
    }

    .ts-service-style-2 {
        text-align: center
    }

    .ts-list-ul ul li:before {
        margin-right: 10px
    }

    .font-awesome-list li {
        float: left;
        margin-right: 16px;
        width: 100%
    }

    .divider-md,
    .divider-sm {
        width: 100%
    }
}

.login-form form.login {
    border: 1px solid #dedede;
    margin: 0 0 50px;
    padding: 50px;
    text-align: left
}

.login-form form .form-row {
    margin: 0 0 30px
}

.login-form form .form-row label {
    color: #555;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.login-form form .form-row input.input-text {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    box-sizing: border-box;
    color: #aaa;
    line-height: 24px;
    margin-bottom: 0;
    padding: 10px;
    width: 100%
}

.login-form {
    margin: 60px 0
}

.ts-home3-banner>iframe {
    left: 0;
    max-width: inherit;
    position: absolute;
    right: 0;
    top: 0
}

div.ts-home3-banner {
    background-image: none;
    overflow: hidden;
    position: relative
}

.ts-home3-banner .ts-overlay {
    background: rgba(0, 0, 0, .6) none repeat scroll 0 0
}

.read-more:hover {
    font-weight: 500;
    font-size: 14px
}

.valueBox1 {
    background-color: #fff;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 3px;
    float: left;
    padding: 10px 0
}

.stButton .stFb,
.stButton .stMainServices,
.stButton .stTwbutton {
    height: 22px !important
}

.stButton .stButton_gradient {
    height: 22px !important
}

.normal-hd {
    margin-bottom: 5px;
    color: #00a6dd;
    font-weight: 500
}

.tes {
    float: left;
    height: auto;
    width: 100%;
    margin-bottom: 20px
}

.test {
    padding: 4%;
    float: left;
    height: auto;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #333;
    background-color: #ededed;
    border-radius: 8px;
    border: 1px solid #ccc;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 20px 300px
}

.arrow-new {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    float: left;
    height: 20px;
    width: 20px;
    margin-left: 20px
}

.name-test {
    float: left;
    height: auto;
    width: 100%;
    font-weight: 500;
    color: #000
}

.tp-caption.ts-caption-small.tp-fade.tp-resizeme a {
    color: #fff !important;
    font-size: 15px !important
}

.tp-caption.ts-caption-small-right.tp-fade.tp-resizeme a {
    color: #fff !important;
    font-size: 15px !important
}

.image-detail {
    position: absolute;
    bottom: 21px
}

.com-name {
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    font-family: Roboto;
    background: #00a6dd;
    line-height: 32px;
    text-align: center;
    color: #fff;
    width: 100%;
    float: left;
    margin-top: 2px
}

.image {
    float: left;
    width: 100%;
    padding: 8px;
    background: #eee
}

.com-name a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500
}

.image1 {
    margin-bottom: 20px
}

.image1 img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    border: solid 2px #dedcdc
}

.image1:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.my-row {
    display: none
}

.desktop {
    display: block
}

@media only screen and (min-width:0px) and (max-width:768px) {
    .my-row {
        display: block
    }

    .desktop {
        display: none !important
    }
}

.active-portfolio {
    background-color: #fd4326 !important
}

.red {
    color: red
}

.clients-side {
    width: 35px;
    height: 158px;
    position: fixed;
    left: 0;
    top: 336px;
    z-index: 9999
}

.templ {
    font-weight: 500;
    font-size: 26px;
    color: #00a6dd;
    margin-top: 0;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 25px;
    margin-bottom: 20px
}

.filter-result-form label {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #fff
}

.filter-result-form select {
    width: 100%;
    padding-left: 10px;
    height: 32px;
    background: 0 0;
    border: none;
    appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(../images/select-arrow.html) right no-repeat
}

.filter-result-form label+* {
    margin-top: 8px
}

.filter-result-form input {
    width: 70px;
    border: none
}

.filter-result-form span {
    position: absolute;
    top: 0;
    left: -7px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    vertical-align: middle;
    color: #298dda
}

.filter-result-form input {
    width: 70px;
    border: none
}

.filter-result-form input {
    width: 100%;
    height: 32px;
    padding-left: 8px;
    border: 1px solid #d5d5d5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.filter-result-form .row [class*=col-]:nth-child(3) .row [class*=col-]:last-child {
    margin-top: 36px
}

.filter-result-form [class*=btn] {
    margin-top: 35px;
    height: 33px;
    background: #298dda;
    font-size: 14px;
    letter-spacing: 0;
    border-radius: 2px;
    text-transform: capitalize
}

.btn2,
.filter-result-form .btn {
    display: inline-block;
    width: 100%;
    padding: 5px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #e23537;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.template_thumbnail {
    background: 0 0;
    padding: 10px 10px 26px;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.template_thumbnail img {
    width: 100%
}

.template_info {
    position: relative;
    background: #efefef;
    border: 1px solid #d5d5d5;
    padding: 13px 22px 15px;
    margin-bottom: 25px
}

.template_info:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 10px;
    border-color: transparent transparent #d5d5d5
}

.template_info .price_tag {
    top: -14px;
    right: -9px
}

.price_tag {
    position: absolute;
    padding: 0 20px;
    height: 28px;
    padding-left: 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    background: #fd4326;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.template_info dl {
    margin-left: 18px;
    font-size: 12px
}

.template_info dl+dl {
    margin-top: -8px
}

.template_info dl {
    margin-left: 0;
    font-size: 14px;
    margin-bottom: 5px
}

.template_info .box+.btn,
.template_info dl+.btn {
    margin-top: 5px
}

.template_info .btn {
    font-size: 15px
}

.price_tag:before {
    content: "";
    position: absolute;
    top: 0;
    left: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14px 14px 0;
    border-color: transparent #fd4326 transparent transparent
}

.price_tag:after {
    content: "";
    position: absolute;
    bottom: -9px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 0;
    border-color: #3b3b3b transparent transparent
}

.template_info dl dt {
    display: inline-block;
    color: #4d4d4d
}

.template_info dl dd {
    display: inline-block;
    color: #00a6dd
}

.template_info dl dd a {
    color: #00a6dd
}

.btn2,
.template_info .btn {
    display: inline-block;
    width: 100%;
    padding: 5px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #00a6dd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden
}

.nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: #fff;
    opacity: 0
}

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden
}

.nivo-box img {
    display: block
}

.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: .8;
    overflow: hidden;
    display: none;
    -moz-opacity: .8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nivo-caption p {
    padding: 5px;
    margin: 0
}

.nivo-caption a {
    display: inline !important
}

.nivo-html-caption {
    display: none
}

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer
}

.nivo-prevNav {
    left: 0
}

.nivo-nextNav {
    right: 0
}

.nivo-controlNav {
    text-align: center;
    padding: 15px 0
}

.nivo-controlNav a {
    cursor: pointer
}

.nivo-controlNav a.active {
    font-weight: 700
}

.theme-default .nivoSlider {
    position: relative;
    background: #fff url(loading.html) no-repeat 50% 50%;
    margin-bottom: 0;
    -webkit-box-shadow: 0 1px 5px 0 #4a4a4a;
    -moz-box-shadow: 0 1px 5px 0 #4a4a4a;
    box-shadow: 0 1px 5px 0 #4a4a4a
}

.theme-default .nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.theme-default .nivoSlider a {
    border: 0;
    display: block
}

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 20px 0;
    display: none
}

.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/bullets.html) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin: 0 2px
}

.theme-default .nivo-controlNav a.active {
    background-position: 0 -22px
}

.theme-default .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.theme-default:hover .nivo-directionNav a {
    opacity: 1
}

.theme-default a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px
}

.theme-default a.nivo-prevNav {
    left: 15px
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif
}

.theme-default .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff
}

.theme-default .nivo-caption a:hover {
    color: #fff
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: 0 0;
    margin-bottom: 5px
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont5b62.eot?v=4.6.3);
    src: url(../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.6.3) format("embedded-opentype"), url(../fonts/fontawesome-webfont5b62.woff2?v=4.6.3) format("woff2"), url(../fonts/fontawesome-webfont5b62.woff?v=4.6.3) format("woff"), url(../fonts/fontawesome-webfont5b62.ttf?v=4.6.3) format("truetype"), url(../fonts/fontawesome-webfont5b62.svg?v=4.6.3#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: revicons;
    src: url(../font/revicons90c6.html?5510888);
    src: url(../font/revicons90c6.html?5510888#iefix) format("embedded-opentype"), url(../font/revicons90c6-2.html?5510888) format("woff"), url(../font/revicons90c6-3.html?5510888) format("truetype"), url(../font/revicons90c6-4.html?5510888#revicons) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" revicon-"]:before,
[class^=revicon-]:before {
    font-family: revicons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.revicon-search-1:before {
    content: '\e802'
}

.revicon-pencil-1:before {
    content: '\e831'
}

.revicon-picture-1:before {
    content: '\e803'
}

.revicon-cancel:before {
    content: '\e80a'
}

.revicon-info-circled:before {
    content: '\e80f'
}

.revicon-trash:before {
    content: '\e801'
}

.revicon-left-dir:before {
    content: '\e817'
}

.revicon-right-dir:before {
    content: '\e818'
}

.revicon-down-open:before {
    content: '\e83b'
}

.revicon-left-open:before {
    content: '\e819'
}

.revicon-right-open:before {
    content: '\e81a'
}

.revicon-angle-left:before {
    content: '\e820'
}

.revicon-angle-right:before {
    content: '\e81d'
}

.revicon-left-big:before {
    content: '\e81f'
}

.revicon-right-big:before {
    content: '\e81e'
}

.revicon-magic:before {
    content: '\e807'
}

.revicon-picture:before {
    content: '\e800'
}

.revicon-export:before {
    content: '\e80b'
}

.revicon-cog:before {
    content: '\e832'
}

.revicon-login:before {
    content: '\e833'
}

.revicon-logout:before {
    content: '\e834'
}

.revicon-video:before {
    content: '\e805'
}

.revicon-arrow-combo:before {
    content: '\e827'
}

.revicon-left-open-1:before {
    content: '\e82a'
}

.revicon-right-open-1:before {
    content: '\e82b'
}

.revicon-left-open-mini:before {
    content: '\e822'
}

.revicon-right-open-mini:before {
    content: '\e823'
}

.revicon-left-open-big:before {
    content: '\e824'
}

.revicon-right-open-big:before {
    content: '\e825'
}

.revicon-left:before {
    content: '\e836'
}

.revicon-right:before {
    content: '\e826'
}

.revicon-ccw:before {
    content: '\e808'
}

.revicon-arrows-ccw:before {
    content: '\e806'
}

.revicon-palette:before {
    content: '\e829'
}

.revicon-list-add:before {
    content: '\e80c'
}

.revicon-doc:before {
    content: '\e809'
}

.revicon-left-open-outline:before {
    content: '\e82e'
}

.revicon-left-open-2:before {
    content: '\e82c'
}

.revicon-right-open-outline:before {
    content: '\e82f'
}

.revicon-right-open-2:before {
    content: '\e82d'
}

.revicon-equalizer:before {
    content: '\e83a'
}

.revicon-layers-alt:before {
    content: '\e804'
}

.revicon-popup:before {
    content: '\e828'
}

.tp-static-layers {
    position: absolute;
    z-index: 505;
    top: 0;
    left: 0
}

.tp-caption .frontcorner {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    left: -40px;
    top: 0
}

.tp-caption .backcorner {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    right: 0;
    top: 0
}

.tp-caption .frontcornertop {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    left: -40px;
    top: 0
}

.tp-caption .backcornertop {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    right: 0;
    top: 0
}

.tp-layer-inner-rotation {
    position: relative !important
}

img.tp-slider-alternative-image {
    width: 100%;
    height: auto
}

.rev_slider_wrapper {
    position: relative
}

.rev_slider_wrapper>ul {
    visibility: hidden
}

.rev_slider {
    position: relative;
    overflow: visible
}

.rev_slider img {
    max-width: none !important;
    -moz-transition: none 0;
    -webkit-transition: none 0;
    -o-transition: none 0;
    transition: none 0;
    margin: 0;
    padding: 0;
    border-width: 0;
    border: none
}

.rev_slider .no-slides-text {
    font-weight: 700;
    text-align: center;
    padding-top: 80px
}

.rev_slider>ul {
    margin: 0;
    padding: 0;
    list-style: none !important;
    list-style-type: none;
    background-position: 0 0
}

.rev_slider>ul>li,
.rev_slider>ul>li:before {
    list-style: none !important;
    position: absolute;
    visibility: hidden;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image: none;
    background-position: 0 0;
    text-indent: 0
}

.tp-revslider-mainul,
.tp-revslider-slidesli {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important
}

.tp-simpleresponsive>ul,
.tp-simpleresponsive>ul>li,
.tp-simpleresponsive>ul>li:before {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    overflow-x: visible;
    overflow-y: visible;
    background-image: none
}

.tp-simpleresponsive>ul li {
    list-style: none;
    position: absolute;
    visibility: hidden
}

.rev_slider .caption,
.rev_slider .tp-caption {
    position: absolute;
    visibility: hidden;
    white-space: nowrap
}

.tp-simpleresponsive img {
    max-width: none
}

.tp-caption {
    z-index: 1
}

.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none !important
}

.tp-caption.tp-hidden-caption,
.tp-hide-revslider {
    visibility: hidden !important;
    display: none !important
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    max-width: none !important
}

.noFilterClass {
    filter: none !important
}

.tp-caption.coverscreenvideo {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
    width: 100% !important;
    height: 100% !important;
    display: none
}

.tp-caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
    width: 100% !important;
    height: 100% !important;
    display: none
}

.fullcoveredvideo video,
.fullscreenvideo video {
    background: #000
}

.fullcoveredvideo .tp-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.html5vid.videoisplaying .tp-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, .3);
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    color: #fff;
    z-index: 3;
    margin-top: -27px;
    margin-left: -28px;
    text-align: center;
    cursor: pointer
}

.tp-caption:hover .tp-video-play-button {
    opacity: 1
}

.html5vid .tp-revstop {
    width: 15px;
    height: 20px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    position: relative;
    margin: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: none
}

.html5vid.videoisplaying .revicon-right-dir {
    display: none
}

.html5vid.videoisplaying .tp-revstop {
    display: block
}

.html5vid.videoisplaying .tp-video-play-button {
    display: none
}

.html5vid:hover .tp-video-play-button {
    display: block
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important
}

.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
    background-image: linear-gradient(bottom, #000 13%, #323232 100%);
    background-image: -o-linear-gradient(bottom, #000 13%, #323232 100%);
    background-image: -moz-linear-gradient(bottom, #000 13%, #323232 100%);
    background-image: -webkit-linear-gradient(bottom, #000 13%, #323232 100%);
    background-image: -ms-linear-gradient(bottom, #000 13%, #323232 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.13, #000), color-stop(1, #323232));
    display: table;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.tp-caption:hover .tp-video-controls {
    opacity: .9
}

.tp-video-button {
    background: rgba(0, 0, 0, .5);
    border: 0;
    color: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    padding: 0;
    margin: 0;
    outline: 0
}

.tp-video-button:hover {
    cursor: pointer
}

.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
    padding: 0 5px;
    display: table-cell
}

.tp-video-seek-bar-wrap {
    width: 80%
}

.tp-video-vol-bar-wrap {
    width: 20%
}

.tp-seek-bar,
.tp-volume-bar {
    width: 100%;
    cursor: pointer;
    outline: 0;
    line-height: 12px;
    margin: 0;
    padding: 0
}

.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

.tp-dottedoverlay.twoxtwo {
    background: url(../assets/gridtile.html)
}

.tp-dottedoverlay.twoxtwowhite {
    background: url(../assets/gridtile_white.html)
}

.tp-dottedoverlay.threexthree {
    background: url(../assets/gridtile_3x3.html)
}

.tp-dottedoverlay.threexthreewhite {
    background: url(../assets/gridtile_3x3_white.html)
}

.fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0
}

.fullwidthbanner-container {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden
}

.fullwidthbanner-container .fullwidthabanner {
    width: 100%;
    position: relative
}

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
    position: absolute;
    -webkit-font-smoothing: antialiased !important
}

.tp-bannershadow {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.tp-bannershadow.tp-shadow1 {
    background: url(../assets/shadow1.html) no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 30px;
    bottom: -30px
}

.tp-bannershadow.tp-shadow2 {
    background: url(../assets/shadow2.html) no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.tp-bannershadow.tp-shadow3 {
    background: url(../assets/shadow3.html) no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.tp-button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6) !important;
    font-size: 15px;
    line-height: 45px !important;
    background: url(../images/gradient/g30.html) repeat-x top;
    font-family: arial, sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    text-decoration: none
}

.tp-button.big {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    font-weight: 700;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 57px !important;
    background: url(../images/gradient/g40.html) repeat-x top
}

.purchase:hover,
.tp-button.big:hover,
.tp-button:hover {
    background-position: bottom, 15px 11px
}

.purchase.green,
.purchase:hover.green,
.tp-button.green,
.tp-button:hover.green {
    background-color: #21a117;
    -webkit-box-shadow: 0 3px 0 0 #104d0b;
    -moz-box-shadow: 0 3px 0 0 #104d0b;
    box-shadow: 0 3px 0 0 #104d0b
}

.purchase.blue,
.purchase:hover.blue,
.tp-button.blue,
.tp-button:hover.blue {
    background-color: #1d78cb;
    -webkit-box-shadow: 0 3px 0 0 #0f3e68;
    -moz-box-shadow: 0 3px 0 0 #0f3e68;
    box-shadow: 0 3px 0 0 #0f3e68
}

.purchase.red,
.purchase:hover.red,
.tp-button.red,
.tp-button:hover.red {
    background-color: #cb1d1d;
    -webkit-box-shadow: 0 3px 0 0 #7c1212;
    -moz-box-shadow: 0 3px 0 0 #7c1212;
    box-shadow: 0 3px 0 0 #7c1212
}

.purchase.orange,
.purchase:hover.orange,
.tp-button.orange,
.tp-button:hover.orange {
    background-color: #f70;
    -webkit-box-shadow: 0 3px 0 0 #a34c00;
    -moz-box-shadow: 0 3px 0 0 #a34c00;
    box-shadow: 0 3px 0 0 #a34c00
}

.purchase.darkgrey,
.purchase:hover.darkgrey,
.tp-button.darkgrey,
.tp-button.grey,
.tp-button:hover.darkgrey,
.tp-button:hover.grey {
    background-color: #555;
    -webkit-box-shadow: 0 3px 0 0 #222;
    -moz-box-shadow: 0 3px 0 0 #222;
    box-shadow: 0 3px 0 0 #222
}

.purchase.lightgrey,
.purchase:hover.lightgrey,
.tp-button.lightgrey,
.tp-button:hover.lightgrey {
    background-color: #888;
    -webkit-box-shadow: 0 3px 0 0 #555;
    -moz-box-shadow: 0 3px 0 0 #555;
    box-shadow: 0 3px 0 0 #555
}

.tpclear {
    clear: both
}

.tp-bullets {
    z-index: 1000;
    position: absolute;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -webkit-transform: translateZ(5px)
}

.tp-bullets.hidebullets {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tp-bullets.simplebullets.navbar {
    border: 1px solid #666;
    border-bottom: 1px solid #444;
    background: url(../assets/boxed_bgtile.html);
    height: 40px;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.tp-bullets.simplebullets.navbar-old {
    background: url(../assets/navigdots_bgtile.html);
    height: 35px;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullet.html) no-repeat top left;
    width: 20px;
    height: 20px;
    margin-right: 0;
    float: left;
    margin-top: 0;
    margin-left: 3px
}

.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 3px
}

.tp-bullets.simplebullets.round-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullets.html) no-repeat bottom left;
    width: 23px;
    height: 23px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.round-old .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.square .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullets2.html) no-repeat bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.square .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.square-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullets2.html) no-repeat bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.square-old .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.navbar .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullet_boxed.html) no-repeat top left;
    width: 18px;
    height: 19px;
    margin-right: 5px;
    float: left;
    margin-top: 10px
}

.tp-bullets.simplebullets.navbar .bullet.first {
    margin-left: 0 !important
}

.tp-bullets.simplebullets.navbar .bullet.last {
    margin-right: 0 !important
}

.tp-bullets.simplebullets.navbar-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/navigdots.html) no-repeat bottom left;
    width: 15px;
    height: 15px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    float: left;
    margin-top: 10px
}

.tp-bullets.simplebullets.navbar-old .bullet.first {
    margin-left: 0 !important
}

.tp-bullets.simplebullets.navbar-old .bullet.last {
    margin-right: 0 !important
}

.tp-bullets.simplebullets .bullet.selected,
.tp-bullets.simplebullets .bullet:hover {
    background-position: top left
}

.tp-bullets.simplebullets.navbar .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
    background-position: bottom left
}

.tparrows {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -webkit-transform: translateZ(1000px);
    -webkit-transform-style: preserve-3d
}

.tparrows .tp-arr-imgholder {
    display: none
}

.tparrows .tp-arr-titleholder {
    display: none
}

.tparrows.hidearrows {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tp-leftarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px
}

.tp-rightarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px
}

.tp-leftarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_left.html) no-repeat top left;
    width: 19px;
    height: 14px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-rightarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_right.html) no-repeat top left;
    width: 19px;
    height: 14px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-leftarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_left.html) no-repeat top left;
    width: 26px;
    height: 26px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-rightarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_right.html) no-repeat top left;
    width: 26px;
    height: 26px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-leftarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_left_boxed.html) no-repeat top left;
    width: 20px;
    height: 15px;
    float: left;
    margin-right: 6px;
    margin-top: 12px
}

.tp-rightarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_right_boxed.html) no-repeat top left;
    width: 20px;
    height: 15px;
    float: left;
    margin-left: 6px;
    margin-top: 12px
}

.tp-leftarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrowleft.html) no-repeat top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-right: 6px;
    margin-top: 10px
}

.tp-rightarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrowright.html) no-repeat top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-left: 6px;
    margin-top: 10px
}

.tp-leftarrow.navbar-old.thumbswitharrow {
    margin-right: 10px
}

.tp-rightarrow.navbar-old.thumbswitharrow {
    margin-left: 0
}

.tp-leftarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_left2.html) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0;
    margin-top: 0
}

.tp-rightarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_right2.html) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0;
    margin-top: 0
}

.tp-leftarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_left2.html) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0;
    margin-top: 0
}

.tp-rightarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_right2.html) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0;
    margin-top: 0
}

.tp-leftarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px
}

.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
    background-position: bottom left
}

.tp-bullets.tp-thumbs {
    z-index: 1000;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
    vertical-align: top
}

.tp-bullets.tp-thumbs img {
    vertical-align: top
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: 0 0;
    margin: 0;
    float: left;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out
}

.tp-bullets.tp-thumbs .bullet.selected,
.tp-bullets.tp-thumbs .bullet:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.tp-thumbs img {
    width: 100%
}

.tp-bannertimer {
    visibility: hidden;
    width: 100%;
    height: 5px;
    background: #fff;
    background: rgba(0, 0, 0, .15);
    position: absolute;
    z-index: 200;
    top: 0
}

.tp-bannertimer.tp-bottom {
    top: auto;
    bottom: 0 !important;
    height: 5px
}

.tparrows.preview1 {
    width: 100px;
    height: 100px;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    background: 0 0
}

.tparrows.preview1:after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: revicons;
    color: #fff;
    font-size: 30px;
    width: 100px;
    height: 100px;
    text-align: center;
    background: #fff;
    background: rgba(0, 0, 0, .15);
    z-index: 2;
    line-height: 100px;
    -webkit-transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
    transition: background .3s, color .3s
}

.tp-rightarrow.preview1:after {
    content: '\e825'
}

.tp-leftarrow.preview1:after {
    content: '\e824'
}

.tparrows.preview1:hover:after {
    background: rgba(255, 255, 255, 1);
    color: #aaa
}

.tparrows.preview1 .tp-arr-imgholder {
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tparrows.preview1 .tp-arr-iwrapper {
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tparrows.preview1:hover .tp-arr-iwrapper {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.tp-rightarrow.preview1 .tp-arr-imgholder {
    right: 100%;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tp-leftarrow.preview1 .tp-arr-imgholder {
    left: 100%;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tparrows.preview1:hover .tp-arr-imgholder {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

@media only screen and (min-width:768px) and (max-width:979px) {

    .tparrows.preview1,
    .tparrows.preview1:after {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 24px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {

    .tparrows.preview1,
    .tparrows.preview1:after {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px
    }
}

@media only screen and (min-width:0px) and (max-width:479px) {

    .tparrows.preview1,
    .tparrows.preview1:after {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px
    }
}

.tp-bullets.preview1 {
    height: 21px
}

.tp-bullets.preview1 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, .15) !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 5px !important;
    height: 5px !important;
    border: 8px solid transparent !important;
    display: inline-block;
    margin-right: 5px !important;
    margin-bottom: 0 !important;
    -webkit-transition: background-color .2s, border-color .2s;
    -moz-transition: background-color .2s, border-color .2s;
    -o-transition: background-color .2s, border-color .2s;
    -ms-transition: background-color .2s, border-color .2s;
    transition: background-color .2s, border-color .2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.tp-bullets.preview1 .bullet.last {
    margin-right: 0
}

.tp-bullets.preview1 .bullet.selected,
.tp-bullets.preview1 .bullet:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #aaa !important;
    width: 5px !important;
    height: 5px !important;
    border: 8px solid rgba(255, 255, 255, 1) !important
}

.tparrows.preview2 {
    min-width: 60px;
    min-height: 60px;
    background: #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    overflow: hidden;
    -webkit-transition: -webkit-transform 1.3s;
    -webkit-transition: width .3s, background-color .3s, opacity .3s;
    transition: width .3s, background-color .3s, opacity .3s;
    backface-visibility: hidden
}

.tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: revicons;
    color: #aaa;
    font-size: 25px;
    margin-top: -12px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s
}

.tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 18px
}

.tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 18px
}

.tparrows.preview2 .tp-arr-titleholder {
    background-size: cover;
    background-position: center center;
    display: block;
    visibility: hidden;
    position: relative;
    top: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 60px;
    padding: 0 10px
}

.tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 50px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 50px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.tparrows.preview2.hovered {
    width: 300px
}

.tparrows.preview2:hover {
    background: #fff
}

.tparrows.preview2:hover:after {
    color: #000
}

.tparrows.preview2:hover .tp-arr-titleholder {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    position: absolute
}

.tp-bullets.preview2 {
    height: 17px
}

.tp-bullets.preview2 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, .5) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid transparent !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0 !important;
    -webkit-transition: background-color .2s, border-color .2s;
    -moz-transition: background-color .2s, border-color .2s;
    -o-transition: background-color .2s, border-color .2s;
    -ms-transition: background-color .2s, border-color .2s;
    transition: background-color .2s, border-color .2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.tp-bullets.preview2 .bullet.last {
    margin-right: 0
}

.tp-bullets.preview2 .bullet.selected,
.tp-bullets.preview2 .bullet:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 1) !important;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 1) !important
}

.tp-arr-titleholder.alwayshidden {
    display: none !important
}

@media only screen and (min-width:768px) and (max-width:979px) {
    .tparrows.preview2 {
        min-width: 40px;
        min-height: 40px;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px
    }

    .tparrows.preview2:after {
        position: absolute;
        top: 50%;
        font-family: revicons;
        font-size: 20px;
        margin-top: -12px
    }

    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right: 11px
    }

    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left: 11px
    }

    .tparrows.preview2 .tp-arr-titleholder {
        font-size: 12px;
        line-height: 40px;
        letter-spacing: 0
    }

    .tp-rightarrow.preview2 .tp-arr-titleholder {
        right: 35px
    }

    .tp-leftarrow.preview2 .tp-arr-titleholder {
        left: 35px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .tparrows.preview2 {
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px
    }

    .tparrows.preview2:after {
        position: absolute;
        top: 50%;
        font-family: revicons;
        font-size: 14px;
        margin-top: -12px
    }

    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right: 8px
    }

    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left: 8px
    }

    .tparrows.preview2 .tp-arr-titleholder {
        font-size: 10px;
        line-height: 30px;
        letter-spacing: 0
    }

    .tp-rightarrow.preview2 .tp-arr-titleholder {
        right: 25px
    }

    .tp-leftarrow.preview2 .tp-arr-titleholder {
        left: 25px
    }

    .tparrows.preview2 .tp-arr-titleholder {
        display: none;
        visibility: none
    }
}

@media only screen and (min-width:0px) and (max-width:479px) {
    .tparrows.preview2 {
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px
    }

    .tparrows.preview2:after {
        position: absolute;
        top: 50%;
        font-family: revicons;
        font-size: 14px;
        margin-top: -12px
    }

    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right: 8px
    }

    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left: 8px
    }

    .tparrows.preview2 .tp-arr-titleholder {
        display: none;
        visibility: none
    }

    .tparrows.preview2:hover {
        width: 30px !important;
        height: 30px !important
    }
}

.tparrows.preview3 {
    width: 70px;
    height: 70px;
    background: #fff;
    background: rgba(255, 255, 255, 1);
    -webkit-transform-style: flat
}

.tparrows.preview3:after {
    position: absolute;
    line-height: 70px;
    text-align: center;
    font-family: revicons;
    color: #aaa;
    font-size: 30px;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100;
    width: 70px;
    height: 70px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s
}

.tparrows.preview3:hover:after {
    color: #000
}

.tp-rightarrow.preview3:after {
    content: '\e825'
}

.tp-leftarrow.preview3:after {
    content: '\e824'
}

.tparrows.preview3 .tp-arr-iwrapper {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    z-index: 0;
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, .75);
    display: table;
    min-height: 90px;
    top: -10px
}

.tp-leftarrow.preview3 .tp-arr-iwrapper {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.tparrows.preview3 .tp-arr-imgholder {
    display: block;
    background-size: cover;
    background-position: center center;
    display: table-cell;
    min-width: 90px;
    height: 90px;
    position: relative;
    top: 0
}

.tp-rightarrow.preview3 .tp-arr-iwrapper {
    right: 0;
    padding-right: 70px
}

.tp-leftarrow.preview3 .tp-arr-iwrapper {
    left: 0;
    direction: rtl;
    padding-left: 70px
}

.tparrows.preview3 .tp-arr-titleholder {
    display: table-cell;
    padding: 30px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    position: relative;
    clear: right;
    vertical-align: middle
}

.tparrows.preview3:hover .tp-arr-iwrapper {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.tp-bullets.preview3 {
    height: 17px
}

.tp-bullets.preview3 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, .5) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid transparent !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0 !important;
    -webkit-transition: background-color .2s, border-color .2s;
    -moz-transition: background-color .2s, border-color .2s;
    -o-transition: background-color .2s, border-color .2s;
    -ms-transition: background-color .2s, border-color .2s;
    transition: background-color .2s, border-color .2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.tp-bullets.preview3 .bullet.last {
    margin-right: 0
}

.tp-bullets.preview3 .bullet.selected,
.tp-bullets.preview3 .bullet:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 1) !important;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 1) !important
}

@media only screen and (min-width:768px) and (max-width:979px) {

    .tparrows.preview3,
    .tparrows.preview3:after {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px
    }

    .tparrows.preview3 .tp-arr-iwrapper {
        min-height: 70px
    }

    .tparrows.preview3 .tp-arr-imgholder {
        min-width: 70px;
        height: 70px
    }

    .tp-rightarrow.preview3 .tp-arr-iwrapper {
        padding-right: 50px
    }

    .tp-leftarrow.preview3 .tp-arr-iwrapper {
        padding-left: 50px
    }

    .tparrows.preview3 .tp-arr-titleholder {
        padding: 10px;
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {

    .tparrows.preview3,
    .tparrows.preview3:after {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px
    }

    .tparrows.preview3 .tp-arr-iwrapper {
        min-height: 70px
    }
}

.tparrows.preview4 {
    width: 30px;
    height: 110px;
    background: 0 0;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -moz-perspective: 1000
}

.tparrows.preview4:after {
    position: absolute;
    line-height: 110px;
    text-align: center;
    font-family: revicons;
    color: #fff;
    font-size: 20px;
    top: 0;
    left: 0;
    z-index: 0;
    width: 30px;
    height: 110px;
    background: #000;
    background: rgba(0, 0, 0, .25);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.tp-rightarrow.preview4:after {
    content: '\e825'
}

.tp-leftarrow.preview4:after {
    content: '\e824'
}

.tparrows.preview4 .tp-arr-allwrapper {
    visibility: hidden;
    width: 180px;
    position: absolute;
    z-index: 1;
    min-height: 120px;
    top: 0;
    left: -150px;
    overflow: hidden;
    -webkit-perspective: 1000px;
    -webkit-transform-style: flat
}

.tp-leftarrow.preview4 .tp-arr-allwrapper {
    left: 0
}

.tparrows.preview4 .tp-arr-iwrapper {
    position: relative
}

.tparrows.preview4 .tp-arr-imgholder {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 180px;
    height: 110px;
    position: relative;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tparrows.preview4 .tp-arr-imgholder2 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 180px;
    height: 110px;
    position: absolute;
    top: 0;
    left: 180px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tp-leftarrow.preview4 .tp-arr-imgholder2 {
    left: -180px
}

.tparrows.preview4 .tp-arr-titleholder {
    display: block;
    font-size: 12px;
    line-height: 25px;
    padding: 0 10px;
    text-align: left;
    color: #fff;
    position: relative;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 11px;
    line-height: 2.75;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tparrows.preview4:after {
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%
}

.tp-leftarrow.preview4:after {
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

@media only screen and (min-width:768px) {
    .tparrows.preview4:hover:after {
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    .tp-leftarrow.preview4:hover:after {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg)
    }

    .tparrows.preview4:hover .tp-arr-titleholder {
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
}

.tp-bullets.preview4 {
    height: 17px
}

.tp-bullets.preview4 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, .5) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid transparent !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0 !important;
    -webkit-transition: background-color .2s, border-color .2s;
    -moz-transition: background-color .2s, border-color .2s;
    -o-transition: background-color .2s, border-color .2s;
    -ms-transition: background-color .2s, border-color .2s;
    transition: background-color .2s, border-color .2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.tp-bullets.preview4 .bullet.last {
    margin-right: 0
}

.tp-bullets.preview4 .bullet.selected,
.tp-bullets.preview4 .bullet:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 1) !important;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 1) !important
}

@media only screen and (max-width:767px) {
    .tparrows.preview4 {
        width: 20px;
        height: 80px
    }

    .tparrows.preview4:after {
        width: 20px;
        height: 80px;
        line-height: 80px;
        font-size: 14px
    }

    .tparrows.preview1 .tp-arr-allwrapper,
    .tparrows.preview2 .tp-arr-allwrapper,
    .tparrows.preview3 .tp-arr-allwrapper,
    .tparrows.preview4 .tp-arr-allwrapper {
        display: none !important
    }
}

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.tp-caption img {
    background: 0 0;
    zoom: 1
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../assets/coloredbg.html) repeat
}

.tp-caption.slidelink a span {
    background: url(../assets/coloredbg.html) repeat
}

.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

.tp-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tp-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tp-loader.spinner5 {
    background-color: #fff;
    margin: -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

@-webkit-keyframes tp-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.tp-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: red;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    border-radius: 100%;
    -webkit-animation: tp-scaleout 1s infinite ease-in-out;
    animation: tp-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes tp-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0
    }
}

.tp-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.tp-loader.spinner3 .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.tp-loader.spinner3 .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes tp-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes tp-bouncedelay {

    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.tp-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-animation: tp-rotate 2s infinite linear;
    animation: tp-rotate 2s infinite linear
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: tp-bounce 2s infinite ease-in-out;
    animation: tp-bounce 2s infinite ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}

.tp-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes tp-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes tp-bounce {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes tp-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
    left: .5em
}

.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer
}

.ui-selectmenu-button span.ui-icon {
    right: .5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: .4em 2.1em .4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #aaa;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url(../images/ui-bg_highlight-soft_75_cccccc_1x100.html) 50% 50% repeat-x;
    color: #222;
    font-weight: 700
}

.ui-widget-header a {
    color: #222
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(../images/ui-bg_glass_75_e6e6e6_1x400.html) 50% 50% repeat-x;
    font-weight: 400;
    color: #555
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555;
    text-decoration: none
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #999;
    background: #dadada url(../images/ui-bg_glass_75_dadada_1x400.html) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff url(../images/ui-bg_glass_65_ffffff_1x400.html) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(../images/ui-bg_glass_55_fbf9ee_1x400.html) 50% 50% repeat-x;
    color: #363636
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(../images/ui-bg_glass_95_fef1ec_1x400.html) 50% 50% repeat-x;
    color: #cd0a0a
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(../images/ui-icons_222222_256x240.html)
}

.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_222222_256x240.html)
}

.ui-state-highlight .ui-icon {
    background-image: url(../images/ui-icons_2e83ff_256x240.html)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(../images/ui-icons_cd0a0a_256x240.html)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaa url(../images/ui-bg_flat_0_aaaaaa_40x100.html) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url(../images/ui-bg_flat_0_aaaaaa_40x100.html) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

body {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal
}

nav {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal
}

h1 {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal
}

h2 {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal
}

h3 {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal
}

h4 {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal
}

h5 {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal
}

h6 {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal
}

.blog-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    background-image: url(images/bg-banner.html)
}

.portfolio-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    background-image: url(images/bg-banner.html)
}

.mc4wp-form input[name="_mc4wp_required_but_not_really"] {
    display: none !important
}

.ts-slideshow {
    margin-bottom: 0 !important
}

.ts-managed-dedicated {
    margin-bottom: 0 !important;
    background-color: #00a6dd !important;
    color: #fff
}

.ts-managed-dedicated h3 {
    color: #fff
}

.ts-home1-function {
    margin-bottom: 0 !important;
    padding-top: 50px !important;
    padding-bottom: 80px !important
}

.ts-home1-domain {
    margin-bottom: 0 !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.ts-home1-hosting-platforms-title {
    margin-bottom: 0 !important;
    padding-top: 100px !important
}

.ts-home1-hosting-platforms {
    margin-bottom: 0 !important;
    padding-bottom: 130px !important
}

.ts-home1-data-transferred {
    margin-bottom: 0 !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.ts-home1-acordion {
    margin-bottom: 0 !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.ts-home1-hosting-services {
    margin-bottom: 0 !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.ts-home1-companies-cloud {
    padding-top: 115px !important;
    padding-bottom: 95px !important
}

.ts-home1-lasted-blog {
    margin-bottom: 0 !important;
    padding-top: 75px !important;
    padding-bottom: 107px !important;
    background-color: #f3f3f3 !important
}

.ts-home1-domain-title {
    margin-bottom: 10px !important
}

.ts-home1-domain-title h3 {
    color: #fff
}

.ts-home1-block7 {
    margin-top: 15px !important;
    margin-bottom: 0 !important
}

.ts-home1-acordion .ts-section-title {
    margin-bottom: 25px !important
}

.ts-home1-hosting-services .ts-section-title {
    margin-bottom: 40px !important
}

.ts-home1-hosting-services .ts-section-title h3 {
    color: #fff
}

.vc_custom_1418119663320 {
    margin-bottom: 0 !important
}

.ts-home1-block12-left {
    border-right-width: 1px !important;
    border-right-color: #c5c7c7 !important;
    border-right-style: solid !important
}

.ts-home1-hosting-services {
    background-attachment: fixed;
    background-image: url(../images/274699_l_srgb_s_gl.html);
    background-repeat: repeat
}

.vc_custom_1418200016635 {
    margin-bottom: 0 !important
}

.ts-home2-check-domain {
    margin-bottom: 0 !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background-color: #42454a !important
}

.ts-home2-check-domain h3 {
    color: #fff
}

.ts-home2-simple-cloud-hosting {
    margin-bottom: 0 !important;
    padding-top: 115px !important;
    padding-bottom: 140px !important
}

.ts-home2-different-hosting-top {
    margin-bottom: 0 !important;
    padding-top: 95px !important;
    background-color: #f3f3f3 !important
}

.ts-home2-different-hosting {
    margin-bottom: 0 !important;
    padding-bottom: 115px !important;
    background-color: #f3f3f3 !important
}

.ts-home2-what-people {
    margin-bottom: 0 !important;
    padding-top: 75px !important;
    padding-bottom: 75px !important
}

.ts-home2-what-people h3 {
    color: #fff
}

.ts-home2-what-people {
    background-attachment: fixed;
    background-image: url(../images/274699_l_srgb_s_gl.html);
    background-repeat: repeat
}

.ts-home2-why-choose {
    margin-bottom: 0 !important;
    padding-top: 130px !important;
    padding-bottom: 80px !important
}

.ts-home2-why-choose .icon-feature {
    border: 2px solid #00a6dd
}

.ts-home2-why-choose .ts_single_image {
    margin-top: 80px
}

.ts-home2-companies {
    margin-bottom: 0 !important;
    padding-top: 115px !important;
    padding-bottom: 95px !important;
    background-color: #42454a !important;
    color: #fff
}

.ts-home2-companies h3 {
    color: #fff
}

.vc_custom_1418200009589 {
    background-color: #404348 !important;
    margin-bottom: 0 !important;
    padding-bottom: 60px !important;
    padding-top: 60px !important
}

.ts-home2-data-transferred {
    margin-bottom: 0 !important;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    color: #fff;
    background-attachment: fixed;
    background-image: url(../images/bl3.html);
    background-repeat: repeat
}

.ts-home2-data-transferred h5 {
    color: #fff
}

.ts-home2-data-transferred .ts-overlay {
    background: rgba(0, 0, 0, .61)
}

.ts-home2-data-transferred .ts-funfact {
    border-color: rgba(255, 255, 255, .5)
}

.vc_custom_1418132002928 {
    margin-bottom: 0 !important;
    padding-top: 75px !important;
    padding-bottom: 107px !important;
    background-color: #f3f3f3 !important
}

.vc_custom_1421296680873 {
    margin-bottom: 20px !important
}

.vc_custom_1418347696500 {
    margin-bottom: 0 !important
}

.vc_custom_1418289914176 {
    margin-top: 80px !important
}

.ts-home2-companies .ts-section-title {
    margin-bottom: 70px !important
}

.ts-home3-banner {
    margin-bottom: 0 !important;
    padding-top: 135px !important;
    padding-bottom: 150px !important
}

.ts-home3-banner .ts-section-title {
    margin-bottom: 25px;
    color: #cecece
}

.ts-home3-banner h3 {
    color: #fff
}

.ts-home3-provice-services {
    margin-bottom: 0 !important;
    padding-top: 90px !important;
    padding-bottom: 68px !important
}

.vc_custom_1420700132976 {
    margin-bottom: 0 !important;
    padding-top: 90px !important;
    padding-bottom: 90px !important
}

.ts-home3-simple-cloud-hosting {
    margin-bottom: 0 !important;
    padding-top: 110px !important;
    padding-bottom: 110px !important
}

.ts-home3-rapidiously {
    margin-bottom: 0 !important;
    padding-top: 65px !important;
    padding-bottom: 65px !important;
    background-attachment: fixed;
    background-image: url(../images/res1.jpg);
    background-repeat: repeat
}

.ts-home3-rapidiously .ts-overlay {
    background: rgba(0, 0, 0, .2)
}

.ts-home3-rapidiously .ts-section-title {
    color: #cecece
}

.ts-home3-rapidiously a,
.ts-home3-rapidiously h3 {
    color: #fff
}

.ts-home3-rapidiously .icon-feature {
    color: #00a6dd;
    border: 2px solid #00a6dd
}

.ts-home3-client-based {
    margin-bottom: 0 !important;
    padding-top: 135px !important;
    padding-bottom: 90px !important
}

.ts-home3-twitter {
    margin-bottom: 0 !important;
    padding-top: 70px !important;
    padding-bottom: 85px !important;
    background-attachment: fixed;
    background-image: url(../images/4.html);
    background-repeat: repeat
}

.vc_custom_1418348834585 {
    margin-bottom: 0 !important;
    padding-top: 115px !important;
    padding-bottom: 95px !important
}

.ts-home3-special-introductory {
    margin-bottom: 0 !important;
    padding-top: 80px !important;
    padding-bottom: 78px !important;
    background-color: #f3f3f3 !important
}

.vc_custom_1418292593656 {
    margin-bottom: 0 !important
}

.vc_custom_1420942970741 {
    margin-bottom: 25px !important
}

.vc_custom_1420642384516 {
    margin-bottom: 0 !important
}

.vc_custom_1418293159334 {
    margin-bottom: 0 !important
}

.ts-home3-simple-cloud-hosting .ts-section-title {
    margin-bottom: 65px !important
}

.vc_custom_1421239487009 {
    padding-top: 20px !important
}

.vc_custom_1421240492698 {
    padding-top: 30px !important
}

.vc_custom_1421222169706 {
    padding-top: 40px !important
}

.ts-home3-rapidiously-left {
    margin-top: 90px !important
}

.vc_custom_1418348236650 {
    margin-bottom: 0 !important
}

.vc_custom_1421138007111 {
    margin-bottom: 0 !important
}

.vc_custom_1418348811429 {
    margin-bottom: 70px !important
}

.ts-home3-data-transferred {
    margin-bottom: 0 !important;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    background-attachment: fixed;
    background-image: url(../images/274699_l_srgb_s_gl.html);
    background-repeat: repeat
}

.ts-home3-data-transferred .ts-funfact {
    border-color: rgba(255, 255, 255, .5);
    color: #fff
}

.ts-home3-data-transferred .funfact-icon {
    color: #00a6dd
}

.ts-home3-data-transferred h5 {
    color: #fff
}

.ts-home3-simple-cloud-hosting .skill-bar-bg {
    background: #f3f3f3
}

.skill-bar-bg .skillbar-bar {
    background: #00a6dd
}

.ts-home3-banner {
    background-attachment: fixed;
    background-image: url(../images/homepage3.html);
    background-repeat: repeat
}

.ts-home4-support {
    padding-top: 45px !important;
    padding-bottom: 100px !important
}

.ts-home4-support .icon-service {
    border: 2px solid #00a6dd;
    color: #00a6dd
}

.ts-home4-service {
    padding-top: 90px !important;
    padding-bottom: 100px !important;
    background-color: #25272b !important
}

.ts-home4-service .icon-feature {
    border: 2px solid #00a6dd;
    color: #00a6dd
}

.ts-home4-service a {
    color: #fff
}

.ts-home4-knowledge-base {
    padding-top: 85px !important;
    padding-bottom: 65px !important
}

.ts-home4-completed-projects {
    padding-top: 25px !important;
    padding-bottom: 60px !important;
    background-color: #f3f3f3 !important
}

.ts-home4-completed-projects .funfact-number-unit {
    color: #00a6dd
}

.ts-home4-cms {
    padding-top: 78px !important;
    padding-bottom: 20px !important
}

.ts-home4-companies {
    padding-top: 85px !important;
    padding-bottom: 92px !important;
    background-color: #42454a !important
}

.ts-home4-companies h3 {
    color: #fff
}

.ts-home4-people-say {
    padding-top: 82px !important;
    padding-bottom: 85px !important
}

.ts-home4-service .wpb_single_image {
    margin-top: 50px !important
}

.ts-home4-service h3 {
    color: #fff
}

.ts-home4-knowledge-base .ts-section-title {
    margin-bottom: 45px !important
}

.vc_custom_1420703015327 {
    margin-bottom: 0 !important
}

.vc_custom_1420703023547 {
    margin-bottom: 0 !important
}

.vc_custom_1420703032028 {
    margin-bottom: 0 !important
}

.vc_custom_1420703069341 {
    margin-bottom: 45px !important
}

.ts-home4-cms-icon {
    margin-bottom: 100px !important
}

.ts-home4-companies .ts-section-title {
    margin-bottom: 50px !important
}

.ts-home4-people-say .ts-section-title {
    margin-bottom: -30px !important
}

.ts-home5-threebox {
    padding-top: 20px !important;
    padding-bottom: 95px !important;
    background-color: #f3f3f3 !important
}

.ts-home5-different-hosting {
    padding-top: 90px !important;
    padding-bottom: 83px !important
}

.ts-home5-completely-promote {
    padding-top: 140px !important;
    padding-bottom: 125px !important;
    color: #fff
}

.ts-home5-completely-promote a,
.ts-home5-completely-promote h3 {
    color: #fff
}

.ts-home5-completely-promote {
    background-attachment: fixed;
    background-image: url(../images/bg-service3.html);
    background-repeat: repeat
}

.ts-home5-completely-promote .ts-overlay {
    background: rgba(0, 0, 0, .6)
}

.ts-home5-completely-promote .icon-feature {
    color: #00a6dd;
    border: 2px solid #00a6dd
}

.ts-home5-get-domain {
    padding-top: 90px !important;
    padding-bottom: 80px !important;
    background-color: #42454a !important;
    color: #fff
}

.ts-home5-get-domain h3 {
    color: #fff
}

.ts-home5-get-domain .ts-section-title {
    color: #737373
}

.ts-home5-function {
    padding-top: 60px !important;
    padding-bottom: 80px !important
}

.ts-home5-function .icon-service {
    color: #252525
}

.ts-home5-data-transferred {
    padding-top: 130px !important;
    padding-bottom: 130px !important
}

.ts-home5-data-transferred .ts-funfact {
    border-color: #252525;
    color: #252525
}

.ts-home5-data-transferred .funfact-icon {
    color: #00a6dd
}

.vc_custom_1420709528867 {
    padding-top: 95px !important;
    padding-bottom: 110px !important
}

.ts-home5-data-transferred .ts-overlay {
    background: rgba(255, 255, 255, .92)
}

.ts-home5-data-transferred {
    background-attachment: fixed;
    background-image: url(../images/bg-funfact-ab.html);
    background-repeat: repeat
}

.ts-home5-data-transferred .ts-funfact {
    border: 2px solid rgba(0, 0, 0, .5);
    color: #252525
}

.ts-home5-data-transferred .funfact-icon {
    color: #00a6dd
}

.ts-home5-data-transferred h5 {
    color: #252525
}

.vc_custom_1420706663657 {
    margin-bottom: 65px !important
}

.ts-home5-different-hosting-bottom {
    padding-right: 25px !important;
    padding-left: 30px !important;
    background-color: #f3f3f3 !important
}

.ts-home5-different-hosting-bottom .ts-style-button-cta {
    background: #00a6dd;
    color: #fff;
    border: 2px solid #00a6dd
}

.ts-home5-img-feature {
    margin-top: 90px !important
}

.vc_custom_1420709601149 {
    margin-bottom: 70px !important
}

.ts-home6-function {
    padding-top: 20px !important;
    padding-bottom: 100px !important
}

.ts-home6-function .icon-service {
    color: #00a6dd
}

.ts-home6-with-respect {
    padding-top: 55px !important;
    padding-bottom: 60px !important;
    background-color: #42454a !important;
    min-height: 643px
}

.ts-home-Recent-project {
    padding-top: 100px !important;
    padding-bottom: 60px !important
}

.ts-home6-project-completed {
    padding-bottom: 75px !important
}

.ts-home6-project-completed .cbp-item {
    width: 360px;
    height: 289px
}

.ts-home6-awesome-websites {
    padding-top: 30px !important;
    background-color: #f3f3f3 !important;
    min-height: 566px
}

.ts-home6-awesome-websites .icon-feature {
    border: 2px solid #fc4225;
    color: #fc4225
}

.ts-home6-awesome-websites a {
    color: #252525
}

.ts-honme6-yourbusiness {
    color: #fff;
    background-color: #42454a !important;
    padding: 0 !important
}

.ts-honme6-yourbusiness a,
.ts-honme6-yourbusiness h3 {
    color: #fff
}

.ts-honme6-yourbusiness a.ts-style-button-cta,
.ts-honme6-yourbusiness a.ts-style-button-cta:hover {
    background: #fc4225 none repeat scroll 0 0;
    border: 1px solid #fc4225;
    color: #fff
}

.ts-home6-tab {
    padding-top: 0 !important;
    padding-bottom: 15px !important
}

.ts-home6-tab .skill-bar-bg {
    background: #f3f3f3
}

.ts-home6-tab .skill-bar-percent {
    color: #fff
}

.ts-home6-fourbox {
    padding-top: 90px !important;
    padding-bottom: 100px !important
}

.ts-home6-fourbox,
.ts-home6-fourbox h5 {
    color: #fff
}

.ts-home6-fourbox {
    background: url(../images/274699_l_srgb_s_gl.html);
    background-attachment: fixed;
    background-repeat: repeat
}

.ts-home6-fourbox .ts-overlay {
    background: rgba(0, 0, 0, .3)
}

.vc_custom_1420776684522 {
    padding-top: 100px !important;
    padding-bottom: 105px !important;
    background-color: #f3f3f3 !important
}

.ts-home6-with-respect .ts-section-title {
    margin-top: 35px !important
}

.ts-home6-with-respect a,
.ts-home6-with-respect h3 {
    color: #fff
}

.ts-home6-with-respect .icon-feature {
    color: #00a6dd;
    border: 2px solid #00a6dd
}

.ts-home6-awesome-websites .ts-section-title {
    margin-top: 45px !important;
    margin-bottom: 50px !important
}

.ts-home6-tab .ts-section-title {
    margin-bottom: 45px !important
}

.vc_custom_1420774117877 {
    margin-bottom: 45px !important
}

.vc_custom_1420776533005 {
    margin-bottom: 0 !important
}

.ts-home1791-domain {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
    background-color: #f3f3f3 !important;
    color: #717171
}

.ts-home1791-domain .ts-domain-price-box {
    border-color: #e7e7e7;
    text-align: center
}

.ts-home1791-domain .www {
    font-size: 18px;
    color: #717171
}

.ts-home1791-domain #content-whois {
    color: #717171
}

.ts-home1791-domain input[type=text] {
    color: #717171;
    border-color: #dfdfdf;
    background: #fff
}

.ts-home1791-services {
    padding-top: 76px !important
}

.ts-home-1791-hardware {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
    background-color: #323437 !important
}

.ts-home-1791-hardware .icon-feature {
    color: #00a6dd;
    border: 2px solid #4e4e4e
}

.ts-home-1791-hardware a,
.ts-home-1791-hardware h5 {
    color: #fff
}

.ts-home-1791-hardware .ts_single_image img {
    padding-top: 85px
}

.ts-home1791-customized {
    padding-top: 105px !important;
    padding-bottom: 105px !important
}

.ts-home1791-customized .skill-bar-bg {
    background: #f3f3f3
}

.ts-home1791-customized .ts-style-button {
    background: #00a6dd;
    color: #fff;
    border-radius: 2px
}

.ts-home1791-seamlessly-brand-customized {
    padding-top: 108px !important;
    padding-bottom: 115px !important;
    background-color: #f3f3f3 !important
}

.ts-home1791-seamlessly-brand-customized .ts-style-button {
    background: #00a6dd;
    color: #fff;
    border-radius: 3px
}

.ts-home1791-why-choose {
    padding-top: 115px !important;
    padding-bottom: 110px !important
}

.ts-home1791-why-choose .icon-service {
    color: #00a6dd
}

.ts-home1791-getting-started {
    padding-top: 80px !important;
    padding-bottom: 98px !important;
    background-color: #323437 !important
}

.ts-home1791-getting-started h3 {
    color: #fff
}

.ts-home1791-companies-cloud {
    padding-top: 119px !important;
    padding-bottom: 85px !important
}

.ts-home1791-domain-left {
    padding-top: 10px !important
}

.ts-home1791-domain-right {
    padding-top: 40px !important
}

.vc_custom_1427341694879 {
    margin-top: 40px !important
}

.ts-home1791-services-content {
    padding-top: 80px !important;
    padding-bottom: 85px !important
}

.vc_custom_1422586329147 {
    padding-top: 85px !important
}

.vc_custom_1422610235726 {
    margin-top: 40px !important
}

.vc_custom_1422589166901 {
    padding-top: 25px !important
}

.vc_custom_1422588757147 {
    margin-top: 60px !important
}

.ts-home10-check-domain {
    padding-top: 35px !important;
    padding-bottom: 50px !important;
    background-color: #42454a !important
}

.ts-home10-check-domain h3 {
    color: #fff;
    color: #fff
}

.ts-home10-service {
    background-color: #f3f3f3 !important
}

.ts-home10-save {
    background-color: #00a6dd;
    color: #fff
}

.ts-home10-save .ts-style-button-cta {
    background: #00a6dd;
    color: #fff;
    border: 1px solid #fff
}

.ts-home10-save .ts-style-button-cta:hover {
    background: #fff;
    color: #00a6dd
}

.ts-home10-save h3 {
    color: #fff
}

.ts-home10-save .ts-style-button-cta {
    background: #00a6dd;
    border: 1px solid #fff;
    color: #fff
}

.ts-home10-function {
    padding-top: 97px !important;
    padding-bottom: 97px !important
}

.ts-home10-function .icon-service {
    color: #00a6dd
}

.ts-home10-data-transferred {
    padding-top: 94px !important;
    padding-bottom: 102px !important;
    background-attachment: fixed;
    background-image: url(../images/fun.html);
    background-repeat: repeat
}

.ts-home10-data-transferred .ts-overlay {
    background: rgba(0, 0, 0, .3)
}

.ts-home10-data-transferred .ts-funfact {
    border: 2px solid #cecece;
    color: #fff
}

.ts-home10-data-transferred .funfact-icon,
.ts-home10-data-transferred h5 {
    color: #fff
}

.ts-home10-tab-title {
    padding-top: 93px !important
}

.ts-home10-tab {
    padding-bottom: 104px !important
}

.ts-home10-companies-cloud {
    padding-top: 97px !important;
    padding-bottom: 105px !important;
    background-color: #42454a !important;
    color: #bfbfbf;
    background-color: #404348 !important
}

.ts-home10-companies-cloud h3 {
    color: #fff
}

.ts-home10-people-say {
    padding-top: 81px !important;
    padding-bottom: 75px !important;
    z-index: 0
}

.ts-home10-check-domain .ts-section-title {
    margin-bottom: 20px !important;
    padding-right: 90px !important;
    background-color: #42454a !important
}

.vc_custom_1427341746694 {
    background-color: #42454a !important
}

.ts-home10-service-content {
    padding-top: 77px !important;
    padding-bottom: 100px !important
}

.ts-home10-function-right {
    margin-top: 60px !important
}

.ts-home10-function-right .ts-box-border {
    border-left-width: 6px !important;
    background-color: #f3f3f3 !important;
    border-left-color: #00a6dd !important;
    border-left-style: solid !important
}

.ts-home10-people-say .ts-section-title {
    margin-bottom: -30px !important
}

.ts-home10-people-say .ts-overlay {
    background: rgba(0, 0, 0, .5)
}

.ts-home10-people-say h3 {
    color: #fff
}

.ts-slideshow .fullwidthabanner.ts-slideshow10 {
    background-color: #e8e8e8
}

.ts-home11-function {
    padding-top: 65px !important;
    padding-bottom: 70px !important
}

.ts-home11-managed-dedicated-servers {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: #00a6dd !important;
    color: #fff
}

.ts-home11-managed-dedicated-servers h3 {
    color: #fff
}

.ts-home11-managed-dedicated-servers .ts-style-button-cta {
    background: #00a6dd;
    color: #fff;
    border: 2px solid #fff
}

.ts-home11-managed-dedicated-servers .ts-style-button-cta:hover {
    background: #fff;
    color: #00a6dd
}

.ts-home11-domain {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
    color: #fff;
    background-attachment: fixed;
    background-image: url(../images/fun.html);
    background-repeat: repeat
}

.ts-home11-domain h3 {
    color: #fff
}

.ts-home11-different-hosting {
    padding-top: 85px !important;
    padding-bottom: 100px !important
}

.ts-home11-twitter {
    padding-top: 70px !important;
    padding-bottom: 130px !important;
    background-attachment: fixed;
    background-image: url(../images/12.html);
    background-repeat: repeat
}

.ts-home11-twitter .ts-overlay {
    background: rgba(0, 0, 0, .6)
}

.ts-home11-logo {
    padding-top: 80px !important;
    padding-bottom: 90px !important;
    background-color: #42454a !important
}

.ts-home11-meet-hosting {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.ts-home11-business-hosting {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.ts-home11-business-hosting .ts-overlay {
    background: rgba(0, 0, 0, .63)
}

.ts-home11-business-hosting h3 {
    color: #fff
}

.ts-home11-servers {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.vc_custom_1422976941611 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-color: #f3f3f3 !important
}

.ts-home11-different-hosting .ts-section-title {
    margin-bottom: 30px !important
}

.ts-home11-logo .ts-section-title {
    margin-bottom: 60px !important;
    color: #fff
}

.ts-home11-logo h3 {
    color: #fff
}

.ts-home11-meet-hosting-content {
    padding-top: 50px !important
}

.ts-home11-business-hosting .ts-section-title {
    padding-bottom: 50px !important
}

.ts-home11-business-hosting-left {
    border-right-width: 1px !important;
    border-right-color: rgba(255, 255, 255, .5) !important;
    border-right-style: solid !important
}

.ts-register-banner .ts-overlay {
    background: hsla(0, 0%, 0%, .85) none repeat scroll 0 0
}

.ts-banner-blog {
    background-image: url(../images/blog/bg-banner.html)
}

.ts-about-efficiently-envisioneer {
    margin-bottom: 0 !important;
    padding-top: 15px !important
}

.vc_custom_1420709517066 {
    margin-bottom: 0 !important;
    padding-top: 130px !important;
    padding-bottom: 130px !important
}

.vc_custom_1418701753107 {
    margin-bottom: 0 !important;
    padding-top: 85px !important;
    padding-bottom: 105px !important
}

.ts-about-our-values {
    margin-bottom: 0 !important;
    padding-top: 80px !important;
    padding-bottom: 130px !important;
    color: #fff;
    background-image: url(../images/274699_l_srgb_s_gl.html);
    background-repeat: no-repeat
}

.ts-about-our-values .ts-overlay {
    background: rgba(0, 0, 0, .7)
}

.ts-about-our-values h3 {
    color: #fff
}

.ts-about-management-team-title {
    margin-bottom: 0 !important;
    padding-top: 80px !important
}

.ts-about-management-team {
    margin-bottom: 0 !important;
    padding-top: 90px !important;
    padding-bottom: 90px !important
}

.ts-about-awesome-partrtners {
    margin-bottom: 0 !important;
    padding-top: 90px !important;
    padding-bottom: 110px !important;
    background-color: #f3f3f3 !important
}

.ts-about-efficiently-envisioneer .ts-section-title {
    margin-bottom: 15px !important
}

.vc_custom_1418700944247 {
    margin-bottom: 43px !important
}

.vc_custom_1418701530242 {
    margin-bottom: 0 !important
}

.vc_custom_1418701693424 {
    margin-bottom: 45px !important
}

.ts-about-banner {
    background-image: url(../images/about-us-banner.jpg)
}

.ts-services-awesome-stuff {
    margin-bottom: 0 !important;
    padding-top: 65px !important;
    padding-bottom: 80px !important
}

.ts-services-awesome-stuff .icon-service {
    color: #00a6dd
}

.ts-services-banner {
    background-image: url(../images/bl3.html)
}

.ts-services-passion {
    margin-bottom: 0 !important;
    padding-top: 70px !important;
    padding-bottom: 60px !important;
    background-color: #f3f3f3 !important
}

.ts-services-function {
    padding-top: 50px !important;
    padding-bottom: 85px !important
}

.ts-services-enterprise-solutions {
    margin-bottom: 0 !important;
    padding-top: 125px !important;
    padding-bottom: 95px !important;
    background-image: url(../images/274699_l_srgb_s_gl.html);
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.ts-services-enterprise-solutions h3 {
    color: #fff
}

.ts-services-tab {
    margin-bottom: 0 !important;
    padding-top: 115px !important;
    padding-bottom: 100px !important
}

.ts-services-tab .ts-section-title {
    margin-bottom: 45px
}

.ts-services-servers {
    margin-bottom: 0 !important;
    padding-bottom: 140px !important
}

.ts-services-enterprise-solutions .ts-section-title {
    margin-bottom: 40px !important
}

.ts-services-enterprise-solutions-left {
    margin-bottom: 0 !important;
    border-right-width: 1px !important;
    border-right-color: #fff !important;
    border-right-style: solid !important
}

.vc_custom_1418695238869 {
    margin-bottom: 45px !important
}

.vc_custom_1418695225227 {
    margin-bottom: 45px !important
}

.vc_custom_1418695217234 {
    margin-bottom: 45px !important
}

.ts-teams-banner {
    background-image: url(../images/bl3.html)
}

.ts-teams-choose-options {
    margin-top: 80px !important
}

.ts-teams-choose-options2 {
    margin-top: 107px !important;
    margin-bottom: 130px !important
}

.ts-teams-choose-options .ts-section-title {
    margin-bottom: 55px !important
}

.wpb_animate_when_almost_visible {
    opacity: 1
}

.ts-pricing-table-banner {
    background-image: url(../images/bl3.html)
}

.ts-pricing-table-banner h2 {
    color: #fff
}

.ts-pricing-table-new {
    padding-top: 100px !important
}

.ts-pricing-table-style4 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.ts-pricing-table-style3-wrap {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-color: #f3f3f3 !important
}

.ts-pricing-table-style1-new {
    padding-top: 100px !important
}

.vc_custom_1422850026877 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.ts-pricing-table-style2-title {
    padding-top: 100px !important
}

.ts-pricing-table-style2-content {
    padding-top: 0 !important;
    padding-bottom: 100px !important
}

.ts-pricing-table-compare {
    margin-bottom: 100px !important
}

.ts-pricing-table-new .ts-section-title {
    margin-bottom: 60px !important
}

.ts-pricing-table-style4 .ts-section-title {
    margin-bottom: 60px !important
}

.ts-pricing-table-style3-wrap .ts-section-title {
    margin-bottom: 80px !important
}

.ts-faq-questions {
    padding-top: 85px !important
}

.ts-faq-tab {
    padding-top: 70px !important;
    padding-bottom: 70px !important
}

.ts-faq-questions .ts-section-title {
    margin-bottom: 60px !important
}

.ts-faq-tab .ts-section-title {
    margin-bottom: 45px !important
}

.vc_custom_1421031822205 {
    margin-bottom: 25px !important
}

.ts-faq-banner {
    background-image: url(../images/bl3.html)
}

.ts-faq-banner h2 {
    color: #fff
}

.ts-contact-support {
    margin-bottom: 85px !important;
    padding-top: 45px !important;
    padding-bottom: 45px !important;
    background-color: #f3f3f3 !important
}

.vc_custom_1421035807239 {
    margin-top: 49px !important
}

.ts-contact-sidebar1 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.ts-contact-sidebar2 {
    margin-top: 30px !important
}

.ts-contact-banner {
    background-image: url(../images/bl3.html)
}

.ts-contact-support .ts-contact-icon {
    color: #00a6dd
}

.ts-contact-padding {
    height: 451px
}

.vc_custom_1421027635245 {
    margin-right: 30px !important;
    margin-left: 30px !important
}

.vc_custom_1421140202024 {
    margin-top: 70px !important
}

.ts-web-design-top {
    margin-bottom: 70px !important
}

.ts-web-design-bar {
    margin-top: 60px !important;
    margin-bottom: 65px !important
}

.vc_custom_1421140044077 {
    margin-bottom: 90px !important
}

.vc_custom_1421139638712 {
    margin-top: 20px !important
}

.web-design #grid-portfolio.cbp-l-grid-projects .cbp-caption {
    height: 74%
}

.ts-web-design-top-left {
    margin-top: 20px
}

.ts-web-design-bar .skill-bar-bg {
    background: #f3f3f3
}

.ts-web-design-bar .skillbar-bar {
    background: #00a6dd
}

.ts-web-design-view .cbp-item {
    width: 320px;
    height: 200px
}

.ts-section-title-intrinsicly {
    color: #737373;
    margin-bottom: 90px
}

.ts-shortcodes-heading {
    padding-top: 70px !important;
    padding-bottom: 50px !important
}

.ts-shortcodes-hr1 {
    border-bottom-width: 70px !important
}

.ts-shortcodes-blockquotes {
    padding-top: 70px !important;
    padding-bottom: 50px !important
}

.vc_custom_1420772649186 {
    padding-top: 15px !important
}

.vc_custom_1420778174481 {
    padding-top: 55px !important
}

.ts-shortcodes-unstyled-list {
    margin-bottom: 80px !important;
    padding-top: 55px !important
}

.vc_custom_1420874829969 {
    margin-bottom: 40px !important
}

.ts-shortcodes-unstyled-list h6 {
    margin-bottom: 4s0px
}

.ts-shortcodes-title {
    margin-bottom: 40px !important
}

.vc_custom_1420876871004 {
    margin-bottom: 40px !important
}

.vc_custom_1420876893054 {
    margin-bottom: 40px !important
}

.ts-shortcodes-default-styles {
    padding-top: 60px !important
}

.vc_custom_1420877340375 {
    margin-bottom: 60px !important
}

.vc_custom_1420879065200 {
    margin-bottom: 55px !important
}

.vc_custom_1420778269831 {
    margin-bottom: 0 !important;
    padding-top: 0 !important
}

.vc_custom_1420879862911 {
    margin-bottom: 30px !important
}

.ts-tabs-tab {
    margin-bottom: 0 !important;
    padding-top: 80px !important
}

.ts-tabs-acordion {
    padding-top: 40px !important;
    padding-bottom: 60px !important
}

.ts-tabs-expand {
    margin-bottom: 100px !important
}

.ts-tabs-tab h4 {
    margin-bottom: 55px !important
}

.vc_custom_1420614795728 {
    margin-bottom: 55px !important
}

.ts-tabs-acordion h4 {
    margin-bottom: 55px !important
}

.vc_custom_1420615076112 {
    margin-bottom: 55px !important
}

.ts-tabs-expand h4 {
    margin-bottom: 65px !important
}

.ts-shortcodes-banner {
    background-image: url(../images/bl3.html)
}

.ts-shortcodes-Dropcaps .ts-dropcap-style2 {
    color: #252525
}

.ts-shortcodes-Dropcaps .ts-dropcap-style1 {
    background-color: #42454a;
    color: #fff
}

.ts-shortcodes-default-custom-styles .row1 {
    padding-bottom: 55px
}

.ts-shortcodes-highlights .black {
    background: #42454a;
    color: #fff
}

.ts-shortcodes-highlights .red {
    background: #00a6dd;
    color: #fff
}

.ts-tabs-banner {
    background-image: url(../images/bl3.html)
}

.ts-shortcodes-hr2 {
    border-bottom-width: 70px !important;
    padding-top: 70px !important
}

.ts-shortcodes-dropcaps h4 {
    padding-bottom: 50px !important;
    padding-top: 70px !important
}

.ts-shortcodes-dropcaps .ts-dropcap-style1 {
    background-color: #42454a;
    color: #fff
}

.ts-shortcodes-highlights {
    padding-bottom: 50px !important;
    padding-top: 70px !important
}

.ts-shortcodes-default-custom-styles {
    padding-top: 60px !important
}

.ts-shortcodes-default-custom-styles .ts-shortcodes-d-styles {
    padding-bottom: 30px
}

.ts-shortcodes-default-custom-styles .ts-list-style-red {
    color: #00a6dd
}

.ts-shortcodes-hr3 {
    padding-top: 30px
}

.ts-content-box-threebox {
    padding-top: 30px !important;
    padding-bottom: 0 !important
}

.ts-content-box-function {
    padding-top: 30px !important;
    padding-bottom: 90px !important
}

.ts-content-box-service {
    margin-bottom: 0 !important;
    padding-top: 125px !important;
    padding-bottom: 95px !important
}

.ts-content-box-service h3 {
    color: #fff
}

.vc_custom_1420616513611 {
    margin-bottom: 0 !important;
    padding-top: 50px !important;
    padding-bottom: 85px !important
}

.vc_custom_1420616628379 {
    margin-bottom: 0 !important;
    padding-bottom: 85px !important
}

.vc_custom_1420946983318 {
    padding-top: 45px !important;
    padding-bottom: 100px !important
}

.vc_custom_1420712793266 {
    padding-top: 40px !important;
    padding-bottom: 60px !important
}

.ts-content-box-border {
    padding-top: 70px !important;
    padding-bottom: 70px !important
}

.ts-content-box-service .ts-section-title {
    margin-bottom: 40px !important
}

.ts-content-box-service-left {
    margin-bottom: 0 !important;
    border-right-width: 1px !important;
    border-right-color: #fff !important;
    border-right-style: solid !important
}

.ts-content-box-border1 {
    border-top-width: 5px !important;
    background-color: #f3f3f3 !important;
    border-top-color: #42454a !important;
    border-top-style: solid !important
}

.ts-content-box-border2 {
    background-color: #f3f3f3 !important
}

.ts-content-box-border3 {
    border-left-width: 5px !important;
    background-color: #f3f3f3 !important;
    border-left-color: #00a6dd !important;
    border-left-style: solid !important
}

.ts-content-banner {
    background-image: url(../images/bl3.html)
}

.ts-content-box-service {
    background-image: url(../images/274699_l_srgb_s_gl.html);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: translate3d(0, 108.32px, 0);
    transition: transform 0 linear -1ms;
    background-size: cover
}

.ts-content-Creativity {
    padding-bottom: 85px;
    padding-top: 160px
}

.ts-content-features {
    padding-bottom: 85px
}

.ts-content-responsibility {
    background-attachment: fixed;
    background-image: url(../images/bg-funfact-ab.html);
    background-repeat: repeat;
    padding-bottom: 100px;
    padding-top: 45px
}

.ts-content-responsibility .ts-overlay {
    background: hsla(0, 0%, 0%, .7) none repeat scroll 0 0
}

.ts-content-backups {
    padding-bottom: 60px;
    padding-top: 40px
}

.ts-content-backups .icon-service {
    color: #252525
}

.ts-devider-top {
    padding-top: 58px !important
}

.vc_custom_1421296010955 {
    margin-bottom: 60px !important;
    padding-top: 0 !important;
    text-align: center
}

.ts-devider-top .ts-section-title {
    margin-bottom: 50px !important
}

.ts-devider1 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.vc_custom_1421295426123 {
    margin-bottom: 20px !important
}

.vc_custom_1421295937639 {
    margin-bottom: 20px !important
}

.vc_custom_1421291840206 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.vc_custom_1421295321524 {
    margin-bottom: 20px !important
}

.vc_custom_1421295342597 {
    margin-bottom: 20px !important
}

.vc_custom_1421295221671 {
    margin-bottom: 20px !important
}

.vc_custom_1421295277413 {
    margin-bottom: 20px !important
}

.vc_custom_1421295290142 {
    margin-top: 0 !important;
    margin-bottom: 20px !important
}

.ts-deviders-banner {
    background-image: url(../images/bl3.html)
}

.ts-devider-top .text {
    color: #333
}

.ts-devider-top .or {
    color: #ccc
}

.ts-devider-top .icon {
    color: #00a6dd
}

.ts-devider-mid {
    text-align: center
}

.ts-devider-bottom {
    margin-bottom: 60px;
    text-align: center
}

.ts-counters-animated-bar-graphs {
    padding-top: 60px !important
}

.ts-counters-animated-milestones-title {
    margin-bottom: 0 !important;
    padding-bottom: 65px !important
}

.ts-counters-animated-milestones {
    padding-top: 130px !important;
    padding-bottom: 130px !important
}

.ts-counters-transform {
    margin-bottom: 0 !important;
    padding-top: 70px !important;
    padding-bottom: 125px !important
}

.ts-counters-data-transferred {
    margin-bottom: 0 !important;
    padding-top: 90px !important;
    padding-bottom: 100px !important
}

.ts-counters-circle-title {
    margin-bottom: 0 !important;
    padding-top: 80px !important
}

.ts-counters-circle {
    margin-bottom: 0 !important;
    padding-top: 100px !important;
    padding-bottom: 120px !important
}

.ts-counters-enterprise {
    margin-bottom: 0 !important;
    padding-top: 120px !important;
    padding-bottom: 125px !important
}

.ts-counters-countdown-title {
    padding-top: 70px !important
}

.ts-counters-countdown {
    padding-bottom: 70px !important
}

.ts-counters-animated-bar-graphs-content {
    padding-top: 70px !important;
    padding-bottom: 118px !important
}

.vc_custom_1421230940516 {
    padding-bottom: 50px !important
}

.ts-counters-countdown-left {
    padding-left: 100px !important
}

.ts-counters-countdown-right {
    padding-right: 100px !important
}

.ts-counters-banner {
    background-image: url(../images/bl3.html)
}

.ts-counters-animated-bar-graphs .skillbarstyle2 {
    color: #fff
}

.ts-counters-animated-bar-graphs .skillbarstyle2 .skill-bar-bg {
    background: #f3f3f3
}

.ts-counters-animated-milestones {
    background-attachment: fixed;
    background-image: url(../images/bg-funfact-ab.html) !important;
    background-repeat: repeat
}

.ts-counters-animated-milestones .ts-overlay {
    background: rgba(255, 255, 255, .92)
}

.ts-counters-animated-milestones .ts-funfact {
    border-color: #252525;
    color: #252525
}

.ts-counters-animated-milestones .funfact-icon {
    color: #00a6dd
}

.ts-counters-transform .funfact-number-unit {
    color: #00a6dd
}

.ts-counters-data-transferred {
    background-attachment: fixed;
    background-image: url(../images/274699_l_srgb_s_gl.html) !important;
    background-repeat: repeat
}

.ts-counters-data-transferred .ts-overlay {
    background: hsla(0, 0%, 0%, .3) none repeat scroll 0 0
}

.ts-counters-data-transferred .ts-funfact {
    border-color: #fff;
    color: #fff
}

.ts-counters-data-transferred h5 {
    color: #fff
}

.ts-counters-enterprise {
    background-attachment: fixed;
    background-image: url(../images/bigstock-Business-Meeting-5013327.html) !important;
    background-repeat: repeat;
    color: #d1d1d1
}

.ts-counters-enterprise .ts-overlay {
    background: rgba(0, 0, 0, .7)
}

.ts-counters-enterprise h5 {
    color: #fff
}

.ts-counters-enterprise .circle-text {
    color: #fff
}

.ts-counters-countdown-title h4 {
    padding-bottom: 50px;
    text-align: center
}

.vc_custom_1420864659446 {
    margin-top: 75px !important
}

.ts-notifications-hr2 {
    margin-top: 68px !important;
    margin-bottom: 68px !important
}

.ts-notifications-hr1 {
    margin-top: 68px !important;
    margin-bottom: 68px !important
}

.ts-notifications-combined-content {
    margin-bottom: 100px !important
}

.vc_custom_1420873611527 {
    margin-bottom: 55px !important
}

.vc_custom_1421029969547 {
    margin-bottom: 50px !important
}

.ts-notifications-title1 {
    margin-bottom: 50px !important
}

.ts-notifications-banner {
    background-image: url(../images/bl3.html)
}

.ts-notifications-notifications h3 {
    margin-bottom: 55px;
    margin-top: 75px
}

.ts-notification-notification-boxes h4 {
    text-align: center;
    margin-bottom: 50px
}

.ts-notifications-combined-content h4 {
    text-align: center;
    margin-bottom: 50px !important
}

.ts-button-main .ts-style-button1 .ts-style-button {
    background: #42454a;
    color: #fff;
    border-radius: 3px
}

.ts-button-main .ts-style-button1 .ts-style-button:hover {
    background: #00a6dd;
    color: #fff
}

.ts-button-main .ts-style-button2 .ts-style-button {
    background: #f3f3f3;
    color: #000;
    border-radius: 3px
}

.ts-button-main .ts-style-button2 .ts-style-button:hover {
    background: #00a6dd;
    color: #fff;
    border-radius: 3px
}

.ts-button-main .ts-style-button3 .ts-style-button {
    background: #fff;
    color: #252525;
    border: 2px solid #42454a;
    border-radius: 3px
}

.ts-button-main .ts-style-button3 .ts-style-button:hover {
    background: #00a6dd;
    color: #fff;
    border-radius: 3px;
    border: 2px solid #00a6dd
}

.ts-button-main .ts-style-button41 .ts-style-button {
    background: #55adff;
    color: #fff;
    border-radius: 30px
}

.ts-button-main .ts-style-button41 .ts-style-button:hover {
    background: #00a6dd;
    color: #fff;
    border-radius: 30px
}

.ts-button-main .ts-style-button42 .ts-style-button {
    background: #00a6dd;
    color: #fff;
    border-radius: 0
}

.ts-button-main .ts-style-button42 .ts-style-button:hover {
    background: #000;
    color: #fff;
    border-radius: 0
}

.ts-button-main .ts-style-button43 .ts-style-button {
    background: #5fd33f;
    color: #fff;
    border-radius: 3px
}

.ts-button-main .ts-style-button43 .ts-style-button:hover {
    background: #000;
    color: #fff;
    border-radius: 3px
}

.ts-button-banner {
    background-image: url(../images/bl3.html)
}

.ts-button-main {
    padding-top: 120px !important;
    padding-bottom: 120px !important
}

.ts-columns1 {
    margin-top: 100px !important;
    margin-bottom: 30px !important
}

.vc_custom_1421207088392 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.vc_custom_1421208635537 {
    margin-bottom: 100px !important
}

.vc_custom_1421206638604 {
    margin-bottom: 15px !important;
    margin-bottom: 15px !important
}

.vc_custom_1421206848686 {
    margin-bottom: 15px !important;
    margin-bottom: 15px !important;
    margin-bottom: 15px !important
}

.vc_custom_1421206932869 {
    margin-bottom: 15px !important
}

.vc_custom_1421206939597 {
    margin-bottom: 15px !important
}

.vc_custom_1421206946973 {
    margin-bottom: 15px !important;
    margin-bottom: 15px !important
}

.vc_custom_1421207489603 {
    margin-bottom: 15px !important
}

.vc_custom_1421207501075 {
    margin-bottom: 15px !important
}

.vc_custom_1421206932869 {
    margin-bottom: 15px !important
}

.vc_custom_1421206939597 {
    margin-bottom: 15px !important
}

.vc_custom_1421208097244 {
    margin-bottom: 15px !important
}

.vc_custom_1421206932869 {
    margin-bottom: 15px !important
}

.vc_custom_1421208209654 {
    margin-bottom: 15px !important;
    margin-bottom: 15px !important
}

.vc_custom_1421206932869 {
    margin-bottom: 15px !important
}

.vc_custom_1421207501075 {
    margin-bottom: 15px !important
}

.vc_custom_1421207489603 {
    margin-bottom: 15px !important
}

.ts-columns3 {
    margin-top: 30px;
    margin-bottom: 30px
}

.ts-columns5 {
    margin-top: 30px;
    margin-bottom: 30px
}

.ts-columns h4 {
    margin-bottom: 35px
}

.ts-columns6 {
    margin-bottom: 100px
}

.ts-columns5 .col-sm-6:nth-child(2n+1) {
    clear: none
}

.ts-columns-banner {
    background-image: url(../images/bl3.html)
}

.ts-social-icon-images {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.ts-social-icon-shortcode {
    background-color: #fafafa !important;
    color: #333
}

.ts-social-icon-full {
    background-color: #fafafa !important
}

.ts-section-hr {
    padding-top: 50px !important;
    padding-bottom: 74px !important;
    background-color: #fafafa !important
}

.ts-social-icon-awesome {
    background-color: #fafafa !important
}

.vc_custom_1420861963111 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
    background-color: #333 !important
}

.ts-social-icon-images-title {
    margin-bottom: 70px !important
}

.ts-social-icon-shortcode .ts-section-title {
    margin-top: 58px !important;
    margin-bottom: 40px !important
}

.ts-social-icon-awesome-title {
    margin-bottom: 60px !important
}

.ts-social-banner {
    background-image: url(../images/bl3.html)
}

.ts-promotional-banne1 {
    padding-top: 90px !important;
    padding-bottom: 75px !important
}

.ts-promotional-banner2 {
    padding-top: 88px !important;
    padding-bottom: 78px !important;
    background-color: #f3f3f3 !important
}

.ts-promotional-banne1-main {
    margin-top: 80px !important
}

.ts-promotional-banner2-main {
    margin-top: 18px !important
}

.ts-promotional-banner {
    background-image: url(../images/promo_01.html)
}

.bridge input.btn-success[type=submit] {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff
}

.bridge input.btn-danger[type=submit] {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff
}

.ts-knowledgebase-banner {
    background-image: url(../images/bl3.html)
}

.ts-article-banner {
    background-image: url(../images/blue_3d_crystals-wallpaper-1920x1080.html)
}

.ts-portfolio2-banner {
    background-image: url(../images/model_8-wallpaper-1920x1080.html)
}

.ts-portfolio2-main .cbp-item {
    width: 500px;
    height: 475px
}

.ts-portfolio3-main .cbp-item {
    width: 350px;
    height: 280px
}

.ts-portfolio3-banner {
    background-image: url(../images/portfolio/model_8-wallpaper-1920x1080.html)
}

.ts-portfolio4-main .cbp-item {
    width: 275px;
    height: 245px
}

.ts-portfolio3-banner {
    background-image: url(../images/portfolio/model_8-wallpaper-1920x1080.html)
}

.ts-portfolio-sidebar-main .cbp-item {
    width: 393px;
    height: 363px
}

.ts-portfolio-full-main {
    margin-left: 30px !important;
    margin-right: 30px !important
}

.ts-portfolio-full-main .cbp-item {
    width: 348px;
    height: 318px
}

.ts-web-design-main {
    margin-top: 70px
}

.ts-web-design-main h3 {
    font-size: 20px
}

.ts-article.main-content .ts-dropcap-style1 {
    background-color: #42454a;
    color: #fff
}

.woocommerce a.button.add_to_cart_button:hover,
.woocommerce a.button.product_type_simple.added:hover,
.woocommerce a.button.product_type_simple:hover,
.woocommerce a.button.product_type_variable:hover {
    background: #00a6dd !important;
    color: #00a6dd !important
}

#commentform .stars>span a.active:before,
#commentform .stars>span a:hover:before {
    color: #00a6dd !important
}

.woocommerce .comment-form input[type=submit]:hover {
    background: #00a6dd !important
}

.shipping_calculator h2 a:hover {
    color: #00a6dd !important
}

.added_to_cart.wc-forward:hover {
    background: #00a6dd !important
}

.woocommerce-message .button:hover {
    background: #00a6dd !important
}

li.mini-shoping-cart-wraper .buttons a:hover {
    background: #00a6dd !important
}

.toggle-bar-btn {
    border-color: #00a6dd #00a6dd transparent transparent
}

.widget_mc4wp_widget input[type=submit] {
    background: #00a6dd
}

.ts-suport-header .header-suport .header-phone {
    color: #00a6dd
}

.ts-suport-header .header-signup-chat li.header-chat span.icon {
    background: #00a6dd
}

.main-header-style2 .main-menu>ul>li:hover>a,
.main-header-style2 .main-menu>ul>li>a:hover {
    background: 0 0;
    color: #00a6dd
}

.ts-special-offer-style2 .ts-special2 a {
    background: #00a6dd
}

.ts-special-offer-style2 .ts-special2 a:hover {
    color: #00a6dd
}

.ts-mediumcaption-3 span {
    color: #00a6dd
}

.ts-listcaption1-3:before {
    color: #00a6dd
}

.ts-listcaption1-3 span {
    color: #00a6dd
}

.ts-button-s3 {
    background: #00a6dd !important
}

.tp-caption.ts-button-s3 a:hover,
.tp-caption.ts-button-s3:hover a {
    color: #00a6dd
}

.ts-button-s3:hover {
    color: #00a6dd
}

.ts-small-caption-3 span {
    color: #00a6dd
}

.tp-caption.ts-bg-3,
.ts-bg-3 {
    background: rgba(253, 67, 38, .5) !important
}

.ts-service-img .service-content a.cta_pricing {
    background: #00a6dd;
    border-color: #00a6dd
}

.ts-service-img .service-content a.cta_pricing:hover {
    color: #00a6dd
}

.ts-pricing-table-style3 .price-icon .pricing-icon {
    background: #00a6dd
}

.ts-pricing-table-style3 .price-unit .price-unit {
    color: #00a6dd
}

.ts-pricing-table-style3.active .price-unit {
    background: #00a6dd
}

.ts-pricing-table-style3 p a.cta_pricing:hover,
.ts-pricing-table-style3.active a.cta_pricing {
    background: #00a6dd;
    border-color: #00a6dd
}

.ts-pricing-table-style3.active a.cta_pricing:hover {
    color: #00a6dd
}

li.mini-shoping-cart-wraper a:hover span,
li.mini-shoping-cart-wraper:hover a span {
    border-color: #00a6dd
}

.ts-pricingtable-5 .price-icon {
    background: #00a6dd
}

.ts-pricingtable-5 .price-unit {
    color: #00a6dd
}

.ts-pricingtable-5 .ts-bt-pricing {
    background: #00a6dd;
    border-color: #00a6dd
}

.ts-pricingtable-5 .ts-bt-pricing:hover {
    color: #00a6dd
}

.ts-icon-check,
.ts-pricingtable-5 table td .inner-td.ts-icon-check {
    color: #00a6dd
}

.ts-search-whois #domain .l1 input[type=submit] {
    background-color: #00a6dd
}

.ts-pricing-table-style3.ts-whmpress button:hover {
    border-color: #00a6dd
}

.ts-pricing-table-style3.active.ts-whmpress button {
    background: #00a6dd;
    border-color: #00a6dd
}

.ts-pricing-table-style3.active.ts-whmpress button:hover {
    color: #00a6dd
}

.ts-service-img.ts-whmpress .service-content button {
    background: #00a6dd;
    border-color: #00a6dd
}

.ts-service-img.ts-whmpress .service-content button:hover {
    color: #00a6dd
}

.ts-pricing-table-style2.ts-whmpress.active button:hover {
    color: #00a6dd
}

.ts-pricing-table-style2.ts-whmpress button:hover {
    background: #00a6dd
}

.ts-pricing-table-style1.ts-whmpress button:focus,
.ts-pricing-table-style1.ts-whmpress button:hover {
    background: #00a6dd
}

.ts-pricing-table-style1.ts-whmpress.active button:hover {
    color: #00a6dd
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 9
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.owl-controls .owl-buttons {
    text-align: center
}

.grabbing {
    cursor: url(grabbing.html) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-goUp-out {
    -webkit-animation: goUpout .4s ease both;
    -moz-animation: goUpout .4s ease both;
    -ms-animation: goUpout .4s ease both;
    -o-animation: goUpout .4s ease both;
    animation: goUpout .4s ease both
}

.owl-goUp-in {
    -webkit-animation: goUpin .4s ease both;
    -moz-animation: goUpin .4s ease both;
    -ms-animation: goUpin .4s ease both;
    -o-animation: goUpin .4s ease both;
    animation: goUpin .4s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .9s ease-out both;
    -moz-animation: scaleUpFrom .9s ease-out both;
    animation: scaleUpFrom .9s ease-out both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .9s ease both;
    -moz-animation: scaleUpTo .9s ease both;
    animation: scaleUpTo .9s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.8)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.8)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.8)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.8)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.8)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.8)
    }
}

@-webkit-keyframes goUpin {
    from {
        -webkit-transform: translateY(100%)
    }
}

@-moz-keyframes goUpin {
    from {
        -moz-transform: translateY(100%)
    }
}

@-ms-keyframes goUpin {
    from {
        -moz-transform: translateY(100%)
    }
}

@-o-keyframes goUpin {
    from {
        -moz-transform: translateY(100%)
    }
}

@keyframes goUpin {
    from {
        -moz-transform: translateY(100%)
    }
}

@-webkit-keyframes goUpout {
    to {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goUpout {
    to {
        -moz-transform: translateY(-100%)
    }
}

@-ms-keyframes goUpout {
    to {
        -moz-transform: translateY(-100%)
    }
}

@-o-keyframes goUpout {
    to {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goUpout {
    to {
        -moz-transform: translateY(-100%)
    }
}

.menu-nav>li ul.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-boxshadow: none;
    -moz-boxshadow: none;
    -ms-boxshadow: none;
    -o-boxshadow: none;
    box-shadow: none
}

.menu-nav>li ul li:last-child {
    border-bottom: none
}

.menu-nav>li ul li a {
    line-height: 14px;
    z-index: 999;
    display: block;
    text-transform: capitalize;
    padding: 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0
}

.menu-nav>li:hover ul {
    margin: 0
}

.menu-nav>li ul.dropdown-menu ul {
    top: 0;
    left: 100%;
    padding-left: 0
}

.button-menu {
    font-size: 20px;
    width: 18px;
    position: relative;
    display: none;
    height: 12px;
    margin-top: 8px;
    cursor: pointer;
    border-top: 2px solid #000
}

.button-menu:after,
.button-menu:before {
    display: block;
    width: 100%;
    position: absolute;
    height: 2px;
    background-color: #000;
    content: '';
    left: 0
}

.button-menu:after {
    bottom: 0
}

.button-menu:before {
    top: 3px
}

.social-menu {
    display: none
}

.social-menu a {
    color: #252525;
    font-size: 14px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.social-menu a:hover {
    color: #428bca
}

.menu-nav.ts-effect-fade li>ul,
.menu-nav.ts-effect-fade>li>div {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s ease, visibility .4s linear 0;
    -moz-transition: opacity .4s ease, visibility .4s linear 0;
    -ms-transition: opacity .4s ease, visibility .4s linear 0;
    -o-transition: opacity .4s ease, visibility .4s linear 0;
    transition: opacity .4s ease, visibility .4s linear 0
}

.menu-nav.ts-effect-fade li.ts_hover>ul,
.menu-nav.ts-effect-fade.ts-menu-destop li:hover>ul,
.menu-nav.ts-effect-fade.ts-menu-destop>li:hover>div,
.menu-nav.ts-effect-fade>li.ts_hover>div {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.menu-nav.ts-effect-slide-top li>ul,
.menu-nav.ts-effect-slide-top>li>div {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px)
}

.menu-nav.ts-effect-slide-bottom li>ul,
.menu-nav.ts-effect-slide-bottom>li>div {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px)
}

.menu-nav.ts-effect-slide-left li>ul,
.menu-nav.ts-effect-slide-left>li>div {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px)
}

.menu-nav.ts-effect-slide-right li>ul,
.menu-nav.ts-effect-slide-right>li>div {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px)
}

.menu-nav.ts-effect-slide-bottom li>ul,
.menu-nav.ts-effect-slide-bottom>li>div,
.menu-nav.ts-effect-slide-left li>ul,
.menu-nav.ts-effect-slide-left>li>div,
.menu-nav.ts-effect-slide-right li>ul,
.menu-nav.ts-effect-slide-right>li>div,
.menu-nav.ts-effect-slide-top li>ul,
.menu-nav.ts-effect-slide-top>li>div {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease, visibility .4s linear 0;
    -moz-transition: opacity .4s ease, -moz-transform .4s ease, visibility .4s linear 0;
    -ms-transition: opacity .4s ease, -ms-transform .4s ease, visibility .4s linear 0;
    -o-transition: opacity .4s ease, -o-transform .4s ease, visibility .4s linear 0;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0
}

.menu-nav.ts-effect-slide-bottom li.ts_hover>ul,
.menu-nav.ts-effect-slide-bottom.ts-menu-destop li:hover>ul,
.menu-nav.ts-effect-slide-bottom.ts-menu-destop>li:hover>div,
.menu-nav.ts-effect-slide-bottom>li.ts_hover>div,
.menu-nav.ts-effect-slide-left li.ts_hover>ul,
.menu-nav.ts-effect-slide-left.ts-menu-destop li:hover>ul,
.menu-nav.ts-effect-slide-left.ts-menu-destop>li:hover>div,
.menu-nav.ts-effect-slide-left>li.ts_hover>div,
.menu-nav.ts-effect-slide-right li.ts_hover>ul,
.menu-nav.ts-effect-slide-right.ts-menu-destop li:hover>ul,
.menu-nav.ts-effect-slide-right.ts-menu-destop>li:hover>div,
.menu-nav.ts-effect-slide-right>li.ts_hover>div,
.menu-nav.ts-effect-slide-top li.ts_hover>ul,
.menu-nav.ts-effect-slide-top.ts-menu-destop li:hover>ul,
.menu-nav.ts-effect-slide-top.ts-menu-destop>li:hover>div,
.menu-nav.ts-effect-slide-top>li.ts_hover>div {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    -moz-transition: opacity .4s ease, -moz-transform .4s ease;
    -ms-transition: opacity .4s ease, -ms-transform .4s ease;
    -o-transition: opacity .4s ease, -o-transform .4s ease;
    transition: opacity .4s ease, transform .4s ease
}

.menu-nav.ts-position-left>li+li,
.menu-nav.ts-position-right>li+li {
    margin-left: 0;
    margin-top: 10px
}

@media screen and (max-width:768px) {
    .menu-navclass:ts-response]>li {
        position: relative
    }

    .menu-nav[class*=ts-response]>li>div.ts-multi-column>ul,
    .menu-nav[class*=ts-response]>li>div.ts-multi-column>ul ul,
    .menu-nav[class*=ts-response]>li>ul,
    .menu-nav[class*=ts-response]>li>ul ul {
        left: 0;
        right: 0;
        width: 91% !important;
        margin: 0 auto;
        top: auto
    }

    .menu-nav[class*=ts-response]>li>div.ts-multi-column>ul ul,
    .menu-nav[class*=ts-response]>li>ul ul {
        top: 100%;
        margin-left: 39px !important
    }

    .menu-nav[class*=ts-response].ts-position-bottom>li>div.ts-multi-column>ul ul,
    .menu-nav[class*=ts-response].ts-position-bottom>li>div.ts-multi-column>ul ul.ts-drop-left,
    .menu-nav[class*=ts-response].ts-position-bottom>li>ul ul,
    .menu-nav[class*=ts-response].ts-position-bottom>li>ul ul.ts-drop-left {
        left: 0;
        top: auto;
        bottom: 100%
    }

    .menu-nav[class*=ts-response].ts-position-left>li>div.ts-multi-column>ul,
    .menu-nav[class*=ts-response].ts-position-left>li>ul,
    .menu-nav[class*=ts-response].ts-position-right>li>div.ts-multi-column>ul,
    .menu-nav[class*=ts-response].ts-position-right>li>ul {
        top: 100%;
        left: 0;
        right: 0
    }

    .menu-nav[class*=ts-response].ts-position-left>li>div.ts-multi-column>ul ul,
    .menu-nav[class*=ts-response].ts-position-left>li>div.ts-multi-column>ul ul.ts-drop-left,
    .menu-nav[class*=ts-response].ts-position-left>li>ul ul,
    .menu-nav[class*=ts-response].ts-position-left>li>ul ul.ts-drop-left,
    .menu-nav[class*=ts-response].ts-position-right>li>div.ts-multi-column>ul ul,
    .menu-nav[class*=ts-response].ts-position-right>li>div.ts-multi-column>ul ul.ts-drop-left,
    .menu-nav[class*=ts-response].ts-position-right>li>ul ul,
    .menu-nav[class*=ts-response].ts-position-right>li>ul ul.ts-drop-left {
        left: 0;
        right: 0;
        top: 100%
    }

    .menu-nav[class*=ts-response].ts-position-left>li.megamenu-item>div,
    .menu-nav[class*=ts-response].ts-position-left>li.ts-content>div,
    .menu-nav[class*=ts-response].ts-position-right>li.megamenu-item>div,
    .menu-nav[class*=ts-response].ts-position-right>li.ts-content>div {
        top: 100%;
        left: 0;
        right: 0
    }

    .menu-nav[class*=ts-response] li>div {
        top: 100%;
        left: 0 !important;
        right: 0;
        width: auto !important
    }

    .menu-nav[class*=ts-response] li>div.ts-multi-column>ul {
        width: 100% !important
    }

    .menu-nav[class*=ts-response] .ts-row .ts-col {
        display: block;
        margin-right: 0;
        width: 100% !important;
        float: none
    }

    .menu-nav[class*=ts-response] .w-100,
    .menu-nav[class*=ts-response] .w-1000,
    .menu-nav[class*=ts-response] .w-150,
    .menu-nav[class*=ts-response] .w-200,
    .menu-nav[class*=ts-response] .w-250,
    .menu-nav[class*=ts-response] .w-300,
    .menu-nav[class*=ts-response] .w-350,
    .menu-nav[class*=ts-response] .w-400,
    .menu-nav[class*=ts-response] .w-450,
    .menu-nav[class*=ts-response] .w-50,
    .menu-nav[class*=ts-response] .w-500,
    .menu-nav[class*=ts-response] .w-550,
    .menu-nav[class*=ts-response] .w-600,
    .menu-nav[class*=ts-response] .w-650,
    .menu-nav[class*=ts-response] .w-700,
    .menu-nav[class*=ts-response] .w-750,
    .menu-nav[class*=ts-response] .w-800,
    .menu-nav[class*=ts-response] .w-850,
    .menu-nav[class*=ts-response] .w-900,
    .menu-nav[class*=ts-response] .w-950 {
        width: 100%
    }

    .menu-nav.ts-response-simple>li {
        position: static
    }

    .menu-nav.ts-response-simple>li>a i {
        letter-spacing: 0
    }

    .menu-nav.ts-response-simple>li>a .ts-caret {
        display: none
    }

    .menu-nav.ts-response-simple>li.ts-logo {
        display: none
    }

    .menu-nav.ts-response-simple>li.ts-search {
        position: relative
    }

    .menu-nav.ts-response-stack>li {
        display: block;
        float: none
    }

    .menu-nav.ts-response-stack>li+li {
        margin-left: 0;
        margin-top: 10px
    }

    .menu-nav.ts-response-stack>li.megamenu-item {
        position: relative
    }

    .menu-nav.ts-response-stack>li.ts-logo {
        text-align: center
    }

    .menu-nav.ts-response-stack>li.ts-logo img {
        position: relative
    }

    .menu-nav.ts-response-stack>li.ts-logo,
    .menu-nav.ts-response-stack>li.ts-right-item {
        position: relative;
        width: 100%
    }

    .menu-nav.ts-response-stack>li>a .ts-caret {
        float: right
    }

    .menu-nav.ts-response-stack .ts-search {
        float: none
    }

    .menu-nav.ts-response-stack .ts-search input {
        width: 100%
    }

    .menu-nav.ts-response-switch>li {
        display: none;
        float: none;
        position: relative;
        width: 100%
    }

    .menu-nav.ts-response-switch>li+li {
        margin-left: 0;
        margin-top: 10px
    }

    .menu-nav.ts-response-switch>li.ts-logo {
        display: block
    }

    .menu-nav.ts-response-switch>li.ts-logo img {
        position: relative;
        z-index: 1
    }

    .menu-nav.ts-response-switch:before {
        font-family: FontAwesome;
        content: '\f0c9';
        position: relative;
        float: right;
        cursor: pointer;
        line-height: 39px;
        height: 39px;
        padding: 0 14px;
        z-index: 2
    }

    .menu-nav.ts-response-switch:hover:before {
        opacity: 0
    }

    .menu-nav.ts-response-switch:hover>li {
        display: block
    }

    .menu-nav.ts-response-switch>li>a .ts-caret {
        float: right
    }

    .menu-nav.ts-response-switch .ts-search {
        float: none
    }

    .menu-nav.ts-response-switch .ts-search input {
        width: 100%
    }

    .menu-nav.ts-response-margin li>div,
    .menu-nav.ts-response-margin>li>ul {
        margin-left: 39px !important
    }

    .vc_row {
        margin-left: -15px;
        margin-right: -15px
    }

    .btn-group-vertical>.btn-group:after,
    .btn-group-vertical>.btn-group:before,
    .btn-toolbar:after,
    .btn-toolbar:before,
    .container-fluid:after,
    .container-fluid:before,
    .container:after,
    .container:before,
    .dl-horizontal dd:after,
    .dl-horizontal dd:before,
    .form-horizontal .form-group:after,
    .form-horizontal .form-group:before,
    .modal-footer:after,
    .modal-footer:before,
    .nav:after,
    .nav:before,
    .navbar-collapse:after,
    .navbar-collapse:before,
    .navbar-header:after,
    .navbar-header:before,
    .navbar:after,
    .navbar:before,
    .pager:after,
    .pager:before,
    .panel-body:after,
    .panel-body:before,
    .row:after,
    .row:before,
    .vc_row:after,
    .vc_row:before {
        content: " ";
        display: table
    }

    .btn-group-vertical>.btn-group:after,
    .btn-toolbar:after,
    .container-fluid:after,
    .container:after,
    .dl-horizontal dd:after,
    .form-horizontal .form-group:after,
    .modal-footer:after,
    .nav:after,
    .navbar-collapse:after,
    .navbar-header:after,
    .navbar:after,
    .pager:after,
    .panel-body:after,
    .row:after,
    .vc_row:after {
        clear: both
    }

    .vc_col-lg-1,
    .vc_col-lg-10,
    .vc_col-lg-11,
    .vc_col-lg-12,
    .vc_col-lg-2,
    .vc_col-lg-3,
    .vc_col-lg-4,
    .vc_col-lg-5,
    .vc_col-lg-6,
    .vc_col-lg-7,
    .vc_col-lg-8,
    .vc_col-lg-9,
    .vc_col-md-1,
    .vc_col-md-10,
    .vc_col-md-11,
    .vc_col-md-12,
    .vc_col-md-2,
    .vc_col-md-3,
    .vc_col-md-4,
    .vc_col-md-5,
    .vc_col-md-6,
    .vc_col-md-7,
    .vc_col-md-8,
    .vc_col-md-9,
    .vc_col-sm-1,
    .vc_col-sm-10,
    .vc_col-sm-11,
    .vc_col-sm-12,
    .vc_col-sm-2,
    .vc_col-sm-3,
    .vc_col-sm-4,
    .vc_col-sm-5,
    .vc_col-sm-6,
    .vc_col-sm-7,
    .vc_col-sm-8,
    .vc_col-sm-9,
    .vc_col-xs-1,
    .vc_col-xs-10,
    .vc_col-xs-11,
    .vc_col-xs-12,
    .vc_col-xs-2,
    .vc_col-xs-3,
    .vc_col-xs-4,
    .vc_col-xs-5,
    .vc_col-xs-6,
    .vc_col-xs-7,
    .vc_col-xs-8,
    .vc_col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }

    .last_toggle_el_margin,
    .wpb_button,
    .wpb_row,
    ul.wpb_thumbnails-fluid>li {
        margin-bottom: 35px
    }

    .vc_col-xs-1,
    .vc_col-xs-10,
    .vc_col-xs-11,
    .vc_col-xs-12,
    .vc_col-xs-2,
    .vc_col-xs-3,
    .vc_col-xs-4,
    .vc_col-xs-5,
    .vc_col-xs-6,
    .vc_col-xs-7,
    .vc_col-xs-8,
    .vc_col-xs-9 {
        float: left
    }

    .vc_col-xs-12 {
        width: 100%
    }

    .vc_col-xs-11 {
        width: 91.66666667%
    }

    .vc_col-xs-10 {
        width: 83.33333333%
    }

    .vc_col-xs-9 {
        width: 75%
    }

    .vc_col-xs-8 {
        width: 66.66666667%
    }

    .vc_col-xs-7 {
        width: 58.33333333%
    }

    .vc_col-xs-6 {
        width: 50%
    }

    .vc_col-xs-5 {
        width: 41.66666667%
    }

    .vc_col-xs-4 {
        width: 33.33333333%
    }

    .vc_col-xs-3 {
        width: 25%
    }

    .vc_col-xs-2 {
        width: 16.66666667%
    }

    .vc_col-xs-1 {
        width: 8.33333333%
    }

    .vc_col-xs-pull-12 {
        right: 100%
    }

    .vc_col-xs-pull-11 {
        right: 91.66666667%
    }

    .vc_col-xs-pull-10 {
        right: 83.33333333%
    }

    .vc_col-xs-pull-9 {
        right: 75%
    }

    .vc_col-xs-pull-8 {
        right: 66.66666667%
    }

    .vc_col-xs-pull-7 {
        right: 58.33333333%
    }

    .vc_col-xs-pull-6 {
        right: 50%
    }

    .vc_col-xs-pull-5 {
        right: 41.66666667%
    }

    .vc_col-xs-pull-4 {
        right: 33.33333333%
    }

    .vc_col-xs-pull-3 {
        right: 25%
    }

    .vc_col-xs-pull-2 {
        right: 16.66666667%
    }

    .vc_col-xs-pull-1 {
        right: 8.33333333%
    }

    .vc_col-xs-pull-0 {
        right: auto
    }

    .vc_col-xs-push-12 {
        left: 100%
    }

    .vc_col-xs-push-11 {
        left: 91.66666667%
    }

    .vc_col-xs-push-10 {
        left: 83.33333333%
    }

    .vc_col-xs-push-9 {
        left: 75%
    }

    .vc_col-xs-push-8 {
        left: 66.66666667%
    }

    .vc_col-xs-push-7 {
        left: 58.33333333%
    }

    .vc_col-xs-push-6 {
        left: 50%
    }

    .vc_col-xs-push-5 {
        left: 41.66666667%
    }

    .vc_col-xs-push-4 {
        left: 33.33333333%
    }

    .vc_col-xs-push-3 {
        left: 25%
    }

    .vc_col-xs-push-2 {
        left: 16.66666667%
    }

    .vc_col-xs-push-1 {
        left: 8.33333333%
    }

    .vc_col-xs-push-0 {
        left: auto
    }

    .vc_col-xs-offset-12 {
        margin-left: 100%
    }

    .vc_col-xs-offset-11 {
        margin-left: 91.66666667%
    }

    .vc_col-xs-offset-10 {
        margin-left: 83.33333333%
    }

    .vc_col-xs-offset-9 {
        margin-left: 75%
    }

    .vc_col-xs-offset-8 {
        margin-left: 66.66666667%
    }

    .vc_col-xs-offset-7 {
        margin-left: 58.33333333%
    }

    .vc_col-xs-offset-6 {
        margin-left: 50%
    }

    .vc_col-xs-offset-5 {
        margin-left: 41.66666667%
    }

    .vc_col-xs-offset-4 {
        margin-left: 33.33333333%
    }

    .vc_col-xs-offset-3 {
        margin-left: 25%
    }

    .vc_col-xs-offset-2 {
        margin-left: 16.66666667%
    }

    .vc_col-xs-offset-1 {
        margin-left: 8.33333333%
    }

    .vc_col-xs-offset-0 {
        margin-left: 0
    }
}

@media (min-width:768px) {

    .vc_col-sm-1,
    .vc_col-sm-10,
    .vc_col-sm-11,
    .vc_col-sm-12,
    .vc_col-sm-2,
    .vc_col-sm-3,
    .vc_col-sm-4,
    .vc_col-sm-5,
    .vc_col-sm-6,
    .vc_col-sm-7,
    .vc_col-sm-8,
    .vc_col-sm-9 {
        float: left
    }

    .vc_col-sm-12 {
        width: 100%
    }

    .vc_col-sm-11 {
        width: 91.66666667%
    }

    .vc_col-sm-10 {
        width: 83.33333333%
    }

    .vc_col-sm-9 {
        width: 75%
    }

    .vc_col-sm-8 {
        width: 66.66666667%
    }

    .vc_col-sm-7 {
        width: 58.33333333%
    }

    .vc_col-sm-6 {
        width: 50%
    }

    .vc_col-sm-5 {
        width: 41.66666667%
    }

    .vc_col-sm-4 {
        width: 33.33333333%
    }

    .vc_col-sm-3 {
        width: 25%
    }

    .vc_col-sm-2 {
        width: 16.66666667%
    }

    .vc_col-sm-1 {
        width: 8.33333333%
    }

    .vc_col-sm-pull-12 {
        right: 100%
    }

    .vc_col-sm-pull-11 {
        right: 91.66666667%
    }

    .vc_col-sm-pull-10 {
        right: 83.33333333%
    }

    .vc_col-sm-pull-9 {
        right: 75%
    }

    .vc_col-sm-pull-8 {
        right: 66.66666667%
    }

    .vc_col-sm-pull-7 {
        right: 58.33333333%
    }

    .vc_col-sm-pull-6 {
        right: 50%
    }

    .vc_col-sm-pull-5 {
        right: 41.66666667%
    }

    .vc_col-sm-pull-4 {
        right: 33.33333333%
    }

    .vc_col-sm-pull-3 {
        right: 25%
    }

    .vc_col-sm-pull-2 {
        right: 16.66666667%
    }

    .vc_col-sm-pull-1 {
        right: 8.33333333%
    }

    .vc_col-sm-pull-0 {
        right: auto
    }

    .vc_col-sm-push-12 {
        left: 100%
    }

    .vc_col-sm-push-11 {
        left: 91.66666667%
    }

    .vc_col-sm-push-10 {
        left: 83.33333333%
    }

    .vc_col-sm-push-9 {
        left: 75%
    }

    .vc_col-sm-push-8 {
        left: 66.66666667%
    }

    .vc_col-sm-push-7 {
        left: 58.33333333%
    }

    .vc_col-sm-push-6 {
        left: 50%
    }

    .vc_col-sm-push-5 {
        left: 41.66666667%
    }

    .vc_col-sm-push-4 {
        left: 33.33333333%
    }

    .vc_col-sm-push-3 {
        left: 25%
    }

    .vc_col-sm-push-2 {
        left: 16.66666667%
    }

    .vc_col-sm-push-1 {
        left: 8.33333333%
    }

    .vc_col-sm-push-0 {
        left: auto
    }

    .vc_col-sm-offset-12 {
        margin-left: 100%
    }

    .vc_col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .vc_col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .vc_col-sm-offset-9 {
        margin-left: 75%
    }

    .vc_col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .vc_col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .vc_col-sm-offset-6 {
        margin-left: 50%
    }

    .vc_col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .vc_col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .vc_col-sm-offset-3 {
        margin-left: 25%
    }

    .vc_col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .vc_col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .vc_col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .vc_col-md-1,
    .vc_col-md-10,
    .vc_col-md-11,
    .vc_col-md-12,
    .vc_col-md-2,
    .vc_col-md-3,
    .vc_col-md-4,
    .vc_col-md-5,
    .vc_col-md-6,
    .vc_col-md-7,
    .vc_col-md-8,
    .vc_col-md-9 {
        float: left
    }

    .vc_col-md-12 {
        width: 100%
    }

    .vc_col-md-11 {
        width: 91.66666667%
    }

    .vc_col-md-10 {
        width: 83.33333333%
    }

    .vc_col-md-9 {
        width: 75%
    }

    .vc_col-md-8 {
        width: 66.66666667%
    }

    .vc_col-md-7 {
        width: 58.33333333%
    }

    .vc_col-md-6 {
        width: 50%
    }

    .vc_col-md-5 {
        width: 41.66666667%
    }

    .vc_col-md-4 {
        width: 33.33333333%
    }

    .vc_col-md-3 {
        width: 25%
    }

    .vc_col-md-2 {
        width: 16.66666667%
    }

    .vc_col-md-1 {
        width: 8.33333333%
    }

    .vc_col-md-pull-12 {
        right: 100%
    }

    .vc_col-md-pull-11 {
        right: 91.66666667%
    }

    .vc_col-md-pull-10 {
        right: 83.33333333%
    }

    .vc_col-md-pull-9 {
        right: 75%
    }

    .vc_col-md-pull-8 {
        right: 66.66666667%
    }

    .vc_col-md-pull-7 {
        right: 58.33333333%
    }

    .vc_col-md-pull-6 {
        right: 50%
    }

    .vc_col-md-pull-5 {
        right: 41.66666667%
    }

    .vc_col-md-pull-4 {
        right: 33.33333333%
    }

    .vc_col-md-pull-3 {
        right: 25%
    }

    .vc_col-md-pull-2 {
        right: 16.66666667%
    }

    .vc_col-md-pull-1 {
        right: 8.33333333%
    }

    .vc_col-md-pull-0 {
        right: auto
    }

    .vc_col-md-push-12 {
        left: 100%
    }

    .vc_col-md-push-11 {
        left: 91.66666667%
    }

    .vc_col-md-push-10 {
        left: 83.33333333%
    }

    .vc_col-md-push-9 {
        left: 75%
    }

    .vc_col-md-push-8 {
        left: 66.66666667%
    }

    .vc_col-md-push-7 {
        left: 58.33333333%
    }

    .vc_col-md-push-6 {
        left: 50%
    }

    .vc_col-md-push-5 {
        left: 41.66666667%
    }

    .vc_col-md-push-4 {
        left: 33.33333333%
    }

    .vc_col-md-push-3 {
        left: 25%
    }

    .vc_col-md-push-2 {
        left: 16.66666667%
    }

    .vc_col-md-push-1 {
        left: 8.33333333%
    }

    .vc_col-md-push-0 {
        left: auto
    }

    .vc_col-md-offset-12 {
        margin-left: 100%
    }

    .vc_col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .vc_col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .vc_col-md-offset-9 {
        margin-left: 75%
    }

    .vc_col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .vc_col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .vc_col-md-offset-6 {
        margin-left: 50%
    }

    .vc_col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .vc_col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .vc_col-md-offset-3 {
        margin-left: 25%
    }

    .vc_col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .vc_col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .vc_col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .vc_col-lg-1,
    .vc_col-lg-10,
    .vc_col-lg-11,
    .vc_col-lg-12,
    .vc_col-lg-2,
    .vc_col-lg-3,
    .vc_col-lg-4,
    .vc_col-lg-5,
    .vc_col-lg-6,
    .vc_col-lg-7,
    .vc_col-lg-8,
    .vc_col-lg-9 {
        float: left
    }

    .vc_col-lg-12 {
        width: 100%
    }

    .vc_col-lg-11 {
        width: 91.66666667%
    }

    .vc_col-lg-10 {
        width: 83.33333333%
    }

    .vc_col-lg-9 {
        width: 75%
    }

    .vc_col-lg-8 {
        width: 66.66666667%
    }

    .vc_col-lg-7 {
        width: 58.33333333%
    }

    .vc_col-lg-6 {
        width: 50%
    }

    .vc_col-lg-5 {
        width: 41.66666667%
    }

    .vc_col-lg-4 {
        width: 33.33333333%
    }

    .vc_col-lg-3 {
        width: 25%
    }

    .vc_col-lg-2 {
        width: 16.66666667%
    }

    .vc_col-lg-1 {
        width: 8.33333333%
    }

    .vc_col-lg-pull-12 {
        right: 100%
    }

    .vc_col-lg-pull-11 {
        right: 91.66666667%
    }

    .vc_col-lg-pull-10 {
        right: 83.33333333%
    }

    .vc_col-lg-pull-9 {
        right: 75%
    }

    .vc_col-lg-pull-8 {
        right: 66.66666667%
    }

    .vc_col-lg-pull-7 {
        right: 58.33333333%
    }

    .vc_col-lg-pull-6 {
        right: 50%
    }

    .vc_col-lg-pull-5 {
        right: 41.66666667%
    }

    .vc_col-lg-pull-4 {
        right: 33.33333333%
    }

    .vc_col-lg-pull-3 {
        right: 25%
    }

    .vc_col-lg-pull-2 {
        right: 16.66666667%
    }

    .vc_col-lg-pull-1 {
        right: 8.33333333%
    }

    .vc_col-lg-pull-0 {
        right: auto
    }

    .vc_col-lg-push-12 {
        left: 100%
    }

    .vc_col-lg-push-11 {
        left: 91.66666667%
    }

    .vc_col-lg-push-10 {
        left: 83.33333333%
    }

    .vc_col-lg-push-9 {
        left: 75%
    }

    .vc_col-lg-push-8 {
        left: 66.66666667%
    }

    .vc_col-lg-push-7 {
        left: 58.33333333%
    }

    .vc_col-lg-push-6 {
        left: 50%
    }

    .vc_col-lg-push-5 {
        left: 41.66666667%
    }

    .vc_col-lg-push-4 {
        left: 33.33333333%
    }

    .vc_col-lg-push-3 {
        left: 25%
    }

    .vc_col-lg-push-2 {
        left: 16.66666667%
    }

    .vc_col-lg-push-1 {
        left: 8.33333333%
    }

    .vc_col-lg-push-0 {
        left: auto
    }

    .vc_col-lg-offset-12 {
        margin-left: 100%
    }

    .vc_col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .vc_col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .vc_col-lg-offset-9 {
        margin-left: 75%
    }

    .vc_col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .vc_col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .vc_col-lg-offset-6 {
        margin-left: 50%
    }

    .vc_col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .vc_col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .vc_col-lg-offset-3 {
        margin-left: 25%
    }

    .vc_col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .vc_col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .vc_col-lg-offset-0 {
        margin-left: 0
    }
}

.vc_pull-right {
    float: right !important
}

.vc_pull-left {
    float: left !important
}

.vc_clearfix:after,
.vc_clearfix:before {
    content: " ";
    display: table
}

.vc_clearfix:after {
    clear: both
}

.vc_clearfix:after,
.vc_clearfix:before {
    content: " ";
    display: table
}

.vc_clearfix:after {
    clear: both
}

.vc_el-clearfix {
    clear: both
}

@media (max-width:767px) {
    .vc_el-clearfix-xs {
        clear: both
    }
}

@media (min-width:768px) and (max-width:991px) {
    .vc_el-clearfix-sm {
        clear: both
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .vc_el-clearfix-md {
        clear: both
    }
}

@media (min-width:1200px) {
    .vc_el-clearfix-lg {
        clear: both
    }
}

.vc_visible {
    display: block
}

.vc_table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse
}

.vc_table>tbody>tr>td,
.vc_table>tbody>tr>th,
.vc_table>tfoot>tr>td,
.vc_table>tfoot>tr>th,
.vc_table>thead>tr>td,
.vc_table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.vc_table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.vc_table>caption+thead>tr:first-child>td,
.vc_table>caption+thead>tr:first-child>th,
.vc_table>colgroup+thead>tr:first-child>td,
.vc_table>colgroup+thead>tr:first-child>th,
.vc_table>thead:first-child>tr:first-child>td,
.vc_table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.vc_table>tbody+tbody {
    border-top: 2px solid #ddd
}

.vc_table .table {
    background-color: #fff
}

.vc_table-bordered {
    border: 1px solid #ddd
}

.vc_table-bordered>tbody>tr>td,
.vc_table-bordered>tbody>tr>th,
.vc_table-bordered>tfoot>tr>td,
.vc_table-bordered>tfoot>tr>th,
.vc_table-bordered>thead>tr>td,
.vc_table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.vc_table-bordered>thead>tr>td,
.vc_table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.vc_txt_align_left {
    text-align: left
}

.vc_txt_align_right {
    text-align: right
}

.vc_txt_align_center {
    text-align: center
}

.vc_txt_align_justify {
    text-align: justify;
    text-justify: inter-word
}

.vc_el_width_50 {
    width: 50%;
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_el_width_60 {
    width: 60%;
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_el_width_70 {
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_el_width_80 {
    width: 80%;
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_el_width_90 {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_el_width_100 {
    width: 100%
}

#mc4wp-checkbox {
    clear: both;
    display: block;
    position: static;
    width: auto
}

#mc4wp-checkbox input {
    float: none;
    width: auto;
    position: static;
    margin: 0 6px 0 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block !important;
    max-width: 21px;
    -webkit-appearance: checkbox
}

#mc4wp-checkbox label {
    float: none;
    display: block;
    cursor: pointer;
    width: auto;
    position: static
}

#_mc4wp_subscribe_woocommerce_checkout_field input,
#_mc4wp_subscribe_woocommerce_checkout_field label {
    float: none !important;
    width: auto !important;
    display: inline-block !important
}

#registerform #mc4wp-checkbox {
    margin-bottom: 10px
}

.xdsoft_flipcountdown {
    display: inline-block
}

.xdsoft_flipcountdown .xdsoft_digit {
    float: left;
    background-repeat: no-repeat
}

.xdsoft_flipcountdown .xdsoft_clearex {
    clear: both;
    float: none
}

.xdsoft_flipcountdown>.xdsoft_digit {
    background-position: 0 0
}

.xdsoft_flipcountdown>.xdsoft_digit.xdsoft_dot,
.xdsoft_flipcountdown>.xdsoft_digit.xdsoft_separator {
    opacity: .9
}

.xdsoft_flipcountdown.xdsoft_size_lg>.xdsoft_digit {
    width: 53px;
    height: 76px;
    background-image: url(../images/countdown/digit-lg.html)
}

.xdsoft_flipcountdown.xdsoft_size_lg>.xdsoft_digit.xdsoft_dot,
.xdsoft_flipcountdown.xdsoft_size_lg>.xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_lg>.xdsoft_digit.xdsoft_space {
    width: 14px;
    background-position: -19px -5082px
}

.xdsoft_flipcountdown.xdsoft_size_lg>.xdsoft_digit.xdsoft_dot {
    background-position: -41px -5082px
}

.xdsoft_flipcountdown.xdsoft_size_lg>.xdsoft_digit.xdsoft_space {
    background-position: -100px -5082px
}

.xdsoft_flipcountdown.xdsoft_size_md>.xdsoft_digit {
    width: 36px;
    height: 51px;
    background-image: url(../images/countdown/digit-md.html)
}

.xdsoft_flipcountdown.xdsoft_size_md>.xdsoft_digit.xdsoft_dot,
.xdsoft_flipcountdown.xdsoft_size_md>.xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_md>.xdsoft_digit.xdsoft_space {
    width: 10px;
    background-position: -13px -3432px
}

.xdsoft_flipcountdown.xdsoft_size_sm>.xdsoft_digit {
    width: 24px;
    height: 34px;
    background-image: url(../images/countdown/digit-sm.html)
}

.xdsoft_flipcountdown.xdsoft_size_sm>.xdsoft_digit.xdsoft_dot,
.xdsoft_flipcountdown.xdsoft_size_sm>.xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_sm>.xdsoft_digit.xdsoft_space {
    width: 10px;
    background-position: -6px -2310px
}

.xdsoft_flipcountdown.xdsoft_size_xs>.xdsoft_digit {
    width: 16px;
    height: 23px;
    background-image: url(../images/countdown/digit-xs.html)
}

.xdsoft_flipcountdown.xdsoft_size_xs>.xdsoft_digit.xdsoft_dot,
.xdsoft_flipcountdown.xdsoft_size_xs>.xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_xs>.xdsoft_digit.xdsoft_space {
    width: 5px;
    background-position: -5px -1584px
}

.circliful {
    position: relative
}

.circle-info,
.circle-info-half,
.circle-text,
.circle-text-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block
}

.circle-info,
.circle-info-half {
    color: #999
}

.circliful .fa {
    margin: -10px 3px 0;
    position: relative;
    bottom: 4px
}

.cbp,
.cbp *,
.cbp-l-filters-alignCenter,
.cbp-l-filters-alignCenter *,
.cbp-l-filters-alignLeft,
.cbp-l-filters-alignLeft *,
.cbp-l-filters-alignRight,
.cbp-l-filters-alignRight *,
.cbp-l-filters-button,
.cbp-l-filters-button *,
.cbp-l-filters-dropdown,
.cbp-l-filters-dropdown *,
.cbp-l-filters-list,
.cbp-l-filters-list *,
.cbp-popup-singlePage,
.cbp-popup-singlePage *,
.cbp-popup-wrap,
.cbp-popup-wrap *,
.cbp:after,
.cbp:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

.cbp-l-grid-blog-title,
.cbp-l-grid-projects-desc,
.cbp-l-grid-projects-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cbp,
.cbp-item,
.cbp-wrapper {
    filter: inherit
}

.cbp {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    height: 400px;
    visibility: visible !important
}

.cbp-item {
    float: left;
    margin-right: 10px
}

.cbp .cbp-item,
.cbp-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.cbp .cbp-item {
    z-index: 2;
    display: block;
    width: 300px;
    height: 200px
}

.cbp-item-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.cbp img,
.cbp-l-inline img,
.cbp-l-project-related-wrap img,
.cbp-slider img {
    display: inline-block;
    width: 100%;
    height: auto
}

.cbp a,
.cbp a:active,
.cbp a:hover {
    text-decoration: none;
    outline: 0
}

.cbp-loading,
.cbp-loading *,
.cbp-no-transition .cbp-item {
    -webkit-transition: none !important;
    transition: none !important
}

.cbp-appendItems-loading {
    -webkit-transition: height .4s ease !important;
    transition: height .4s ease !important
}

.cbp-appendItems-loading .cbp-wrapper {
    -webkit-transition: none !important;
    transition: none !important
}

.cbp-loading {
    background: url(../images/cbp-loading.html) center center no-repeat
}

.cbp .cbp-item-hidden {
    pointer-events: none;
    z-index: 1
}

.cbp-wrapper {
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1
}

.cbp-ready .cbp-wrapper {
    visibility: visible
}

.cbp-wrapper-front {
    z-index: 3
}

.cbp-wrapper-back {
    z-index: -1
}

.cbp-caption,
.cbp-caption-activeWrap,
.cbp-caption-defaultWrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: block
}

.cbp-caption-activeWrap,
.cbp-caption-defaultWrap {
    position: absolute;
    z-index: 1
}

.cbp-caption-activeWrap {
    z-index: 2
}

.cbp-l-caption-title {
    color: #fff;
    font: 400 16px/20px "Open Sans", sans-serif
}

.cbp-l-caption-desc {
    color: #aaa;
    font: 400 12px/18px "Open Sans", sans-serif;
    margin-top: 2px
}

.cbp-l-caption-text {
    font: 400 14px/21px "Open Sans", sans-serif;
    color: #fff;
    letter-spacing: 3px
}

.cbp-l-caption-buttonLeft,
.cbp-l-caption-buttonRight {
    background-color: #3288c4;
    color: #fff;
    display: inline-block;
    font: 400 12px/28px "Open Sans", sans-serif;
    width: 90px;
    text-align: center;
    margin: 4px
}

.cbp-l-caption-buttonLeft:hover,
.cbp-l-caption-buttonRight:hover {
    background-color: #2578b3;
    color: #fff
}

.cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-minimal .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-overlayBottom .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-overlayRightAlong .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-pushDown .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-pushTop .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-revealBottom .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-revealLeft .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-revealTop .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body {
    margin: 30px 30px 0
}

.cbp-caption-overlayBottom .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-overlayBottomAlong .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-overlayBottomPush .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-overlayBottomReveal .cbp-l-caption-alignLeft .cbp-l-caption-body {
    margin: 14px 30px 0
}

.cbp-caption-minimal .cbp-l-caption-desc,
.cbp-caption-minimal .cbp-l-caption-title {
    position: relative;
    left: 0;
    opacity: 0;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease
}

.cbp-caption-minimal .cbp-l-caption-title {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%)
}

.cbp-caption-minimal .cbp-l-caption-desc {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%)
}

.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-desc,
.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.cbp-l-caption-alignCenter {
    display: table;
    width: 100%;
    height: 100%
}

.cbp-l-caption-alignCenter .cbp-l-caption-body {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    position: relative;
    -webkit-transition: left .4s cubic-bezier(.19, 1, .22, 1);
    transition: left .4s cubic-bezier(.19, 1, .22, 1)
}

.cbp-caption-minimal .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft {
    left: -20px
}

.cbp-caption-minimal .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,
.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,
.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,
.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    left: 20px
}

.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,
.cbp-ie8 .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-ie8 .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,
.cbp-ie9 .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-ie9 .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    left: 0
}

.cbp-caption-none .cbp-caption-activeWrap {
    display: none
}

.cbp-caption-pushTop .cbp-caption-activeWrap,
.cbp-caption-pushTop .cbp-caption-defaultWrap {
    bottom: 0;
    -webkit-transition: bottom .6s cubic-bezier(.19, 1, .22, 1);
    transition: bottom .6s cubic-bezier(.19, 1, .22, 1)
}

.cbp-caption-pushTop .cbp-caption-activeWrap {
    bottom: -100%;
    background: #282727
}

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 100%
}

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-pushTop.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-pushTop.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 0
}

.cbp-caption-pushTop.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-pushTop.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: -100%
}

.cbp-caption-pushDown .cbp-caption-activeWrap,
.cbp-caption-pushDown .cbp-caption-defaultWrap {
    bottom: 0;
    -webkit-transition: bottom .6s cubic-bezier(.19, 1, .22, 1);
    transition: bottom .6s cubic-bezier(.19, 1, .22, 1)
}

.cbp-caption-pushDown .cbp-caption-activeWrap {
    bottom: 100%;
    background: #282727
}

.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: -100%
}

.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-pushDown.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-pushDown.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 0
}

.cbp-caption-pushDown.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-pushDown.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: 100%
}

.cbp-caption-revealBottom .cbp-caption-defaultWrap {
    bottom: 0;
    z-index: 2;
    -webkit-transition: bottom .6s cubic-bezier(.19, 1, .22, 1);
    transition: bottom .6s cubic-bezier(.19, 1, .22, 1)
}

.cbp-caption-revealBottom .cbp-caption-activeWrap {
    bottom: 0;
    z-index: 1;
    background: #282727
}

.cbp-caption-revealBottom .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 100%
}

.cbp-caption-revealBottom.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-revealBottom.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 0
}

.cbp-caption-revealTop .cbp-caption-defaultWrap {
    bottom: 0;
    z-index: 2;
    -webkit-transition: bottom .6s cubic-bezier(.19, 1, .22, 1);
    transition: bottom .6s cubic-bezier(.19, 1, .22, 1)
}

.cbp-caption-revealTop .cbp-caption-activeWrap {
    bottom: 0;
    z-index: 1;
    background: #282727
}

.cbp-caption-revealTop .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: -100%
}

.cbp-caption-revealTop.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-revealTop.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 0
}

.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap {
    bottom: 0;
    z-index: 2;
    -webkit-transition: bottom .6s cubic-bezier(.19, 1, .22, 1);
    transition: bottom .6s cubic-bezier(.19, 1, .22, 1)
}

.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
    bottom: 0;
    z-index: 1;
    height: 70px;
    background: #282727
}

.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 70px
}

.cbp-caption-overlayBottomReveal.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-overlayBottomReveal.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 0
}

.cbp-caption-overlayBottomPush .cbp-caption-activeWrap,
.cbp-caption-overlayBottomPush .cbp-caption-defaultWrap {
    bottom: 0;
    -webkit-transition: bottom .6s cubic-bezier(.19, 1, .22, 1);
    transition: bottom .6s cubic-bezier(.19, 1, .22, 1)
}

.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
    bottom: -70px;
    height: 70px;
    background: #282727
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 70px
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-overlayBottomPush.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-overlayBottomPush.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 0
}

.cbp-caption-overlayBottomPush.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-overlayBottomPush.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: -70px
}

.cbp-caption-overlayBottom .cbp-caption-activeWrap {
    bottom: -70px;
    height: 70px;
    background-color: #181616;
    background-color: rgba(24, 22, 22, .7);
    -webkit-transition: bottom .6s cubic-bezier(.19, 1, .22, 1);
    transition: bottom .6s cubic-bezier(.19, 1, .22, 1)
}

.cbp-caption-overlayBottom .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: 0
}

.cbp-caption-overlayBottom.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: -70px
}

.cbp-caption-moveRight .cbp-caption-activeWrap {
    left: -100%;
    top: 0;
    background: #282727;
    -webkit-transition: left .6s cubic-bezier(.19, 1, .22, 1);
    transition: left .6s cubic-bezier(.19, 1, .22, 1)
}

.cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap {
    left: 0
}

.cbp-caption-moveRight.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-moveRight.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    left: -100%
}

.cbp-caption-revealLeft .cbp-caption-activeWrap {
    left: 100%;
    top: 0;
    background: #282727;
    -webkit-transition: left .6s cubic-bezier(.19, 1, .22, 1);
    transition: left .6s cubic-bezier(.19, 1, .22, 1)
}

.cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap {
    left: 0
}

.cbp-caption-revealLeft.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-revealLeft.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    left: 100%
}

.cbp-caption-minimal .cbp-caption-activeWrap {
    background-color: rgba(0, 0, 0, .8);
    opacity: 0
}

.cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: 1
}

.cbp-caption-minimal.cbp-ie8 .cbp-caption-activeWrap {
    background-color: #000
}

.cbp-caption-fadeIn .cbp-caption-activeWrap {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .85);
    -webkit-transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .6s cubic-bezier(.19, 1, .22, 1)
}

.cbp-caption-fadeIn.cbp-ie8 .cbp-caption-activeWrap {
    background-color: #000
}

.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: 1
}

.cbp-caption-fadeIn.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: 0
}

.cbp-caption-overlayRightAlong .cbp-caption-activeWrap,
.cbp-caption-overlayRightAlong .cbp-caption-defaultWrap {
    left: 0;
    -webkit-transition: left .6s cubic-bezier(.19, 1, .22, 1);
    transition: left .6s cubic-bezier(.19, 1, .22, 1)
}

.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
    left: -50%;
    width: 50%;
    background: #282727
}

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-defaultWrap {
    left: 25%
}

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-overlayRightAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-overlayRightAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    left: 0
}

.cbp-caption-overlayRightAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-overlayRightAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    left: -50%
}

.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap,
.cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap {
    bottom: 0;
    -webkit-transition: bottom .6s cubic-bezier(.19, 1, .22, 1);
    transition: bottom .6s cubic-bezier(.19, 1, .22, 1)
}

.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
    bottom: -70px;
    height: 70px;
    background: #282727
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 35px
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-overlayBottomAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-overlayBottomAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 0
}

.cbp-caption-overlayBottomAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-overlayBottomAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: -70px
}

.cbp-caption-zoom .cbp-caption-defaultWrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1)
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25)
}

.cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    -webkit-transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .8s cubic-bezier(.19, 1, .22, 1)
}

.cbp-caption-zoom.cbp-ie8 .cbp-caption-activeWrap {
    background-color: #000
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: 1
}

.cbp-caption-zoom.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: 0
}

.cbp-animation-fadeOut {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out
}

.cbp-animation-fadeOut .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
    transition: transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s
}

.cbp-animation-fadeOut .cbp-item-hidden {
    -webkit-transition: -webkit-transform .6s ease-in-out 0s, opacity .4s ease-in-out 0;
    transition: transform .6s ease-in-out 0s, opacity .4s ease-in-out 0
}

.cbp-animation-quicksand {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out
}

.cbp-animation-quicksand .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
    transition: transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s
}

.cbp-animation-quicksand .cbp-item-hidden {
    -webkit-transition: -webkit-transform .6s ease-in-out 0s, opacity .4s ease-in-out 0;
    transition: transform .6s ease-in-out 0s, opacity .4s ease-in-out 0
}

.cbp-animation-skew {
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out
}

.cbp-animation-skew .cbp-item {
    -webkit-transition: -webkit-transform .3s ease-in, opacity .3s ease-in;
    transition: transform .3s ease-in, opacity .3s ease-in
}

.cbp-animation-skew .cbp-item-hidden {
    -webkit-transition: -webkit-transform .3s ease-in 0s, opacity .3s ease-in 0;
    transition: transform .3s ease-in 0s, opacity .3s ease-in 0
}

.cbp-animation-boxShadow {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out
}

.cbp-animation-boxShadow .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out, opacity .6s ease-in-out;
    transition: transform .6s ease-in-out, opacity .6s ease-in-out
}

.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: box-shadow .6s ease-in-out;
    transition: box-shadow .6s ease-in-out
}

.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask.cbp-animation-boxShadowShow {
    z-index: 10
}

.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask.cbp-animation-boxShadowActive {
    box-shadow: 0 0 100px 100px #fff inset
}

.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask.cbp-animation-boxShadowInactive {
    box-shadow: 0 0 #fff inset
}

.cbp-animation-bounceLeft {
    -webkit-transition: height .8s ease-in-out;
    transition: height .8s ease-in-out
}

.cbp-animation-bounceLeft .cbp-wrapper {
    -webkit-transition: opacity .8s ease-in-out, left .8s ease-in-out;
    transition: opacity .8s ease-in-out, left .8s ease-in-out
}

.cbp-animation-bounceLeft .cbp-item {
    overflow: visible;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out
}

.cbp-animation-bounceLeft .cbp-item-hidden {
    display: none
}

.cbp-animation-bounceLeft .cbp-item-wrapper {
    overflow: hidden
}

.cbp-animation-bounceTop {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out
}

.cbp-animation-bounceTop .cbp-wrapper {
    -webkit-transition: opacity .6s ease-in-out, top .6s ease-in-out;
    transition: opacity .6s ease-in-out, top .6s ease-in-out
}

.cbp-animation-bounceTop .cbp-item {
    overflow: visible;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out
}

.cbp-animation-bounceTop .cbp-item-hidden {
    display: none
}

.cbp-animation-bounceTop .cbp-item-wrapper {
    overflow: hidden
}

.cbp-animation-bounceBottom {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out
}

.cbp-animation-bounceBottom .cbp-wrapper {
    -webkit-transition: opacity .6s ease-in-out, top .6s ease-in-out;
    transition: opacity .6s ease-in-out, top .6s ease-in-out
}

.cbp-animation-bounceBottom .cbp-item {
    overflow: visible;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out
}

.cbp-animation-bounceBottom .cbp-item-hidden {
    display: none
}

.cbp-animation-bounceBottom .cbp-item-wrapper {
    overflow: hidden
}

.cbp-animation-moveLeft {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out
}

.cbp-animation-moveLeft .cbp-wrapper {
    z-index: 2;
    -webkit-transition: opacity .6s ease-in-out, left .6s ease-in-out;
    transition: opacity .6s ease-in-out, left .6s ease-in-out
}

.cbp-animation-moveLeft .cbp-wrapper.no-trans {
    z-index: 1;
    -webkit-transition: none !important;
    transition: none !important
}

.cbp-animation-moveLeft .cbp-item {
    overflow: visible;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out
}

.cbp-animation-moveLeft .cbp-item-wrapper {
    overflow: hidden
}

.cbp-animation-slideLeft {
    overflow: visible
}

.cbp-animation-slideLeft .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out
}

.cbp-animation-slideLeft-out {
    -webkit-animation: cbp-animation-slideLeft-out .9s both ease;
    -moz-animation: cbp-animation-slideLeft-out .9s both ease;
    animation: cbp-animation-slideLeft-out .9s both ease
}

.cbp-animation-slideLeft-in {
    -webkit-animation: cbp-animation-slideLeft-in .9s both ease;
    -moz-animation: cbp-animation-slideLeft-in .9s both ease;
    animation: cbp-animation-slideLeft-in .9s both ease
}

@-webkit-keyframes cbp-animation-slideLeft-out {
    25% {
        opacity: .75;
        -webkit-transform: scale(.8)
    }

    100%,
    75% {
        opacity: .75;
        -webkit-transform: scale(.8) translateX(-200%)
    }
}

@-moz-keyframes cbp-animation-slideLeft-out {
    25% {
        opacity: .75;
        -moz-transform: scale(.8)
    }

    100%,
    75% {
        opacity: .75;
        -moz-transform: scale(.8) translateX(-200%)
    }
}

@keyframes cbp-animation-slideLeft-out {
    25% {
        opacity: .75;
        transform: scale(.8)
    }

    100%,
    75% {
        opacity: .75;
        transform: scale(.8) translateX(-200%)
    }
}

@-webkit-keyframes cbp-animation-slideLeft-in {

    0%,
    25% {
        opacity: .75;
        -webkit-transform: scale(.8) translateX(200%)
    }

    75% {
        opacity: .75;
        -webkit-transform: scale(.8)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateX(0)
    }
}

@-moz-keyframes cbp-animation-slideLeft-in {

    0%,
    25% {
        opacity: .75;
        -moz-transform: scale(.8) translateX(200%)
    }

    75% {
        opacity: .75;
        -moz-transform: scale(.8)
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1) translateX(0)
    }
}

@keyframes cbp-animation-slideLeft-in {

    0%,
    25% {
        opacity: .75;
        transform: scale(.8) translateX(200%)
    }

    75% {
        opacity: .75;
        transform: scale(.8)
    }

    100% {
        opacity: 1;
        transform: scale(1) translateX(0)
    }
}

.cbp-animation-slideDelay {
    overflow: visible
}

.cbp-animation-slideDelay .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out
}

.cbp-animation-slideDelay-out {
    -webkit-animation: cbp-animation-slideDelay-out .5s both ease-in-out;
    -moz-animation: cbp-animation-slideDelay-out .5s both ease-in-out;
    animation: cbp-animation-slideDelay-out .5s both ease-in-out
}

.cbp-animation-slideDelay-in {
    -webkit-animation: cbp-animation-slideDelay-in .5s both ease-in-out;
    -moz-animation: cbp-animation-slideDelay-in .5s both ease-in-out;
    animation: cbp-animation-slideDelay-in .5s both ease-in-out
}

.cbp-animation-slideDelay-fadeOut {
    -webkit-animation: cbp-animation-slideDelay-fadeOut .4s both ease;
    -moz-animation: cbp-animation-slideDelay-fadeOut .4s both ease;
    animation: cbp-animation-slideDelay-fadeOut .4s both ease
}

@-webkit-keyframes cbp-animation-slideDelay-out {
    100% {
        -webkit-transform: translateX(-100%)
    }
}

@-moz-keyframes cbp-animation-slideDelay-out {
    100% {
        -moz-transform: translateX(-100%)
    }
}

@keyframes cbp-animation-slideDelay-out {
    100% {
        transform: translateX(-100%)
    }
}

@-webkit-keyframes cbp-animation-slideDelay-in {
    0% {
        -webkit-transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes cbp-animation-slideDelay-in {
    0% {
        -moz-transform: translateX(100%)
    }

    100% {
        -moz-transform: translateX(0)
    }
}

@keyframes cbp-animation-slideDelay-in {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes cbp-animation-slideDelay-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes cbp-animation-slideDelay-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes cbp-animation-slideDelay-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.cbp-animation-3dflip {
    overflow: visible
}

.cbp-animation-3dflip .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-3dflip-out {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: rotateOutLeft .6s forwards;
    animation: rotateOutLeft .6s forwards
}

.cbp-animation-3dflip-in {
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateInRight .6s ease-in forwards;
    animation: rotateInRight .6s ease-in forwards
}

.cbp-animation-3dflip-fadeOut {
    -webkit-animation: cbp-animation-3dflip-fadeOut .4s both ease;
    -moz-animation: cbp-animation-3dflip-fadeOut .4s both ease;
    animation: cbp-animation-3dflip-fadeOut .4s both ease
}

@-webkit-keyframes rotateOutLeft {
    100% {
        opacity: 0;
        -webkit-transform: rotateY(90deg)
    }
}

@-moz-keyframes rotateOutLeft {
    100% {
        opacity: 0;
        -moz-transform: rotateY(90deg)
    }
}

@keyframes rotateOutLeft {
    100% {
        opacity: 0;
        transform: rotateY(90deg)
    }
}

@-webkit-keyframes rotateInRight {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg)
    }

    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateY(0)
    }
}

@-moz-keyframes rotateInRight {
    0% {
        opacity: 0;
        -moz-transform: rotateY(-90deg)
    }

    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: rotateY(0)
    }
}

@keyframes rotateInRight {
    0% {
        opacity: 0;
        transform: rotateY(-90deg)
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: rotateY(0)
    }
}

@-webkit-keyframes cbp-animation-3dflip-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes cbp-animation-3dflip-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes cbp-animation-3dflip-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.cbp-animation-rotateSides {
    overflow: visible
}

.cbp-animation-rotateSides .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-rotateSides-out {
    -webkit-transform-origin: -50% 50%;
    -webkit-animation: rotateSides-out .5s both ease-in;
    -moz-transform-origin: -50% 50%;
    -moz-animation: rotateSides-out .5s both ease-in;
    transform-origin: -50% 50%;
    animation: rotateSides-out .5s both ease-in
}

.cbp-animation-rotateSides-in {
    -webkit-transform-origin: 150% 50%;
    -webkit-animation: rotateSides-in .6s both ease-out;
    -moz-transform-origin: 150% 50%;
    -moz-animation: rotateSides-in .6s both ease-out;
    transform-origin: 150% 50%;
    animation: rotateSides-in .6s both ease-out
}

.cbp-animation-rotateSides-fadeOut {
    -webkit-animation: cbp-animation-rotateSides-fadeOut .5s both ease;
    -moz-animation: cbp-animation-rotateSides-fadeOut .5s both ease;
    animation: cbp-animation-rotateSides-fadeOut .5s both ease
}

@-webkit-keyframes rotateSides-out {
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-500px) rotateY(90deg)
    }
}

@-moz-keyframes rotateSides-out {
    100% {
        opacity: 0;
        -moz-transform: translateZ(-500px) rotateY(90deg)
    }
}

@keyframes rotateSides-out {
    100% {
        opacity: 0;
        transform: translateZ(-500px) rotateY(90deg)
    }
}

@-webkit-keyframes rotateSides-in {

    0%,
    40% {
        opacity: 0;
        -webkit-transform: translateZ(-500px) rotateY(-90deg)
    }
}

@-moz-keyframes rotateSides-in {

    0%,
    40% {
        opacity: 0;
        -moz-transform: translateZ(-500px) rotateY(-90deg)
    }
}

@keyframes rotateSides-in {

    0%,
    40% {
        opacity: 0;
        transform: translateZ(-500px) rotateY(-90deg)
    }
}

@-webkit-keyframes cbp-animation-rotateSides-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes cbp-animation-rotateSides-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes cbp-animation-rotateSides-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.cbp-animation-flipOutDelay {
    overflow: visible
}

.cbp-animation-flipOutDelay .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-flipOutDelay-out {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipOutDelay-out .5s both ease-in;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipOutDelay-out .5s both ease-in;
    transform-origin: 50% 50%;
    animation: flipOutDelay-out .5s both ease-in
}

.cbp-animation-flipOutDelay-in {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipOutDelay-in 1s both ease-out;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipOutDelay-in 1s both ease-out;
    transform-origin: 50% 50%;
    animation: flipOutDelay-in 1s both ease-out
}

@-webkit-keyframes flipOutDelay-out {
    100% {
        -webkit-transform: translateZ(-1000px) rotateY(-90deg);
        opacity: .2
    }
}

@-moz-keyframes flipOutDelay-out {
    100% {
        -moz-transform: translateZ(-1000px) rotateY(-90deg);
        opacity: .2
    }
}

@keyframes flipOutDelay-out {
    100% {
        transform: translateZ(-1000px) rotateY(-90deg);
        opacity: .2
    }
}

@-webkit-keyframes flipOutDelay-in {

    0%,
    50% {
        -webkit-transform: translateZ(-1000px) rotateY(90deg);
        opacity: .2
    }
}

@-moz-keyframes flipOutDelay-in {

    0%,
    50% {
        -moz-transform: translateZ(-1000px) rotateY(90deg);
        opacity: .2
    }
}

@keyframes flipOutDelay-in {

    0%,
    50% {
        transform: translateZ(-1000px) rotateY(90deg);
        opacity: .2
    }
}

.cbp-animation-unfold {
    overflow: visible
}

.cbp-animation-unfold .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-unfold-out {
    -webkit-animation: unfold-out .8s ease both;
    -moz-animation: unfold-out .8s ease both;
    animation: unfold-out .8s ease both
}

.cbp-animation-unfold-in {
    -webkit-transform-origin: 0 50%;
    -webkit-animation: unfold-in .8s both ease;
    -moz-transform-origin: 0 50%;
    -moz-animation: unfold-in .8s both ease;
    transform-origin: 0 50%;
    animation: unfold-in .8s both ease
}

.cbp-animation-unfold-fadeOut {
    -webkit-animation: cbp-animation-unfold-fadeOut .5s both ease;
    -moz-animation: cbp-animation-unfold-fadeOut .5s both ease;
    animation: cbp-animation-unfold-fadeOut .5s both ease
}

@-webkit-keyframes unfold-out {
    99% {
        opacity: .3
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }
}

@-moz-keyframes unfold-out {
    99% {
        opacity: .3
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-100%)
    }
}

@keyframes unfold-out {
    99% {
        opacity: .3
    }

    100% {
        opacity: 0;
        transform: translateX(-100%)
    }
}

@-webkit-keyframes unfold-in {
    from {
        opacity: 0;
        -webkit-transform: translateX(100%) rotateY(90deg)
    }
}

@-moz-keyframes unfold-in {
    from {
        opacity: 0;
        -moz-transform: translateX(100%) rotateY(90deg)
    }
}

@keyframes unfold-in {
    from {
        opacity: 0;
        transform: translateX(100%) rotateY(90deg)
    }
}

@-webkit-keyframes cbp-animation-unfold-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes cbp-animation-unfold-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes cbp-animation-unfold-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.cbp-animation-foldLeft {
    overflow: visible
}

.cbp-animation-foldLeft .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-foldLeft-out {
    -webkit-transform-origin: 100% 50%;
    -webkit-animation: foldLeft-out .7s both ease;
    -moz-transform-origin: 100% 50%;
    -moz-animation: foldLeft-out .7s both ease;
    transform-origin: 100% 50%;
    animation: foldLeft-out .7s both ease
}

.cbp-animation-foldLeft-in {
    -webkit-animation: foldLeft-in .7s ease both;
    -moz-animation: foldLeft-in .7s ease both;
    animation: foldLeft-in .7s ease both
}

.cbp-animation-foldLeft-fadeOut {
    -webkit-animation: cbp-animation-foldLeft-fadeOut .5s both ease;
    -moz-animation: cbp-animation-foldLeft-fadeOut .5s both ease;
    animation: cbp-animation-foldLeft-fadeOut .5s both ease
}

@-webkit-keyframes foldLeft-out {
    to {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotateY(-90deg)
    }
}

@-moz-keyframes foldLeft-out {
    to {
        opacity: 0;
        -moz-transform: translateX(-100%) rotateY(-90deg)
    }
}

@keyframes foldLeft-out {
    to {
        opacity: 0;
        transform: translateX(-100%) rotateY(-90deg)
    }
}

@-webkit-keyframes foldLeft-in {
    from {
        opacity: .3;
        -webkit-transform: translateX(100%)
    }
}

@-moz-keyframes foldLeft-in {
    from {
        opacity: .3;
        -moz-transform: translateX(100%)
    }
}

@keyframes foldLeft-in {
    from {
        opacity: .3;
        transform: translateX(100%)
    }
}

@-webkit-keyframes cbp-animation-foldLeft-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes cbp-animation-foldLeft-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes cbp-animation-foldLeft-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.cbp-animation-scaleDown {
    overflow: visible
}

.cbp-animation-scaleDown .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-scaleDown-out {
    -webkit-animation: scaleDown-out .7s ease both;
    -moz-animation: scaleDown-out .7s ease both;
    animation: scaleDown-out .7s ease both
}

.cbp-animation-scaleDown-in {
    -webkit-animation: scaleDown-in .6s ease both;
    -moz-animation: scaleDown-in .6s ease both;
    animation: scaleDown-in .6s ease both
}

.cbp-animation-scaleDown-fadeOut {
    -webkit-animation: cbp-animation-scaleDown-fadeOut .5s both ease;
    -moz-animation: cbp-animation-scaleDown-fadeOut .5s both ease;
    animation: cbp-animation-scaleDown-fadeOut .5s both ease
}

@-webkit-keyframes scaleDown-out {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleDown-out {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleDown-out {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes scaleDown-in {
    from {
        -webkit-transform: translateX(100%)
    }
}

@-moz-keyframes scaleDown-in {
    from {
        -moz-transform: translateX(100%)
    }
}

@keyframes scaleDown-in {
    from {
        transform: translateX(100%)
    }
}

@-webkit-keyframes cbp-animation-scaleDown-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes cbp-animation-scaleDown-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes cbp-animation-scaleDown-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.cbp-animation-frontRow {
    overflow: visible
}

.cbp-animation-frontRow .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-frontRow-out {
    -webkit-animation: frontRow-out .7s ease both;
    -moz-animation: frontRow-out .7s ease both;
    animation: frontRow-out .7s ease both
}

.cbp-animation-frontRow-in {
    -webkit-animation: frontRow-in .6s ease both;
    -moz-animation: frontRow-in .6s ease both;
    animation: frontRow-in .6s ease both
}

.cbp-animation-frontRow-fadeOut {
    -webkit-animation: cbp-animation-frontRow-fadeOut .5s both ease;
    -moz-animation: cbp-animation-frontRow-fadeOut .5s both ease;
    animation: cbp-animation-frontRow-fadeOut .5s both ease
}

@-webkit-keyframes frontRow-out {
    100% {
        -webkit-transform: translateX(-60%) scale(.8);
        opacity: 0
    }
}

@-moz-keyframes frontRow-out {
    100% {
        -moz-transform: translateX(-60%) scale(.8);
        opacity: 0
    }
}

@keyframes frontRow-out {
    100% {
        transform: translateX(-60%) scale(.8);
        opacity: 0
    }
}

@-webkit-keyframes frontRow-in {
    0% {
        -webkit-transform: translateX(100%) scale(.8)
    }

    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0) scale(1)
    }
}

@-moz-keyframes frontRow-in {
    0% {
        -moz-transform: translateX(100%) scale(.8)
    }

    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateX(0) scale(1)
    }
}

@keyframes frontRow-in {
    0% {
        transform: translateX(100%) scale(.8)
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: translateX(0) scale(1)
    }
}

@-webkit-keyframes cbp-animation-frontRow-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes cbp-animation-frontRow-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes cbp-animation-frontRow-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.cbp-animation-rotateRoom {
    overflow: visible
}

.cbp-animation-rotateRoom .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-rotateRoom-out {
    -webkit-transform-origin: 100% 50%;
    -webkit-animation: rotateRoom-out .8s both ease;
    -moz-transform-origin: 100% 50%;
    -moz-animation: rotateRoom-out .8s both ease;
    transform-origin: 100% 50%;
    animation: rotateRoom-out .8s both ease
}

.cbp-animation-rotateRoom-in {
    -webkit-transform-origin: 0 50%;
    -webkit-animation: rotateRoom-in .8s both ease;
    -moz-transform-origin: 0 50%;
    -moz-animation: rotateRoom-in .8s both ease;
    transform-origin: 0 50%;
    animation: rotateRoom-in .8s both ease
}

.cbp-animation-rotateRoom-fadeOut {
    -webkit-animation: cbp-animation-rotateRoom-fadeOut .5s both ease;
    -moz-animation: cbp-animation-rotateRoom-fadeOut .5s both ease;
    animation: cbp-animation-rotateRoom-fadeOut .5s both ease
}

@-webkit-keyframes rotateRoom-out {
    99% {
        opacity: .3
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotateY(90deg)
    }
}

@-moz-keyframes rotateRoom-out {
    99% {
        opacity: .3
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-100%) rotateY(90deg)
    }
}

@keyframes rotateRoom-out {
    99% {
        opacity: .3
    }

    100% {
        opacity: 0;
        transform: translateX(-100%) rotateY(90deg)
    }
}

@-webkit-keyframes rotateRoom-in {
    from {
        opacity: .3;
        -webkit-transform: translateX(100%) rotateY(-90deg)
    }
}

@-moz-keyframes rotateRoom-in {
    from {
        opacity: .3;
        -moz-transform: translateX(100%) rotateY(-90deg)
    }
}

@keyframes rotateRoom-in {
    from {
        opacity: .3;
        transform: translateX(100%) rotateY(-90deg)
    }
}

@-webkit-keyframes cbp-animation-rotateRoom-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes cbp-animation-rotateRoom-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes cbp-animation-rotateRoom-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.cbp-animation-scaleSides {
    overflow: visible
}

.cbp-animation-scaleSides .cbp-item {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-scaleSides-out {
    -webkit-animation: scaleSides-out .5s ease both;
    -moz-animation: scaleSides-out .5s ease both;
    animation: scaleSides-out .5s ease both
}

.cbp-animation-scaleSides-in {
    -webkit-animation: scaleUpCenter .5s ease .5s both;
    -moz-animation: scaleUpCenter .5s ease .5s both;
    animation: scaleUpCenter .5s ease .5s both
}

@-webkit-keyframes scaleSides-out {
    to {
        opacity: 0;
        -webkit-transform: scale(.6)
    }
}

@-moz-keyframes scaleSides-out {
    to {
        opacity: 0;
        -moz-transform: scale(.6)
    }
}

@keyframes scaleSides-out {
    to {
        opacity: 0;
        transform: scale(.6)
    }
}

@-webkit-keyframes scaleUpCenter {
    from {
        opacity: 0;
        -webkit-transform: scale(.6)
    }
}

@-moz-keyframes scaleUpCenter {
    from {
        opacity: 0;
        -moz-transform: scale(.6)
    }
}

@keyframes scaleUpCenter {
    from {
        opacity: 0;
        transform: scale(.6)
    }
}

.cbp-animation-flipOut {
    -webkit-transition: height .7s ease-in-out;
    transition: height .7s ease-in-out
}

.cbp-animation-flipOut .cbp-item {
    -webkit-transition: -webkit-transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-flipOut-out {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipOut-out .35s ease-in both;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipOut-out .35s ease-in both;
    transform-origin: 50% 50%;
    animation: flipOut-out .35s ease-in both
}

.cbp-animation-flipOut-in {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipOut-in .35s ease-out .35s both;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipOut-in .35s ease-out .35s both;
    transform-origin: 50% 50%;
    animation: flipOut-in .35s ease-out .35s both
}

@-webkit-keyframes flipOut-out {
    100% {
        -webkit-transform: translateZ(-1000px) rotateY(-90deg);
        opacity: .2
    }
}

@-moz-keyframes flipOut-out {
    100% {
        -moz-transform: translateZ(-1000px) rotateY(-90deg);
        opacity: .2
    }
}

@keyframes flipOut-out {
    100% {
        transform: translateZ(-1000px) rotateY(-90deg);
        opacity: .2
    }
}

@-webkit-keyframes flipOut-in {
    0% {
        -webkit-transform: translateZ(-1000px) rotateY(90deg);
        opacity: .2
    }
}

@-moz-keyframes flipOut-in {
    0% {
        -moz-transform: translateZ(-1000px) rotateY(90deg);
        opacity: .2
    }
}

@keyframes flipOut-in {
    0% {
        transform: translateZ(-1000px) rotateY(90deg);
        opacity: .2
    }
}

.cbp-animation-flipBottom {
    -webkit-transition: height .7s ease-in-out;
    transition: height .7s ease-in-out
}

.cbp-animation-flipBottom .cbp-item {
    -webkit-transition: -webkit-transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-flipBottom-out {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipBottom-out .35s both 0 ease-in;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipBottom-out .35s both 0 ease-in;
    transform-origin: 50% 50%;
    animation: flipBottom-out .35s both 0 ease-in
}

.cbp-animation-flipBottom-in {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipBottom-in .35s ease-out .35s both;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipBottom-in .35s ease-out .35s both;
    transform-origin: 50% 50%;
    animation: flipBottom-in .35s ease-out .35s both
}

@-webkit-keyframes flipBottom-out {
    to {
        -webkit-transform: translateZ(-1000px) rotateX(-90deg);
        opacity: .2
    }
}

@-moz-keyframes flipBottom-out {
    to {
        -moz-transform: translateZ(-1000px) rotateX(-90deg);
        opacity: .2
    }
}

@keyframes flipBottom-out {
    to {
        transform: translateZ(-1000px) rotateX(-90deg);
        opacity: .2
    }
}

@-webkit-keyframes flipBottom-in {
    from {
        -webkit-transform: translateZ(-1000px) rotateX(90deg);
        opacity: .2
    }
}

@-moz-keyframes flipBottom-in {
    from {
        -moz-transform: translateZ(-1000px) rotateX(90deg);
        opacity: .2
    }
}

@keyframes flipBottom-in {
    from {
        transform: translateZ(-1000px) rotateX(90deg);
        opacity: .2
    }
}

.cbp-animation-fadeOutTop {
    overflow: visible;
    -webkit-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out
}

.cbp-animation-fadeOutTop .cbp-wrapper {
    -webkit-transition: opacity .3s ease-in-out, top .3s ease-in-out;
    transition: opacity .3s ease-in-out, top .3s ease-in-out
}

.cbp-animation-fadeOutTop .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out
}

.cbp-animation-sequentially {
    overflow: visible;
    -webkit-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out
}

.cbp-animation-sequentially .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out
}

.cbp-animation-sequentially.cbp-no-transition .cbp-item {
    -webkit-transition: opacity .5s ease, top .5s ease !important;
    transition: opacity .5s ease, top .5s ease !important
}

.cbp-popup-ie8bg {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.cbp-popup-wrap {
    height: 100%;
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 9990;
    padding: 0 10px
}

.cbp-popup-lightbox {
    background: rgba(0, 0, 0, .8)
}

.cbp-popup-singlePage {
    background: #fff;
    padding: 0
}

.cbp-popup-ie8bg {
    background: #fff
}

.cbp-popup-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.cbp-popup-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    max-width: 100%
}

.cbp-popup-singlePage .cbp-popup-content {
    position: relative;
    z-index: 1;
    margin-top: 145px;
    max-width: 1024px;
    vertical-align: top;
    width: 94%
}

.cbp-popup-singlePage .cbp-popup-content-basic {
    position: relative;
    z-index: 1;
    margin-top: 104px;
    vertical-align: top;
    width: 100%;
    display: inline-block;
    text-align: left
}

.cbp-popup-lightbox-figure {
    position: relative
}

.cbp-popup-lightbox-bottom {
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: 3px
}

.cbp-popup-lightbox-title {
    padding-right: 70px;
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #eee
}

.cbp-popup-lightbox-counter {
    position: absolute;
    top: 0;
    right: 0;
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #eee
}

.cbp-popup-lightbox-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 40px 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.cbp-popup-lightbox-img[data-action] {
    cursor: pointer
}

.cbp-popup-lightbox-isIframe .cbp-popup-content {
    width: 75%
}

@media only screen and (max-width:768px) {
    .cbp-popup-lightbox-isIframe .cbp-popup-content {
        width: 95%
    }
}

.cbp-popup-lightbox-isIframe .cbp-lightbox-bottom {
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: 3px
}

.cbp-popup-lightbox-iframe {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    background: #000
}

.cbp-popup-lightbox-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 104px;
    background-color: #34425c
}

.cbp-popup-singlePage .cbp-popup-navigation {
    position: relative;
    width: 100%;
    height: 100%
}

.cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap {
    position: fixed;
    top: 0 !important
}

.cbp-popup-singlePage-counter {
    color: #bbc0df;
    position: absolute;
    right: 40px;
    top: 0;
    font: 400 13px/104px "Open Sans", sans-serif
}

@media only screen and (max-width:768px) {
    .cbp-popup-singlePage-counter {
        right: 3%
    }
}

.cbp-popup-close,
.cbp-popup-next,
.cbp-popup-prev {
    padding: 0;
    border: none;
    position: absolute;
    cursor: pointer;
    outline: 0
}

.cbp-popup-lightbox .cbp-popup-close,
.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-lightbox .cbp-popup-prev {
    visibility: hidden
}

.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close,
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev {
    visibility: visible
}

.cbp-popup-lightbox .cbp-popup-prev {
    background: url(../images/cbp-sprite.png) -2px -2px no-repeat;
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto
}

.cbp-popup-lightbox .cbp-popup-prev:hover {
    background-position: -2px -48px
}

.cbp-popup-singlePage .cbp-popup-prev {
    background: url(../images/cbp-sprite.png) -2px -94px no-repeat;
    width: 44px;
    height: 44px;
    top: 30px;
    left: 0;
    margin: auto;
    right: 108px
}

.cbp-popup-singlePage .cbp-popup-prev:hover {
    background-position: -2px -140px
}

.cbp-popup-lightbox .cbp-popup-next {
    background: url(../images/cbp-sprite.png) -48px -2px no-repeat;
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto
}

.cbp-popup-lightbox .cbp-popup-next:hover {
    background-position: -48px -48px
}

.cbp-popup-singlePage .cbp-popup-next {
    background: url(../images/cbp-sprite.png) -48px -94px no-repeat;
    width: 44px;
    height: 44px;
    top: 30px;
    right: 0;
    margin: auto;
    left: 108px
}

.cbp-popup-singlePage .cbp-popup-next:hover {
    background-position: -48px -140px
}

.cbp-popup-lightbox .cbp-popup-close {
    background: url(../images/cbp-sprite.png) -94px -2px no-repeat;
    height: 40px;
    width: 40px;
    right: 20px;
    top: 20px
}

.cbp-popup-lightbox .cbp-popup-close:hover {
    background-position: -94px -48px
}

.cbp-popup-singlePage .cbp-popup-close {
    background: url(../images/cbp-sprite.png) -94px -94px no-repeat;
    height: 44px;
    width: 44px;
    margin: auto;
    right: 0;
    top: 30px;
    left: 0
}

.cbp-popup-singlePage .cbp-popup-close:hover {
    background-position: -94px -140px
}

.cbp-popup-loadingBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    background: url(../images/cbp-loading-popup.html) center center no-repeat #0d0d0d;
    border: 1px solid rgba(79, 80, 79, .3);
    border-radius: 3px;
    opacity: .71;
    width: 50px;
    height: 50px
}

.cbp-popup-ready .cbp-popup-loadingBox {
    visibility: hidden
}

.cbp-popup-loading .cbp-popup-loadingBox {
    visibility: visible
}

.cbp-popup-singlePage {
    left: 100%;
    -webkit-transition: left .6s ease-in-out;
    transition: left .6s ease-in-out
}

.cbp-popup-singlePage-open {
    left: 0
}

.cbp-popup-singlePage.cbp-popup-singlePage-fade {
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.cbp-popup-singlePage-open.cbp-popup-singlePage-fade {
    opacity: 1
}

.cbp-popup-singlePage.cbp-popup-singlePage-right {
    left: -100%;
    -webkit-transition: left .6s ease-in-out;
    transition: left .6s ease-in-out
}

.cbp-popup-singlePage-open.cbp-popup-singlePage-right {
    left: 0
}

.cbp-l-project-title {
    color: #454444;
    font: 600 42px/46px "Open Sans", sans-serif;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase
}

.cbp-l-project-subtitle {
    color: #787878;
    font: 400 14px/21px "Open Sans", sans-serif;
    margin: 0 auto 50px;
    max-width: 500px;
    text-align: center
}

.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.cbp-l-project-container {
    overflow: hidden;
    margin: 40px auto 0;
    clear: both
}

.cbp-l-project-desc {
    float: left;
    width: 64%
}

.cbp-l-inline-social-wrapper,
.cbp-l-project-social-wrapper {
    display: inline-block;
    width: 90px;
    height: 20px;
    overflow: hidden
}

.cbp-l-inline-social-wrapper {
    margin-top: 20px
}

.cbp-l-project-details {
    float: right;
    width: 36%;
    padding-left: 40px;
    margin-bottom: 15px
}

@media only screen and (max-width:768px) {
    .cbp-l-project-title {
        font-size: 30px;
        line-height: 34px
    }

    .cbp-l-project-desc {
        width: 100%
    }

    .cbp-l-project-details {
        width: 100%;
        margin-top: 20px;
        padding-left: 0
    }
}

.cbp-l-project-desc-title {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 22px;
    color: #444
}

.cbp-l-project-desc-title span,
.cbp-l-project-details-title span {
    border-bottom: 1px solid #747474;
    display: inline-block;
    margin: 0 0 -1px;
    font: 400 16px/36px "Open Sans", sans-serif;
    padding: 0 5px 0 0
}

.cbp-l-project-desc-text {
    font: 400 13px/20px "Open Sans", sans-serif;
    color: #555;
    margin-bottom: 20px
}

.cbp-l-project-details-title {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 19px;
    color: #444
}

.cbp-l-project-details-list>div,
.cbp-l-project-details-list>li {
    border-bottom: 1px dotted #dfdfdf;
    padding: inherit;
    color: #666;
    font: 400 12px/30px "Open Sans", sans-serif
}

.cbp-l-project-details-list strong {
    display: inline-block;
    color: #696969;
    font-weight: 600;
    min-width: 100px
}

.cbp-l-project-details-visit {
    color: #fff;
    float: right;
    clear: both;
    text-decoration: none;
    font: 400 11px/18px "Open Sans", sans-serif;
    margin-top: 10px;
    background-color: #53668a;
    padding: 8px 19px
}

.cbp-l-project-details-visit:hover {
    opacity: .9;
    color: #fff
}

.cbp-l-project-related-wrap {
    font-size: 0;
    margin: 0
}

.cbp-l-project-related-item {
    margin-right: 5%;
    max-width: 30%;
    float: left
}

.cbp-l-project-related-item:last-child {
    margin-right: 0
}

.cbp-l-project-related-title {
    font: 700 14px/18px "Open Sans", sans-serif;
    color: #474747;
    margin-top: 20px
}

.cbp-l-project-related-link {
    text-decoration: none
}

.cbp-l-project-related-link:hover {
    opacity: .9
}

.cbp-l-member-img {
    float: left;
    width: 40%;
    margin-top: 20px
}

.cbp-l-member-img img {
    border: 1px solid #e2e2e2;
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline-block
}

.cbp-l-member-info {
    margin-top: 20px;
    padding-left: 25px;
    float: left;
    width: 60%
}

@media only screen and (max-width:768px) {
    .cbp-l-member-img {
        width: 100%;
        text-align: center
    }

    .cbp-l-member-info {
        width: 100%;
        padding-left: 0
    }
}

.cbp-l-member-name {
    font: 400 28px/28px "Open Sans", sans-serif;
    color: #474747
}

.cbp-l-member-position {
    font: 400 13px/21px "Open Sans", sans-serif;
    color: #888;
    margin-top: 6px
}

.cbp-l-member-desc {
    font: 400 12px/18px "Open Sans", sans-serif;
    margin-top: 25px;
    color: #474747
}

.cbp-popup-singlePageInline {
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    overflow: hidden
}

.cbp-popup-singlePageInline .cbp-popup-navigation {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 40px;
    height: 40px
}

.cbp-popup-singlePageInline .cbp-popup-close {
    background: url(../images/cbp-sprite.png) -94px -2px no-repeat;
    height: 40px;
    width: 40px;
    right: 20px;
    top: 30px
}

.cbp-popup-singlePageInline .cbp-popup-close:hover {
    opacity: .7
}

.cbp-popup-singlePageInline .cbp-popup-content {
    width: 100%;
    min-height: 200px
}

.cbp.cbp-popup-isOpening,
.cbp.cbp-popup-isOpening .cbp-popup-singlePageInline {
    -webkit-transition: height .4s ease 0 !important;
    transition: height .4s ease 0 !important
}

.cbp.cbp-popup-isOpening .cbp-item {
    -webkit-transition: -webkit-transform .4s ease 0 !important;
    transition: transform .4s ease 0 !important
}

.cbp-singlePageInline-active {
    opacity: .6 !important
}

.cbp-singlePageInline-active-loading .cbp-caption:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 9999;
    border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    border-radius: 50%;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    animation: loading .5s infinite linear;
    -moz-animation: loading .5s infinite linear;
    -webkit-animation: loading .5s infinite linear
}

@keyframes loading {
    0% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg)
    }
}

@-moz-keyframes loading {
    0% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

.cbp-popup-singlePageInline .cbp-popup-loadingBox {
    visibility: hidden;
    width: 30px;
    height: 30px;
    border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    border-radius: 50%;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    animation: loading .5s infinite linear;
    -moz-animation: loading .5s infinite linear;
    -webkit-animation: loading .5s infinite linear;
    background: 0 0;
    opacity: .6
}

.cbp-popup-singlePageInline.cbp-popup-loading .cbp-popup-loadingBox {
    visibility: visible
}

.cbp-popup-singlePageInline.cbp-popup-loading .cbp-popup-content,
.cbp-popup-singlePageInline.cbp-popup-loading .cbp-popup-navigation {
    visibility: hidden
}

.cbp-l-inline {
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: 10px;
    background: #fafafa;
    padding: 30px
}

.cbp-l-inline-left {
    float: left;
    width: 44%
}

.cbp-l-project-img {
    max-width: 100%
}

.cbp-l-inline-right {
    float: right;
    width: 56%;
    padding-left: inherit
}

@media only screen and (max-width:768px) {
    .cbp-l-inline-left {
        width: 100%;
        text-align: center;
        margin-top: 40px
    }

    .cbp-l-inline-right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }
}

.cbp-l-inline-title {
    font: 400 28px/30px "Open Sans", sans-serif;
    color: #474747
}

.cbp-l-inline-subtitle {
    font: 400 13px/21px "Open Sans", sans-serif;
    color: #888;
    margin-top: 7px
}

.cbp-l-inline-desc {
    font: 400 13px/20px "Open Sans", sans-serif;
    color: #474747;
    margin-top: 25px
}

.cbp-l-inline-view-wrap {
    text-align: right
}

.cbp-l-inline-view {
    font: 400 13px/35px "Open Sans", sans-serif;
    color: #9c9c9c;
    margin-top: 40px;
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #ccc;
    text-decoration: none
}

.cbp-l-inline-view:hover {
    color: #757575
}

.cbp-l-inline-details {
    margin-top: 15px;
    font: 13px/22px "Open Sans", sans-serif
}

.cbp-l-filters-button {
    margin-bottom: 30px
}

.cbp-l-filters-button .cbp-filter-item {
    background-color: #fff;
    border: 2px solid #ececec;
    border-radius: 2px;
    color: #888;
    cursor: pointer;
    font: 400 12px/29px "Open Sans", sans-serif;
    margin: 10px 10px 0 0;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cbp-l-filters-button .cbp-filter-item:hover {
    color: #5d5d5d
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    background-color: #4d4c4d;
    color: #fff;
    border-color: #4d4c4d;
    cursor: default
}

.cbp-l-filters-button .cbp-filter-counter {
    background-color: #4d4c4d;
    border-radius: 3px;
    color: #fff;
    font: 400 11px/18px "Open Sans", sans-serif;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .25s ease, bottom .25s ease;
    transition: opacity .25s ease, bottom .25s ease
}

.cbp-l-filters-button .cbp-filter-counter:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #4d4c4d;
    display: none
}

.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter:before {
    display: block
}

.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter {
    bottom: 44px;
    opacity: 1
}

.cbp-l-filters-dropdown {
    margin-bottom: 40px;
    height: 38px;
    position: relative;
    z-index: 5
}

.cbp-l-filters-dropdownWrap {
    width: 200px;
    position: absolute;
    right: 0;
    background: #3288c4
}

.cbp-l-filters-dropdownHeader {
    font: 400 12px/38px "Open Sans", sans-serif;
    margin: 0 17px;
    color: #fff;
    cursor: default;
    position: relative
}

.cbp-l-filters-dropdownHeader:after {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    margin-top: -1px
}

.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownHeader:after {
    border-width: 0 5px 5px
}

.cbp-l-filters-dropdownList {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0
}

.cbp-l-filters-dropdownList>li {
    margin: 0;
    list-style: none
}

.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownList {
    display: block;
    margin: 0
}

.cbp-l-filters-dropdownList .cbp-filter-item {
    background: 0 0;
    color: #9fbce7;
    width: 100%;
    text-align: left;
    font: 400 12px/40px "Open Sans", sans-serif;
    margin: 0;
    padding: 0 17px;
    cursor: pointer;
    border: none;
    border-top: 1px solid #5592c2
}

.cbp-l-filters-dropdownList .cbp-filter-item:hover {
    color: #e6e6e6
}

.cbp-l-filters-dropdownList .cbp-filter-item-active {
    color: #e6e6e6;
    cursor: default
}

.cbp-l-filters-dropdownList .cbp-filter-counter {
    display: inline
}

.cbp-l-filters-alignLeft {
    margin-bottom: 40px
}

.cbp-l-filters-alignLeft .cbp-filter-item {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    font: 400 12px/30px "Open Sans", sans-serif;
    padding: 0 13px;
    position: relative;
    overflow: visible;
    margin: 10px 8px 0 0;
    display: inline-block;
    color: #888;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.cbp-l-filters-alignLeft .cbp-filter-item:hover {
    color: #111
}

.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active {
    background-color: #6c7a89;
    border: 1px solid #6c7a89;
    color: #fff;
    cursor: default
}

.cbp-l-filters-alignLeft .cbp-filter-counter {
    display: inline
}

.cbp-l-filters-alignCenter {
    margin-bottom: 40px;
    text-align: center;
    font: 400 12px/21px sans-serif;
    color: #dadada
}

.cbp-l-filters-alignCenter .cbp-filter-item {
    color: #949494;
    cursor: pointer;
    font: 400 13px/21px "Open Sans", sans-serif;
    padding: 0 12px;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: visible;
    margin: 10px 0 0;
    display: inline-block
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover {
    color: #2d2c2c
}

.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
    color: #2d2c2c;
    cursor: default
}

.cbp-l-filters-alignCenter .cbp-filter-counter {
    background: #626161;
    border-radius: 3px;
    color: #fff;
    font: 400 11px/18px "Open Sans", sans-serif;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.cbp-l-filters-alignCenter .cbp-filter-counter:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #626161;
    display: none
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter:before {
    display: block
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
    bottom: 30px;
    opacity: 1
}

.cbp-l-filters-alignRight {
    margin-bottom: 40px;
    text-align: right
}

.cbp-l-filters-alignRight .cbp-filter-item {
    background-color: transparent;
    color: #8b8b8b;
    cursor: pointer;
    font: 400 11px/29px "Open Sans", sans-serif;
    padding: 0 12px;
    position: relative;
    overflow: visible;
    margin: 10px 0 0 5px;
    border: 1px solid #e4e2e2;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cbp-l-filters-alignRight .cbp-filter-item:hover {
    color: #2b3444
}

.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
    color: #fff;
    background-color: #049372;
    border-color: #049372;
    cursor: default
}

.cbp-l-filters-alignRight .cbp-filter-counter {
    background: #049372;
    border-radius: 3px;
    color: #fff;
    font: 400 11px/18px "Open Sans", sans-serif;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .25s ease, bottom .25s ease;
    transition: opacity .25s ease, bottom .25s ease
}

.cbp-l-filters-alignRight .cbp-filter-counter:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #049372;
    display: none
}

.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter:before {
    display: block
}

.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter {
    bottom: 44px;
    opacity: 1
}

.cbp-l-filters-list {
    margin-bottom: 40px;
    content: "";
    display: table;
    clear: both
}

.cbp-l-filters-list .cbp-filter-item {
    background-color: transparent;
    color: #585252;
    cursor: pointer;
    font: 400 12px/35px "Open Sans", sans-serif;
    padding: 0 18px;
    position: relative;
    overflow: visible;
    margin-top: 10px;
    float: left;
    border: 1px solid #3288c4;
    border-right-width: 0;
    -webkit-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out
}

.cbp-l-filters-list .cbp-filter-item:hover {
    color: #000
}

.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
    cursor: default;
    color: #fff;
    background-color: #3288c4
}

.cbp-l-filters-list-first {
    border-radius: 6px 0 0 6px
}

.cbp-l-filters-list-last {
    border-radius: 0 6px 6px 0;
    border-right-width: 1px !important
}

.cbp-l-filters-list .cbp-filter-counter {
    display: inline
}

@media only screen and (max-width:600px) {
    .cbp-l-filters-list .cbp-filter-item {
        margin-right: 5px;
        border-radius: 6px;
        border-right-width: 1px
    }
}

.cbp-l-grid-projects {
    visibility: hidden;
    overflow: hidden
}

.cbp-l-grid-projects .cbp-item {
    width: 270px;
    height: 250px
}

.cbp-l-grid-projects .cbp-caption {
    height: 68%;
    margin-bottom: 17px
}

.cbp-l-grid-projects-title {
    font: 700 14px/18px "Open Sans", sans-serif;
    color: #474747
}

.cbp-l-grid-projects-desc {
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #888;
    margin-top: 6px
}

.cbp-l-grid-projects-inlineFilters {
    cursor: pointer
}

.cbp-l-grid-projects-inlineFilters:hover {
    text-decoration: underline
}

.cbp-l-grid-projects.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
    bottom: -50px;
    height: 50px
}

.cbp-l-grid-projects.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 50px
}

.cbp-l-grid-projects.cbp-caption-overlayBottomPush.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-l-grid-projects.cbp-caption-overlayBottomPush.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: -50px
}

.cbp-l-grid-projects.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
    bottom: -50px;
    height: 50px
}

.cbp-l-grid-projects.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 25px
}

.cbp-l-grid-projects.cbp-caption-overlayBottomAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-l-grid-projects.cbp-caption-overlayBottomAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: -50px
}

.cbp-l-grid-projects.cbp-caption-overlayBottom .cbp-caption-activeWrap {
    bottom: -50px;
    height: 50px
}

.cbp-l-grid-projects.cbp-caption-overlayBottom.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: -50px
}

.cbp-l-grid-projects.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
    height: 50px
}

.cbp-l-grid-projects.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 50px
}

.cbp-l-grid-gallery {
    visibility: hidden;
    overflow: hidden
}

.cbp-l-grid-gallery .cbp-item {
    width: 320px;
    height: 236px
}

.cbp-l-grid-team {
    visibility: hidden;
    overflow: hidden
}

.cbp-l-grid-team .cbp-item {
    width: 300px;
    height: 278px
}

.cbp-l-grid-team .cbp-caption {
    height: 70%;
    margin-bottom: 18px;
    border: 1px solid #e7e7e7
}

.cbp-l-grid-team-name {
    font: 400 17px/26px "Open Sans", sans-serif;
    color: #456297;
    display: block;
    text-align: center
}

.cbp-l-grid-team-name:hover {
    color: #34425c
}

.cbp-l-grid-team-position {
    font: italic 400 13px/21px "Open Sans", sans-serif;
    color: #888;
    text-align: center
}

.cbp-l-grid-team.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
    bottom: -44px;
    height: 44px
}

.cbp-l-grid-team.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 44px
}

.cbp-l-grid-team.cbp-caption-overlayBottomPush.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-l-grid-team.cbp-caption-overlayBottomPush.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: -44px
}

.cbp-l-grid-team.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
    bottom: -44px;
    height: 44px
}

.cbp-l-grid-team.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 22px
}

.cbp-l-grid-team.cbp-caption-overlayBottomAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-l-grid-team.cbp-caption-overlayBottomAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: -44px
}

.cbp-l-grid-team.cbp-caption-overlayBottom .cbp-caption-activeWrap {
    bottom: -44px;
    height: 44px
}

.cbp-l-grid-team.cbp-caption-overlayBottom.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: -44px
}

.cbp-l-grid-team.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
    height: 44px
}

.cbp-l-grid-team.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 44px
}

.cbp-l-grid-fullScreen {
    visibility: hidden;
    overflow: hidden
}

.cbp-l-grid-fullScreen .cbp-item {
    width: 350px;
    height: 263px
}

.cbp-l-grid-masonry {
    visibility: hidden;
    overflow: hidden
}

.cbp-l-grid-masonry .cbp-item {
    width: 277px
}

.cbp-l-grid-masonry .cbp-item-height-1,
.cbp-l-grid-masonry .cbp-l-grid-masonry-height1 {
    height: 267px
}

.cbp-l-grid-masonry .cbp-item-height-2,
.cbp-l-grid-masonry .cbp-l-grid-masonry-height2 {
    height: 415px
}

.cbp-l-grid-blog {
    visibility: hidden;
    overflow: hidden
}

.cbp-l-grid-blog .cbp-item {
    width: 313px;
    height: 350px
}

.cbp-l-grid-blog .cbp-caption {
    height: 56%;
    margin-bottom: 20px
}

.cbp-l-grid-blog-title {
    font: 400 18px/28px "Open Sans", sans-serif;
    color: #444;
    display: block
}

.cbp-l-grid-blog-title:hover {
    color: #787878
}

.cbp-l-grid-blog-date {
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #787878;
    display: inline-block
}

.cbp-l-grid-blog-comments {
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #3c6fbb;
    display: inline-block
}

.cbp-l-grid-blog-comments:hover {
    opacity: .8
}

.cbp-l-grid-blog-desc {
    font: 400 13px/18px "Open Sans", sans-serif;
    color: #9b9b9b;
    margin-top: 9px
}

.cbp-l-grid-blog-split {
    margin: 0 4px;
    font: 400 13px/16px "Open Sans", sans-serif;
    color: #787878;
    display: inline-block
}

@media only screen and (max-width:600px) {
    .cbp-cols-2.cbp-l-grid-blog .cbp-l-grid-blog-desc {
        font: 400 12px/16px "Open Sans", sans-serif;
        margin-top: 7px
    }

    .cbp-cols-2.cbp-l-grid-blog .cbp-caption {
        margin-bottom: 15px
    }
}

.cbp-l-loadMore-button {
    text-align: center
}

.cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    border: 2px solid #dedede;
    border-radius: 2px;
    color: #7e7b7b;
    display: inline-block;
    font: 400 11px/34px "Open Sans", sans-serif;
    min-width: 80px;
    text-decoration: none;
    padding: 0 20px;
    outline: 0;
    margin-top: 30px
}

.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover {
    color: #b0b0b0;
    text-decoration: none
}

.cbp-l-loadMore-button .cbp-l-loadMore-button-stop {
    cursor: default;
    color: #b0b0b0
}

.cbp-l-loadMore-button-link .cbp-l-loadMore-button-defaultText {
    display: block
}

.cbp-l-loadMore-button-link .cbp-l-loadMore-button-loadingText,
.cbp-l-loadMore-button-link .cbp-l-loadMore-button-noMoreLoading {
    display: none
}

.cbp-l-loadMore-button-loading .cbp-l-loadMore-button-loadingText {
    display: block
}

.cbp-l-loadMore-button-loading .cbp-l-loadMore-button-defaultText,
.cbp-l-loadMore-button-loading .cbp-l-loadMore-button-noMoreLoading {
    display: none
}

.cbp-l-loadMore-button-stop .cbp-l-loadMore-button-noMoreLoading {
    display: block
}

.cbp-l-loadMore-button-stop .cbp-l-loadMore-button-defaultText,
.cbp-l-loadMore-button-stop .cbp-l-loadMore-button-loadingText {
    display: none
}

.cbp-l-loadMore-text {
    text-align: center;
    margin-top: 30px
}

.cbp-l-loadMore-text .cbp-l-loadMore-text-link {
    font: 400 16px "Open Sans", sans-serif;
    color: #5d5d5d;
    text-decoration: none;
    cursor: default
}

.cbp-l-loadMore-text .cbp-l-loadMore-text-stop {
    color: #5d5d5d
}

.cbp-slider {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    overflow: hidden
}

.cbp-slider-item,
.cbp-slider-wrap {
    margin: 0;
    list-style-type: none
}

.cbp-slider-item {
    margin-bottom: 3px
}

.cbp-slider .cbp-slider-item {
    opacity: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0
}

.cbp-slider .cbp-slider-item-current {
    position: relative;
    opacity: 1;
    z-index: 1
}

.cbp-slider .cbp-slider-item-next {
    position: absolute;
    z-index: 2;
    opacity: 0
}

.cbp-slider .cbp-slider-arrowNext,
.cbp-slider .cbp-slider-arrowPrev {
    cursor: pointer;
    z-index: 3;
    position: absolute;
    opacity: 0
}

.cbp-slider .cbp-slider-arrowPrev {
    background: url(../images/cbp-sprite.png) -2px -2px no-repeat;
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    left: 25px;
    margin: auto;
    -webkit-transition: opacity .4s ease, left .4s ease;
    transition: opacity .4s ease, left .4s ease
}

.cbp-slider .cbp-slider-arrowPrev:hover {
    background-position: -2px -48px
}

.cbp-slider .cbp-slider-arrowNext {
    background: url(../images/cbp-sprite.png) -48px -2px no-repeat;
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    -webkit-transition: opacity .4s ease, right .4s ease;
    transition: opacity .4s ease, right .4s ease
}

.cbp-slider .cbp-slider-arrowNext:hover {
    background-position: -48px -48px
}

.cbp-slider .cbp-slider-bulletWrap {
    position: absolute;
    bottom: 20px;
    right: 25px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.cbp-slider .cbp-slider-bullet {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-left: 7px;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0 0 1px 1px rgba(37, 36, 36, .54);
    background: #616161;
    background: rgba(97, 97, 97, .5)
}

.cbp-slider .cbp-slider-bullet-current {
    background: #d1d1d1
}

.cbp-slider .cbp-slider-bullet:hover {
    opacity: .9
}

.cbp-slider:hover .cbp-slider-arrowNext {
    opacity: 1;
    right: 20px
}

.cbp-slider:hover .cbp-slider-arrowPrev {
    opacity: 1;
    left: 20px
}

.cbp-slider:hover .cbp-slider-bulletWrap {
    opacity: 1
}

.cbp-misc-video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    background: #000
}

.cbp-misc-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cbp-panel {
    width: 94%;
    max-width: 1170px;
    margin: 0 auto
}

.ts-menu-footer ul li {
    list-style: none;
    display: inline-block;
    height: 54px !important;
    line-height: 50px !important;
    padding: 0 13px;
    border-left: 1px solid #323437;
    padding-top: 2px !important
}

.ts-copy-right p {
    margin: 13px 0 14px !important;
    font-size: 12px;
    color: #4f4f4f
}

.ts-CTA .ts-right-CTA {
    float: right;
    padding: 35px 0 !important
}

a {
    color: #fd4326
}

.mobile-navigation {
    border-color: #00a6dd
}

.mobile-navigation:focus,
.mobile-navigation:hover {
    color: #00a6dd
}

.ts-bt {
    background: #091375;
    border-color: #091375
}

.breadcrumbs a:hover {
    color: #00a6dd
}

.ts-style-button:hover {
    background: #00a6dd
}

.top-header ul li a:hover,
.top-header ul li a:hover .fa {
    color: #00a6dd
}

.main-menu ul>li .dropdown-menu li a:focus,
.main-menu ul>li .dropdown-menu li a:hover,
.main-menu ul>li .dropdown-menu li.active a {
    color: #00a6dd
}

.main-menu ul>li .dropdown-menu>li.menu-item-has-children>a:hover:after {
    color: #00a6dd
}

.ts-service-style-1 .service-icon:after {
    box-shadow: 0 0 0 4px #00a6dd;
    -moz-box-shadow: 0 0 0 4px #00a6dd;
    -webkit-box-shadow: 0 0 0 4px #00a6dd
}

.ts-service-style-1:hover .service-icon {
    background: #00a6dd
}

.ts-service-style-1 .read-more {
    color: #00a6dd
}

.ts-search-domain input[type=submit],
.ts-search-domain input[type=submit]:focus,
.ts-search-domain input[type=submit]:hover {
    background-color: #00a6dd
}

.ts-search-domain .sm_links a:hover {
    color: #00a6dd
}

.ts-pricing-table-style1 a.cta_pricing:focus,
.ts-pricing-table-style1 a.cta_pricing:hover {
    background: #00a6dd
}

.ts-pricing-table-style1.active {
    background: #00a6dd
}

.ts-pricing-table-style1.active .price-unit {
    background: #00a6dd
}

.ts-pricing-table-style1.active a.cta_pricing:focus,
.ts-pricing-table-style1.active a.cta_pricing:hover {
    color: #00a6dd
}

.ts-testimonial-style1 .client-quote .fa {
    color: #00a6dd
}

.ts-testimonial-style1 .client-website a {
    color: #00a6dd
}

.owl-theme .owl-controls .owl-page.active {
    border-color: #00a6dd
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #00a6dd
}

.ts-acordion h3 .fa {
    color: #00a6dd
}

.ts-acordion.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    color: #00a6dd
}

.ts-acordion .ui-accordion-header:before {
    color: #00a6dd
}

.ts-acordion.ts-acordion-style2 .ui-accordion-header.ui-state-active {
    color: #00a6dd
}

.ts-acordion.ts-acordion-style2.ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon {
    color: #00a6dd
}

.ts-domain-price-box .domain-price {
    color: #00a6dd
}

.ts-service-style-2:hover .icon-service {
    color: #00a6dd
}

.ts-service-style-2:hover h3 {
    color: #00a6dd
}

.ts-pricing-table-style2 a.cta_pricing:hover {
    background: #00a6dd
}

.ts-pricing-table-style2.active {
    background: #00a6dd
}

.ts-pricing-table-style2.active a.cta_pricing:hover {
    color: #00a6dd
}

.ts-testimonial-style2 .client-website a {
    color: #00a6dd
}

.ts-testimonial-style2.dark .client-website a:hover {
    color: #00a6dd
}

.ts-feature-item-style2 .icon-feature {
    color: #00a6dd
}

.ts-feature-item-2 .feature-icon {
    background: #00a6dd
}

.ts-item-post .ts-main-recent-post a:hover h4 {
    color: #00a6dd
}

.ts-item-post h4 a:hover {
    color: #00a6dd
}

.ts-item-post .ts-item-post-footer i {
    color: #00a6dd
}

.ts-item-post .ts-item-post-footer a:hover {
    color: #00a6dd
}

.ts-section-top-footer {
    background: #00a6dd
}

.contact-info:hover span {
    border-color: #00a6dd
}

.contact-info:hover span i {
    color: #00a6dd
}

.ts-company-info a:hover {
    color: #00a6dd
}

.ts-support ul li a:hover {
    color: #00a6dd
}

.ts-support ul li i {
    color: #00a6dd
}

.ts-control-pane ul li a:hover {
    color: #00a6dd
}

.ts-control-pane ul li i {
    color: #00a6dd
}

.ts-form-subscribe .subcribe-btn {
    background: #00a6dd
}

.ts-social-footer a:hover span {
    background: #00a6dd
}

.ts-menu-footer ul li a:hover {
    color: #00a6dd
}

.ts-service-style3 a:hover h4 {
    color: #00a6dd
}

.ts-special-offer .ts-special-offer-content ul li:before {
    color: #00a6dd
}

.ts-special-offer .ts-special-offer-content ul a:hover {
    color: #00a6dd
}

.ts-hosting-price span.ts-special-offer-price {
    color: #00a6dd
}

.ts-special-offer-content .ts-offer-right a {
    background: #00a6dd
}

.ts-number-statistic i {
    color: #00a6dd
}

.ts-number-statistic a:hover {
    color: #00a6dd
}

.ts-number-statistic a:hover h3 {
    color: #00a6dd
}

.widget-list-posts i {
    color: #00a6dd
}

.widget-list-posts a:hover {
    color: #00a6dd
}

.ts-list-popular-topics li .red-text {
    color: #00a6dd
}

footer .widget ul li a:before {
    color: #00a6dd
}

.ts-big-caption span,
.ts-big-caption-center span {
    color: #00a6dd
}

.ts-caption-small-center {
    color: #fff !important;
    font-size: 17px !important
}

.ts-caption-small .fa {
    background: #00a6dd
}

.ts-caption-small-right .fa {
    background: #00a6dd
}

.ts-price-rev span,
.ts-price-rev-right span {
    color: #00a6dd
}

.ts-button-slide-2 {
    background: #00a6dd !important;
    border-color: #00a6dd !important
}

.ts-button-slide:hover {
    background: #060 !important;
    border-color: #060 !important
}

.ts-button-slide-2 a:hover,
.ts-button-slide-2:hover a {
    color: #00a6dd
}

.ts-number {
    color: #00a6dd
}

.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
    color: #00a6dd
}

.ts-whmcs li .item-right strong a:hover {
    color: #00a6dd
}

.date-post span.month {
    background: #00a6dd
}

.blog-item h3 a:hover {
    color: #00a6dd
}

.blog-meta li a:hover {
    color: #00a6dd
}

.blog-meta li .fa {
    color: #00a6dd
}

.more-link:hover,
.ts-button:hover,
button:hover,
input[type=submit]:hover {
    background: #00a6dd;
    border-color: #00a6dd
}

.blog-item .group-share a:hover,
.group-share a:hover {
    color: #00a6dd
}

.page-links a:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover {
    background-color: #00a6dd;
    border-color: #00a6dd
}

.page-links>span {
    background-color: #00a6dd;
    border-color: #00a6dd
}

.blog-quote {
    border-color: #00a6dd
}

.blog-link:before {
    color: #00a6dd
}

.owl-theme .owl-controls .owl-buttons div:focus,
.owl-theme .owl-controls .owl-buttons div:hover {
    background: #00a6dd
}

blockquote {
    border-color: #00a6dd
}

#searchform button[type=submit]:hover {
    background: #00a6dd
}

.widget ul li a:before,
.widget_recent_comments li.recentcomments:before {
    color: #00a6dd
}

.widget ul li a:hover {
    color: #00a6dd
}

.domainchecker button[type=submit]:hover {
    background: #00a6dd !important
}

.widget_tag_cloud .tagcloud a:hover {
    background: #00a6dd
}

.comment-item .comment-reply-link:hover {
    color: #00a6dd
}

.ts-service-style-3 .icon-service {
    color: #00a6dd
}

.ts-service-style-4:hover .icon-service {
    background: #00a6dd;
    border-color: #00a6dd
}

.ts-service-style-5 .icon-service {
    background: #00a6dd
}

.team-item-style2 .social-network a:hover {
    background: #00a6dd
}

.team-item .social-network-team li a:hover {
    color: #00a6dd
}

.ts-list-ul ul li:before {
    color: #00a6dd
}

.countdownstyle1 .ts-date-countdown.ts-day-count {
    background: #00a6dd
}

.countdownstyle2 .ts-date-countdown.ts-day-count {
    color: #00a6dd
}

#wp-calendar a:hover {
    color: #00a6dd
}

.ts-showmore:hover {
    background: #00a6dd
}

.quote-type-style2:before {
    color: #00a6dd
}

.ts-list-style ul li a:hover {
    color: #00a6dd
}

.ts-list-style.underlist li a {
    color: #00a6dd
}

#filters-portfolio .cbp-filter-item.cbp-filter-item-active,
#filters-portfolio .cbp-filter-item:hover {
    background-color: #00a6dd
}

.ts-contact-infomation a:hover {
    color: #00a6dd
}

.ts-menu-sidebar>ul>li.current_page_item>a,
.ts-menu-sidebar>ul>li.current_page_item>a:hover,
.ts-menu-sidebar>ul>li.menu-item-has-children.current-menu-parent>a,
.ts-menu-sidebar>ul>li.menu-item-has-children.current-menu-parent>a:hover,
.ts-menu-sidebar>ul>li.menu-item-has-children.current_page_item>a,
.ts-menu-sidebar>ul>li.menu-item-has-children.current_page_item>a:hover {
    background: #00a6dd
}

.ts-menu-sidebar>ul>li.current_page_item>a:after,
.ts-menu-sidebar>ul>li.menu-item-has-children.current-menu-parent>a:after,
.ts-menu-sidebar>ul>li.menu-item-has-children.current_page_item>a:after {
    border-left: 6px solid #00a6dd
}

.ts-menu-sidebar li .sub-menu a:hover,
.ts-menu-sidebar li .sub-menu li.current_page_item a {
    color: #00a6dd
}

.contact-info span {
    background: #00a6dd
}

.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
    background: #00a6dd !important;
    border-color: #00a6dd !important
}

.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
    color: #00a6dd !important
}

.woocommerce #content table.cart a.remove:hover,
.woocommerce table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover {
    color: #00a6dd !important
}

.woocommerce .addresses .title .edit:hover,
.woocommerce-page .addresses .title .edit:hover {
    background: #00a6dd !important
}

.price_slider_amount .price_label span {
    color: #00a6dd !important
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    background: #00a6dd !important
}

.chosen-container-single .chosen-single span:after {
    color: #00a6dd !important
}

.widget_price_filter .ui-slider-horizontal {
    background: #00a6dd !important
}

.widget_price_filter .price_slider_amount .button:hover {
    background: #00a6dd !important
}

.product-categories li a:before {
    color: #00a6dd !important
}

.product-categories li a:hover {
    color: #00a6dd !important
}

.woocommerce a.button.add_to_cart_button:hover,
.woocommerce a.button.product_type_simple.added:hover,
.woocommerce a.button.product_type_simple:hover,
.woocommerce a.button.product_type_variable:hover {
    background: #00a6dd !important;
    color: #00a6dd !important
}

#commentform .stars>span a.active:before,
#commentform .stars>span a:hover:before {
    color: #00a6dd !important
}

.woocommerce .comment-form input[type=submit]:hover {
    background: #00a6dd !important
}

.shipping_calculator h2 a:hover {
    color: #00a6dd !important
}

.added_to_cart.wc-forward:hover {
    background: #00a6dd !important
}

.woocommerce-message .button:hover {
    background: #00a6dd !important
}

li.mini-shoping-cart-wraper .buttons a:hover {
    background: #00a6dd !important
}

.toggle-bar-btn {
    border-color: #00a6dd #00a6dd transparent transparent
}

.widget_mc4wp_widget input[type=submit] {
    background: #00a6dd
}

.ts-suport-header .header-suport .header-phone {
    color: #00a6dd
}

.ts-suport-header .header-signup-chat li.header-chat span.icon {
    background: #00a6dd
}

.main-header-style2 .main-menu>ul>li:hover>a,
.main-header-style2 .main-menu>ul>li>a:hover {
    background: 0 0;
    color: #00a6dd
}

.ts-special-offer-style2 .ts-special2 a {
    background: #00a6dd
}

.ts-special-offer-style2 .ts-special2 a:hover {
    color: #00a6dd
}

.ts-mediumcaption-3 span {
    color: #00a6dd
}

.ts-listcaption1-3:before {
    color: #00a6dd
}

.ts-listcaption1-3 span {
    color: #00a6dd
}

.ts-button-s3 {
    background: #00a6dd !important
}

.tp-caption.ts-button-s3 a:hover,
.tp-caption.ts-button-s3:hover a {
    color: #00a6dd
}

.ts-button-s3:hover {
    color: #00a6dd
}

.ts-small-caption-3 span {
    color: #00a6dd
}

.tp-caption.ts-bg-3,
.ts-bg-3 {
    background: rgba(253, 67, 38, .5) !important
}

.ts-service-img .service-content a.cta_pricing {
    background: #00a6dd;
    border-color: #00a6dd
}

.ts-service-img .service-content a.cta_pricing:hover {
    color: #00a6dd
}

.ts-pricing-table-style3 .price-icon .pricing-icon {
    background: #00a6dd
}

.ts-pricing-table-style3 .price-unit .price-unit {
    color: #00a6dd
}

.ts-pricing-table-style3.active .price-unit {
    background: #00a6dd
}

.ts-pricing-table-style3 p a.cta_pricing:hover,
.ts-pricing-table-style3.active a.cta_pricing {
    background: #00a6dd;
    border-color: #00a6dd
}

.ts-pricing-table-style3.active a.cta_pricing:hover {
    color: #00a6dd
}

li.mini-shoping-cart-wraper a:hover span,
li.mini-shoping-cart-wraper:hover a span {
    border-color: #00a6dd
}

.ts-pricingtable-5 .price-icon {
    background: #00a6dd
}

.ts-pricingtable-5 .price-unit {
    color: #00a6dd
}

.ts-pricingtable-5 .ts-bt-pricing {
    background: #00a6dd;
    border-color: #00a6dd
}

.ts-pricingtable-5 .ts-bt-pricing:hover {
    color: #00a6dd
}

.ts-icon-check,
.ts-pricingtable-5 table td .inner-td.ts-icon-check {
    color: #00a6dd
}

.ts-search-whois #domain .l1 input[type=submit] {
    background-color: #00a6dd
}

.ts-pricing-table-style3.ts-whmpress button:hover {
    border-color: #00a6dd
}

.ts-pricing-table-style3.active.ts-whmpress button {
    background: #00a6dd;
    border-color: #00a6dd
}

.ts-pricing-table-style3.active.ts-whmpress button:hover {
    color: #00a6dd
}

.ts-service-img.ts-whmpress .service-content button {
    background: #00a6dd;
    border-color: #00a6dd
}

.ts-service-img.ts-whmpress .service-content button:hover {
    color: #00a6dd
}

.ts-pricing-table-style2.ts-whmpress.active button:hover {
    color: #00a6dd
}

.ts-pricing-table-style2.ts-whmpress button:hover {
    background: #00a6dd
}

.ts-pricing-table-style1.ts-whmpress button:focus,
.ts-pricing-table-style1.ts-whmpress button:hover {
    background: #00a6dd
}

.ts-pricing-table-style1.ts-whmpress.active button:hover {
    color: #00a6dd
}

ul.resp-tabs-list {
    margin: 0;
    padding: 0
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left
}

.resp-tabs-container {
    padding: 0;
    background-color: #fff;
    clear: left
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none
}

.resp-tab-content {
    display: none;
    padding: 15px
}

.resp-tab-active {
    border: 1px solid #00a6dd;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px !important;
    border-bottom: none;
    background-color: #fff
}

.resp-accordion-active,
.resp-content-active {
    display: block
}

.resp-tab-content {
    border: 1px solid #c1c1c1
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0 solid #c1c1c1;
    margin: 0;
    padding: 10px 15px
}

h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1 !important;
    margin-bottom: 0 !important;
    padding: 10px 15px !important
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: #00f
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px !important;
    margin: 0;
    cursor: pointer;
    float: none
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none
}

.resp-vtabs .resp-tab-content {
    border: none
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9b9797
}

h2.resp-tab-active {
    background: #dbdbdb !important
}

.resp-easy-accordion h2.resp-accordion {
    display: block
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important
}

.resp-jfit {
    width: 100%;
    margin: 0
}

.resp-tab-content-active {
    display: block
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important
}

@media only screen and (max-width:768px) {
    ul.resp-tabs-list {
        display: none
    }

    h2.resp-accordion {
        display: block
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #c1c1c1
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none
    }

    .resp-accordion-closed {
        display: none !important
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important
    }
}

.bg-dark-light {
    background: #323232 !important
}

.bg-dark,
.bg-dark-light,
.bg-secondary,
.bg-theme {
    color: #fff
}

.widgets.footer-widgets .widget-title {
    color: #fff;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: .5px;
    position: relative;
    padding-bottom: 15px
}

.widgets.footer-widgets .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
    background: #00a6dd
}

.widgets.footer-widgets .widget-quick-links ul {
    margin-top: -4px
}

.widgets.footer-widgets .single-widget ul {
    padding-left: 0;
    margin-bottom: 0
}

.widgets.footer-widgets .widget-quick-links ul li {
    display: block
}

.widgets.footer-widgets .widget-quick-links ul li a {
    display: block;
    font-size: 13px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 9px 0
}

.widgets.footer-widgets .single-widget ul li {
    list-style: none;
    font-family: Raleway, sans-serif
}

.widgets.footer-widgets .widget-contact ul li {
    color: #000;
    font-size: 13px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widgets.footer-widgets .widget-contact ul li span {
    font-size: 14px;
    color: #fff;
    border: 2px solid #ccc;
    border-radius: 3px;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    margin-right: 20px
}

.widgets.footer-widgets .widget-contact ul li.fax,
.widgets.footer-widgets .widget-contact ul li.phone {
    font-size: 15px
}

.widgets.footer-widgets .widget-contact ul li+li {
    margin-top: 20px
}

#quote-carousel {
    padding: 0 10px 30px;
    margin-top: 60px
}

#quote-carousel .carousel-control {
    background: 0 0;
    color: #cacaca;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px
}

#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: 20px;
    margin-right: -19px
}

#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    border-radius: 50%;
    opacity: .4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle
}

#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s
}

.item blockquote {
    border-left: none;
    margin: 0
}

.item blockquote p:before {
    content: "\f10d";
    font-family: Fontawesome;
    float: left;
    margin-right: 10px
}