a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input, textarea {
    font: inherit;
    resize: none
}

video {
    max-width: 100%;
    height: auto
}

embed, iframe, object {
    max-width: 100%
}

.clean {
    position: relative;
    display: block;
    clear: both
}

@font-face {
    font-family: FontAwesome;
    src: url(fonts/fontawesome-webfontba72.eot?v=4.0.3);
    src: url(fonts/fontawesome-webfontd41d.eot?#iefix&v=4.0.3) format('embedded-opentype'), url(fonts/fontawesome-webfontba72.woff?v=4.0.3) format('woff'), url(fonts/fontawesome-webfontba72.ttf?v=4.0.3) format('truetype'), url(fonts/fontawesome-webfontba72.svg?v=4.0.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333333333em;
    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.2857142857142858em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.142857142857143em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    top: .14285714285714285em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571428572em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.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-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-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 {
    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:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.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 {
    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-asc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-desc: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 {
    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"
}

.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%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.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
}

.grabbing {
    cursor: url(../img/grabbing.png) 8 8, move
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.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-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s 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)
    }
    100%, 75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100%, 75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100%, 75% {
        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.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right, div.pp_default .pp_top, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_right {
    height: 13px
}

div.pp_default .pp_top .pp_left {
    background: url(img/prettyPhoto/default/sprite.png) -78px -93px no-repeat
}

div.pp_default .pp_top .pp_middle {
    background: url(img/prettyPhoto/default/sprite_x.png) top left repeat-x
}

div.pp_default .pp_top .pp_right {
    background: url(img/prettyPhoto/default/sprite.png) -112px -93px no-repeat
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8
}

div.pp_default .pp_content_container .pp_left {
    background: url(img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px
}

div.pp_default .pp_content_container .pp_right {
    background: url(img/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px
}

div.pp_default .pp_next:hover {
    background: url(img/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer
}

div.pp_default .pp_previous:hover {
    background: url(img/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer
}

div.pp_default .pp_expand {
    background: url(img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_expand:hover {
    background: url(img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer
}

div.pp_default .pp_contract {
    background: url(img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_contract:hover {
    background: url(img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer
}

div.pp_default .pp_gallery ul li a {
    background: url(img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa
}

div.pp_default .pp_social {
    margin-top: 7px
}

div.pp_default .pp_gallery a.pp_arrow_next, div.pp_default .pp_gallery a.pp_arrow_previous {
    position: static;
    left: auto
}

div.pp_default .pp_nav .pp_pause, div.pp_default .pp_nav .pp_play {
    background: url(img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px
}

div.pp_default a.pp_arrow_next, div.pp_default a.pp_arrow_previous {
    background: url(img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative
}

div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    position: absolute;
    top: 2px;
    margin: 0;
    padding: 0 0 0 10px
}

div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover, div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_nav .pp_play:hover {
    opacity: .7
}

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    margin: 5px 50px 5px 0
}

div.pp_default .pp_bottom .pp_left {
    background: url(img/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
    background: url(img/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}

div.pp_default .pp_bottom .pp_right {
    background: url(img/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
    background: url(img/prettyPhoto/default/loader.gif) center center no-repeat
}

div.light_rounded .pp_top .pp_left {
    background: url(img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}

div.light_rounded .pp_top .pp_right {
    background: url(img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}

div.light_rounded .pp_next:hover {
    background: url(img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.light_rounded .pp_previous:hover {
    background: url(img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_rounded .pp_expand {
    background: url(img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_expand:hover {
    background: url(img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_contract {
    background: url(img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_contract:hover {
    background: url(img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_nav .pp_play {
    background: url(img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_nav .pp_pause {
    background: url(img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_arrow_previous {
    background: url(img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}

div.light_rounded .pp_arrow_next {
    background: url(img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}

div.light_rounded .pp_bottom .pp_left {
    background: url(img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}

div.light_rounded .pp_bottom .pp_right {
    background: url(img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_top .pp_left {
    background: url(img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}

div.dark_rounded .pp_top .pp_right {
    background: url(img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}

div.dark_rounded .pp_content_container .pp_left {
    background: url(img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}

div.dark_rounded .pp_content_container .pp_right {
    background: url(img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}

div.dark_rounded .pp_next:hover {
    background: url(img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_previous:hover {
    background: url(img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_expand {
    background: url(img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_expand:hover {
    background: url(img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_contract {
    background: url(img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_contract:hover {
    background: url(img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_description {
    margin-right: 85px;
    color: #fff
}

div.dark_rounded .pp_nav .pp_play {
    background: url(img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_arrow_previous {
    background: url(img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}

div.dark_rounded .pp_arrow_next {
    background: url(img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}

div.dark_rounded .pp_bottom .pp_left {
    background: url(img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}

div.dark_rounded .pp_bottom .pp_right {
    background: url(img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_loaderIcon {
    background: url(img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}

div.dark_square .pp_content, div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right {
    background: #000
}

div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0
}

div.dark_square .pp_loaderIcon {
    background: url(img/prettyPhoto/dark_square/loader.gif) center center no-repeat
}

div.dark_square .pp_expand {
    background: url(img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.dark_square .pp_expand:hover {
    background: url(img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.dark_square .pp_contract {
    background: url(img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.dark_square .pp_contract:hover {
    background: url(img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_square .pp_nav {
    clear: none
}

div.dark_square .pp_nav .pp_play {
    background: url(img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_square .pp_nav .pp_pause {
    background: url(img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_square .pp_arrow_previous {
    background: url(img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}

div.dark_square .pp_arrow_next {
    background: url(img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}

div.dark_square .pp_next:hover {
    background: url(img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.dark_square .pp_previous:hover {
    background: url(img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_square .pp_expand {
    background: url(img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.light_square .pp_expand:hover {
    background: url(img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.light_square .pp_contract {
    background: url(img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.light_square .pp_contract:hover {
    background: url(img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.light_square .pp_close {
    width: 23px;
    height: 25px;
    background: url(img/prettyPhoto/light_square/sprite.png) -2px -2px no-repeat;
    cursor: pointer
}

div.light_square .pp_nav .pp_play {
    background: url(img/prettyPhoto/light_square/sprite.png) -1px -101px no-repeat;
    height: 15px;
    width: 14px;
    margin-top: 2px
}

div.light_square .pp_nav .pp_pause {
    background: url(img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
    margin-top: 2px
}

div.light_square .pp_arrow_previous {
    background: url(img/prettyPhoto/light_square/sprite.png) -27px -1px no-repeat
}

div.light_square .pp_arrow_next {
    background: url(img/prettyPhoto/light_square/sprite.png) -49px -1px no-repeat
}

div.light_square .pp_next:hover {
    background: url(img/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.light_square .pp_previous:hover {
    background: url(img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.facebook .pp_top .pp_left {
    background: url(img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}

div.facebook .pp_top .pp_middle {
    background: url(img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}

div.facebook .pp_top .pp_right {
    background: url(img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}

div.facebook .pp_content_container .pp_left {
    background: url(img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}

div.facebook .pp_content_container .pp_right {
    background: url(img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}

div.facebook .pp_expand {
    background: url(img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.facebook .pp_expand:hover {
    background: url(img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.facebook .pp_contract {
    background: url(img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.facebook .pp_contract:hover {
    background: url(img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.facebook .pp_description {
    margin: 0 37px 0 0
}

div.facebook .pp_loaderIcon {
    background: url(img/prettyPhoto/facebook/loader.gif) center center no-repeat
}

div.facebook .pp_arrow_previous {
    background: url(img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default
}

div.facebook .pp_arrow_next {
    background: url(img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default
}

div.facebook .pp_nav {
    margin-top: 0
}

div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px
}

div.facebook .pp_nav .pp_play {
    background: url(img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px
}

div.facebook .pp_nav .pp_pause {
    background: url(img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px
}

div.facebook .pp_next:hover {
    background: url(img/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.facebook .pp_previous:hover {
    background: url(img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.facebook .pp_bottom .pp_left {
    background: url(img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}

div.facebook .pp_bottom .pp_middle {
    background: url(img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}

div.facebook .pp_bottom .pp_right {
    background: url(img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}

div.pp_pic_holder a:focus {
    outline: 0
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000
}

.pp_content {
    height: 40px;
    min-width: 40px
}

* html .pp_content {
    width: 40px
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}

.pp_content_container .pp_left {
    padding-left: 20px
}

.pp_content_container .pp_right {
    padding-right: 20px
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px
}

.pp_description {
    display: none;
    margin: 0
}

.pp_social {
    position: absolute;
    top: 1px;
    right: 0;
    width: 150px
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 50px;
    overflow: hidden
}

.pp_social .twitter {
    float: left
}

.pp_nav {
    clear: right;
    float: left;
    margin: 0 15px 0 0
}

.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 0 6px
}

.pp_nav .pp_pause, .pp_nav .pp_play {
    float: left;
    margin-right: 4px;
    text-indent: -10000px
}

a.pp_arrow_next, a.pp_arrow_previous {
    display: block;
    float: left;
    height: 21px;
    margin-top: 0;
    overflow: hidden;
    text-indent: -10000px;
    width: 21px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative
}

.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0
}

.pp_gallery ul a {
    border: 1px solid rgba(0, 0, 0, .5);
    display: block;
    float: left;
    height: 33px;
    overflow: hidden
}

.pp_gallery ul a img {
    border: 0
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0
}

.pp_gallery li.default a {
    background: url(img/prettyPhoto/facebook/default_thumbnail.gif) no-repeat;
    display: block;
    height: 33px;
    width: 50px
}

.pp_gallery .pp_arrow_next, .pp_gallery .pp_arrow_previous {
    margin-top: 7px !important
}

a.pp_next {
    background: url(img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_previous {
    background: url(img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_contract, a.pp_expand {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px
}

#pp_full_res {
    line-height: 1 !important
}

#pp_full_res .pp_inline {
    text-align: left
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px
}

div.light_rounded .pp_content, div.pp_default .pp_content {
    background-color: #fff
}

div.facebook #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.pp_default #pp_full_res .pp_inline {
    color: #000
}

.pp_gallery li.selected a, .pp_gallery ul a:hover, div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a {
    border-color: #fff
}

div.dark_rounded .pp_details, div.dark_square .pp_details, div.facebook .pp_details, div.light_rounded .pp_details, div.light_square .pp_details, div.pp_default .pp_details {
    position: relative
}

div.facebook .pp_content, div.light_rounded .pp_bottom .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_top .pp_middle, div.light_square .pp_content, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right {
    background: #fff
}

div.light_rounded .pp_description, div.light_square .pp_description {
    margin-right: 85px
}

div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous {
    margin-top: 8px !important
}

div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_rounded .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default
}

div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_rounded .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default
}

div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
    background: url(img/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}

div.dark_rounded .pp_bottom .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_top .pp_middle {
    background: url(img/prettyPhoto/dark_rounded/contentPattern.png) top left
}

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
    color: #c4c4c4
}

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
    color: #fff
}

.pp_bottom, .pp_top {
    height: 20px;
    position: relative
}

* html .pp_bottom, * html .pp_top {
    padding: 0 20px
}

.pp_bottom .pp_left, .pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.pp_bottom .pp_middle, .pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}

* html .pp_bottom .pp_middle, * html .pp_top .pp_middle {
    left: 0;
    position: static
}

.pp_bottom .pp_right, .pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.pp_fade, .pp_gallery li.default a img {
    display: none
}

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.sf-menu li {
    position: relative
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 10px;
    z-index: 99
}

.sf-menu > li {
    float: left
}

.sf-menu li.sfHover > ul, .sf-menu li:hover > ul {
    display: block
}

.sf-menu a {
    display: block;
    position: relative
}

.sf-menu ul ul {
    top: 0;
    left: 100%
}

.sf-menu {
    float: left
}

.sf-menu ul {
    padding-top: 16px
}

.sf-menu a {
    text-decoration: none;
    zoom: 1
}

.sf-menu li {
    -webkit-transition: background .2s;
    transition: background .2s
}

.sf-menu li.sfHover, .sf-menu li:hover {
    -webkit-transition: none;
    transition: none
}

#contact {
    background: url(img/molteni-arredamento.jpg) 50% 0 repeat-y fixed
}

#contact h3 {
    text-transform: uppercase
}

#services {
    background: url(img/parallax-services.jpg) 50% 0 repeat-y fixed
}

#news {
    background: url(img/arredamento-qualita-italiano.jpg) 50% 0 repeat-y fixed
}

#about {
    background: url(img/mariani.png) 50% 0 no-repeat fixed #fafafa
}

#projectbg {
    background: url(img/parallax-portfolio.jpg) 50% 0 repeat-y fixed
}

#family.card .attachment-small.wp-post-image {
    float: left;
    margin-right: 30px;
    width: 310px
}

html .tp-bullets.simplebullets.round .bullet {
    background: 0 0;
    border: 1px solid #fff;
    width: 26px;
    height: 4px;
    margin-left: 5px;
    text-indent: -9999px
}

.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: #fff !important
}

html .tp-leftarrow, html .tp-rightarrow {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

html .tp-leftarrow.default {
    background: url(img/slider-arrows.png) no-repeat;
    width: 47px;
    height: 47px
}

html .tp-rightarrow.default {
    background: url(img/slider-arrows.png) -47px 0 no-repeat;
    width: 47px;
    height: 47px
}

html .tp-bullets {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: .7
}

html .tp-bullets:hover, html .tp-leftarrow.default:hover, html .tp-rightarrow.default:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1
}

.tp-leftarrow.default, .tp-rightarrow.default {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: .7
}

.page-title-subtitle {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 60px 0;
    margin-bottom: 50px;
    overflow: hidden
}

.parallax-padding {
    padding: 80px 0
}

.page-title-subtitle h2 {
    font-size: 48px
}

.page-title-subtitle h3 {
    font-size: 24px;
    color: #999;
    padding-top: 20px;
    margin-bottom: 0
}

aside h3 {
    font-family: futura_md_btbold
}

.whitebg {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20000
}

#spinner {
    position: absolute;
    height: 35px;
    width: 35px;
    top: 50%;
    border: 3px solid rgba(226, 226, 226, .75);
    border-radius: 100%;
    -webkit-animation: rotation 1s infinite linear;
    -moz-animation: rotation 1s infinite linear;
    -o-animation: rotation 1s infinite linear;
    animation: rotation 1s infinite linear;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px
}

.no-csstransforms #spinner {
    background: url(img/preloader.gif) no-repeat;
    width: 38px;
    height: 38px;
    border: 0;
    margin-left: -19px;
    margin-top: -19px
}

.no-csstransforms #spinner:before {
    border: 0
}

#spinner:before {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    top: -3px;
    height: 100%;
    width: 100%;
    border-top: 3px solid rgba(0, 0, 0, 1);
    border-left: 3px solid #000;
    border-bottom: 3px solid transparent;
    border-right: 3px solid #000;
    border-radius: 100%
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.menu-fixer {
    display: block;
    width: 100%
}

.menu-border {
    border-top: 1px solid #efefef
}

.darker-overlay {
    background-color: rgba(0, 0, 0, .7);
    position: relative;
    width: 100%;
    height: 100%;
    display: block
}

.no-rgba .darker-overlay {
    background: url(img/item-on-hover.png)
}

.lighter-overlay {
    background-color: rgba(255, 255, 255, .7);
    position: relative;
    width: 100%;
    height: 100%;
    display: block
}

.no-rgba .lighter-overlay {
    background: url(img/item-on-hover-white.png)
}

.darker-overlay {
    color: #fafafa
}

.darker-overlay a:hover, .darker-overlay h1, .darker-overlay h2, .darker-overlay h3, .darker-overlay h4, .darker-overlay h5, .darker-overlay h6 {
    color: #fff
}

h2.parallax-quote {
    font-size: 30px;
    font-weight: 400;
    line-height: 48px;
    text-align: center
}

.quote-author {
    float: right;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase
}

.quote-author:before {
    content: "- "
}

.testimonials-carousel, .twitter-carousel {
    width: 80%;
    position: relative;
    height: auto;
    margin: 0 auto
}

.slider-item a {
    display: block
}

.portfolio-slider, .portfolio-slider-wrapper {
    position: relative
}

.portfolio-slider img.attachment-outlet, .portfolio-slider-wrapper.conception .slider-item a img, .portfolio-slider-wrapper.progettazione .slider-item a img {
    width: auto;
    margin: 0 auto;
    height: 480px
}

.portfolio-slider-wrapper a {
    background: #f9f9f9
}

.dida {
    background: #fff;
    bottom: 0;
    color: #999;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    left: 50px;
    letter-spacing: 1px;
    line-height: 34px;
    padding: 0 10px;
    position: absolute;
    text-transform: none;
    z-index: 999
}

.slider-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 34px;
    line-height: 34px;
    background: #fff;
    opacity: .8;
    padding: 0 10px;
    font-weight: 400;
    color: #999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: .8
}

.portfolio-slider img {
    height: auto;
    display: block;
    width: 100%
}

.portfolio-slider .owl-next, .portfolio-slider .owl-prev {
    width: 36px;
    height: 34px;
    float: left;
    background: #fff;
    opacity: .8;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: .8
}

.portfolio-slider .owl-next:hover, .portfolio-slider .owl-prev:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1
}

.portfolio-slider .owl-prev {
    margin-right: 1px;
    right: 36px
}

.portfolio-slider .owl-buttons i {
    display: block;
    line-height: 34px;
    text-align: center;
    font-size: 28px;
    color: #999;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.portfolio-slider .owl-buttons i:hover {
    color: #323232
}

.gallery-slider .owl-buttons, .testimonials-carousel .owl-buttons, .twitter-carousel .owl-buttons {
    color: #efefef;
    font-size: 28px
}

.testimonials-carousel .owl-buttons, .twitter-carousel .owl-buttons {
    text-indent: -9999px
}

.testimonials-carousel .owl-prev, .twitter-carousel .owl-prev {
    background: url(img/testimonials-arrows.png) no-repeat;
    top: 50%;
    left: -10%;
    position: absolute;
    width: 19px;
    height: 37px;
    margin-top: -19px
}

.gallery-slider .owl-prev {
    top: 50%;
    left: 5px;
    position: absolute;
    width: 30px;
    height: 37px;
    margin-top: -19px;
    line-height: 37px;
    text-align: center
}

.gallery-slider .owl-item img {
    display: block;
    width: 100%;
    height: auto
}

.testimonials-carousel .owl-next, .twitter-carousel .owl-next {
    background: url(img/testimonials-arrows.png) -19px 0 no-repeat;
    top: 50%;
    right: -10%;
    position: absolute;
    width: 19px;
    height: 37px;
    margin-top: -19px
}

.gallery-slider {
    z-index: 1
}

.gallery-slider .owl-next {
    top: 50%;
    right: 5px;
    position: absolute;
    width: 30px;
    height: 37px;
    margin-top: -19px;
    line-height: 37px;
    text-align: center
}

.gallery-slider .owl-pagination, .testimonials-carousel .owl-pagination, .twitter-carousel .owl-pagination {
    text-align: center
}

.gallery-slider .owl-pagination {
    margin-top: -25px;
    z-index: 2;
    position: relative;
    padding-bottom: 5px
}

.gallery-slider .owl-page, .testimonials-carousel .owl-page, .twitter-carousel .owl-page {
    background: 0 0;
    border: 1px solid #D7D7D7;
    width: 26px;
    height: 4px;
    display: inline-block;
    margin: 0 2px
}

.gallery-slider .owl-page.active, .testimonials-carousel .owl-page.active, .twitter-carousel .owl-page.active {
    background: #D7D7D7
}

.testimonial-name {
    font-size: 14px;
    font-weight: 400
}

.testimonial-position {
    font-size: 14px;
    font-weight: 400;
    color: #323232
}

.dt-service-wrapper {
    position: relative
}

.dt-service-item {
    border: 1px solid rgba(0, 0, 0, .2);
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.no-rgba .dt-service-item {
    border: 1px solid #999
}

.dt-service-item:hover {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important
}

.dt-service-item:hover .service-title, .dt-service-item:hover i {
    color: #fff
}

.darker-overlay .dt-service-item {
    border: 1px solid rgba(255, 255, 255, .5)
}

.dt-service-item i {
    font-size: 56px;
    color: #323232;
    padding: 35px 0 20px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.darker-overlay .dt-service-item i {
    color: #fff
}

.dt-service-item .service-title {
    font-size: 14px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-weight: 400;
    text-transform: uppercase
}

.dt-service-hover {
    background: #555;
    color: #efefef;
    padding: 25px;
    position: absolute;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
    z-index: 1;
    cursor: crosshair;
    display: none;
    font-size: 13px;
    line-height: 20px
}

.dt-service-hover i {
    position: absolute;
    font-size: 14px;
    color: #fff;
    padding: 7px;
    border: 1px solid #fff
}

.under-opacity {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: .7
}

.dt-service-hover h3 {
    padding-left: 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px
}

body {
    font-family: futura_bk_btbook;
    font-size: 15px;
    line-height: 24px;
    background: #fff;
    margin: 0;
    padding: 0;
    color: #686868;
    font-weight: 400
}

body b, body strong {
    font-family: futura_md_btmedium;
    font-weight: 400;
    font-style: normal
}

body em, body i {
    font-family: futura_bk_btbook_italic;
    font-weight: 400;
    font-style: normal
}

strong.bianco {
    color: #fff
}

body b em, body b i, body em b, body em strong, body i b, body i strong, body strong em, body strong i {
    font-family: futura_md_btmedium_italic;
    font-weight: 400;
    font-style: normal
}

#wrapper {
    background: #fff;
    position: relative
}

a {
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

a:active, a:focus, a:link {
    outline: 0
}

a:hover {
    color: #444
}

p {
    margin-bottom: 20px
}

.clear {
    clear: both
}

.aligncenter {
    text-align: center
}

.alignleft {
    text-align: left
}

.alignright {
    text-align: right
}

.portfolio-title, .section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0
}

.portfolio-title {
    font-family: futura_md_btbold
}

h1.section-title:after {
    display: block;
    content: "";
    height: 1px;
    width: 120px;
    margin: 15px auto 20px;
    position: relative
}

.section-tagline {
    font-weight: 400;
    font-size: 18px !important;
    text-align: center;
    margin: 0;
    clear: both
}

strong {
    font-weight: 400;
    color: #323232
}

.space {
    height: 60px;
    width: 100%;
    clear: both
}

.double-space {
    height: 100px;
    width: 100%;
    clear: both
}

.half-space {
    height: 30px;
    width: 100%;
    clear: both
}

label {
    color: #fff;
    display: block;
    font-weight: 400;
    cursor: pointer
}

label.error {
    color: red;
    font-style: italic;
    margin: 5px 0 10px
}

input.text, input.title, input[type=email], input[type=password], input[type=text], select, textarea {
    background: 0 0;
    border: 1px solid #FFF;
    color: #fff
}

input.text:focus, input.title:focus, input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, select:focus, textarea:focus {
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    border: 1px solid #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3)
}

input.wysija-input[type=email], input.wysija-input[type=text] {
    font-family: futura_bk_btbook_italic;
    border: none;
    border-bottom: 1px dashed #666;
    color: #666;
    font-size: 13px
}

input.wysija-input[type=email]:focus, input.wysija-input[type=text]:focus {
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    border: none;
    border-bottom: 1px dashed #666;
    box-shadow: 0 0 0;
    color: #444
}

h3.title {
    font-size: 14px;
    font-family: futura_md_btbold;
    margin-bottom: 10px;
    line-height: 1em;
    text-transform: uppercase;
    color: #c00
}

#email {
    width: 260px
}

#cognome, #nome {
    width: 125px
}

input.text, input.title, input[type=email], input[type=password], input[type=text], select, textarea {
    margin: 20px 0 0;
    display:block
}
.wpcf7-form-control-wrap {
    display: block;
    margin: 0;
    padding: 0;
}
input#name,input#email{margin-top:0 !important;}
.wysija-submit.wysija-submit-field {
    background: #c00;
    border: none;
    color: #fff;
    font-family: futura_md_btbold;
    font-size: 14px;
    margin: 0;
    padding: 2px 12px;
    text-transform: uppercase
}

input.text, input.title, select {
    padding: 5%;
    width: 89%
}

input.title {
    font-size: 13px
}

textarea {
    height: 130px;
    padding: 2%;
    width: 95.7%
}

form.inline p {
    margin-bottom: 0
}

.percent-one-half {
    width: 48%
}

.percent-one-third {
    width: 30.66%
}

.percent-two-third {
    width: 65.33%
}

.percent-one-fourth {
    width: 22%
}

.percent-three-fourth {
    width: 74%
}

.percent-one-fifth {
    width: 16.8%
}

.percent-two-fifth {
    width: 37.6%
}

.percent-three-fifth {
    width: 58.4%
}

.percent-four-fifth {
    width: 67.2%
}

.percent-one-sixth {
    width: 13.33%
}

.percent-five-sixth {
    width: 82.67%
}

.percent-five-sixth, .percent-four-fifth, .percent-one-fifth, .percent-one-fourth, .percent-one-half, .percent-one-sixth, .percent-one-third, .percent-three-fifth, .percent-three-fourth, .percent-two-fifth, .percent-two-third {
    position: relative;
    margin-right: 4%;
    float: left
}

.column-right {
    float: right
}

.column-last {
    margin-right: 0 !important;
    clear: right
}

.bold-style {
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: futura_md_btbold
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #444
}

h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 13px
}

h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 13px
}

h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px
}

h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px
}

h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px
}

h6 {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 600
}

.dropcap1 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #666;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 36px;
    margin: 4px 10px 2px 0;
    padding: 8px 6px;
    text-shadow: 0 1px 0 #fff
}

.dropcap2 {
    float: left;
    font-size: 36px;
    line-height: 26px;
    padding-right: 10px;
    padding-top: 8px
}

.dropcap3 {
    float: left;
    font-size: 36px;
    line-height: 30px;
    font-style: italic;
    padding-right: 10px;
    padding-top: 8px
}

.highlight {
    padding: 1px 3px
}

.highlight.redish {
    background-color: #ffcccf;
    color: #A14A40
}

.highlight.bluish {
    background-color: #D7E7F5;
    color: #5E6984
}

.highlight.yellowish {
    background-color: #FFF9CC;
    color: #736B4C
}

.highlight.greenish {
    background-color: #E2F2CE;
    color: #466840
}

.highlight.dark {
    background: #333;
    color: #fff
}

code, pre {
    background-color: #F5F5F5;
    border-color: #ebebeb;
    border-style: solid;
    border-width: 0 0 0 4px;
    display: block;
    font-family: monospace;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px
}

blockquote {
    border-left: 2px solid #ebebeb;
    color: #787878;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    margin: 20px 50px;
    padding: 0 0 5px 15px
}

#header {
    top: 0;
    position: fixed;
    z-index: 4000;
    padding: 15px 0;
    display: block;
    background: #fff;
    width: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.nav-btn {
    font-size: 28px;
    cursor: pointer;
    color: #323232;
    float: right;
    margin-top: -30px
}

.portfolio-title {
    font-size: 24px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 5px
}

.float-left {
    float: left
}

.logo {
    position: relative
}

.logo img {
    display: inline-block;
    vertical-align: bottom
}

#navigation {
    position: relative;
    z-index: 10000
}

#navigation.mobile {
    display: none
}

#navigation.desktop {
    display: block !important
}

ul#mainnav {
    position: relative;
    display: block;
    z-index: 1001;
    margin-top: 10px;
    padding-top: 10px
}

#lang, .logo, .logo img, ul#mainnav {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

ul#mainnav li a i {
    margin-left: 10px
}

ul#mainnav li {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 1000
}

ul#mainnav > li {
    background: url(img/nav-bg.png) right center no-repeat
}

ul#mainnav > li.prev-item, ul#mainnav > li.previ-item, ul#mainnav > li:last-child {
    background: 0 0
}

ul#mainnav li a {
    font: 14px/20px futura_bk_btbook, Open Sans, Helvetica, Arial, sans-serif;
    position: relative;
    font-weight: 400;
    color: #404040;
    margin: 0 5px;
    padding: 0 5px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 100;
    text-transform: uppercase
}

ul#mainnav > li > a:hover > span {
    border-bottom: 1px solid #323232;
    padding-bottom: 2px
}

ul#mainnav li ul li a.sf-with-ul:active, ul#mainnav li ul li a.sf-with-ul:hover, ul#mainnav > li.item-active > a {
    color: #323232
}

ul#mainnav > li.current > a span {
    padding-bottom: 2px
}

ul#mainnav li a.current, ul#mainnav li a.sf-with-ul:active, ul#mainnav li a.sf-with-ul:hover, ul#mainnav li a:active, ul#mainnav li a:hover {
    color: #323232
}

ul#mainnav li ul li a.current {
    color: #444;
    background: #fff
}

ul#mainnav li ul li a.current:hover {
    color: #fff;
    background: #444
}

ul#mainnav li ul li {
    margin: 0;
    float: left;
    width: 100%;
    line-height:1
}

ul#mainnav li ul li a, ul#mainnav li ul li a:active, ul#mainnav li ul li a:visited, ul#mainnav li ul li ul li a {
    font-family: futura_md_btmedium;
    width: 170px;
    padding: 0px 15px;
    display: inline-block;
    background: #fff;
    text-decoration: none;
    z-index: 1100;
    position: relative;
    font-size: 10px !important;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    height: auto;
    line-height: 20px
}

.nav-first-item {
    z-index: 1000;
    position: relative
}

#nav ul#mainnav > li > ul > li.nav-last-item > a, #nav ul#mainnav > li > ul > li > ul > li.nav-last-item > a {
    border-bottom: 0 none
}

.partners h2 {
    margin-top: 40px
}

article.partner {
    border-right: 1px dotted #ccc;
    float: left;
    margin-bottom: 2%;
    margin-right: 2%;
    min-height: 300px;
    padding-right: 2%;
    width: 21%
}

.wrapper-service i {
    position: absolute;
    left: 0;
    font-size: 28px;
    top: 5px
}

.content-service {
    float: left;
    width: auto;
    margin-left: 50px
}

.services {
    overflow: hidden;
    margin-bottom: 80px
}

.service-item {
    text-align: center;
    padding: 20px 10px 10px;
    border: 1px solid #efefef;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear
}

.service-item:hover {
    background: #f7f7f7
}

.service-item i {
    display: block
}

h3.service {
    margin-top: 20px;
    border-bottom: 1px dotted #ccc;
    display: inline-block;
    clear: both
}

.centered-wrapper {
    width: 1120px;
    margin: 0 auto
}

.search-form {
    position: relative
}

.search-form input[type=search] {
    position: relative;
    padding: 2% 3%;
    color: #686868;
    display: block;
    border: 1px solid #efefef;
    width: 92%
}

.search-form button[type=submit] {
    background: 0 0;
    border: none;
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -9px;
    cursor: pointer;
    font-size: 14px;
    color: #686868
}

.service-item {
    overflow: hidden
}

.service-item p {
    margin-bottom: 10px
}

.service-item i {
    float: left;
    margin: 0 15px 4px 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 28px
}

h3.service {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px
}

.separator {
    width: 100%;
    height: 1px;
    clear: both;
    background: #efefef;
    margin: 40px 0;
    display: inline-block
}

.double-separator {
    width: 100%;
    height: 1px;
    clear: both;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin: 40px 0
}

.team-member {
    position: relative;
    margin-bottom: 20px
}

.team-member a {
    overflow: hidden;
    display: block;
    position: relative
}

.team-avatar {
    height: auto;
    width: 100%;
    display: block
}

.team-text h3 {
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    clear: both;
    text-transform: uppercase;
    padding-top: 18px;
    margin-bottom: 3px;
    display: block;
    position: relative
}

.team-text h3 span {
    padding-bottom: 5px
}

.team-text h6 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 5px;
    margin-top: 10px;
    color: #323232;
    margin-bottom: 0
}

.team-text p {
    padding: 0 10px;
    text-align: center;
    line-height: 22px
}

.team-social {
    text-align: center;
    overflow: hidden;
    clear: both;
    font-size: 14px
}

.team-social a {
    padding: 9px;
    display: inline-block;
    color: #848484
}

.team-text p {
    margin-top: 10px
}

.skillbar {
    position: relative;
    display: block;
    margin-bottom: 50px;
    width: 100%;
    background: #efefef;
    height: 10px;
    -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;
    margin-top: 30px
}

.skillbar-title {
    position: absolute;
    top: -25px;
    left: 0;
    font-weight: 400;
    font-size: 14px;
    color: #323232
}

.skillbar-title span {
    display: block
}

.skillbar-bar {
    height: 10px;
    width: 0
}

.skill-bar-percent {
    opacity: 0;
    position: absolute;
    width: 24px;
    height: 7px;
    line-height: 7px;
    padding: 3px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #323232;
    border: 4px solid #323232;
    border-radius: 2px;
    top: -27px;
    font-weight: 400;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0
}

.skill-bar-percent:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #323232 transparent transparent;
    top: 11px;
    left: 5px
}

.testimonial-item {
    text-align: center;
    position: relative;
    font-size: 18px;
    line-height: 30px
}

.fullscreenbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    overflow: hidden
}

.fullscreenbanner-container .fullscreenbanner {
    width: 100% !important;
    position: relative
}

.videobanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    overflow: hidden
}

.videobanner-container .videobanner {
    width: 100% !important;
    position: relative
}

.fullwidthbanner-container, .fullwidthbanner-container .fullwidthbanner {
    width: 100% !important
}

.tp-caption {
    z-index: 2 !important;
    text-align: center
}

.big-text h2 {
    font-family: futura_md_btbold;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-weight: 400;
    padding: 20px 30px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    background: rgba(0, 0, 0, .1)
}

.big-text b, .big-text em, .big-text i, .big-text p strong {
    color: #fff
}

.big-text p {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 22px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    max-width: 600px;
    white-space: normal;
    margin: 15px auto
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

a[rel=PrettyPhoto] {
    overflow: hidden;
    display: block;
    position: relative
}

#testimonials {
    min-height: 180px
}

.grid-item-on-hover, span.item-on-hover {
    cursor: pointer;
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0
}

.grid-item-on-hover {
    background: rgba(0, 0, 0, .3)
}

.no-rgba .grid-item-on-hover {
    background: url(img/item-on-hover.png)
}

.familycard .portfolio img {
    display: inline-block;
    margin-top: 20px
}

#map_wrapper, .portfolio li a img, .post-masonry a img, .team-member a img.team-avatar {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(img/grayscale.svg#greyscale);
    filter: gray;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-backface-visibility: hidden
}

.no-rgba iframe {
    filter: none
}

.portfolio li a:hover img, .post-masonry a:hover img, .team-member a:hover img.team-avatar, iframe:hover {
    filter: none;
    -webkit-filter: grayscale(0)
}

#partners .portfolio li a img, #partners .portfolio li a:hover img {
    filter: none
}

#partners .portfolio p {
    margin: 0;
    padding: 0 7px 20px;
    font-size: 13px
}

#partners .grid-text > h1 {
    font-size: 16px;
    line-height: 1.8em;
    margin: 10px 0 0;
    text-transform: uppercase
}

#partners .grid-text > span {
    background: #c00;
    color: #fff;
    display: inline-block;
    font-family: futura_md_btbold;
    font-size: 11px;
    font-weight: 400;
    line-height: 11px;
    margin-bottom: 10px;
    padding: 7px 10px;
    text-transform: uppercase
}

.portfolio li a:hover img, .portfolio li img:hover, .post-thumbnail a:hover img, .team-member a:hover img.team-avatar {
    -webkit-transform: scale(1.02, 1.02);
    -moz-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02)
}

.portfolio-inner img {
    max-width: 100%;
    height: auto
}

#google_map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(img/grayscale.svg#greyscale);
    filter: gray
}

.grid-item-on-hover {
    text-align: left;
    width: 90%;
    padding: 0 5%
}

.grid-item-on-hover .grid-text {
    position: absolute;
    left: 5%;
    top: 7%;
    text-align: left;
    width: 90%
}

.grid-item-on-hover .grid-text p {
    color: #fff;
    padding: 15px 0 0;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: .6
}

.item-long .grid-item-on-hover p, .item-small .grid-item-on-hover p {
    padding: 0
}

.grid-item-on-hover h1 {
    font-weight: 300;
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #fff;
    letter-spacing: 1px
}

.grid-item-on-hover span {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    opacity: 1;
    position: absolute;
    left: 5%;
    bottom: 5%;
    text-align: left;
    width: 90%;
    font-weight: 400;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1
}

.item-high .grid-item-on-hover h1 {
    font-size: 20px;
    line-height: 26px;
    width: auto;
    left: 3%
}

.item-long .grid-item-on-hover span, .item-wide .grid-item-on-hover span {
    font-size: 14px
}

.item-small .grid-item-on-hover h1 {
    font-size: 20px;
    line-height: 26px
}

.item-on-hover i {
    color: #fff;
    text-align: center;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border: 1px solid #fff
}

span.hover-link {
    width: 35px;
    height: 35px;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    position: absolute;
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0
}

span.hover-image {
    width: 35px;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    position: absolute;
    display: block;
    opacity: 0;
    text-align: center;
    height: 35px;
    top: 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0
}

span.hover-video {
    width: 35px;
    height: 35px;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    position: absolute;
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0
}

.widget {
    overflow: hidden;
    margin-bottom: 55px
}

.widget a {
    color: #444
}

.widget ul li {
    padding: 3px 0
}

.widget ul li:last-child {
    border-bottom: 0 none
}

.tags ul li {
    float: left;
    margin: 0 4px 4px 0;
    padding: 0
}

.tags ul li a {
    display: block;
    padding: 6px 13px;
    background: #f9f9f9;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear
}

.tags ul li a:hover {
    color: #fff
}

.sidebar-post {
    overflow: hidden;
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative
}

.sidebar-post:last-child {
    border-bottom: 0 none
}

.sidebar-post span {
    float: left;
    clear: both;
    width: 100%;
    font-size: 14px
}

.sidebar-post h5 {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    margin-bottom: 5px
}

.sidebar-post p {
    font-size: 13px;
    color: #444;
    margin-bottom: 0
}

.portfolio-description {
    width: 80%;
    text-align: center;
    margin: auto
}

ul#filters {
    text-align: center;
    display: inherit;
    margin: 0 auto
}

ul#filters li {
    display: inline;
    margin: 0;
    padding: 0
}

ul#filters li a {
    color: #686868;
    padding: 6px;
    text-align: center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    display: inline;
    border: 1px solid transparent;
    margin: 0;
    font-size: 16px
}

.portfolio {
    clear: both;
    overflow: hidden
}

.portfolio li {
    float: left;
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 0;
    text-align: center;
    margin: 2px
}

.portfolio li:hover {
    background: #fafafa
}

.portfolio h3 {
    position: relative;
    clear: both;
    font-size: 13px;
    color: #444;
    line-height: 22px;
    padding: 20px 0 5px;
    margin: 0;
    width: 100%;
    left: 0;
    font-weight: 600
}

.portfolio h3 a {
    color: #444
}

.portfolio p {
    padding: 0 7px 20px;
    margin: 0
}

.portfolio-nav {
    position: relative;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -0 -transition: all .2s linear;
    transition: all .2s linear;
    -webkit-backface-visibility: hidden;
    clear: both;
    margin: 80px auto 0;
    width: 100%;
    text-align: center;
    background: #f9f9f9;
    padding: 32px 0
}

.portfolio-nav a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1
}

.portfolio-nav a {
    line-height: 42px;
    display: inline-block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -0 -transition: all .2s linear;
    transition: all .2s linear;
    font-size: 42px;
    text-align: center;
    color: #323232;
    -webkit-backface-visibility: hidden;
    opacity: .3;
    padding: 0 15px;
    width: 30px;
    height: 42px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: .3
}

a.close-portfolio {
    font-size: 28px;
    position: relative;
    top: -2px
}

.percent-blog {
    width: 68%;
    float: left;
    position: relative;
    margin-right: 4%
}

.percent-blog .post-meta em:after {
    content: "•";
    padding: 0 8px
}

.percent-blog .post-meta em:last-child:after {
    content: none
}

.percent-sidebar {
    width: 28%;
    float: left;
    position: relative;
    margin-right: 4%
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    display: block
}

.post-content .post-meta {
    font-size: 12px;
    text-transform: uppercase;
    color: #A3A2A2;
    padding-bottom: 13px;
    display: block
}

.blog-page .quote-post {
    padding: 0 0 20px
}

.post-meta i {
    width: 20px;
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 12px;
    color: #686868
}

.quote-post .post-meta {
    float: left;
    padding-bottom: 5px
}

.quote-post h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px
}

.quote-post .post-content {
    border: none;
    background: #323232;
    color: #A3A2A2;
    padding: 20px
}

.masonry-title {
    clear: both;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    font-family: futura_md_btbold;
    margin-bottom: 0
}

.music-article h1.masonry-title {
    margin-top: 20px
}

.post-content h1 a, h1.masonry-title a {
    color: #323232
}

.post-read-more {
    font-size: 13px;
    font-weight: 400;
    float: right;
    text-transform: uppercase
}

.post-video {
    display: block;
    width: 100%;
    z-index: 1;
    position: relative
}

.audio-item {
    z-index: 1;
    position: relative;
    width: 100%
}

.quote-article h4 {
    font-size: 12px;
    text-transform: uppercase
}

.meta a {
    color: #c7c7c7
}

.post-thumbnail {
    clear: both;
    margin-top: 0;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.post-thumbnail a {
    display: block;
    position: relative
}

.post {
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative
}

.on-two-columns .post-masonry.odd {
    margin-right: 0 !important
}

.post-content {
    clear: both;
    position: relative;
    padding: 20px 0 15px;
    margin-top: -1px;
    overflow: hidden;
    border-bottom: 1px solid #cacaca
}

.blog-page.single .post-content {
    border: 0
}

.right-image {
    float: right;
    margin: 5px 0 0 20px;
    padding: 4px;
    border: 1px solid #EFEFEF;
    border-radius: 2px
}

.left-image {
    float: left;
    margin: 5px 20px 0 0;
    padding: 4px;
    border: 1px solid #EFEFEF;
    border-radius: 2px
}

.post-image {
    margin: 5px 0 20px
}

ul.tags {
    padding: 0 0 10px;
    position: relative;
    overflow: hidden
}

ul.tags a {
    color: #c7c7c7
}

ul.tags li {
    display: inline;
    float: left;
    height: 16px;
    line-height: 20px;
    margin: 30px 20px 0 0
}

.tag-title {
    background-image: none;
    float: left;
    line-height: 18px;
    margin: 30px 20px 0 0
}

.author-bio {
    clear: both;
    margin: 30px 0 0;
    overflow: hidden;
    padding: 15px 0;
    position: relative
}

.authorp {
    float: left;
    width: 82%
}

.authorp h2 {
    color: #C7C7C7
}

.authorp h2 a {
    color: #444
}

.author-bio p {
    margin-bottom: 0
}

.author-bio img {
    float: left;
    margin: 0 25px 0 0
}

#collegati > li {
    float: left;
    margin-right: 2%;
    width: 23%
}

#collegati .section-tagline {
    text-align: left
}

#collegati .title {
    font-family: futura_md_btbold;
    font-size: 18px;
    margin: 40px 0 20px;
    text-transform: uppercase
}

.commentlist {
    list-style-type: none;
    margin: 30px 0 40px
}

.comment {
    margin-top: 35px;
    position: relative;
    padding: 0;
    display: inline-block
}

.comment a {
    color: #444
}

.commentwrap {
    margin: 0 0 0 100px;
    padding: 0 0 10px;
    border-bottom: 1px solid #EFEFEF
}

.avatar {
    left: 0;
    position: absolute;
    top: 0
}

a.c_reply {
    font-weight: 600;
    background: #f9f9f9;
    padding: 2px 5px;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear
}

.metacomment {
    margin-bottom: 10px;
    padding: 0
}

.metacomment span {
    font-weight: 400;
    margin: 0 5px 0 0
}

ul.threaded {
    margin-left: 75px
}

#commentform {
    position: relative
}

#commentform fieldset {
    clear: both
}

#commentform input:focus, #commentform textarea:focus {
    outline: 0
}

#commentform input[type=text] {
    height: 20px;
    line-height: 20px;
    position: relative;
    display: block;
    width: 91%;
    padding: 10px 3% 10px 5%;
    border: 1px solid #efefef
}

textarea#mycomment {
    clear: both;
    overflow: hidden;
    float: left;
    margin-bottom: 5px;
    border: 1px solid #efefef
}

#commentform input[type=submit] {
    margin-top: 5px;
    border: 0
}

.error_message {
    color: #ff3000
}

.pagenav {
    text-align: center;
    vertical-align: middle;
    margin-top: 55px;
    font-size: 14px;
    font-weight: 600
}

.pagenav a {
    color: #999;
    display: inline-block;
    font-weight: 600;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    height: 38px;
    line-height: 38px;
    width: 40px;
    border: 1px solid #ccc
}

span.current {
    color: #fff;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    width: 40px
}

span.pages {
    display: inline-block;
    padding: 9px 15px;
    font-weight: 600
}

.contact-info i {
    color: #323232;
    background: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 15px
}

.contact-info li {
    margin-bottom: 25px
}

#google_map {
    width: 100%;
    height: 400px;
    z-index: 0;
    position: relative;
    display: none
}

.button-map {
    cursor: pointer;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    background: #121212;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    padding: 30px 0
}

.close-map:after {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    margin-left: 16px;
    font-size: 28px
}

.show-map:after {
    content: "\f106";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    margin-left: 16px;
    font-size: 28px
}

.button-map:hover {
    color: #323232;
    background: #fff
}

.map-tooltip h6 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px
}

.map-tooltip p {
    margin-bottom: 10px;
    font-size: 13px
}

#contactform label {
    clear: both;
    margin-top: 10px
}

.error {
    color: #fff;
    display: none
}

#ajaxsuccess {
    display: none
}

#contactform #message {
    margin-bottom: 10px
}

#contactform input[type=email], #contactform input[type=text] {
    width: 89%;
    padding: 3% 5%;
    height: 20px;
    line-height: 20px;
    background: 0 0
}

#contactform input[type=submit] {
    clear: both;
    float: left;
    cursor: pointer;
    margin: 0;
    background: 0 0;
    font-size: 16px;
    font-weight: 400;
    font-family: futura_md_btmedium;
    border: 1px solid #fff
}
#contactform textarea{margin-bottom:20px}
#contactform input:focus, #contactform textarea:focus {
    outline: 0
}

#contactform input[type=submit]:hover {
    background: rgba(0, 0, 0, .3)
}

#contactform textarea {
    height: 130px;
    clear: both;
    background: 0 0
}

.contact-info {
    padding-top: 9px
}

.contact-loader {
    float: left;
    padding: 15px 0 0 11px
}

#footer {
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    color: #868686;
    padding: 50px 0;
    position: relative
}

.totop {
    background: #121212;
    color: #fff;
    width: 36px;
    height: 46px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -18px;
    text-align: center
}

.totop i {
    position: absolute;
    font-size: 14px;
    z-index: 1000;
    left: 0;
    width: 36px;
    line-height: 36px
}

#footer h3 {
    font-size: 16px;
    font-weight: 300;
    color: #fff
}

#bottomfooter {
    position: relative;
    overflow: hidden;
    clear: both
}

#bottomfooter p {
    float: left;
    margin: 0;
    font-size: 14px
}

.query, .tweet {
    margin: 0
}

.tweet_list {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget .tweet_list li {
    background: 0 0;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.tweet_list li {
    overflow-y: auto;
    overflow-x: hidden;
    list-style-type: none;
    text-align: center;
    padding: 0 0 20px;
    font-size: 18px;
    line-height: 24px
}

.tweet_text {
    clear: both;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    color: #323232
}

.darker-overlay .tweet_text {
    color: #efefef
}

.tweet_time {
    padding-bottom: 5px
}

.tweet_action, .tweet_time {
    clear: both;
    margin: 0 10px 15px;
    font-size: 14px;
    display: inline-block
}

.tweet_time a, a.tweet_action {
    color: #686868
}

.darker-overlay .tweet_time a, .darker-overlay a.tweet_action {
    color: #fff
}

.tweet_list li:last-child {
    border-bottom: 0 none
}

.tweet_list .tweet_avatar {
    padding-right: .5em;
    float: left
}

.tweet_list .tweet_avatar img {
    vertical-align: middle
}

#flickr {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%
}

#flickr li {
    list-style: none;
    float: left;
    margin: 0 9px 9px 0;
    border: 0;
    padding: 0
}

#flickr img {
    display: block;
    width: 45px;
    height: 45px
}

#flickr a img {
    border: none
}

.share-options {
    overflow: hidden;
    padding-top: 10px
}

.share-options h6 {
    float: left;
    margin-right: 20px;
    margin-bottom: 30px
}

.share-options a {
    font-size: 18px;
    color: #ddd;
    width: 24px;
    height: 24px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 10px
}

ul#social {
    float: right
}

ul#social li {
    display: inline
}

ul#social li a {
    display: block;
    margin: 0 0 0 20px;
    width: 34px;
    float: left;
    height: 34px;
    color: #868686;
    border: 1px solid #868686;
    text-align: center
}

ul#social li a i {
    line-height: 34px
}

ul#social li a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.button {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin: 0 7px 20px 0;
    padding: 8px 20px;
    position: relative;
    border: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    text-transform: uppercase;
    border-radius: 1px
}

.button.big {
    padding: 15px 30px;
    letter-spacing: 1px
}

.button.alt {
    background: 0 0
}

.button i {
    margin-right: 10px;
    font-size: 14px
}

.button.icon-right i {
    margin-left: 10px;
    float: right;
    margin-top: 5px;
    margin-right: 0
}

.white {
    background: #eaeaea;
    color: #686868
}

.white.alt {
    border: 1px solid #ccc;
    color: #999
}

.white:hover {
    color: #686868;
    background: #d2d2d2
}

.white.alt:hover {
    border: 1px solid #eaeaea;
    background: #eaeaea
}

.yellow {
    background: #ffb141;
    border: 0;
    color: #fff
}

.yellow.alt {
    border: 1px solid #ffb141;
    color: #ffb141
}

.yellow:hover {
    color: #fff;
    background: #fd9602
}

.yellow.alt:hover {
    border: 1px solid #fd9602;
    background: #fd9602
}

.orange {
    background: #fe7e17;
    border: 0;
    color: #fff
}

.orange.alt {
    border: 1px solid #fe7e17;
    color: #fe7e17
}

.orange:hover {
    color: #fff;
    background: #f77309
}

.orange.alt:hover {
    border: 1px solid #f77309;
    color: #fff
}

.black {
    background: #787878;
    color: #fff
}

.black.alt {
    border: 1px solid #787878;
    color: #686868
}

.black:hover {
    color: #fff;
    background: #444
}

.black.alt:hover {
    border: 1px solid #444
}

.green {
    background: #9dd30b;
    color: #fff
}

.green.alt {
    border: 1px solid #9dd30b;
    color: #9dd30b
}

.green:hover {
    color: #fff;
    background: #8dbd0a
}

.green.alt:hover {
    border-color: #8dbd0a
}

.bleumarin {
    background: #30b4c5;
    color: #fff
}

.bleumarin.alt {
    border: 1px solid #30b4c5;
    color: #30b4c5
}

.bleumarin:hover {
    background: #2b9fae;
    color: #fff
}

.bleumarin.alt:hover {
    border-color: #2b9fae
}

.rose {
    background: #ee5051;
    color: #fff
}

.rose.alt {
    border: 1px solid #ee5051;
    color: #ee5051
}

.rose:hover {
    color: #fff;
    background: #d64849
}

.rose.alt:hover {
    border-color: #d64849
}

.red {
    background: #e1472f;
    color: #fff
}

.red.alt {
    border: 1px solid #e1472f;
    color: #e1472f
}

.red:hover {
    color: #fff;
    background: #d44029
}

.red.alt:hover {
    border-color: #d44029
}

.tabs-wrapper {
    width: 100%
}

.tab-item {
    clear: both;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #fff
}

.tabs-container {
    float: left;
    position: relative;
    display: block;
    width: 100%
}

.tabs-wrapper .tab-content {
    background: #fff;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #EFEFEF;
    border-radius: 0 3px 3px
}

ul.tabs {
    float: left;
    padding-left: 0 !important;
    margin-bottom: 0 !important
}

.tabs-container p:last-child {
    margin-bottom: 0
}

ul.tabs li {
    float: left;
    padding-left: 0 !important;
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
    text-align: center;
    outline: 0;
    top: 3px
}

ul.tabs li a {
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 9px 25px;
    outline: 0;
    border: 1px solid #fff;
    color: #9a9a9a;
    font-weight: 400;
    text-transform: uppercase
}

ul.tabs li a i {
    margin-right: 10px
}

ul.tabs li a:hover {
    color: #323232
}

ul.tabs li.active a {
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    border-bottom: 1px solid #fff;
    color: #323232
}

ul.tabs li.active {
    z-index: 1
}

ul.tabs li.active, ul.tabs li.active a:hover {
    background: #fff;
    color: #323232
}

#toggle-view {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%
}

#toggle-view li {
    margin-bottom: 1px;
    border-bottom: 1px solid #EFEFEF;
    position: relative
}

#toggle-view h3 {
    margin: 0;
    font-size: 14px;
    cursor: pointer;
    padding: 12px 40px 12px 0;
    color: #444;
    font-weight: 400
}

#toggle-view h3 i {
    margin-right: 12px
}

#toggle-view h3:active, #toggle-view h3:hover {
    color: #323232
}

#toggle-view span {
    position: absolute;
    right: 0;
    top: 9px;
    font-size: 14px
}

#toggle-view .panel {
    display: none;
    background: #fff;
    overflow: hidden;
    padding: 10px 0 20px
}

#toggle-view .panel p:last-child {
    margin-bottom: 0
}

.pricing-column {
    text-align: center;
    float: left;
    position: relative;
    background: #fff
}

.pricing-column.cols-4 {
    width: 25%
}

.first-column .package-features, .first-column .package-value, .first-column .signup {
    border-left: 1px solid #DBDBDB
}

.package-features, .package-value {
    border-right: 1px solid #dbdbdb
}

.package-features {
    padding: 10px 0
}

.package-title {
    padding: 10px 0;
    background: #686868;
    color: #fff;
    font-size: 16px;
    border-bottom: 3px solid #545454;
    height: 30px;
    line-height: 30px;
    border-right: 1px solid #545454
}

.featured-column {
    top: -14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    z-index: 1;
    margin-left: -1px
}

.no-rgba .featured-column .package-features, .no-rgba .featured-column .package-value, .no-rgba .featured-column .signup {
    border-left: 1px solid #dbdbdb
}

.featured-column .package-title {
    height: 34px;
    line-height: 30px;
    position: relative;
    font-weight: 600;
    z-index: -1
}

.featured-column .column-shadow {
    height: 10px;
    position: relative;
    z-index: 10
}

.pricing-table .featured-column .signup {
    padding: 30px 0
}

.pricing-column .signup {
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    padding: 20px 0;
    border-top: 1px solid #dbdbdb
}

.pricing-column .signup .button {
    margin: 0
}

.package-value {
    height: 95px;
    line-height: 95px;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0;
    background: #fff
}

ul.package-features li {
    height: 40px;
    line-height: 40px;
    background: #fff
}

.package-currency {
    font-size: 16px;
    position: relative;
    top: -20px
}

.package-price {
    font-size: 48px;
    font-weight: 600
}

.package-time {
    font-size: 16px
}

.normal-table, .pricing-table {
    width: 100%
}

.normal-table td {
    border: 1px solid #efefef;
    padding: 10px 20px;
    text-align: center
}

.normal-table tr.alt {
    background: #fbfbfb
}

.normal-table tr.first-column {
    background: #666;
    color: #efefef
}

.box-alert, .box-error, .box-info, .box-notice, .box-success {
    margin-bottom: 10px;
    padding: 12px 20px
}

.box-alert i, .box-error i, .box-info i, .box-notice i, .box-success i {
    font-size: 14px;
    margin-right: 15px
}

.box-alert, .box-error {
    background: #fce2e3;
    color: #e54034
}

.box-notice {
    background: #fdf4bd;
    color: #706836
}

.box-info {
    background: #d4ebf6;
    color: #20568f
}

.box-success {
    background: #e5eec0;
    color: #264509
}

ul.customlist {
    margin-bottom: 20px
}

ul.customlist li {
    padding: 8px 0;
    border-top: 1px solid #EFEFEF
}

ul.customlist li:first-child {
    border: 0
}

ul.customlist li i {
    margin-right: 10px
}

.counter-item {
    text-align: center;
    padding: 15px 0;
    border-left: 1px solid #efefef;
    margin-bottom: 20px;
    display: inline-block;
    float: left
}

.counter-wrapper {
    overflow: hidden
}

.counter-item.first-item {
    border-left: 0
}

.counter-number {
    font-size: 56px;
    font-weight: 400;
    width: 100%;
    display: inline-block;
    line-height: 56px;
    color: #323232;
    margin-bottom: 8px
}

.counter-text {
    text-align: center;
    clear: both;
    text-transform: uppercase
}

a {
    color: #ed1c24
}

#spinner:before {
    border-top-color: #ed1c24;
    border-left-color: #ed1c24;
    border-right-color: #ed1c24
}

.nav-btn:hover, .share-options a:hover {
    color: #ed1c24
}

ul#mainnav > li.current > a span {
    color: #ed1c24;
    border-bottom: 1px solid #ed1c24
}

.skillbar-bar {
    background: #ed1c24
}

.tweet_time a:hover, .wrapper-service i, a.tweet_action:hover {
    color: #ed1c24
}

.team-text h3 span {
    border-bottom: 1px solid #ed1c24
}

.testimonial-name {
    color: #ed1c24
}

.testimonial-item h2, .testimonial-item h2 a {
    color: #fff;
    text-transform: uppercase
}

.dt-service-item:hover {
    background: #ed1c24;
    border: 1px solid #ed1c24
}

h1.section-title:after {
    background: #ed1c24
}

.service-item i, .team-social a:hover {
    color: #ed1c24
}

ul#social li a:hover {
    border-color: #ed1c24
}

ul#mainnav li ul li a:hover, ul#mainnav li ul li ul li a:hover {
    color: #ed1c24
}

.tags ul li a:hover {
    background: #ed1c24
}

.sidebar-post span a {
    color: #ed1c24
}

ul#filters li a.selected {
    border: 1px solid #ed1c24;
    color: #323232
}

.post-content h1 a:hover, h1.masonry-title a:hover {
    color: #ed1c24
}

a.c_reply:hover {
    background: #ed1c24;
    color: #fff !important
}

ul.tabs li.active {
    border-top: 2px solid #ed1c24;
    top: 1px
}

.featured-column .column-shadow {
    background: #ed1c24
}

.featured-column .package-title {
    border-bottom: 3px solid #ed1c24;
    background: #ed1c24;
    border-right: 0
}

ul.customlist li i {
    color: #ed1c24;
    font-size: 14px
}

.widget a.view-article {
    border-bottom: 1px dotted #c00;
    color: #c00
}

#toggle-view li.activated h3, .authorp h2 a:hover, .comment a:hover, .widget a:hover, ul.tags a:hover {
    color: #ed1c24
}

ul#filters li a:hover {
    border: 1px solid #ed1c24;
    color: #323232
}

ul#filters li.selected a {
    color: #fff;
    background: #ed1c24
}

.portfolio h3 a:hover {
    color: #ed1c24
}

.pagenav a:hover {
    background: #ed1c24;
    color: #fff;
    border: 1px solid #ed1c24
}

span.current {
    background: #ed1c24;
    border: 1px solid #ed1c24
}

#footer a:hover {
    color: #ed1c24
}

.toggle-plus {
    width: 28px;
    height: 28px;
    font-family: fontawesome;
    color: #323232;
    cursor: pointer;
    text-align: right
}

.toggle-plus:before {
    content: "\f0dd"
}

.toggle-minus {
    width: 28px;
    height: 28px;
    color: #ed1c24;
    top: 14px !important
}

.toggle-minus:before {
    content: "\f0de"
}

div.jp-play-bar, div.jp-volume-bar-value {
    background: #ed1c24
}

.tparrows {
    margin-top: -100px !important
}

#header .widget {
    float: right;
    max-width: 250px
}

#lang {
    float: right;
    margin: 2px 0 0 10px
}

#lang a img {
    width: 17px;
    height: 13px
}

ul.cml_flags > li, ul.cml_widget_flag > li {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px
}

.cml_flags li a {
    margin: 0 5px 0 0
}

.cml_flags li.current a {
    background: #c00;
    color: #fff;
    padding: 5px
}

.cml_flags li:first-child {
    border-right: 1px dotted #333
}

ul#mainnav > li:last-child a {
    padding-right: 0
}

label.checkbox span.holder {
    background: 0 0;
    height: 15px;
    width: 15px
}

label.checkbox:hover span.holder, label.checked span.holder, label.checked:hover span.holder, label.radio:hover span.holder {
    background-image: url(img/checkbox.png)
}

label.prettyCheckbox span.holder {
    display: block;
    left: 0;
    position: absolute;
    top: 0
}

input.hiddenCheckbox {
    left: -10000px;
    position: absolute
}

label.prettyCheckbox span.holderWrap {
    display: block;
    float: left;
    margin: 3px 6px 0 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    border: 1px solid #fff
}

div.fancy-select {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px
}

div.fancy-select.disabled {
    opacity: .5
}

div.fancy-select select:focus + div.trigger, div.fancy-select select:focus + div.trigger.open {
    box-shadow: none
}

div.fancy-select div.trigger {
    border-radius: 0;
    cursor: pointer;
    padding: 0 40px 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    color: #fff;
    box-shadow: none;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
    border: 1px solid #fff;
    line-height: 35px;
    height: 35px
}

div.fancy-select div.trigger:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #fff;
    top: 16px;
    right: 9px
}

div.fancy-select div.trigger.open {
    color: #eee;
    box-shadow: none
}

div.fancy-select div.trigger.open:after {
    border-top-color: #7A8498
}

div.fancy-select ul.options {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 20px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    max-height: 220px;
    overflow: auto;
    background: #fff;
    border-top: 1px solid #7DD8D2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    width: 100%;
    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out
}

div.fancy-select ul.options.open {
    visibility: visible;
    top: 50px;
    opacity: 1;
    transition: opacity 300ms ease-out, top 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out
}

div.fancy-select ul.options.overflowing {
    top: auto;
    bottom: 40px;
    transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out
}

div.fancy-select ul.options.overflowing.open {
    top: auto;
    bottom: 50px;
    transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out
}

div.fancy-select ul.options li {
    padding: 8px 12px;
    color: #2B8686;
    cursor: pointer;
    white-space: nowrap;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out
}

div.fancy-select ul.options li.selected {
    background: rgba(43, 134, 134, .3);
    color: rgba(255, 255, 255, .75)
}

div.fancy-select ul.options li.hover {
    color: #999
}

.btn {
    cursor: pointer
}

.cube {
    width: 250px;
    height: 50px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.active-state, .default-state {
    height: 50px
}

.default-state {
    -webkit-transform: translateZ(25px);
    -moz-transform: translateZ(25px);
    -o-transform: translateZ(25px);
    -ms-transform: translateZ(25px);
    transform: translateZ(25px)
}

.flip-to-top .active-state {
    -webkit-transform: rotateX(90deg) translateZ(75px);
    -moz-transform: rotateX(90deg) translateZ(75px);
    -o-transform: rotateX(90deg) translateZ(75px);
    -ms-transform: rotateX(90deg) translateZ(75px);
    transform: rotateX(90deg) translateZ(75px)
}

.cube.flip-to-top:hover {
    -webkit-transform: rotateX(-89deg);
    -moz-transform: rotateX(-89deg);
    -o-transform: rotateX(-89deg);
    -ms-transform: rotateX(-89deg);
    transform: rotateX(-89deg)
}

.cube {
    text-align: center;
    margin: 50px auto 0
}

.active-state, .default-state {
    background: #222;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    -webkit-transition: background 250ms ease;
    -moz-transition: background 250ms ease;
    -o-transition: background 250ms ease;
    transition: background 250ms ease
}

.active-state, .cube:hover .default-state {
    background: #000
}

.old {
    text-decoration: line-through
}

.finale {
    color: #c00;
    font-weight: 700
}

.socialshare {
    float: right;
    position: relative;
    top: -20px
}

.submenu > ul > li > a {
    text-transform: uppercase
}

.submenu > ul > li {
    border-right: 1px dotted red;
    float: left;
    font-size: 12px;
    line-height: 16px;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    width: auto
}

.submenu {
    margin-top: 30px
}

.submenu > ul > li > ul {
    display: none;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
    width: 100%;
    padding-top: 10px;
    background: #fff
}

.submenu > ul > li:hover > ul {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100)
}

.submenu > ul > li > ul li a {
    width: 100%;
    display: block
}

.panel {
    position: fixed;
    right: -302px;
    top: 200px;
    z-index: 99;
    background: #fff;
    padding: 20px;
    border: 1px dashed #aaa;
    border-right: none;
    width: 262px;
    height: 148px;
    -webkit-transition: .75s ease-in-out;
    -moz-transition: .75s ease-in-out;
    -o-transition: .75s ease-in-out;
    transition: .75s ease-in-out
}

.panel.open {
    right: 0
}

.slider-arrow {
    background: url(img/iscriviti-newsletter.png);
    display: block;
    height: 169px;
    right: 301px;
    top: 50%;
    position: absolute;
    margin-top: -75px;
    overflow: hidden;
    text-indent: -900px;
    width: 19px
}

.fr .slider-arrow {
    background: url(img/iscriviti-newsletter-fr.png)
}

.open .close-slider {
    opacity: 1;
    filter: alpha(opacity=100)
}

.close-slider {
    background: url(img/close-slider.png);
    display: block;
    height: 19px;
    left: -18px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    position: absolute;
    text-indent: -999px;
    top: 0;
    width: 19px
}

.panel .widget_wysija_cont .updated, .widget_wysija_cont .login .message {
    background-color: #fff;
    border: none;
    color: #666;
    font-family: futura_bk_btbook;
    padding: 0;
    font-size: 14px;
    max-width: 200px;
    margin: 10px auto;
    text-align: center
}

.allmsgs blink {
    display: none
}

.page-title-subtitle p {
    margin: 20px 0 0
}

h3.link a {
    background: #c00;
    color: #fff;
    padding: 5px 10px;
    text-align: center
}

h3.link a:hover {
    background: #900
}

h3.link {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px
}

#map_wrapper {
    height: 450px
}

#map_canvas {
    width: 100%;
    height: 100%
}

.sharrre {
    float: left;
    margin: 0 0 0 20px
}

#share {
    float: right;
    margin: 0
}

.sharrre .box a:hover {
    text-decoration: none
}

.sharrre .count {
    margin: 0 15px;
    color: #525b67;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    height: 20px;
    position: relative;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #b2c6cc;
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbfbfb), color-stop(100%, #f6f6f6));
    background: -webkit-linear-gradient(top, #fbfbfb 0, #f6f6f6 100%);
    background: -o-linear-gradient(top, #fbfbfb 0, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0, #f6f6f6 100%);
    background: linear-gradient(top, #fbfbfb 0, #f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f6f6f6', GradientType=0)
}

.sharrre .count:after, .sharrre .count:before {
    content: '';
    display: block;
    position: absolute;
    left: 49%;
    width: 0;
    height: 0
}

.sharrre .count:before {
    border: 7px solid transparent;
    border-top-color: #b2c6cc;
    margin-left: -7px;
    bottom: -14px
}

.sharrre .count:after {
    border: 6px solid transparent;
    margin-left: -6px;
    bottom: -12px;
    border-top-color: #fbfbfb
}

.sharrre .share {
    color: #FFF;
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin-top: 8px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 70px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#twitter .share {
    text-shadow: 1px 0 0 #0077be;
    filter: dropshadow(color=#0077be, offx=1, offy=0);
    background: url(img/tweet.gif);
    box-shadow: 0 1px 4px #DDD, 0 1px 0 #5cd3f1 inset;
    text-indent: -9999px
}

#facebook .share {
    text-shadow: 1px 0 0 #26427e;
    filter: dropshadow(color=#26427e, offx=1, offy=0);
    background: url(img/facebook.gif);
    box-shadow: 0 1px 4px #DDD, 0 1px 0 #80a1d6 inset;
    text-indent: -9999px
}

#googleplus .share {
    text-shadow: 1px 0 0 #222;
    filter: dropshadow(color=#222222, offx=1, offy=0);
    background: url(img/google.gif);
    box-shadow: 0 1px 4px #DDD, 0 1px 0 #929292 inset;
    text-indent: -9999px
}

#pinterest .share {
    text-shadow: 1px 0 0 #222;
    filter: dropshadow(color=#222222, offx=1, offy=0);
    background: url(img/pinit.gif);
    box-shadow: 0 1px 4px #DDD, 0 1px 0 #929292 inset;
    text-indent: -9999px
}

@media only screen and (max-width: 319px) {
    .big-text h2 {
        font-size: 11px;
        padding: 2px 6px
    }

    .big-text p {
        font-size: 10px;
        line-height: 14px
    }

    html #wrapper {
        width: 240px;
        margin: 0 auto
    }

    .centered-wrapper {
        width: 220px;
        padding: 0 10px
    }

    .tp-bullets, .tparrows {
        display: none
    }

    #flickr li {
        margin: 0 10px 9px 0
    }

    ul#social {
        float: none;
        text-align: center
    }

    ul#social li {
        display: inline-block
    }

    h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 13px
    }

    h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px
    }

    h3 {
        font-size: 16px;
        line-height: 22px
    }

    h4 {
        font-size: 12px;
        line-height: 20px
    }

    .space {
        height: 40px
    }

    blockquote {
        margin: 10px 20px;
        padding: 0 0 5px 10px
    }

    .portfolio li.item-wide h1 {
        font-size: 20px;
        line-height: 28px
    }

    .portfolio li.item-long h1 {
        font-size: 14px
    }

    div.jp-audio div.jp-type-single div.jp-progress, div.jp-duration {
        display: none
    }

    .author-bio {
        padding: 15px
    }

    .authorp {
        width: 100%;
        margin-top: 10px
    }

    .authorp h2 {
        font-size: 14px
    }

    .author-bio img {
        margin: 0 15px 0 0
    }

    .commentwrap {
        margin: 0 0 0 80px
    }

    .author-bio img, .avatar img {
        width: 60px;
        height: 60px
    }

    .contact-info {
        margin-bottom: 30px
    }

    .single-post .widget {
        margin-top: 40px;
        margin-bottom: 0
    }

    .separator {
        width: 100%;
        height: 1px;
        clear: both;
        margin: 30px 0;
        display: inline-block
    }

    .double-separator {
        width: 100%;
        height: 1px;
        clear: both;
        margin: 30px 0
    }

    ul#social {
        margin: 30px 0 10px
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .big-text h2 {
        font-size: 14px;
        padding: 5px 10px
    }

    .big-text p {
        font-size: 11px;
        line-height: 14px
    }

    html #wrapper {
        width: 320px;
        margin: 0 auto
    }

    #header .one-fourth {
        width: 320px
    }

    .centered-wrapper {
        width: 300px;
        padding: 0 10px
    }

    .tp-bullets, .tparrows {
        display: none
    }

    #flickr li {
        margin: 0 10px 9px 0
    }

    ul#social {
        float: none;
        text-align: center
    }

    ul#social li {
        display: inline-block
    }

    .portfolio li.item-wide h1 {
        font-size: 20px;
        line-height: 28px
    }

    .portfolio li.item-long h1 {
        font-size: 18px
    }

    div.jp-duration {
        display: none
    }

    div.jp-audio div.jp-type-single div.jp-progress {
        width: 25% !important;
        left: 34% !important
    }

    .widget {
        margin-bottom: 0;
        margin-top: 30px
    }

    .authorp h2 {
        font-size: 16px
    }

    .author-bio img {
        margin: 0 15px 0 0;
        width: 13%
    }

    ul#social {
        margin: 30px 0 10px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .big-text h2 {
        font-size: 16px;
        padding: 10px 15px
    }

    .big-text p {
        font-size: 12px;
        line-height: 16px
    }

    html #wrapper {
        width: 480px;
        margin: 0 auto
    }

    html #footer {
        width: 480px
    }

    .centered-wrapper {
        width: 460px;
        padding: 0 10px
    }

    .tp-bullets, .tparrows {
        display: none
    }

    ul#social {
        float: none;
        text-align: center
    }

    ul#social li {
        display: inline-block
    }

    .portfolio li.item-wide h1 {
        font-size: 20px;
        line-height: 28px
    }

    .portfolio li.item-long h1 {
        font-size: 14px
    }

    .widget {
        margin-bottom: 0;
        margin-top: 30px
    }

    .author-bio {
        padding: 15px
    }

    .authorp {
        width: 340px
    }

    .authorp h2 {
        font-size: 14px
    }

    .author-bio img {
        margin: 0 15px 0 0
    }

    ul#social {
        margin: 30px 0 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .percent-one-half {
        width: 48%
    }

    .percent-one-third {
        width: 30.66%
    }

    .percent-two-third {
        width: 65.33%
    }

    .percent-one-fourth {
        width: 22%
    }

    .percent-three-fourth {
        width: 74%
    }

    .percent-one-fifth {
        width: 16.8%
    }

    .percent-two-fifth {
        width: 37.6%
    }

    .percent-three-fifth {
        width: 58.4%
    }

    .percent-four-fifth {
        width: 67.2%
    }

    .percent-one-sixth {
        width: 13.33%
    }

    .percent-five-sixth {
        width: 82.67%
    }

    .percent-five-sixth, .percent-four-fifth, .percent-one-fifth, .percent-one-fourth, .percent-one-half, .percent-one-sixth, .percent-one-third, .percent-three-fifth, .percent-three-fourth, .percent-two-fifth, .percent-two-third {
        position: relative;
        margin-right: 4%;
        float: left;
        min-height: 1px
    }

    html #wrapper {
        width: 768px;
        margin: 0 auto
    }

    .centered-wrapper {
        width: 748px;
        padding: 0 10px
    }

    ul#social {
        float: right;
        text-align: center;
        margin-bottom: 30px
    }

    ul#social li {
        display: inline-block
    }

    .on-three-columns .jp-duration {
        display: none
    }

    .widget {
        margin-top: 40px;
        margin-bottom: 0
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    ul#mainnav li a {
        padding: 0 5px;
        margin: 0 5px;
        font-size: 13px
    }

    html #wrapper {
        width: 100%;
        margin: 0 auto
    }

    .centered-wrapper {
        width: 1004px;
        padding: 0 10px
    }

    article.partner {
        border-right: 1px dotted #ccc;
        float: left;
        margin-bottom: 2%;
        margin-right: 2%;
        min-height: 300px;
        padding-right: 2%;
        width: 29%
    }
}

@media only screen and (max-width: 1279px) {
    div.fancy-select div.trigger {
        line-height: 34px;
        height: 34px
    }

    .socialshare {
        float: right;
        margin-bottom: 20px;
        text-align: left;
        width: 100%
    }
}

@media only screen and (max-width: 1024px) {
    #header .widget {
        float: none;
        max-width: 350px
    }

    article.partner {
        border-right: 1px dotted #ccc;
        float: left;
        margin-bottom: 2%;
        margin-right: 2%;
        min-height: 250px;
        padding-right: 2%;
        width: 45%
    }

    div.fancy-select div.trigger {
        height: 30px;
        line-height: 30px
    }
}

@media only screen and (max-width: 767px) {
    div.fancy-select div.trigger {
        height: 45px;
        line-height: 45px
    }

    article.partner {
        border-right: none;
        float: left;
        margin-bottom: 2%;
        margin-right: 0;
        min-height: 200px;
        padding-right: 0;
        width: 100%
    }

    nav#navigation {
        max-height: 400px;
        overflow-y: scroll
    }

    nav#navigation ul li a {
        background: 0 0 !important
    }

    .percent-five-sixth, .percent-four-fifth, .percent-one-fifth, .percent-one-fourth, .percent-one-half, .percent-one-sixth, .percent-one-third, .percent-three-fifth, .percent-three-fourth, .percent-two-fifth, .percent-two-third {
        width: 100%;
        position: relative;
        margin-right: 0;
        float: left;
        min-height: 1px;
        margin-bottom: 20px
    }

    ul#filters li {
        margin: 0 5px 15px 0;
        float: left
    }

    .pricing-column.cols-4 {
        width: 100%;
        margin-bottom: 20px
    }

    .package-features, .package-value, .pricing-column .signup {
        border-left: 1px solid #DBDBDB
    }

    ul#social li a {
        margin: 0 10px
    }

    #bottomfooter p {
        text-align: center;
        float: none
    }

    .socialshare span {
        margin-bottom: 5px
    }

    .socialshare {
        margin-bottom: 20px;
        text-align: center
    }
}

@media only screen and (min-width: 1023px) {
    .nav-btn {
        margin: -1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        height: 1px
    }
}

@media only screen and (max-width: 1023px) {
    ul.tabs li {
        width: 100%
    }

    ul.tabs li a {
        border: 1px solid #efefef;
        padding-top: 15px;
        padding-bottom: 15px
    }

    #percent-sidebar, .percent-blog {
        width: 100%;
        margin: 0;
        clear: both
    }

    #navigation {
        margin-top: 15px;
        width: 100%
    }

    ul#mainnav {
        padding-top: 0;
        width: 100%;
        margin-right: 0
    }

    ul#mainnav > li {
        background: 0 0;
        width: 100%;
        border-bottom: 1px solid #EFEFEF
    }

    ul#mainnav > li:last-child {
        border: 0
    }

    ul#mainnav li a {
        padding: 9px 0;
        display: block;
        margin: 0;
        height: auto;
        line-height: inherit
    }

    ul#mainnav li ul {
        display: block !important;
        position: relative;
        padding: 0;
        width: 95%
    }

    ul#mainnav li ul li {
        border-top: 1px solid #EFEFEF;
        background: 0 0
    }

    ul#mainnav li ul li a, ul#mainnav li ul li a:active, ul#mainnav li ul li a:visited, ul#mainnav li ul li ul li a {
        width: 100%;
        padding: 9px 0;
        font-size: 13px !important;
        background: 0 0
    }

    .sf-menu ul {
        left: 5%
    }

    #header .percent-five-sixth {
        width: 50%;
        clear: both;
        margin-bottom: 0
    }

    #header .centered-wrapper {
        position: relative
    }

    #header {
        width: 100%
    }

    #header .percent-one-sixth {
        margin-bottom: -30px
    }

    #lang {
        position: fixed;
        right: 70px;
        top: 20px;
        margin: 0 !important
    }
}

.tp-caption.tp-hidden-caption, .tp-hide-revslider {
    visibility: hidden !important;
    display: none !important
}

.tp-caption-demo .tp-caption {
    position: relative !important;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px !important
}

.tp-caption.medium_grey {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    padding: 2px 4px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #888;
    white-space: nowrap
}

.tp-caption.small_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.medium_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.large_bold_white_25 {
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    text-shadow: #000 0 5px 10px;
    border-width: 0;
    border-color: #fff;
    border-style: none
}

.tp-caption.medium_text_shadow {
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    text-shadow: #000 0 5px 10px;
    border-width: 0;
    border-color: #fff;
    border-style: none
}

.tp-caption.large_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.very_large_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    letter-spacing: -2px
}

.tp-caption.very_big_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    padding: 1px 4px 0;
    background-color: #000
}

.tp-caption.very_big_black {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    padding: 1px 4px 0;
    background-color: #fff
}

.tp-caption.modern_medium_fat {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.modern_medium_fat_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.modern_medium_light {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.modern_big_bluebg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    padding: 3px 10px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #4e5b6c;
    letter-spacing: 0
}

.tp-caption.modern_big_redbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    padding: 1px 10px 3px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #de543e;
    letter-spacing: 0
}

.tp-caption.modern_small_text_dark {
    position: absolute;
    color: #555;
    text-shadow: none;
    font-size: 14px;
    line-height: 22px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption a {
    color: #ff7302;
    text-shadow: none;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    -ms-transition: color .2s ease-out
}

.tp-caption a:hover {
    color: #ffa902
}

.tp-caption.thinheadline_dark {
    position: absolute;
    color: rgba(0, 0, 0, .85);
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    font-family: "Open Sans";
    background-color: transparent
}

.tp-caption.thintext_dark {
    position: absolute;
    color: rgba(0, 0, 0, .85);
    text-shadow: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    font-family: "Open Sans";
    background-color: transparent
}

.tp-caption.medium_bg_red a {
    color: #fff;
    text-decoration: none
}

.tp-caption.medium_bg_red a:hover {
    color: #fff;
    text-decoration: underline
}

.tp-caption.smoothcircle {
    font-size: 30px;
    line-height: 75px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #000;
    background-color: rgba(0, 0, 0, .498039);
    padding: 50px 25px;
    text-align: center;
    border-radius: 500px;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.largeblackbg {
    font-size: 50px;
    line-height: 70px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #000;
    padding: 0 20px 5px;
    text-shadow: none;
    border-width: 0;
    border-color: #fff;
    border-style: none
}

.tp-caption.largepinkbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #db4360;
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.tp-caption.largewhitebg {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #fff;
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.tp-caption.largegreenbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #67ae73;
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.tp-caption.excerpt {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    font-family: Arial;
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 1);
    text-shadow: none;
    margin: 0;
    letter-spacing: -1.5px;
    padding: 1px 4px 0;
    width: 150px;
    white-space: normal !important;
    height: auto;
    border-width: 0;
    border-color: #fff;
    border-style: none
}

.tp-caption.large_bold_grey {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #666;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    margin: 0;
    padding: 1px 4px 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_thin_grey {
    font-size: 34px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #666;
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0;
    text-shadow: none;
    margin: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.small_thin_grey {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #757575;
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0;
    text-shadow: none;
    margin: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.lightgrey_divider {
    text-decoration: none;
    background-color: rgba(235, 235, 235, 1);
    width: 370px;
    height: 3px;
    background-position: initial initial;
    background-repeat: initial initial;
    border-width: 0;
    border-color: #222;
    border-style: none
}

.tp-caption.large_bold_darkblue {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #34495e;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bg_darkblue {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #34495e;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bold_red {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #e33a0c;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_light_red {
    font-size: 21px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #e33a0c;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bg_red {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #e33a0c;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bold_orange {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #f39c12;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bg_orange {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #f39c12;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.grassfloor {
    text-decoration: none;
    background-color: rgba(160, 179, 151, 1);
    width: 4000px;
    height: 150px;
    border-width: 0;
    border-color: #222;
    border-style: none
}

.tp-caption.large_bold_white {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_light_white {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.mediumlarge_light_white {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.mediumlarge_light_white_center {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    text-align: center;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bg_asbestos {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #7f8c8d;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_light_black {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #000;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.large_bold_black {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.mediumlarge_light_darkblue {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #34495e;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.small_light_white {
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.roundedimage {
    border-width: 0;
    border-color: #222;
    border-style: none
}

.tp-caption.large_bg_black {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #000;
    padding: 10px 20px 15px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.mediumwhitebg {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #000;
    text-decoration: none;
    background-color: #fff;
    padding: 5px 15px 10px;
    text-shadow: none;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.medium_bg_orange_new1 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #f39c12;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.boxshadow {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.tp-caption.black {
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 19px;
    line-height: 19px;
    font-family: 'Open Sans', sans
}

.tp-caption.noshadow {
    text-shadow: none
}

.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none !important
}

.tp-caption {
    transform: none !important
}

.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-simpleresponsive .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.png) top repeat-x;
    font-family: arial, sans-serif;
    font-weight: 700;
    letter-spacing: -1px
}

.tp-simpleresponsive .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.png) top repeat-x
}

.tp-simpleresponsive .button.big:hover, .tp-simpleresponsive .button:hover, .tp-simpleresponsive .purchase:hover {
    background-position: bottom, 15px 11px
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tp-simpleresponsive .button {
        padding: 4px 8px 3px;
        line-height: 25px !important;
        font-size: 11px !important;
        font-weight: 400
    }

    .tp-simpleresponsive a.button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none
    }
}

@media only screen and (min-width: 0) and (max-width: 479px) {
    .tp-simpleresponsive .button {
        padding: 2px 5px;
        line-height: 20px !important;
        font-size: 10px !important
    }

    .tp-simpleresponsive a.button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none
    }
}

.tp-simpleresponsive .button.green, .tp-simpleresponsive .button:hover.green, .tp-simpleresponsive .purchase.green, .tp-simpleresponsive .purchase: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
}

.tp-simpleresponsive .button.blue, .tp-simpleresponsive .button:hover.blue, .tp-simpleresponsive .purchase.blue, .tp-simpleresponsive .purchase: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
}

.tp-simpleresponsive .button.red, .tp-simpleresponsive .button:hover.red, .tp-simpleresponsive .purchase.red, .tp-simpleresponsive .purchase: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
}

.tp-simpleresponsive .button.orange, .tp-simpleresponsive .button:hover.orange, .tp-simpleresponsive .purchase.orange, .tp-simpleresponsive .purchase: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
}

.tp-simpleresponsive .button.darkgrey, .tp-simpleresponsive .button.grey, .tp-simpleresponsive .button:hover.darkgrey, .tp-simpleresponsive .button:hover.grey, .tp-simpleresponsive .purchase.darkgrey, .tp-simpleresponsive .purchase:hover.darkgrey {
    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
}

.tp-simpleresponsive .button.lightgrey, .tp-simpleresponsive .button:hover.lightgrey, .tp-simpleresponsive .purchase.lightgrey, .tp-simpleresponsive .purchase: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
}

.fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0
}

.fullwidthbanner-container {
    position: relative;
    padding: 0;
    overflow: hidden
}

.fullwidthbanner-container .fullwidthbanner {
    position: relative;
    position: relative
}

.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    position: absolute;
    visibility: hidden;
    -webkit-font-smoothing: antialiased !important
}

.tp-simpleresponsive img {
    max-width: none
}

.noFilterClass {
    filter: none !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(js/rs-plugin/assets/shadow1.png) no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.tp-bannershadow.tp-shadow2 {
    background: url(js/rs-plugin/assets/shadow2.png) no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.tp-bannershadow.tp-shadow3 {
    background: url(js/rs-plugin/assets/shadow3.png) no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.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
}

.fullscreenvideo .vjs-loading-spinner {
    visibility: none;
    display: none !important;
    width: 0;
    height: 0
}

.fullscreenvideo .vjs-control-bar.vjs-fade-in, .fullscreenvideo .vjs-control-bar.vjs-fade-in.vjs-lock-showing, .fullscreenvideo .vjs-control-bar.vjs-fade-out, .fullscreenvideo .vjs-control-bar.vjs-fade-out.vjs-lock-showing {
    visibility: hidden !important;
    opacity: 0 !important;
    display: none !important;
    width: 0;
    height: 0;
    overflow: hidden
}

.fullcoveredvideo video, .fullcoveredvideo.video-js {
    background: 0 0 !important
}

.fullcoveredvideo .vjs-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.tp-dottedoverlay.twoxtwo {
    background: url(js/rs-plugin/assets/gridtile.png)
}

.tp-dottedoverlay.twoxtwowhite {
    background: url(js/rs-plugin/assets/gridtile_white.png)
}

.tp-dottedoverlay.threexthree {
    background: url(js/rs-plugin/assets/gridtile_3x3.png)
}

.tp-dottedoverlay.threexthreewhite {
    background: url(js/rs-plugin/assets/gridtile_3x3_white.png)
}

.tpclear {
    clear: both
}

.tp-bullets {
    z-index: 1000;
    position: absolute;
    -ms-filter: "alpha(Opacity=100)";
    -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 {
    -ms-filter: "alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tp-bullets.simplebullets.navbar {
    border: 1px solid #666;
    border-bottom: 1px solid #444;
    background: url(js/rs-plugin/assets/boxed_bgtile.png);
    height: 40px;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.tp-bullets.simplebullets.navbar-old {
    background: url(js/rs-plugin/assets/navigdots_bgtile.png);
    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(js/rs-plugin/assets/bullet.png) 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(js/rs-plugin/assets/bullets.png) 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(js/rs-plugin/assets/bullets2.png) 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(js/rs-plugin/assets/bullets2.png) 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(js/rs-plugin/assets/bullet_boxed.png) top left;
    width: 18px;
    height: 19px;
    margin-right: 5px;
    float: left;
    margin-top: 0
}

.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(js/rs-plugin/assets/navigdots.png) 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 {
    -ms-filter: "alpha(Opacity=100)";
    -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)
}

.tparrows.hidearrows {
    -ms-filter: "alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tp-leftarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(js/rs-plugin/assets/large_left.png) top left;
    width: 40px;
    height: 40px
}

.tp-rightarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(js/rs-plugin/assets/large_right.png) top left;
    width: 40px;
    height: 40px
}

.tp-leftarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(js/rs-plugin/assets/small_left.png) 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(js/rs-plugin/assets/small_right.png) 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(js/rs-plugin/assets/arrow_left.png) 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(js/rs-plugin/assets/arrow_right.png) 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(js/rs-plugin/assets/small_left_boxed.png) 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(js/rs-plugin/assets/small_right_boxed.png) 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(js/rs-plugin/assets/arrowleft.png) 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(js/rs-plugin/assets/arrowright.png) 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(js/rs-plugin/assets/arrow_left2.png) 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(js/rs-plugin/assets/arrow_right2.png) 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(js/rs-plugin/assets/arrow_left2.png) 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(js/rs-plugin/assets/arrow_right2.png) top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0;
    margin-top: 0
}

.tp-leftarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(js/rs-plugin/assets/large_left.png);
    width: 40px;
    height: 40px
}

.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(js/rs-plugin/assets/large_right.png);
    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
}

.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;
    -ms-filter: "alpha(Opacity=50)";
    -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 {
    -ms-filter: "alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.tp-thumbs img {
    width: 100%
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(js/rs-plugin/assets/timer.png);
    position: absolute;
    z-index: 200;
    top: 0
}

.tp-bannertimer.tp-bottom {
    bottom: 0;
    height: 5px;
    top: auto
}

@media only screen and (min-width: 0) and (max-width: 479px) {
    .responsive .tp-bullets, .responsive .tparrows {
        display: none
    }
}

.vjs-tech {
    margin-top: 1px
}

.tp-caption .vjs-default-skin .vjs-big-play-button {
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    line-height: 30px;
    vertical-align: top;
    padding: 0
}

.tp-caption .vjs-default-skin .vjs-big-play-button:before {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    text-shadow: none !important;
    color: #fff;
    font-size: 18px
}

.tp-caption .vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
    box-shadow: none;
    -webkit-box-shadow: none
}

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.tp-simpleresponsive a {
    text-decoration: none
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.tp-simpleresponsive > ul > li {
    list-stye: none;
    position: absolute;
    visibility: hidden
}

.caption.slidelink a div, .tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(js/rs-plugin/assets/coloredbg.png)
}

.tp-loader {
    background: url(js/rs-plugin/assets/loader.gif) 10px 10px no-repeat #fff;
    margin: -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tp-transparentimg {
    content: "url(js/rs-plugin/assets/transparent.png)"
}

.tp-3d {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%
}

.tp-caption img {
    background: 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    zoom: 1
}

@font-face {
    font-family: revicons;
    src: url(../font/revicons90c6.eot?5510888);
    src: url(../font/revicons90c6.eot?5510888#iefix) format('embedded-opentype'), url(../font/revicons90c6.woff?5510888) format('woff'), url(../font/revicons90c6.ttf?5510888) format('truetype'), url(../font/revicons90c6.svg?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'
}

.percent-two-third.portfolio-inner ul li a {
    display: block;
    margin: 10px auto 0
}

.percent-two-third.portfolio-inner ul li a img {
    max-width: 90%
}

.percent-two-third.portfolio-inner ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 25%
}

.percent-two-third.portfolio-inner > ul {
    margin-top: 10px
}

.cml_flags_on_top {
    display: none
}

.soldout {
    background: #c00;
    color: #fff;
    font-family: futura_md_btbold;
    padding: 5px 10px;
    position: absolute;
    z-index: 99
}

.percent-one-fourth:nth-child(4n+1) {
    margin-right: 0
}

div.wpcf7-validation-errors,div.wpcf7-mail-sent-ok,div.wpcf7-response-output {
    border: none;
    clear: both;
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 992px){
    #callnowbutton {
        display: block;
        width: 100px;
        right: 0;
        border-bottom-left-radius: 40px;
        border-top-left-radius: 40px;
        height: 80px;
        position: fixed;
        bottom: -20px;
        border-top: 2px solid #f00;
        background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNjAgNjAiPjxwYXRoIGQ9Ik03LjEwNCAxNC4wMzJsMTUuNTg2IDEuOTg0YzAgMC0wLjAxOSAwLjUgMCAwLjk1M2MwLjAyOSAwLjc1Ni0wLjI2IDEuNTM0LTAuODA5IDIuMSBsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDE2LjUgMTcuNCAxOS44IDE5LjhsMTYuODEzIDEuMTQxYzAgMCAwIDAuNCAwIDEuMSBjLTAuMDAyIDAuNDc5LTAuMTc2IDAuOTUzLTAuNTQ5IDEuMzI3bC02LjUwNCA2LjUwNWMwIDAtMTEuMjYxIDAuOTg4LTI1LjkyNS0xMy42NzRDNi4xMTcgMjUuMyA3LjEgMTQgNy4xIDE0IiBmaWxsPSIjMTk2Yzk3Ii8+PHBhdGggZD0iTTcuMTA0IDEzLjAzMmw2LjUwNC02LjUwNWMwLjg5Ni0wLjg5NSAyLjMzNC0wLjY3OCAzLjEgMC4zNWw1LjU2MyA3LjggYzAuNzM4IDEgMC41IDIuNTMxLTAuMzYgMy40MjZsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDUuMyA2LjkgOS4xIDEwLjY5OWMzLjg0MiAzLjggNy40IDYuNyAxMC43IDkuMSBsNC43NC00Ljc0MmMwLjg5Ny0wLjg5NSAyLjQ3MS0xLjAyNiAzLjQ5OC0wLjI4OWw3LjY0NiA1LjQ1NWMxLjAyNSAwLjcgMS4zIDIuMiAwLjQgMy4xMDVsLTYuNTA0IDYuNSBjMCAwLTExLjI2MiAwLjk4OC0yNS45MjUtMTMuNjc0QzYuMTE3IDI0LjMgNy4xIDEzIDcuMSAxMyIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) center 2px no-repeat #c00;
        text-decoration: none;
        box-shadow: 0 0 5px #888;
        z-index: 9999;
        background-size: 58px 58px;
    }}