@import url(//fonts.googleapis.com/css?family=Titillium+Web:700); /*!
* Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/

@font-face {
 font-family: 'FontAwesome';
 src: url('../font/fontawesome-webfont.eot?v=4.5.0');
 src: url('../font/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../font/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../font/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../font/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../font/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
 font-weight: normal;
 font-style: normal
}

.fa {
 display: inline-block;
 font: normal normal normal 14px/1 FontAwesome;
 font-size: inherit;
 text-rendering: auto;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale
}

.fa-lg {
 font-size: 1.33333333em;
 line-height: .75em;
 vertical-align: -15%
}

.fa-2x {
 font-size: 2em
}

.fa-3x {
 font-size: 3em
}

.fa-4x {
 font-size: 4em
}

.fa-5x {
 font-size: 5em
}

.fa-fw {
 width: 1.28571429em;
 text-align: center
}

.fa-ul {
 padding-left: 0;
 margin-left: 2.14285714em;
 list-style-type: none
}

.fa-ul > li {
 position: relative
}

.fa-li {
 position: absolute;
 left: -2.14285714em;
 width: 2.14285714em;
 top: .14285714em;
 text-align: center
}

.fa-li.fa-lg {
 left: -1.85714286em
}

.fa-border {
 padding: .2em .25em .15em;
 border: solid .08em #eee;
 border-radius: .1em
}

.fa-pull-left {
 float: left
}

.fa-pull-right {
 float: right
}

.fa.fa-pull-left {
 margin-right: .3em
}

.fa.fa-pull-right {
 margin-left: .3em
}

.pull-right {
 float: right
}

.pull-left {
 float: left
}

.fa.pull-left {
 margin-right: .3em
}

.fa.pull-right {
 margin-left: .3em
}

.fa-spin {
 -webkit-animation: fa-spin 2s infinite linear;
 animation: fa-spin 2s infinite linear
}

.fa-pulse {
 -webkit-animation: fa-spin 1s infinite steps(8);
 animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg)
 }
 
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg)
 }
}

@keyframes fa-spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg)
 }
 
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg)
 }
}

.fa-rotate-90 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
 -webkit-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 transform: rotate(90deg)
}

.fa-rotate-180 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
 -webkit-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg)
}

.fa-rotate-270 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
 -webkit-transform: rotate(270deg);
 -ms-transform: rotate(270deg);
 transform: rotate(270deg)
}

.fa-flip-horizontal {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
 -webkit-transform: scale(-1, 1);
 -ms-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);
 -ms-transform: scale(1, -1);
 transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
 filter: none
}

.fa-stack {
 position: relative;
 display: inline-block;
 width: 2em;
 height: 2em;
 line-height: 2em;
 vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
 position: absolute;
 left: 0;
 width: 100%;
 text-align: center
}

.fa-stack-1x {
 line-height: inherit
}

.fa-stack-2x {
 font-size: 2em
}

.fa-inverse {
 color: #fff
}

.fa-glass:before {
 content: "\f000"
}

.fa-music:before {
 content: "\f001"
}

.fa-search:before {
 content: "\f002"
}

.fa-envelope-o:before {
 content: "\f003"
}

.fa-heart:before {
 content: "\f004"
}

.fa-star:before {
 content: "\f005"
}

.fa-star-o:before {
 content: "\f006"
}

.fa-user:before {
 content: "\f007"
}

.fa-film:before {
 content: "\f008"
}

.fa-th-large:before {
 content: "\f009"
}

.fa-th:before {
 content: "\f00a"
}

.fa-th-list:before {
 content: "\f00b"
}

.fa-check:before {
 content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
 content: "\f00d"
}

.fa-search-plus:before {
 content: "\f00e"
}

.fa-search-minus:before {
 content: "\f010"
}

.fa-power-off:before {
 content: "\f011"
}

.fa-signal:before {
 content: "\f012"
}

.fa-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-photo:before, .fa-image:before, .fa-picture-o:before {
 content: "\f03e"
}

.fa-pencil:before {
 content: "\f040"
}

.fa-map-marker:before {
 content: "\f041"
}

.fa-adjust:before {
 content: "\f042"
}

.fa-tint:before {
 content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
 content: "\f044"
}

.fa-share-square-o:before {
 content: "\f045"
}

.fa-check-square-o:before {
 content: "\f046"
}

.fa-arrows:before {
 content: "\f047"
}

.fa-step-backward:before {
 content: "\f048"
}

.fa-fast-backward:before {
 content: "\f049"
}

.fa-backward:before {
 content: "\f04a"
}

.fa-play:before {
 content: "\f04b"
}

.fa-pause:before {
 content: "\f04c"
}

.fa-stop:before {
 content: "\f04d"
}

.fa-forward:before {
 content: "\f04e"
}

.fa-fast-forward:before {
 content: "\f050"
}

.fa-step-forward:before {
 content: "\f051"
}

.fa-eject:before {
 content: "\f052"
}

.fa-chevron-left:before {
 content: "\f053"
}

.fa-chevron-right:before {
 content: "\f054"
}

.fa-plus-circle:before {
 content: "\f055"
}

.fa-minus-circle:before {
 content: "\f056"
}

.fa-times-circle:before {
 content: "\f057"
}

.fa-check-circle:before {
 content: "\f058"
}

.fa-question-circle:before {
 content: "\f059"
}

.fa-info-circle:before {
 content: "\f05a"
}

.fa-crosshairs:before {
 content: "\f05b"
}

.fa-times-circle-o:before {
 content: "\f05c"
}

.fa-check-circle-o:before {
 content: "\f05d"
}

.fa-ban:before {
 content: "\f05e"
}

.fa-arrow-left:before {
 content: "\f060"
}

.fa-arrow-right:before {
 content: "\f061"
}

.fa-arrow-up:before {
 content: "\f062"
}

.fa-arrow-down:before {
 content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
 content: "\f064"
}

.fa-expand:before {
 content: "\f065"
}

.fa-compress:before {
 content: "\f066"
}

.fa-plus:before {
 content: "\f067"
}

.fa-minus:before {
 content: "\f068"
}

.fa-asterisk:before {
 content: "\f069"
}

.fa-exclamation-circle:before {
 content: "\f06a"
}

.fa-gift:before {
 content: "\f06b"
}

.fa-leaf:before {
 content: "\f06c"
}

.fa-fire:before {
 content: "\f06d"
}

.fa-eye:before {
 content: "\f06e"
}

.fa-eye-slash:before {
 content: "\f070"
}

.fa-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, .fa-bar-chart:before {
 content: "\f080"
}

.fa-twitter-square:before {
 content: "\f081"
}

.fa-facebook-square:before {
 content: "\f082"
}

.fa-camera-retro:before {
 content: "\f083"
}

.fa-key:before {
 content: "\f084"
}

.fa-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-f:before, .fa-facebook:before {
 content: "\f09a"
}

.fa-github:before {
 content: "\f09b"
}

.fa-unlock:before {
 content: "\f09c"
}

.fa-credit-card:before {
 content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
 content: "\f09e"
}

.fa-hdd-o:before {
 content: "\f0a0"
}

.fa-bullhorn:before {
 content: "\f0a1"
}

.fa-bell:before {
 content: "\f0f3"
}

.fa-certificate:before {
 content: "\f0a3"
}

.fa-hand-o-right:before {
 content: "\f0a4"
}

.fa-hand-o-left:before {
 content: "\f0a5"
}

.fa-hand-o-up:before {
 content: "\f0a6"
}

.fa-hand-o-down:before {
 content: "\f0a7"
}

.fa-arrow-circle-left:before {
 content: "\f0a8"
}

.fa-arrow-circle-right:before {
 content: "\f0a9"
}

.fa-arrow-circle-up:before {
 content: "\f0aa"
}

.fa-arrow-circle-down:before {
 content: "\f0ab"
}

.fa-globe:before {
 content: "\f0ac"
}

.fa-wrench:before {
 content: "\f0ad"
}

.fa-tasks:before {
 content: "\f0ae"
}

.fa-filter:before {
 content: "\f0b0"
}

.fa-briefcase:before {
 content: "\f0b1"
}

.fa-arrows-alt:before {
 content: "\f0b2"
}

.fa-group:before, .fa-users:before {
 content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
 content: "\f0c1"
}

.fa-cloud:before {
 content: "\f0c2"
}

.fa-flask:before {
 content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
 content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
 content: "\f0c5"
}

.fa-paperclip:before {
 content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
 content: "\f0c7"
}

.fa-square:before {
 content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .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-desc:before {
 content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc: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-mail-reply-all:before, .fa-reply-all:before {
 content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
 content: "\f123"
}

.fa-location-arrow:before {
 content: "\f124"
}

.fa-crop:before {
 content: "\f125"
}

.fa-code-fork:before {
 content: "\f126"
}

.fa-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, .fa-gratipay:before {
 content: "\f184"
}

.fa-sun-o:before {
 content: "\f185"
}

.fa-moon-o:before {
 content: "\f186"
}

.fa-archive:before {
 content: "\f187"
}

.fa-bug:before {
 content: "\f188"
}

.fa-vk:before {
 content: "\f189"
}

.fa-weibo:before {
 content: "\f18a"
}

.fa-renren:before {
 content: "\f18b"
}

.fa-pagelines:before {
 content: "\f18c"
}

.fa-stack-exchange:before {
 content: "\f18d"
}

.fa-arrow-circle-o-right:before {
 content: "\f18e"
}

.fa-arrow-circle-o-left:before {
 content: "\f190"
}

.fa-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"
}

.fa-space-shuttle:before {
 content: "\f197"
}

.fa-slack:before {
 content: "\f198"
}

.fa-envelope-square:before {
 content: "\f199"
}

.fa-wordpress:before {
 content: "\f19a"
}

.fa-openid:before {
 content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
 content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
 content: "\f19d"
}

.fa-yahoo:before {
 content: "\f19e"
}

.fa-google:before {
 content: "\f1a0"
}

.fa-reddit:before {
 content: "\f1a1"
}

.fa-reddit-square:before {
 content: "\f1a2"
}

.fa-stumbleupon-circle:before {
 content: "\f1a3"
}

.fa-stumbleupon:before {
 content: "\f1a4"
}

.fa-delicious:before {
 content: "\f1a5"
}

.fa-digg:before {
 content: "\f1a6"
}

.fa-pied-piper:before {
 content: "\f1a7"
}

.fa-pied-piper-alt:before {
 content: "\f1a8"
}

.fa-drupal:before {
 content: "\f1a9"
}

.fa-joomla:before {
 content: "\f1aa"
}

.fa-language:before {
 content: "\f1ab"
}

.fa-fax:before {
 content: "\f1ac"
}

.fa-building:before {
 content: "\f1ad"
}

.fa-child:before {
 content: "\f1ae"
}

.fa-paw:before {
 content: "\f1b0"
}

.fa-spoon:before {
 content: "\f1b1"
}

.fa-cube:before {
 content: "\f1b2"
}

.fa-cubes:before {
 content: "\f1b3"
}

.fa-behance:before {
 content: "\f1b4"
}

.fa-behance-square:before {
 content: "\f1b5"
}

.fa-steam:before {
 content: "\f1b6"
}

.fa-steam-square:before {
 content: "\f1b7"
}

.fa-recycle:before {
 content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
 content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
 content: "\f1ba"
}

.fa-tree:before {
 content: "\f1bb"
}

.fa-spotify:before {
 content: "\f1bc"
}

.fa-deviantart:before {
 content: "\f1bd"
}

.fa-soundcloud:before {
 content: "\f1be"
}

.fa-database:before {
 content: "\f1c0"
}

.fa-file-pdf-o:before {
 content: "\f1c1"
}

.fa-file-word-o:before {
 content: "\f1c2"
}

.fa-file-excel-o:before {
 content: "\f1c3"
}

.fa-file-powerpoint-o:before {
 content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
 content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
 content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
 content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
 content: "\f1c8"
}

.fa-file-code-o:before {
 content: "\f1c9"
}

.fa-vine:before {
 content: "\f1ca"
}

.fa-codepen:before {
 content: "\f1cb"
}

.fa-jsfiddle:before {
 content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
 content: "\f1cd"
}

.fa-circle-o-notch:before {
 content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
 content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
 content: "\f1d1"
}

.fa-git-square:before {
 content: "\f1d2"
}

.fa-git:before {
 content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
 content: "\f1d4"
}

.fa-tencent-weibo:before {
 content: "\f1d5"
}

.fa-qq:before {
 content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
 content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
 content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
 content: "\f1d9"
}

.fa-history:before {
 content: "\f1da"
}

.fa-circle-thin:before {
 content: "\f1db"
}

.fa-header:before {
 content: "\f1dc"
}

.fa-paragraph:before {
 content: "\f1dd"
}

.fa-sliders:before {
 content: "\f1de"
}

.fa-share-alt:before {
 content: "\f1e0"
}

.fa-share-alt-square:before {
 content: "\f1e1"
}

.fa-bomb:before {
 content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
 content: "\f1e3"
}

.fa-tty:before {
 content: "\f1e4"
}

.fa-binoculars:before {
 content: "\f1e5"
}

.fa-plug:before {
 content: "\f1e6"
}

.fa-slideshare:before {
 content: "\f1e7"
}

.fa-twitch:before {
 content: "\f1e8"
}

.fa-yelp:before {
 content: "\f1e9"
}

.fa-newspaper-o:before {
 content: "\f1ea"
}

.fa-wifi:before {
 content: "\f1eb"
}

.fa-calculator:before {
 content: "\f1ec"
}

.fa-paypal:before {
 content: "\f1ed"
}

.fa-google-wallet:before {
 content: "\f1ee"
}

.fa-cc-visa:before {
 content: "\f1f0"
}

.fa-cc-mastercard:before {
 content: "\f1f1"
}

.fa-cc-discover:before {
 content: "\f1f2"
}

.fa-cc-amex:before {
 content: "\f1f3"
}

.fa-cc-paypal:before {
 content: "\f1f4"
}

.fa-cc-stripe:before {
 content: "\f1f5"
}

.fa-bell-slash:before {
 content: "\f1f6"
}

.fa-bell-slash-o:before {
 content: "\f1f7"
}

.fa-trash:before {
 content: "\f1f8"
}

.fa-copyright:before {
 content: "\f1f9"
}

.fa-at:before {
 content: "\f1fa"
}

.fa-eyedropper:before {
 content: "\f1fb"
}

.fa-paint-brush:before {
 content: "\f1fc"
}

.fa-birthday-cake:before {
 content: "\f1fd"
}

.fa-area-chart:before {
 content: "\f1fe"
}

.fa-pie-chart:before {
 content: "\f200"
}

.fa-line-chart:before {
 content: "\f201"
}

.fa-lastfm:before {
 content: "\f202"
}

.fa-lastfm-square:before {
 content: "\f203"
}

.fa-toggle-off:before {
 content: "\f204"
}

.fa-toggle-on:before {
 content: "\f205"
}

.fa-bicycle:before {
 content: "\f206"
}

.fa-bus:before {
 content: "\f207"
}

.fa-ioxhost:before {
 content: "\f208"
}

.fa-angellist:before {
 content: "\f209"
}

.fa-cc:before {
 content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
 content: "\f20b"
}

.fa-meanpath:before {
 content: "\f20c"
}

.fa-buysellads:before {
 content: "\f20d"
}

.fa-connectdevelop:before {
 content: "\f20e"
}

.fa-dashcube:before {
 content: "\f210"
}

.fa-forumbee:before {
 content: "\f211"
}

.fa-leanpub:before {
 content: "\f212"
}

.fa-sellsy:before {
 content: "\f213"
}

.fa-shirtsinbulk:before {
 content: "\f214"
}

.fa-simplybuilt:before {
 content: "\f215"
}

.fa-skyatlas:before {
 content: "\f216"
}

.fa-cart-plus:before {
 content: "\f217"
}

.fa-cart-arrow-down:before {
 content: "\f218"
}

.fa-diamond:before {
 content: "\f219"
}

.fa-ship:before {
 content: "\f21a"
}

.fa-user-secret:before {
 content: "\f21b"
}

.fa-motorcycle:before {
 content: "\f21c"
}

.fa-street-view:before {
 content: "\f21d"
}

.fa-heartbeat:before {
 content: "\f21e"
}

.fa-venus:before {
 content: "\f221"
}

.fa-mars:before {
 content: "\f222"
}

.fa-mercury:before {
 content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
 content: "\f224"
}

.fa-transgender-alt:before {
 content: "\f225"
}

.fa-venus-double:before {
 content: "\f226"
}

.fa-mars-double:before {
 content: "\f227"
}

.fa-venus-mars:before {
 content: "\f228"
}

.fa-mars-stroke:before {
 content: "\f229"
}

.fa-mars-stroke-v:before {
 content: "\f22a"
}

.fa-mars-stroke-h:before {
 content: "\f22b"
}

.fa-neuter:before {
 content: "\f22c"
}

.fa-genderless:before {
 content: "\f22d"
}

.fa-facebook-official:before {
 content: "\f230"
}

.fa-pinterest-p:before {
 content: "\f231"
}

.fa-whatsapp:before {
 content: "\f232"
}

.fa-server:before {
 content: "\f233"
}

.fa-user-plus:before {
 content: "\f234"
}

.fa-user-times:before {
 content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
 content: "\f236"
}

.fa-viacoin:before {
 content: "\f237"
}

.fa-train:before {
 content: "\f238"
}

.fa-subway:before {
 content: "\f239"
}

.fa-medium:before {
 content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
 content: "\f23b"
}

.fa-optin-monster:before {
 content: "\f23c"
}

.fa-opencart:before {
 content: "\f23d"
}

.fa-expeditedssl:before {
 content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
 content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
 content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
 content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
 content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
 content: "\f244"
}

.fa-mouse-pointer:before {
 content: "\f245"
}

.fa-i-cursor:before {
 content: "\f246"
}

.fa-object-group:before {
 content: "\f247"
}

.fa-object-ungroup:before {
 content: "\f248"
}

.fa-sticky-note:before {
 content: "\f249"
}

.fa-sticky-note-o:before {
 content: "\f24a"
}

.fa-cc-jcb:before {
 content: "\f24b"
}

.fa-cc-diners-club:before {
 content: "\f24c"
}

.fa-clone:before {
 content: "\f24d"
}

.fa-balance-scale:before {
 content: "\f24e"
}

.fa-hourglass-o:before {
 content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
 content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
 content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
 content: "\f253"
}

.fa-hourglass:before {
 content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
 content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
 content: "\f256"
}

.fa-hand-scissors-o:before {
 content: "\f257"
}

.fa-hand-lizard-o:before {
 content: "\f258"
}

.fa-hand-spock-o:before {
 content: "\f259"
}

.fa-hand-pointer-o:before {
 content: "\f25a"
}

.fa-hand-peace-o:before {
 content: "\f25b"
}

.fa-trademark:before {
 content: "\f25c"
}

.fa-registered:before {
 content: "\f25d"
}

.fa-creative-commons:before {
 content: "\f25e"
}

.fa-gg:before {
 content: "\f260"
}

.fa-gg-circle:before {
 content: "\f261"
}

.fa-tripadvisor:before {
 content: "\f262"
}

.fa-odnoklassniki:before {
 content: "\f263"
}

.fa-odnoklassniki-square:before {
 content: "\f264"
}

.fa-get-pocket:before {
 content: "\f265"
}

.fa-wikipedia-w:before {
 content: "\f266"
}

.fa-safari:before {
 content: "\f267"
}

.fa-chrome:before {
 content: "\f268"
}

.fa-firefox:before {
 content: "\f269"
}

.fa-opera:before {
 content: "\f26a"
}

.fa-internet-explorer:before {
 content: "\f26b"
}

.fa-tv:before, .fa-television:before {
 content: "\f26c"
}

.fa-contao:before {
 content: "\f26d"
}

.fa-500px:before {
 content: "\f26e"
}

.fa-amazon:before {
 content: "\f270"
}

.fa-calendar-plus-o:before {
 content: "\f271"
}

.fa-calendar-minus-o:before {
 content: "\f272"
}

.fa-calendar-times-o:before {
 content: "\f273"
}

.fa-calendar-check-o:before {
 content: "\f274"
}

.fa-industry:before {
 content: "\f275"
}

.fa-map-pin:before {
 content: "\f276"
}

.fa-map-signs:before {
 content: "\f277"
}

.fa-map-o:before {
 content: "\f278"
}

.fa-map:before {
 content: "\f279"
}

.fa-commenting:before {
 content: "\f27a"
}

.fa-commenting-o:before {
 content: "\f27b"
}

.fa-houzz:before {
 content: "\f27c"
}

.fa-vimeo:before {
 content: "\f27d"
}

.fa-black-tie:before {
 content: "\f27e"
}

.fa-fonticons:before {
 content: "\f280"
}

.fa-reddit-alien:before {
 content: "\f281"
}

.fa-edge:before {
 content: "\f282"
}

.fa-credit-card-alt:before {
 content: "\f283"
}

.fa-codiepie:before {
 content: "\f284"
}

.fa-modx:before {
 content: "\f285"
}

.fa-fort-awesome:before {
 content: "\f286"
}

.fa-usb:before {
 content: "\f287"
}

.fa-product-hunt:before {
 content: "\f288"
}

.fa-mixcloud:before {
 content: "\f289"
}

.fa-scribd:before {
 content: "\f28a"
}

.fa-pause-circle:before {
 content: "\f28b"
}

.fa-pause-circle-o:before {
 content: "\f28c"
}

.fa-stop-circle:before {
 content: "\f28d"
}

.fa-stop-circle-o:before {
 content: "\f28e"
}

.fa-shopping-bag:before {
 content: "\f290"
}

.fa-shopping-basket:before {
 content: "\f291"
}

.fa-hashtag:before {
 content: "\f292"
}

.fa-bluetooth:before {
 content: "\f293"
}

.fa-bluetooth-b:before {
 content: "\f294"
}

.fa-percent:before {
 content: "\f295"
}

@font-face {
 font-family: 'NovecentowideBookBold';
 src: url('../font/Novecentowide-Bold-webfont.eot');
 src: url('../font/Novecentowide-Bold-webfont.eot?#iefix') format('embedded-opentype'),url('../font/Novecentowide-Bold-webfont.woff') format('woff'),url('../font/Novecentowide-Bold-webfont.ttf') format('truetype'),url('../font/Novecentowide-Bold-webfont.svg#NovecentowideBookBold') format('svg');
 font-weight: normal;
 font-style: normal
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
 display: block
}

audio, canvas, video {
 display: inline-block
}

audio:not([controls]) {
 display: none;
 height: 0
}

[hidden] {
 display: none
}

html {
 font-family: sans-serif;
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%
}

body {
 margin: 0
}

a:focus {
 outline: thin dotted
}

a:active, a:hover {
 outline: 0
}

h1 {
 font-size: 2em;
 margin: .67em 0
}

abbr[title] {
 border-bottom: 1px dotted
}

b, strong {
 font-weight: bold
}

dfn {
 font-style: italic
}

hr {
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 height: 0
}

mark {
 background: #ff0;
 color: #000
}

code, kbd, pre, samp {
 font-family: monospace,serif;
 font-size: 1em
}

pre {
 white-space: pre-wrap
}

q {
 quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
 font-size: 80%
}

sub, sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline
}

sup {
 top: -0.5em
}

sub {
 bottom: -0.25em
}

img {
 border: 0
}

svg:not(:root) {
 overflow: hidden
}

figure {
 margin: 0
}

fieldset {
 border: 1px solid #c0c0c0;
 margin: 0 2px;
 padding: .35em .625em .75em
}

legend {
 border: 0;
 padding: 0
}

button, input, select, textarea {
 font-family: inherit;
 font-size: 100%;
 margin: 0
}

button, input {
 line-height: normal
}

button, select {
 text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
 -webkit-appearance: button;
 cursor: pointer
}

button[disabled], html input[disabled] {
 cursor: default
}

input[type="checkbox"], input[type="radio"] {
 box-sizing: border-box;
 padding: 0
}

input[type="search"] {
 -webkit-appearance: textfield;
 -moz-box-sizing: content-box;
 -webkit-box-sizing: content-box;
 box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0
}

textarea {
 overflow: auto;
 vertical-align: top
}

table {
 border-collapse: collapse;
 border-spacing: 0
}

@media print {
 * {
 text-shadow: none !important;
 color: #000 !important;
 background: transparent !important;
 box-shadow: none !important
 }
 
 a, a:visited {
 text-decoration: underline
 }
 
 a[href]:after {
 content: " (" attr(href) ")"
 }
 
 abbr[title]:after {
 content: " (" attr(title) ")"
 }
 
 .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
 content: ""
 }
 
 pre, blockquote {
 border: 1px solid #999;
 page-break-inside: avoid
 }
 
 thead {
 display: table-header-group
 }
 
 tr, img {
 page-break-inside: avoid
 }
 
 img {
 max-width: 100% !important
 }
 
 @page {
 margin: 2cm .5cm
 }
 
 p, h2, h3 {
 orphans: 3;
 widows: 3
 }
 
 h2, h3 {
 page-break-after: avoid
 }
 
 .navbar {
 display: none
 }
 
 .table td, .table th {
 background-color: #fff !important
 }
 
 .btn > .caret, .dropup > .btn > .caret {
 border-top-color: #000 !important
 }
 
 .label {
 border: 1px solid #000
 }
 
 .table {
 border-collapse: collapse !important
 }
 
 .table-bordered th, .table-bordered td {
 border: 1px solid #ddd !important
 }
}

* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box
}

html {
 font-size: 62.5%;
 -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
 font-family: Arial,sans-serif;
 font-size: 13px;
 line-height: 1.61538462;
 color: #666;
 background-color: #0d0d0d
}

input, button, select, textarea {
 font-family: inherit;
 font-size: inherit;
 line-height: inherit
}

a {
 color: #999;
 text-decoration: none;
 -webkit-transition: all .3s;
 transition: all .3s
}

a:hover {
 color: #FC7334
}

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

img {
 vertical-align: middle;
 max-width: 100%;
 height: auto
}

.img-responsive {
 display: inline-block;
 max-width: 100%;
 height: auto
}

.img-rounded {
 border-radius: 5px
}

.img-circle {
 border-radius: 50%
}

hr {
 margin-top: 0px;
 margin-bottom: 10px;
 border: 0;
 border-top: 1px solid #eee
}

.sr-only {
 position: absolute;
 width: 1px;
 height: 1px;
 margin: -1px;
 padding: 0;
 overflow: hidden;
 clip: rect(0 0 0 0);
 border: 0
}

.alignnone, .alignleft, .alignright, .aligncenter {
 margin-bottom: 10px;
 display: block;
 max-width: 100%
}

.alignnone img, .alignleft img, .alignright img, .aligncenter img {
 width: 100%
}

.wp-caption-text {
 font-size: 12px;
 color: #999;
 margin-bottom: 0
}

@media (min-width:768px) {
 .alignnone {
 clear: both;
 margin-bottom: 10px
 }
 
 .alignleft {
 float: left;
 margin: 10px 20px 10px 0
 }
 
 .alignright {
 float: right;
 margin: 10px 0 10px 20px
 }
 
 .aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
 margin-top: 20px;
 margin-bottom: 20px
 }
}

@media (max-width:767px) {
 .alignnone, .alignleft, .alignright, .aligncenter {
 width: 100%;
 margin-bottom: 20px
 }
}

p {
 margin: 15px 0px 0px 0px
}

.lead {
 margin-bottom: 21px;
 font-size: 14.95px;
 font-weight: 200;
 line-height: 1.4
}

@media (min-width:768px) {
 .lead {
 font-size: 19.5px
 }
}

small {
 font-size: 85%
}

cite {
 font-style: normal
}

.text-muted {
 color: #ddd
}

.text-primary {
 color: #FF954A
}

.text-warning {
 color: #d5980e
}

.text-danger {
 color: #d51114
}

.text-success {
 color: #0e8a14
}

.text-info {
 color: #FF954A
}

.text-left {
 text-align: left
}

.text-right {
 text-align: right
}

.text-center {
 text-align: center
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
 font-family: 'Play',sans-serif;
 font-weight: 500;
 line-height: 1.3;
 color: #111
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
 font-weight: normal;
 line-height: 1;
 color: #ddd
}

h1, h2, h3 {
 margin-top: 21px;
 margin-bottom: 10.5px
}

h4, h5, h6 {
 margin-top: 10.5px;
 margin-bottom: 10.5px
}

h1, .h1 {
 font-size: 36px
}

h2, .h2 {
 font-size: 30px
}

h3, .h3 {
 font-size: 23px
}

h4, .h4 {
 font-size: 17px
}

h5, .h5 {
 font-size: 13px
}

h6, .h6 {
 font-size: 12px
}

h1 small, .h1 small {
 font-size: 23px
}

h2 small, .h2 small {
 font-size: 17px
}

h3 small, .h3 small, h4 small, .h4 small {
 font-size: 13px
}

.page-header {
 color: #111
}

.page-header h1 {
 margin-top: 0
}

ul, ol {
 margin-top: 0
}

ul ul, ol ul, ul ol, ol ol {
 margin-bottom: 0
}

.list-unstyled {
 padding-left: 0;
 list-style: none
}

.list-inline {
 padding-left: 0;
 list-style: none
}

.list-inline > li {
 display: inline-block;
 padding-left: 5px;
 padding-right: 5px
}

dl {
 margin-bottom: 21px
}

dt, dd {
 line-height: 1.61538462
}

dt {
 font-weight: bold
}

dd {
 margin-left: 0
}

@media (min-width:768px) {
 .dl-horizontal dt {
 float: left;
 width: 160px;
 clear: left;
 text-align: right;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap
 }
 
 .dl-horizontal dd {
 margin-left: 180px
 }
 
 .dl-horizontal dd:before, .dl-horizontal dd:after {
 content: " ";
 display: table
 }
 
 .dl-horizontal dd:after {
 clear: both
 }
 
 .dl-horizontal dd:before, .dl-horizontal dd:after {
 content: " ";
 display: table
 }
 
 .dl-horizontal dd:after {
 clear: both
 }
}

abbr[title], abbr[data-original-title] {
 cursor: help;
 border-bottom: 1px dotted #ddd
}

abbr.initialism {
 font-size: 90%;
 text-transform: uppercase
}

blockquote {
 padding: 10.5px 21px;
 margin: 0 0 21px;
 border-left: 5px solid #eee
}

blockquote p {
 font-size: 16.25px;
 font-weight: 300;
 line-height: 1.25
}

blockquote p:last-child {
 margin-bottom: 0
}

blockquote small {
 display: block;
 line-height: 1.61538462;
 color: #ddd
}

blockquote small:before {
 content: '\2014 \00A0'
}

blockquote.pull-right {
 padding-right: 15px;
 padding-left: 0;
 border-right: 5px solid #eee;
 border-left: 0
}

blockquote.pull-right p, blockquote.pull-right small {
 text-align: right
}

blockquote.pull-right small:before {
 content: ''
}

blockquote.pull-right small:after {
 content: '\00A0 \2014'
}

q:before, q:after, blockquote:before, blockquote:after {
 content: ""
}

address {
 display: block;
 margin-bottom: 21px;
 font-style: normal;
 line-height: 1.61538462
}

code, pre {
 font-family: Monaco,Menlo,Consolas,"Courier New",monospace
}

code {
 padding: 2px 4px;
 font-size: 90%;
 color: #c7254e;
 background-color: #f9f2f4;
 white-space: nowrap;
 border-radius: 3px
}

pre {
 display: block;
 padding: 10px;
 margin: 0 0 10.5px;
 font-size: 12px;
 line-height: 1.61538462;
 word-break: break-all;
 word-wrap: break-word;
 color: #222;
 background-color: #f5f5f5;
 border: 1px solid #ccc;
 border-radius: 3px
}

pre.prettyprint {
 margin-bottom: 21px
}

pre code {
 padding: 0;
 color: inherit;
 white-space: pre-wrap;
 background-color: transparent;
 border: 0
}

.pre-scrollable {
 max-height: 340px;
 overflow-y: scroll
}

table {
 background-color: transparent;
 width: 100%
}

.table {
 width: 100%;
 margin-bottom: 21px
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
 padding: 8px;
 line-height: 1.61538462;
 vertical-align: top;
 border-top: 1px solid #ddd
}

.table thead > tr > th {
 vertical-align: bottom
}

.table caption + thead tr:first-child th, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child td {
 border-top: 0
}

.table tbody + tbody {
 border-top: 2px solid #ddd
}

.table .table {
 background-color: #0d0d0d
}

.table-condensed thead > tr > th, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > td {
 padding: 5px
}

.table-bordered {
 border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
 border: 1px solid #ddd
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
 background-color: #f9f9f9
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
 background-color: #f5f5f5
}

table col[class^="col-"] {
 float: none;
 display: table-column
}

table td[class^="col-"], table th[class^="col-"] {
 float: none;
 display: table-cell
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
 background-color: #f5f5f5
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
 background-color: #effff0;
 border-color: #d6e9c6
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
 background-color: #fef5f5;
 border-color: #eed3d7
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
 background-color: #fffbf1;
 border-color: #fbeed5
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
 background-color: #d6ffd8;
 border-color: #c9e2b4
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
 background-color: #fcdede;
 border-color: #e7c1c6
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
 background-color: #fff4d8;
 border-color: #f9e5be
}

fieldset {
 padding: 0;
 margin: 0;
 border: 0
}

legend {
 display: block;
 width: 100%;
 padding: 0;
 margin-bottom: 21px;
 font-size: 19.5px;
 line-height: inherit;
 color: #222;
 border: 0;
 border-bottom: 1px solid #e5e5e5
}

label {
 display: inline-block;
 margin-bottom: 5px;
 font-weight: bold
}

input[type="search"] {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
 margin: 4px 0 0;
 margin-top: 1px \9;
 line-height: normal
}

input[type="file"] {
 display: block
}

select[multiple], select[size] {
 height: auto
}

select optgroup {
 font-size: inherit;
 font-style: inherit;
 font-family: inherit
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
 outline: thin dotted #333;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
 height: auto
}

.form-control:-moz-placeholder {
 color: #666
}

.form-control::-moz-placeholder {
 color: #666
}

.form-control:-ms-input-placeholder {
 color: #666
}

.form-control::-webkit-input-placeholder {
 color: #666
}

.form-control {
 display: block;
 width: 100%;
 height: 35px;
 padding: 8px 10px;
 font-size: 12px;
 line-height: 1.61538462;
 color: #666;
 vertical-align: middle;
 background-color: #fff;
 border: 1px solid #ccc;
 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 -webkit-appearance: none !important;
 border-radius: 0;
 outline: 0
}

.form-control:hover, .form-control:focus {
 -webkit-box-shadow: 0 0 5px rgba(15,169,236,0.5);
 box-shadow: 0 0 5px rgba(15,169,236,0.5);
 border-color: #FF954A;
 border-color: rgba(15,169,236,0.5)
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
 cursor: not-allowed;
 background-color: #eee
}

textarea.form-control {
 height: auto;
 resize: vertical;
 overflow: auto
}

#sidebar-footer .form-control {
 border: 1px solid #232323;
 background: #0d0d0d;
 color: #999;
 -webkit-box-shadow: none;
 box-shadow: none
}

#sidebar-footer .form-control:-moz-placeholder {
 color: #333
}

#sidebar-footer .form-control::-moz-placeholder {
 color: #333
}

#sidebar-footer .form-control:-ms-input-placeholder {
 color: #333
}

#sidebar-footer .form-control::-webkit-input-placeholder {
 color: #333
}

.form-group {
 margin-bottom: 15px
}

.radio, .checkbox {
 display: block;
 min-height: 21px;
 margin-top: 10px;
 margin-bottom: 10px;
 padding-left: 20px;
 vertical-align: middle
}

.radio label, .checkbox label {
 display: inline;
 margin-bottom: 0;
 font-weight: normal;
 cursor: pointer
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
 float: left;
 margin-left: -20px
}

.radio + .radio, .checkbox + .checkbox {
 margin-top: -5px
}

.radio-inline, .checkbox-inline {
 display: inline-block;
 padding-left: 20px;
 margin-bottom: 0;
 vertical-align: middle;
 font-weight: normal;
 cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
 margin-top: 0;
 margin-left: 10px
}

input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
 cursor: not-allowed
}

.input-sm {
 height: 30px;
 padding: 5px 10px;
 font-size: 12px;
 line-height: 1.5;
 border-radius: 2px
}

select.input-sm {
 height: 30px;
 line-height: 30px
}

textarea.input-sm {
 height: auto
}

.input-lg {
 height: 54px;
 padding: 15px 35px;
 font-size: 17px;
 line-height: 1.33;
 border-radius: 5px
}

select.input-lg {
 height: 54px;
 line-height: 54px
}

textarea.input-lg {
 height: auto
}

.has-warning .help-block, .has-warning .control-label {
 color: #d5980e
}

.has-warning .form-control {
 border-color: #d5980e;
 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
 box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-warning .form-control:focus {
 border-color: #a5760b;
 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f4c355;
 box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f4c355
}

.has-warning .input-group-addon {
 color: #d5980e;
 border-color: #d5980e;
 background-color: #fffbf1
}

.has-error .help-block, .has-error .control-label {
 color: #d51114
}

.has-error .form-control {
 border-color: #d51114;
 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
 box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-error .form-control:focus {
 border-color: #a60d10;
 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f25a5c;
 box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f25a5c
}

.has-error .input-group-addon {
 color: #d51114;
 border-color: #d51114;
 background-color: #fef5f5
}

.has-success .help-block, .has-success .control-label {
 color: #0e8a14
}

.has-success .form-control {
 border-color: #0e8a14;
 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
 box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-success .form-control:focus {
 border-color: #095c0d;
 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #17e721;
 box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #17e721
}

.has-success .input-group-addon {
 color: #0e8a14;
 border-color: #0e8a14;
 background-color: #effff0
}

.form-control-static {
 margin-bottom: 0;
 padding-top: 8px
}

.help-block {
 display: block;
 margin-top: 5px;
 margin-bottom: 10px;
 color: #a6a6a6
}

.form-inline {
 font-size: 0
}

@media (min-width:768px) {
 .form-inline .form-group {
 display: inline-block;
 margin-bottom: 0;
 vertical-align: middle
 }
 
 .form-inline .form-control {
 display: inline-block
 }
 
 .form-inline .radio, .form-inline .checkbox {
 display: inline-block;
 margin-top: 0;
 margin-bottom: 0;
 padding-left: 0
 }
 
 .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
 float: none;
 margin-left: 0
 }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
 margin-top: 0;
 margin-bottom: 0;
 padding-top: 8px
}

.form-horizontal .form-group {
 margin-left: -10px;
 margin-right: -10px
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
 content: " ";
 display: table
}

.form-horizontal .form-group:after {
 clear: both
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
 content: " ";
 display: table
}

.form-horizontal .form-group:after {
 clear: both
}

@media (min-width:768px) {
 .form-horizontal .control-label {
 text-align: right
 }
}

.btn {
 display: inline-block;
 padding: 7px 30px;
 margin-bottom: 0;
 font-size: 12px;
 font-weight: bold;
 line-height: 1.61538462;
 text-align: center;
 vertical-align: middle;
 cursor: pointer;
 border: 1px solid #ddd;
 border-radius: 3px;
 white-space: nowrap;
 text-transform: uppercase;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 -o-user-select: none;
 user-select: none
}

.btn:hover, .btn:focus {
 color: #666;
 text-decoration: none
}

.btn:active, .btn.active {
 outline: 0;
 -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
 box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
 cursor: default;
 pointer-events: none;
 opacity: .65;
 -webkit-box-shadow: none;
 box-shadow: none
}

.lt-ie9 .btn.disabled, .lt-ie9 .btn[disabled], .lt-ie9 fieldset[disabled] .btn {
 filter: alpha(opacity=65)
}

input.btn {
 height: 35px
}

.btn-default {
 color: #666;
 background-color: #fff;
 background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff), to(#efefef));
 background-image: -webkit-linear-gradient(top, #fff, 0, #efefef, 100%);
 background-image: -moz-linear-gradient(top, #fff 0, #efefef 100%);
 background-image: linear-gradient(to bottom, #fff 0, #efefef 100%);
 background-repeat: repeat-x;
 border-color: #ddd
}

.lt-ie9 .btn-default {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffefefef', GradientType=0)
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
 color: #666;
 background-image: none;
 background-color: #efefef
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
 background-color: #efefef;
 border-color: #ddd
}

.btn-primary {
 color: #fff;
 background-color: #FF9500;
 background-image: -webkit-gradient(linear, left 0, left 100%, from(#FF9500), to(#FF954A));
 background-image: -webkit-linear-gradient(top, #FF9500, 0, #FF954A, 100%);
 background-image: -moz-linear-gradient(top, #FF9500 0, #FF954A 100%);
 background-image: linear-gradient(to bottom, #FF9500 0, #FF954A 100%);
 background-repeat: repeat-x;
 border-color: #FF954A
}

.lt-ie9 .btn-primary {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3bbbf3', endColorstr='#ff0fa9ec', GradientType=0)
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
 color: #fff;
 background-image: none;
 background-color: #FF954A
}

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

.btn-warning {
 color: #fff;
 background-color: #fecd5c;
 background-image: -webkit-gradient(linear, left 0, left 100%, from(#fecd5c), to(#febd29));
 background-image: -webkit-linear-gradient(top, #fecd5c, 0, #febd29, 100%);
 background-image: -moz-linear-gradient(top, #fecd5c 0, #febd29 100%);
 background-image: linear-gradient(to bottom, #fecd5c 0, #febd29 100%);
 background-repeat: repeat-x;
 border-color: #febd29
}

.lt-ie9 .btn-warning {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffecd5c', endColorstr='#fffebd29', GradientType=0)
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
 color: #fff;
 background-image: none;
 background-color: #febd29
}

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

.btn-danger {
 color: #fff;
 background-color: #ee3f3f;
 background-image: -webkit-gradient(linear, left 0, left 100%, from(#ee3f3f), to(#e61414));
 background-image: -webkit-linear-gradient(top, #ee3f3f, 0, #e61414, 100%);
 background-image: -moz-linear-gradient(top, #ee3f3f 0, #e61414 100%);
 background-image: linear-gradient(to bottom, #ee3f3f 0, #e61414 100%);
 background-repeat: repeat-x;
 border-color: #e61414
}

.lt-ie9 .btn-danger {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee3f3f', endColorstr='#ffe61414', GradientType=0)
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
 color: #fff;
 background-image: none;
 background-color: #e61414
}

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

.btn-success {
 color: #fff;
 background-color: #42de7d;
 background-image: -webkit-gradient(linear, left 0, left 100%, from(#42de7d), to(#23ca62));
 background-image: -webkit-linear-gradient(top, #42de7d, 0, #23ca62, 100%);
 background-image: -moz-linear-gradient(top, #42de7d 0, #23ca62 100%);
 background-image: linear-gradient(to bottom, #42de7d 0, #23ca62 100%);
 background-repeat: repeat-x;
 border-color: #23ca62
}

.lt-ie9 .btn-success {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff42de7d', endColorstr='#ff23ca62', GradientType=0)
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
 color: #fff;
 background-image: none;
 background-color: #23ca62
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
 background-color: #23ca62;
 border-color: #23ca62
}

.btn-info {
 color: #fff;
 background-color: #47e5b6;
 background-image: -webkit-gradient(linear, left 0, left 100%, from(#47e5b6), to(#1fdaa2));
 background-image: -webkit-linear-gradient(top, #47e5b6, 0, #1fdaa2, 100%);
 background-image: -moz-linear-gradient(top, #47e5b6 0, #1fdaa2 100%);
 background-image: linear-gradient(to bottom, #47e5b6 0, #1fdaa2 100%);
 background-repeat: repeat-x;
 border-color: #1fdaa2
}

.lt-ie9 .btn-info {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff47e5b6', endColorstr='#ff1fdaa2', GradientType=0)
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
 color: #fff;
 background-image: none;
 background-color: #1fdaa2
}

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

.btn-link {
 color: #FF954A;
 font-weight: bold;
 cursor: pointer;
 border-radius: 0
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
 background-color: transparent;
 -webkit-box-shadow: none;
 box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
 border-color: transparent
}

.btn-link:hover, .btn-link:focus {
 color: #FF954A;
 text-decoration: underline;
 background-color: transparent
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
 color: #ddd;
 text-decoration: none
}

.btn-lg {
 padding: 15px 35px;
 line-height: 1.33
}

.btn-sm, .btn-xs {
 padding: 5px 10px;
 line-height: 1.5
}

.btn-xs {
 padding: 3px 5px
}

.container {
 margin-right: auto;
 margin-left: auto;
 padding-left: 10px;
 padding-right: 10px;
 padding: 0 20px
}

.container:before, .container:after {
 content: " ";
 display: table
}

.container:after {
 clear: both
}

.container:before, .container:after {
 content: " ";
 display: table
}

.container:after {
 clear: both
}

.row {
 margin-left: -10px;
 margin-right: -10px
}

.row:before, .row:after {
 content: " ";
 display: table
}

.row:after {
 clear: both
}

.row:before, .row:after {
 content: " ";
 display: table
}

.row:after {
 clear: both
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
 position: relative;
 min-height: 1px;
 padding-left: 10px;
 padding-right: 10px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
 float: left
}

.col-xs-1 {
 width: 8.33333333%
}

.col-xs-2 {
 width: 16.66666667%
}

.col-xs-3 {
 width: 25%
}

.col-xs-4 {
 width: 33.33333333%
}

.col-xs-5 {
 width: 41.66666667%
}

.col-xs-6 {
 width: 50%
}

.col-xs-7 {
 width: 58.33333333%
}

.col-xs-8 {
 width: 66.66666667%
}

.col-xs-9 {
 width: 75%
}

.col-xs-10 {
 width: 83.33333333%
}

.col-xs-11 {
 width: 91.66666667%
}

.col-xs-12 {
 width: 100%
}

@media (min-width:768px) {
 .container {
 max-width: 728px
 }
 
 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
 float: left
 }
 
 .col-sm-1 {
 width: 8.33333333%
 }
 
 .col-sm-2 {
 width: 16.66666667%
 }
 
 .col-sm-3 {
 width: 25%
 }
 
 .col-sm-4 {
 width: 33.33333333%
 }
 
 .col-sm-5 {
 width: 41.66666667%
 }
 
 .col-sm-6 {
 width: 50%
 }
 
 .col-sm-7 {
 width: 58.33333333%
 }
 
 .col-sm-8 {
 width: 66.66666667%
 }
 
 .col-sm-9 {
 width: 75%
 }
 
 .col-sm-10 {
 width: 83.33333333%
 }
 
 .col-sm-11 {
 width: 91.66666667%
 }
 
 .col-sm-12 {
 width: 100%
 }
 
 .col-sm-push-1 {
 left: 8.33333333%
 }
 
 .col-sm-push-2 {
 left: 16.66666667%
 }
 
 .col-sm-push-3 {
 left: 25%
 }
 
 .col-sm-push-4 {
 left: 33.33333333%
 }
 
 .col-sm-push-5 {
 left: 41.66666667%
 }
 
 .col-sm-push-6 {
 left: 50%
 }
 
 .col-sm-push-7 {
 left: 58.33333333%
 }
 
 .col-sm-push-8 {
 left: 66.66666667%
 }
 
 .col-sm-push-9 {
 left: 75%
 }
 
 .col-sm-push-10 {
 left: 83.33333333%
 }
 
 .col-sm-push-11 {
 left: 91.66666667%
 }
 
 .col-sm-pull-1 {
 right: 8.33333333%
 }
 
 .col-sm-pull-2 {
 right: 16.66666667%
 }
 
 .col-sm-pull-3 {
 right: 25%
 }
 
 .col-sm-pull-4 {
 right: 33.33333333%
 }
 
 .col-sm-pull-5 {
 right: 41.66666667%
 }
 
 .col-sm-pull-6 {
 right: 50%
 }
 
 .col-sm-pull-7 {
 right: 58.33333333%
 }
 
 .col-sm-pull-8 {
 right: 66.66666667%
 }
 
 .col-sm-pull-9 {
 right: 75%
 }
 
 .col-sm-pull-10 {
 right: 83.33333333%
 }
 
 .col-sm-pull-11 {
 right: 91.66666667%
 }
 
 .col-sm-offset-1 {
 margin-left: 8.33333333%
 }
 
 .col-sm-offset-2 {
 margin-left: 16.66666667%
 }
 
 .col-sm-offset-3 {
 margin-left: 25%
 }
 
 .col-sm-offset-4 {
 margin-left: 33.33333333%
 }
 
 .col-sm-offset-5 {
 margin-left: 41.66666667%
 }
 
 .col-sm-offset-6 {
 margin-left: 50%
 }
 
 .col-sm-offset-7 {
 margin-left: 58.33333333%
 }
 
 .col-sm-offset-8 {
 margin-left: 66.66666667%
 }
 
 .col-sm-offset-9 {
 margin-left: 75%
 }
 
 .col-sm-offset-10 {
 margin-left: 83.33333333%
 }
 
 .col-sm-offset-11 {
 margin-left: 91.66666667%
 }
}

@media (min-width:1024px) {
 .container {
 max-width: 1000px
 }
 
 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
 float: left
 }
 
 .col-md-1 {
 width: 8.33333333%
 }
 
 .col-md-2 {
 width: 16.66666667%
 }
 
 .col-md-3 {
 width: 25%
 }
 
 .col-md-5 {
 width: 41.66666667%
 }
 
 .col-md-6 {
 width: 50%
 }
 
 .col-md-7 {
 width: 58.33333333%
 }
 
 .col-md-8 {
 width: 66.66666667%
 }
 
 .col-md-9 {
 width: 75%
 }
 
 .col-md-10 {
 width: 83.33333333%
 }
 
 .col-md-11 {
 width: 91.66666667%
 }
 
 .col-md-12 {
 width: 100%
 }
 
 .col-md-push-0 {
 left: auto
 }
 
 .col-md-push-1 {
 left: 8.33333333%
 }
 
 .col-md-push-2 {
 left: 16.66666667%
 }
 
 .col-md-push-3 {
 left: 25%
 }
 
 .col-md-push-4 {
 left: 33.33333333%
 }
 
 .col-md-push-5 {
 left: 41.66666667%
 }
 
 .col-md-push-6 {
 left: 50%
 }
 
 .col-md-push-7 {
 left: 58.33333333%
 }
 
 .col-md-push-8 {
 left: 66.66666667%
 }
 
 .col-md-push-9 {
 left: 75%
 }
 
 .col-md-push-10 {
 left: 83.33333333%
 }
 
 .col-md-push-11 {
 left: 91.66666667%
 }
 
 .col-md-pull-0 {
 right: auto
 }
 
 .col-md-pull-1 {
 right: 8.33333333%
 }
 
 .col-md-pull-2 {
 right: 16.66666667%
 }
 
 .col-md-pull-3 {
 right: 25%
 }
 
 .col-md-pull-4 {
 right: 33.33333333%
 }
 
 .col-md-pull-5 {
 right: 41.66666667%
 }
 
 .col-md-pull-6 {
 right: 50%
 }
 
 .col-md-pull-7 {
 right: 58.33333333%
 }
 
 .col-md-pull-8 {
 right: 66.66666667%
 }
 
 .col-md-pull-9 {
 right: 75%
 }
 
 .col-md-pull-10 {
 right: 83.33333333%
 }
 
 .col-md-pull-11 {
 right: 91.66666667%
 }
 
 .col-md-offset-0 {
 margin-left: 0
 }
 
 .col-md-offset-1 {
 margin-left: 8.33333333%
 }
 
 .col-md-offset-2 {
 margin-left: 16.66666667%
 }
 
 .col-md-offset-3 {
 margin-left: 25%
 }
 
 .col-md-offset-4 {
 margin-left: 33.33333333%
 }
 
 .col-md-offset-5 {
 margin-left: 41.66666667%
 }
 
 .col-md-offset-6 {
 margin-left: 50%
 }
 
 .col-md-offset-7 {
 margin-left: 58.33333333%
 }
 
 .col-md-offset-8 {
 margin-left: 66.66666667%
 }
 
 .col-md-offset-9 {
 margin-left: 75%
 }
 
 .col-md-offset-10 {
 margin-left: 83.33333333%
 }
 
 .col-md-offset-11 {
 margin-left: 91.66666667%
 }
}

@media (min-width:1130px) {
 .container {
 max-width: 1130px;
 padding: 0 40px
 }
 
 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
 float: left
 }
 
 .col-lg-1 {
 width: 8.33333333%
 }
 
 .col-lg-2 {
 width: 16.66666667%
 }
 
 .col-lg-3 {
 width: 25%
 }
 
 .col-lg-4 {
 width: 33.33333333%
 }
 
 .col-lg-5 {
 width: 41.66666667%
 }
 
 .col-lg-6 {
 width: 50%
 }
 
 .col-lg-7 {
 width: 58.33333333%
 }
 
 .col-lg-8 {
 width: 66.66666667%
 }
 
 .col-lg-9 {
 width: 75%
 }
 
 .col-lg-10 {
 width: 83.33333333%
 }
 
 .col-lg-11 {
 width: 91.66666667%
 }
 
 .col-lg-12 {
 width: 100%
 }
 
 .col-lg-push-0 {
 left: auto
 }
 
 .col-lg-push-1 {
 left: 8.33333333%
 }
 
 .col-lg-push-2 {
 left: 16.66666667%
 }
 
 .col-lg-push-3 {
 left: 25%
 }
 
 .col-lg-push-4 {
 left: 33.33333333%
 }
 
 .col-lg-push-5 {
 left: 41.66666667%
 }
 
 .col-lg-push-6 {
 left: 50%
 }
 
 .col-lg-push-7 {
 left: 58.33333333%
 }
 
 .col-lg-push-8 {
 left: 66.66666667%
 }
 
 .col-lg-push-9 {
 left: 75%
 }
 
 .col-lg-push-10 {
 left: 83.33333333%
 }
 
 .col-lg-push-11 {
 left: 91.66666667%
 }
 
 .col-lg-pull-0 {
 right: auto
 }
 
 .col-lg-pull-1 {
 right: 8.33333333%
 }
 
 .col-lg-pull-2 {
 right: 16.66666667%
 }
 
 .col-lg-pull-3 {
 right: 25%
 }
 
 .col-lg-pull-4 {
 right: 33.33333333%
 }
 
 .col-lg-pull-5 {
 right: 41.66666667%
 }
 
 .col-lg-pull-6 {
 right: 50%
 }
 
 .col-lg-pull-7 {
 right: 58.33333333%
 }
 
 .col-lg-pull-8 {
 right: 66.66666667%
 }
 
 .col-lg-pull-9 {
 right: 75%
 }
 
 .col-lg-pull-10 {
 right: 83.33333333%
 }
 
 .col-lg-pull-11 {
 right: 91.66666667%
 }
 
 .col-lg-offset-0 {
 margin-left: 0
 }
 
 .col-lg-offset-1 {
 margin-left: 8.33333333%
 }
 
 .col-lg-offset-2 {
 margin-left: 16.66666667%
 }
 
 .col-lg-offset-3 {
 margin-left: 25%
 }
 
 .col-lg-offset-4 {
 margin-left: 33.33333333%
 }
 
 .col-lg-offset-5 {
 margin-left: 41.66666667%
 }
 
 .col-lg-offset-6 {
 margin-left: 50%
 }
 
 .col-lg-offset-7 {
 margin-left: 58.33333333%
 }
 
 .col-lg-offset-8 {
 margin-left: 66.66666667%
 }
 
 .col-lg-offset-9 {
 margin-left: 75%
 }
 
 .col-lg-offset-10 {
 margin-left: 83.33333333%
 }
 
 .col-lg-offset-11 {
 margin-left: 91.66666667%
 }
}

@media (max-width:1024px) {
 body {
 background-size: auto !important;
 background-attachment: fixed !important
 }
}

@media (max-width:767px) {
 body {
 top: 40px;
 position: relative
 }
}

@media (max-width:767px) {
 .container {
 padding: 0
 }
}

.site-header {
 position: relative
}

.site-top-header {
 border-bottom: 1px solid #222;
 border-bottom: 1px solid rgba(255,255,255,0.1);
 background: #111;
 background: rgba(0,0,0,0.9);
 height: 40px
}

@media (max-width:767px) {
 .site-top-header {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 1050
 }
 
 .admin-bar .site-top-header {
 top: 46px
 }
}

.site-header .site-branding {
 margin: 20px 0
}

@media (min-width:768px) {
 .site-header .site-branding {
 margin-top: 40px
 }
}

.site-feature {
 background: #000;
 border-bottom: 3px solid #FF954A
}

.site-feature .wrap-feature {
 padding: 20px;
 overflow: hidden;
 position: relative
}

@media (min-width:1130px) {
 .site-feature .wrap-feature:before {
 position: absolute;
 content: "";
 width: 1px;
 height: 360px;
 height: calc(100% - 40px);
 background: #151515;
 top: 20px;
 right: 340px
 }
}

.feature-1 {
 width: 100%
}

@media (min-width:1130px) {
 .feature-1 {
 float: left;
 margin-right: -300px;
 padding-right: 340px
 }
}

.feature-1 .widget_top_rating ul {
 list-style: none;
 overflow: hidden;
 margin: 0 -10px
}

.feature-1 .widget_top_rating li {
 float: right;
 width: 33.333%;
 padding: 20px
}

.feature-1 .widget_top_rating img {
 width: 100%;
 height: auto
}

@media (min-width:1130px) {
 .feature-2 {
 float: left;
 width: 300px
 }
}

@media (max-width:1129px) and (min-width:768px) {
 .feature-2 {
 position: relative;
 overflow: hidden
 }
 
 .feature-2:before {
 position: absolute;
 content: "";
 width: 1px;
 height: 100%;
 background: #151515;
 top: 20px;
 right: 320px
 }
 
 .feature-2 .widget {
 float: left
 }
 
 .feature-2 .widget:first-child {
 margin-top: 20px;
 width: 100%;
 margin-right: -300px;
 padding-right: 340px
 }
}

.feature-3 {
 clear: both;
 background: url(/images/pattern-1.jpg) #111
}

.feature-3 .widget_top_rating ul {
 list-style: none;
 overflow: hidden;
 margin: 0 -10px
}

.feature-3 .widget_top_rating li {
 float: left;
 width: 25%;
 padding: 20px
}

.feature-3 .widget_top_rating img {
 width: 100%;
 height: auto
}

.site-content {
 overflow: hidden;
 background: #fff
}



@media (min-width:1023px) {
 #primary {
 float: left;
 margin-right: -340px
 }
}

@media (min-width:1023px) {
 #primary-inner {
 margin-right: 340px;
 overflow: hidden
 }
}

#primary-inner .widget_top_rating ul {
 list-style: none;
 overflow: hidden;
 margin: 0 -10px
}

#primary-inner .widget_top_rating li {
 float: right;
 width: 33.3334%;
 padding: 20px
}

#primary-inner .widget_top_rating img {
 width: 100%;
 height: auto
}

#sidebar-content-top + #main-content {
 margin-top: 20px
}

.main-content-header {
 border-width: 1px 0 1px 1px;
 border-style: solid;
 border-color: #ddd;
 padding: 10px 20px;
 overflow: hidden;
 background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff), to(#efefef));
 background-image: -webkit-linear-gradient(top, #fff, 0, #efefef, 100%);
 background-image: -moz-linear-gradient(top, #fff 0, #efefef 100%);
 background-image: linear-gradient(to bottom, #fff 0, #efefef 100%);
 background-repeat: repeat-x
}

.lt-ie9 .main-content-header {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffefefef', GradientType=0)
}

.main-content-title {
 margin: 0;
 color: #111;
 font-size: 18px;
 float: left;
 line-height: 30px
}

.main-content-title:after {
 content: url('/images/bg-1.png');
 padding-left: 5px
}

.main-content-title span {
 color: #FF954A
}

.main-content-actions {
 float: right
}

.main-content-actions .btn {
 width: 29px;
 height: 29px;
 padding: 8px;
 position: relative
}

.main-content-actions .btn span {
 background: url(/images/icon-content-layout.png) no-repeat;
 display: block;
 width: 12px;
 height: 12px
}

.main-content-actions .btn i {
 left: 50%;
 margin-left: -5px;
 margin-top: -7px;
 position: absolute;
 top: 50%
}

.main-content-actions .content-layout-narrow.active span {
 background-position: 0 -12px
}

.main-content-actions .content-layout-wide span {
 background-position: -12px 0
}

.main-content-actions .content-layout-wide.active span {
 background-position: -12px -12px
}

.main-content-actions .active {
 background-image: none;
 background-color: #FF954A;
 color: #fff;
 border-color: #0d98d4;
 -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
 box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

@media (min-width:1024px) {
 #secondary {
 width: 340px;
 float: left;
 position: relative;
 background: url(/images/right_side_bar_texture.png) no-repeat top right;
 padding: 20px
 }
}

@media (max-width:1023px) {
 #secondary {
 position: relative;
 padding: 0 20px 20px
 }
 
 #secondary:before {
 content: "";
 margin: 0 -20px 20px;
 display: block;
 border-width: 1px 0 1px 1px;
 border-style: solid;
 border-color: #ddd;
 padding: 15px 20px;
 overflow: hidden;
 background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff), to(#efefef));
 background-image: -webkit-linear-gradient(top, #fff, 0, #efefef, 100%);
 background-image: -moz-linear-gradient(top, #fff 0, #efefef 100%);
 background-image: linear-gradient(to bottom, #fff 0, #efefef 100%);
 background-repeat: repeat-x
 }
 
 .lt-ie9 #secondary:before {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffefefef', GradientType=0)
 }
}

@media (max-width:1023px) and (min-width:767px) {
 #secondary .secondary-inner {
 margin: 0 -10px;
 overflow: hidden
 }
}

#secondary .widget_top_rating li {
 list-style: none
}

#secondary .widget_top_rating .entry-thumbnail img {
 width: 100px
}

#sidebar-content-top .widget, #sidebar-content-bottom .widget {
 margin-left: 20px;
 margin-right: 20px
}

#sidebar-content-top .widget-title, #sidebar-content-bottom .widget-title {
 border-width: 1px 0 1px 1px;
 border-style: solid;
 border-color: #ddd;
 padding: 10px 20px;
 background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff), to(#efefef));
 background-image: -webkit-linear-gradient(top, #fff, 0, #efefef, 100%);
 background-image: -moz-linear-gradient(top, #fff 0, #efefef 100%);
 background-image: linear-gradient(to bottom, #fff 0, #efefef 100%);
 background-repeat: repeat-x;
 overflow: hidden;
 color: #111;
 margin-left: -20px;
 margin-right: -20px;
 margin-bottom: 20px
}

.lt-ie9 #sidebar-content-top .widget-title, .lt-ie9 #sidebar-content-bottom .widget-title {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffefefef', GradientType=0)
}

.site-footer {
 color: #999;
 margin-bottom: 40px
}

.site-footer .container-inner {
 background: #080808
}

.site-footer a {
 color: #666
}

.site-footer a:hover {
 color: #FF954A;
 text-shadow: 0 0 5px #FF954A
}

.site-tools {
 background: #080808;
 line-height: 2;
 padding: 10px 20px;
 text-transform: capitalize;
 font-size: 12px
}

@media (min-width:768px) {
 .site-tools .back-top {
 text-align: right
 }
}

@media (max-width:767px) {
 .site-tools .back-top {
 display: block;
 margin-top: 20px
 }
}

.site-tools .back-top i {
 margin-right: 5px;
 font-size: 14px
}

#sidebar-footer {
 border-top: 1px solid #2b2729;
 background: #080808;
 padding: 0 20px 20px 20px
}

.site-info {
 background: #080808;
 padding: 20px
}

@media (max-width:767px) {
 .site-info {
 text-align: center
 }
}

.copyright {
 font-style: 12px;
 color: #666
}

.copyright p {
 margin-bottom: 0
}

.copyright a {
 color: #999
}

body[class*="template-full-width"] .site-content:before, body[class*="template-typography"] .site-content:before, body[class*="page-template-archive-dw-upcoming"] .site-content:before {
 display: none
}

body[class*="page-template-archive-dw-upcoming"] #main-content .item {
 text-align: center;
 padding: 0 20px 5px 20px;
 margin-bottom: 20px
}

body[class*="page-template-archive-dw-upcoming"] #main-content .item .mask {
 filter: alpha(opacity=0);
 background-color: rgba(0,0,0,0.8);
 -webkit-transition: all 1.2s cubic-bezier(.19, 1, .22, 1) 0s;
 -o-transition: all 1.2s cubic-bezier(.19, 1, .22, 1) 0s;
 transition: all 1.2s cubic-bezier(.19, 1, .22, 1) 0s;
 width: 100%;
 height: 100%;
 overflow: hidden;
 top: 0;
 left: 0
}

body[class*="page-template-archive-dw-upcoming"] #main-content .item .entry-title {
 font-size: 20px;
 line-height: 1.4;
 font-weight: bold;
 margin: 10px 0 5px
}

body[class*="template-left-sidebar"] .site-content:before {
 margin-left: -100%;
 margin-right: auto;
 right: auto
}

body[class*="template-left-sidebar"] #primary {
 float: right;
 margin-right: 0;
 margin-left: -340px
}

body[class*="template-left-sidebar"] #primary-inner {
 margin-left: 340px;
 margin-right: 0
}

.demo-grid {
 margin-top: 20px
}

.demo-grid .row {
 margin: 0
}

.demo-grid [class*="col-"] {
 text-align: center;
 background: #f5f5f5;
 height: 40px;
 line-height: 40px;
 border: 1px solid #e5e5e5
}

.demo-title {
 border-color: #f5f5f5;
 border-width: 1px 0;
 border-style: solid;
 color: #FF954A;
 font-size: 13px;
 line-height: 40px;
 text-transform: uppercase;
 margin: 0
}

@media (min-width:768px) {
 .table-grid .row {
 margin: 0;
 display: table;
 width: 100%
 }
}

.table-grid .row:first-child {
 margin-top: 30px
}

@media (min-width:768px) {
 .table-grid > .row > [class*="col-"].left {
 border-right: 1px solid #f5f5f5
 }
 
 .table-grid > .row > [class*="col-"].right {
 border-left: 1px solid #f5f5f5
 }
}

@media (min-width:768px) {
 .table-grid [class*="col-"] {
 display: table-cell;
 float: none
 }
 
 .table-grid [class*="col-"].left {
 padding-left: 0;
 padding-right: 15px
 }
 
 .table-grid [class*="col-"].left .demo-title {
 margin-right: -15px
 }
 
 .table-grid [class*="col-"].right {
 padding-right: 0;
 padding-left: 15px
 }
 
 .table-grid [class*="col-"].right .demo-title {
 margin-left: -15px;
 padding-left: 10px
 }
}

.table-grid [class*="col-"] .demo-content {
 padding: 15px 0
}

.table-grid [class*="col-"] .demo-content h1 {
 margin-top: 0
}

.table-grid [class*="col-"] .demo-content .btn {
 width: 114px;
 margin: 0 5px 10px 0;
 text-transform: uppercase;
 vertical-align: top
}

.table-grid [class*="col-"] .demo-content.icon i {
 display: inline-block;
 height: 30px;
 padding: 5px;
 text-align: center;
 width: 30px
}

.table-grid [class*="col-"] .demo-content-title {
 display: block;
 font-weight: bold;
 margin-bottom: 5px
}

body[class*="error404"] {
 height: 100%;
 position: relative;
 top: 0
}

body[class*="error404"] #page {
 background: url(/images/404_mask.png);
 height: 100%;
 min-height: 540px;
 padding: 40px 20px
}

body[class*="error404"] .site-header, body[class*="error404"] .main-navigation, body[class*="error404"] .site-footer {
 position: absolute;
 width: 1px;
 height: 1px;
 margin: -1px;
 padding: 0;
 overflow: hidden;
 clip: rect(0 0 0 0);
 border: 0
}

body[class*="error404"] .site-content {
 background: transparent;
 text-align: center
}

body[class*="error404"] .site-content:before {
 display: none
}

body[class*="error404"] .page-header {
 border: none
}

body[class*="error404"] .page-title {
 font: 0/0 a;
 color: transparent;
 text-shadow: none;
 background-color: transparent;
 border: 0
}

body[class*="error404"] .page-content {
 margin-bottom: 40px
}

body[class*="error404"] .page-content p {
 font-size: 18px;
 color: #fff;
 text-shadow: 0 0 5px #fff
}

body[class*="error404"] .page-content a {
 color: #fff;
 position: relative
}

body[class*="error404"] .page-content a:before {
 content: "";
 width: 0;
 height: 1px;
 background: #fff;
 position: absolute;
 bottom: -5px;
 left: 50%;
 -webkit-box-shadow: 0 0 5px #fff;
 box-shadow: 0 0 5px #fff;
 -webkit-transition: .3s;
 transition: .3s
}

body[class*="error404"] .page-content a:hover:before {
 width: 100%;
 left: 0
}

body[class*="error404"] .search-form {
 padding: 10px;
 background: rgba(0,0,0,0.5);
 position: absolute;
 width: 100%;
 position: relative;
 margin: 0 auto;
 right: 0 !important;
 margin-bottom: 10px;
 max-width: 340px
}

body[class*="error404"] .search-form label:before, body[class*="error404"] .search-form .search-submit {
 right: 10px;
 top: 15px
}

body[class*="error404"] .search-form .search-field {
 width: 100%;
 background: rgba(0,0,0,0.8);
 border-color: rgba(255,255,255,0.1);
 -webkit-box-shadow: none;
 box-shadow: none
}

@media screen and (max-width:782px) {
 html #wpadminbar {
 z-index: 2000 !important
 }
}

@media screen and (max-width:600px) {
 #wpadminbar {
 position: fixed
 }
}

.search-form {
 position: relative
}

.search-form .search-field {
 padding-right: 40px
}

.search-form label {
 margin: 0;
 display: block
}

.search-form .screen-reader-text {
 display: none
}

.search-form .search-submit {
 font-size: 0
}

.search-form label:before, .search-form .search-submit {
 right: 0;
 top: 5px;
 position: absolute;
 height: 20px;
 width: 30px
}

.search-form label:before {
 color: #666;
 content: "\f002";
 font-family: FontAwesome;
 line-height: 20px;
 text-align: center;
 font-size: 11px
}

.search-form .search-submit {
 background: transparent;
 border: none
}

.site-header .search-form {
 padding: 10px;
 background: rgba(0,0,0,0.5);
 position: absolute;
 width: 100%
}

.site-header .search-form label:before, .site-header .search-form .search-submit {
 right: 10px;
 top: 15px
}

.site-header .search-form .search-field {
 width: 100%;
 background: rgba(0,0,0,0.8);
 border-color: rgba(255,255,255,0.1);
 -webkit-box-shadow: none;
 box-shadow: none
}

@media (min-width:768px) {
 .site-branding .container {
 position: relative
 }
 
 .site-header .search-form {
 right: 20px;
 max-width: 340px;
 top: 50%;
 margin-top: -25px
 }
}

@media (min-width:1130px) {
 .site-header .search-form {
 right: 40px
 }
}

@media (max-width:767px) {
 .site-header .search_form {
 position: fixed;
 left: 0;
 top: 40px;
 width: 100%;
 height: 0;
 overflow: hidden;
 z-index: 1050
 }
 
 .admin-bar .site-header .search_form {
 top: 86px
 }
 
 .site-header .search-form {
 position: relative;
 background: #000
 }
 
 .site-header .search-form .search-field {
 background: #f2f2f2
 }
}

.feature-1 .widget_top_rating li:nth-child(4n+0) {
 clear: right;
 float: left
}

.feature-3 .widget_top_rating li:nth-child(5n+0) {
 clear: right;
 float: left
}

.widget_top_rating .entry-title {
 color: #fff;
 font-size: 14px;
 font-family: 'Play',sans-serif;
 font-weight: 500;
 margin-bottom: 5px;
 line-height: 3.9
}

.widget_top_rating .entry-title:hover {
 color: #FF954A;
 text-shadow: 0 0 5px #FF954A
}

.widget_top_rating .entry-date {
 font-size: 11px
}

.rating-star {
 color: #FF954A
}

#secondary .top_rating_inner ul, #secondary .up_coming_inner ul {
 padding: 0 0
}

#secondary .rating_post_item .entry-thumbnail {
 left: 0;
 position: absolute
}

#secondary .widget_top_rating .entry-title:hover {
 text-shadow: none
}

.upcoming-thumbnail {
 background: #111;
 box-shadow: rgba(0,0,0,0.35) 0 1px 3px;
 position: relative;
 cursor: pointer
}

.upcoming-thumbnail img {
 opacity: 1;
 transition: opacity .35s,transform .35s
}

.upcoming-thumbnail:after {
 background: linear-gradient(to bottom, transparent 0, #000 100%);
 content: "";
 position: absolute;
 display: block;
 width: 100%;
 bottom: 0;
 height: 100px;
 height: 70px
}

.upcoming-item .info div {
 display: inline-block
}

.upcoming-item .info div.video-modal {
 float: right
}

.upcoming-item:hover .entry-title, .upcoming-item:hover .upcoming-countdown {
 text-shadow: 0 0 5px #FF954A
}

.upcoming-item:hover .upcoming-thumbnail img {
 opacity: .6;
 transform: translate3d(0, 0, 0) scale(1)
}

.upcoming-countdown {
 position: absolute;
 top: 20px;
 right: 20px;
 border: 2px solid #e03800;
 border-radius: 50px;
 background: rgba(43,45,49,0.65);
 width: 75px;
 height: 75px;
 padding: 12px 0;
 color: #fff
}

.upcoming-days {
 font-size: 30px;
 line-height: 30px
}

.upcoming-text {
 padding-top: 10px
}

body[class*="page-template-archive-dw-upcoming"] #main-content .item .entry-title {
 position: absolute;
 bottom: 0;
 color: #fff;
 font-size: 20px;
 right: 0;
 left: 0;
 text-align: left;
 z-index: 1;
 padding: 10px 16px;
 word-wrap: break-word;
 line-height: 1.3
}

body[class*="page-template-archive-dw-upcoming"] #main-content .item .entry-content {
 text-align: left;
 border: 1px solid #ddd;
 box-shadow: rgba(0,0,0,0.35) 0 1px 3px;
 border-radius: 0 0 6px 6px !important;
 min-height: 120px;
 padding: 1.42857rem;
 color: #4d4d4d
}

.fa-star-half-empty:before, .fa-star-half-full:before {
 content: "\f006";
 content: "\f089 ";
 color: #999;
 color: #FF954A;
 position: absolute;
 left: 0
}

.fa-star-half-o:before {
 content: "\f006";
 color: #999
}

.fa-star-half-o:after {
 content: "\f089 ";
 color: #FF954A;
 position: absolute;
 left: 0
}

.fa-star-half-o {
 position: relative
}

.fa-star-o {
 color: #999
}

.upcoming-cate:before {
 content: "\f061";
 font-family: FontAwesome;
 font-size: 9px;
 margin-right: 5px;
 position: relative;
 top: -1px;
 border: 2px solid #999;
 border-radius: 50%;
 display: inline-block;
 line-height: 11px;
 text-align: center;
 -webkit-transition: .3s;
 transition: .3s;
 width: 12px;
 height: 12px
}

.upcoming-cate {
 margin-top: 10px;
 display: block
}

.upcoming-cate a {
 margin-left: 4px
}

.release-date {
 color: #999;
 font-weight: bold;
 margin-top: 5px;
}

.filter-group {
 left: 0;
 right: 0;
 width: 100%;
 padding: 16px 22px
}

.filter-group a {
 cursor: pointer;
 font-weight: 600;
 display: inline-block;
 text-align: center
}

.widget-upcoming-item .upcoming-countdown {
 display: none
}

.widget-upcoming-item .entry-title {
 position: absolute;
 bottom: 30px;
 color: #fff;
 font-weight: 600;
 font-size: 16px;
 right: 0;
 left: 0;
 text-align: left;
 z-index: 1;
 padding: 0 16px;
 word-wrap: break-word;
 line-height: 1.3
}

.upcoming-thumbnail:hover .entry-title {
 text-shadow: 0 0 5px #FF954A
}

#secondary .up_coming_inner ul {
 list-style: none
}

li.widget-upcoming-item {
 position: relative
}

.widget_up_coming {
 counter-reset: upcoming
}

li.widget-upcoming-item:before {
 color: #FF954A;
 content: counter(upcoming);
 counter-increment: upcoming;
 display: block;
 font-size: 18px;
 font-weight: 700;
 line-height: 20px;
 text-align: center;
 position: absolute;
 left: -20px;
 top: 50%;
 margin-top: -10px;
 width: 20px
}

.upcoming-thumbnail {
 border-bottom: 1px solid #262424
}

.upcoming-thumbnail::after {
 height: 60%
}

.widget-upcoming-item .upcoming-thumbnail img {
 opacity: 1;
 width: 100%;
 height: 100%
}

.widget-upcoming-item .release-date {
 z-index: 1;
 color: #999;
 position: absolute;
 bottom: 12px;
 font-weight: 600;
 padding: 0 16px;
 margin: auto
}

li.widget-upcoming-item::before {
 font-size: 18px
}

.widget_up_coming .widget-title, .widget_top_rating .widget-title {
 border-left: 5px solid #0d98d4;
 padding: .71429rem 15px .71429rem 0;
 display: webkit flex;
 display: flex;
 flex-direction: row;
 -webkit-flex-direction: row;
 align-items: center;
 -webkit-align-items: center;
 text-indent: 10px
}

.dw-upcoming-text {
 text-align: center
}

.dw-upcoming-text:before {
 content: "\f061";
 font-family: FontAwesome;
 font-size: 9px;
 margin-right: 5px;
 position: relative;
 top: -1px;
 border: 2px solid #999;
 border-radius: 50%;
 display: inline-block;
 line-height: 11px;
 text-align: center;
 -webkit-transition: .3s;
 transition: .3s;
 width: 12px;
 height: 12px
}

body[class*="page-template-archive-dw-upcoming"] #main-content .item .entry-content {
 left: 0;
 right: 0;
 box-sizing: border-box;
 word-wrap: break-word
}

.widget_up_coming .up_coming_inner {
 position: relative
}

#cat-filter {
 position: absolute;
 top: 0;
 right: 0;
 width: auto;
 line-height: 2.3
}

#cat-filter::before {
 content: "\f0dd ";
 font-family: FontAwesome;
 position: absolute;
 right: 10px;
 top: 0;
 line-height: 2
}

#cat-filter select {
 border: 0 !important;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 width: 70px;
 height: 28px;
 text-overflow: "";
 color: #0d98d4;
 border-radius: 15px;
 box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
 padding: 0 8px
}

@media (max-width:767px) {
 .top-nav.collapse.in {
 height: auto
 }
}

@media (max-width:767px) {
 .top-shares.collapse.in {
 height: auto
 }
}

@media (max-width:767px) {
 .navbar .navbar-nav > ul.collapse.in {
 height: auto
 }
}

@media (max-width:767px) {
 .search_form.collapse.in {
 height: auto
 }
}

.pagination {
 width: 100%
}

.page-numbers {
 display: inline-block !important
}

.page-template-template-upcoming #main-content img {
 width: 100%
}

#main-content-wraper {
 position: relative;
 text-align: center
}

.title-wrapper {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 display: inline-block
}

.title-wrapper .page-header h1 {
 color: #fff
}

body[class*="page-template-archive-dw-upcoming"] #main-content .item:nth-child(3n+1) {
 clear: left
}

@media (max-width:768px) {
 #dw-gamez-video-modal.modal, #dw-gamez-video-modal.modal.in {
 padding: 0 !important;
 width: 100% !important
 }
}

#dw-gamez-video-modal.modal, #dw-gamez-video-modal.modal.in {
 bottom: auto;
 padding: 3px 33px 33px 33px;
 width: 760px;
 background-color: rgba(0,0,0,0.7);
 position: fixed;
 top: 10%;
 margin: auto;
 right: 0;
 left: 0
}

#dw-gamez-video-modal .modal-header {
 background-color: rgba(0,0,0,0.7)
}

#dw-gamez-video-modal .modal-body {
 background-color: rgba(0,0,0,0.7)
}

#dw-gamez-video-modal .modal-header button {
 background-color: rgba(0,0,0,0.7);
 color: white;
 border: none;
 font-size: 200%
}

#dw-gamez-video-modal .modal-footer {
 display: none
}

.video-modal {
 cursor: pointer
}

#cat-filter .dw-upcoming-game {
 cursor: pointer
}

.upcoming-thumbnail img {
 width: 100%
}

.upcoming-text {
 font-weight: 600
}

.filter-group {
 padding: 30px 22px
}

#cat-filter select option {
 right: 0 !important;
 left: 0;
 text-align: center;
 margin: auto !important
}

.upcoming-title-wraper {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 display: inline-block;
 bottom: 0;
 margin: auto;
 text-align: center;
 width: 50%;
 height: 50%
}

@media (max-width:997px) {
 .upcoming-page-title.main-content-header {
 font-size: 30px;
 width: 100%
 }
}

@media (max-width:480px) {
 .upcoming-page-title.main-content-header {
 font-size: 16px
 }
}

.page-template-archive-dw-upcoming .upcoming-thumbnail-header {
 position: relative
}

.upcoming-title-wraper h1 {
 color: #fff;
 font-size: 50px;
 background: rgba(17,17,17,0.34);
 border: 0;
 text-shadow: 0 0 5px #FF954A
}

#dw-gamez-video-modal .modal-body {
 background-color: #111;
 width: 100%
}

#dw-gamez-video-modal .modal-header button {
 border-radius: 30px;
 width: 30px;
 height: 30px;
 line-height: 1
}

#dw-gamez-video-modal .modal-header {
 background-color: #111
}

.modal-header {
 border-bottom-color: #FF954A
}

#dw-gamez-video-modal .modal-body iframe {
 width: 100%
}

#dw-gamez-video-modal.modal, #dw-gamez-video-modal.modal.in {
 width: 100%;
 background-color: rgba(0,0,0,0.02)
}

.video-title {
 color: #fff;
 font-family: 'Play',sans-serif;
 font-size: 24px;
 display: inline-block;
 line-height: 1
}

body[class*="page-template-archive-dw-upcoming"] #main-content .item .entry-title {
 font-family: 'Play',sans-serif
}

.filter-group a::before {
 content: "";
 position: absolute;
 z-index: -1;
 left: 0;
 right: 100%;
 bottom: 0;
 background: #FC791C;
 height: 2px;
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: .3s;
 transition-duration: .3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out
}

.filter-group a:hover::before {
 right: 0
}

.filter-group a {
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 margin-right: 16px
}

.filter-group .is-checked {
 border-bottom: 2px solid #FC791C
}

.filter-group a::before {
 content: "";
 position: absolute;
 z-index: -1;
 left: 0;
 right: 100%;
 bottom: 0;
 background: #FC791C;
 height: 2px;
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: .3s;
 transition-duration: .3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out
}

.filter-group a:hover::before {
 right: 0
}

.filter-group a {
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 margin-right: 16px
}

.filter-group .is-checked {
 color: #FC791C
}

.first-item .rating_post_item {
 position: relative
}

.first-item .rating_post_item img {
 width: 100%
}

.first-item .rating_post_item:after {
 background: linear-gradient(to bottom, transparent 0, #000 100%);
 bottom: 0;
 content: "";
 display: block;
 height: 100px;
 height: 44% !important;
 position: absolute;
 width: 100%
}

.widget_top_rating .first-item .entry-title {
 bottom: 12px;
 color: #fff !important;
 font-family: 'Play',sans-serif;
 font-size: 16px;
 font-weight: 500;
 left: 0;
 line-height: 1.3;
 margin-bottom: 5px;
 margin: auto;
 padding: 0 14px;
 position: absolute;
 right: 0;
 width: 100%;
 z-index: 1
}

.widget_top_rating .rating-point {
 background: rgba(43,45,49,0.65);
 border-radius: 20px;
 border: 2px solid #e03800;
 color: #fff;
 font-size: 18px;
 font-weight: 600;
 height: 40px;
 line-height: 2;
 padding: 0;
 position: absolute;
 right: 14px;
 text-align: center;
 top: 16px;
 width: 40px
}

.widget_top_rating .rating-point .rating-star {
 color: #FF954A;
 font-size: 22px;
 position: absolute;
 right: -6px;
 top: -6px;
 z-index: 0
}

.widget_top_rating .list-item {
 border-bottom: 2px solid #ddd;
 min-height: 70px
}

.widget_top_rating .list-item .rating_post_item {
 position: relative
}

.widget_top_rating .list-item .rating_post_item .entry-title {
 float: left;
 left: 0;
 padding: 6px;
 right: 0;
 width: 80%;
 word-wrap: break-word
}

.widget_top_rating .list-item .rating_post_item .rating-point {
 right: 14px;
 top: 14px
}

.video-modal {
 background: #e1e1e1;
 border-radius: 100%;
 color: #111;
 height: 30px;
 padding: 4px 0;
 text-align: center;
 transition: all 300ms;
 width: 30px
}

.video-modal:hover {
 background: #FF954A;
 color: #fff
}

#secondary .tab-content .widget_top_rating .first-item .entry-title a {
 color: #fff
}

.fade {
 opacity: 0;
 -webkit-transition: opacity .15s linear;
 transition: opacity .15s linear
}

.fade.in {
 opacity: 1
}

.collapse {
 display: none
}

.collapse.in {
 display: block
}

.collapsing {
 position: relative;
 height: 0;
 overflow: hidden;
 -webkit-transition: height .35s ease;
 transition: height .35s ease
}

.nav {
 margin-bottom: 0;
 padding-left: 0;
 list-style: none;
 font-size: 0
}

.nav li {
 display: inline-block;
 font-size: 13px
}

.nav a {
 display: block
}

.button-toggle {
 background: transparent;
 border-style: solid;
 border-width: 0;
 border-color: #222;
 border-color: rgba(255,255,255,0.1);
 padding: 0 15px;
 height: 39px;
 font-size: 12px;
 color: #fff;
 text-shadow: 0 0 5px #fff
}

.button-toggle.collapsed {
 color: #666;
 text-shadow: none
}

.no-touch .button-toggle.collapsed:hover {
 color: #fff;
 text-shadow: 0 0 5px #fff
}

.top-nav-toggle {
 border-width: 0 1px 0 0
}

.search-form-toggle, .top-shares-toggle {
 border-width: 0 0 0 1px
}

.top-nav {
 display: block
}

.top-nav a {
 color: #666
}

.top-nav a:hover, .top-nav a:focus {
 color: #fff;
 text-shadow: 0 0 5px #fff
}

@media (min-width:768px) {
 .top-nav li {
 line-height: 39px;
 padding: 0 20px;
 border-right: 1px solid #222;
 border-right: 1px solid rgba(255,255,255,0.1);
 font-size: 12px
 }
 
 .top-nav li:first-child {
 border-left: 1px solid #222;
 border-left: 1px solid rgba(255,255,255,0.1)
 }
}

@media (max-width:767px) {
 .top-nav {
 background: #111;
 position: absolute;
 top: 40px;
 width: 100%;
 z-index: 1050;
 height: 0;
 overflow: hidden
 }
 
 .top-nav li {
 display: block;
 padding: 10px 20px;
 border-bottom: 1px solid #222;
 border-bottom: 1px solid rgba(255,255,255,0.1);
 max-height: 40px
 }
 
 .top-nav li a {
 color: #fff
 }
}

.top-shares {
 display: block
}

.top-shares li {
 line-height: 39px;
 font-size: 12px;
 min-width: 42px;
 text-align: center;
 border-right: 1px solid rgba(255,255,255,0.1)
}

.top-shares li:first-child {
 border-left: 1px solid rgba(255,255,255,0.1)
}

.top-shares a {
 color: #666;
 padding: 0 15px
}

.top-shares a:hover {
 color: #fff;
 text-shadow: 0 0 5px #fff
}

@media (max-width:767px) {
 .top-shares {
 position: absolute;
 top: 40px;
 width: 100%;
 left: 0;
 text-align: center;
 background: #111;
 background: rgba(0,0,0,0.9);
 border-bottom: 1px solid #222;
 border-bottom: 1px solid rgba(255,255,255,0.1);
 height: 0;
 overflow: hidden
 }
}

.pagination {
 border-top: 1px solid #ddd;
 padding: 20px;
 overflow: hidden;
 text-align: center;
 list-style: none;
 margin: 0
}

.pagination li {
 display: inline-block
}

.pagination a {
 display: inline-block
}

.pagination .page-numbers {
 margin: 0 2px;
 width: 30px;
 height: 30px;
 border: 1px solid #ddd;
 text-align: center;
 line-height: 28px;
 display: inline-block;
 color: #111;
 -webkit-transition: all .3s;
 transition: all .3s
}

.pagination .page-numbers a {
 color: #111
}

.pagination .page-numbers:hover {
 background: #FF954A;
 color: #fff;
 -webkit-box-shadow: 0 0 5px rgba(15,169,236,0.5);
 box-shadow: 0 0 5px rgba(15,169,236,0.5);
 border-color: #FF954A;
 border-color: rgba(15,169,236,0.5)
}

.pagination .page-numbers:hover a {
 color: #fff
}

.pagination .current {
 border-color: #FF954A;
 background: #FF954A;
 color: #fff
}

.pagination .disabled {
 border-color: #ddd !important;
 background: #f5f5f5 !important;
 color: #999 !important;
 -webkit-box-shadow: none !important;
 box-shadow: none !important;
 cursor: not-allowed
}

@media (max-width:767px) {
 .pagination .page-numbers {
 display: none
 }
 
 .pagination .current, .pagination .next, .pagination .prev, .pagination .disabled {
 display: block
 }
}

.post-navigation {
 border-top: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
 position: relative;
 overflow: hidden;
 margin: 20px;
 padding: 20px 0
}

@media (max-width:767px) {
 .post-navigation {
 padding: 30px 0
 }
}

.post-navigation:before {
 position: absolute;
 content: "";
 width: 1px;
 height: 100%;
 left: 50%;
 top: 0;
 background: #ddd
}

.post-navigation .nav-previous, .post-navigation .nav-next {
 width: 50%;
 text-align: center;
 padding: 0 40px;
 font-family: 'Play',sans-serif
}

@media (max-width:767px) {
 .post-navigation .nav-previous, .post-navigation .nav-next {
 font-size: 0
 }
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
 color: #111
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
 color: #FF954A
}

.post-navigation .meta-nav {
 width: 30px;
 height: 30px;
 display: block;
 line-height: 30px;
 text-align: center;
 position: absolute;
 background: #111;
 border-color: #111;
 top: 50%;
 margin-top: -15px;
 border-radius: 2px;
 color: #999;
 -webkit-transition: .3s;
 transition: .3s
}

@media (max-width:767px) {
 .post-navigation .meta-nav {
 font-size: 13px
 }
}

.post-navigation a:hover .meta-nav {
 background-color: #FF954A;
 border-color: #FF954A;
 color: #fff
}

.post-navigation .nav-next {
 float: right
}

.post-navigation .nav-next .meta-nav {
 right: 0
}

.post-navigation .nav-previous {
 float: left
}

.post-navigation .nav-previous .meta-nav {
 left: 0
}

.footer-nav {
 background: #000;
 border-top: 1px solid #111;
 border-bottom: 1px solid #111;
 text-align: center;
 font-size: 0
}

.footer-nav ul {
 margin-bottom: 0;
 padding: 0
}

.footer-nav li {
 padding: 0 10px;
 font-size: 12px;
 line-height: 38px
}

.footer-shares {
 margin-top: 5px
}

@media (min-width:768px) {
 .footer-shares {
 text-align: right
 }
}

@media (max-width:767px) {
 .footer-shares {
 margin-top: 20px
 }
}

.footer-shares li {
 position: relative;
 line-height: 30px;
 text-align: center;
 margin-left: 10px;
 background: #FF954A;
 border-radius: 20% 0;
 -webkit-transition: box-shadow .5s;
 transition: box-shadow .5s;
 width: 30px;
 height: 30px
}

.footer-shares li:hover {
 -webkit-box-shadow: 0 0 10px #FF954A;
 box-shadow: 0 0 10px #FF954A
}

.footer-shares .facebook {
 background: #3b5998
}

.footer-shares .facebook:hover {
 -webkit-box-shadow: 0 0 10px #3b5998;
 box-shadow: 0 0 10px #3b5998
}

.footer-shares .twitter {
 background: #00aced
}

.footer-shares .twitter:hover {
 -webkit-box-shadow: 0 0 10px #00aced;
 box-shadow: 0 0 10px #00aced
}

.footer-shares .google_plus {
 background: #dd4b39
}

.footer-shares .google_plus:hover {
 -webkit-box-shadow: 0 0 10px #dd4b39;
 box-shadow: 0 0 10px #dd4b39
}

.footer-shares .youtube {
 background: #b00
}

.footer-shares .youtube:hover {
 -webkit-box-shadow: 0 0 10px #b00;
 box-shadow: 0 0 10px #b00
}

.footer-shares .linkedin {
 background: #007bb6
}

.footer-shares .linkedin:hover {
 -webkit-box-shadow: 0 0 10px #007bb6;
 box-shadow: 0 0 10px #007bb6
}

.footer-shares a, .footer-shares a:hover {
 color: #fff
}

@media (min-width:768px) {
 .navbar {
 min-height: 63px
 }
}

.navbar .navbar-nav {
 list-style: none;
 font-family: 'Play',sans-serif;
 letter-spacing: .5px
}

@media (min-width:768px) {
 .navbar .navbar-nav {
 min-height: 63px
 }
}

.navbar .navbar-nav:before {
 content: "";
 height: 2px;
 width: 100%;
 background: #FF954A;
 display: block;
 -webkit-box-shadow: 0 0 5px #FF954A;
 box-shadow: 0 0 5px #FF954A
}

.navbar .navbar-nav > ul {
 padding: 0;
 margin: 0;
 display: block
}

@media (min-width:768px) {
 .navbar .navbar-nav > ul {
 background: url(/images/top-pattern.png) #161616
 }
 
 .navbar .navbar-nav > ul > li {
 border-right: 1px solid #232323;
 text-transform: uppercase;
 position: relative;
 padding: 0 20px
 }
 
 .navbar .navbar-nav > ul > li:before {
 content: "";
 height: 100%;
 width: 1px;
 display: block;
 background: #0e1114;
 position: absolute;
 right: 0
 }
 
 .navbar .navbar-nav > ul > li:first-child {
 border-left: 0
 }
 
 .navbar .navbar-nav > ul > li > a {
 padding: 20px 0;
 position: relative;
 color: #fff;
 display: inline-block
 }
 
 .navbar .navbar-nav > ul > li > a:before {
 content: "";
 height: 2px;
 width: 0;
 position: absolute;
 top: 0;
 left: 50%;
 -webkit-box-shadow: 0 5px 20px #099fe0;
 box-shadow: 0 5px 20px #099fe0;
 border-radius: 0 0 50% 50%;
 -webkit-transition: all .3s;
 transition: all .3s
 }
 
 .navbar .navbar-nav > ul > li > i {
 color: #fff;
 display: inline-block
 }
 
 .navbar .navbar-nav > ul > li.current-menu-parent > a, .navbar .navbar-nav > ul > li.current-menu-item > a, .navbar .navbar-nav > ul > li:hover > a, .navbar .navbar-nav > ul > li.current-menu-parent > i, .navbar .navbar-nav > ul > li.current-menu-item > i, .navbar .navbar-nav > ul > li:hover > i {
 color: #FF954A
 }
 
 .navbar .navbar-nav > ul > li.current-menu-parent > a:before, .navbar .navbar-nav > ul > li.current-menu-item > a:before, .navbar .navbar-nav > ul > li:hover > a:before, .navbar .navbar-nav > ul > li.current-menu-parent > i:before, .navbar .navbar-nav > ul > li.current-menu-item > i:before, .navbar .navbar-nav > ul > li:hover > i:before {
 width: 100%;
 left: 0
 }
 
 .navbar .sub-menu {
 padding: 0;
 position: absolute;
 width: 200px;
 z-index: 0;
 -webkit-transition: z-index .2s;
 transition: z-index .2s
 }
 
 .navbar .sub-menu li {
 margin-top: 2px;
 background: url(/images/top-pattern.png) #161616;
 display: block;
 width: 200px;
 text-transform: capitalize;
 text-align: center;
 position: relative;
 opacity: 0;
 -webkit-transition: all .3s;
 transition: all .3s
 }
 
 .lt-ie9 .navbar .sub-menu li {
 filter: alpha(opacity=0)
 }
 
 .navbar .sub-menu li a {
 padding: 10px 0;
 display: inline-block
 }
 
 .navbar .sub-menu li i:before {
 content: "\f0da"
 }
 
 .navbar .sub-menu li.current-menu-item > i, .navbar .sub-menu li:hover > i, .navbar .sub-menu li.current-menu-item > a, .navbar .sub-menu li:hover > a {
 color: #FF954A;
 text-shadow: 0 0 30px #FF954A
 }
 
 .navbar .sub-menu li:nth-child(odd) {
 margin-left: -100px
 }
 
 .navbar .sub-menu li:nth-child(even) {
 margin-left: 100px
 }
 
 .navbar li:hover > .sub-menu {
 z-index: 1050
 }
 
 .navbar li:hover > .sub-menu li {
 margin-left: 0;
 opacity: 1
 }
 
 .lt-ie9 .navbar li:hover > .sub-menu li {
 filter: alpha(opacity=100)
 }
 
 .navbar li:hover > .sub-menu li:nth-child(9) {
 -webkit-transition-delay: 900ms;
 transition-delay: 900ms
 }
 
 .navbar li:hover > .sub-menu li:nth-child(8) {
 -webkit-transition-delay: 800ms;
 transition-delay: 800ms
 }
 
 .navbar li:hover > .sub-menu li:nth-child(7) {
 -webkit-transition-delay: 700ms;
 transition-delay: 700ms
 }
 
 .navbar li:hover > .sub-menu li:nth-child(6) {
 -webkit-transition-delay: 600ms;
 transition-delay: 600ms
 }
 
 .navbar li:hover > .sub-menu li:nth-child(5) {
 -webkit-transition-delay: 500ms;
 transition-delay: 500ms
 }
 
 .navbar li:hover > .sub-menu li:nth-child(4) {
 -webkit-transition-delay: 400ms;
 transition-delay: 400ms
 }
 
 .navbar li:hover > .sub-menu li:nth-child(3) {
 -webkit-transition-delay: 300ms;
 transition-delay: 300ms
 }
 
 .navbar li:hover > .sub-menu li:nth-child(2) {
 -webkit-transition-delay: 200ms;
 transition-delay: 200ms
 }
 
 .navbar li:hover > .sub-menu li:nth-child(1) {
 -webkit-transition-delay: 100ms;
 transition-delay: 100ms
 }
 
 .navbar .navbar-nav > ul > li > .sub-menu {
 margin: 0 0 0 -100px;
 top: 60px;
 left: 50%
 }
 
 .navbar .navbar-nav > ul > li > .sub-menu .sub-menu {
 left: 200px;
 top: -5px;
 padding: 0 10px
 }
 
 .navbar .navbar-nav > ul > li > .sub-menu .sub-menu li {
 margin-left: 100px;
 clip: rect(0, 0, 0, 0);
 opacity: 0
 }
 
 .lt-ie9 .navbar .navbar-nav > ul > li > .sub-menu .sub-menu li {
 filter: alpha(opacity=0)
 }
 
 .navbar .navbar-nav > ul > li > .sub-menu li:hover > .sub-menu > li {
 margin-left: 0;
 clip: rect(0, 1000px, 1000px, 0);
 opacity: 1
 }
 
 .lt-ie9 .navbar .navbar-nav > ul > li > .sub-menu li:hover > .sub-menu > li {
 filter: alpha(opacity=100)
 }
}

@media (max-width:767px) {
 .navbar .navbar-nav {
 clip: auto !important;
 position: static !important;
 width: 100%;
 background: url(/images/top-pattern.png) #161616
 }
 
 .navbar .navbar-nav > ul {
 position: fixed;
 background: #111;
 top: 40px;
 width: 100%;
 z-index: 1050;
 height: 0;
 overflow: hidden
 }
 
 .admin-bar .navbar .navbar-nav > ul {
 top: 86px
 }
 
 .navbar li {
 display: block;
 position: relative
 }
 
 .navbar .navbar-nav a {
 color: #fff;
 display: block;
 padding: 10px 20px;
 border-bottom: 1px solid #222;
 border-bottom: 1px solid rgba(255,255,255,0.1);
 max-height: 40px;
 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
 font-size: 13px
 }
 
 .navbar .navbar-nav .current-menu-item > a, .navbar .navbar-nav a:hover {
 color: #fff;
 text-shadow: 0 0 5px #fff
 }
 
 .navbar .navbar-nav i:before {
 position: absolute;
 right: 0;
 top: 0;
 text-align: center;
 line-height: 39px;
 cursor: pointer;
 width: 39px;
 height: 39px
 }
 
 .navbar .sub-menu {
 padding: 0;
 max-height: 0;
 overflow: hidden;
 -webkit-transition: max-height .5s -0.2s;
 transition: max-height .5s -0.2s
 }
 
 .navbar .sub-menu a {
 padding-left: 30px
 }
 
 .navbar .sub-menu .sub-menu a {
 padding-left: 40px
 }
 
 .navbar .active + .sub-menu {
 max-height: 500px;
 -webkit-transition: max-height 1s;
 transition: max-height 1s
 }
}

@media (min-width:768px) {
 .longMenu {
 width: 9999px;
 position: relative
 }
 
 .longMenu > li:first-child {
 padding-left: 60px !important
 }
 
 .main-navigation .control {
 display: block;
 position: absolute;
 top: 2px;
 z-index: 1050;
 width: 50px;
 height: 60px;
 opacity: .5
 }
 
 .lt-ie9 .main-navigation .control {
 filter: alpha(opacity=50)
 }
 
 .main-navigation .control i {
 background: url(/images/top-pattern.png) #161616;
 color: #fff;
 display: block;
 line-height: 60px;
 text-align: center;
 width: 49px;
 font-size: 13px
 }
 
 .main-navigation .next {
 right: 0;
 border-left: 1px solid #232323
 }
 
 .main-navigation .next i {
 border-left: 1px solid #0e1114
 }
 
 .main-navigation .back {
 left: 0;
 border-right: 1px solid #232323
 }
 
 .main-navigation .back i {
 border-right: 1px solid #0e1114
 }
}

.tabbable:before, .tabbable:after {
 content: " ";
 display: table
}

.tabbable:after {
 clear: both
}

.tabbable:before, .tabbable:after {
 content: " ";
 display: table
}

.tabbable:after {
 clear: both
}

.nav-tabs-by-select {
 width: 100%;
 border: 2px solid #FF954A;
 border-bottom: none;
 padding: 10px;
 -webkit-appearance: none;
 border-radius: 0
}

.nav-tabs li {
 margin: 0 0 0 -1px;
 font-family: 'Play',sans-serif;
 text-transform: uppercase
}

.nav-tabs li:first-child {
 margin: 0
}

.nav-tabs li a {
 background-color: #efefef;
 background-image: -webkit-gradient(linear, left 0, left 100%, from(#fefefe), to(#efefef));
 background-image: -webkit-linear-gradient(top, #fefefe, 0, #efefef, 100%);
 background-image: -moz-linear-gradient(top, #fefefe 0, #efefef 100%);
 background-image: linear-gradient(to bottom, #fefefe 0, #efefef 100%);
 background-repeat: repeat-x;
 color: #333;
 padding: 9px 20px 10px;
 border: 1px solid #ddd;
 border-bottom: none
}

.lt-ie9 .nav-tabs li a {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffefefef', GradientType=0)
}

.nav-tabs .active {
 position: relative;
 z-index: 1
}

.nav-tabs .active a {
 color: #fff;
 border-color: #FF954A;
 background-color: #FF954A;
 background-image: -webkit-gradient(linear, left 0, left 100%, from(#FF9500), to(#FF954A));
 background-image: -webkit-linear-gradient(top, #FF9500, 0, #FF954A, 100%);
 background-image: -moz-linear-gradient(top, #FF9500 0, #FF954A 100%);
 background-image: linear-gradient(to bottom, #FF9500 0, #FF954A 100%);
 background-repeat: repeat-x
}

.lt-ie9 .nav-tabs .active a {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3bbbf3', endColorstr='#ff0fa9ec', GradientType=0)
}

.tab-content {
 border: 2px solid #FF954A;
 padding: 20px 18px
}

.tab-content > .tab-pane {
 display: none
}

.tab-content > .active {
 display: block
}

.tab-content ul {
 margin-bottom: 0
}

.breadcrumb {
 margin-bottom: 0;
 list-style: none;
 border-radius: 3px
}

.breadcrumb > li {
 display: inline-block
}

.breadcrumb > li:before {
 font-family: FontAwesome
}

.breadcrumb > li:first-child:before {
 content: "\f015";
 margin-right: 10px
}

.breadcrumb > li + li:before {
 content: "\f105";
 padding: 0 5px;
 color: #999
}

.breadcrumb > .active {
 color: #666
}

.brand {
 text-transform: uppercase;
 color: #fff
}

@media (min-width:768px) {
 .brand {
 float: left
 }
}

@media (max-width:767px) {
 .brand {
 text-align: center
 }
}

.brand a {
 color: #fff
}

.site-title {
 margin: 0;
 line-height: 1;
 font-family: 'NovecentowideBookBold';
 font-size: 40px;
 text-shadow: 0 0 5px #FF954A
}

.site-title:hover {
 text-shadow: 0 0 10px #FF954A
}

.site-description {
 font-family: Arial,sans-serif;
 font-size: 10px;
 margin: 0;
 letter-spacing: 2px;
 color: #fff;
 text-shadow: 0 0 5px #FF954A
}

.brand .display-logo .site-description {
 display: none
}

@media (max-width:767px) {
 .brand .display-logo img {
 width: 50%;
 height: auto
 }
}

.hentry {
 overflow: hidden;
 border-top: 1px solid #e5e5e5
}

.hentry:first-child {
 border-top: none
}

.hentry .entry-thumbnail img {
 width: 100%;
 height: auto;
 margin-bottom: 10px
}

.hentry .entry-header {
 position: relative
}

.hentry .entry-title {
 font-size: 18px;
 padding-right: 35px
}

.hentry .entry-title a {
 color: #111
}

.hentry .entry-title a:hover {
 color: #FF954A
}

.hentry .meta-top {
 font-size: 11px
}

.hentry .meta-top > span {
 margin-left: 10px
}

.hentry .meta-top > span:first-child {
 margin-left: 0
}

.hentry .meta-top a {
 color: #666
}

.hentry .meta-top a:hover {
 color: #FF954A
}

.hentry .meta-top .comments-link {
 position: absolute;
 top: 2px;
 right: 0;
 text-align: center;
 line-height: 1
}

.hentry .meta-top .comments-link a {
 color: #fff;
 padding: 5px 12px;
 background: #f26432;
 display: block
}

.hentry .meta-top .comments-link a:before {
 position: absolute;
 border-left: 0 dashed transparent;
 border-right: 6px solid transparent;
 border-top: 6px solid #f26432;
 content: "";
 bottom: -6px
}

.hentry .entry-summary, .hentry .entry-content {
 margin-top: 10px
}

.hentry .carousel {
 margin-bottom: 20px
}

.more-link {
 font-size: 12px;
 margin-top: 10px;
 display: block
}

.more-link:before {
 content: "\f061";
 font-family: FontAwesome;
 font-size: 9px;
 margin-right: 5px;
 position: relative;
 top: -1px;
 border: 2px solid #999;
 border-radius: 50%;
 display: inline-block;
 line-height: 12px;
 text-align: center;
 -webkit-transition: .3s;
 transition: .3s;
 width: 12px;
 height: 12px
}

.more-link:hover:before {
 border-color: #FF954A
}

.format-video .entry-thumbnail {
 position: relative
}

.format-video .entry-thumbnail a:before {
 content: "\f0da";
 bottom: 10px;
 color: #fff;
 font-family: FontAwesome;
 font-size: 23px;
 position: absolute;
 right: 10px;
 border: 2px solid #fff;
 border-radius: 50%;
 text-align: center;
 text-indent: 4px;
 line-height: 27px;
 width: 25px;
 height: 25px;
 opacity: .5;
 -webkit-transition: all .3s;
 transition: all .3s
}

.lt-ie9 .format-video .entry-thumbnail a:before {
 filter: alpha(opacity=50)
}

.format-video:hover .entry-thumbnail a:before {
 opacity: 1
}

.lt-ie9 .format-video:hover .entry-thumbnail a:before {
 filter: alpha(opacity=100)
}

.format-gallery .entry-thumbnail {
 position: relative
}

.format-gallery .entry-thumbnail a:before {
 content: "\f03e";
 bottom: 0;
 color: #fff;
 font-family: FontAwesome;
 font-size: 28px;
 position: absolute;
 right: 10px;
 opacity: .5;
 -webkit-transition: all .3s;
 transition: all .3s
}

.lt-ie9 .format-gallery .entry-thumbnail a:before {
 filter: alpha(opacity=50)
}

.format-gallery:hover .entry-thumbnail a:before {
 opacity: 1
}

.lt-ie9 .format-gallery:hover .entry-thumbnail a:before {
 filter: alpha(opacity=100)
}

.no-results {
 padding: 20px
}

#main-content .hentry {
 padding: 20px
}

@media (min-width:768px) {
 .layout-narrow .hentry .entry-thumbnail {
 width: 210px;
 margin-right: 20px;
 float: left
 }
 
 .layout-narrow .hentry .entry-thumbnail img {
 width: 100%;
 height: auto
 }
 
 .layout-narrow .hentry .entry-header {
 padding-right: 35px
 }
 
 .layout-narrow .hentry .entry-title {
 margin-top: 0
 }
}

#main-content .layout-wide .hentry {
 padding-top: 40px
}

#main-content .layout-wide .hentry:first-child {
 padding-top: 20px
}

.single .hentry .entry-title {
 margin-top: 0;
 font-size: 24px;
 color: #111
}

.single .hentry .meta-top {
 margin-bottom: 20px
}

.single .hentry .entry-content {
 color: #333
}

.single .hentry .entry-footer {
 font-size: 11px;
 margin-top: 40px
}

.single .hentry .tags-title {
 font-weight: bold;
 font-size: 12px
}

@media (max-width:767px) {
 .single .hentry .tags-title {
 display: block;
 margin-bottom: 10px
 }
}

.single .hentry .tags-links a {
 padding: 5px 10px;
 margin: 0 5px 0 3px;
 background: #f0f0f0;
 color: #999
}

.single .hentry .tags-links a:hover {
 color: #fff;
 background: #FF954A
}

.related-posts {
 margin: 20px 20px 0
}

.related-posts-title {
 margin-bottom: 20px;
 font-size: 18px;
 color: #111;
 text-transform: uppercase
}

.related-posts-title span {
 color: #FF954A
}

.related-title {
 font-size: 14px;
 margin-bottom: 5px;
 margin-top: 10px
}

.related-title a {
 color: #111
}

.related-title a:hover {
 color: #FF954A
}

.related-meta {
 font-size: 11px;
 color: #999
}

@media (max-width:767px) {
 .related-post {
 margin-top: 20px
 }
 
 .related-post:first-child {
 margin-top: 0
 }
 
 .related-post .entry-thumbnail img {
 width: 100%
 }
}

.search-no-results .main-content-actions {
 display: none
}

.dd_post_share .twitter-share-button {
 width: 89px !important
}

.carousel {
 position: relative
}

.carousel-inner {
 position: relative;
 overflow: hidden;
 width: 100%
}

.carousel-inner > .item {
 display: none;
 position: relative;
 -webkit-transition: .6s ease-in-out left;
 transition: .6s ease-in-out left
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
 display: inline-block;
 max-width: 100%;
 height: auto;
 line-height: 1
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
 display: block
}

.carousel-inner > .active {
 left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
 position: absolute;
 top: 0;
 width: 100%
}

.carousel-inner > .next {
 left: 100%
}

.carousel-inner > .prev {
 left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
 left: 0
}

.carousel-inner > .active.left {
 left: -100%
}

.carousel-inner > .active.right {
 left: 100%
}

@media (max-width:1023px) {
 .carousel-inner > .item > img {
 width: 100%
 }
}

.carousel-1 .carousel-inner > .item img {
 width: 100%;
 height: auto
}

.carousel-1 .carousel-control {
 position: absolute;
 top: 50%;
 margin-top: -50px;
 bottom: 0;
 background: #111;
 line-height: 100px;
 color: #999 !important;
 text-align: center;
 z-index: 15;
 border: 1px solid #222;
 width: 20px;
 height: 100px;
 opacity: .3
}

.lt-ie9 .carousel-1 .carousel-control {
 filter: alpha(opacity=30)
}

.carousel-1 .carousel-control.left {
 left: 0
}

.carousel-1 .carousel-control.right {
 right: 0
}

.carousel:hover.carousel-1 .carousel-control {
 opacity: 1
}

.lt-ie9 .carousel:hover.carousel-1 .carousel-control {
 filter: alpha(opacity=100)
}

.carousel-1 .carousel-control:hover {
 background: #FF954A;
 border-color: #FF954A;
 color: #fff !important;
 -webkit-box-shadow: 0 0 5px #FF954A;
 box-shadow: 0 0 5px #FF954A
}

.carousel-1 .carousel-control .icon-prev, .carousel-1 .carousel-control .icon-next {
 position: absolute;
 top: 50%;
 left: 50%;
 z-index: 5;
 display: inline-block;
 width: 20px;
 height: 20px;
 margin-top: -10px;
 margin-left: -10px;
 font-family: FontAwesome
}

.carousel-1 .carousel-control .icon-prev:before {
 content: '\f053'
}

.carousel-1 .carousel-control .icon-next:before {
 content: '\f054'
}

.carousel-1 .carousel-indicators {
 position: absolute;
 bottom: 0;
 left: 50%;
 z-index: 15;
 width: 60%;
 margin-left: -30%;
 padding-left: 0;
 list-style: none;
 text-align: center
}

.carousel-1 .carousel-indicators li {
 display: inline-block;
 margin: 0 1px;
 text-indent: -999px;
 border: 1px solid #fff;
 border-radius: 10px;
 cursor: pointer;
 width: 10px;
 height: 10px
}

.carousel-1 .carousel-indicators li img {
 clip: rect(0, 0, 0, 0);
 position: absolute
}

.carousel-1 .carousel-indicators .active {
 background-color: #fff
}

.carousel-1 .carousel-caption {
 width: 100%;
 position: absolute;
 left: 0;
 bottom: 0;
 z-index: 10;
 padding: 20px 30px 40px;
 color: #fff !important;
 text-align: center;
 background-image: -webkit-gradient(linear, left 0, left 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6)));
 background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), 0, rgba(0,0,0,0.6), 100%);
 background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 100%);
 background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 100%);
 background-repeat: repeat-x
}

.lt-ie9 .carousel-1 .carousel-caption {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0)
}

.carousel-1 .carousel-caption a {
 color: #fff !important
}

.carousel-1 .carousel-caption a:hover {
 color: #FF954A !important;
 text-shadow: 0 0 5px #FF954A !important
}

.carousel-2 {
 border-top: 1px solid rgba(51,51,51,0.3)
}

.carousel-2 .carousel-inner > .item .attachment-homepage-wide, .carousel-2 .carousel-inner > .item > img, .carousel-2 .carousel-inner > .item > a > img {
 width: 100%;
 height: auto
}

.carousel-2 .carousel-control {
 position: absolute;
 top: 20px;
 background: #111;
 background: rgba(0,0,0,0.5);
 color: #999 !important;
 text-align: center;
 z-index: 15;
 width: 30px;
 height: 30px
}

.carousel-2 .carousel-control.left {
 left: 20px
}

.carousel-2 .carousel-control.right {
 left: 51px
}

.carousel-2 .carousel-control:hover {
 color: #fff !important;
 border-color: #FF954A;
 background: #FF954A;
 -webkit-box-shadow: 0 0 10px #FF954A;
 box-shadow: 0 0 10px #FF954A
}

.carousel-2 .carousel-control .icon-prev, .carousel-2 .carousel-control .icon-next {
 line-height: 30px;
 display: block;
 z-index: 5;
 font-size: 14px;
 font-family: FontAwesome
}

.carousel-2 .carousel-control .icon-prev:before {
 content: '\f0d9'
}

.carousel-2 .carousel-control .icon-next:before {
 content: '\f0da'
}

.carousel-2 .carousel-indicators-wrap {
 width: 80px;
 height: 100%;
 background: #111;
 background: rgba(0,0,0,0.5);
 position: absolute;
 top: 0;
 right: 0;
 z-index: 15;
 overflow: hidden
}

.carousel-2 .carousel-indicators-wrap .carousel-indicators {
 padding: 0;
 list-style: none;
 margin: 0 auto;
 width: 60px;
 position: absolute;
 left: 50%;
 top: 50%;
 margin-left: -30px;
 overflow: hidden;
 width: 80px;
 z-index: 15;
 -webkit-transform: translate(0, -50%);
 -ms-transform: translate(0, -50%);
 transform: translate(0, -50%)
}

.lt-ie9 .carousel-2 .carousel-indicators-wrap .carousel-indicators {
 top: 0
}

.carousel-2 .carousel-indicators-wrap li {
 cursor: pointer;
 margin-bottom: 10px;
 -webkit-transition: box-shadow .3s;
 transition: box-shadow .3s
}

.carousel-2 .carousel-indicators-wrap li:first-child {
 margin-top: 10px
}

.carousel-2 .carousel-indicators-wrap li img {
 width: 58px;
 height: 58px;
 border: 1px solid transparent;
 -webkit-transition: all .5s;
 transition: all .5s
}

.carousel-2 .carousel-indicators-wrap .active img, .carousel-2 .carousel-indicators-wrap li:hover img {
 -webkit-box-shadow: 0 0 5px #FF954A;
 box-shadow: 0 0 5px #FF954A;
 border-color: #FF954A
}

@media (max-width:767px) {
 .carousel-2 .carousel-indicators-wrap {
 display: none
 }
}

.carousel-2 .carousel-caption {
 position: absolute;
 left: 10px;
 bottom: 5%;
 z-index: 10;
 padding: 20px;
 color: #fff;
 background: #111;
 background: rgba(0,0,0,0.8);
 max-width: 70%
}

.carousel-2 .carousel-caption a:hover {
 color: #FF954A !important;
 text-shadow: 0 0 5px #FF954A
}

@media (max-width:767px) {
 .carousel-2 .carousel-caption {
 display: none
 }
}

.carousel-2 .carousel-title {
 margin: 0 0 5px
}

.carousel-2 .carousel-title a {
 color: #fff !important
}

.carousel-2 .carousel-meta a {
 font-size: 11px;
 color: #666 !important
}

.carousel-3 {
 background: #111;
 padding: 50px 20px 20px
}

@media (min-width:1130px) {
 .carousel-3 {
 border-top: 1px solid #333
 }
}

.carousel-3 a {
 position: relative;
 z-index: 1
}

.carousel-3 .widget-title {
 position: absolute;
 z-index: 15;
 top: 17px;
 margin-top: 0
}

.carousel-3 .carousel-inner > .item {
 overflow: hidden
}

.carousel-3 .attachment-thumbnail {
 width: 100px;
 height: 80px;
 float: left;
 margin-right: 20px;
 position: relative
}

.carousel-3 .carousel-caption {
 max-height: 100px;
 position: relative;
 padding-right: 5px
}

.carousel-3 .carousel-caption a:hover {
 color: #FF954A;
 text-shadow: 0 0 5px #FF954A
}

.carousel-3 .carousel-title {
 font-size: 14px;
 margin: 0 0 5px;
 margin-top: 10px;
}

.carousel-3 .carousel-title a {
 color: #fff
}

.carousel-3 .carousel-content {
 color: #888
}

.carousel-3 .carousel-control {
 position: absolute;
 top: 15px;
 width: 20px;
 height: 20px;
 border: 1px solid #222;
 font-family: FontAwesome
}

.carousel-3 .carousel-control.left {
 right: 50px
}

.carousel-3 .carousel-control.right {
 right: 20px
}

.carousel-3 .carousel-control:hover {
 color: #fff;
 border-color: #FF954A;
 background: #FF954A;
 -webkit-box-shadow: 0 0 10px #FF954A;
 box-shadow: 0 0 10px #FF954A
}

.carousel-3 .carousel-control .icon-prev, .carousel-3 .carousel-control .icon-next {
 line-height: 18px;
 display: block;
 z-index: 5;
 font-size: 14px;
 font-family: FontAwesome;
 text-align: center
}

.carousel-3 .carousel-control .icon-prev:before {
 content: '\f0d9'
}

.carousel-3 .carousel-control .icon-next:before {
 content: '\f0da'
}

.carousel-3 .carousel-meta {
 font-size: 11px
}

.carousel-3 .carousel-indicators {
 position: absolute;
 clip: rect(0, 0, 0, 0)
}

.carousel-4 {
 padding: 0 35px
}

.carousel-4 .carousel-inner > .item img {
 width: 100%;
 height: 100px;
}

@media (max-width:767px) {
 .carousel-4 .col-sm-3 {
 margin-bottom: 20px
 }
}

.carousel-4 .carousel-control {
 width: 20px;
 height: 100px;
 top: 50%;
 margin-top: -50px;
 position: absolute;
 background: #111;
 border: 1px solid #222;
 color: #999 !important;
 text-align: center;
 z-index: 15
}

.carousel-4 .carousel-control.left {
 left: 0
}

.carousel-4 .carousel-control.right {
 right: 0
}

.carousel-4 .carousel-control:hover {
 color: #fff !important;
 border-color: #FF954A;
 background: #FF954A;
 -webkit-box-shadow: 0 0 10px #FF954A;
 box-shadow: 0 0 10px #FF954A
}

.carousel-4 .carousel-control .icon-prev, .carousel-4 .carousel-control .icon-next {
 line-height: 100px;
 display: block;
 z-index: 5;
 font-size: 14px;
 font-family: FontAwesome
}

.carousel-4 .carousel-control .icon-prev:before {
 content: '\f0d9'
}

.carousel-4 .carousel-control .icon-next:before {
 content: '\f0da'
}

.carousel-4 .carousel-caption a:hover {
 color: #FF954A;
 text-shadow: 0 0 5px #FF954A
}

.carousel-4 .carousel-title {
 font-size: 14px;
 margin-bottom: 5px
}

.carousel-4 .carousel-title a {
 color: #fff
}

.carousel-4 .carousel-meta {
 font-size: 11px
}

.carousel-4 .carousel-indicators {
 position: absolute;
 clip: rect(0, 0, 0, 0)
}

.accordion-group {
 margin-top: -1px
}

.accordion-group:first-child {
 margin-top: 0
}

.accordion-heading a {
 display: block;
 color: #fff;
 padding: 9px 20px;
 border: 1px solid #FF954A;
 background-color: #FF954A;
 background-image: -webkit-gradient(linear, left 0, left 100%, from(#FF9500), to(#FF954A));
 background-image: -webkit-linear-gradient(top, #FF9500, 0, #FF954A, 100%);
 background-image: -moz-linear-gradient(top, #FF9500 0, #FF954A 100%);
 background-image: linear-gradient(to bottom, #FF9500 0, #FF954A 100%);
 background-repeat: repeat-x;
 text-transform: uppercase;
 font-family: 'Play',sans-serif;
 position: relative
}

.lt-ie9 .accordion-heading a {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3bbbf3', endColorstr='#ff0fa9ec', GradientType=0)
}

.accordion-heading a:before {
 content: "\f107";
 font-family: FontAwesome;
 position: absolute;
 right: 20px
}

.accordion-heading .collapsed {
 color: #333;
 border-color: #ddd;
 background-color: #efefef;
 background-image: -webkit-gradient(linear, left 0, left 100%, from(#fefefe), to(#efefef));
 background-image: -webkit-linear-gradient(top, #fefefe, 0, #efefef, 100%);
 background-image: -moz-linear-gradient(top, #fefefe 0, #efefef 100%);
 background-image: linear-gradient(to bottom, #fefefe 0, #efefef 100%);
 background-repeat: repeat-x
}

.lt-ie9 .accordion-heading .collapsed {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffefefef', GradientType=0)
}

.accordion-heading .collapsed:before {
 content: "\f105"
}

.accordion-body {
 border: 1px solid #ddd;
 border-top: none;
 margin-top: -1px
}

.accordion-body .widget-title {
 display: none
}

.accordion-body[class*="widget"] {
 padding: 0 !important
}

.accordion-inner {
 padding: 19px
}

#comments {
 margin-top: 40px;
 margin-bottom: 20px
}

.comments-title {
 border-width: 1px 0 1px 1px;
 border-style: solid;
 border-color: #ddd;
 padding: 10px 20px;
 overflow: hidden;
 background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff), to(#efefef));
 background-image: -webkit-linear-gradient(top, #fff, 0, #efefef, 100%);
 background-image: -moz-linear-gradient(top, #fff 0, #efefef 100%);
 background-image: linear-gradient(to bottom, #fff 0, #efefef 100%);
 background-repeat: repeat-x;
 font-size: 18px;
 text-transform: uppercase;
 color: #111;
 margin: 0
}

.lt-ie9 .comments-title {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffefefef', GradientType=0)
}

.comments-title span {
 color: #FF954A
}

.comment-list {
 list-style: none;
 padding: 30px 20px 0
}

.comment-list .comment-body {
 margin-bottom: 40px;
 border: 1px solid #e5e5e5;
 position: relative
}

@media (min-width:768px) {
 .comment-list .comment-body {
 margin-left: 75px
 }
 
 .comment-list .comment-body:before, .comment-list .comment-body:after {
 content: "";
 border-top: 6px solid transparent;
 border-bottom: 6px dashed transparent;
 border-right: 6px solid #e5e5e5;
 position: absolute;
 left: -7px;
 top: 13px
 }
 
 .comment-list .comment-body:after {
 border-right-color: #fff;
 left: -5px
 }
}

@media (max-width:767px) {
 .comment-list .comment-body {
 margin-top: 75px
 }
}

.comment-list .comment-meta {
 border-bottom: 1px solid #e5e5e5;
 padding: 7px 0 7px 20px;
 overflow: hidden;
 line-height: 25px
}

.comment-list .avatar {
 position: absolute;
 left: -75px;
 top: 0
}

@media (max-width:767px) {
 .comment-list .avatar {
 border: 1px solid #e5e5e5;
 border-bottom: none;
 top: -60px;
 left: -1px
 }
}

.comment-list .comment-author, .comment-list .comment-metadata {
 float: left
}

.comment-list .fn {
 font-weight: bold;
 padding-right: 10px;
 margin-right: 10px;
 border-right: 1px solid #e5e5e5;
 font-family: 'Play',sans-serif;
 font-size: 15px;
 color: #111
}

@media (max-width:767px) {
 .comment-list .fn {
 position: absolute;
 top: -45px;
 left: 70px;
 border-right: none
 }
}

.comment-list .comment-datetime {
 line-height: 28px
}

.comment-list .comment-datetime i {
 font-size: 14px
}

@media (max-width:479px) {
 .comment-list .comment-datetime span {
 display: none
 }
}

.comment-list .edit-link {
 margin-left: 10px
}

@media (max-width:767px) {
 .comment-list .edit-link {
 position: absolute;
 top: -45px;
 right: 0
 }
}

.comment-list .reply a {
 background: #f5f5f5;
 display: block;
 float: right;
 margin: -8px 0 -8px 0;
 padding: 10px 20px;
 border-left: 1px solid #e5e5e5;
 font-family: 'Play',sans-serif
}

.comment-list .comment-content {
 padding: 20px 20px 10px
}

.comment-list .comment-awaiting-moderation {
 font-weight: bold
}

.comment-list .children {
 list-style: none;
 padding-left: 0
}

@media (min-width:768px) {
 .comment-list .depth-10 > .comment-body {
 margin-left: 255px
 }
 
 .comment-list .depth-9 > .comment-body {
 margin-left: 235px
 }
 
 .comment-list .depth-8 > .comment-body {
 margin-left: 215px
 }
 
 .comment-list .depth-7 > .comment-body {
 margin-left: 195px
 }
 
 .comment-list .depth-6 > .comment-body {
 margin-left: 175px
 }
 
 .comment-list .depth-5 > .comment-body {
 margin-left: 155px
 }
 
 .comment-list .depth-4 > .comment-body {
 margin-left: 135px
 }
 
 .comment-list .depth-3 > .comment-body {
 margin-left: 115px
 }
 
 .comment-list .depth-2 > .comment-body {
 margin-left: 95px
 }
}

.comment-reply-title {
 border-width: 1px 0 1px 1px;
 border-style: solid;
 border-color: #ddd;
 padding: 10px 20px;
 overflow: hidden;
 background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff), to(#efefef));
 background-image: -webkit-linear-gradient(top, #fff, 0, #efefef, 100%);
 background-image: -moz-linear-gradient(top, #fff 0, #efefef 100%);
 background-image: linear-gradient(to bottom, #fff 0, #efefef 100%);
 background-repeat: repeat-x;
 font-size: 18px;
 text-transform: uppercase;
 color: #111;
 margin: 0
}

.lt-ie9 .comment-reply-title {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffefefef', GradientType=0)
}

.comment-reply-title span {
 color: #FF954A
}

.comment-form {
 padding: 20px 20px 0
}

.comment-form .comment-form-author label, .comment-form .comment-form-email label, .comment-form .comment-form-url label, .comment-form .comment-form-comment label {
 color: #333
}

.comment-form .required {
 color: #e61414
}

.comment-form textarea {
 display: block;
 width: 100%;
 height: 35px;
 padding: 8px 10px;
 font-size: 12px;
 line-height: 1.61538462;
 color: #666;
 vertical-align: middle;
 background-color: #fff;
 border: 1px solid #ccc;
 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 -webkit-appearance: none !important;
 border-radius: 0;
 outline: 0;
 min-height: 120px
}

.comment-form textarea:-moz-placeholder {
 color: #666
}

.comment-form textarea::-moz-placeholder {
 color: #666
}

.comment-form textarea:-ms-input-placeholder {
 color: #666
}

.comment-form textarea::-webkit-input-placeholder {
 color: #666
}

.comment-form textarea:hover, .comment-form textarea:focus {
 -webkit-box-shadow: 0 0 5px rgba(15,169,236,0.5);
 box-shadow: 0 0 5px rgba(15,169,236,0.5);
 border-color: #FF954A;
 border-color: rgba(15,169,236,0.5)
}

.comment-form textarea[disabled], .comment-form textarea[readonly], fieldset[disabled] .comment-form textarea {
 cursor: not-allowed;
 background-color: #eee
}

textarea.comment-form textarea {
 height: auto;
 resize: vertical;
 overflow: auto
}

.comment-form input[type=text] {
 display: block;
 width: 100%;
 height: 35px;
 padding: 8px 10px;
 font-size: 12px;
 line-height: 1.61538462;
 color: #666;
 vertical-align: middle;
 background-color: #fff;
 border: 1px solid #ccc;
 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 -webkit-appearance: none !important;
 border-radius: 0;
 outline: 0
}

.comment-form input[type=text]:-moz-placeholder {
 color: #666
}

.comment-form input[type=text]::-moz-placeholder {
 color: #666
}

.comment-form input[type=text]:-ms-input-placeholder {
 color: #666
}

.comment-form input[type=text]::-webkit-input-placeholder {
 color: #666
}

.comment-form input[type=text]:hover, .comment-form input[type=text]:focus {
 -webkit-box-shadow: 0 0 5px rgba(15,169,236,0.5);
 box-shadow: 0 0 5px rgba(15,169,236,0.5);
 border-color: #FF954A;
 border-color: rgba(15,169,236,0.5)
}

.comment-form input[type=text][disabled], .comment-form input[type=text][readonly], fieldset[disabled] .comment-form input[type=text] {
 cursor: not-allowed;
 background-color: #eee
}

textarea.comment-form input[type=text] {
 height: auto;
 resize: vertical;
 overflow: auto
}

.comment-form .form-submit {
 text-align: right
}

.comment-form #submit {
 display: inline-block;
 padding: 7px 30px;
 margin-bottom: 0;
 font-size: 12px;
 font-weight: bold;
 line-height: 1.61538462;
 text-align: center;
 vertical-align: middle;
 cursor: pointer;
 border: 1px solid #ddd;
 border-radius: 3px;
 white-space: nowrap;
 text-transform: uppercase;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 -o-user-select: none;
 user-select: none;
 color: #fff;
 background-color: #FF9500;
 background-image: -webkit-gradient(linear, left 0, left 100%, from(#FF9500), to(#FF954A));
 background-image: -webkit-linear-gradient(top, #FF9500, 0, #FF954A, 100%);
 background-image: -moz-linear-gradient(top, #FF9500 0, #FF954A 100%);
 background-image: linear-gradient(to bottom, #FF9500 0, #FF954A 100%);
 background-repeat: repeat-x;
 border-color: #FF954A;
 height: 35px
}

.comment-form #submit:hover, .comment-form #submit:focus {
 color: #666;
 text-decoration: none
}

.comment-form #submit:active, .comment-form #submit.active {
 outline: 0;
 -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
 box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.comment-form #submit.disabled, .comment-form #submit[disabled], fieldset[disabled] .comment-form #submit {
 cursor: default;
 pointer-events: none;
 opacity: .65;
 -webkit-box-shadow: none;
 box-shadow: none
}

.lt-ie9 .comment-form #submit.disabled, .lt-ie9 .comment-form #submit[disabled], .lt-ie9 fieldset[disabled] .comment-form #submit {
 filter: alpha(opacity=65)
}

.lt-ie9 .comment-form #submit {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3bbbf3', endColorstr='#ff0fa9ec', GradientType=0)
}

.comment-form #submit:hover, .comment-form #submit:focus, .comment-form #submit:active, .comment-form #submit.active {
 color: #fff;
 background-image: none;
 background-color: #FF954A
}

.comment-form #submit.disabled, .comment-form #submit[disabled], fieldset[disabled] .comment-form #submit, .comment-form #submit.disabled:hover, .comment-form #submit[disabled]:hover, fieldset[disabled] .comment-form #submit:hover, .comment-form #submit.disabled:focus, .comment-form #submit[disabled]:focus, fieldset[disabled] .comment-form #submit:focus, .comment-form #submit.disabled:active, .comment-form #submit[disabled]:active, fieldset[disabled] .comment-form #submit:active, .comment-form #submit.disabled.active, .comment-form #submit[disabled].active, fieldset[disabled] .comment-form #submit.active {
 background-color: #FF954A;
 border-color: #FF954A
}

.logged-in .comment-form .col-sm-8 {
 width: 100%
}

.comment .comment-form {
 padding: 30px 0
}

.comment .comment-reply-title {
 border-width: 1px
}

.comment .comment-reply-title {
 position: relative
}

.comment .comment-reply-title small {
 float: right;
 line-height: 24px
}

.comment-navigation {
 padding: 5px 20px
}

.comment-navigation h1 {
 font-size: 20px;
 margin-top: 0
}

.widget_archive select {
 width: 100%;
 padding: 10px;
 border: 1px solid
}

.widget_archive ul {
 list-style: none;
 margin: 0;
 padding: 0
}

.widget_archive li {
 overflow: hidden;
 padding: 10px 0;
 border-top: 1px solid
}

.widget_archive li:first-child {
 border-top: none;
 padding-top: 0
}

.widget_archive a {
 position: relative;
 display: block;
 float: left
}

.widget_archive a:before {
 content: "\f0da";
 font-family: FontAwesome;
 margin-right: 5px
}

.widget_calendar caption {
 padding: 5px;
 border: 1px solid;
 border-bottom: none;
 font-weight: bold
}

.widget_calendar th, .widget_calendar td {
 text-align: center
}

.widget_categories select {
 width: 100%;
 padding: 10px;
 border: 1px solid
}

.widget_categories ul {
 list-style: none;
 margin: 0;
 padding: 0
}

.widget_categories li {
 overflow: hidden;
 clear: both;
 line-height: 42px;
 border-top: 1px solid
}

.widget_categories > ul > li:first-child {
 border-top: none;
 margin-top: -10px
}

.widget_categories a {
 position: relative;
 display: block;
 float: left;
 margin-right: 5px
}

.widget_categories a:before {
 content: "\f0da";
 font-family: FontAwesome;
 margin-right: 5px
}

.widget_categories .children li {
 padding-left: 10px
}

.widget_categories .children .children li {
 padding-left: 20px
}

.widget_categories .children .children .children li {
 padding-left: 30px
}

.widget_categories .children .children .children .children li {
 padding-left: 40px
}

.widget_categories .children .children .children .children .children li {
 padding-left: 50px
}

.widget_nav_menu ul {
 list-style: none;
 margin: 0;
 padding: 0
}

.widget_nav_menu a {
 position: relative;
 display: block;
 padding: 10px 0;
 border-top: 1px solid
}

.widget_nav_menu .menu > li:first-child a {
 border-top: none;
 padding-top: 0
}

.widget_nav_menu a:before {
 content: "\f0da";
 font-family: FontAwesome;
 margin-right: 5px
}

.widget_nav_menu .sub-menu a {
 padding-left: 10px
}

.widget_nav_menu .sub-menu .sub-menu a {
 padding-left: 20px
}

.widget_nav_menu .sub-menu .sub-menu .sub-menu a {
 padding-left: 30px
}

.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu a {
 padding-left: 40px
}

.widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu a {
 padding-left: 50px
}

.widget_meta ul {
 list-style: none;
 margin: 0;
 padding: 0
}

.widget_meta a {
 position: relative;
 display: block;
 padding: 10px 0;
 border-top: 1px solid
}

.widget_meta li:first-child a {
 border-top: none;
 padding-top: 0
}

.widget_meta a:before {
 content: "\f0da";
 font-family: FontAwesome;
 margin-right: 5px
}

.widget_pages ul {
 list-style: none;
 margin: 0;
 padding: 0
}

.widget_pages li {
 overflow: hidden;
 clear: both;
 line-height: 42px;
 border-top: 1px solid
}

.widget_pages > ul > li:first-child {
 border-top: none;
 margin-top: -10px
}

.widget_pages a {
 position: relative;
 display: block;
 float: left;
 margin-right: 5px
}

.widget_pages a:before {
 content: "\f0da";
 font-family: FontAwesome;
 margin-right: 5px
}

.widget_pages .children li {
 padding-left: 10px
}

.widget_pages .children .children li {
 padding-left: 20px
}

.widget_pages .children .children .children li {
 padding-left: 30px
}

.widget_pages .children .children .children .children li {
 padding-left: 40px
}

.widget_pages .children .children .children .children .children li {
 padding-left: 50px
}

.widget_recent_comments ul {
 list-style: none;
 margin: 0;
 padding: 0
}

.widget_recent_comments li {
 overflow: hidden;
 clear: both;
 padding: 10px 0;
 border-top: 1px solid
}

.widget_recent_comments li:first-child {
 border-top: none;
 padding-top: 0
}

.widget_recent_entries ul {
 list-style: none;
 margin: 0;
 padding: 0
}

.widget_recent_entries li {
 overflow: hidden;
 clear: both;
 padding: 10px 0;
 border-top: 1px solid
}

.widget_recent_entries li:first-child {
 border-top: none;
 padding-top: 0
}

.widget_recent_entries .post-date {
 display: block
}

.widget_rss .widget-title img {
 position: absolute;
 clip: rect(0, 0, 0, 0)
}

.widget_rss .widget-title a:first-child:before {
 content: "\f09e";
 font-family: FontAwesome
}

.widget_rss ul {
 list-style: none;
 margin: 0;
 padding: 0
}

.widget_rss li {
 overflow: hidden;
 clear: both;
 padding: 10px 0;
 border-top: 1px solid
}

.widget_rss > ul > li:first-child {
 border-top: none;
 padding-top: 0
}

.widget_rss .rss-date {
 display: block;
 padding: 5px 0
}

.widget_rss cite {
 display: block;
 margin-top: 5px
}

.ads-300 {
 max-width: 300px;
 margin: 0 auto
}

.dw_widget_query_posts ul {
 list-style: none;
 padding: 0;
 margin: 0
}

.dw_widget_query_posts .entry-thumbnail img {
 width: 100%
}

.dw_widget_query_posts .entry-title {
 font-family: 'Play',sans-serif;
 line-height: 1.3;
 margin: 10px 0 5px;
 display: block
}

.dw_widget_query_posts .post-date {
 margin-bottom: 10px;
 display: block;
 font-size: 11px
}

.dw_widget_query_posts.qp_style_1 .query_post_inner ul > li {
 overflow: hidden;
 margin-top: 20px;
 padding-top: 20px;
 border-top: 1px solid;
 position: relative
}

.dw_widget_query_posts.qp_style_1 .query_post_inner ul > li:first-child {
 padding-top: 0;
 margin-top: 0;
 border-top: none
}

.dw_widget_query_posts.qp_style_1 .query_post_inner .entry-title {
 font-size: 16px
}

.dw_widget_query_posts.qp_style_1 .query_post_inner .more-link:before {
 border-color: #666
}

.dw_widget_query_posts.qp_style_1 .query_post_inner .more-link:hover:before {
 border-color: #FF954A
}

.dw_widget_query_posts.qp_style_2 ul > li {
 overflow: hidden;
 margin-top: 20px;
 padding-top: 20px;
 padding-left: 70px;
 border-top: 1px solid;
 position: relative
}

.dw_widget_query_posts.qp_style_2 ul > li:first-child {
 padding-top: 0;
 margin-top: 0;
 border-top: none
}

.dw_widget_query_posts.qp_style_2 .entry-thumbnail {
 width: 60px;
 height: auto;
 position: absolute;
 left: 0
}

.dw_widget_query_posts.qp_style_2 .entry-thumbnail img {
 height: auto
}

.dw_widget_query_posts.qp_style_2 .entry-title {
 margin-top: 0;
 font-size: 14px
}

@media (min-width:768px) {
 .dw_widget_query_posts.qp_style_3 ul {
 overflow: hidden;
 margin: 0 -10px
 }
 
 .dw_widget_query_posts.qp_style_3 li {
 float: left;
 width: 33.334%;
 padding: 0 10px
 }
}

@media (max-width:767px) {
 .dw_widget_query_posts.qp_style_3 ul > li {
 overflow: hidden;
 margin-top: 20px;
 padding-top: 20px;
 padding-left: 70px;
 border-top: 1px solid;
 position: relative
 }
 
 .dw_widget_query_posts.qp_style_3 ul > li:first-child {
 padding-top: 0;
 margin-top: 0;
 border-top: none
 }
 
 .dw_widget_query_posts.qp_style_3 .entry-thumbnail {
 width: 60px;
 height: auto;
 position: absolute;
 left: 0
 }
 
 .dw_widget_query_posts.qp_style_3 .entry-thumbnail img {
 height: auto
 }
}

.dw_widget_query_posts.qp_style_3 .entry-title {
 font-size: 14px
}

.tab-content .widget-title {
 display: none
}

.tab-content > [class*="widget"] {
 padding: 0 !important;
 background: transparent !important;
 border: none !important
}

.widget-about .brand {
 float: none;
 margin-bottom: 10px
}

.widget-newsletter .form-inline {
 margin-top: 10px
}

.widget-newsletter .form-control {
 width: 67%;
 float: left
}

.widget-newsletter .btn {
 width: 30%;
 margin-left: 3%;
 padding: 0
}

.widget_facebook iframe {
 max-width: 100%;
 height: auto !important;
 border: 0 !important
}

#secondary .widget {
 margin-top: 20px
}

#secondary .widget:first-child {
 margin-top: 0
}

@media (max-width:1023px) and (min-width:767px) {
 #secondary .widget {
 width: 50%;
 padding: 0 10px
 }
 
 #secondary .widget:first-child + .widget {
 margin-top: 0
 }
}

@media (min-width:1023px) {
 #secondary .widget {
 background: #fff;
 padding: 20px
 }
}

#secondary .widget-title {
 font-family: 'Play',sans-serif;
 font-size: 14px;
 text-transform: uppercase;
 margin-top: 0;
 color: #333;
 margin-bottom: 20px
}

#secondary a {
 color: #333
}

#secondary a:hover {
 color: #FF954A
}

#secondary .widget_archive select {
 border-color: #e5e5e5
}

#secondary .widget_archive li {
 border-top-color: #e5e5e5
}

#secondary .widget_calendar caption {
 border-color: #e5e5e5
}

#secondary .widget_calendar th, #secondary .widget_calendar td {
 border-color: #e5e5e5
}

#secondary .widget_calendar #today {
 background: #f5f5f5
}

#secondary .widget_categories select {
 border-color: #e5e5e5
}

#secondary .widget_categories li {
 border-top-color: #e5e5e5
}

#secondary .widget_nav_menu a {
 border-top-color: #e5e5e5
}

#secondary .widget_meta a {
 border-top-color: #e5e5e5
}

#secondary .widget_pages li {
 border-top-color: #e5e5e5
}

#secondary .widget_recent_comments li {
 border-top-color: #e5e5e5
}

#secondary .widget_recent_entries li {
 border-top-color: #e5e5e5
}

#secondary .widget_rss li {
 border-top-color: #e5e5e5
}

@media (min-width:1023px) {
 #secondary .ads-300 {
 margin: -20px
 }
}

#secondary .dw_widget_query_posts.qp_style_1 .query_post_inner {
 padding: 20px;
 background: url(/images/dark_wall.png);
 color: #999 !important
}

@media (min-width:1024px) {
 #secondary .dw_widget_query_posts.qp_style_1 .query_post_inner {
 margin: -20px
 }
}

#secondary .dw_widget_query_posts.qp_style_1 .query_post_inner ul > li {
 border-top-color: #333
}

#secondary .dw_widget_query_posts.qp_style_1 .query_post_inner .widget-title {
 color: #fff !important
}

#secondary .dw_widget_query_posts.qp_style_1 .query_post_inner .entry-title {
 color: #fff
}

#secondary .dw_widget_query_posts.qp_style_1 .query_post_inner .entry-title:hover {
 color: #FF954A
}

#secondary .dw_widget_query_posts.qp_style_1 .query_post_inner .more-link {
 color: #666
}

#secondary .dw_widget_query_posts.qp_style_1 .query_post_inner .more-link:hover {
 color: #FF954A
}

#secondary .dw_widget_query_posts.qp_style_2 ul > li {
 border-top-color: #e5e5e5
}

@media (min-width:1024px) {
 #secondary .dw_accordion {
 padding: 0
 }
}

#secondary .dw_accordion .accordion-heading a {
 color: #fff
}

#secondary .dw_accordion .accordion-heading .collapsed {
 color: #333
}

#secondary .dw_tabs {
 background: transparent
}

@media (min-width:1024px) {
 #secondary .dw_tabs {
 padding: 0
 }
}

#secondary .nav-tabs .active a {
 color: #fff
}

#secondary .tab-content {
 background: #fff;
 border-color: #FF954A
}

#sidebar-footer .widget {
 margin-top: 20px
}

#sidebar-footer .widget-title {
 font-family: 'Play',sans-serif;
 font-size: 14px;
 text-transform: uppercase;
 margin-top: 0;
 color: #fff;
 margin-bottom: 20px
}

#sidebar-footer .widget_archive select {
 border-color: #111;
 background: transparent;
 color: #999
}

#sidebar-footer .widget_archive li {
 border: none;
 padding: 5px 0
}

#sidebar-footer .widget_calendar caption {
 border-color: #111
}

#sidebar-footer .widget_calendar th, #sidebar-footer .widget_calendar td {
 border-color: #111
}

#sidebar-footer .widget_calendar #today {
 background: #151515
}

#sidebar-footer .widget_categories select {
 border-color: #111;
 background: transparent;
 color: #999
}

#sidebar-footer .widget_categories li {
 border: none;
 line-height: 32px
}

#sidebar-footer .widget_nav_menu a {
 border: none;
 padding: 5px 0
}

#sidebar-footer .widget_meta a {
 border: none;
 padding: 5px 0
}

#sidebar-footer .widget_pages li {
 border: none;
 line-height: 32px
}

#sidebar-footer .widget_recent_comments li {
 border-top-color: #111
}

#sidebar-footer .widget_recent_entries li {
 border-top-color: #111
}

#sidebar-footer .widget_rss li {
 border-top-color: #111
}

@media (min-width:1023px) {
 #sidebar-footer .ads-300 {
 margin: 0 auto;
 max-width: 300px
 }
}

#sidebar-footer .widget_search .form-control {
 background: transparent;
 border-color: #111
}

#sidebar-footer .widget_search .form-control:hover, #sidebar-footer .widget_search .form-control:focus {
 border-color: #FF954A
}

#sidebar-footer .dw_widget_query_posts.qp_style_1 .query_post_inner ul > li {
 border-top-color: #111
}

#sidebar-footer .dw_widget_query_posts.qp_style_1 .query_post_inner .entry-title {
 color: #fff
}

#sidebar-footer .dw_widget_query_posts.qp_style_1 .query_post_inner .entry-title:hover {
 color: #FF954A
}

#sidebar-footer .dw_widget_query_posts.qp_style_2 ul > li {
 border-top-color: #111
}

#sidebar-footer .dw_widget_query_posts.qp_style_2 .entry-title {
 color: #fff
}

#sidebar-footer .dw_widget_query_posts.qp_style_2 .entry-title:hover {
 color: #FF954A
}

#sidebar-footer .dw_accordion {
 padding: 0
}

#sidebar-footer .dw_accordion .accordion-heading a {
 color: #fff
}

#sidebar-footer .dw_accordion .accordion-heading .collapsed {
 color: #333
}

#sidebar-footer .dw_accordion .accordion-body {
 border-color: #111
}

#sidebar-footer .dw_tabs {
 padding: 0;
 background: transparent
}

#sidebar-footer .nav-tabs .active a {
 color: #fff
}

#sidebar-footer .tab-content {
 border-color: #FF954A
}

#sidebar-content-top .widget {
 margin-top: 20px
}

#sidebar-content-top .widget:first-child .widget-title {
 margin-top: -20px
}

#sidebar-content-bottom .widget {
 margin-bottom: 20px
}

#sidebar-content-top .widget-title, #sidebar-content-bottom .widget-title {
 font-family: 'Play',sans-serif;
 font-size: 14px;
 text-transform: uppercase;
 margin-top: 0;
 color: #333;
 margin-bottom: 20px
}

#sidebar-content-top a, #sidebar-content-bottom a {
 color: #111
}

#sidebar-content-top a:hover, #sidebar-content-bottom a:hover {
 color: #FF954A
}

#sidebar-content-top .widget_archive select, #sidebar-content-bottom .widget_archive select {
 border-color: #e5e5e5
}

#sidebar-content-top .widget_archive li, #sidebar-content-bottom .widget_archive li {
 border-top-color: #e5e5e5
}

#sidebar-content-top .widget_calendar caption, #sidebar-content-bottom .widget_calendar caption {
 border-color: #e5e5e5
}

#sidebar-content-top .widget_calendar th, #sidebar-content-bottom .widget_calendar th, #sidebar-content-top .widget_calendar td, #sidebar-content-bottom .widget_calendar td {
 border-color: #e5e5e5
}

#sidebar-content-top .widget_calendar #today, #sidebar-content-bottom .widget_calendar #today {
 background: #f5f5f5
}

#sidebar-content-top .widget_categories select, #sidebar-content-bottom .widget_categories select {
 border-color: #e5e5e5
}

#sidebar-content-top .widget_categories li, #sidebar-content-bottom .widget_categories li {
 border-top-color: #e5e5e5
}

#sidebar-content-top .widget_nav_menu a, #sidebar-content-bottom .widget_nav_menu a {
 border-top-color: #e5e5e5
}

#sidebar-content-top .widget_meta a, #sidebar-content-bottom .widget_meta a {
 border-top-color: #e5e5e5
}

#sidebar-content-top .widget_pages li, #sidebar-content-bottom .widget_pages li {
 border-top-color: #e5e5e5
}

#sidebar-content-top .widget_recent_comments li, #sidebar-content-bottom .widget_recent_comments li {
 border-top-color: #e5e5e5
}

#sidebar-content-top .widget_recent_entries li, #sidebar-content-bottom .widget_recent_entries li {
 border-top-color: #e5e5e5
}

#sidebar-content-top .widget_rss li, #sidebar-content-bottom .widget_rss li {
 border-top-color: #e5e5e5
}

@media (min-width:1023px) {
 #sidebar-content-top .ads-300, #sidebar-content-bottom .ads-300 {
 margin: 0 auto;
 max-width: 300px
 }
}

#sidebar-content-top .dw_widget_query_posts.qp_style_1 .query_post_inner, #sidebar-content-bottom .dw_widget_query_posts.qp_style_1 .query_post_inner {
 color: #999 !important
}

#sidebar-content-top .dw_widget_query_posts.qp_style_1 .query_post_inner ul > li, #sidebar-content-bottom .dw_widget_query_posts.qp_style_1 .query_post_inner ul > li {
 border-top-color: #e5e5e5
}

#sidebar-content-top .dw_widget_query_posts.qp_style_1 .query_post_inner .more-link, #sidebar-content-bottom .dw_widget_query_posts.qp_style_1 .query_post_inner .more-link {
 color: #666
}

#sidebar-content-top .dw_widget_query_posts.qp_style_1 .query_post_inner .more-link:hover, #sidebar-content-bottom .dw_widget_query_posts.qp_style_1 .query_post_inner .more-link:hover {
 color: #FF954A
}

#sidebar-content-top .dw_widget_query_posts.qp_style_2 ul > li, #sidebar-content-bottom .dw_widget_query_posts.qp_style_2 ul > li {
 border-top-color: #e5e5e5
}

@media (max-width:767px) {
 #sidebar-content-top .dw_widget_query_posts.qp_style_3 ul > li, #sidebar-content-bottom .dw_widget_query_posts.qp_style_3 ul > li {
 border-top-color: #e5e5e5
 }
}

#sidebar-content-top .dw_accordion, #sidebar-content-bottom .dw_accordion {
 padding: 0
}

#sidebar-content-top .dw_accordion .accordion-heading a, #sidebar-content-bottom .dw_accordion .accordion-heading a {
 color: #fff
}

#sidebar-content-top .dw_accordion .accordion-heading .collapsed, #sidebar-content-bottom .dw_accordion .accordion-heading .collapsed {
 color: #333
}

#sidebar-content-top .dw_tabs, #sidebar-content-bottom .dw_tabs {
 padding: 0;
 background: transparent
}

#sidebar-content-top .nav-tabs .active a, #sidebar-content-bottom .nav-tabs .active a {
 color: #fff
}

#sidebar-content-top .tab-content, #sidebar-content-bottom .tab-content {
 background: #fff;
 border-color: #FF954A
}

.feature-1 .widget {
 margin-top: 20px
}

.feature-1 .widget:first-child {
 margin-top: 0
}

@media (min-width:1129px) {
 .feature-2 .widget {
 margin-top: 20px
 }
 
 .feature-2 .widget:first-child {
 margin-top: 0
 }
}

@media (max-width:1130px) {
 .feature-2 .widget {
 margin-top: 20px
 }
}

.feature-1 .widget-title, .feature-2 .widget-title {
 font-family: 'Play',sans-serif;
 font-size: 14px;
 text-transform: uppercase;
 margin-top: 0;
 color: #fff;
 margin-bottom: 20px
}

.feature-1 .widget_archive select, .feature-2 .widget_archive select {
 border-color: #111;
 background: transparent;
 color: #999
}

.feature-1 .widget_archive li, .feature-2 .widget_archive li {
 border-top-color: #111
}

.feature-1 .widget_calendar caption, .feature-2 .widget_calendar caption {
 border-color: #111
}

.feature-1 .widget_calendar th, .feature-2 .widget_calendar th, .feature-1 .widget_calendar td, .feature-2 .widget_calendar td {
 border-color: #111
}

.feature-1 .widget_calendar #today, .feature-2 .widget_calendar #today {
 background: #090909
}

.feature-1 .widget_categories select, .feature-2 .widget_categories select {
 border-color: #111;
 background: transparent;
 color: #999
}

.feature-1 .widget_categories li, .feature-2 .widget_categories li {
 border-top-color: #111
}

.feature-1 .widget_nav_menu a, .feature-2 .widget_nav_menu a {
 border-top-color: #111
}

.feature-1 .widget_meta a, .feature-2 .widget_meta a {
 border-top-color: #111
}

.feature-1 .widget_pages li, .feature-2 .widget_pages li {
 border-top-color: #111
}

.feature-1 .widget_recent_comments li, .feature-2 .widget_recent_comments li {
 border-top-color: #111
}

.feature-1 .widget_recent_entries li, .feature-2 .widget_recent_entries li {
 border-top-color: #111
}

.feature-1 .widget_rss li, .feature-2 .widget_rss li {
 border-top-color: #111
}

@media (min-width:1023px) {
 .feature-1 .ads-300, .feature-2 .ads-300 {
 margin: 0 auto;
 max-width: 300px
 }
}

.feature-1 .widget_search .form-control, .feature-2 .widget_search .form-control {
 background: #000;
 border-color: #111
}

.feature-1 .widget_search .form-control:hover, .feature-2 .widget_search .form-control:hover, .feature-1 .widget_search .form-control:focus, .feature-2 .widget_search .form-control:focus {
 border-color: #FF954A
}

.feature-1 .dw_widget_query_posts.qp_style_1 .query_post_inner ul > li, .feature-2 .dw_widget_query_posts.qp_style_1 .query_post_inner ul > li {
 border-top-color: #111
}

.feature-1 .dw_widget_query_posts.qp_style_1 .query_post_inner .entry-title, .feature-2 .dw_widget_query_posts.qp_style_1 .query_post_inner .entry-title {
 color: #fff
}

.feature-1 .dw_widget_query_posts.qp_style_1 .query_post_inner .entry-title:hover, .feature-2 .dw_widget_query_posts.qp_style_1 .query_post_inner .entry-title:hover {
 color: #FF954A
}

.feature-1 .dw_widget_query_posts.qp_style_2 ul > li, .feature-2 .dw_widget_query_posts.qp_style_2 ul > li {
 border-top-color: #111
}

.feature-1 .dw_widget_query_posts.qp_style_2 .entry-title, .feature-2 .dw_widget_query_posts.qp_style_2 .entry-title {
 color: #fff
}

.feature-1 .dw_widget_query_posts.qp_style_2 .entry-title:hover, .feature-2 .dw_widget_query_posts.qp_style_2 .entry-title:hover {
 color: #FF954A
}

.feature-1 .dw_accordion, .feature-2 .dw_accordion {
 padding: 0
}

.feature-1 .dw_accordion .accordion-heading a, .feature-2 .dw_accordion .accordion-heading a {
 color: #fff
}

.feature-1 .dw_accordion .accordion-heading .collapsed, .feature-2 .dw_accordion .accordion-heading .collapsed {
 color: #333
}

.feature-1 .dw_accordion .accordion-body, .feature-2 .dw_accordion .accordion-body {
 border-color: #111
}

.feature-1 .dw_tabs, .feature-2 .dw_tabs {
 padding: 0;
 background: transparent
}

.feature-1 .nav-tabs .active a, .feature-2 .nav-tabs .active a {
 color: #fff
}

.feature-1 .tab-content, .feature-2 .tab-content {
 border-color: #FF954A
}

.feature-3 {
 padding: 0 0 20px;
 border-top: 1px solid #222
}

.feature-3 .widget {
 margin: 20px 20px 0
}

.feature-3 .widget-title {
 font-family: 'Play',sans-serif;
 font-size: 14px;
 text-transform: uppercase;
 margin-top: 0;
 color: #fff;
 margin-bottom: 20px
}

.feature-3 .widget_archive select {
 border-color: #222;
 background: transparent;
 color: #999
}

.feature-3 .widget_archive li {
 border-top-color: #222
}

.feature-3 .widget_calendar caption {
 border-color: #222
}

.feature-3 .widget_calendar th, .feature-3 .widget_calendar td {
 border-color: #222
}

.feature-3 .widget_calendar #today {
 background: #111
}

.feature-3 .widget_categories select {
 border-color: #222;
 background: transparent;
 color: #999
}

.feature-3 .widget_categories li {
 border-top-color: #222
}

.feature-3 .widget_nav_menu a {
 border-top-color: #222
}

.feature-3 .widget_meta a {
 border-top-color: #222
}

.feature-3 .widget_pages li {
 border-top-color: #222
}

.feature-3 .widget_recent_comments li {
 border-top-color: #222
}

.feature-3 .widget_recent_entries li {
 border-top-color: #222
}

.feature-3 .widget_rss li {
 border-top-color: #222
}

@media (min-width:1023px) {
 .feature-3 .ads-300 {
 margin: 0 auto;
 max-width: 300px
 }
}

.feature-3 .widget_search .form-control {
 background: transparent;
 border-color: #222
}

.feature-3 .widget_search .form-control:hover, .feature-3 .widget_search .form-control:focus {
 border-color: #FF954A
}

.feature-3 .dw_widget_query_posts.qp_style_1 .query_post_inner ul > li {
 border-top-color: #222
}

.feature-3 .dw_widget_query_posts.qp_style_2 ul > li {
 border-top-color: #222
}

.feature-3 .dw_accordion {
 padding: 0
}

.feature-3 .dw_accordion .accordion-heading a {
 color: #fff
}

.feature-3 .dw_accordion .accordion-heading .collapsed {
 color: #333
}

.feature-3 .dw_accordion .accordion-body {
 border-color: #222
}

.feature-3 .dw_tabs {
 padding: 0;
 background: transparent
}

.feature-3 .nav-tabs .active a {
 color: #fff
}

.feature-3 .tab-content {
 border-color: #FF954A
}

.widget_posts_carousel .row {
 margin: 0
}

.alert {
 padding: 15px;
 margin-bottom: 21px;
 border: 1px solid transparent
}

.alert h4 {
 margin-top: 0;
 color: inherit
}

.alert .alert-link {
 font-weight: bold
}

.alert > p, .alert > ul {
 margin-bottom: 0
}

.alert > p + p {
 margin-top: 5px
}

.alert-dismissable {
 padding-right: 35px
}

.alert-dismissable .close {
 position: relative;
 top: -2px;
 right: -21px;
 color: inherit
}

.alert-success {
 background-color: #effff0;
 border-color: #d6e9c6;
 color: #0e8a14
}

.alert-success hr {
 border-top-color: #c9e2b4
}

.alert-success .alert-link {
 color: #095c0d
}

.alert-info {
 background-color: #e9f8ff;
 border-color: #bce8f1;
 color: #FF954A
}

.alert-info hr {
 border-top-color: #a7e1ed
}

.alert-info .alert-link {
 color: #0c87bc
}

.alert-warning {
 background-color: #fffbf1;
 border-color: #fbeed5;
 color: #d5980e
}

.alert-warning hr {
 border-top-color: #f9e5be
}

.alert-warning .alert-link {
 color: #a5760b
}

.alert-danger {
 background-color: #fef5f5;
 border-color: #eed3d7;
 color: #d51114
}

.alert-danger hr {
 border-top-color: #e7c1c6
}

.alert-danger .alert-link {
 color: #a60d10
}

@-webkit-keyframes progress-bar-stripes {
 from {
 background-position: 40px 0
 }
 
 to {
 background-position: 0 0
 }
}

@-moz-keyframes progress-bar-stripes {
 from {
 background-position: 40px 0
 }
 
 to {
 background-position: 0 0
 }
}

@-o-keyframes progress-bar-stripes {
 from {
 background-position: 0 0
 }
 
 to {
 background-position: 40px 0
 }
}

@keyframes progress-bar-stripes {
 from {
 background-position: 40px 0
 }
 
 to {
 background-position: 0 0
 }
}

.progress {
 overflow: hidden;
 height: 21px;
 margin-bottom: 21px;
 background-color: #f5f5f5;
 border-radius: 3px;
 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
 box-shadow: inset 0 1px 2px rgba(0,0,0,0.1)
}

.progress-bar {
 float: left;
 width: 0;
 height: 100%;
 font-size: 12px;
 color: #fff;
 text-align: center;
 background-color: #FF954A;
 -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
 box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
 -webkit-transition: width .6s ease;
 transition: width .6s ease
}

.progress-striped .progress-bar {
 background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));
 background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
 background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
 background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
 background-size: 40px 40px
}

.progress.active .progress-bar {
 -webkit-animation: progress-bar-stripes 2s linear infinite;
 -moz-animation: progress-bar-stripes 2s linear infinite;
 -ms-animation: progress-bar-stripes 2s linear infinite;
 -o-animation: progress-bar-stripes 2s linear infinite;
 animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
 background-color: #23ca62;
 background-image: -webkit-gradient(linear, left 0, left 100%, from(#42de7d), to(#23ca62));
 background-image: -webkit-linear-gradient(top, #42de7d, 0, #23ca62, 100%);
 background-image: -moz-linear-gradient(top, #42de7d 0, #23ca62 100%);
 background-image: linear-gradient(to bottom, #42de7d 0, #23ca62 100%);
 background-repeat: repeat-x
}

.lt-ie9 .progress-bar-success {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff42de7d', endColorstr='#ff23ca62', GradientType=0)
}

.progress-striped .progress-bar-success {
 background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));
 background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
 background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
 background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
 background-color: #1fdaa2;
 background-image: -webkit-gradient(linear, left 0, left 100%, from(#47e5b6), to(#1fdaa2));
 background-image: -webkit-linear-gradient(top, #47e5b6, 0, #1fdaa2, 100%);
 background-image: -moz-linear-gradient(top, #47e5b6 0, #1fdaa2 100%);
 background-image: linear-gradient(to bottom, #47e5b6 0, #1fdaa2 100%);
 background-repeat: repeat-x
}

.lt-ie9 .progress-bar-info {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff47e5b6', endColorstr='#ff1fdaa2', GradientType=0)
}

.progress-striped .progress-bar-info {
 background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));
 background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
 background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
 background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
 background-color: #febd29;
 background-image: -webkit-gradient(linear, left 0, left 100%, from(#fecd5c), to(#febd29));
 background-image: -webkit-linear-gradient(top, #fecd5c, 0, #febd29, 100%);
 background-image: -moz-linear-gradient(top, #fecd5c 0, #febd29 100%);
 background-image: linear-gradient(to bottom, #fecd5c 0, #febd29 100%);
 background-repeat: repeat-x
}

.lt-ie9 .progress-bar-warning {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffecd5c', endColorstr='#fffebd29', GradientType=0)
}

.progress-striped .progress-bar-warning {
 background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));
 background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
 background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
 background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
 background-color: #e61414;
 background-image: -webkit-gradient(linear, left 0, left 100%, from(#ee3f3f), to(#e61414));
 background-image: -webkit-linear-gradient(top, #ee3f3f, 0, #e61414, 100%);
 background-image: -moz-linear-gradient(top, #ee3f3f 0, #e61414 100%);
 background-image: linear-gradient(to bottom, #ee3f3f 0, #e61414 100%);
 background-repeat: repeat-x
}

.lt-ie9 .progress-bar-danger {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee3f3f', endColorstr='#ffe61414', GradientType=0)
}

.progress-striped .progress-bar-danger {
 background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));
 background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
 background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
 background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.modal-open {
 overflow: hidden
}

.modal {
 display: none;
 overflow: hidden;
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 1050;
 -webkit-overflow-scrolling: touch;
 outline: 0
}

.modal.fade .modal-dialog {
 -webkit-transform: translate(0, -25%);
 -ms-transform: translate(0, -25%);
 transform: translate(0, -25%);
 -webkit-transition: -webkit-transform 0.3s ease-out;
 -moz-transition: -moz-transform 0.3s ease-out;
 -o-transition: -o-transform 0.3s ease-out;
 transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
 -webkit-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 transform: translate(0, 0)
}

.modal-open .modal {
 overflow-x: hidden;
 overflow-y: auto
}

.modal-dialog {
 position: relative;
 width: auto;
 margin: 10px
}

.modal-content {
 position: relative;
 background-color: #fff;
 border: 1px solid #999;
 border: 1px solid rgba(0,0,0,0.2);
 border-radius: 5px;
 -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
 box-shadow: 0 3px 9px rgba(0,0,0,0.5);
 background-clip: padding-box;
 outline: 0
}

.modal-backdrop {
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 1040;
 background-color: #000
}

.modal-backdrop.fade {
 opacity: 0
}

.lt-ie9 .modal-backdrop.fade {
 filter: alpha(opacity=0)
}

.modal-backdrop.in {
 opacity: .5
}

.lt-ie9 .modal-backdrop.in {
 filter: alpha(opacity=50)
}

.modal-header {
 padding: 15px;
 border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
 margin-top: -2px
}

.modal-title {
 margin: 0;
 line-height: 1.61538462
}

.modal-body {
 position: relative;
 padding: 15px
}

.modal-footer {
 padding: 15px;
 text-align: right;
 border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
 margin-left: 5px;
 margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
 margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
 margin-left: 0
}

.modal-scrollbar-measure {
 position: absolute;
 top: -9999px;
 width: 50px;
 height: 50px;
 overflow: scroll
}

@media (min-width:768px) {
 .modal-dialog {
 width: 600px;
 margin: 30px auto
 }
 
 .modal-content {
 -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
 box-shadow: 0 5px 15px rgba(0,0,0,0.5)
 }
 
 .modal-sm {
 width: 300px
 }
}

@media (min-width:1024px) {
 .modal-lg {
 width: 900px
 }
}

.rating-table {
 background: url(/images/top-pattern.png) #161616;
 padding: 10px;
 color: #fff;
 margin-left: 20px
}

.rating-table .fa {
 padding-right: 5px
}

.rating-table .fa:last-child {
 padding-right: 0
}

.rating-table .box-rating {
 padding: 8px 10px
}

.rating-table .box-rating .name-rating, .rating-table .box-rating .total-star {
 display: inline-block
}

.rating-table .box-rating .name-rating {
 padding-right: 20px
}

.rating-table .box-rating .fa-star {
 color: #FF954A
}

.rating-table .avg-rating {
 text-align: center;
 border-bottom: 1px solid #fff;
 padding-bottom: 10px;
 margin-bottom: 5px
}

.rating-table .avg-rating .fa-star {
 color: #FF954A
}

.clearfix:before, .clearfix:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
 content: " ";
 display: table
}

.clearfix:after, .modal-header:after, .modal-footer:after {
 clear: both
}

.pull-right {
 float: right
}

.pull-left {
 float: left
}

.hide {
 display: none
}

.show {
 display: block
}

.invisible {
 visibility: hidden
}

.text-hide {
 font: 0/0 a;
 color: transparent;
 text-shadow: none;
 background-color: transparent;
 border: 0
}

.affix {
 position: fixed
}

.screen-reader-text {
 position: absolute;
 width: 1px;
 height: 1px;
 margin: -1px;
 padding: 0;
 overflow: hidden;
 clip: rect(0 0 0 0);
 border: 0
}

@-ms-viewport {
 width: device-width
}

@media screen and (max-width:400px) {
 @-ms-viewport {
 width: 320px
 }
}

.hidden {
 display: none !important;
 visibility: hidden !important
}

.visible-xs {
 display: none !important
}

tr.visible-xs {
 display: none !important
}

th.visible-xs, td.visible-xs {
 display: none !important
}

@media (max-width:767px) {
 .visible-xs {
 display: block !important
 }
 
 tr.visible-xs {
 display: table-row !important
 }
 
 th.visible-xs, td.visible-xs {
 display: table-cell !important
 }
}

@media (min-width:768px) and (max-width:1023px) {
 .visible-xs.visible-sm {
 display: block !important
 }
 
 tr.visible-xs.visible-sm {
 display: table-row !important
 }
 
 th.visible-xs.visible-sm, td.visible-xs.visible-sm {
 display: table-cell !important
 }
}

@media (min-width:1024px) and (max-width:1129px) {
 .visible-xs.visible-md {
 display: block !important
 }
 
 tr.visible-xs.visible-md {
 display: table-row !important
 }
 
 th.visible-xs.visible-md, td.visible-xs.visible-md {
 display: table-cell !important
 }
}

@media (min-width:1130px) {
 .visible-xs.visible-lg {
 display: block !important
 }
 
 tr.visible-xs.visible-lg {
 display: table-row !important
 }
 
 th.visible-xs.visible-lg, td.visible-xs.visible-lg {
 display: table-cell !important
 }
}

.visible-sm {
 display: none !important
}

tr.visible-sm {
 display: none !important
}

th.visible-sm, td.visible-sm {
 display: none !important
}

@media (max-width:767px) {
 .visible-sm.visible-xs {
 display: block !important
 }
 
 tr.visible-sm.visible-xs {
 display: table-row !important
 }
 
 th.visible-sm.visible-xs, td.visible-sm.visible-xs {
 display: table-cell !important
 }
}

@media (min-width:768px) and (max-width:1023px) {
 .visible-sm {
 display: block !important
 }
 
 tr.visible-sm {
 display: table-row !important
 }
 
 th.visible-sm, td.visible-sm {
 display: table-cell !important
 }
}

@media (min-width:1024px) and (max-width:1129px) {
 .visible-sm.visible-md {
 display: block !important
 }
 
 tr.visible-sm.visible-md {
 display: table-row !important
 }
 
 th.visible-sm.visible-md, td.visible-sm.visible-md {
 display: table-cell !important
 }
}

@media (min-width:1130px) {
 .visible-sm.visible-lg {
 display: block !important
 }
 
 tr.visible-sm.visible-lg {
 display: table-row !important
 }
 
 th.visible-sm.visible-lg, td.visible-sm.visible-lg {
 display: table-cell !important
 }
}

.visible-md {
 display: none !important
}

tr.visible-md {
 display: none !important
}

th.visible-md, td.visible-md {
 display: none !important
}

@media (max-width:767px) {
 .visible-md.visible-xs {
 display: block !important
 }
 
 tr.visible-md.visible-xs {
 display: table-row !important
 }
 
 th.visible-md.visible-xs, td.visible-md.visible-xs {
 display: table-cell !important
 }
}

@media (min-width:768px) and (max-width:1023px) {
 .visible-md.visible-sm {
 display: block !important
 }
 
 tr.visible-md.visible-sm {
 display: table-row !important
 }
 
 th.visible-md.visible-sm, td.visible-md.visible-sm {
 display: table-cell !important
 }
}

@media (min-width:1024px) and (max-width:1129px) {
 .visible-md {
 display: block !important
 }
 
 tr.visible-md {
 display: table-row !important
 }
 
 th.visible-md, td.visible-md {
 display: table-cell !important
 }
}

@media (min-width:1130px) {
 .visible-md.visible-lg {
 display: block !important
 }

 tr.visible-md.visible-lg {
 display: table-row !important
 }

 th.visible-md.visible-lg, td.visible-md.visible-lg {
 display: table-cell !important
 }
}

.visible-lg {
 display: none !important
}

tr.visible-lg {
 display: none !important
}

th.visible-lg, td.visible-lg {
 display: none !important
}

@media (max-width:767px) {
 .visible-lg.visible-xs {
 display: block !important
 }

 tr.visible-lg.visible-xs {
 display: table-row !important
 }

 th.visible-lg.visible-xs, td.visible-lg.visible-xs {
 display: table-cell !important
 }
}

@media (min-width:768px) and (max-width:1023px) {
 .visible-lg.visible-sm {
 display: block !important
 }

 tr.visible-lg.visible-sm {
 display: table-row !important
 }

 th.visible-lg.visible-sm, td.visible-lg.visible-sm {
 display: table-cell !important
 }
}

@media (min-width:1024px) and (max-width:1129px) {
 .visible-lg.visible-md {
 display: block !important
 }

 tr.visible-lg.visible-md {
 display: table-row !important
 }

 th.visible-lg.visible-md, td.visible-lg.visible-md {
 display: table-cell !important
 }
}

@media (min-width:1130px) {
 .visible-lg {
 display: block !important
 }

 tr.visible-lg {
 display: table-row !important
 }

 th.visible-lg, td.visible-lg {
 display: table-cell !important
 }
}

.hidden-xs {
 display: block !important
}

tr.hidden-xs {
 display: table-row !important
}

th.hidden-xs, td.hidden-xs {
 display: table-cell !important
}

@media (max-width:767px) {
 .hidden-xs {
 display: none !important
 }

 tr.hidden-xs {
 display: none !important
 }

 th.hidden-xs, td.hidden-xs {
 display: none !important
 }
}

@media (min-width:768px) and (max-width:1023px) {
 .hidden-xs.hidden-sm {
 display: none !important
 }

 tr.hidden-xs.hidden-sm {
 display: none !important
 }

 th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
 display: none !important
 }
}

@media (min-width:1024px) and (max-width:1129px) {
 .hidden-xs.hidden-md {
 display: none !important
 }

 tr.hidden-xs.hidden-md {
 display: none !important
 }

 th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
 display: none !important
 }
}

@media (min-width:1130px) {
 .hidden-xs.hidden-lg {
 display: none !important
 }

 tr.hidden-xs.hidden-lg {
 display: none !important
 }

 th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
 display: none !important
 }
}

.hidden-sm {
 display: block !important
}

tr.hidden-sm {
 display: table-row !important
}

th.hidden-sm, td.hidden-sm {
 display: table-cell !important
}

@media (max-width:767px) {
 .hidden-sm.hidden-xs {
 display: none !important
 }

 tr.hidden-sm.hidden-xs {
 display: none !important
 }

 th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
 display: none !important
 }
}

@media (min-width:768px) and (max-width:1023px) {
 .hidden-sm {
 display: none !important
 }

 tr.hidden-sm {
 display: none !important
 }

 th.hidden-sm, td.hidden-sm {
 display: none !important
 }
}

@media (min-width:1024px) and (max-width:1129px) {
 .hidden-sm.hidden-md {
 display: none !important
 }

 tr.hidden-sm.hidden-md {
 display: none !important
 }

 th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
 display: none !important
 }
}

@media (min-width:1130px) {
 .hidden-sm.hidden-lg {
 display: none !important
 }

 tr.hidden-sm.hidden-lg {
 display: none !important
 }

 th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
 display: none !important
 }
}

.hidden-md {
 display: block !important
}

tr.hidden-md {
 display: table-row !important
}

th.hidden-md, td.hidden-md {
 display: table-cell !important
}

@media (max-width:767px) {
 .hidden-md.hidden-xs {
 display: none !important
 }

 tr.hidden-md.hidden-xs {
 display: none !important
 }

 th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
 display: none !important
 }
}

@media (min-width:768px) and (max-width:1023px) {
 .hidden-md.hidden-sm {
 display: none !important
 }

 tr.hidden-md.hidden-sm {
 display: none !important
 }

 th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
 display: none !important
 }
}

@media (min-width:1024px) and (max-width:1129px) {
 .hidden-md {
 display: none !important
 }

 tr.hidden-md {
 display: none !important
 }

 th.hidden-md, td.hidden-md {
 display: none !important
 }
}

@media (min-width:1130px) {
 .hidden-md.hidden-lg {
 display: none !important
 }

 tr.hidden-md.hidden-lg {
 display: none !important
 }

 th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
 display: none !important
 }
}

.hidden-lg {
 display: block !important
}

tr.hidden-lg {
 display: table-row !important
}

th.hidden-lg, td.hidden-lg {
 display: table-cell !important
}

@media (max-width:767px) {
 .hidden-lg.hidden-xs {
 display: none !important
 }

 tr.hidden-lg.hidden-xs {
 display: none !important
 }

 th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
 display: none !important
 }
}

@media (min-width:768px) and (max-width:1023px) {
 .hidden-lg.hidden-sm {
 display: none !important
 }

 tr.hidden-lg.hidden-sm {
 display: none !important
 }

 th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
 display: none !important
 }
}

@media (min-width:1024px) and (max-width:1129px) {
 .hidden-lg.hidden-md {
 display: none !important
 }

 tr.hidden-lg.hidden-md {
 display: none !important
 }

 th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
 display: none !important
 }
}

@media (min-width:1130px) {
 .hidden-lg {
 display: none !important
 }

 tr.hidden-lg {
 display: none !important
 }

 th.hidden-lg, td.hidden-lg {
 display: none !important
 }
}

.visible-print {
 display: none !important
}

tr.visible-print {
 display: none !important
}

th.visible-print, td.visible-print {
 display: none !important
}

@media print {
 .visible-print {
 display: block !important
 }

 tr.visible-print {
 display: table-row !important
 }

 th.visible-print, td.visible-print {
 display: table-cell !important
 }

 .hidden-print {
 display: none !important
 }

 tr.hidden-print {
 display: none !important
 }

 th.hidden-print, td.hidden-print {
 display: none !important
 }
}