@font-face {
    font-family: 'FontAwesome';
    src: url(../font/fontawesome-webfont.eot?v=4.0.3);
    src: url('../font/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url(../font/fontawesome-webfont.woff?v=4.0.3) format('woff'),url(../font/fontawesome-webfont.ttf?v=4.0.3) format('truetype'),url('../font/fontawesome-webfont.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: solid .08em #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-gear:before,.fa-cog: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-rotate-right:before,.fa-repeat: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-warning:before,.fa-exclamation-triangle: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-gears:before,.fa-cogs: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-save:before,.fa-floppy-o: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-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-asc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-desc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard: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-reply-all:before {
    content: "\f122"
}

.fa-mail-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-unlink:before,.fa-chain-broken: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-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw: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-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

* :focus {
    outline: 0
}

.flex-viewport>ul.slides>li.one-fourth>div.p-item>figure>figcaption>h5 {
    height: 44px!important;
    overflow: hidden
}

a.resima {
    background: #fff;
    height: 70px;
    display: block;
    width: 85%;
    margin: 0 auto;
    position: relative
}

a.resima img {
    margin: 0 auto;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.cf:before,.cf:after,.col-row:before,.col-row:after {
    content: " ";
    display: table
}

.cf:after,.col-row:after {
    clear: both
}

.cf,.col-row {
    *zoom:1}

.col-row {
    margin-bottom: 20px
}

.col-row .col-row {
    margin-bottom: 0
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 11000
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px
}

.no-js #preloader {
    display: none
}

body {
    color: #757575;
    font-size: 13px;
    font-family: 'Open Sans',Arial,sans-serif;
    line-height: 21px;
    position: relative;
    background: #fff
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    margin-bottom: 10px
}

h1 {
    font-size: 38px;
    line-height: 40px;
    color: #e2492f
}

h2 {
    font-size: 20px;
    color: #373737;
    text-transform: uppercase
}

h3 {
    color: #373737;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 400
}

h4 {
    font-size: 14px;
    font-weight: 400
}

h5 {
    font-size: 13px
}

h6 {
    color: #e2492f;
    font-size: 12px;
    letter-spacing: .5px;
    margin-top: 0
}

p {
    padding-bottom: 20px
}

a {
    color: #e2492f;
    text-decoration: none;
    -webkit-transition: color .1s linear;
    -moz-transition: color .1s linear;
    -o-transition: color .1s linear;
    -ms-transition: color .1s linear;
    transition: color .1s linear
}

a:hover {
    color: #1f1f1f
}

ul {
    list-style: none
}

.custom-list {
    line-height: 24px
}

.ui-tooltip {
    border-radius: 5px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    color: #fff;
    text-align: center;
    background: #111;
    padding: 4px 8px;
    font-size: 11px;
    opacity: .8
}

.ui-tooltip,.arrow:after {
    background: #111
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px
}

.arrow.top {
    top: -16px;
    bottom: auto
}

.arrow.left {
    left: 20%
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg)
}

.arrow.top:after {
    bottom: -20px;
    top: auto
}

.author {
    text-align: right;
    font-size: 13px;
    font-style: normal;
    color: #e2492f;
    margin-top: -10px
}

.quote-left .author {
    text-align: left
}

.quote-left {
    float: left;
    width: 240px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    background: url(../img/quotes.png) no-repeat right top;
    padding-right: 40px
}

.quote-right {
    float: right;
    width: 240px;
    margin-left: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    background: url(../img/quotes.png) no-repeat left top;
    padding-left: 40px
}

.highlight-1,.highlight-2,.highlight-3 {
    padding: 1px 5px
}

.highlight-1 {
    color: #2f2f2f;
    background: #fbffa3
}

.highlight-2 {
    color: #f7f7f7;
    background: #2f2f2f
}

.highlight-3 {
    color: #f7f7f7;
    background: #e2492f
}

abbr,acronym {
    border-bottom: 1px solid #929292
}

del {
    color: #929292
}

pre,code,tt {
    font-family: 'lucida console',monospace
}

ol li {
    font-size: 12px
}

strong {
    color: #373737
}

.separator-1,.separator-2,.separator-3,.separator-4,.separator-5,.separator-6,.separator-7 {
    height: 27px;
    margin-bottom: 40px;
    margin-top: 0;
    border: none;
    clear: both
}

.separator-1 {
    background: url(../img/cizgiler/sign.png) no-repeat center
}

.separator-2 {
    background: url(../img/cizgiler/waves.png) no-repeat center
}

.separator-3 {
    background: url(../img/cizgiler/star.png) no-repeat center
}

.separator-4 {
    background: url(../img/cizgiler/jigsaw.png) no-repeat center
}

.separator-5 {
    background: url(../img/cizgiler/crown.png) no-repeat center
}

.separator-6 {
    background: url(../img/cizgiler/arrow.png) no-repeat center
}

.separator-7 {
    background: url(../img/cizgiler/diamond.png) no-repeat center
}

footer .separator-1 {
    background: url(../img/cizgiler/sign-footer.png) no-repeat center
}

footer .separator-2 {
    background: url(../img/cizgiler/waves-footer.png) no-repeat center
}

footer .separator-3 {
    background: url(../img/cizgiler/star-footer.png) no-repeat center
}

footer .separator-4 {
    background: url(../img/cizgiler/jigsaw-footer.png) no-repeat center
}

footer .separator-5 {
    background: url(../img/cizgiler/crown-footer.png) no-repeat center
}

footer .separator-6 {
    background: url(../img/cizgiler/arrow-footer.png) no-repeat center
}

footer .separator-7 {
    background: url(../img/cizgiler/diamond-footer.png) no-repeat center
}

.left-img {
    float: left;
    margin-right: 15px;
    margin-bottom: 0
}

.right-img {
    float: right;
    margin-left: 15px;
    margin-bottom: 0
}

.image-container {
    position: relative
}

.img-absolute {
    position: absolute
}

.frame {
    margin-bottom: 15px;
    padding: 4px;
    border: 1px solid #d7d7d7
}

.rounded {
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.button {
    color: #f7f7f7;
    background: #e2492f;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    display: inline-block;
    margin-bottom: 20px
}

.button-secondary {
    color: #f7f7f7;
    background: #373737;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    display: inline-block;
    margin-bottom: 20px
}

.button-secondary:hover {
    background: #757575;
    color: #fff
}

.button:hover {
    background: #2f2f2f;
    color: #f7f7f7
}

.border {
    color: #757575;
    background: none;
    border: 1px solid;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.border:hover {
    background: none;
    color: #e2492f
}

.button i,.button-secondary i {
    padding-right: 5px
}

.tiny-btn {
    font-size: 9px;
    padding: 2px 6px;
    text-transform: uppercase
}

.small-btn {
    font-size: 10px;
    padding: 3px 8px;
    text-transform: uppercase
}

.medium-btn {
    font-size: 11px;
    padding: 7px 11px;
    text-transform: uppercase
}

.large-btn {
    font-size: 12px;
    padding: 9px 14px;
    text-transform: uppercase
}

.large-btn i {
    font-size: 13px
}

table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px
}

th {
    color: #e2492f;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 2px solid #c1c1c1;
    border-right: 1px solid #e1e1e1
}

thead,tfoot {
    font-weight: 700
}

th {
    padding: 8px
}

td,caption {
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1
}

th,td,caption {
    padding: 8px
}

tr.even td {
    background: #f4f4f4
}

caption {
    color: #e2492f;
    border-collapse: collapse
}

.dropcap-1 {
    display: block;
    float: left;
    font-size: 36px;
    line-height: 36px;
    margin: 2px 8px 0 0;
    color: #e2492f
}

.dropcap-2 {
    display: block;
    color: #f7f7f7;
    font-size: 23px;
    padding-top: 7px;
    width: 33px;
    height: 27px;
    text-align: center;
    border-radius: 50%;
    background-color: #2f2f2f;
    float: left;
    margin: 4px 8px 0 0
}

.skill-list {
    margin-bottom: 15px
}

.skillbar {
    position: relative;
    display: block;
    margin-bottom: 5px;
    width: 100%;
    background: #f4f4f4;
    height: 35px;
    border-bottom: 1px solid #e4e4e4;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.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
}

.skillbar-title {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #fff;
    width: 100%
}

.skillbar-title span {
    display: block;
    padding: 0 20px;
    height: 35px;
    line-height: 35px
}

.skillbar-title i {
    float: left;
    line-height: 35px;
    padding: 0 15px;
    font-size: 14px
}

.skillbar-bar {
    height: 35px;
    width: 0;
    background: #e2492f;
    border-bottom: 1px solid #e2492f
}

.skill-bar-percent {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 11px;
    height: 35px;
    line-height: 35px;
    color: #373737
}

.logo {
    float: left;
    margin-top: 26px;
    margin-bottom: 3px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.logo img {
    vertical-align: bottom
}

header {
    position: relative;
    z-index: 300;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    background: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.boxshadow header {
    border: none;
    -webkit-box-shadow: 0 3px 4px -3px #999;
    box-shadow: 0 3px 4px -3px #999
}

.header-top {
    background: #f7f7f7;
    border-bottom: 1px solid #f0f0f0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.header-top ul li,.header-top ul li a {
    display: inline-block;
    margin-left: 10px;
    font-size: 11px;
    color: #999
}

.header-top ul li a:hover {
    color: #e2492f
}

.header-top-links {
    margin-top: 10px
}

.navigation ul li {
    display: block;
    float: left;
    position: relative
}

.navigation ul li a {
    font-size: 13px;
    font-weight: 700;
    color: #4d4d4d;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    -webkit-transition: background-color .2s linear,padding-top .2s linear;
    -moz-transition: background-color .2s linear,padding-top .2s linear;
    -o-transition: background-color .2s linear,padding-top .2s linear;
    -ms-transition: background-color .2s linear,padding-top .2s linear;
    transition: background-color .2s linear,padding-top .2s linear;
    padding: 34px 9px 10px
}

.navigation ul li a:hover,.navigation .active-nav {
    background-color: #373737;
    text-shadow: none;
    color: #f7f7f7!important;
    -webkit-box-shadow: 0 3px 0 #e2492f;
    box-shadow: 0 3px 0 #e2492f
}

.navigation ul li a span {
    font-family: Arial,sans-serif;
    text-transform: uppercase;
    font-size: 9px;
    display: block;
    line-height: 14px;
    color: #9f9f9f
}

.navigation ul .dropdown>a {
    background-color: #373737;
    text-shadow: none;
    color: #f7f7f7;
    -webkit-box-shadow: 0 3px 0 #e2492f;
    box-shadow: 0 3px 0 #e2492f
}

.navigation ul ul {
    margin-top: 48px;
    position: absolute;
    top: -999em;
    width: 230px;
    background: #fff;
    border-top: 3px solid #e2492f;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.4)
}

.navigation ul ul li a:hover {
    background-color: #373737;
    box-shadow: none
}

.navigation ul {
    float: right;
    position: relative;
    z-index: 1200;
    margin-right: 15px
}

.navigation-simple ul li {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding: 6px
}

.navigation-simple ul li a {
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    color: #373737;
    text-transform: uppercase;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.navigation-simple ul ul li a:hover {
    background-color: #e2492f;
    color: #fff
}

.navigation-light ul li {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    padding: 6px
}

.navigation-light ul li a {
    font-size: 14px;
    color: #757575;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.navigation-light ul ul li a {
    color: #707070;
    font-size: 13px;
    margin-left: 0;
    border: none;
    width: 150px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    padding: 8px 15px
}

.navigation-light ul ul li a:hover {
    color: #e2492f
}

.navigation ul ul li a span {
    display: none
}

.navigation ul ul li a,.navigation-simple ul ul li a {
    color: #707070;
    font-size: 11px;
    margin-left: 0;
    border: none;
    width: 200px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    padding: 8px 15px
}

.navigation ul ul .dropdown a,.navigation-simple ul ul .dropdown a,.navigation-light ul ul .dropdown a {
    box-shadow: none
}

.navigation ul ul li ul,.navigation-simple ul ul li ul,.navigation-light ul ul li ul {
    border: none
}

.navigation ul ul li,.navigation-simple ul ul li,.navigation-light ul ul li {
    width: 100%;
    margin-left: 0;
    padding: 0
}

.navigation ul li:hover,.navigation-simple ul li:hover,.navigation-light ul li:hover {
    visibility: inherit
}

.navigation ul a,.navigation-simple ul a,.navigation-light ul a {
    position: relative
}

.navigation ul li:hover ul,.navigation ul li.sfHover ul,.navigation-simple ul li:hover ul,.navigation-simple ul li.sfHover ul,.navigation-light ul li:hover ul,.navigation-light ul li.sfHover ul {
    left: 0;
    top: 2.5em;
    z-index: 99
}

.navigation ul li:hover li ul,.navigation ul li.sfHover li ul,.navigation-simple ul li:hover li ul,.navigation-simple ul li.sfHover li ul,.navigation-light ul li:hover li ul,.navigation-light ul li.sfHover li ul {
    top: -999em;
    margin-top: 0
}

.navigation ul li li:hover ul,.navigation ul li li.sfHover ul,.navigation ul li li li:hover ul,.navigation ul li li li.sfHover ul,.navigation-simple ul li li:hover ul,.navigation-simple ul li li.sfHover ul,.navigation-simple ul li li li:hover ul,.navigation-simple ul li li li.sfHover ul,.navigation-light ul li li:hover ul,.navigation-light ul li li.sfHover ul,.navigation-light ul li li li:hover ul,.navigation-light ul li li li.sfHover ul {
    left: 180px;
    top: 0
}

.navigation ul li li:hover li ul,.navigation ul li li.sfHover li ul,.navigation-simple ul li li:hover li ul,.navigation-simple ul li li.sfHover li ul,.navigation-light ul li li:hover li ul,.navigation-light ul li li.sfHover li ul {
    top: -999em
}

.navigation ul ul li a i,.navigation ul ul li a i,.navigation-light ul ul li a i,.navigation-simple ul ul li a i {
    position: absolute;
    right: 15px;
    line-height: 23px;
    font-size: 14px
}

.navigation-simple ul,.navigation-light ul {
    float: right;
    position: relative;
    z-index: 1200;
    margin-right: 15px;
    margin-top: 35px
}

.navigation-simple ul li a:hover,.navigation-simple .active-nav,.navigation-simple ul .dropdown>a,.navigation-light ul li a:hover,.navigation-light .active-nav,.navigation-light ul .dropdown>a {
    text-shadow: none;
    color: #e2492f
}

.navigation-simple ul ul,.navigation-light ul ul {
    position: absolute;
    top: -999em;
    width: 180px;
    background: #fff;
    margin-top: 0;
    margin-left: 5px;
    border-top: 3px solid #e2492f;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.4)
}

.navigation-simple ul ul ul,.navigation-light ul ul ul {
    margin-left: 0
}

.navigation-light ul ul li a {
    border-bottom: 1px solid #ebebeb
}

.navigation-light ul ul li ul {
    border-left: 1px solid #ebebeb
}

.responsive-nav select {
    -webkit-appearance: none;
    display: none;
    background: url(../img/nav.png) no-repeat 97% center #fff;
    border: 1px solid #eee;
    cursor: pointer;
    padding: 10px 5px;
    color: #676767;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: ''
}

.responsive-nav {
    display: none;
    padding-bottom: 15px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.stuck {
    position: fixed;
    top: 0;
    padding-top: 15px;
    border-bottom: 1px solid #e4e4e4
}

.sticky-wrapper {
    height: 0!important
}

.boxshadow .stuck {
    border: none;
    -webkit-box-shadow: 0 3px 4px -3px #999;
    box-shadow: 0 3px 4px -3px #999
}

.search-button {
    display: block;
    width: 38px;
    height: 38px;
    color: #ccc;
    text-align: center;
    line-height: 36px;
    font-size: 19px;
    margin-top: 32px;
    border: 1px solid #ccc;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.search-open:hover {
    color: #fff;
    background: #e2492f;
    border-color: #e2492f
}

.search-open {
    border-radius: 50%
}

.search-close {
    border-radius: 50%;
    opacity: .4
}

.search-container {
    float: right;
    position: relative
}

.search-panel {
    position: absolute;
    background: #fff;
    left: -260px;
    top: 104px;
    width: 278px;
    border: 1px solid #eee;
    border-top: none;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none
}

#header-search-box {
    width: 223px;
    float: left;
    height: 39px;
    padding: 0 0 0 5px;
    color: #888;
    border-bottom: 1px solid #dedede;
    border-top: none;
    border-right: none;
    border-left: none;
    font-family: inherit;
    font-size: 13px
}

#header-search-button:hover {
    color: #e2492f
}

#header-search-button {
    background-color: #fff;
    width: 50px;
    height: 40px;
    border: none;
    cursor: pointer;
    color: #999;
    font-size: 16px;
    line-height: 40px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.inner-col {
    padding: 0 30px 0 0
}

img {
    height: auto
}

.one-half,.one-third,.two-third,.two-third-outer,.one-fourth,.three-fourth,.one-sixth,.five-sixth {
    float: left;
    margin-right: 24px
}

.one-fourth {
    width: 234px
}

.three-fourth {
    width: 750px
}

.one-third {
    width: 320px
}

.two-third {
    width: 664px
}

.one-half {
    width: 492px
}

.one-sixth {
    width: 148px
}

.five-sixth {
    width: 836px
}

.full-width {
    width: 100%
}

.main-content-right .full-width,.main-content-left .full-width {
    width: 664px
}

.last {
    margin-right: 0px!important
}

.col-row {
    margin-right: -24px
}

.five-sixth img,.three-fourth img,.two-third img,.one-half img,.one-third img,.one-fourth img,.one-sixth img {
    max-width: 100%
}

.container-center {
    width: 1008px;
    margin: 0 auto
}

#slider-block {
    height: 700px
}

.container-slider {
    width: 100%!important;
    position: relative;
    padding: 0;
    max-height: 640px!important;
    overflow: hidden;
    margin-bottom: 40px
}

.tp-rightarrow,.tp-leftarrow {
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    font-size: 30px;
    text-align: center;
    line-height: 48px;
    color: #bbb;
    margin-left: 2px;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    top: 50%;
    margin-top: -24px;
    border-radius: 50%;
    border: 2px solid;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    -ms-transition: all linear .2s;
    transition: all linear .2s
}

.tp-rightarrow {
    right: 24px
}

.tp-rightarrow:before {
    content: "\f105";
    font-family: FontAwesome
}

.tp-leftarrow {
    left: 24px
}

.tp-leftarrow:before {
    content: "\f104";
    font-family: FontAwesome
}

.tp-rightarrow:hover,.tp-leftarrow:hover {
    color: #fff;
    border-color: #e2492f;
    background: #e2492f
}

.slider-bg-color {
    background: #e2492f
}

.big-title-row {
    font-size: 32px;
    line-height: 58px;
    color: #212121;
    text-transform: uppercase;
    font-weight: 800;
    text-align: right;
    -webkit-text-stroke: 1px rgba(0,0,0,.1)
}

.big-title-description {
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
    color: #4c4c4c;
    width: 400px;
    text-align: left
}

.layer-h2-no {
    font-size: 40px;
    line-height: 50px;
    font-weight: 800
}

.layer-h3 {
    font-size: 20px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 300;
    color: #888;
    border-bottom: 1px solid #bbb
}

.layer-h2 {
    font-size: 60px;
    color: #fff;
    display: inline-block;
    line-height: 50px;
    background: #e2492f;
    padding: 20px 30px;
    font-weight: 800
}

.layer-h2-boxed {
    font-size: 44px;
    color: #fff;
    display: inline-block;
    line-height: 50px;
    background: #e2492f;
    padding: 20px 30px;
    text-transform: none
}

.layer-h2-tran {
    font-size: 44px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    text-shadow: 1px 1px 0 #333
}

.layer-description {
    background: #373737;
    color: #fff;
    font-size: 16px;
    padding: 20px 30px;
    max-width: 540px;
    white-space: normal;
    text-align: center
}

.layer-description-tran {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    width: 560px;
    white-space: normal;
    text-shadow: 1px 1px 0 #333
}

.layer-description-transparent {
    white-space: normal;
    width: 660px;
    text-shadow: 1px 1px 0 #333;
    color: #fff;
    text-align: center
}

.layer-description-transparent p {
    font-size: 17px;
    line-height: 24px
}

.layer-description p {
    padding-bottom: 0
}

.layer-buttons a {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 20px;
    display: block;
    float: left;
    margin-right: 10px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.primary {
    background: #e2492f
}

.secondary,.primary:hover {
    background: #373737
}

.secondary:hover {
    background: #757575
}

.slider-bullets {
    color: #fff
}

.slider-bullets i {
    color: #fff;
    display: inline-block;
    float: left;
    height: 43px;
    width: 43px;
    line-height: 43px;
    ;position: relative;
    text-align: center;
    font-size: 21px
}

.slider-bullets span {
    display: inline-block;
    color: #373737;
    font-size: 14px;
    line-height: 43px;
    background: #fff;
    opacity: .8;
    padding: 0 10px
}

.content-slider .big-title-row {
    line-height: 56px;
    margin-top: 70px
}

.content-slider {
    position: relative
}

.tagline h2 {
    font-size: 22px;
    color: #373737;
    line-height: 26px
}

.tagline h2 span {
    color: #e2492f
}

.tagline p {
    font-size: 13px;
    line-height: 20px
}

.big-button {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 32px;
    background: #e2492f;
    padding: 15px 0 15px 20px;
    margin-top: 7px;
    margin-bottom: 20px;
    display: block;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}

.big-button:hover {
    background: #373737;
    color: #fff
}

.btn-arrow {
    background: #373737;
    color: #fff;
    font-weight: 700;
    display: block;
    float: right;
    width: 72px;
    height: 62px;
    margin-top: -15px;
    text-align: center;
    line-height: 65px
}

.btn-arrow i {
    border-radius: 50%;
    border: 2px solid #fff;
    width: 26px;
    height: 23px;
    padding-top: 4px;
    font-weight: 700;
    font-size: 19px;
    padding-left: 1px
}

.color-section .big-message,.dark-section .big-message {
    color: #fff
}

.big-message {
    font-size: 26px;
    line-height: 34px;
    font-weight: 300;
    text-align: center
}

.light-section .big-message {
    color: #757575
}

.section-title {
    margin-bottom: 30px
}

.section-title h2 {
    margin-bottom: 0
}

.main-content-left,.main-content-right {
    width: 664px;
    padding-bottom: 30px
}

.main-content-left {
    float: left!important;
    margin-right: 72px
}

.main-content-right {
    float: right!important;
    margin-left: 72px
}

.heading-small {
    font-size: 12px;
    font-weight: 700
}

.heading-medium {
    font-size: 16px;
    font-weight: 700
}

.heading-big {
    font-size: 20px;
    font-weight: 700
}

.heading-extra-big {
    font-size: 30px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 5px
}

.sub-heading,.sub-heading-small {
    text-transform: capitalize;
    font-weight: 300;
    color: #8b8b8b
}

.sub-heading {
    font-size: 14px
}

.sub-heading-small {
    font-size: 11px;
    margin-top: -5px;
    text-transform: uppercase
}

.section-bg-1 {
    background: url(../img/arkaplan/001.png) no-repeat center center
}

.section-bg-2 {
    background: url(../img/arkaplan/002.png) no-repeat center center
}

.section-bg-3 {
    background: url(../img/arkaplan/003.png) no-repeat center center
}

.section-bg-4 {
    background: url(../img/arkaplan/004.png) no-repeat center center
}

.section-bg-5 {
    background: url(../img/arkaplan/005.jpg) no-repeat center
}

.dark-section,.light-section,.color-section {
    padding: 50px 0 10px 0;
    margin-bottom: 40px
}

.dark-section,.color-section {
    color: #fff
}

.color-section {
    background-color: #e2492f
}

.dark-section {
    background-color: #373737
}

.dark-section h2,.color-section h2 {
    color: #fff
}

.dark-section h3 {
    color: #ccc
}

.color-section h3 {
    color: #fff
}

.light-section {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f8f8f8
}

.color-box-holder {
    background-color: #e2492f;
    margin-bottom: 40px
}

.color-box {
    float: left;
    text-align: center;
    padding: 40px 20px;
    background-color: #e2492f;
    margin-bottom: 20px;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}

.color-box-holder .color-box {
    background: none;
    margin-bottom: 0
}

.box-4 .color-box {
    width: 212px;
    min-height: 285px
}

.box-3 .color-box {
    width: 296px
}

.box-2 .color-box {
    width: 464px
}

.color-box:hover {
    background: #373737
}

.color-box h3 {
    font-size: 14px;
    background: #373737;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 auto 1px auto;
    color: #fff;
    text-transform: none;
    font-weight: 700
}

.color-box h4 {
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
    margin: 0 auto
}

.color-box h4 span {
    color: #757575;
    background: #fff;
    padding: 2px 6px;
    display: inline-block
}

.color-box i {
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 33px;
    font-size: 28px;
    padding: 14px;
    border-radius: 50%;
    border: 5px solid
}

.color-box p {
    color: #fff
}

.color-box img {
    display: block;
    padding-bottom: 20px;
    margin: 0 auto
}

.color-box i {
    display: block;
    margin: 10px auto 20px auto;
    overflow: visible
}

.color-box:hover .tilted h4 {
    transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg)
}

.color-box:hover h3 {
    background: #e2492f;
    color: #fff
}

.color-box .button {
    margin-bottom: 0;
    background: none
}

.color-box-title {
    margin-bottom: 25px
}

.color-box:hover .button {
    background: #e2492f
}

.color-box .button:hover {
    background: none
}

.tilted h4 {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform
}

.classic-box {
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}

.classic-box h3 {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 18px;
    color: #373737;
    font-weight: 700
}

.classic-box h4 {
    color: #999;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: -4px
}

.classic-box img {
    display: block;
    padding-bottom: 20px;
    margin: 0 auto
}

.classic-box i {
    display: block;
    margin: 10px auto 15px auto;
    overflow: visible;
    color: #373737;
    width: 32px;
    height: 32px;
    line-height: 33px;
    font-size: 28px;
    padding: 14px;
    border-radius: 50%;
    border: 5px solid
}

.classic-box .button {
    margin-bottom: 0
}

.classic-box-title {
    margin-bottom: 20px
}

.p-item {
    text-align: center;
    overflow: hidden;
    margin-bottom: 24px
}

.p-item img {
    display: block
}

.p-item figcaption span {
    color: #b5b5b5;
    margin-top: -3px;
    font-size: 11px;
    display: block;
    -webkit-transition: color .1s ease-in;
    -moz-transition: color .1s ease-in;
    -o-transition: color .1s ease-in;
    -ms-transition: color .1s ease-in;
    transition: color .1s ease-in
}

.p-item figcaption {
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.p-item:hover figcaption {
    background: #e2492f;
    color: #fff
}

.p-item:hover figcaption span {
    color: #fff
}

.p-item h5 {
    margin-bottom: 0;
    font-weight: 400
}

.p-item figure {
    position: relative
}

.csstransitions .p-item:hover .overlay {
    opacity: 1
}

.p-item:hover .overlay-bg {
    height: 100%
}

.no-csstransitions .p-item:hover .overlay {
    display: block
}

.overlay-container {
    position: relative;
    height: 100%
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.no-csstransitions .overlay {
    display: none
}

.overlay-bg {
    background: #121212;
    width: 100%;
    height: 0;
    z-index: 4;
    position: absolute;
    top: 0;
    opacity: .4;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.overlay-buttons {
    margin: 0 auto;
    width: 94px;
    height: 42px;
    overflow: hidden;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    margin-left: -46px;
    margin-top: -21px
}

.overlay-buttons a {
    width: 37px;
    height: 37px;
    display: block;
    float: left;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 10px;
    line-height: 37px;
    text-align: center;
    font-size: 19px;
    color: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.overlay-buttons a i {
    padding-right: 1px
}

.overlay-buttons a:hover {
    color: #fff;
    border-color: #e2492f;
    background: #e2492f
}

.carousel-container {
    margin-bottom: 20px
}

.carousel-container .p-item {
    margin-bottom: 0
}

.carousel-wrap {
    margin-top: 3px;
    position: relative
}

.flex-direction-nav {
    margin-top: 20px
}

.flex-nav-left .flex-direction-nav {
    text-align: left;
    margin-top: 0;
    position: absolute;
    left: -258px;
    bottom: 60px
}

.flex-direction-nav {
    text-align: center
}

.flex-direction-nav li a {
    position: relative;
    z-index: 10
}

.flex-direction-nav li {
    display: inline-block;
    margin-right: 3px
}

.flex-prev,.flex-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 2px;
    border-radius: 50%;
    border: 2px solid;
    color: #bbb;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.flex-prev i {
    font-weight: 700
}

.flex-next i {
    font-weight: 700
}

.flex-next:hover,.flex-prev:hover,.portfolio-link:hover {
    background-color: #e2492f;
    border-color: #e2492f;
    color: #fff
}

.feature-box-icon,.feature-box-icon-o {
    float: left;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 21px;
    line-height: 44px;
    text-align: center;
    width: 44px;
    height: 44px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.feature-box-icon {
    color: #fff;
    background-color: #e2492f;
    background-repeat: no-repeat
}

.feature-box-icon-o {
    color: #e2492f;
    border: 2px solid
}

.feature-box-title h4 {
    float: left;
    color: #e2492f;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 44px
}

.feature-box:hover .feature-box-icon,.feature-box-right:hover .feature-box-icon {
    background-color: #373737
}

.feature-box:hover .feature-box-icon-o {
    background-color: #e2492f;
    color: #fff;
    border-color: #e2492f
}

.feature-box-right .feature-box-icon,.feature-box-right .feature-box-icon-o {
    float: right;
    margin-left: 10px
}

.feature-box-right {
    text-align: right
}

.feature-box-right h4 {
    float: right
}

.custom-list .fa-li {
    line-height: 21px
}

.custom-list {
    margin-bottom: 15px;
    margin-top: -5px
}

.fa-li {
    color: #373737
}

.green-list .fa-li {
    color: #6ebf4d
}

.red-list .fa-li {
    color: #e34545
}

.blue-list .fa-li {
    color: #5c95f2
}

.primary-list .fa-li {
    color: #e2492f
}

ol li {
    list-style: decimal inside none
}

.clients {
    list-style: none;
    margin-bottom: 16px
}

.clients li {
    display: block;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
    margin-bottom: 24px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.clients li:hover {
    border-bottom: 1px solid #e2492f
}

.clients img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    margin: 0 auto;
    display: block
}

.clients li:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%)
}

.twitter-holder {
    background-color: #e2492f;
    padding-bottom: 30px
}

.twitter-holder h2 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 30px 0 10px 0;
    margin-bottom: 0
}

.twitter-icon img {
    display: block;
    margin: 0 auto
}

.twitter-icon {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 59px;
    text-align: center;
    margin: 10px auto 0 auto;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    border: 2px solid #fff
}

.twitter-icon:hover {
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px
}

.twitter-icon a {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.twitter-feed {
    width: 800px;
    margin: 0 auto;
    color: #fff
}

.twitter-feed ul li {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    padding: 0 20px 10px 20px;
    font-family: 'Open-Sans',sans-serif;
    color: #fff
}

.tweet_list li a {
    color: #fff;
    font-style: italic;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.tweet_list li a:hover {
    text-decoration: underline
}

.sidebar-twitter .tweet_list li a {
    color: #e2492f
}

.sidebar-twitter {
    background: #f4f4f4;
    padding: 15px;
    border-bottom: 1px solid #e4e4e4;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.sidebar-twitter:hover {
    border-bottom: 1px solid #e2492f
}

.footer-twitter-holder {
    position: relative
}

.twitter-follow i {
    color: #9f9f9f;
    font-size: 24px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid;
    border-radius: 50%;
    padding: 3px;
    margin-top: 15px;
    float: left;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.footer-twitter li a {
    color: #9f9f9f
}

.footer-twitter .tweet_list li a:hover {
    text-decoration: none
}

.twitter-follow:hover i {
    color: #fff;
    border-color: #fff
}

.twitter-follow a {
    display: block;
    margin-top: 24px;
    float: left;
    margin-left: 10px
}

.tag-cloud {
    margin-bottom: 17px
}

.tag-cloud a {
    display: block;
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
    font-size: 9px;
    text-transform: uppercase;
    background: #222;
    color: #fff;
    padding: 5px 12px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.tag-cloud a:hover {
    background: #e2492f
}

.stream-portfolio {
    list-style: none;
    margin-bottom: 17px;
    position: relative;
    z-index: 10
}

.col-row .col-row .stream-portfolio {
    margin-bottom: 37px
}

.stream-portfolio li {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 3px;
    margin-right: 3px;
    list-style-type: none;
    width: 76px;
    height: 76px
}

.sidebar .stream-portfolio li {
    margin-bottom: 4px;
    margin-right: 4px;
    width: 88px;
    height: 88px
}

.sidebar .stream-portfolio-overlay {
    width: 100%;
    height: 100%;
    line-height: 88px
}

.sidebar .stream-portfolio li img {
    width: 88px;
    height: 88px;
    box-shadow: #000 0em 0em 0em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease
}

footer .stream-portfolio li img {
    width: 76px;
    height: 76px;
    box-shadow: #000 0em 0em 0em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease
}

.stream-portfolio-overlay {
    display: block;
    width: 76px;
    height: 76px;
    background: #e2492f;
    top: 0;
    left: 0;
    position: absolute;
    color: #fff;
    line-height: 76px;
    font-size: 19px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease
}

.stream-portfolio li a {
    z-index: 4000;
    position: absolute;
    top: 0;
    left: 0
}

.no-csstransitions .stream-portfolio-overlay {
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.no-csstransitions .stream-portfolio li:hover .stream-portfolio-overlay {
    display: block
}

.stream-portfolio-overlay i {
    color: #fff
}

.csstransitions .stream-portfolio li img:hover {
    opacity: .2
}

.stream-portfolio li a:hover {
    text-decoration: none
}

#footer {
    background-color: #373737;
    border-top: 10px solid #494949;
    padding-top: 30px;
    color: #fff
}

footer a {
    color: #9f9f9f
}

footer a:hover {
    color: #fff
}

footer h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px
}

footer .logo {
    margin-top: 0
}

.footer-main {
    border-bottom: 1px solid #2a2a2a
}

.footer-bottom {
    border-top: 1px solid #4d4d4d;
    position: relative;
    padding: 20px 0
}

.bottom-left {
    float: left
}

.bottom-right {
    float: right
}

#footer .copyright {
    font-size: 10px;
    line-height: 30px;
    padding-bottom: 0;
    color: #9f9f9f
}

#footer-nav {
    list-style: none;
    margin-top: 2px
}

#footer-nav li {
    display: inline;
    margin-right: 8px
}

#footer-nav li a {
    font-family: Arial,sans-serif;
    color: #9f9f9f;
    font-size: 10px;
    text-transform: uppercase
}

#footer-nav li a:hover {
    color: #fff
}

.scroll-top {
    display: none
}

.scroll-top a {
    z-index: 21;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
    background: #000;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.scroll-top a:hover {
    background-color: #e2492f;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.footer-links {
    list-style: none
}

.footer-links li:first-child {
    padding-top: 0
}

.footer-links {
    list-style: none;
    margin-bottom: 12px
}

.footer-links li {
    position: relative;
    z-index: 10;
    padding-bottom: 8px
}

.footer-links li i {
    color: #9f9f9f;
    margin-right: 10px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear
}

.footer-links li a {
    color: #9f9f9f
}

.footer-links li a:hover {
    color: #fff;
    text-decoration: none
}

.accordion {
    margin-bottom: 20px
}

.ui-accordion-header {
    background: #f4f4f4;
    padding: 10px;
    font-size: 12px;
    cursor: pointer;
    color: #e2492f;
    margin-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.ui-accordion-header:hover {
    color: #373737;
    border-bottom: 1px solid #e2492f
}

.ui-accordion-header:hover .ui-accordion-header-icon {
    background-color:
}

.ui-accordion-header-icon {
    height: 15px;
    width: 15px;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    display: block;
    background: url(../img/toggle.png) no-repeat top center #e2492f;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.ui-accordion-header-active {
    background: #e2492f;
    color: #fff;
    border-bottom: 1px solid #e2492f
}

.ui-accordion-header-active:hover {
    color: #fff
}

.ui-accordion-header-active .ui-accordion-header-icon {
    background: url(../img/toggle.png) no-repeat bottom center #e2492f
}

.ui-accordion-content {
    padding: 15px 0
}

.tabs-top .ui-tabs-nav li,.tabs-top-2 .ui-tabs-nav li {
    display: inline-block;
    margin-right: 5px;
    padding: 8px 0
}

.tabs-top .ui-tabs-nav a,.tabs-top-2 .ui-tabs-nav a {
    padding: 8px 8px;
    cursor: pointer;
    color: #757575;
    text-transform: uppercase;
    border-left: 1px solid #dedede;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.tabs-top .ui-tabs-nav a {
    font-size: 10px
}

.tabs-top .ui-tabs-nav li a:hover,.tabs-top-2 .ui-tabs-nav li a:hover {
    color: #e2492f
}

.tabs-top .ui-tabs-active a {
    border-left: 1px solid #e2492f;
    color: #e2492f;
    padding-right: 30px
}

.tabs-top .ui-tabs-panel,.tabs-top-2 .ui-tabs-panel {
    padding-top: 15px
}

.tabs-top-2 .ui-tabs-nav a {
    color: #373737;
    font-size: 13px;
    font-weight: 800
}

.tabs-top-2 .ui-tabs-active a {
    border-left: 1px solid #e2492f;
    color: #e2492f;
    padding-right: 30px
}

.tabs-side,.tabs-side-2 {
    margin-bottom: 20px
}

.tabs-side .ui-tabs-nav {
    float: left;
    width: 30%
}

.tabs-side .ui-tabs-nav a {
    background: #f4f4f4;
    padding: 10px;
    font-size: 11px;
    cursor: pointer;
    color: #373737;
    margin-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    display: block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.tabs-side .ui-tabs-nav li a:hover,.tabs-side .ui-tabs-active a {
    color: #fff;
    background: #e2492f;
    border-bottom: 1px solid #e2492f
}

.tabs-side .ui-tabs-nav li a i {
    padding-right: 8px;
    font-size: 14px
}

.tabs-side .ui-tabs-panel {
    float: left;
    width: 60%;
    margin: 0 5%;
    border-bottom: 1px solid #e4e4e4
}

.tabs-side-2 .ui-tabs-nav {
    float: left;
    width: 30%;
    min-width: 90px
}

.tabs-side-2 .ui-tabs-nav a {
    padding: 10px;
    font-size: 11px;
    cursor: pointer;
    color: #373737;
    margin-bottom: 1px;
    text-transform: uppercase;
    border-left: 1px solid #ccc;
    background: #f8f8f8;
    display: block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.tabs-side-2 .ui-tabs-nav li a:hover,.tabs-side-2 .ui-tabs-active a {
    color: #e2492f;
    border-left: 1px solid #e2492f
}

.tabs-side-2 .ui-tabs-active a {
    padding-left: 15px
}

.tabs-side-2 .ui-tabs-nav li a i {
    padding-right: 8px;
    font-size: 14px
}

.tabs-side-2 .ui-tabs-panel {
    float: left;
    width: 60%;
    margin: 0 4%;
    border-bottom: 1px solid #e4e4e4
}

.latest-blog-posts {
    margin-bottom: 20px
}

.latest-blog-posts li {
    padding: 8px 0
}

#sidebar .latest-blog-posts li {
    padding: 7px 0
}

.latest-blog-posts li:first-child {
    padding-top: 0
}

.latest-blog-posts li:last-child,#sidebar .latest-blog-posts li:last-child {
    padding-bottom: 0
}

.latest-blog-posts li img {
    padding: 5px;
    float: left;
    margin-right: 10px;
    border: 1px solid #dedede;
    max-width: 70px;
    max-height: 70px
}

.post-date {
    font-size: 10px;
    font-style: italic;
    color: #969696
}

#sidebar .latest-blog-posts li img {
    border: 1px solid #dedede
}

footer .latest-blog-posts li h5 a {
    color: #ccc
}

footer .latest-blog-posts li a:hover {
    color: #fff
}

.latest-blog-posts li h5 {
    margin-bottom: 0;
    padding-top: 4px;
    line-height: 14px;
    font-weight: 400
}

.latest-blog-posts li p {
    padding-bottom: 0;
    font-size: 11px;
    line-height: 16px
}

.latest-blog-posts li a {
    color: #373737
}

.latest-blog-posts li a:hover {
    text-decoration: none;
    color: #e2492f
}

#sidebar .latest-blog-posts li a:hover {
    color: #323232
}

.blog-icon {
    background: #e2492f;
    color: #fff;
    display: inline-block;
    float: left;
    height: 43px;
    width: 43px;
    line-height: 43px;
    margin-right: 10px;
    position: relative;
    text-align: center
}

.blog-icon i {
    font-size: 21px;
    line-height: 43px
}

.page-title {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e4e4
}

.page-title .page-title-inner {
    padding-bottom: 0
}

.page-title h1 {
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    color: #373737;
    margin-top: 14px;
    margin-bottom: 0
}

.page-title .one-line {
    margin-top: 34px
}

.page-title-icon {
    float: left;
    background: #e2492f;
    color: #fff;
    font-size: 42px;
    margin-right: 20px;
    height: 110px;
    width: 110px;
    line-height: 110px;
    text-align: center
}

.breadcrumbs {
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 80%;
    margin-top: 5px
}

.page-title-4 {
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e4e4
}

.page-title-inner {
    position: relative;
    padding: 30px 0
}

.page-title-4 h1 {
    font-size: 26px;
    color: #fff;
    background: #e2492f;
    display: inline-block;
    padding: 5px 15px 5px 15px;
    margin-bottom: 3px;
    text-transform: uppercase;
    position: relative
}

.angled h1 {
    padding-right: 5px
}

.angled h1:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 50px solid #e2492f;
    border-right: 50px solid transparent;
    top: 0;
    right: -50px
}

.title-caption span {
    display: inline-block;
    padding: 10px 15px;
    background: #373737;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    position: relative
}

.angled .title-caption span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 40px solid #373737;
    border-right: 40px solid transparent;
    top: 0;
    right: -40px
}

.breadcrumbs-2 span {
    margin-right: 5px
}

.breadcrumbs-2 {
    font-size: 11px;
    text-transform: uppercase;
    background: #fff;
    display: inline-block;
    padding: 12px 16px;
    position: absolute;
    right: 0;
    bottom: -1px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.page-title .breadcrumbs-2,.page-title-2 .breadcrumbs-2 {
    bottom: -31px
}

.page-title-2 {
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e4e4
}

.page-title-2 h1 {
    font-size: 30px;
    font-weight: 300;
    color: #e2492f;
    margin-bottom: 0
}

.page-subtitle {
    font-size: 14px;
    margin-top: -4px;
    display: block;
    color: #aaa
}

.page-title-2 .breadcrumbs {
    margin-top: -10px
}

.page-title-3 {
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e4e4
}

.page-title-3 h1 {
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin-top: 14px;
    margin-bottom: 0;
    text-shadow: 2px 2px 0 #121212
}

.page-title-3 .page-title-icon {
    box-shadow: 4px 4px 0 #121212
}

.page-title-3 .breadcrumbs-2 {
    bottom: -31px
}

.sidebar {
    width: 272px
}

.sb-left {
    float: left
}

.sb-right {
    float: right
}

.sidebar-box {
    margin-bottom: 40px
}

.boxed,.circled {
    margin-right: 10px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 14px
}

.boxed {
    background: #e2492f;
    color: #fff
}

.circled {
    color: #e2492f;
    border: 1px solid;
    border-radius: 50%
}

.sidebar h3 {
    margin-bottom: 20px;
    font-size: 15px;
    text-transform: none
}

.sidebar-menu {
    list-style: none;
    margin-bottom: 30px
}

.sidebar-menu li {
    position: relative;
    z-index: 10;
    margin-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e4e4e4
}

.sidebar-menu li i {
    color: #373737;
    margin-right: 10px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear
}

.sidebar-menu li:hover i {
    margin-right: 15px
}

.sidebar-menu li a {
    color: #757575
}

.sidebar-menu li a:hover {
    color: #e2492f;
    text-decoration: none
}

#search-box,#kelime2,#kelime {
    width: 206px;
    float: left;
    height: 39px;
    padding: 0 8px;
    color: #888;
    background-color: #f4f4f4;
    border-bottom: 1px solid #dedede;
    border-top: none;
    border-right: none;
    border-left: none;
    font-family: inherit;
    font-size: inherit
}

#search-button {
    background-color: #e2492f;
    width: 50px;
    height: 40px;
    border: none;
    cursor: pointer;
    color: #f7f7f7;
    font-size: 16px;
    line-height: 40px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear
}

#search-button:hover {
    background-color: #323232
}

.video {
    margin-bottom: 20px
}

.video-title {
    margin-top: -6px
}

.video-title h5 {
    color: #fff;
    background: #e2492f;
    font-size: 15px;
    font-weight: 300;
    line-height: 44px
}

.video-title h5 i {
    font-size: 17px;
    margin-right: 10px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    background: #373737
}

.five-sixth .video iframe {
    max-width: 836px;
    max-height: 470px
}

.three-fourth .video iframe {
    max-width: 750px;
    max-height: 422px
}

.two-third .video iframe {
    max-width: 664px;
    max-height: 374px
}

.one-half .video iframe {
    max-width: 492px;
    max-height: 277px
}

.one-third .video iframe {
    max-width: 320px;
    max-height: 170px
}

.one-fourth .video iframe {
    max-width: 234px;
    max-height: 132px
}

.one-sixth .video iframe {
    max-width: 148px;
    max-height: 83px
}

.five-sixth .ratio43 iframe {
    max-width: 836px;
    max-height: 627px
}

.three-fourth .ratio43 iframe {
    max-width: 750px;
    max-height: 563px
}

.two-third .ratio43 iframe {
    max-width: 664px;
    max-height: 498px
}

.one-half .ratio43 iframe {
    max-width: 492px;
    max-height: 369px
}

.one-third .ratio43 iframe {
    max-width: 320px;
    max-height: 240px
}

.one-fourth .ratio43 iframe {
    max-width: 234px;
    max-height: 176px
}

.one-sixth .ratio43 iframe {
    max-width: 148px;
    max-height: 11px
}

.team-member {
    margin-top: 6px
}

.boxshadow .portrait,.boxshadow .content-box-icon {
    border-radius: 50%;
    -moz-box-shadow: 0 0 0 5px #fff,0 0 1px 5px #888,0 0 0 12px #fff;
    -webkit-box-shadow: 0 0 0 5px #fff,0 0 1px 5px #888,0 0 0 12px #fff;
    box-shadow: 0 0 0 5px #fff,0 0 1px 5px #888,0 0 0 12px #fff
}

.testimony-inner:hover .portrait,.post-author:hover .portrait {
    left: -75px
}

.testimony {
    margin-bottom: 20px
}

.testimony-inner,.post-author-inner {
    position: relative;
    padding: 15px 15px 15px 75px;
    margin-left: 54px;
    border: 1px solid #f0f0f0
}

.post-author p {
    padding-bottom: 10px
}

.post-author {
    background: url(../img/cog-br.png) no-repeat bottom right;
    margin-bottom: 40px
}

.testimony-inner {
    background: url(../img/quotes.png) no-repeat bottom right
}

.testimony .portrait,.post-author .portrait {
    position: absolute;
    top: 50%;
    left: -54px;
    margin-top: -54px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.team-member .portrait {
    float: left;
    margin-right: 25px
}

.member-details h4,.testimony-author h4,.post-author h4 {
    text-transform: uppercase;
    color: #373737
}

.box-title h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #373737
}

.member-details h4,.testimony-author h4,.box-title h3 {
    margin-bottom: 0
}

.member-details h4,.box-title h3 {
    margin-top: 15px
}

.member-details,.box-title {
    float: left
}

.content-box>.box-title>.content-box-subtitle {
    height: 45px
}

.content-box>.box-title>h3 {
    height: 45px
}

.role,.testimony-author span,.content-box-subtitle {
    font-size: 10px;
    color: #e2492f;
    text-transform: uppercase;
    margin-top: -3px;
    display: block;
    margin-bottom: 5px
}

.testimony-text {
    float: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e2492f
}

.team-member p {
    clear: both;
    padding-top: 25px
}

.content-box,.team-member-type-2 {
    border: 1px solid #e4e4e4;
    padding: 60px 20px 20px 20px;
    margin-top: 60px;
    position: relative;
    margin-bottom: 20px;
    text-align: center
}

.content-box-icon {
    width: 110px;
    height: 110px;
    line-height: 110px;
    color: #373737;
    text-align: center;
    font-size: 48px;
    background: #f4f4f4;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.content-box:hover .content-box-icon {
    color: #fff;
    background: #e2492f
}

ul#footer-nav li ul {
    display: none
}

ul#footer-nav li a span {
    display: none
}

.cog-tl {
    background: url(../img/cog-tl.png) no-repeat top left
}

.cog-tr {
    background: url(../img/cog-tr.png) no-repeat top right
}

.cog-bl {
    background: url(../img/cog-bl.png) no-repeat bottom left
}

.cog-br {
    background: url(../img/cog-br.png) no-repeat bottom right
}

.content-box-icon,.team-member-type-2 .portrait {
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -60px
}

.content-box .box-title,.team-member-type-2 .member-details {
    float: none;
    text-align: center;
    margin-bottom: 10px
}

.content-box p,.team-member-type-2 p {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2492f
}

.team-member-type-2 .button {
    margin-top: 25px
}

.social-links-circle-2,.social-links-circle li {
    cursor: pointer
}

.social-links-circle-2 li,.social-links-circle li {
    display: inline
}

.social-links-circle-2 li a,.social-links-circle li a {
    display: inline-block;
    text-align: center;
    color: #bbb;
    border: 1px solid #bbb;
    border-radius: 50%;
    margin-right: 1px;
    margin-bottom: 5px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.social-links-circle-2 li a:hover,.social-links-circle li a:hover {
    color: #fff;
    background: #e2492f;
    border-color: #e2492f
}

.social-links-circle li a {
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 16px
}

.social-links-circle-2 li a {
    height: 34px;
    width: 34px;
    line-height: 34px;
    font-size: 16px
}

footer .social-links-circle-2 li a,footer .social-links-circle li a {
    color: #888;
    border-color: #888
}

.social-links-round,.social-links-square,.social-links-square-2,.social-links-round-2 {
    margin-bottom: 18px
}

.social-links-round li,.social-links-square li,.social-links-square-2 li,.social-links-round-2 li {
    display: block;
    float: left;
    text-align: center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.social-links-round li,.social-links-square li,.social-links-square-2 li,.social-links-round-2 li {
    color: #fff;
    background: #e2492f
}

.social-links-round li,.social-links-round-2 li {
    border-radius: 50%
}

.social-links-round li:hover,.social-links-square li:hover,.social-links-square-2 li:hover,.social-links-round-2 li:hover {
    background-color: #373737
}

.social-links-round li a,.social-links-square li a {
    height: 28px;
    width: 28px;
    display: block;
    line-height: 28px;
    font-size: 16px
}

.social-links-round li a,.social-links-square li a {
    color: #fff
}

.social-links-round-2 li a,.social-links-square-2 li a {
    height: 34px;
    width: 34px;
    display: block;
    line-height: 34px;
    color: #fff;
    font-size: 16px
}

.social-links-square li,.social-links-square-2 li {
    margin-right: 2px;
    margin-bottom: 2px
}

.social-links-round li,.social-links-round-2 li {
    margin-right: 6px;
    margin-bottom: 6px
}

.blog-post,.blog-post-full {
    margin-bottom: 20px
}

.post-img {
    margin-bottom: 15px
}

.post-img img {
    border: 1px solid #d7d7d7;
    padding: 6px;
    display: block;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.post-video {
    border: 1px solid #d7d7d7;
    padding: 6px 6px 0 6px;
    display: block;
    margin-bottom: 15px
}

.post-excerpt .post-title h3 {
    font-size: 16px;
    line-height: 26px;
    text-transform: none;
    margin-bottom: 3px
}

.post-excerpt .post-title {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee
}

.post-title h1,.post-title h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 3px
}

.post-title h3 a,.post-title h1 a {
    color: #373737
}

.post-title h3 a:hover,.post-title h1 a:hover {
    color: #e2492f
}

.post-title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee
}

.meta {
    float: left;
    width: 48px;
    position: relative
}

.date {
    background: #2f2f2f;
    color: #f7f7f7;
    text-align: center;
    padding: 6px 5px 3px 5px;
    margin-bottom: 2px
}

.date span {
    display: block
}

.date .day {
    font-size: 18px;
    margin-top: 3px;
    font-weight: 700
}

.date .month {
    font-size: 10px;
    text-transform: uppercase
}

.tags i {
    margin-right: 8px;
    color: #bbb
}

.tags a {
    font-size: 11px
}

.tags span {
    display: inline-block;
    margin-right: 10px
}

.post-content {
    float: left;
    margin-left: 20px;
    width: 596px
}

.post-intro {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-transform: none
}

.blog-style-2 .post-img,.blog-style-2 .post-video,.blog-style-2 .image-gallery {
    margin-left: 14px;
    float: left
}

.blog-style-2 .post-img img {
    max-width: 234px;
    height: auto
}

.blog-style-2 .post-video iframe {
    max-width: 234px;
    max-height: 200px
}

.blog-style-2 .post-content {
    float: left;
    margin-left: 20px;
    width: 334px
}

.blog-style-2 .image-gallery {
    max-width: 234px
}

.blog-post-full .post-content {
    width: 940px
}

.share-post {
    position: absolute;
    top: 102px;
    z-index: 10;
    width: 48px;
    margin-top: 2px
}

.share-btn {
    color: #f7f7f7;
    font-size: 10px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.closed:hover {
    background: #e2492f;
    color: #f7f7f7
}

.closed {
    background: #373737
}

.opened {
    background: #e2492f
}

.opened:hover {
    background: #373737;
    color: #f7f7f7
}

.share-networks {
    z-index: 10
}

.share-networks li {
    display: block;
    font-size: 19px;
    text-align: center;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.share-networks li:hover {
    background-color: #373737
}

.share-networks li a i {
    color: #fff
}

.share {
    display: block;
    width: 48px;
    height: 48px;
    background-color: #e2492f;
    font-size: 19px;
    text-align: center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.share i {
    line-height: 48px;
    color: #fff
}

.share:hover {
    cursor: pointer;
    background-color: #373737!important
}

.blog-type {
    width: 48px;
    height: 48px;
    background-color: #e2492f;
    text-align: center;
    color: #fff
}

.blog-type i {
    line-height: 48px;
    font-size: 21px;
    line-height: 48px
}

.image-gallery {
    position: relative;
    border: 1px solid #d7d7d7;
    padding: 6px 6px 6px 6px;
    display: block;
    margin-bottom: 20px
}

.image-gallery .post-img {
    margin-bottom: 0
}

.image-gallery .flex-direction-nav,.content-slider .flex-direction-nav {
    height: 0;
    margin: 0
}

.image-gallery .flex-prev,.content-slider .flex-prev {
    position: absolute;
    top: 50%;
    margin-left: 0
}

.image-gallery .flex-next,.content-slider .flex-next {
    position: absolute;
    top: 50%;
    margin-left: 0
}

.image-gallery .flex-prev,.image-gallery .flex-next,.content-slider .flex-prev,.content-slider .flex-next {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.image-gallery .flex-prev {
    left: 25px;
    margin-top: -21px
}

.image-gallery .flex-next {
    right: 25px;
    margin-top: -21px
}

.image-gallery .flex-prev,.image-gallery .flex-next {
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff
}

.gallery-title {
    position: absolute;
    padding: 20px;
    top: 5%;
    border-left: 2px solid #fff;
    left: 30px
}

.gallery-title h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 44px;
    line-height: 40px;
    font-weight: 800;
    text-shadow: 1px 1px 1px #323232
}

.gallery-title .button {
    margin-bottom: 0
}

.gallery-description {
    background: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
    display: inline-block;
    max-width: 40%
}

.content-slider .flex-direction-nav {
    opacity: 0
}

.content-slider .flex-prev,.content-slider .flex-next {
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #bbb
}

.content-slider .flex-prev {
    left: -90px;
    margin-top: -27px
}

.content-slider .flex-next {
    right: -90px;
    margin-top: -27px
}

.content-slider .flex-prev:hover,.content-slider .flex-next:hover {
    color: #fff
}

.gallery-item {
    float: left
}

.gallery-item img {
    float: left;
    box-shadow: #000 0em 0em 0em;
    max-width: 100%;
    width: 100%
}

.comments-section {
    margin-bottom: 10px
}

.comment {
    margin-bottom: 30px
}

.comment-text {
    margin-left: 110px;
    background: #f4f4f4;
    position: relative;
    padding: 15px 15px 0 15px;
    border-bottom: 1px solid #ddd
}

.comments-section h3 {
    font-size: 20px;
    color: #373737;
    font-weight: 700;
    margin-bottom: 30px
}

.comment-reply {
    margin-left: 60px
}

.avatar {
    float: left;
    margin-right: 20px
}

.comment-date {
    margin-bottom: 10px;
    margin-top: -3px;
    display: block;
    font-size: 11px
}

.comment-author {
    color: #e2492f;
    text-transform: uppercase;
    font-size: 11px;
    font-style: normal
}

.reply {
    position: absolute;
    top: 15px;
    right: 15px
}

.blog-pagination,.portfolio-pagination {
    list-style: none
}

.portfolio-pagination {
    padding: 0 0 40px 0;
    margin-top: -4px
}

.main-content-left .blog-pagination,.main-content-right .blog-pagination {
    padding: 0 0 10px 0;
    margin-top: -5px
}

.blog-pagination {
    padding: 0 0 40px 0;
    margin-top: -5px
}

.blog-pagination li,.portfolio-pagination li {
    display: inline;
    margin-right: 2px
}

.blog-pagination li a,.portfolio-pagination li a {
    padding: 3px 10px;
    font-size: 11px;
    color: #f7f7f7;
    background: #373737;
    display: inline-block;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.blog-pagination li a:hover,.portfolio-pagination li a:hover {
    background: #e2492f;
    text-decoration: none
}

.blog-pagination li a.active-page,.portfolio-pagination li a.active-page {
    background: #e2492f
}

.portfolio-items {
    list-style: none
}

.portfolio-items .one-third,.portfolio-items .one-fourth,.portfolio-items .one-half {
    margin-bottom: 0
}

.portfolio-items li {
    display: block
}

.filter-container {
    margin-bottom: 30px;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee
}

.isotope {
    position: relatve;
    overflow: hidden
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope,.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s
}

.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    -ms-transition-property: height,width;
    -o-transition-property: height,width;
    transition-property: height,width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform,opacity;
    -ms-transition-property: -ms-transform,opacity;
    -o-transition-property: -o-transform,opacity;
    transition-property: transform,opacity
}

.filter-container span {
    display: inline;
    float: left;
    margin-right: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px
}

.filters {
    font-size: 15px;
    margin-left: 0
}

.filters li {
    line-height: 16px;
    margin-right: 20px;
    display: inline
}

.filters .current {
    color: #e2492f
}

.filters li a {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.filters li a:hover {
    color: #e2492f;
    text-decoration: none
}

.project-skills {
    margin-left: 20px;
    margin-bottom: 16px
}

.project-skills li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 4px
}

.project-skills li i {
    border-radius: 50%;
    background: #e2492f;
    color: #fff;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 9px;
    margin-top: 3px
}

#google-map {
    margin-top: -30px;
    margin-bottom: 30px;
    border-top: 1px solid #fff
}

#google-map iframe {
    width: 100%
}

.contact-info {
    margin-bottom: 20px
}

.contact-info h2 {
    font-size: 20px;
    color: #373737;
    font-weight: 700
}

.contact-info h3 {
    font-size: 16px;
    color: #e2492f;
    text-transform: none
}

.contact-info strong {
    padding-right: 5px
}

.header-top .contact-info {
    margin: 10px 0
}

.contact-info ul li,.contact-info ul li a {
    display: inline-block;
    margin-right: 40px;
    color: #999;
    margin-left: 0
}

.contact-info ul li i {
    color: #999;
    font-size: 15px;
    line-height: 18px
}

footer .contact-info strong {
    color: #fff;
    font-weight: 700
}

footer .contact-info {
    background: url(../img/world.png) no-repeat center center
}

#contact-form {
    width: 450px;
    margin-top: 15px
}

.textbox {
    color: #757575;
    width: 316px;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #dedede;
    font-family: inherit;
    font-size: inherit;
    border-top: none;
    border-right: none;
    border-left: none
}

.textbox:focus,#check:focus {
    border-bottom: 1px solid #e2492f
}

#contact-form label,#comment-form label {
    padding-top: 6px;
    float: left;
    width: 111px;
    overflow: hidden
}

#check {
    width: 60px;
    color: #757575;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #dedede;
    font-family: inherit;
    font-size: inherit;
    border-top: none;
    border-right: none;
    border-left: none
}

#message,#comment-message {
    height: 135px;
    width: 316px;
    margin-top: 2px;
    margin-bottom: 8px
}

#submit,#post-comment {
    margin-left: 111px;
    margin-bottom: 15px;
    float: left;
    cursor: pointer;
    padding: 10px 15px;
    border: none
}

#submit:hover,#post-comment:hover {
    background: #2f2f2f
}

#message-outcome {
    clear: both;
    margin-left: 111px;
    padding: 15px;
    background: #f1d76e;
    color: #746417;
    display: none;
    border: 1px dashed #bbb63b
}

#comment-form .textbox {
    width: 533px
}

#comment-form {
    width: 664px
}

.info-box {
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
    position: relative
}

.info-close {
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    height: 19px;
    width: 19px;
    line-height: 20px
}

.info-box h4 {
    font-size: 16px;
    margin-bottom: 10px
}

.yellow-info {
    background: #fff6bf;
    color: #62523a;
    border: 1px solid #e0d594
}

.yellow-info .info-close {
    color: #62523a;
    border: 1px solid #e0d594
}

.yellow-info h4 {
    color: #62523a
}

.green-info {
    background: #bbdd8c;
    color: #404e2e;
    border: 1px solid #a0c272
}

.green-info .info-close {
    color: #404e2e;
    border: 1px solid #a0c272
}

.green-info h4 {
    color: #404e2e
}

.red-info {
    background: #f1d5d6;
    color: #5f393a;
    border: 1px solid #f2b1b4
}

.red-info .info-close {
    color: #5f393a;
    border: 1px solid #f2b1b4
}

.red-info h4 {
    color: #5f393a
}

.blue-info {
    background: #c2e1ee;
    color: #4c6671;
    border: 1px solid #9fc6d7
}

.blue-info .info-close {
    color: #4c6671;
    border: 1px solid #9fc6d7
}

.blue-info h4 {
    color: #4c6671
}

.plan-type h3 {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    text-transform: none
}

.plan-type h3 {
    line-height: 28px
}

.plan-type {
    padding: 14px 0
}

.plan-pricing {
    font-weight: 700;
    text-align: center;
    color: #373737;
    margin-bottom: 0;
    text-transform: none;
    font-size: 34px;
    line-height: 40px;
    padding: 15px 0
}

.plan-pricing span {
    display: block;
    margin-top: -10px;
    font-size: 16px;
    font-weight: 400
}

.plan-features ul li {
    display: block;
    background: #f8f8f8;
    border-top: 1px solid #e4e4e4;
    text-align: center;
    padding: 14px 0;
    text-transform: uppercase;
    font-size: 13px
}

.plan-features ul li:nth-child(even) {
    background: #f1f1f1
}

.premium-plan .plan-type {
    background: #e2492f;
    border: 1px solid #e2492f
}

.premium-plan-big {
    margin-top: -10px;
    margin-bottom: 41px
}

.premium-plan-big .plan-type {
    background: #e2492f;
    border: 1px solid #e2492f
}

.premium-plan-big .plan-pricing {
    padding: 26px 0
}

.standard-plan .plan-type {
    background: #373737;
    border: 1px solid #373737
}

.plan-type-2 {
    text-align: center;
    color: #373737;
    margin-bottom: 0;
    padding-top: 20px
}

.plan-pricing-2 {
    text-align: center;
    color: #373737;
    margin-bottom: 0;
    text-transform: none
}

.plan-type-2 h3 {
    text-transform: none;
    line-height: 22px;
    margin-bottom: 0
}

.plan-type-2 i {
    color: #fff;
    background: #373737;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 48px;
    text-align: center;
    margin: 20px 0;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear
}

.table:hover .plan-type-2 i {
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.premium-plan-2 .plan-type-2 i,.premium-plan-big-2 .plan-type-2 i {
    color: #fff;
    background: #e2492f;
    font-size: 48px;
    text-align: center;
    margin: 20px 0
}

.premium-plan-big-2 .plan-type-2 i {
    width: 100px;
    height: 100px;
    line-height: 100px
}

.price {
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    display: block
}

.period {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 30px
}

.standard-plan-2 .price {
    font-size: 30px
}

.premium-plan-2 .price,.premium-plan-big-2 .price {
    color: #e2492f
}

.plan-features-2 ul li {
    display: block;
    border-top: 1px solid #e4e4e4;
    text-align: center;
    padding: 14px 0;
    text-transform: uppercase;
    font-size: 13px
}

.premium-plan-big-2 {
    margin-top: -10px;
    margin-bottom: 41px
}

.order-btn,.order-btn-primary {
    border-top: 1px solid #e4e4e4
}

.order-btn,.order-btn-primary {
    padding: 22px 0!important;
    text-align: center
}

.order-btn .button {
    margin-bottom: 0;
    background-color: #999
}

.order-btn .button:hover {
    background-color: #373737
}

.order-btn-primary .button {
    background: #e2492f;
    margin-bottom: 0
}

.order-btn-primary .button:hover {
    background: #121212
}

.table {
    border: 1px solid #e4e4e4;
    margin-bottom: 30px
}

.pricing-tables .one-third {
    width: 318px
}

.pricing-tables .two-third {
    width: 662px
}

.pricing-tables .one-fourth {
    width: 232px
}

.pricing-tables .three-fourth {
    width: 748px
}

.pricing-tables .one-half {
    width: 490px
}

.pricing-tables .one-sixth {
    width: 146px
}

.pricing-tables .five-sixth {
    width: 834px
}

.error-message {
    text-align: center;
    padding: 15px 0 55px 0
}

.error-message h2 {
    font-size: 180px;
    line-height: 180px
}

.error-message h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 20px
}

.error-message p {
    font-size: 15px;
    padding-bottom: 30px
}

.counter {
    text-align: center;
    color: #373737;
    margin-bottom: 20px
}

.counter:hover .timer {
    border-color: #e2492f
}

.counter:hover .count-type {
    color: #e2492f
}

.timer {
    display: block;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
    line-height: 40px;
    padding-bottom: 15px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.count-type {
    font-size: 14px;
    color: #bbb;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.counter i {
    font-size: 40px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    padding: 10px;
    text-align: center;
    border: 3px solid;
    border-radius: 50%
}

.color-section .counter,.dark-section .counter,.color-section .count-type,.dark-section .count-type {
    color: #fff
}

.color-section .timer {
    border-color: #fff
}

.dark-section .timer {
    border-color: #fff
}

.color-section .counter:hover .timer {
    border-color: #fff
}

.color-section .counter:hover .count-type {
    color: #fff
}

.dark-section .counter:hover .timer {
    border-color: #fff
}

.dark-section .counter:hover .count-type {
    color: #fff
}

.no-touch .animated,.no-touch .animated-start {
    opacity: 0
}

.no-touch .animated-hover {
    opacity: 1!important
}

.step-icon,.step-icon-last {
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 48px;
    margin: 0 auto 30px auto;
    border-radius: 50%;
    position: relative;
    -moz-box-shadow: 0 0 0 5px #fff,0 0 1px 5px #888;
    -webkit-box-shadow: 0 0 0 5px #fff,0 0 1px 5px #888;
    box-shadow: 0 0 0 5px #fff,0 0 1px 5px #888;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.step-icon {
    color: #373737;
    background: #f4f4f4
}

.step-icon-last {
    background: #e2492f;
    color: #fff
}

.step-icon:hover {
    background: #e2492f;
    color: #fff
}

.step h4 {
    color: #373737;
    text-transform: uppercase
}

.step span {
    font-size: 15px;
    display: block
}

.step {
    text-align: center;
    margin-top: 6px
}

.color-1 {
    background: #e2492f
}

.color-2 {
    background: #f83
}

.color-3 {
    background: #00aff0
}

.color-4 {
    background: #99ad5d
}

.color-5 {
    background: #3bb001
}

.color-6 {
    background: #55537d
}

.pattern-1 {
    background-image: url(../img/arkaplan/pattern-1.jpg)
}

.pattern-2 {
    background-image: url(../img/arkaplan/pattern-2.jpg)
}

.pattern-3 {
    background-image: url(../img/arkaplan/pattern-3.png)
}

.pattern-4 {
    background-image: url(../img/arkaplan/pattern-4.png)
}

.pattern-5 {
    background-image: url(../img/arkaplan/pattern-5.png)
}

.pattern-6 {
    background-image: url(../img/arkaplan/pattern-6.png)
}

.pattern-7 {
    background-image: url(../img/arkaplan/pattern-7.png)
}

.pattern-8 {
    background-image: url(../img/arkaplan/pattern-8.png)
}

.pattern-9 {
    background-image: url(../img/arkaplan/pattern-9.png)
}

.pattern-10 {
    background-image: url(../img/arkaplan/pattern-10.png)
}

.pattern-11 {
    background-image: url(../img/arkaplan/pattern-11.png)
}

.pattern-12 {
    background-image: url(../img/arkaplan/pattern-12.png)
}

.pattern-13 {
    background-image: url(../img/arkaplan/pattern-13.png)
}

.pattern-14 {
    background-image: url(../img/arkaplan/pattern-14.png)
}

.pattern-15 {
    background-image: url(../img/arkaplan/pattern-15.jpg)
}

.pattern-16 {
    background-image: url(../img/arkaplan/pattern-16.png)
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.fl-left {
    float: left
}

.fl-right {
    float: right
}

.top-0 {
    margin-top: 0
}

.top-5 {
    margin-top: 5px
}

.top-10 {
    margin-top: 10px
}

.top-15 {
    margin-top: 15px
}

.top-20 {
    margin-top: 20px
}

.top-25 {
    margin-top: 25px
}

.top-30 {
    margin-top: 30px
}

.top-35 {
    margin-top: 35px
}

.top-40 {
    margin-top: 40px
}

.top-45 {
    margin-top: 45px
}

.top-50 {
    margin-top: 50px
}

.top-55 {
    margin-top: 55px
}

.top-60 {
    margin-top: 60px
}

.bottom-0 {
    margin-bottom: 0
}

.bottom-5 {
    margin-bottom: 5px
}

.bottom-10 {
    margin-bottom: 10px
}

.bottom-15 {
    margin-bottom: 15px
}

.bottom-20 {
    margin-bottom: 20px
}

.bottom-25 {
    margin-bottom: 25px
}

.bottom-30 {
    margin-bottom: 30px
}

.bottom-35 {
    margin-bottom: 35px
}

.bottom-40 {
    margin-bottom: 40px
}

.bottom-45 {
    margin-bottom: 45px
}

.bottom-50 {
    margin-bottom: 50px
}

.bottom-55 {
    margin-bottom: 55px
}

.bottom-60 {
    margin-bottom: 60px
}

.negative-top-5 {
    margin-top: -5px
}

.negative-top-10 {
    margin-top: -10px
}

.negative-top-15 {
    margin-top: -15px
}

.negative-top-20 {
    margin-top: -20px
}

.negative-top-25 {
    margin-top: -25px
}

.negative-top-30 {
    margin-top: -30px
}

.negative-top-35 {
    margin-top: -35px
}

.negative-top-40 {
    margin-top: -40px
}

.negative-top-45 {
    margin-top: -45px
}

.negative-top-50 {
    margin-top: -50px
}

.negative-top-55 {
    margin-top: -55px
}

.negative-top-60 {
    margin-top: -60px
}

.negative-bottom-5 {
    margin-bottom: -5px
}

.negative-bottom-10 {
    margin-bottom: -10px
}

.negative-bottom-15 {
    margin-bottom: -15px
}

.negative-bottom-20 {
    margin-bottom: -20px
}

.negative-bottom-25 {
    margin-bottom: -25px
}

.negative-bottom-30 {
    margin-bottom: -30px
}

.negative-bottom-35 {
    margin-bottom: -35px
}

.negative-bottom-40 {
    margin-bottom: -40px
}

.negative-bottom-45 {
    margin-bottom: -45px
}

.negative-bottom-50 {
    margin-bottom: -50px
}

.negative-bottom-55 {
    margin-bottom: -55px
}

.negative-bottom-60 {
    margin-bottom: -60px
}

.ordering {
    float: left;
    margin-right: 15px
}

.order {
    color: #ccc;
    font-size: 21px;
    line-height: 21px
}

.order i {
    padding-top: 10px
}

.shop-options {
    margin-bottom: 20px
}

.product {
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.image-holder {
    position: relative
}

.image-holder img:first-child {
    z-index: 5;
    position: absolute;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.image-holder img:first-child:hover {
    opacity: 0
}

.product img {
    display: inline;
    vertical-align: middle
}

.sale {
    border: 3px solid #e2492f
}

.on-sale {
    position: absolute;
    top: -5px;
    right: 5px;
    background: #e2492f;
    display: block;
    color: #fff;
    padding: 8px;
    z-index: 10
}

.product figcaption {
    padding: 20px 20px 0 20px;
    background: #f4f4f4
}

.product-info {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5d5
}

.product-name {
    font-size: 15px;
    line-height: 21px;
    text-transform: uppercase;
    color: #373737
}

h1.product-name {
    font-size: 30px;
    line-height: 24px;
    text-transform: none;
    color: #373737;
    font-weight: 300;
    margin-bottom: 20px
}

.ex-price {
    float: right;
    padding-right: 12px;
    font-size: 21px;
    font-weight: 300
}

.product-price {
    font-size: 32px;
    font-weight: 700;
    color: #373737;
    float: right;
    display: block;
    margin-bottom: 10px
}

.product-actions a {
    font-size: 11px
}

.product-actions .button {
    margin-top: 5px;
    float: right
}

.product-actions ul {
    float: left
}

.product-buy span {
    position: absolute;
    color: #fff;
    background: #e2492f;
    font-size: 11px;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    right: 80px;
    top: -5px
}

.to-cart {
    float: right;
    display: block
}

.to-cart:hover i {
    background: #373737
}

.to-cart i {
    font-size: 22px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #e2492f;
    margin-bottom: 20px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.shopping-cart>li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 18px;
    border-bottom: 1px solid #e4e4e4;
    position: relative
}

.shopping-cart li:hover .sb-product-image {
    border-color: #e2492f
}

.shopping-cart li:hover .remove-item {
    opacity: 1
}

.remove-item {
    color: #747474;
    padding: 0 6px;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear
}

.no-touch .remove-item {
    opacity: 0
}

.remove-item:hover {
    background: #f4f4f4
}

.sb-product-image {
    float: left;
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #e4e4e4;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.cart-price {
    display: block;
    font-size: 18px;
    margin-bottom: 5px
}

.shopping-cart h5 {
    margin-bottom: 5px
}

.shopping-cart h5 a {
    font-size: 13px;
    font-weight: 300
}

.cart-details {
    padding: 10px 0;
    font-size: 15px
}

.cart-details p {
    padding: 0
}

.cart-details span {
    color: #e2492f
}

.cart-actions a {
    margin: 10px 10px 0 0
}

.rating li,.rating-big li {
    display: block;
    float: left;
    color: #ffb800;
    margin-right: 3px
}

.rating-big li {
    font-size: 18px
}

.price-big {
    display: block;
    float: left;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #373737;
    margin-right: 15px
}

.stock {
    display: block;
    line-height: 32px;
    float: left;
    font-size: 14px;
    text-transform: uppercase
}

.in-stock {
    color: #2cb800
}

.out-of-stock {
    color: #e90000
}

input.qtyminus,input.qtyplus {
    border: none;
    cursor: pointer;
    height: 28px;
    width: 28px;
    font-size: 16px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

.quantity {
    float: left;
    margin-right: 20px
}

.qty {
    height: 40px;
    width: 60px;
    text-align: center;
    font-family: 'Open Sans';
    border: 1px solid #e4e4e4;
    box-sizing: border-box
}

.image-gallery-thumbs {
    margin-bottom: 20px
}

.flex-control-thumbs {
    margin-top: -14px;
    z-index: 200
}

.flex-control-thumbs li {
    list-style: none;
    margin-top: 6px;
    margin-right: 6px
}

.flex-control-thumbs li {
    width: 20%;
    float: left;
    cursor: pointer;
    padding: 4px;
    border: 1px solid #e4e4e4;
    opacity: .7;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.flex-control-thumbs li:hover {
    border-color: #d4d4d4;
    opacity: 1
}

.flex-control-thumbs li img {
    display: block
}

.flex-control-thumbs li img {
    outline: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none
}

.reviews .comment-text {
    margin-left: 0
}

.reviews .rating li {
    display: inline;
    margin-right: 1px;
    float: none
}

.reviews .rating {
    margin-bottom: 10px
}

.review-rating,.select {
    background: #fff;
    border: 1px solid #eee;
    cursor: pointer;
    color: #676767;
    -moz-appearance: none;
    text-indent: .01px;
    margin-bottom: 15px
}

.review-rating {
    padding: 10px 5px
}

.select {
    padding: 10px 15px 10px 5px
}

.reviews #comment-form .textbox {
    width: 350px;
    max-width: 100%;
    display: block
}

#comment-form select {
    display: block
}

#shopping-cart * {
    box-sizing: border-box
}

.remove-from-cart,.table-cart-price,.cart-quantity {
    text-align: center;
    vertical-align: middle
}

.cart-quantity {
    width: 10px
}

.cart-quantity input {
    width: 40px
}

.remove-from-cart {
    width: 10px
}

.remove-from-cart a {
    color: #747474
}

.remove-from-cart a:hover {
    color: #e2492f
}

.cart-item {
    vertical-align: middle
}

.cart-item h3 {
    font-size: 13px;
    font-weight: 400;
    text-transform: none
}

.cart-item img {
    max-width: 60px
}

.table-cart-price {
    width: 10%
}

.cart-total-row {
    border-top: 2px solid #e2492f
}

.total-title {
    vertical-align: middle;
    font-size: 14px;
    color: #e2492f;
    text-transform: uppercase;
    font-weight: 700
}

.cart-total,.cart-subtotal {
    text-align: right;
    vertical-align: middle
}

.cart-subtotal {
    width: 10%
}

.cart-total {
    font-size: 24px;
    font-weight: 700;
    padding: 20px 8px;
    color: #373737
}

.new-pages {
    position: absolute;
    color: red;
    right: 78px;
    bottom: 7px;
    font-size: 10px
}

@charset "UTF-8";.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9)rotate(-3deg);
        transform: scale(.9)rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1)rotate(3deg);
        transform: scale(1.1)rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1)rotate(-3deg);
        transform: scale(1.1)rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1)rotate(0);
        transform: scale(1)rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9)rotate(-3deg);
        -ms-transform: scale(.9)rotate(-3deg);
        transform: scale(.9)rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1)rotate(3deg);
        -ms-transform: scale(1.1)rotate(3deg);
        transform: scale(1.1)rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1)rotate(-3deg);
        -ms-transform: scale(1.1)rotate(-3deg);
        transform: scale(1.1)rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1)rotate(0);
        -ms-transform: scale(1)rotate(0);
        transform: scale(1)rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    15% {
        -webkit-transform: translateX(-25%)rotate(-5deg);
        transform: translateX(-25%)rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%)rotate(3deg);
        transform: translateX(20%)rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%)rotate(-3deg);
        transform: translateX(-15%)rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%)rotate(2deg);
        transform: translateX(10%)rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%)rotate(-1deg);
        transform: translateX(-5%)rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }

    15% {
        -webkit-transform: translateX(-25%)rotate(-5deg);
        -ms-transform: translateX(-25%)rotate(-5deg);
        transform: translateX(-25%)rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%)rotate(3deg);
        -ms-transform: translateX(20%)rotate(3deg);
        transform: translateX(20%)rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%)rotate(-3deg);
        -ms-transform: translateX(-15%)rotate(-3deg);
        transform: translateX(-15%)rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%)rotate(2deg);
        -ms-transform: translateX(10%)rotate(2deg);
        transform: translateX(10%)rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%)rotate(-1deg);
        -ms-transform: translateX(-5%)rotate(-1deg);
        transform: translateX(-5%)rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px)translateZ(0)rotateY(0)scale(1);
        transform: perspective(400px)translateZ(0)rotateY(0)scale(1)
    }

    0%,40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1);
        transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1)
    }

    50% {
        -webkit-transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1);
        transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95);
        transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95)
    }

    80%,100% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1);
        transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1)
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px)translateZ(0)rotateY(0)scale(1);
        -ms-transform: perspective(400px)translateZ(0)rotateY(0)scale(1);
        transform: perspective(400px)translateZ(0)rotateY(0)scale(1)
    }

    0%,40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1);
        -ms-transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1);
        transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1)
    }

    50% {
        -webkit-transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1);
        -ms-transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1);
        transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95);
        -ms-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95);
        transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95)
    }

    80%,100% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1);
        -ms-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1);
        transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1)
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px)rotateX(90deg);
        transform: perspective(400px)rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px)rotateX(-10deg);
        transform: perspective(400px)rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px)rotateX(10deg);
        transform: perspective(400px)rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px)rotateX(0);
        transform: perspective(400px)rotateX(0);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px)rotateX(90deg);
        -ms-transform: perspective(400px)rotateX(90deg);
        transform: perspective(400px)rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px)rotateX(-10deg);
        -ms-transform: perspective(400px)rotateX(-10deg);
        transform: perspective(400px)rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px)rotateX(10deg);
        -ms-transform: perspective(400px)rotateX(10deg);
        transform: perspective(400px)rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px)rotateX(0);
        -ms-transform: perspective(400px)rotateX(0);
        transform: perspective(400px)rotateX(0);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px)rotateY(90deg);
        transform: perspective(400px)rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px)rotateY(-10deg);
        transform: perspective(400px)rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px)rotateY(10deg);
        transform: perspective(400px)rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px)rotateY(0);
        transform: perspective(400px)rotateY(0);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px)rotateY(90deg);
        -ms-transform: perspective(400px)rotateY(90deg);
        transform: perspective(400px)rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px)rotateY(-10deg);
        -ms-transform: perspective(400px)rotateY(-10deg);
        transform: perspective(400px)rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px)rotateY(10deg);
        -ms-transform: perspective(400px)rotateY(10deg);
        transform: perspective(400px)rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px)rotateY(0);
        -ms-transform: perspective(400px)rotateY(0);
        transform: perspective(400px)rotateY(0);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px)rotateX(0);
        transform: perspective(400px)rotateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px)rotateX(90deg);
        transform: perspective(400px)rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px)rotateX(0);
        -ms-transform: perspective(400px)rotateX(0);
        transform: perspective(400px)rotateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px)rotateX(90deg);
        -ms-transform: perspective(400px)rotateX(90deg);
        transform: perspective(400px)rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px)rotateY(0);
        transform: perspective(400px)rotateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px)rotateY(90deg);
        transform: perspective(400px)rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px)rotateY(0);
        -ms-transform: perspective(400px)rotateY(0);
        transform: perspective(400px)rotateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px)rotateY(90deg);
        -ms-transform: perspective(400px)rotateY(90deg);
        transform: perspective(400px)rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%)skewX(-30deg);
        transform: translateX(100%)skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%)skewX(30deg);
        transform: translateX(-20%)skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0%)skewX(-15deg);
        transform: translateX(0%)skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0%)skewX(0);
        transform: translateX(0%)skewX(0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%)skewX(-30deg);
        -ms-transform: translateX(100%)skewX(-30deg);
        transform: translateX(100%)skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%)skewX(30deg);
        -ms-transform: translateX(-20%)skewX(30deg);
        transform: translateX(-20%)skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0%)skewX(-15deg);
        -ms-transform: translateX(0%)skewX(-15deg);
        transform: translateX(0%)skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0%)skewX(0);
        -ms-transform: translateX(0%)skewX(0);
        transform: translateX(0%)skewX(0);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%)skewX(0);
        transform: translateX(0%)skewX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%)skewX(-30deg);
        transform: translateX(100%)skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%)skewX(0);
        -ms-transform: translateX(0%)skewX(0);
        transform: translateX(0%)skewX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%)skewX(-30deg);
        -ms-transform: translateX(100%)skewX(-30deg);
        transform: translateX(100%)skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,100% {
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    0%,100% {
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    100% {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    0%,100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center
    }

    100% {
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom
    }

    100% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom
    }

    100% {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom
    }

    100% {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom
    }

    100% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    0%,20%,60% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg)
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg)
    }

    40%,80% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg)translateY(0);
        transform: rotate(60deg)translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    0%,20%,60% {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg)
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg)
    }

    40%,80% {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg)translateY(0);
        -ms-transform: rotate(60deg)translateY(0);
        transform: rotate(60deg)translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)rotate(-120deg);
        transform: translateX(-100%)rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)rotate(0);
        transform: translateX(0)rotate(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)rotate(-120deg);
        -ms-transform: translateX(-100%)rotate(-120deg);
        transform: translateX(-100%)rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)rotate(0);
        -ms-transform: translateX(0)rotate(0);
        transform: translateX(0)rotate(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)rotate(0);
        transform: translateX(0)rotate(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%)rotate(120deg);
        transform: translateX(100%)rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)rotate(0);
        -ms-transform: translateX(0)rotate(0);
        transform: translateX(0)rotate(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%)rotate(120deg);
        -ms-transform: translateX(100%)rotate(120deg);
        transform: translateX(100%)rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

.nivo-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1
}

.nivo-lightbox-wrap {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%
}

.nivo-lightbox-content {
    width: 100%;
    height: 100%
}

.nivo-lightbox-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center
}

.nivo-lightbox-nav {
    display: none
}

.nivo-lightbox-prev {
    position: absolute;
    top: 50%;
    left: 0
}

.nivo-lightbox-next {
    position: absolute;
    top: 50%;
    right: 0
}

.nivo-lightbox-close {
    position: absolute;
    top: 2%;
    right: 2%
}

.nivo-lightbox-image {
    text-align: center
}

.nivo-lightbox-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle
}

.nivo-lightbox-content iframe {
    width: 100%;
    height: 100%
}

.nivo-lightbox-inline,.nivo-lightbox-ajax {
    max-height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nivo-lightbox-error {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 0 1px 1px #000
}

.nivo-lightbox-error p {
    display: table-cell;
    vertical-align: middle
}

.nivo-lightbox-notouch .nivo-lightbox-effect-fade,.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
}

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s cubic-bezier(.25,.5,.5,.9);
    -moz-transition: all 0.3s cubic-bezier(.25,.5,.5,.9);
    -ms-transition: all 0.3s cubic-bezier(.25,.5,.5,.9);
    -o-transition: all 0.3s cubic-bezier(.25,.5,.5,.9);
    transition: all 0.3s cubic-bezier(.25,.5,.5,.9)
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%)
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%)
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%)
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateZ(300px);
    -moz-transform: translateZ(300px);
    -ms-transform: translateZ(300px);
    transform: translateZ(300px)
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #666;
    background: rgba(0,0,0,.6)
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background: url(../img/nivo-lightbox/default/loading.gif) no-repeat 50% 50%
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
    top: 10%;
    width: 8%;
    height: 80%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: .5
}

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
    opacity: 1
}

.nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(../img/nivo-lightbox/default/prev.png);
    border-radius: 0 3px 3px 0
}

.nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(../img/nivo-lightbox/default/next.png);
    border-radius: 3px 0 0 3px
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    background: url(../img/nivo-lightbox/default/close.png) no-repeat 5px 5px;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    padding: 5px;
    opacity: .5
}

.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
    opacity: 1
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
    bottom: -7%
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
    font: 14px/20px 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    background: #000;
    color: #fff;
    padding: 7px 15px;
    border-radius: 30px
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4);
    box-shadow: 0 1px 1px rgba(0,0,0,.4)
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,.nivo-lightbox-theme-default .nivo-lightbox-inline {
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4);
    box-shadow: 0 1px 1px rgba(0,0,0,.4)
}

@media (-webkit-min-device-pixel-ratio: 1.3),(-o-min-device-pixel-ratio:2.6/2),(min--moz-device-pixel-ratio:1.3),(min-device-pixel-ratio:1.3),(min-resolution:1.3dppx) {
    .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
        background-image:url(../img/nivo-lightbox/default/loading@2x.gif);
        background-size: 32px 32px
    }

    .nivo-lightbox-theme-default .nivo-lightbox-prev {
        background-image: url(../img/nivo-lightbox/default/prev@2x.png);
        background-size: 48px 48px
    }

    .nivo-lightbox-theme-default .nivo-lightbox-next {
        background-image: url(../img/nivo-lightbox/default/next@2x.png);
        background-size: 48px 48px
    }

    .nivo-lightbox-theme-default .nivo-lightbox-close {
        background-image: url(../img/nivo-lightbox/default/close@2x.png);
        background-size: 16px 16px
    }
}

.tp-hide-revslider,.tp-caption.tp-hidden-caption {
    visibility: hidden!important;
    display: none!important
}

.tp-caption {
    z-index: 1
}

.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: rgb(255,255,255);
    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: rgb(255,255,255);
    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: 0 4px;
    padding-top: 1px;
    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: 0 4px;
    padding-top: 1px;
    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: 3px 10px;
    padding-top: 1px;
    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.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
}

.tp-caption.noshadow {
    text-shadow: none
}

.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: rgb(255,255,255);
    text-decoration: none;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,.498039);
    padding: 50px 25px;
    text-align: center;
    border-radius: 500px 500px 500px 500px;
    border-width: 0;
    border-color: rgb(0,0,0);
    border-style: none
}

.tp-caption.largeblackbg {
    font-size: 50px;
    line-height: 70px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: rgb(0,0,0);
    padding: 0 20px 5px;
    text-shadow: none;
    border-width: 0;
    border-color: rgb(255,255,255);
    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 4px;
    width: 150px;
    white-space: normal!important;
    height: auto;
    border-width: 0;
    border-color: rgb(255,255,255);
    border-style: none
}

.tp-caption.large_bold_grey {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(102,102,102);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    margin: 0;
    padding: 1px 4px 0;
    border-width: 0;
    border-color: rgb(255,214,88);
    border-style: none
}

.tp-caption.medium_thin_grey {
    font-size: 34px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(102,102,102);
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0;
    text-shadow: none;
    margin: 0;
    border-width: 0;
    border-color: rgb(255,214,88);
    border-style: none
}

.tp-caption.small_thin_grey {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(117,117,117);
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0;
    text-shadow: none;
    margin: 0;
    border-width: 0;
    border-color: rgb(255,214,88);
    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: rgb(34,34,34);
    border-style: none
}

.tp-caption.large_bold_darkblue {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(52,73,94);
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: rgb(255,214,88);
    border-style: none
}

.tp-caption.medium_bg_darkblue {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: rgb(52,73,94);
    padding: 10px;
    border-width: 0;
    border-color: rgb(255,214,88);
    border-style: none
}

.tp-caption.medium_bold_red {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(227,58,12);
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: rgb(255,214,88);
    border-style: none
}

.tp-caption.medium_light_red {
    font-size: 21px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(227,58,12);
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: rgb(255,214,88);
    border-style: none
}

.tp-caption.medium_bg_red {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: rgb(227,58,12);
    padding: 10px;
    border-width: 0;
    border-color: rgb(255,214,88);
    border-style: none
}

.tp-caption.medium_bold_orange {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(243,156,18);
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: rgb(255,214,88);
    border-style: none
}

.tp-caption.medium_bg_orange {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: rgb(243,156,18);
    padding: 10px;
    border-width: 0;
    border-color: rgb(255,214,88);
    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: rgb(34,34,34);
    border-style: none
}

.tp-caption.large_bold_white {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: rgb(255,214,88);
    border-style: none
}

.tp-caption.medium_light_white {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: rgb(255,214,88);
    border-style: none
}

.tp-caption.mediumlarge_light_white {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: rgb(255,214,88);
    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 0 0 0;
    text-align: center;
    border-width: 0;
    border-color: rgb(255,214,88);
    border-style: none
}

.tp-caption.medium_bg_asbestos {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: rgb(127,140,141);
    padding: 10px;
    border-width: 0;
    border-color: rgb(255,214,88);
    border-style: none
}

.tp-caption.medium_light_black {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(0,0,0);
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: rgb(255,214,88);
    border-style: none
}

.tp-caption.large_bold_black {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(0,0,0);
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: rgb(255,214,88);
    border-style: none
}

.tp-caption.mediumlarge_light_darkblue {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(52,73,94);
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: rgb(255,214,88);
    border-style: none
}

.tp-caption.small_light_white {
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: rgb(255,214,88);
    border-style: none
}

.tp-caption.roundedimage {
    border-width: 0;
    border-color: rgb(34,34,34);
    border-style: none
}

.tp-caption.large_bg_black {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: rgb(0,0,0);
    padding: 10px 20px 15px;
    border-width: 0;
    border-color: rgb(255,214,88);
    border-style: none
}

.tp-caption.mediumwhitebg {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(0,0,0);
    text-decoration: none;
    background-color: rgb(255,255,255);
    padding: 5px 15px 10px;
    text-shadow: none;
    border-width: 0;
    border-color: rgb(0,0,0);
    border-style: none
}

.tp-caption.medium_bg_orange_new1 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: rgb(243,156,18);
    padding: 10px;
    border-width: 0;
    border-color: rgb(255,214,88);
    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 .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 .purchase:hover,.tp-simpleresponsive .button:hover,.tp-simpleresponsive .button.big: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 2px;
        line-height: 20px!important;
        font-size: 10px!important
    }

    .tp-simpleresponsive a.button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none
    }
}

.fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0
}

.fullwidthbanner-container {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden
}

.fullwidthbanner-container .fullwidthbanner {
    width: 100%;
    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(../img/slider/shadow1.png) no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.tp-bannershadow.tp-shadow2 {
    background: url(../img/slider/shadow2.png) no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.tp-bannershadow.tp-shadow3 {
    background: url(../img/slider/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-out,.fullscreenvideo .vjs-control-bar.vjs-fade-in,.fullscreenvideo .vjs-control-bar.vjs-fade-out.vjs-lock-showing,.fullscreenvideo .vjs-control-bar.vjs-fade-in.vjs-lock-showing {
    visibility: hidden!important;
    opacity: 0!important;
    display: none!important;
    width: 0;
    height: 0;
    overflow: hidden
}

.fullcoveredvideo.video-js,.fullcoveredvideo video {
    background: transparent!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(../img/slider/gridtile.png)
}

.tp-dottedoverlay.twoxtwowhite {
    background: url(../img/slider/gridtile_white.png)
}

.tp-dottedoverlay.threexthree {
    background: url(../img/slider/gridtile_3x3.png)
}

.tp-dottedoverlay.threexthreewhite {
    background: url(../img/slider/gridtile_3x3_white.png)
}

.tpclear {
    clear: both
}

.tp-bullets {
    z-index: 1000;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(5px)
}

.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.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(../img/slider/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(../img/slider/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(../img/slider/bullet.png) no-Repeat top left;
    width: 20px;
    height: 20px;
    margin-right: 0;
    float: left;
    margin-top: 0;
    margin-left: 3px
}

.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 3px
}

.tp-bullets.simplebullets.round-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../img/slider/bullets.png) no-Repeat bottom left;
    width: 23px;
    height: 23px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.round-old .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.square .bullet {
    cursor: pointer;
    position: relative;
    background: url(../img/slider/bullets2.png) no-Repeat bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.square .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.square-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../img/slider/bullets2.png) no-Repeat bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.square-old .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.navbar .bullet {
    cursor: pointer;
    position: relative;
    background: url(../img/slider/bullet_boxed.png) no-Repeat top left;
    width: 18px;
    height: 19px;
    margin-right: 5px;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.navbar .bullet.first {
    margin-left: 0px!important
}

.tp-bullets.simplebullets.navbar .bullet.last {
    margin-right: 0px!important
}

.tp-bullets.simplebullets.navbar-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../img/slider/navigdots.png) no-Repeat bottom left;
    width: 15px;
    height: 15px;
    margin-left: 5px!important;
    margin-right: 5px!important;
    float: left;
    margin-top: 10px
}

.tp-bullets.simplebullets.navbar-old .bullet.first {
    margin-left: 0px!important
}

.tp-bullets.simplebullets.navbar-old .bullet.last {
    margin-right: 0px!important
}

.tp-bullets.simplebullets .bullet:hover,.tp-bullets.simplebullets .bullet.selected {
    background-position: top left
}

.tp-bullets.simplebullets.round .bullet:hover,.tp-bullets.simplebullets.round .bullet.selected,.tp-bullets.simplebullets.navbar .bullet:hover,.tp-bullets.simplebullets.navbar .bullet.selected {
    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: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out
}

.tp-bullets.tp-thumbs .bullet:hover,.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.tp-thumbs img {
    width: 100%
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(../img/slider/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 {
        display:none
    }

    .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: none;
    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(../img/slider/coloredbg.png) repeat
}

.tp-loader {
    background: url(../img/slider/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -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(../img/slider/transparent.png)"
}

.tp-3d {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%
}

.tp-caption img {
    background: transparent;
    -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/revicons.eot?5510888);
    src: url('../font/revicons.eot?5510888#iefix') format('embedded-opentype'),url(../font/revicons.woff?5510888) format('woff'),url(../font/revicons.ttf?5510888) format('truetype'),url('../font/revicons.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'
}

@media only screen and (max-width: 1200px) {
    .content-slider .flex-prev {
        left:-30px
    }

    .content-slider .flex-next {
        right: -30px
    }
}

@media only screen and (max-width: 1150px) {
    .wrapper {
        width:auto
    }
}

@media only screen and (min-width: 1024px) and (max-width:1100px) {
    .wrapper {
        width:auto
    }

    header {
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -ms-transition: all .2s linear;
        transition: all .2s linear
    }

    .content {
        width: 100%
    }

    .color-box {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }

    .color-box .button {
        border: 1px solid #fff
    }

    .color-box:hover .button {
        background: none
    }

    .carousel-container .one-half,.carousel-container .one-third,.carousel-container .two-third,.carousel-container .two-third-outer,.carousel-container .one-fourth,.carousel-container .three-fourth,.carousel-container .one-sixth,.carousel-container .five-sixth {
        float: left;
        margin: 0 24px 0 0
    }

    .carousel-container {
        width: 492px;
        margin-left: auto;
        margin-right: auto
    }

    .carousel-full .carousel-container {
        width: 750px;
        margin-left: auto;
        margin-right: auto
    }

    .flex-nav-left .flex-direction-nav {
        left: -240px;
        display: block
    }

    .no-touch .image-gallery .flex-direction-nav {
        display: block
    }

    .content-slider .flex-prev {
        left: -20px;
        margin-top: -27px
    }

    .content-slider .flex-next {
        right: -20px;
        margin-top: -27px
    }

    .twitter-feed {
        width: 100%
    }

    .scroll-top {
        display: none!important;
        opacity: 0
    }

    .sidebar {
        margin: 0
    }

    .sb-left {
        padding-left: 15px
    }

    .sb-right {
        padding-right: 15px
    }

    .post-video {
        border: none;
        padding: 0
    }

    .post-content {
        width: 542px
    }

    .blog-post-full .post-content {
        width: 892px
    }

    .blog-style-2 .post-img img {
        max-width: 184px;
        height: auto
    }

    .blog-style-2 .image-gallery {
        max-width: 170px;
        height: auto
    }

    .blog-style-2 .post-video iframe {
        max-width: 184px;
        max-height: 160px
    }

    .share-btn {
        padding: 10px 0
    }

    .p-item img {
        max-width: 450px!important
    }

    .portfolio-pagination {
        margin-left: 15px
    }

    .error-message h2 {
        font-size: 130px;
        line-height: 130px
    }

    .container-center {
        width: 960px
    }

    .header-top .container-center {
        width: 930px
    }

    .wrapper .color-box-holder .container-center {
        width: 960px;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .wrapper .box-3 .color-box {
        width: 310px
    }

    header .container-center {
        width: 930px
    }

    .col-row {
        margin-right: 0
    }

    .one-half,.one-third,.two-third,.two-third-outer,.one-fourth,.three-fourth,.one-sixth,.five-sixth {
        margin-left: 15px;
        margin-right: 15px
    }

    .one-fourth {
        width: 210px
    }

    .three-fourth {
        width: 690px
    }

    .one-third {
        width: 290px
    }

    .two-third {
        width: 610px
    }

    .one-half {
        width: 450px
    }

    .one-sixth {
        width: 130px
    }

    .five-sixth {
        width: 770px
    }

    .full-width {
        width: 930px
    }

    .main-content-left .one-third,.main-content-left .one-sixth {
        margin-left: 0;
        margin-right: 30px
    }

    .main-content-right .one-third,.main-content-right .one-sixth {
        margin-left: 0;
        margin-right: 30px
    }

    .main-content-left {
        width: 610px;
        margin-right: 18px;
        padding-left: 15px
    }

    .main-content-right {
        width: 610px;
        margin-left: 18px;
        padding-right: 15px
    }

    .main-content-right .full-width,.main-content-left .full-width {
        width: 610px
    }

    .main-content-left .col-row .one-third:nth-child(even),.main-content-right .col-row .one-third:nth-child(even) {
        margin-right: 0
    }

    .main-content-left .col-row .one-sixth:nth-child(4n+4),.main-content-right .col-row .one-sixth:nth-child(4n+4) {
        margin-right: 0
    }

    .main-content-left .col-row .one-third:nth-child(3n+3),.main-content-right .col-row .one-third:nth-child(3n+3) {
        margin-right: 30px
    }

    .one-half .one-third,.one-half .one-fourth,.one-half .one-sixth,.one-half .one-half,.one-third .one-third,.one-third .one-fourth,.one-third .one-sixth,.one-fourth .one-sixth,.two-third .one-third,.two-third .one-fourth,.two-third .one-sixth,.two-third .one-half,.three-fourth .one-third,.three-fourth .one-fourth,.three-fourth .one-sixth,.three-fourth .two-third,.three-fourth .one-half,.five-sixth .one-sixth,.five-sixth .one-fourth,.five-sixth .three-fourth,.five-sixth .one-third,.five-sixth .two-third,.five-sixth .one-half,.five-sixth .one-half,.full-width .one-sixth,.full-width .one-fourth,.full-width .three-fourth,.full-width .one-third,.full-width .two-third,.full-width .one-half {
        margin-left: 0;
        margin-right: 30px
    }

    .one-half .col-row,.two-third .col-row,.three-fourth .col-row,.five-sixth .col-row,.one-third .col-row,.one-fourth .col-row {
        background: none;
        margin-right: -30px
    }

    .one-half .col-row {
        width: 480px
    }

    .two-third .col-row {
        width: 640px
    }

    .three-fourth .col-row {
        width: 720px
    }

    .five-sixth .col-row {
        width: 800px
    }

    .one-third .col-row {
        width: 320px
    }

    .one-fourth .col-row {
        width: 240px
    }

    .box-4 .color-box {
        width: 240px
    }

    .box-3 .color-box {
        width: 320px
    }

    .box-2 .color-box {
        width: 480px
    }

    .wrapper .box-4 .color-box {
        width: 25%
    }

    .wrapper .box-3 .color-box {
        width: 310px
    }

    .wrapper .box-2 .color-box {
        width: 50%
    }

    #search-box {
        width: 206px
    }

    .video,.post-video {
        overflow: hidden
    }

    .sidebar .video iframe {
        width: 272px;
        max-height: 180px
    }

    .one-half .video iframe {
        max-width: 450px
    }

    .one-third .video iframe {
        max-width: 290px
    }

    .two-third .video iframe {
        max-width: 610px
    }

    .one-fourth .video iframe {
        max-width: 210px
    }

    .three-fourth .video iframe {
        max-width: 690px
    }

    .one-sixth .video iframe {
        max-width: 130px
    }

    .five-sixth .video iframe {
        max-width: 770px
    }

    .post-video iframe {
        max-height: 350px;
        max-width: 640px
    }

    .blog-post-full iframe {
        max-height: 540px;
        max-width: 960px
    }

    .blog-style-2 .post-content {
        width: 344px
    }

    .pricing-tables .one-third {
        width: 288px
    }

    .pricing-tables .two-third {
        width: 608px
    }

    .pricing-tables .one-fourth {
        width: 208px
    }

    .pricing-tables .three-fourth {
        width: 688px
    }

    .pricing-tables .one-half {
        width: 448px
    }

    .pricing-tables .one-sixth {
        width: 128px
    }

    .pricing-tables .five-sixth {
        width: 768px
    }

    img {
        max-width: 100%;
        height: auto
    }

    .frame {
        padding: 3px;
        -webikit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .tp-rightarrow,.tp-leftarrow {
        display: none
    }

    .page-title .page-title-inner,.page-title-4 .page-title-inner,.page-title-2 .page-title-inner {
        width: 930px
    }

    .stream-portfolio li img,footer .stream-portfolio li img,.stream-portfolio-overlay,.stream-portfolio li {
        width: 68px;
        height: 68px
    }

    .stream-portfolio li {
        margin-bottom: 3px;
        margin-right: 3px
    }

    .stream-portfolio-overlay {
        line-height: 68px
    }

    .sidebar .stream-portfolio li img,.sidebar .stream-portfolio li {
        width: 86px;
        height: 86px
    }

    .sidebar .stream-portfolio li {
        margin-bottom: 4px;
        margin-right: 4px
    }

    .sidebar .stream-portfolio-overlay {
        line-height: 86px
    }

    .tweet_list li {
        overflow: hidden
    }

    .carousel-container .slides li {
        margin-right: 24px
    }

    .team-member {
        text-align: center
    }

    .member-details {
        float: none
    }

    .team-member .portrait {
        float: none;
        margin-right: 0
    }

    #comment-form {
        width: 610px
    }

    #comment-form .textbox {
        width: 478px
    }

    .shop-full .ex-price {
        padding-right: 10px;
        font-size: 16px
    }

    .shop-full .product-actions ul {
        margin-bottom: 20px
    }

    .shop-full .one-third .product-buy {
        float: none
    }

    .shop-full .product-price {
        font-size: 26px
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) and (orientation :portrait),(min-width:768px) and (max-width:1023px) {
    .wrapper {
        width:auto
    }

    header {
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -ms-transition: all .2s linear;
        transition: all .2s linear
    }

    .logo {
        float: none
    }

    #header .logo {
        text-align: center
    }

    .header-top ul li,.header-top ul li a {
        margin-left: 5px
    }

    .contact-info ul li,.contact-info ul li a {
        margin-right: 30px
    }

    .navigation ul li,.navigation-simple ul li,.navigation-light ul li {
        display: inline-block;
        float: none;
        position: relative;
        text-align: left
    }

    .navigation ul {
        margin-top: -16px
    }

    .navigation-light,.navigation-simple {
        padding-bottom: 20px
    }

    .navigation-light ul,.navigation-simple ul {
        margin-top: 0
    }

    .navigation ul,.navigation-simple ul,.navigation-light ul {
        float: none;
        margin-right: 0;
        text-align: center
    }

    .navigation ul li a:hover,.navigation .active-nav {
        background-color: transparent;
        color: #373737!important
    }

    .navigation ul .dropdown>a {
        background-color: transparent;
        color: #373737!important
    }

    .navigation ul ul li a:hover {
        color: #fff!important
    }

    .navigation ul li a {
        padding: 10px 9px 10px 9px
    }

    .navigation ul ul {
        margin-top: 24px
    }

    .search-container {
        display: none
    }

    .content {
        width: 100%
    }

    .carousel-container .one-half,.carousel-container .one-third,.carousel-container .two-third,.carousel-container .two-third-outer,.carousel-container .one-fourth,.carousel-container .three-fourth,.carousel-container .one-sixth,.carousel-container .five-sixth {
        float: left;
        margin: 0 24px 0 0
    }

    .carousel-container {
        width: 234px;
        margin-left: auto;
        margin-right: auto
    }

    .carousel-full .carousel-container {
        width: 492px;
        margin-left: auto;
        margin-right: auto
    }

    .flex-nav-left .flex-direction-nav {
        text-align: center;
        margin-top: 20px;
        position: static;
        margin-left: 3px
    }

    .no-touch .image-gallery .flex-direction-nav {
        display: block
    }

    .twitter-feed {
        width: 100%
    }

    .scroll-top {
        display: none!important;
        opacity: 0
    }

    .sidebar {
        margin: 0
    }

    #search-box {
        width: 206px
    }

    .post-video {
        border: none;
        padding: 0
    }

    .testimony-inner,.post-author-inner {
        position: relative;
        padding: 15px 15px 15px 15px;
        margin-left: 0;
        text-align: center;
        border: none
    }

    .testimony .portrait,.post-author .portrait {
        position: static;
        top: 0;
        left: 0;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px
    }

    .team-member .portrait {
        float: none;
        margin-right: 0
    }

    .team-member .member-details h4 {
        margin-top: 8px
    }

    .team-member {
        text-align: center
    }

    .member-details {
        float: none
    }

    .blog-post-full .post-content,.post-content {
        margin-left: 20px
    }

    .share-btn {
        padding: 10px 0
    }

    #comment-form .textbox,#contact-form .textbox {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    #comment-form,#contact-form {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    #submit,#post-comment {
        margin-left: 0;
        float: none;
        padding: 14px 15px
    }

    #message-outcome {
        margin-left: 0
    }

    .error-message h2 {
        font-size: 130px;
        line-height: 130px
    }

    .container-center,.full-width {
        width: 720px
    }

    .wrapper .color-box-holder .container-center {
        width: 720px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .col-row {
        margin-right: 0
    }

    .one-half,.one-third,.two-third,.two-third-outer,.one-fourth,.three-fourth,.one-sixth,.five-sixth {
        margin: 0 24px 0 0
    }

    .one-fourth {
        width: 348px
    }

    .three-fourth {
        width: 348px
    }

    .one-third {
        width: 224px
    }

    .two-third {
        width: 348px
    }

    .one-half {
        width: 348px
    }

    .one-sixth {
        width: 348px
    }

    .five-sixth {
        width: 348px
    }

    .main-content-left .one-third,.main-content-right .one-third {
        width: 348px
    }

    .main-content-left .col-row .one-third:nth-child(even),.main-content-right .col-row .one-third:nth-child(even) {
        margin-right: 0
    }

    .main-content-left .col-row .one-third:nth-child(3n+3),.main-content-right .col-row .one-third:nth-child(3n+3) {
        margin-right: 24px
    }

    .main-content-left,.main-content-right {
        width: 720px
    }

    .main-content-right .full-width,.main-content-left .full-width {
        width: 720px
    }

    .col-row .one-third:nth-child(3n+3),.col-row .one-fourth:nth-child(even),.col-row .one-half:nth-child(even),.col-row .two-third:nth-child(even),.col-row .three-fourth:nth-child(even),.col-row .one-sixth:nth-child(even),.col-row .five-sixth:nth-child(even) {
        margin-right: 0
    }

    .pricing-tables .one-third {
        width: 222px
    }

    .pricing-tables .two-third,.pricing-tables .one-fourth,.pricing-tables .three-fourth,.pricing-tables .one-half,.pricing-tables .one-sixth,.pricing-tables .five-sixth {
        width: 346px
    }

    .carousel-container .slides li {
        margin-right: 24px!important
    }

    .box-4 .color-box {
        width: 360px
    }

    .box-3 .color-box {
        width: 360px
    }

    .box-2 .color-box {
        width: 360px
    }

    .big-button {
        padding: 15px 0 15px 12px;
        margin-top: 40px;
        width: 70%;
        margin-left: auto;
        margin-right: auto
    }

    .btn-arrow {
        width: 54px;
        height: 62px;
        margin-top: -15px;
        line-height: 65px
    }

    .btn-arrow i {
        width: 26px;
        height: 23px;
        padding-top: 4px;
        font-size: 19px;
        padding-left: 1px
    }

    img {
        max-width: 100%;
        height: auto
    }

    .frame {
        padding: 3px;
        -box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webikit-box-sizing: border-box
    }

    .color-box {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }

    .color-box .button {
        border: 1px solid #fff
    }

    .color-box:hover .button {
        background: none
    }

    .classic-box {
        margin-bottom: 30px
    }

    .layer-h2 {
        font-size: 45px;
        line-height: 22px;
        padding: 26px;
        margin-top: -300px
    }

    .layer-description {
        font-size: 15px;
        line-height: 20px;
        margin-top: 6px
    }

    #slider-block .layer-buttons a {
        margin-top: 60px;
        padding: 12px
    }

    .slider-bullets i {
        height: 32px;
        width: 32px
    }

    .tp-rightarrow,.tp-leftarrow {
        display: none
    }

    .page-title {
        padding-bottom: 20px
    }

    .page-title h1 {
        margin-bottom: 16px
    }

    .page-title-4 .breadcrumbs-2 {
        text-align: left
    }

    .page-title-4 .page-title-inner {
        padding-bottom: 10px
    }

    .breadcrumbs {
        position: static;
        right: 0;
        top: 0
    }

    .page-title-2 {
        text-align: center
    }

    .page-title-2 .breadcrumbs {
        margin-top: 20px
    }

    .breadcrumbs-2 {
        background: none;
        display: inherit;
        padding: 12px 0;
        position: static
    }

    .page-title-3 .breadcrumbs,.page-title-3 .breadcrumbs-2 {
        display: none
    }

    .stream-portfolio li img,footer .stream-portfolio li img,.stream-portfolio-overlay,.stream-portfolio li {
        width: 84px;
        height: 84px
    }

    .stream-portfolio li {
        margin-bottom: 3px;
        margin-right: 3px
    }

    .stream-portfolio-overlay {
        line-height: 84px
    }

    .sidebar {
        padding-top: 30px;
        border-top: 1px solid #e4e4e4;
        width: 735px
    }

    .sidebar-box {
        width: 210px;
        margin-left: 10px;
        margin-right: 25px;
        float: left
    }

    #search-box {
        width: 144px
    }

    .video,.post-video {
        overflow: hidden
    }

    .sidebar .video iframe {
        width: 210px!important;
        max-height: 130px
    }

    .video iframe {
        max-width: 348px;
        max-height: 200px
    }

    .post-video iframe {
        width: 720px!important;
        max-height: 400px
    }

    .full-width .video iframe {
        max-width: 720px;
        max-height: 405px
    }

    .five-sixth .video iframe,.three-fourth .video iframe,.two-third .video iframe,.one-half .video iframe,.one-fourth .video iframe,.one-sixth .video iframe {
        max-width: 348px;
        max-height: 196px
    }

    .one-third .video iframe {
        max-width: 224px;
        max-height: 126px
    }

    .full-width .ratio43 iframe {
        max-width: 720px;
        max-height: 540px
    }

    .five-sixth .ratio43 iframe,.three-fourth .ratio43 iframe,.two-third .ratio43 iframe,.one-half .ratio43 iframe,.one-fourth .ratio43 iframe,.one-sixth .ratio43 iframe {
        max-width: 348px;
        max-height: 261px
    }

    .one-third .ratio43 iframe {
        max-width: 224px;
        max-height: 168px
    }

    .blog-post-full .post-content,.post-content {
        width: 652px
    }

    .blog-style-2 .post-content {
        width: 439px
    }

    .blog-style-2 .post-img img {
        max-width: 184px;
        height: auto
    }

    .blog-style-2 .image-gallery {
        max-width: 170px;
        height: auto
    }

    .blog-style-2 .post-video iframe {
        max-width: 184px;
        height: auto
    }

    .content-slider .flex-direction-nav {
        display: none
    }

    .pricing-tables .one-third,.pricing-tables .two-third,.pricing-tables .one-fourth,.pricing-tables .three-fourth,.pricing-tables .one-half,.pricing-tables .one-sixth,.pricing-tables .five-sixth {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    .tweet_list li {
        overflow: hidden
    }

    .one-fourth .p-item {
        width: 234px;
        margin-left: auto;
        margin-right: auto
    }

    .one-half .p-item {
        width: 348px
    }

    .one-third .p-item {
        width: 224px;
        margin-left: auto;
        margin-right: auto
    }

    .p-item {
        width: 348px
    }

    .p-item img {
        max-width: 100%
    }

    .one-third .ex-price {
        padding-right: 10px;
        font-size: 16px
    }

    .one-third .product-actions ul {
        margin-bottom: 20px;
        float: none
    }

    .one-third .product .button {
        margin-top: -5px;
        float: none
    }

    .one-third .product-price {
        font-size: 26px
    }

    .main-content-left .ex-price,.main-content-right .ex-price {
        padding-right: 15px;
        font-size: 22px
    }

    .main-content-left .product-actions ul,.main-content-right .product-actions ul {
        float: left;
        margin-bottom: 0
    }

    .main-content-left .one-third .product .button,.main-content-right .one-third .product .button {
        float: right;
        margin-top: 5px
    }

    .main-content-left .product-price,.main-content-right .product-price {
        font-size: 32px
    }

    .sb-product-image {
        max-width: 64px
    }
}

@media only screen and (min-width: 480px) and (max-width:767px),(min-width:320px) and (max-width:480px),(max-width:320px) {
    .wrapper {
        width:auto
    }

    .quote-left {
        float: left;
        width: 100%;
        margin-right: 20px;
        padding-right: 0
    }

    .quote-right {
        float: right;
        width: 100%;
        margin-left: 20px;
        padding-left: 0
    }

    header {
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -ms-transition: all .2s linear;
        transition: all .2s linear
    }

    .header-top {
        display: none
    }

    .logo {
        float: none
    }

    #header .logo img {
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .navigation span {
        display: none
    }

    .responsive-nav select {
        display: block;
        margin: 0 auto;
        width: 300px
    }

    .sticky-wrapper {
        height: auto!important;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -ms-transition: all .2s linear;
        transition: all .2s linear
    }

    .responsive-nav {
        display: block
    }

    #main-navigation ul {
        display: none
    }

    .search-container {
        display: none
    }

    .col-row {
        margin-right: 0
    }

    .content {
        width: 100%
    }

    .s-hide {
        display: none
    }

    .content-slider .flex-direction-nav {
        display: none
    }

    .gallery-description {
        display: none
    }

    .gallery-title {
        padding: 10px
    }

    .gallery-title h2 {
        font-size: 26px;
        line-height: 26px
    }

    .main-content-left {
        float: none!important
    }

    .main-content-right {
        float: none!important
    }

    .color-box {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }

    .color-box .button {
        border: 1px solid #fff
    }

    .color-box:hover .button {
        background: none
    }

    .box-4 .color-box,.box-3 .color-box,.box-2 .color-box {
        width: 100%;
        margin-bottom: 0
    }

    .carousel-container .one-half,.carousel-container .one-third,.carousel-container .two-third,.carousel-container .two-third-outer,.carousel-container .one-fourth,.carousel-container .three-fourth,.carousel-container .one-sixth,.carousel-container .five-sixth {
        float: left;
        margin: 0 24px 0 0;
        clear: none
    }

    .carousel-container {
        width: 234px;
        margin-left: auto;
        margin-right: auto
    }

    .no-touch .flex-nav-left .flex-direction-nav {
        text-align: center;
        margin-top: 20px;
        position: static;
        margin-left: 3px
    }

    .no-touch .image-gallery .flex-direction-nav {
        display: block
    }

    .twitter-feed {
        width: 100%
    }

    .scroll-top {
        display: none!important;
        opacity: 0
    }

    .bottom-left,.bottom-right {
        float: none;
        text-align: center
    }

    .sidebar {
        margin: 0;
        float: none;
        padding-top: 30px;
        border-top: 1px solid #e4e4e4
    }

    .sb-left {
        padding-top: 0;
        border: none;
        margin-top: 0
    }

    #search-box {
        width: 206px
    }

    .post-video {
        border: none;
        padding: 0
    }

    .testimony-inner,.post-author-inner {
        position: relative;
        padding: 15px 15px 15px 15px;
        margin-left: 0;
        text-align: center;
        border: none
    }

    .testimony .portrait,.post-author .portrait {
        position: static;
        top: 0;
        left: 0;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px
    }

    .team-member .portrait {
        width: 80px;
        margin-right: 20px
    }

    .team-member .member-details h4 {
        margin-top: 8px
    }

    .blog-post-full .post-content,.post-content {
        margin-left: 10px
    }

    .blog-style-2 .post-content {
        margin-left: 0
    }

    .blog-style-2 .post-title {
        text-align: center
    }

    .share-btn {
        padding: 10px 0
    }

    .comment-text {
        margin-left: 0
    }

    .comment-reply {
        margin-left: 30px
    }

    .avatar {
        display: none
    }

    .reply {
        top: 10px;
        right: 10px
    }

    #comment-form .textbox,#contact-form .textbox {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    #comment-form,#contact-form {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    #submit,#post-comment {
        margin-left: 0;
        float: none;
        padding: 14px 15px;
        width: 100%
    }

    #message-outcome {
        margin-left: 0
    }

    #google-map iframe {
        max-height: 200px
    }

    .reviews #comment-form .textbox {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block
    }

    .error-message h2 {
        font-size: 130px;
        line-height: 130px
    }

    .page-title .breadcrumbs-2 {
        text-align: left
    }
}

@media only screen and (min-width: 480px) and (max-width:767px) {
    .container-center,.full-width {
        width:450px
    }

    .one-half,.one-third,.two-third,.two-third-outer,.one-fourth,.three-fourth,.one-sixth,.five-sixth,.color-box,.main-content-left,.main-content-right {
        float: none;
        clear: both;
        width: 450px
    }

    .main-content-right .full-width,.main-content-left .full-width {
        width: 450px
    }

    img {
        max-width: 100%;
        height: auto
    }

    .frame {
        padding: 3px;
        -webikit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .layer-h2 {
        font-size: 30px;
        line-height: 22px;
        padding: 15px;
        margin-top: -300px
    }

    .layer-description {
        font-size: 13px;
        line-height: 20px;
        padding: 10px;
        margin-top: 35px;
        max-width: 380px
    }

    #slider-block .layer-buttons a {
        margin-top: 115px;
        font-size: 10px;
        padding: 12px
    }

    .slider-bullets i {
        height: 24px;
        width: 24px
    }

    .tp-rightarrow,.tp-leftarrow {
        display: none
    }

    .page-title {
        padding-bottom: 20px
    }

    .page-title-icon {
        font-size: 28px;
        margin-right: 20px;
        height: 80px;
        width: 80px;
        line-height: 80px
    }

    .page-title .one-line {
        font-size: 40px;
        margin-bottom: 36px
    }

    .page-title h1 {
        font-size: 34px;
        margin-top: 11px;
        margin-bottom: 16px;
        line-height: 28px
    }

    .page-title-4 {
        padding-bottom: 0
    }

    .page-title-4 .breadcrumbs-2 {
        text-align: left
    }

    .page-title-4 .page-title-inner {
        padding-bottom: 10px
    }

    .angled h1 {
        padding-right: 5px
    }

    .page-title-2 {
        text-align: center
    }

    .page-title-2 h1 {
        font-size: 24px
    }

    .page-title-2 .breadcrumbs {
        margin-top: 20px
    }

    .breadcrumbs {
        position: static;
        right: 0;
        top: 0
    }

    .breadcrumbs-2 {
        background: none;
        display: inherit;
        padding: 12px 0;
        position: static;
        text-align: center
    }

    .page-title-3 {
        padding: 0
    }

    .page-title-3 .breadcrumbs,.page-title-3 .breadcrumbs-2 {
        display: none
    }

    .page-title-3 h1 {
        font-size: 34px;
        margin-top: 11px;
        margin-bottom: 16px;
        line-height: 28px
    }

    .stream-portfolio li img,footer .stream-portfolio li img,.stream-portfolio-overlay,.stream-portfolio li {
        width: 90px;
        height: 90px
    }

    .stream-portfolio li {
        margin-bottom: 3px;
        margin-right: 3px
    }

    .stream-portfolio-overlay {
        line-height: 90px
    }

    .sidebar {
        width: 450px
    }

    #search-box {
        width: 384px
    }

    .video,.post-video {
        overflow: hidden;
        width: 450px
    }

    .video iframe {
        width: 450px!important;
        max-height: 240px
    }

    .post-video iframe {
        width: 450px!important;
        max-height: 240px
    }

    .full-width .video iframe,.five-sixth .video iframe,.three-fourth .video iframe,.two-third .video iframe,.one-half .video iframe,.one-fourth .video iframe,.one-sixth .video iframe,.one-third .video iframe {
        max-width: 450px;
        max-height: 253px
    }

    .full-width .ratio43 iframe,.five-sixth .ratio43 iframe,.three-fourth .ratio43 iframe,.two-third .ratio43 iframe,.one-half .ratio43 iframe,.one-fourth .ratio43 iframe,.one-sixth .ratio43 iframe,.one-third .ratio43 iframe {
        max-width: 450px;
        max-height: 338px
    }

    .blog-post-full .post-content,.post-content {
        width: 390px
    }

    .blog-style-2 .post-content {
        width: 450px
    }

    .blog-style-2 .post-img img {
        max-width: 388px;
        height: auto
    }

    .blog-style-2 .image-gallery {
        max-width: 374px;
        height: auto
    }

    .blog-style-2 .post-video iframe {
        max-width: 388px;
        max-height: 290px
    }

    .blog-style-2 .post-video {
        max-width: 388px
    }

    .pricing-tables .one-third,.pricing-tables .two-third,.pricing-tables .one-fourth,.pricing-tables .three-fourth,.pricing-tables .one-half,.pricing-tables .one-sixth,.pricing-tables .five-sixth {
        width: 450px
    }

    .classic-box {
        margin-bottom: 30px
    }

    .one-fourth .p-item {
        width: 234px;
        margin-left: auto;
        margin-right: auto
    }

    .one-half .p-item {
        width: 450px;
        margin-left: auto;
        margin-right: auto
    }

    .p-item {
        width: 320px;
        margin-left: auto;
        margin-right: auto
    }

    .p-item img {
        max-width: 100%
    }
}

@media only screen and (min-width: 320px) and (max-width:480px),(max-width:320px) {
    .container-center,.full-width {
        width:290px
    }

    .one-half,.one-third,.two-third,.two-third-outer,.one-fourth,.three-fourth,.one-sixth,.five-sixth,.color-box,.main-content-left,.main-content-right {
        float: none;
        clear: both;
        width: 290px
    }

    .main-content-right .full-width,.main-content-left .full-width {
        width: 290px
    }

    img {
        max-width: 100%;
        height: auto
    }

    .classic-box {
        margin-bottom: 30px
    }

    .frame {
        padding: 3px;
        -webikit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .content-slider .big-title-row {
        line-height: 44px;
        margin-top: 20px;
        font-size: 50px;
    }

    .big-title-description {
        font-size: 22px;
        line-height: 28px;
        width: 290px
    }

    .layer-h2 {
        font-size: 20px;
        line-height: 22px;
        padding: 5px;
        margin-top: -300px
    }

    .layer-description {
        font-size: 11px;
        line-height: 16px;
        padding: 5px;
        margin-top: 30px;
        max-width: 290px
    }

    #slider-block .layer-buttons a {
        margin-top: 100px;
        font-size: 10px;
        padding: 12px
    }

    .slider-bullets i {
        display: none
    }

    .tp-rightarrow,.tp-leftarrow {
        display: none!important
    }

    .tagline {
        padding-top: 20px
    }

    .tagline h2 {
        font-size: 16px;
        color: #373737;
        line-height: 20px
    }

    .page-title {
        padding-bottom: 20px
    }

    .page-title-icon {
        font-size: 28px;
        margin-right: 20px;
        height: 60px;
        width: 60px;
        line-height: 60px
    }

    .page-title h1 {
        font-size: 24px;
        margin-top: 8px;
        margin-bottom: 16px;
        line-height: 22px
    }

    .page-title .one-line {
        margin-top: 19px;
        margin-bottom: 19px
    }

    .page-title-4 .page-title-inner {
        padding-bottom: 10px
    }

    .page-title-4 {
        text-align: center;
        padding-bottom: 0
    }

    .angled h1 {
        padding-right: 15px
    }

    .page-title-4 h1 {
        font-size: 20px
    }

    .angled h1:after,.angled .title-caption span:after {
        display: none
    }

    .page-title-2 {
        text-align: center
    }

    .page-title-2 h1 {
        font-size: 24px
    }

    .page-title-2 .breadcrumbs {
        margin-top: 20px
    }

    .breadcrumbs-2 {
        background: none;
        display: inherit;
        padding: 12px 0;
        position: static;
        text-align: center
    }

    .breadcrumbs {
        position: static;
        right: 0;
        top: 0
    }

    .page-title-3 {
        padding: 0
    }

    .page-title-3 .breadcrumbs,.page-title-3 .breadcrumbs-2 {
        display: none
    }

    .page-title-3 h1 {
        font-size: 24px;
        margin-top: 8px;
        margin-bottom: 16px;
        line-height: 22px
    }

    .big-message {
        font-size: 18px;
        line-height: 28px
    }

    .stream-portfolio li {
        margin-bottom: 3px;
        margin-right: 3px;
        width: 90px;
        height: 90px
    }

    .stream-portfolio-overlay {
        width: 90px;
        height: 90px;
        line-height: 90px
    }

    .stream-portfolio li img,footer .stream-portfolio li img {
        width: 90px;
        height: 90px
    }

    .sidebar {
        width: 290px
    }

    #search-box {
        width: 216px
    }

    .video,.post-video {
        overflow: hidden;
        width: 290px
    }

    .video iframe,.post-video iframe {
        width: 290px;
        max-height: 180px
    }

    .full-width .video iframe,.five-sixth .video iframe,.three-fourth .video iframe,.two-third .video iframe,.one-half .video iframe,.one-fourth .video iframe,.one-sixth .video iframe,.one-third .video iframe {
        max-width: 290px;
        max-height: 163px
    }

    .full-width .ratio43 iframe,.five-sixth .ratio43 iframe,.three-fourth .ratio43 iframe,.two-third .ratio43 iframe,.one-half .ratio43 iframe,.one-fourth .ratio43 iframe,.one-sixth .ratio43 iframe,.one-third .ratio43 iframe {
        max-width: 290px;
        max-height: 218px
    }

    .blog-post-full .post-content,.post-content {
        width: 230px
    }

    .blog-style-2 .post-content {
        width: 290px
    }

    .blog-style-2 .post-img img {
        max-width: 228px;
        height: auto
    }

    .blog-style-2 .image-gallery {
        max-width: 214px;
        height: auto
    }

    .blog-style-2 .post-video iframe {
        max-width: 228px;
        max-height: 180px
    }

    .blog-style-2 .post-video {
        max-width: 228px
    }

    .pricing-tables .one-third,.pricing-tables .two-third,.pricing-tables .one-fourth,.pricing-tables .three-fourth,.pricing-tables .one-half,.pricing-tables .one-sixth,.pricing-tables .five-sixth {
        width: 290px
    }

    th {
        font-size: 12px;
        border-bottom: 2px solid #c1c1c1;
        border-right: 1px solid #e1e1e1
    }

    thead,tfoot {
        font-weight: 300
    }

    th {
        padding: 4px
    }

    th,td,caption {
        padding: 4px
    }

    .cart-total {
        font-size: 13px
    }

    .cart-item img {
        border: none
    }
}

@media (min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio: 3/2),(-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:144dpi),(min-resolution:1.5dppx) {
    .separator-1,.separator-2,.separator-3,.separator-4,.separator-5,.separator-6,.separator-7,footer .separator-1,footer .separator-2,footer .separator-3,footer .separator-4,footer .separator-5,footer .separator-6,footer .separator-7,footer .separator-7 {
        background-repeat:no-repeat;
        background-size: auto 27px
    }

    .separator-1 {
        background-image: url(../img/cizgiler/sign@2x.png)
    }

    .separator-2 {
        background-image: url(../img/cizgiler/waves@2x.png)
    }

    .separator-3 {
        background-image: url(../img/cizgiler/star@2x.png)
    }

    .separator-4 {
        background-image: url(../img/cizgiler/jigsaw@2x.png)
    }

    .separator-5 {
        background-image: url(../img/cizgiler/crown@2x.png)
    }

    .separator-6 {
        background-image: url(../img/cizgiler/arrow@2x.png)
    }

    .separator-7 {
        background-image: url(../img/cizgiler/diamond@2x.png)
    }

    footer .separator-1 {
        background-image: url(../img/cizgiler/sign-footer@2x.png)
    }

    footer .separator-2 {
        background-image: url(../img/cizgiler/waves-footer@2x.png)
    }

    footer .separator-3 {
        background-image: url(../img/cizgiler/star-footer@2x.png)
    }

    footer .separator-4 {
        background-image: url(../img/cizgiler/jigsaw-footer@2x.png)
    }

    footer .separator-5 {
        background-image: url(../img/cizgiler/crown-footer@2x.png)
    }

    footer .separator-6 {
        background-image: url(../img/cizgiler/arrow-footer@2x.png)
    }

    footer .separator-7 {
        background-image: url(../img/cizgiler/diamond-footer@2x.png)
    }

    .ui-accordion-header-icon {
        background-size: 15px 30px;
        background-image: url(../img/toggle@2x.png)
    }

    .ui-accordion-header-active .ui-accordion-header-icon {
        background-size: 15px 30px;
        background-image: url(../img/toggle@2x.png)
    }

    footer .contact-info {
        background: url(../img/world@2x.png) no-repeat center center;
        background-size: 203px 101px
    }

    #status {
        background-image: url(../img/status@2x.gif);
        background-size: 48px 49px
    }

    .cog-tl {
        background: url(../img/cog-tl@2x.png) no-repeat top left
    }

    .cog-tr {
        background: url(../img/cog-tr@2x.png) no-repeat top right
    }

    .cog-bl {
        background: url(../img/cog-bl@2x.png) no-repeat bottom left
    }

    .cog-br {
        background: url(../img/cog-br@2x.png) no-repeat bottom right
    }

    .post-author {
        background: url(../img/cog-br@2x.png) no-repeat bottom right
    }

    .cog-tl,.cog-tr,.cog-bl,.cog-br,.post-author {
        background-size: 161px 161px
    }

    .testimony-inner {
        background: url(../img/quotes@2x.png) no-repeat bottom right;
        background-size: 69px 45px
    }

    .quote-left {
        background: url(../img/quotes@2x.png) no-repeat top right;
        background-size: 69px 45px
    }

    .quote-right {
        background: url(../img/quotes@2x.png) no-repeat top left;
        background-size: 69px 45px
    }

    .responsive-nav select {
        background: url(../img/nav@2x.png) no-repeat 97% center #fff;
        background-size: 21px 14px
    }

    .pattern-1 {
        background-image: url(../img/arkaplan/pattern-1@2x.jpg);
        background-size: 500px 500px
    }

    .pattern-2 {
        background-image: url(../img/arkaplan/pattern-2@2x.jpg);
        background-size: 200px 200px
    }

    .pattern-3 {
        background-image: url(../img/arkaplan/pattern-3@2x.png);
        background-size: 46px 29px
    }

    .pattern-4 {
        background-image: url(../img/arkaplan/pattern-4@2x.png);
        background-size: 110px 69px
    }

    .pattern-5 {
        background-image: url(../img/arkaplan/pattern-5@2x.png);
        background-size: 16px 16px
    }

    .pattern-6 {
        background-image: url(../img/arkaplan/pattern-6@2x.png);
        background-size: 400px 400px
    }

    .pattern-7 {
        background-image: url(../img/arkaplan/pattern-7@2x.png);
        background-size: 70px 70px
    }

    .pattern-8 {
        background-image: url(../img/arkaplan/pattern-8@2x.png);
        background-size: 162px 15px
    }

    .pattern-9 {
        background-image: url(../img/arkaplan/pattern-9@2x.png);
        background-size: 297px 297px
    }

    .pattern-10 {
        background-image: url(../img/arkaplan/pattern-10@2x.png);
        background-size: 100px 100px
    }

    .pattern-11 {
        background-image: url(../img/arkaplan/pattern-11@2x.png);
        background-size: 100px 100px
    }

    .pattern-12 {
        background-image: url(../img/arkaplan/pattern-12@2x.png);
        background-size: 270px 289px
    }

    .pattern-13 {
        background-image: url(../img/arkaplan/pattern-13@2x.png);
        background-size: 160px 160px
    }

    .pattern-14 {
        background-image: url(../img/arkaplan/pattern-14@2x.png);
        background-size: 412px 412px
    }

    .pattern-15 {
        background-image: url(../img/arkaplan/pattern-15@2x.jpg);
        background-size: 188px 178px
    }

    .pattern-16 {
        background-image: url(../img/arkaplan/pattern-16@2x.png);
        background-size: 43px 50px
    }
}

.clearfix {
    clear: both
}

.new-pages {
    position: absolute;
    color: red;
    right: 90px;
    bottom: 9px;
    font-size: 10px
}

.navigation ul ul li:hover .new-pages {
    color: #fff
}

#optwrap {
    position: fixed;
    top: 40px;
    font-family: Verdana,Arial,sans-serif;
    color: #858585;
    left: -203px;
    background-color: #f7f7f7;
    z-index: 2000;
    border: 1px solid #d5d5d5;
    -moz-box-shadow: 2px 2px 2px 1px rgba(0,0,0,.1);
    -webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,.1);
    box-shadow: 2px 2px 2px 1px rgba(0,0,0,.1)
}

#options {
    float: left;
    width: 170px;
    padding: 20px 11px 20px 20px;
    position: relative
}

#options h5 {
    font-family: Bebas,Arial,sans-serif!important;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 20px
}

#options strong {
    font-weight: 400;
    font-size: 11px;
    padding-bottom: 3px;
    font-family: Verdana,Arial,sans-serif;
    line-height: 14px;
    clear: both
}

#options p {
    font-size: 9px;
    line-height: 13px;
    margin-top: 10px;
    margin-bottom: 10px
}

#options li {
    font-size: 10px
}

#closer {
    float: left;
    position: relative
}

.opener {
    background: #f7f7f7;
    display: block
}

.closerer {
    display: none;
    background: #f7f7f7
}

.opener,.closerer {
    top: 30px;
    position: absolute;
    width: 58px;
    height: 58px;
    border-top: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    color: #757575;
    text-align: center
}

.opener i,.closerer i {
    font-size: 28px;
    line-height: 60px
}

#bg-test {
    height: 350px
}

.btn {
    background: #656565;
    padding: 3px 10px;
    font-size: 11px;
    color: #f7f7f7;
    display: inline-block
}

.btn:hover {
    background: #323232;
    text-decoration: none
}

#options ul li {
    display: block
}

.color-styles {
    list-style: none;
    margin-top: 10px;
    padding-bottom: 10px
}

.color-styles li {
    display: inline-block;
    float: left;
    height: 26px;
    margin-bottom: 5px
}

.color-styles li a {
    display: inline-block;
    height: 26px;
    width: 26px;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.color-styles li a:hover {
    opacity: .7
}

.color-switcher {
    margin-bottom: 10px
}

.preview-color-1 {
    background: #e2492f
}

.preview-color-2 {
    background: #4d9ae2
}

.preview-color-3 {
    background: #ee3535
}

.preview-color-4 {
    background: #f83
}

.preview-color-5 {
    background: #198dc7
}

.preview-color-6 {
    background: #0dac9e
}

.preview-color-7 {
    background: #5bbfc5
}

.preview-color-8 {
    background: #d7509c
}

.preview-color-9 {
    background: #a5b96b
}

.preview-color-10 {
    background: #32a550
}

.preview-color-11 {
    background: #4d7f91
}

.preview-color-12 {
    background: #b163a3
}

.preview-color-13 {
    background: #c96
}

.preview-color-14 {
    background: #d14750
}

.preview-color-15 {
    background: #ad3271
}

#bg-patt,#lbg-patt,#rbg-patt {
    list-style: none;
    margin-top: 10px
}

#bg-patt li,#lbg-patt li,#rbg-patt li {
    display: inline-block;
    float: left;
    padding: 2px;
    border: 1px solid #b5b5b5;
    margin: 0 9px 9px 0;
    height: 27px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

#bg-patt li:hover,#lbg-patt li:hover,#rbg-patt li:hover {
    border: 1px solid #858585
}

#bg-patt li a,#lbg-patt li a,#rbg-patt li a {
    display: inline-block;
    height: 27px;
    width: 27px
}

.section {
    margin-bottom: 15px
}

.slider-link img {
    margin-top: 3px;
    padding: 3px;
    border: 1px solid #b5b5b5;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

.slider-link img:hover {
    padding: 0;
    border: 4px solid #2f2f2f
}

.wide-sel a {
    margin-right: 10px;
    margin-top: 10px;
    padding: 8px 15px;
    background: #e9e9e9;
    border-bottom: 1px solid #ccc;
    color: #757575;
    margin-bottom: 5px
}

.wide-sel a:hover {
    background: #e2492f;
    color: #fff
}

.content-box p a {
    color: #757575
}

.box-title h3 a {
    color: #373737
}

.container-slider canvas {
    z-index: 50 !important
}

h1.cBaslik {
    display: none
}
