/* Webfont: Lato-Thin */
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Thin.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Thin.woff2") format("woff2"), url("../fonts/Lato-Thin.woff") format("woff"), url("../fonts/Lato-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  text-rendering: auto; }
/* Webfont: Lato-Regular */
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  text-rendering: auto; }
/* Webfont: Lato-Semibold */
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Semibold.woff2") format("woff2"), url("../fonts/Lato-Semibold.woff") format("woff"), url("../fonts/Lato-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  text-rendering: auto; }
/* Webfont: Lato-Bold */
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  text-rendering: auto; }
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

.fa-flip-horizontal {
  -ms-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 {
  -ms-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-pp:before {
  content: "\f1a7"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-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-resistance: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: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"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

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

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* FONTELLO PER SOCIALS */
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?45918142");
  src: url("../fonts/fontello.eot?45918142#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?45918142") format("woff2"), url("../fonts/fontello.woff?45918142") format("woff"), url("../fonts/fontello.ttf?45918142") format("truetype"), url("../fonts/fontello.svg?45918142#fontello") format("svg");
  font-weight: 400;
  font-style: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-rss:before {
  content: '\e800'; }

.icon-gplus-1:before {
  content: '\f05a'; }

.icon-twitter:before {
  content: '\f099'; }

.icon-facebook:before {
  content: '\f09a'; }

.icon-instagram:before {
  content: '\f16d'; }

.icon-pinterest-1:before {
  content: '\f231'; }

/*
@mixin placeholder( $color ) {
	::-webkit-input-placeholder {
	   color: $color;
	}
	
	:-moz-placeholder {
	   color: $color;  
	}
	
	::-moz-placeholder {
	   color: $color;  
	}
	
	:-ms-input-placeholder {  
	   color: $color;  
	}
}
*/
@media (max-width: 1199px) {
  .only-desktop {
    display: none !important; } }

@media (min-width: 481px) {
  .flip-mobile {
    display: none !important; } }

@media (max-width: 481px) {
  .flip-other {
    display: none !important; } }

@media (min-width: 950px) {
  .flip-tablet-landscape {
    display: none !important; } }

@media (max-width: 950px) {
  .flip-tl-other {
    display: none !important; } }

@media (min-width: 768px) {
  .tablet-item {
    display: none !important; } }

@media (max-width: 991px) {
  .laptop-item {
    display: none !important; } }

.text-color-1 {
  color: #000; }

.text-color-2 {
  color: #A4A1A1; }

.text-color-3 {
  color: #FFF; }

.text-color-4 {
  color: #FFFE01; }

.text-color-5 {
  color: #828282; }

.text-color-6 {
  color: #01ff01; }

.text-color-7 {
  color: #F6F6F6; }

.text-color-8 {
  color: #e9e9e9; }

.text-color-9 {
  color: #e72323; }

.lato_bold {
  font-weight: 700;
  font-family: 'Lato', sans-serif; }

.lato_semibold {
  font-weight: 600;
  font-family: 'Lato', sans-serif; }

.lato_regular {
  font-weight: 400;
  font-family: 'Lato', sans-serif; }

.lato_thin {
  font-weight: 300;
  font-family: 'Lato', sans-serif; }

.size-14 {
  font-size: 0.875em; }

.size-16 {
  font-size: 1em; }

.size-18 {
  font-size: 1.125em; }

.size-20 {
  font-size: 1.25em; }

.size-22 {
  font-size: 1.375em; }

.size-24 {
  font-size: 1.5em; }

.green {
  background-color: #01ff01 !important; }

html {
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 400; }
  @media (min-width: 481px) and (max-width: 768px) {
    html {
      font-size: 8px; } }
  @media (max-width: 481px) {
    html {
      font-size: 9px; } }

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  background-color: transparent; }

a, a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
  font-size: 1em;
  text-shadow: none !important; }

a, a:visited, a:active, a:focus {
  color: #A4A1A1; }

a:hover {
  background-color: #FFFE01;
  color: #000;
  text-decoration: underline;
  -webkit-transition: background-color 250ms linear;
  -moz-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear; }

input {
  border-radius: 0; }

ins {
  text-decoration: none; }

p {
  font-size: 1em; }

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

li {
  list-style: none;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 1.5em;
  font-weight: 700; }

h2 {
  font-size: 1.375em;
  font-weight: 700; }

@keyframes affixFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes affixFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes affixSlideLeftIn {
  from {
    top: -50px; }
  to {
    top: 0px; } }
@-webkit-keyframes affixSlideLeftIn {
  from {
    top: -50px; }
  to {
    top: 0px; } }
.row.no-gutter {
  margin-left: 0;
  margin-right: 0; }

.row.no-gutter [class*='col-']::first-child {
  padding-left: 0; }

.row.no-gutter [class*='col-']::last-child {
  padding-right: 0; }

.mb-15 {
  margin-bottom: 15px; }

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

.uppercase {
  text-transform: uppercase !important; }

.lowercase {
  text-transform: lowercase !important; }

.circle {
  width: 100%;
  border-radius: 50%;
  text-align: center;
  padding: 50% 0;
  line-height: 0;
  position: relative; }

.source-readers, a.source-readers {
  background: #01ff01;
  color: #000;
  padding: 0 5px 0 1px !important; }
  .source-readers:hover, a.source-readers:hover {
    text-decoration: underline;
    background: #01ff01;
    color: #000; }

.padding-box-5 {
  padding: 5px; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.padding-mobile {
  padding: 0; }
  @media (min-width: 481px) and (max-width: 768px) {
    .padding-mobile {
      padding: 0 10px; } }
  @media (max-width: 481px) {
    .padding-mobile {
      padding: 0 10px; } }

#page404 {
  position: relative;
  width: 100%;
  height: 500px; }
  #page404 img {
    height: 500px;
    width: auto;
    margin: 0 -578px;
    position: absolute;
    left: 50%;
    top: 0; }

.page-404 {
  font-size: 1.375em;
  font-weight: 700; }

.msg-404 {
  font-size: 1.125em;
  font-weight: 400; }

.dboom-bollino {
  display: block; }
  .dboom-bollino.show-counter {
    display: none; }

.dboom-views {
  display: none; }
  .dboom-views.show-counter {
    display: block; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

a.dboom-title-link {
  color: #000; }
  a.dboom-title-link:hover {
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    opacity: 0.8; }

.dboom-wrapper {
  width: 1170px;
  margin: 0 auto;
  padding: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .dboom-wrapper {
      width: 972px; } }
  @media (min-width: 950px) and (max-width: 991px) {
    .dboom-wrapper {
      width: 930px; } }
  @media (min-width: 769px) and (max-width: 949px) {
    .dboom-wrapper {
      width: 768px; } }
  @media (min-width: 481px) and (max-width: 768px) {
    .dboom-wrapper {
      width: 100%; } }
  @media (max-width: 481px) {
    .dboom-wrapper {
      width: 100%; } }

.dboom-sidebar {
  position: relative;
  width: 300px;
  float: right;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  @media (min-width: 769px) and (max-width: 949px) {
    .dboom-sidebar {
      display: none; } }
  @media (min-width: 481px) and (max-width: 768px) {
    .dboom-sidebar {
      display: none; } }
  @media (max-width: 481px) {
    .dboom-sidebar {
      display: none; } }

.main-content {
  overflow: hidden; }

.repair-scroll {
  margin-top: 2500px; }

.aside-affixable {
  width: 300px; }

.aside-affixable.affix {
  top: 40px;
  z-index: 10;
  position: fixed; }

.page-content-adjust .aside-affixable.affix {
  top: 80px; }

#dboom-badge .page-content-adjust .sidebar-gap #main-sidebar-title {
  display: block;
  height: 70px; }

.dboom-container {
  float: left;
  width: 835px;
  margin: 0;
  padding: 0;
  overflow: auto; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .dboom-container {
      width: 637px; } }
  @media (min-width: 950px) and (max-width: 991px) {
    .dboom-container {
      width: 595px; } }
  @media (min-width: 769px) and (max-width: 949px) {
    .dboom-container {
      width: 768px; } }
  @media (min-width: 481px) and (max-width: 768px) {
    .dboom-container {
      width: 100%;
      float: none; } }
  @media (max-width: 481px) {
    .dboom-container {
      width: 100%;
      float: none; } }

.page-content {
  margin-top: 10px; }
  @media (max-width: 481px) {
    .page-content {
      margin: 0; } }

.header-tag-description {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #c3c3c3; }

.dboom-page-heading-title h1 {
  font-size: 22px;
  margin: 0;
  padding: 0; }

.fa-fake-pinterest {
  font-family: "fontello" !important; }
  .fa-fake-pinterest:before {
    content: "\f231"; }

.fa-fake-google-plus {
  font-family: "fontello" !important; }
  .fa-fake-google-plus:before {
    content: "\f05a"; }

.dboom-shares {
  position: absolute;
  width: auto;
  left: 10px;
  bottom: 10px;
  height: 42px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 481px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 481px), only screen and (min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min-resolution: 192dpi) and (max-width: 481px), only screen and (min-resolution: 2dppx) and (max-width: 481px) {
    .dboom-shares {
      /* Small screen, retina, stuff to override above media query */
      height: 52px; } }
  .dboom-shares .dboom-shares-box {
    width: 42px;
    height: 42px;
    z-index: 10;
    position: absolute;
    left: 0px;
    top: 0; }
    @media (max-width: 481px) {
      .dboom-shares .dboom-shares-box {
        left: auto;
        right: 10px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 481px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 481px), only screen and (min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min-resolution: 192dpi) and (max-width: 481px), only screen and (min-resolution: 2dppx) and (max-width: 481px) {
      .dboom-shares .dboom-shares-box {
        /* Small screen, retina, stuff to override above media query */
        height: 52px;
        width: 52px; } }
    .dboom-shares .dboom-shares-box .dboom-shares-counter {
      font-weight: 600;
      color: #000;
      background: #FFFE01;
      font-size: 1.00em; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 481px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 481px), only screen and (min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min-resolution: 192dpi) and (max-width: 481px), only screen and (min-resolution: 2dppx) and (max-width: 481px) {
        .dboom-shares .dboom-shares-box .dboom-shares-counter {
          /* Small screen, retina, stuff to override above media query */
          font-size: 1.250em; } }
  .dboom-shares .dsi {
    width: 42px;
    height: 42px;
    border: 0 none;
    border-radius: 50%;
    color: #FFF;
    z-index: 9;
    position: absolute;
    left: 0px;
    top: 0;
    opacity: 0;
    font-size: 1.375em; }
    @media (max-width: 481px) {
      .dboom-shares .dsi {
        left: auto;
        right: 10px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 481px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 481px), only screen and (min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min-resolution: 192dpi) and (max-width: 481px), only screen and (min-resolution: 2dppx) and (max-width: 481px) {
      .dboom-shares .dsi {
        /* Small screen, retina, stuff to override above media query */
        font-size: 1.875em;
        height: 52px;
        width: 52px; } }
  .dboom-shares .dsi-facebook {
    background: #3b5998;
    border: 1px solid #3b5998;
    padding: 3px 10px 0px 12px; }
  .dboom-shares .dsi-twitter {
    background: #4099FF;
    border: 1px solid #4099FF;
    padding: 3px 10px 0px 10px; }
  .dboom-shares .dsi-pinterest {
    background: #cb2027;
    border: 1px solid #cb2027;
    padding: 3px 10px 0px 11px; }
  .dboom-shares .dsi-google-plus {
    background: #D34836;
    border: 1px solid #D34836;
    padding: 3px 10px 0px 10px; }
  .dboom-shares:hover, .dboom-shares.open {
    width: 100%; }
    @media (max-width: 481px) {
      .dboom-shares:hover, .dboom-shares.open {
        left: 0;
        right: 0; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 481px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 481px), only screen and (min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min-resolution: 192dpi) and (max-width: 481px), only screen and (min-resolution: 2dppx) and (max-width: 481px) {
      .dboom-shares:hover, .dboom-shares.open {
        /* Small screen, retina, stuff to override above media query */
        left: 0;
        right: 0; } }
  .dboom-shares:hover .dsi-facebook, .dboom-shares.open .dsi-facebook {
    left: 50px;
    opacity: 1;
    transition: 0.3s; }
    @media (max-width: 481px) {
      .dboom-shares:hover .dsi-facebook, .dboom-shares.open .dsi-facebook {
        left: auto;
        right: 60px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 481px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 481px), only screen and (min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min-resolution: 192dpi) and (max-width: 481px), only screen and (min-resolution: 2dppx) and (max-width: 481px) {
      .dboom-shares:hover .dsi-facebook, .dboom-shares.open .dsi-facebook {
        /* Small screen, retina, stuff to override above media query */
        left: auto;
        right: 70px; } }
  .dboom-shares:hover .dsi-twitter, .dboom-shares.open .dsi-twitter {
    left: 100px;
    opacity: 1;
    transition: 0.3s; }
    @media (max-width: 481px) {
      .dboom-shares:hover .dsi-twitter, .dboom-shares.open .dsi-twitter {
        left: auto;
        right: 110px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 481px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 481px), only screen and (min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min-resolution: 192dpi) and (max-width: 481px), only screen and (min-resolution: 2dppx) and (max-width: 481px) {
      .dboom-shares:hover .dsi-twitter, .dboom-shares.open .dsi-twitter {
        /* Small screen, retina, stuff to override above media query */
        left: auto;
        right: 130px; } }
  .dboom-shares:hover .dsi-pinterest, .dboom-shares.open .dsi-pinterest {
    left: 150px;
    opacity: 1;
    transition: 0.3s; }
    @media (max-width: 481px) {
      .dboom-shares:hover .dsi-pinterest, .dboom-shares.open .dsi-pinterest {
        left: auto;
        right: 160px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 481px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 481px), only screen and (min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min-resolution: 192dpi) and (max-width: 481px), only screen and (min-resolution: 2dppx) and (max-width: 481px) {
      .dboom-shares:hover .dsi-pinterest, .dboom-shares.open .dsi-pinterest {
        /* Small screen, retina, stuff to override above media query */
        left: auto;
        right: 190px; } }
  .dboom-shares:hover .dsi-google-plus, .dboom-shares.open .dsi-google-plus {
    left: 200px;
    opacity: 1;
    transition: 0.3s; }
    @media (max-width: 481px) {
      .dboom-shares:hover .dsi-google-plus, .dboom-shares.open .dsi-google-plus {
        left: auto;
        right: 210px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 481px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 481px), only screen and (min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min-resolution: 192dpi) and (max-width: 481px), only screen and (min-resolution: 2dppx) and (max-width: 481px) {
      .dboom-shares:hover .dsi-google-plus, .dboom-shares.open .dsi-google-plus {
        /* Small screen, retina, stuff to override above media query */
        left: auto;
        right: 250px; } }
  .dboom-shares:hover + .dboom-source {
    opacity: 0.5; }
    @media (max-width: 481px) {
      .dboom-shares:hover + .dboom-source {
        opacity: inherit; } }
  .dboom-shares.closedd .dsi-facebook, .dboom-shares.closedd .dsi-twitter, .dboom-shares.closedd .dsi-pinterest, .dboom-shares.closedd .dsi-google-plus {
    left: auto !important;
    right: 10px !important; }
  @media (max-width: 481px) {
    .dboom-shares {
      right: 0px;
      left: auto;
      top: 10px;
      width: auto; } }

.dboom-social-addthis {
  display: block;
  width: 100%;
  margin: 15px 0 0 0;
  padding: 0 0 30px 0; }
  .dboom-social-addthis .dboom-shares-addthis {
    overflow: hidden; }
    .dboom-social-addthis .dboom-shares-addthis .addthis-item {
      float: left;
      display: block;
      margin: 0 20px 0 0; }
      .dboom-social-addthis .dboom-shares-addthis .addthis-item .dsi {
        width: 42px;
        height: 42px;
        border: 2px solid;
        border-radius: 50%;
        background-color: #FFF;
        font-size: 1.375em;
        display: block;
        margin: 15px auto 0 auto; }
        .dboom-social-addthis .dboom-shares-addthis .addthis-item .dsi.dsi-facebook {
          color: #3b5998;
          border: 2px solid #3b5998;
          padding: 3px 10px 0px 12px; }
          .dboom-social-addthis .dboom-shares-addthis .addthis-item .dsi.dsi-facebook:hover {
            background: #3b5998;
            color: #FFF;
            text-decoration: none; }
        .dboom-social-addthis .dboom-shares-addthis .addthis-item .dsi.dsi-twitter {
          color: #4099FF;
          border: 2px solid #4099FF;
          padding: 3px 10px 0px 10px; }
          .dboom-social-addthis .dboom-shares-addthis .addthis-item .dsi.dsi-twitter:hover {
            background: #4099FF;
            color: #FFF;
            text-decoration: none; }
        .dboom-social-addthis .dboom-shares-addthis .addthis-item .dsi.dsi-pinterest {
          color: #cb2027;
          border: 2px solid #cb2027;
          padding: 3px 10px 0px 11px; }
          .dboom-social-addthis .dboom-shares-addthis .addthis-item .dsi.dsi-pinterest:hover {
            background: #cb2027;
            color: #FFF;
            text-decoration: none; }
        .dboom-social-addthis .dboom-shares-addthis .addthis-item .dsi.dsi-google-plus {
          color: #D34836;
          border: 2px solid #D34836;
          padding: 3px 10px 0px 10px; }
          .dboom-social-addthis .dboom-shares-addthis .addthis-item .dsi.dsi-google-plus:hover {
            background: #D34836;
            color: #FFF;
            text-decoration: none; }
      .dboom-social-addthis .dboom-shares-addthis .addthis-item .speech-bubble {
        background-color: transparent;
        border: 1px solid #9a9a9a;
        border-radius: 5px;
        color: #9a9a9a;
        font-family: sans-serif;
        height: 30px;
        line-height: 30px;
        margin: 12px auto;
        position: relative;
        text-align: center;
        width: 60px;
        font-size: 16px; }
      .dboom-social-addthis .dboom-shares-addthis .addthis-item .speech-bubble:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border: 7px solid; }
      .dboom-social-addthis .dboom-shares-addthis .addthis-item .speech-bubble-top:after {
        border-top-color: #9A9A9A;
        left: 50%;
        top: 102%;
        margin-left: -7px;
        color: #FFF; }
      @media (min-width: 481px) and (max-width: 768px) {
        .dboom-social-addthis .dboom-shares-addthis .addthis-item {
          margin: 0 15px 0 0; } }
      @media (max-width: 481px) {
        .dboom-social-addthis .dboom-shares-addthis .addthis-item {
          margin: 0 15px 0 0; } }
  @media (max-width: 481px) {
    .dboom-social-addthis {
      padding: 0px 15px 30px 15px; } }
  @media (min-width: 481px) and (max-width: 768px) {
    .dboom-social-addthis {
      margin: 0px 15px 30px 15px; } }

.dboom-container-block {
  border: 0 none; }
  .dboom-container-block:before, .dboom-container-block:after {
    content: " ";
    display: table; }
  .dboom-container-block:after {
    clear: both; }
  .dboom-container-block.dboom-container-block-title-bottom h2 {
    font-size: 1.750em; }
    @media (min-width: 481px) and (max-width: 768px) {
      .dboom-container-block.dboom-container-block-title-bottom h2 {
        margin: 0px 15px 10px 15px; } }
    @media (max-width: 481px) {
      .dboom-container-block.dboom-container-block-title-bottom h2 {
        margin: 0px 15px 10px 15px; } }
  .dboom-container-block.dboom-container-block-title h2 {
    margin: 0 0 10px 0;
    font-weight: 600;
    font-size: 1.375em;
    text-transform: capitalize;
    color: #000; }
    .dboom-container-block.dboom-container-block-title h2 a {
      color: #000; }
  .dboom-container-block.dboom-container-block-title h1 {
    margin: 0 0 10px 0;
    font-weight: 600;
    font-size: 1.375em;
    color: #000; }
    .dboom-container-block.dboom-container-block-title h1 a {
      color: #000; }
  @media (max-width: 481px) {
    .dboom-container-block.dboom-container-block-title {
      display: none; } }
  .dboom-container-block .dboom-title {
    font-size: 1.375em;
    font-weight: 600;
    color: #000;
    padding: 10px;
    margin: 0px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .dboom-container-block .dboom-title {
        font-size: 1.375em;
        padding: 5px 10px; } }
    @media (min-width: 950px) and (max-width: 991px) {
      .dboom-container-block .dboom-title {
        font-size: 1.250em;
        padding: 10px; } }
    @media (min-width: 769px) and (max-width: 949px) {
      .dboom-container-block .dboom-title {
        font-size: 1.250em;
        padding: 5px 10px; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .dboom-container-block .dboom-title {
        font-size: 1.250em;
        padding: 5px 15px 5px 15px; } }
    @media (max-width: 481px) {
      .dboom-container-block .dboom-title {
        font-size: 1.250em;
        padding: 5px 15px 5px 15px; } }
  .dboom-container-block .dboom-excerpt {
    font-size: 1.125em;
    font-weight: 400;
    color: #000;
    padding: 0 10px;
    min-height: 75px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .dboom-container-block .dboom-excerpt {
        height: 75px;
        overflow: hidden; } }
    @media (min-width: 769px) and (max-width: 949px) {
      .dboom-container-block .dboom-excerpt {
        height: 75px;
        overflow: hidden; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .dboom-container-block .dboom-excerpt {
        padding: 0 15px; } }
    @media (max-width: 481px) {
      .dboom-container-block .dboom-excerpt {
        padding: 0 15px; } }
  .dboom-container-block .dboom-category {
    padding: 0 10px;
    margin: 0 0 10px 0;
    font-weight: 400;
    color: #A4A1A1;
    font-size: 22px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .dboom-container-block .dboom-category {
        font-size: 22px; } }
    @media (min-width: 769px) and (max-width: 949px) {
      .dboom-container-block .dboom-category {
        font-size: 22px; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .dboom-container-block .dboom-category {
        padding: 0 15px;
        font-size: 20px; } }
    @media (max-width: 481px) {
      .dboom-container-block .dboom-category {
        padding: 0 15px; } }
    .dboom-container-block .dboom-category a {
      font-weight: 400;
      color: #A4A1A1;
      padding: 0 0 2px 0; }
  .dboom-container-block .dboom-tags {
    font-weight: 400;
    color: #A4A1A1;
    padding: 0 10px;
    min-height: 56px;
    font-size: 18px; }
    @media (min-width: 481px) and (max-width: 768px) {
      .dboom-container-block .dboom-tags {
        font-size: 17px;
        padding: 0 15px; } }
    @media (max-width: 481px) {
      .dboom-container-block .dboom-tags {
        padding: 0 15px; } }
    .dboom-container-block .dboom-tags a {
      font-weight: 400;
      color: #A4A1A1;
      padding: 0 0 2px 0; }
    .dboom-container-block .dboom-tags a:before {
      content: "#";
      font-weight: 400; }
  .dboom-container-block .dboom-image .date-info {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 0 3px 0 3px;
    font-size: 18px;
    font-weight: 700; }
  .dboom-container-block .dboom-image:hover .date-info {
    display: block; }
    @media (max-width: 481px) {
      .dboom-container-block .dboom-image:hover .date-info {
        display: none; } }
  .dboom-container-block .dboom-image a {
    background-color: transparent; }
    .dboom-container-block .dboom-image a:hover {
      background-color: transparent; }
    .dboom-container-block .dboom-image a img:hover {
      opacity: 0.6;
      filter: alpha(opacity=60);
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -ms-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }
  .dboom-container-block .dboom-info {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    position: relative;
    overflow: hidden; }
    .dboom-container-block .dboom-info:before, .dboom-container-block .dboom-info:after {
      content: " ";
      display: table; }
    .dboom-container-block .dboom-info:after {
      clear: both; }
    @media (max-width: 481px) {
      .dboom-container-block .dboom-info {
        padding: 0 15px; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .dboom-container-block .dboom-info {
        padding: 0 15px; } }
    .dboom-container-block .dboom-info .dboom-source {
      position: absolute;
      right: 10px;
      top: 0; }
      .dboom-container-block .dboom-info .dboom-source a {
        font-size: 1.125em;
        font-weight: 600;
        padding: 0 5px 2px 5px;
        margin: 0 0 0 5px; }
        .dboom-container-block .dboom-info .dboom-source a:first-child {
          padding: 0 5px 2px 0px;
          margin: 0; }
        @media (max-width: 481px) {
          .dboom-container-block .dboom-info .dboom-source a {
            font-size: 1.250em; } }
  .dboom-container-block .dboom-views {
    font-size: 1.375em;
    font-weight: 700; }
  .dboom-container-block .dboom-category-block {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0; }
    @media (min-width: 481px) and (max-width: 768px) {
      .dboom-container-block .dboom-category-block {
        margin: 0 10px; } }
    .dboom-container-block .dboom-category-block .dboom-article-category {
      width: 400px;
      margin: 0 35px 35px 0;
      padding: 0 0 10px 0;
      background-color: #F6F6F6;
      position: relative;
      float: left; }
      .dboom-container-block .dboom-category-block .dboom-article-category:nth-child(even) {
        margin: 0 0px 35px 0; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .dboom-container-block .dboom-category-block .dboom-article-category {
          width: 47%;
          margin: 0; }
          .dboom-container-block .dboom-category-block .dboom-article-category:nth-child(odd) {
            margin-right: 5%; } }
      @media (min-width: 950px) and (max-width: 991px) {
        .dboom-container-block .dboom-category-block .dboom-article-category {
          width: 47%;
          margin: 0; }
          .dboom-container-block .dboom-category-block .dboom-article-category:nth-child(odd) {
            margin-right: 5%; } }
      @media (min-width: 769px) and (max-width: 949px) {
        .dboom-container-block .dboom-category-block .dboom-article-category {
          width: 47%;
          margin: 0; }
          .dboom-container-block .dboom-category-block .dboom-article-category:nth-child(odd) {
            margin-right: 5%; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .dboom-container-block .dboom-category-block .dboom-article-category {
          width: 46%;
          margin: 0; }
          .dboom-container-block .dboom-category-block .dboom-article-category:nth-child(odd) {
            margin-right: 5%; } }
      @media (max-width: 481px) {
        .dboom-container-block .dboom-category-block .dboom-article-category {
          width: 100%;
          float: left;
          margin: 0; }
          .dboom-container-block .dboom-category-block .dboom-article-category:nth-child(even) {
            margin: 0; } }
      .dboom-container-block .dboom-category-block .dboom-article-category .dboom-image {
        margin: 0px;
        padding: 0px;
        position: relative;
        width: 100%;
        height: auto;
        min-height: 320px; }
        .dboom-container-block .dboom-category-block .dboom-article-category .dboom-image:hover .date-info {
          display: block; }
          @media (max-width: 481px) {
            .dboom-container-block .dboom-category-block .dboom-article-category .dboom-image:hover .date-info {
              display: none; } }
        .dboom-container-block .dboom-category-block .dboom-article-category .dboom-image a {
          color: #A4A1A1; }
          .dboom-container-block .dboom-category-block .dboom-article-category .dboom-image a img {
            max-width: 100%;
            height: auto; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .dboom-container-block .dboom-category-block .dboom-article-category .dboom-image {
            min-height: auto;
            height: auto; } }
        @media (min-width: 950px) and (max-width: 991px) {
          .dboom-container-block .dboom-category-block .dboom-article-category .dboom-image {
            min-height: auto;
            height: auto; } }
        @media (min-width: 769px) and (max-width: 949px) {
          .dboom-container-block .dboom-category-block .dboom-article-category .dboom-image {
            min-height: auto;
            height: auto; } }
        @media (min-width: 481px) and (max-width: 768px) {
          .dboom-container-block .dboom-category-block .dboom-article-category .dboom-image {
            min-height: auto;
            height: auto; } }
        @media (max-width: 481px) {
          .dboom-container-block .dboom-category-block .dboom-article-category .dboom-image {
            min-height: auto;
            height: auto; } }
      .dboom-container-block .dboom-category-block .dboom-article-category .dboom-title {
        font-weight: 700;
        min-height: 87px;
        font-size: 1.375em;
        padding: 10px 10px 5px 10px; }
        @media (min-width: 481px) and (max-width: 768px) {
          .dboom-container-block .dboom-category-block .dboom-article-category .dboom-title {
            font-size: 1.375em;
            padding: 10px 15px 5px 15px; } }
        @media (max-width: 481px) {
          .dboom-container-block .dboom-category-block .dboom-article-category .dboom-title {
            min-height: auto;
            font-size: 1.500em;
            padding: 10px 15px 5px 15px; } }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 481px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 481px), only screen and (min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min-resolution: 192dpi) and (max-width: 481px), only screen and (min-resolution: 2dppx) and (max-width: 481px) {
          .dboom-container-block .dboom-category-block .dboom-article-category .dboom-title {
            /* Small screen, retina, stuff to override above media query */ } }
      .dboom-container-block .dboom-category-block .dboom-article-category .dboom-category {
        margin: 0 0 5px 0; }
        @media (max-width: 481px) {
          .dboom-container-block .dboom-category-block .dboom-article-category .dboom-category {
            font-size: 1.125em;
            font-weight: 600; } }
      .dboom-container-block .dboom-category-block .dboom-article-category .dboom-project-id {
        padding: 10px 10px 5px 10px;
        font-size: 1.375em;
        font-weight: 700; }
      .dboom-container-block .dboom-category-block .dboom-article-category .dboom-excerpt {
        min-height: 100px;
        height: auto;
        margin: 0 0 0px 0; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .dboom-container-block .dboom-category-block .dboom-article-category .dboom-excerpt {
            height: auto;
            overflow: hidden; } }
        @media (min-width: 769px) and (max-width: 949px) {
          .dboom-container-block .dboom-category-block .dboom-article-category .dboom-excerpt {
            height: auto;
            overflow: hidden; } }
      .dboom-container-block .dboom-category-block .dboom-article-category .dboom-tags {
        margin-bottom: 0px;
        font-size: 1.125em;
        white-space: nowrap;
        overflow: hidden; }
        @media (max-width: 481px) {
          .dboom-container-block .dboom-category-block .dboom-article-category .dboom-tags {
            display: none; } }
      @media (max-width: 481px) {
        .dboom-container-block .dboom-category-block .dboom-article-category .dboom-info .dboom-source {
          position: relative;
          right: inherit;
          top: inherit; } }
      .dboom-container-block .dboom-category-block .dboom-article-category.dboom-article-competition .dboom-tags {
        color: #000;
        font-weight: 700;
        min-height: inherit; }
  .dboom-container-block .dboom-most-recents {
    float: left;
    width: 300px;
    margin-right: 35px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .dboom-container-block .dboom-most-recents {
        width: 226px; } }
    @media (min-width: 950px) and (max-width: 991px) {
      .dboom-container-block .dboom-most-recents {
        width: 210px; } }
    @media (min-width: 769px) and (max-width: 949px) {
      .dboom-container-block .dboom-most-recents {
        width: 281.25px; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .dboom-container-block .dboom-most-recents {
        width: 34%;
        margin: 0 auto 0 2%;
        float: left; } }
    @media (max-width: 481px) {
      .dboom-container-block .dboom-most-recents {
        width: 100%;
        float: left;
        margin: 0; } }
    .dboom-container-block .dboom-most-recents .dboom-article-most-recent {
      width: 100%;
      margin: 0 0 35px 0;
      padding: 0 0 10px 0;
      background-color: #F6F6F6;
      position: relative; }
      @media (max-width: 481px) {
        .dboom-container-block .dboom-most-recents .dboom-article-most-recent {
          margin: 0 0 0 0; } }
      .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-image {
        margin: 0px;
        padding: 0px;
        position: relative;
        width: 100%;
        min-height: 240px;
        height: auto; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-image {
            min-height: auto;
            height: auto; } }
        @media (min-width: 950px) and (max-width: 991px) {
          .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-image {
            min-height: auto;
            height: auto; } }
        @media (min-width: 769px) and (max-width: 949px) {
          .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-image {
            min-height: auto;
            height: auto; } }
        @media (min-width: 481px) and (max-width: 768px) {
          .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-image {
            min-height: auto;
            height: auto; } }
        @media (max-width: 481px) {
          .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-image {
            min-height: auto;
            height: auto; } }
        .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-image a {
          color: #A4A1A1; }
          .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-image a img {
            max-width: 100%;
            height: auto; }
      .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-title {
        min-height: 118px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-title {
            font-size: 19px;
            padding-bottom: 0;
            min-height: 112px; } }
        @media (min-width: 950px) and (max-width: 991px) {
          .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-title {
            font-size: 1.24em;
            padding: 10px 10px 7px 10px;
            min-height: 110px; } }
        @media (min-width: 769px) and (max-width: 949px) {
          .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-title {
            font-size: 20px;
            padding: 10px;
            min-height: 93px; } }
        @media (min-width: 481px) and (max-width: 768px) {
          .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-title {
            font-size: 20px;
            padding-bottom: 0; } }
        @media (max-width: 481px) {
          .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-title {
            min-height: auto;
            font-size: 1.500em; } }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 481px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 481px), only screen and (min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min-resolution: 192dpi) and (max-width: 481px), only screen and (min-resolution: 2dppx) and (max-width: 481px) {
          .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-title {
            /* Small screen, retina, stuff to override above media query */
            font-weight: 700; } }
      .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-excerpt {
        display: none; }
        @media (max-width: 481px) {
          .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-excerpt {
            display: block; } }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 481px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 481px), only screen and (min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min-resolution: 192dpi) and (max-width: 481px), only screen and (min-resolution: 2dppx) and (max-width: 481px) {
          .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-excerpt {
            /* Small screen, retina, stuff to override above media query */
            font-size: 1.250em; } }
      .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-category {
        padding: 0 10px;
        margin: 1px 0 10px 0; }
        @media (min-width: 769px) and (max-width: 949px) {
          .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-category {
            margin: 6px 0 10px 0; } }
        @media (min-width: 481px) and (max-width: 768px) {
          .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-category {
            margin: 7px 0 10px 0; } }
        @media (max-width: 481px) {
          .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-category {
            font-size: 1.250em;
            font-weight: 600; } }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 481px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 481px), only screen and (min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min-resolution: 192dpi) and (max-width: 481px), only screen and (min-resolution: 2dppx) and (max-width: 481px) {
          .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-category {
            /* Small screen, retina, stuff to override above media query */
            font-size: 1.500em; } }
      .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-tags {
        display: none; }
      @media (max-width: 481px) {
        .dboom-container-block .dboom-most-recents .dboom-article-most-recent .dboom-info .dboom-source {
          position: relative;
          right: inherit;
          top: inherit; } }
  .dboom-container-block .dboom-highlights {
    float: left;
    width: 500px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .dboom-container-block .dboom-highlights {
        width: 376px; } }
    @media (min-width: 950px) and (max-width: 991px) {
      .dboom-container-block .dboom-highlights {
        width: 350px; } }
    @media (min-width: 769px) and (max-width: 949px) {
      .dboom-container-block .dboom-highlights {
        width: 451.75px; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .dboom-container-block .dboom-highlights {
        width: 59%;
        margin: 0 2% 0 0;
        float: right; } }
    @media (max-width: 481px) {
      .dboom-container-block .dboom-highlights {
        width: 100%;
        float: right; } }
    .dboom-container-block .dboom-highlights .dboom-article-highlight {
      width: 100%;
      margin: 0 0 35px 0;
      padding: 0 0 10px 0;
      background-color: #F6F6F6;
      position: relative; }
      @media (max-width: 481px) {
        .dboom-container-block .dboom-highlights .dboom-article-highlight {
          margin: 0 0 0 0; } }
      .dboom-container-block .dboom-highlights .dboom-article-highlight .dboom-image {
        margin: 0px;
        padding: 0px;
        position: relative;
        width: 100%;
        min-height: 400px;
        height: auto; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .dboom-container-block .dboom-highlights .dboom-article-highlight .dboom-image {
            min-height: auto;
            height: auto; } }
        @media (min-width: 950px) and (max-width: 991px) {
          .dboom-container-block .dboom-highlights .dboom-article-highlight .dboom-image {
            min-height: auto;
            height: auto; } }
        @media (min-width: 769px) and (max-width: 949px) {
          .dboom-container-block .dboom-highlights .dboom-article-highlight .dboom-image {
            min-height: auto;
            height: auto; } }
        @media (min-width: 481px) and (max-width: 768px) {
          .dboom-container-block .dboom-highlights .dboom-article-highlight .dboom-image {
            max-width: 500px;
            float: none;
            margin: 0px auto;
            min-height: auto;
            height: auto; } }
        @media (max-width: 481px) {
          .dboom-container-block .dboom-highlights .dboom-article-highlight .dboom-image {
            min-height: auto;
            height: auto; } }
        .dboom-container-block .dboom-highlights .dboom-article-highlight .dboom-image a img {
          max-width: 100%;
          height: auto; }
      .dboom-container-block .dboom-highlights .dboom-article-highlight .dboom-title {
        font-weight: 700;
        min-height: 68px; }
        @media (min-width: 769px) and (max-width: 949px) {
          .dboom-container-block .dboom-highlights .dboom-article-highlight .dboom-title {
            min-height: 54px; } }
        @media (min-width: 481px) and (max-width: 768px) {
          .dboom-container-block .dboom-highlights .dboom-article-highlight .dboom-title {
            min-height: auto; } }
        @media (max-width: 481px) {
          .dboom-container-block .dboom-highlights .dboom-article-highlight .dboom-title {
            min-height: auto;
            font-size: 1.500em; } }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 481px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 481px), only screen and (min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min-resolution: 192dpi) and (max-width: 481px), only screen and (min-resolution: 2dppx) and (max-width: 481px) {
          .dboom-container-block .dboom-highlights .dboom-article-highlight .dboom-title {
            /* Small screen, retina, stuff to override above media query */ } }
      .dboom-container-block .dboom-highlights .dboom-article-highlight .dboom-excerpt {
        margin: 0 0 4px 0; }
      .dboom-container-block .dboom-highlights .dboom-article-highlight .dboom-category {
        margin: 0 0 5px 0; }
        @media (min-width: 481px) and (max-width: 768px) {
          .dboom-container-block .dboom-highlights .dboom-article-highlight .dboom-category {
            margin: 0; } }
        @media (max-width: 481px) {
          .dboom-container-block .dboom-highlights .dboom-article-highlight .dboom-category {
            font-size: 1.250em;
            font-weight: 600; } }
      .dboom-container-block .dboom-highlights .dboom-article-highlight .dboom-tags {
        margin-bottom: 0px; }
        @media (max-width: 481px) {
          .dboom-container-block .dboom-highlights .dboom-article-highlight .dboom-tags {
            display: none; } }
      @media (max-width: 481px) {
        .dboom-container-block .dboom-highlights .dboom-article-highlight .dboom-info .dboom-source {
          position: relative;
          right: inherit;
          top: inherit; } }
  .dboom-container-block.show-overlay-data .dboom-image:hover .date-info {
    display: block; }
    @media (max-width: 481px) {
      .dboom-container-block.show-overlay-data .dboom-image:hover .date-info {
        display: none; } }

.competition-term-link {
  margin-left: 20px;
  text-transform: lowercase !important; }

section.dboom-page-title {
  margin: 15px 0 10px 0; }

.dboom-page-title {
  margin: 30px 0 15px 0; }
  .dboom-page-title h1 {
    font-size: 1.750em;
    font-weight: 700;
    margin: 0;
    padding: 0; }
  @media (min-width: 481px) and (max-width: 768px) {
    .dboom-page-title {
      padding: 10px 15px 0 15px; } }
  @media (max-width: 481px) {
    .dboom-page-title {
      padding: 10px 15px 0 15px; } }

.header-content .dboom-page-title {
  padding: 10px 0 5px 0;
  margin: 0; }
  .header-content .dboom-page-title h1 {
    font-size: 1.750em;
    font-weight: 700;
    margin: 0;
    padding: 0; }
  @media (min-width: 481px) and (max-width: 768px) {
    .header-content .dboom-page-title {
      padding: 10px 15px 0 15px; } }
  @media (max-width: 481px) {
    .header-content .dboom-page-title {
      padding: 10px 15px 0 15px; } }
  .header-content .dboom-page-title.dboom-page-title-video {
    padding: 10px 0 5px 0; }

.dboom_main_sbar {
  display: none; }
  @media (min-width: 1080px) and (max-width: 1199px) {
    .dboom_main_sbar {
      display: block; } }
  @media (min-width: 1280px) {
    .dboom_main_sbar {
      display: block; } }

#dboom_main_sbar {
  top: 30%;
  position: fixed;
  left: 5px;
  display: none; }
  #dboom_main_sbar .ico-sbar {
    width: 42px;
    height: 42px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #000;
    color: #000;
    border-radius: 50%;
    opacity: 0.4;
    font-size: 1.5em;
    margin: 0px;
    position: relative;
    outline: 0 !important;
    text-decoration: none !important;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear; }
    #dboom_main_sbar .ico-sbar.ico-sbar-instagram {
      background-image: url("../images/instagram_left_off.png");
      background-color: transparent; }
    #dboom_main_sbar .ico-sbar.ico-sbar-instagram:hover {
      background-image: url("../images/instagram_left_on.png");
      background-color: transparent; }
    #dboom_main_sbar .ico-sbar.ico-sbar-newsletter {
      font-size: 1.250em;
      background-color: #FFFE01;
      opacity: 1;
      border: 1px solid #FFFE01; }
    #dboom_main_sbar .ico-sbar:hover {
      outline: 0 !important;
      text-decoration: none !important;
      border: 1px solid transparent;
      background-color: #FFFE01;
      color: #FFF;
      opacity: 1; }
    #dboom_main_sbar .ico-sbar:before {
      font-family: "fontello";
      position: absolute;
      left: 10px;
      top: 4px; }
    #dboom_main_sbar .ico-sbar.ico-sbar-facebook:hover {
      background-color: #3b5998; }
    #dboom_main_sbar .ico-sbar.ico-sbar-facebook:before {
      content: "\f09a"; }
    #dboom_main_sbar .ico-sbar.ico-sbar-twitter:hover {
      background-color: #4099FF; }
    #dboom_main_sbar .ico-sbar.ico-sbar-twitter:before {
      content: "\f099"; }
    #dboom_main_sbar .ico-sbar.ico-sbar-google-plus:hover {
      background-color: #D34836; }
    #dboom_main_sbar .ico-sbar.ico-sbar-google-plus:before {
      content: "\f05a"; }
    #dboom_main_sbar .ico-sbar.ico-sbar-pinterest:hover {
      background-color: #cb2027; }
    #dboom_main_sbar .ico-sbar.ico-sbar-pinterest:before {
      content: "\f231"; }
    #dboom_main_sbar .ico-sbar.ico-sbar-newsletter:hover:before {
      font-weight: 400;
      color: #000; }
    #dboom_main_sbar .ico-sbar.ico-sbar-newsletter:before {
      font-family: "Lato";
      font-weight: 300;
      color: #888;
      content: "nws";
      left: 3px; }

.container-tag-block .dboom-description {
  font-size: 16px; }

.dboom-updates-tag-block .tag-articles {
  font-size: 16px;
  color: #A4A1A1; }

#header-banner-desktop {
  display: block;
  text-align: center; }
  #header-banner-desktop > div.dboom-wrapper > img {
    display: none; }
  #header-banner-desktop > img {
    display: none; }
  #header-banner-desktop a img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 0 0px 0; }
  #header-banner-desktop * {
    max-width: 100%; }
  @media (max-width: 481px) {
    #header-banner-desktop {
      display: none; } }

#header-banner-mobile {
  display: none;
  text-align: center; }
  #header-banner-mobile a img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    height: auto;
    margin: 0 0 0px 0; }
  #header-banner-mobile > div, #header-banner-mobile > div > div {
    margin: 0 auto !important; }
  @media (max-width: 481px) {
    #header-banner-mobile {
      display: block; } }

#single_full_width_video {
  width: 100%;
  overflow: hidden; }
  #single_full_width_video .header-video {
    position: relative;
    overflow: hidden; }
    #single_full_width_video .header-video iframe, #single_full_width_video .header-video video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    #single_full_width_video .header-video iframe {
      height: 100%;
      width: 100%; }
    #single_full_width_video .header-video video {
      width: 100%; }
  #single_full_width_video .header-video__teaser-video {
    width: 100%;
    height: auto; }
  #single_full_width_video .header-video__media {
    width: 100%;
    height: auto; }
  #single_full_width_video .header-video__play-trigger {
    z-index: 5;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    color: white;
    text-decoration: none;
    padding: 1em 3em;
    z-index: 5;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
    text-transform: lowercase; }
  #single_full_width_video .header-video__play-trigger:hover {
    background: rgba(0, 0, 0, 0.5); }
  #single_full_width_video .header-video__close-trigger {
    z-index: 99;
    position: absolute;
    background: #FFFE01;
    text-align: center;
    color: #000;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    right: 30px;
    top: 30px;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s;
    border: none;
    text-transform: lowercase; }
    @media (max-width: 481px) {
      #single_full_width_video .header-video__close-trigger {
        display: none !important; } }
    @media (min-width: 481px) and (max-width: 768px) {
      #single_full_width_video .header-video__close-trigger {
        display: none !important; } }
  #single_full_width_video .header-video__close-trigger:hover {
    background: #363636;
    cursor: pointer; }

#single_full_width_image {
  width: 100%;
  overflow: hidden; }
  #single_full_width_image img {
    width: 100%;
    height: auto; }

.visio {
  overflow: visible !important; }

.noscroll {
  overflow: hidden !important; }

.opaco {
  opacity: 0; }
  @media (min-width: 768px) {
    .opaco {
      opacity: 1; } }

.only-affix {
  display: none !important; }

@media (min-width: 1200px) {
  .affix .only-affix {
    display: block !important; } }
.nav-toggler {
  cursor: pointer; }

#hm-navbar-placeholder {
  display: none; }

.header-main {
  top: -50px; }
  .header-main.affix, .header-main.affix-force {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 5px 0 0 0;
    background: #FFF;
    -webkit-transition: top 800ms ease-in-out;
    -moz-transition: top 800ms ease-in-out;
    -o-transition: top 800ms ease-in-out;
    -ms-transition: top 800ms ease-in-out;
    transition: top 800ms ease-in-out; }
    .header-main.affix + #hm-navbar-placeholder, .header-main.affix-force + #hm-navbar-placeholder {
      display: block; }
    @media (max-width: 767px) {
      .header-main.affix.open, .header-main.affix-force.open {
        bottom: 0;
        right: 0; } }
  @media (min-width: 950px) {
    .header-main.affix-top.open + #hm-navbar-placeholder {
      display: none; } }
  @media (max-width: 767px) {
    .header-main.open {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      z-index: 100; } }

.header-nav {
  margin: 0;
  padding: 10px 0 5px 0;
  background: #FFF;
  border: 0 none;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  min-height: auto;
  border: 0px solid transparent; }
  @media (min-width: 769px) and (max-width: 949px) {
    .header-nav {
      padding-bottom: 0px; } }
  @media (min-width: 950px) {
    .header-nav {
      padding: 10px 0px 7px 0px; } }
  .header-main.affix .header-nav, .header-main.affix-force .header-nav {
    border-bottom: 1px solid #ddd;
    padding: 0px 0 0px 0; }
    @media (min-width: 768px) {
      .header-main.affix .header-nav, .header-main.affix-force .header-nav {
        margin: 0px;
        padding-bottom: 5px; } }
  .header-nav.open {
    padding-bottom: 0px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .header-nav.open {
        padding-bottom: 7px; } }
    @media (max-width: 767px) {
      .header-nav.open {
        height: 100vh;
        overflow: scroll;
        padding: 10px 0 5px 0; } }

.nav-logo {
  line-height: 20px;
  text-align: center; }
  .nav-logo .navbar-brand {
    display: block;
    padding: 0;
    background-repeat: no-repeat;
    display: inline-block;
    float: none;
    width: 210px;
    height: 32px;
    background-image: url(../imgs/dboom_logo.gif);
    background-size: 210px auto;
    background-position: 50% 50%;
    /*
    		@media (min-width: 768px) and (max-width: 770px) {
    			margin-left: 15px; 	
    		}
    */ }
    .header-main.affix .nav-logo .navbar-brand, .header-main.affix-force .nav-logo .navbar-brand {
      width: 207px;
      height: 36px;
      background-image: url(../imgs/logosmall.gif);
      background-size: 207px auto;
      margin: 0;
      /*
      			@media (min-width: 768px) and (max-width: 770px) {
      				margin-left: 15px; 	
      			}
      */ }
    @media (min-width: 1200px) {
      .nav-logo .navbar-brand {
        width: 300px;
        height: 50px;
        background-image: url(../imgs/dboom_logo.gif);
        background-size: 300px auto;
        background-position: left center;
        float: left;
        margin: 0; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .nav-logo .navbar-brand {
        width: 300px;
        height: 50px;
        background-image: url(../imgs/dboom_logo.gif);
        background-size: 300px auto;
        background-position: left center;
        float: left;
        margin: 0; } }
    @media (min-width: 950px) and (max-width: 991px) {
      .nav-logo .navbar-brand {
        width: 300px;
        height: 50px;
        background-image: url(../imgs/dboom_logo.gif);
        background-size: 300px auto;
        background-position: left center;
        float: left;
        margin: 0; } }
    @media (min-width: 769px) and (max-width: 949px) {
      .nav-logo .navbar-brand {
        width: 300px;
        height: 48px;
        background-image: url(../imgs/dboom_logo.gif);
        background-size: 300px auto;
        background-position: left center;
        float: none; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .nav-logo .navbar-brand {
        width: 300px;
        height: 48px;
        background-image: url(../imgs/dboom_logo.gif);
        background-size: 300px auto; } }
    @media (max-width: 481px) {
      .nav-logo .navbar-brand {
        width: 250px;
        height: 40px;
        background-image: url(../imgs/dboom_logo.gif);
        background-size: 250px auto; } }
  .nav-logo .nav-logo-toggler {
    position: absolute;
    top: 5px;
    left: 10px;
    margin: 0;
    padding: 0; }
    .nav-logo .nav-logo-toggler > .opener {
      display: block; }
      .header-nav.open .nav-logo .nav-logo-toggler > .opener {
        display: none; }
    .nav-logo .nav-logo-toggler > .closer {
      display: none; }
      .header-nav.open .nav-logo .nav-logo-toggler > .closer {
        display: block; }
    .nav-logo .nav-logo-toggler img {
      width: 30px; }
    @media (min-width: 481px) and (max-width: 768px) {
      .nav-logo .nav-logo-toggler {
        top: 9px; } }
    @media (min-width: 769px) and (max-width: 949px) {
      .nav-logo .nav-logo-toggler {
        left: 0px;
        top: 9px; } }
    @media (min-width: 950px) {
      .nav-logo .nav-logo-toggler {
        display: block;
        float: right;
        position: inherit;
        left: inherit;
        margin: 12px 20px 0 20px;
        padding: 0; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .nav-logo .nav-logo-toggler {
        margin: 14px 5px 0 5px; } }
    @media (min-width: 1200px) {
      .nav-logo .nav-logo-toggler {
        display: none; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .header-main.affix .nav-logo .nav-logo-toggler, .header-main.affix-force .nav-logo .nav-logo-toggler {
        top: 5px; } }
    @media (min-width: 769px) and (max-width: 949px) {
      .header-main.affix .nav-logo .nav-logo-toggler, .header-main.affix-force .nav-logo .nav-logo-toggler {
        left: 0px;
        top: 5px; } }
    @media (min-width: 950px) {
      .header-main.affix .nav-logo .nav-logo-toggler, .header-main.affix-force .nav-logo .nav-logo-toggler {
        margin: 3px 20px 0 10px; } }
    @media (min-width: 1200px) {
      .header-main.affix .nav-logo .nav-logo-toggler, .header-main.affix-force .nav-logo .nav-logo-toggler {
        display: block; } }
  @media (max-width: 949px) {
    .nav-logo {
      float: none; } }

.nav-search {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: -2px;
  border: 0px solid; }
  @media (min-width: 768px) {
    .nav-search {
      right: 10px; } }
  @media (min-width: 770px) {
    .nav-search {
      right: 0px; } }
  .nav-search.open {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0; }
    @media (min-width: 768px) {
      .nav-search.open {
        position: absolute;
        left: 0;
        top: 0;
        height: 50px;
        z-index: 110; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .nav-search.open {
        height: 50px; } }
    @media (min-width: 768px) {
      .header-main.affix .nav-search.open, .header-main.affix-force .nav-search.open {
        height: 40px; } }
  @media (max-width: 767px) {
    .header-nav.open .nav-search {
      position: relative;
      right: 0;
      bottom: 0;
      left: 0;
      top: 0;
      border-bottom: 1px solid #ddd; } }

.nav-search.open .search-wrapper {
  width: 100%;
  height: 100%;
  background-color: white;
  position: relative;
  overflow: hidden; }

/*
.nav-search-toggler {
	
	padding: 7px;
	margin: 0;
	border: 0px solid;
	border-radius: 50px;
	background-color: $text-color-4;
	
	@media ( min-width: $tablet - 1 ) {
		margin: 2px 0 0 0;
	}
	
	@include desktop {
		margin: 7px 0 0 0;
	}
	
	&:hover {
		background-color: $text-color-3;	
		
		.nav-search.open & {
			background-color: $text-color-3;	
		}
	}
	
	img {
		width: 25px;
	}
	
	.nav-search.open & {
		width: 35px;
		background-color: $text-color-3;
		position: absolute;
		left: 5px;
		top: 0px;
		
		@media ( min-width: $tablet - 1 ) {
			padding: 7px 0;
		}
		
		@include desktop {
			margin: 2px 0 0 0;
		}
	}
	
	.header-nav.open & {
		
		@media ( max-width: $tablet - 2 ) {
			
			width: 35px;
			background-color: $text-color-3;
			position: absolute;
			left: 5px;
			top: 0px;
		}
		
		@include desktop {
			margin: 2px 0 0 0;
		}
		
		
	}
	
	.header-main.affix &, .header-main.affix-force & {
		@include desktop {
			margin: 2px 0 0 0;
		}
	}
	
}
*/
.nav-search-toggler {
  padding: 0px;
  margin: 0;
  border: 0px solid;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background-image: url(../imgs/search-bar-40.png);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: left center; }
  @media (min-width: 768px) {
    .nav-search-toggler {
      margin: 2px 0 0 0; } }
  @media (min-width: 1200px) {
    .nav-search-toggler {
      margin: 7px 0 0 0; } }
  .nav-search-toggler:hover {
    background-image: url(../imgs/search-bar-black.png); }
    .nav-search.open .nav-search-toggler:hover {
      background-image: url(../imgs/search-bar-black-small.gif);
      background-size: 25px 25px; }
  .nav-search.open .nav-search-toggler {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../imgs/search-bar-black-small.gif);
    background-size: 25px 25px;
    left: 5px;
    top: 0px; }
    @media (min-width: 768px) {
      .nav-search.open .nav-search-toggler {
        padding: 7px 0; } }
    @media (min-width: 1200px) {
      .nav-search.open .nav-search-toggler {
        margin: 0px 0;
        padding: 0 0; } }
  @media (max-width: 767px) {
    .header-nav.open .nav-search-toggler {
      position: absolute;
      left: 5px;
      top: 0px;
      background-image: url(../imgs/search-bar-black-small.gif) !important;
      background-size: 25px 25px !important; }
      .header-nav.open .nav-search-toggler:hover {
        background-image: url(../imgs/search-bar-black-small.gif) !important;
        background-size: 25px 25px !important; } }
  @media (min-width: 1200px) {
    .header-nav.open .nav-search-toggler {
      margin: 2px 0 0 0; } }
  .header-main.affix .nav-search-toggler, .header-main.affix-force .nav-search-toggler {
    background-size: 30px 30px; }
    @media (min-width: 1200px) {
      .header-main.affix .nav-search-toggler, .header-main.affix-force .nav-search-toggler {
        margin: 0px 0 0 0; } }
  .header-main.affix .nav-search.open .nav-search-toggler, .header-main.affix-force .nav-search.open .nav-search-toggler {
    background-size: 25px 25px; }

.nav-bar {
  margin: 0;
  padding: 0;
  float: left;
  display: none;
  border: 0px solid;
  background-color: #FFF; }
  .header-nav.open .nav-bar {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px 0; }
    @media (min-width: 992px) {
      .header-nav.open .nav-bar {
        width: auto;
        border-bottom: 0px solid #ddd;
        padding: 16px 0 0 0; } }
    @media (min-width: 1200px) {
      .header-nav.open .nav-bar {
        padding: 0 10px 10px 0; } }
    @media (min-width: 1200px) {
      .header-nav.open .nav-bar {
        border: 0px solid;
        width: auto; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .header-main.affix .nav-bar, .header-main.affix-force .nav-bar {
      padding: 8px 0 0 0; } }
  @media (min-width: 1200px) {
    .header-main.affix .nav-bar, .header-main.affix-force .nav-bar {
      padding: 8px 0 0 0; } }
  .header-main.affix .header-nav.open .nav-bar, .header-main.affix-force .header-nav.open .nav-bar {
    display: block; }
    @media (min-width: 768px) {
      .header-main.affix .header-nav.open .nav-bar, .header-main.affix-force .header-nav.open .nav-bar {
        border-bottom: 0px solid;
        padding: 0; } }
    @media (min-width: 950px) {
      .header-main.affix .header-nav.open .nav-bar, .header-main.affix-force .header-nav.open .nav-bar {
        width: auto;
        border-bottom: 0px solid #ddd;
        padding: 10px 0 0 0; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .header-main.affix .header-nav.open .nav-bar, .header-main.affix-force .header-nav.open .nav-bar {
        padding: 8px 0 0 0; } }
    @media (min-width: 1200px) {
      .header-main.affix .header-nav.open .nav-bar, .header-main.affix-force .header-nav.open .nav-bar {
        padding: 8px 0 0 0; } }
  @media (min-width: 992px) {
    .nav-bar {
      padding: 16px 0 0 0px;
      display: block; } }
  @media (min-width: 1200px) {
    .nav-bar {
      display: block;
      padding: 16px 0 0 30px; } }

#main-menu {
  margin: 0;
  padding: 0 10px 0 0;
  background: none;
  border: 0px solid;
  box-shadow: none;
  position: relative;
  overflow: hidden; }
  #main-menu > .menu-item {
    display: block;
    font-size: 22px;
    font-weight: 700;
    background: none;
    /*
    	    -webkit-animation: affixFadeIn 400ms ease-in;
    	       -moz-animation: affixFadeIn 400ms ease-in;			
    	         -o-animation: affixFadeIn 400ms ease-in;
    	        -ms-animation: affixFadeIn 400ms ease-in;			
    				animation: affixFadeIn 400ms ease-in;			
    */ }
    @media (min-width: 992px) and (max-width: 1199px) {
      #main-menu > .menu-item {
        font-size: 18px;
        -webkit-transition: left 500ms ease-in;
        -moz-transition: left 500ms ease-in;
        -o-transition: left 500ms ease-in;
        -ms-transition: left 500ms ease-in;
        transition: left 500ms ease-in; }
        #main-menu > .menu-item[data-left='150'] {
          left: -170px; }
        #main-menu > .menu-item[data-left='225'] {
          left: -250px; }
        #main-menu > .menu-item[data-left='360'] {
          left: -390px; }
        #main-menu > .menu-item[data-left='500'] {
          left: -530px; }
        #main-menu > .menu-item[data-left='570'] {
          left: -600px; }
        #main-menu > .menu-item[data-left='690'] {
          left: -720px; }
        #main-menu > .menu-item[data-left='750'] {
          left: -790px; } }
    #main-menu > .menu-item > a {
      color: #000;
      display: inline-block;
      font-weight: 400;
      box-shadow: none; }
      @media (max-width: 767px) {
        .header-nav.open #main-menu > .menu-item > a {
          font-weight: 700; } }
      @media (min-width: 768px) {
        #main-menu > .menu-item > a {
          padding: 0;
          margin: 0 0 0 25px; } }
      @media (min-width: 950px) and (max-width: 991px) {
        #main-menu > .menu-item > a {
          margin: 0 0 0 30px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        #main-menu > .menu-item > a {
          margin: 0 0 0 20px; } }
      @media (min-width: 1200px) {
        #main-menu > .menu-item > a {
          margin: 0 0 0 30px; } }
      #main-menu > .menu-item > a:hover {
        text-decoration: none;
        background: transparent;
        font-weight: 600; }
        @media (max-width: 767px) {
          .header-nav.open #main-menu > .menu-item > a:hover {
            font-weight: 700; } }
      #main-menu > .menu-item > a:before {
        display: block;
        content: attr(title);
        font-weight: 600;
        height: 1px;
        color: transparent;
        overflow: hidden;
        visibility: hidden;
        margin-bottom: -1px; }
        @media (max-width: 767px) {
          .header-nav.open #main-menu > .menu-item > a:before {
            font-weight: 700; } }
    #main-menu > .menu-item.dropdown > a {
      box-shadow: none; }
      @media (min-width: 768px) {
        #main-menu > .menu-item.dropdown > a {
          padding: 0 7px 0 0; }
          #main-menu > .menu-item.dropdown > a:after {
            content: "\f107";
            font-family: "fontawesome";
            margin: 3px 0 0 5px;
            position: absolute; } }
    #main-menu > .menu-item.dropdown:hover > ul.dropdown-menu {
      display: block; }
      @media (min-width: 768px) {
        #main-menu > .menu-item.dropdown:hover > ul.dropdown-menu {
          opacity: 0.85; } }
    #main-menu > .menu-item.dropdown.open > ul.dropdown-menu {
      opacity: 0.85; }
    #main-menu > .menu-item > ul {
      overflow: hidden;
      background: none;
      border: 0px solid;
      box-shadow: none;
      position: relative;
      border-radius: 0; }
      #main-menu > .menu-item > ul > li {
        display: block;
        margin: 0;
        padding: 0 0 0 10px;
        width: 50%;
        float: left;
        font-size: 20px;
        font-weight: 400;
        background: none; }
        #main-menu > .menu-item > ul > li > a {
          color: #000;
          opacity: 0.95;
          display: inline-block;
          box-shadow: none; }
          #main-menu > .menu-item > ul > li > a:hover {
            color: #000;
            text-decoration: none;
            background: transparent; }
      @media (min-width: 768px) {
        #main-menu > .menu-item > ul.dropdown-menu {
          position: absolute;
          width: 175px;
          background: #FFF;
          left: -20px; }
          #main-menu > .menu-item > ul.dropdown-menu > li.submenu-item > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            white-space: nowrap; }
            #main-menu > .menu-item > ul.dropdown-menu > li.submenu-item > a.current-category:before {
              content: "\f105";
              font-family: "fontawesome";
              position: absolute;
              left: 10px;
              margin: 1px 0 0 0; }
            #main-menu > .menu-item > ul.dropdown-menu > li.submenu-item > a:hover {
              font-weight: 600;
              padding-left: 30px;
              color: #000;
              background-color: transparent;
              background-image: none; } }
  @media (min-width: 768px) and (min-width: 768px) {
    #main-menu > .menu-item > ul.dropdown-menu > li.submenu-item {
      width: inherit; } }
      @media (min-width: 768px) {
          #main-menu > .menu-item > ul.dropdown-menu.dropdown-social {
            left: 0px; }
          #main-menu > .menu-item > ul.dropdown-menu.dropdown-social > li > a:before {
            opacity: 0.8;
            font-family: "fontello";
            position: absolute;
            left: 15px;
            margin: 2px 0 0 0;
            font-size: 85%; }
          #main-menu > .menu-item > ul.dropdown-menu.dropdown-social > li > a.instagram:hover:before {
            content: "\f16d"; }
          #main-menu > .menu-item > ul.dropdown-menu.dropdown-social > li > a.facebook:hover:before {
            content: "\f09a";
            margin: 4px 0 0 2px; }
          #main-menu > .menu-item > ul.dropdown-menu.dropdown-social > li > a.twitter:hover:before {
            content: "\f099";
            font-size: 80%;
            margin: 5px 0 0 0px; }
          #main-menu > .menu-item > ul.dropdown-menu.dropdown-social > li > a.pinterest:hover:before {
            content: "\f231";
            font-size: 80%;
            margin: 6px 0 0 2px; }
          #main-menu > .menu-item > ul.dropdown-menu.dropdown-social > li > a.plusone:hover:before {
            content: "\f05a";
            font-size: 75%;
            margin: 8px 0 0 2px; }
          #main-menu > .menu-item > ul.dropdown-menu.dropdown-social > li > a.rss:hover:before {
            content: "\e800";
            margin: 4px 0 0 2px; } }
      @media (max-width: 767px) {
        .header-nav.open #main-menu > .menu-item > ul {
          display: block;
          opacity: 1; } }
    #main-menu > .menu-item.current-menu-item > a {
      font-weight: 700; }
      #main-menu > .menu-item.current-menu-item > a:hover {
        font-weight: 700; }
    @media (min-width: 768px) {
      #main-menu > .menu-item.main-menu-item > a.rolling-label {
        padding: 0px;
        margin: 0px 0 0 15px; } }
    @media (min-width: 769px) and (max-width: 949px) {
      #main-menu > .menu-item.main-menu-item > a.rolling-label {
        padding: 0px;
        margin: 0px; } }
    @media (min-width: 950px) and (max-width: 991px) {
      #main-menu > .menu-item.main-menu-item > a.rolling-label {
        padding: 0px;
        margin: 0px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #main-menu > .menu-item.main-menu-item > a.rolling-label {
        padding: 0px;
        margin: 0px; } }
    @media (min-width: 1200px) {
      #main-menu > .menu-item.main-menu-item > a.rolling-label {
        text-align: right;
        padding: 0 18px 0 0;
        margin: 0px; } }
    #main-menu > .menu-item.main-menu-item > a.rolling-label:before {
      display: block;
      content: attr(max-title);
      font-weight: 700;
      height: 1px;
      color: transparent;
      overflow: hidden;
      visibility: hidden;
      margin-bottom: -1px; }
    @media (min-width: 992px) {
      .header-nav.open #main-menu > .menu-item {
        left: 0;
        -webkit-transition: left 400ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
        -moz-transition: left 400ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
        -o-transition: left 400ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
        -ms-transition: left 400ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
        transition: left 400ms cubic-bezier(0.18, 0.89, 0.32, 1.28); } }
    @media (min-width: 950px) {
      .header-main.affix #main-menu > .menu-item, .header-main.affix-force #main-menu > .menu-item {
        font-size: 16px; } }
    @media (min-width: 992px) {
      .header-main.affix #main-menu > .menu-item, .header-main.affix-force #main-menu > .menu-item {
        font-size: 18px;
        -webkit-transition: left 500ms ease-in;
        -moz-transition: left 500ms ease-in;
        -o-transition: left 500ms ease-in;
        -ms-transition: left 500ms ease-in;
        transition: left 500ms ease-in; }
        .header-main.affix #main-menu > .menu-item[data-left='150'], .header-main.affix-force #main-menu > .menu-item[data-left='150'] {
          left: -170px; }
        .header-main.affix #main-menu > .menu-item[data-left='225'], .header-main.affix-force #main-menu > .menu-item[data-left='225'] {
          left: -250px; }
        .header-main.affix #main-menu > .menu-item[data-left='360'], .header-main.affix-force #main-menu > .menu-item[data-left='360'] {
          left: -390px; }
        .header-main.affix #main-menu > .menu-item[data-left='500'], .header-main.affix-force #main-menu > .menu-item[data-left='500'] {
          left: -530px; }
        .header-main.affix #main-menu > .menu-item[data-left='570'], .header-main.affix-force #main-menu > .menu-item[data-left='570'] {
          left: -600px; }
        .header-main.affix #main-menu > .menu-item[data-left='690'], .header-main.affix-force #main-menu > .menu-item[data-left='690'] {
          left: -720px; }
        .header-main.affix #main-menu > .menu-item[data-left='750'], .header-main.affix-force #main-menu > .menu-item[data-left='750'] {
          left: -790px; } }
    @media (min-width: 950px) {
      .header-main.affix .header-nav.open #main-menu > .menu-item, .header-main.affix-force .header-nav.open #main-menu > .menu-item {
        font-size: 16px; } }
    @media (min-width: 992px) {
      .header-main.affix .header-nav.open #main-menu > .menu-item, .header-main.affix-force .header-nav.open #main-menu > .menu-item {
        font-size: 18px;
        left: 0;
        -webkit-transition: left 400ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
        -moz-transition: left 400ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
        -o-transition: left 400ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
        -ms-transition: left 400ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
        transition: left 400ms cubic-bezier(0.18, 0.89, 0.32, 1.28); } }
  @media (min-width: 1200px) {
    #main-menu {
      overflow: visible; } }
  .header-main.affix #main-menu, .header-main.affix-force #main-menu {
    overflow: hidden; }

#google-search-box {
  display: none;
  border: none;
  color: #000;
  background-color: #FFF; }
  #google-search-box * {
    width: auto; }
  .nav-search.open #google-search-box {
    display: block; }
  @media (max-width: 767px) {
    .header-nav.open #google-search-box {
      display: block; } }
  #google-search-box .nav-search-close {
    position: absolute;
    right: 5px;
    top: 8px;
    width: 25px;
    cursor: pointer;
    display: block; }
    @media (min-width: 768px) {
      #google-search-box .nav-search-close {
        right: 15px; } }
    @media (min-width: 770px) {
      #google-search-box .nav-search-close {
        right: 5px; } }
    @media (max-width: 767px) {
      .header-nav.open #google-search-box .nav-search-close {
        display: none; } }
    .header-main.affix #google-search-box .nav-search-close, .header-main.affix-force #google-search-box .nav-search-close {
      top: 5px; }
  #google-search-box .gsc-input {
    background: none !important;
    border: 0px none !important;
    margin: 0;
    padding: 0; }
  #google-search-box input.gsc-input {
    -webkit-appearance: none;
    font-size: 16px;
    color: #000 !important;
    background-color: #FFF !important;
    font-family: 'Lato';
    line-height: 42px;
    width: 100%;
    margin: 0;
    padding: 0 35px 0 45px; }
  #google-search-box input#gsc-i-id1 {
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */ }
    #google-search-box input#gsc-i-id1::-webkit-input-placeholder {
      color: #000;
      font-size: 16px;
      font-weight: 300; }
    #google-search-box input#gsc-i-id1:-moz-placeholder {
      color: #000;
      font-size: 16px;
      font-weight: 300; }
    #google-search-box input#gsc-i-id1::-moz-placeholder {
      color: #000;
      font-size: 16px;
      font-weight: 300; }
    #google-search-box input#gsc-i-id1:-ms-input-placeholder {
      color: #000;
      font-size: 16px;
      font-weight: 300; }
    #google-search-box input#gsc-i-id1:focus::-webkit-input-placeholder {
      color: transparent; }
    #google-search-box input#gsc-i-id1:focus:-moz-placeholder {
      color: transparent; }
    #google-search-box input#gsc-i-id1:focus::-moz-placeholder {
      color: transparent; }
    #google-search-box input#gsc-i-id1:focus:-ms-input-placeholder {
      color: transparent; }
  #google-search-box form.gsc-search-box {
    margin: 0; }
  #google-search-box table.gsc-search-box {
    margin: 0;
    width: 100% !important; }
  #google-search-box .gsc-control-cse, #google-search-box .cse .gsc-control-cse, #google-search-box .gsc-control-cse {
    background: none !important;
    background-color: none !important;
    border: none !important; }
  #google-search-box .gsc-clear-button, #google-search-box .gsc-search-button {
    display: none; }
  #google-search-box .gsc-search-button.gsc-search-button-v2 {
    display: none; }

#dboom-search-results {
  font-family: "Lato", sans-serif !important; }
  #dboom-search-results * {
    font-family: "Lato", sans-serif !important; }
  #dboom-search-results a, #dboom-search-results a:focus, #dboom-search-results a:active, #dboom-search-results a:visited {
    text-decoration: none;
    text-shadow: none !important;
    color: #000; }
  #dboom-search-results a:hover {
    background-color: #FFFE01;
    color: #000;
    text-decoration: underline;
    -webkit-transition: background-color 250ms linear;
    -moz-transition: background-color 250ms linear;
    -o-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: background-color 250ms linear; }
  #dboom-search-results .gsc-control-cse {
    margin: 0 !important;
    padding: 0 !important; }
  #dboom-search-results .gs-title {
    font-size: 18px;
    font-weight: 700;
    color: #000; }
    #dboom-search-results .gs-title * {
      font-size: 18px;
      font-weight: 700;
      color: #000; }
  #dboom-search-results .gs-bidi-start-align, #dboom-search-results .gs-snippet {
    font-size: 16px;
    font-weight: 400;
    color: #000; }
    #dboom-search-results .gs-bidi-start-align *, #dboom-search-results .gs-snippet * {
      font-size: 16px;
      font-weight: 400;
      color: #000; }
  #dboom-search-results .gsc-url-bottom {
    font-size: 16px;
    font-weight: 400;
    color: #000; }
    #dboom-search-results .gsc-url-bottom * {
      font-size: 16px;
      font-weight: 400;
      color: #000; }
  #dboom-search-results .gs-web-image-box, #dboom-search-results .gs-promotion-image-box {
    width: 120px;
    margin-right: 20px; }
    #dboom-search-results .gs-web-image-box .gs-image, #dboom-search-results .gs-promotion-image-box .gs-image {
      width: 120px;
      max-width: 120px;
      height: auto; }
  #dboom-search-results .gsc-adBlock .d_ {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #000 !important; }
    #dboom-search-results .gsc-adBlock .d_ * {
      font-size: 18px;
      font-weight: 700;
      color: #000; }

.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0;
  width: auto; }

@media (min-width: 769px) and (max-width: 949px) {
  .header-carousel, .carousel-competitions {
    display: none; } }
@media (min-width: 481px) and (max-width: 768px) {
  .header-carousel, .carousel-competitions {
    display: none; } }
@media (max-width: 481px) {
  .header-carousel, .carousel-competitions {
    display: none; } }
.header-carousel .carousel-inner > .item, .carousel-competitions .carousel-inner > .item {
  text-align: left;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s; }
  .header-carousel .carousel-inner > .item .link-picture, .carousel-competitions .carousel-inner > .item .link-picture {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .header-carousel .carousel-inner > .item .link-picture > img, .carousel-competitions .carousel-inner > .item .link-picture > img {
      width: 100%;
      height: auto; }
  .header-carousel .carousel-inner > .item .link-caption, .carousel-competitions .carousel-inner > .item .link-caption {
    font-size: 1.750em;
    font-weight: 700;
    color: #000;
    white-space: nowrap; }
    .header-carousel .carousel-inner > .item .link-caption:hover, .carousel-competitions .carousel-inner > .item .link-caption:hover {
      background-color: #FFF;
      text-decoration: none; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .header-carousel .carousel-inner > .item {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s; } }
.dboom-page-heading {
  display: none;
  margin: 5px 0;
  height: 20px;
  color: #A4A1A1; }
  .dboom-page-heading .dboom-breadcrumb .dboom-breadcrumb-link {
    font-size: 0.875em;
    font-weight: 300;
    color: #A4A1A1;
    background-color: #FFF;
    text-transform: uppercase;
    text-decoration: underline; }
    .dboom-page-heading .dboom-breadcrumb .dboom-breadcrumb-link:hover {
      text-decoration: underline;
      color: #A4A1A1;
      background-color: #FFF; }

.call-for-entry {
  font-size: 1.750em;
  margin: 20px 0; }
  .call-for-entry:hover {
    font-size: 1.750em;
    margin: 20px 0; }

#remove-subscription-form {
  margin: 50px 0 0 0; }

#btn-update-subscription {
  margin: 15px 0 0 0; }

.update-subscription {
  font-size: 16px;
  padding: 5px 10px;
  font-weight: 700;
  appearance: none;
  background: #F6F6F6;
  border: 1px solid #555;
  margin: 10px 0; }
  .update-subscription:hover {
    background: yellow; }

.nlbox-subscriber-edit .nlbox-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px 0; }
.nlbox-subscriber-edit .nlbox-subscriber-not-active {
  font-size: 18px;
  font-weight: 600;
  color: red;
  margin: 10px 0;
  display: none; }
  .nlbox-subscriber-edit .nlbox-subscriber-not-active.open {
    display: block; }
.nlbox-subscriber-edit .nlbox-subscribers {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px 0; }
.nlbox-subscriber-edit .nlbox-form-row label {
  display: block;
  font-size: 18px;
  margin: 20px 0 0 0; }
.nlbox-subscriber-edit #upd_user_email {
  font-size: 18px;
  font-weight: 400; }
.nlbox-subscriber-edit #update-results {
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0; }
  .nlbox-subscriber-edit #update-results.error {
    color: red; }

#project_image_preview img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.jury-big-link {
  font-size: 22px;
  margin: 10px 0;
  display: inline-block; }
  .jury-big-link:hover {
    font-size: 22px;
    margin: 10px 0;
    display: inline-block; }

.dboom-single-project {
  margin-bottom: 50px; }
  .dboom-single-project .dboom-article-content {
    font-size: 18px !important; }
  .dboom-single-project .jury-back-contest {
    margin: 50px 0;
    font-size: 18px;
    display: inline-block; }

.overlay-default {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(250, 252, 251, 0.8); }

.overlay-default img {
  width: 100%;
  max-width: 100%; }

.overlay-default .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100; }

.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s; }

.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.dboom-container-block-pagination {
  margin: -10px 0 0 0;
  position: relative;
  height: 34px; }
  @media (max-width: 481px) {
    .dboom-container-block-pagination {
      margin: 10px 0 30px 0; } }

.dboom-container-block-pagination a {
  font-size: 1.5em;
  font-weight: 700;
  color: #000;
  position: absolute; }

.dboom-container-block-pagination a:visited,
.dboom-container-block-pagination a:active {
  color: #000;
  text-decoration: none; }

.dboom-container-block-pagination a:hover {
  background-color: #FFFE01;
  text-decoration: none;
  -webkit-transition: background-color 0ms linear;
  -moz-transition: background-color 0ms linear;
  -o-transition: background-color 0ms linear;
  -ms-transition: background-color 0ms linear;
  transition: background-color 0ms linear; }

.dboom-container-block-pagination a.dboom-prev {
  left: 20px;
  margin: 0;
  padding: 0 5px 0 0; }

.dboom-container-block-pagination a.dboom-next {
  right: 20px;
  margin: 0;
  padding: 0 0px 0 5px; }

.dboom-container-block-pagination a.dboom-prev::before {
  padding-right: 7px;
  content: "<";
  position: absolute;
  left: -20px;
  display: none; }

.dboom-container-block-pagination a.dboom-next::after {
  padding-left: 7px;
  content: ">";
  position: absolute;
  right: -20px;
  top: 0;
  display: none; }

.dboom-container-block-pagination a.dboom-prev:hover::before,
.dboom-container-block-pagination a.dboom-next:hover::after {
  background-color: #FFFE01;
  display: block;
  -webkit-transition: background-color 0ms linear;
  -moz-transition: background-color 0ms linear;
  -o-transition: background-color 0ms linear;
  -ms-transition: background-color 0ms linear;
  transition: background-color 0ms linear; }

.page-h1 {
  font-size: 1.125em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: inline-block; }

.footer-container {
  margin: 55px 0 50px 0; }
  .footer-container section {
    margin: 35px 0 0 0;
    overflow: hidden; }
  .footer-container .dboom-info-company .dboom-vat {
    font-size: 1.125em;
    font-weight: 400; }
  .footer-container .dboom-info-company .dboom-back-to-top {
    display: none; }
    @media (max-width: 481px) {
      .footer-container .dboom-info-company .dboom-back-to-top {
        display: block;
        margin: 20px auto 50px auto;
        width: 60px;
        height: 45px;
        padding: 10px 0 0px 0; } }
  @media (max-width: 481px) {
    .footer-container .dboom-info-company {
      text-align: center;
      margin: 50px 0 20px 0; } }

.dboom-footer {
  background-color: #FFFE01;
  position: fixed;
  z-index: 10;
  bottom: 0;
  width: 100%; }
  @media (min-width: 950px) and (max-width: 991px) {
    .dboom-footer {
      display: none; } }
  @media (min-width: 769px) and (max-width: 949px) {
    .dboom-footer {
      display: none; } }
  @media (min-width: 481px) and (max-width: 768px) {
    .dboom-footer {
      display: none; } }
  @media (max-width: 481px) {
    .dboom-footer {
      display: none; } }
  .dboom-footer .footer-menu {
    margin: 0;
    padding: 0; }
  .dboom-footer #fm-navbar #dboom-footer-menu > li > a {
    color: #000;
    background-color: #FFFE01;
    font-size: 1.125em;
    font-weight: 400;
    padding: 5px 10px; }
    .dboom-footer #fm-navbar #dboom-footer-menu > li > a:hover {
      background-color: #FFFE01;
      color: #000;
      font-weight: 600;
      font-size: 1.125em; }
    .dboom-footer #fm-navbar #dboom-footer-menu > li > a:before {
      display: block;
      content: attr(title);
      font-weight: 600;
      height: 1px;
      color: transparent;
      overflow: hidden;
      visibility: hidden;
      margin-bottom: -1px; }
  .dboom-footer #fm-navbar #dboom-footer-menu > li:first-child > a {
    padding-left: 0; }
  .dboom-footer #fm-navbar #dboom-footer-menu > li:last-child > a {
    padding-right: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .dboom-footer #fm-navbar-right {
      margin: 0 10px 0 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .dboom-footer #fm-navbar-right .dboom-current-user {
      display: none; } }
  .dboom-footer #fm-navbar-right a.dboom-back-to-top {
    padding: 3px 0px 0 0;
    background-color: #FFFE01; }
    .dboom-footer #fm-navbar-right a.dboom-back-to-top:hover {
      background-color: #FFFE01; }

.logout-box {
  font-weight: 300;
  margin: 5px 20px 0 0; }
  .logout-box a.logout-box-link {
    color: #000;
    background-color: #FFFE01;
    padding: 0;
    font-size: 1.0em;
    font-weight: 400; }
    .logout-box a.logout-box-link:hover {
      color: #000;
      font-size: 1.0em;
      background-color: #FFFE01;
      font-weight: 400;
      text-decoration: underline; }

a.dboom-back-to-top {
  background-color: #FFFE01; }
  a.dboom-back-to-top:hover {
    background-color: #FFFE01; }

.shopbar-container .start-selling .start-selling-link {
  display: block;
  width: 100%;
  margin: 0px 0 0 0;
  background-color: #01ff01;
  color: #000;
  font-size: 1.750em;
  font-weight: 600;
  border-radius: 50px;
  padding: 0 0 6px 0;
  text-align: center; }
  .shopbar-container .start-selling .start-selling-link:hover {
    background-color: #FFFE01;
    color: #000;
    font-size: 1.750em;
    font-weight: 600;
    text-decoration: none; }

.footer-container .shopbar-container, .dboom-container-block .shopbar-container {
  margin: 0; }
  .footer-container .shopbar-container .shopbar-logo, .dboom-container-block .shopbar-container .shopbar-logo {
    width: 300px;
    margin: 0 0 5px 0; }
    @media (max-width: 481px) {
      .footer-container .shopbar-container .shopbar-logo, .dboom-container-block .shopbar-container .shopbar-logo {
        display: none; } }
    .footer-container .shopbar-container .shopbar-logo a, .dboom-container-block .shopbar-container .shopbar-logo a {
      padding: 0;
      margin: 0; }
      .footer-container .shopbar-container .shopbar-logo a img, .dboom-container-block .shopbar-container .shopbar-logo a img {
        width: 100%;
        max-width: 246px;
        height: auto; }
      .footer-container .shopbar-container .shopbar-logo a:hover, .dboom-container-block .shopbar-container .shopbar-logo a:hover {
        background-color: #FFF; }
  .footer-container .shopbar-container .product-container, .dboom-container-block .shopbar-container .product-container {
    min-height: 450px; }
    .footer-container .shopbar-container .product-container .product-image-container, .dboom-container-block .shopbar-container .product-container .product-image-container {
      display: block;
      position: relative; }
      .footer-container .shopbar-container .product-container .product-image-container .icon-cart, .dboom-container-block .shopbar-container .product-container .product-image-container .icon-cart {
        position: absolute;
        bottom: 0;
        right: 0;
        opacity: 1;
        display: none; }
      .footer-container .shopbar-container .product-container .product-image-container a.product-image-link img, .dboom-container-block .shopbar-container .product-container .product-image-container a.product-image-link img {
        max-width: 100%;
        height: auto; }
      .footer-container .shopbar-container .product-container .product-image-container a.product-image-link:hover, .dboom-container-block .shopbar-container .product-container .product-image-container a.product-image-link:hover {
        background-color: inherit;
        color: #000; }
      @media (max-width: 481px) {
        .footer-container .shopbar-container .product-container .product-image-container, .dboom-container-block .shopbar-container .product-container .product-image-container {
          padding: 0; } }
    .footer-container .shopbar-container .product-container .product-title, .dboom-container-block .shopbar-container .product-container .product-title {
      min-height: 50px;
      display: block; }
      .footer-container .shopbar-container .product-container .product-title h3, .dboom-container-block .shopbar-container .product-container .product-title h3 {
        background: none;
        color: #000;
        font-size: 1.125em;
        margin: 0;
        padding: 5px 0px 5px 0px;
        width: 100%;
        text-align: left; }
        .footer-container .shopbar-container .product-container .product-title h3 a, .dboom-container-block .shopbar-container .product-container .product-title h3 a {
          color: #000;
          font-size: 1em;
          font-weight: 600; }
          .footer-container .shopbar-container .product-container .product-title h3 a:hover, .dboom-container-block .shopbar-container .product-container .product-title h3 a:hover {
            color: #000;
            font-weight: 600;
            background-color: inherit; }
      @media (max-width: 481px) {
        .footer-container .shopbar-container .product-container .product-title, .dboom-container-block .shopbar-container .product-container .product-title {
          display: none; } }
    .footer-container .shopbar-container .product-container .product-item-bar, .dboom-container-block .shopbar-container .product-container .product-item-bar {
      border: none;
      background: transparent;
      display: block; }
      .footer-container .shopbar-container .product-container .product-item-bar .product-span-bar, .dboom-container-block .shopbar-container .product-container .product-item-bar .product-span-bar {
        color: #000;
        font-size: 1.125em;
        font-weight: 300;
        margin: 0;
        display: block; }
        @media (max-width: 481px) {
          .footer-container .shopbar-container .product-container .product-item-bar .product-span-bar, .dboom-container-block .shopbar-container .product-container .product-item-bar .product-span-bar {
            display: none; } }
      .footer-container .shopbar-container .product-container .product-item-bar .product-item-button, .dboom-container-block .shopbar-container .product-container .product-item-bar .product-item-button {
        display: none; }
        .footer-container .shopbar-container .product-container .product-item-bar .product-item-button a, .dboom-container-block .shopbar-container .product-container .product-item-bar .product-item-button a {
          font-size: 1.500em;
          background-color: #FFFE01;
          color: #000;
          padding: 0px 0 3px 6px; }
          .footer-container .shopbar-container .product-container .product-item-bar .product-item-button a i, .dboom-container-block .shopbar-container .product-container .product-item-bar .product-item-button a i {
            margin: 0 7px 0 0; }
        @media (max-width: 481px) {
          .footer-container .shopbar-container .product-container .product-item-bar .product-item-button, .dboom-container-block .shopbar-container .product-container .product-item-bar .product-item-button {
            display: block;
            position: absolute;
            bottom: 5px;
            right: 10px; } }
      .footer-container .shopbar-container .product-container .product-item-bar .product-price, .dboom-container-block .shopbar-container .product-container .product-item-bar .product-price {
        width: 100%;
        text-align: left;
        font-weight: 700;
        font-size: 1.375em;
        color: #000;
        display: block;
        margin: 0; }
        .footer-container .shopbar-container .product-container .product-item-bar .product-price del .amount, .dboom-container-block .shopbar-container .product-container .product-item-bar .product-price del .amount {
          font-weight: 700;
          font-size: 0.875em; }
        .footer-container .shopbar-container .product-container .product-item-bar .product-price ins .amount, .dboom-container-block .shopbar-container .product-container .product-item-bar .product-price ins .amount {
          width: 100%;
          text-align: center;
          font-weight: 700;
          font-size: 1em;
          color: #000; }
        @media (max-width: 481px) {
          .footer-container .shopbar-container .product-container .product-item-bar .product-price, .dboom-container-block .shopbar-container .product-container .product-item-bar .product-price {
            padding: 3px 0 0 0; } }
      .footer-container .shopbar-container .product-container .product-item-bar .product-category-bar, .dboom-container-block .shopbar-container .product-container .product-item-bar .product-category-bar {
        display: none; }
        .footer-container .shopbar-container .product-container .product-item-bar .product-category-bar a:before, .dboom-container-block .shopbar-container .product-container .product-item-bar .product-category-bar a:before {
          content: "#";
          margin: 0 1px 0 0; }
        @media (max-width: 481px) {
          .footer-container .shopbar-container .product-container .product-item-bar .product-category-bar, .dboom-container-block .shopbar-container .product-container .product-item-bar .product-category-bar {
            display: none; } }
      @media (max-width: 481px) {
        .footer-container .shopbar-container .product-container .product-item-bar, .dboom-container-block .shopbar-container .product-container .product-item-bar {
          padding: 0 10px; } }
    @media (max-width: 481px) {
      .footer-container .shopbar-container .product-container, .dboom-container-block .shopbar-container .product-container {
        padding: 0 0 7px 0;
        min-height: auto;
        width: 50% !important; } }
  @media (min-width: 481px) and (max-width: 768px) {
    .footer-container .shopbar-container, .dboom-container-block .shopbar-container {
      margin: 0 15px; } }
  @media (max-width: 481px) {
    .footer-container .shopbar-container, .dboom-container-block .shopbar-container {
      margin: 0 15px; } }

.dboom-sidebar .shopbar-container .shopbar-logo {
  width: 300px;
  margin: 0 0 5px 0; }
  .dboom-sidebar .shopbar-container .shopbar-logo a {
    padding: 0;
    margin: 0; }
    .dboom-sidebar .shopbar-container .shopbar-logo a img {
      width: 100%;
      max-width: 246px;
      height: auto; }
    .dboom-sidebar .shopbar-container .shopbar-logo a:hover {
      background-color: #FFF; }
.dboom-sidebar .shopbar-container .product-container {
  width: 100%;
  display: none; }
  .dboom-sidebar .shopbar-container .product-container:first-child {
    display: block; }
  .dboom-sidebar .shopbar-container .product-container .product-image-container {
    display: block;
    position: relative; }
    .dboom-sidebar .shopbar-container .product-container .product-image-container .icon-cart {
      position: absolute;
      bottom: 0;
      right: 0;
      opacity: 1;
      display: none; }
    .dboom-sidebar .shopbar-container .product-container .product-image-container a.product-image-link img {
      max-width: 100%;
      height: auto; }
    .dboom-sidebar .shopbar-container .product-container .product-image-container a.product-image-link:hover {
      background-color: inherit;
      color: #000; }
  .dboom-sidebar .shopbar-container .product-container .product-title {
    display: block; }
    .dboom-sidebar .shopbar-container .product-container .product-title h3 {
      color: #000;
      font-size: 1.125em;
      font-weight: 600;
      margin: 0;
      padding: 5px 0px 5px 0px;
      width: 100%;
      text-align: left; }
      .dboom-sidebar .shopbar-container .product-container .product-title h3 a {
        color: #000;
        font-size: 1em;
        font-weight: 600; }
        .dboom-sidebar .shopbar-container .product-container .product-title h3 a:hover {
          color: #000;
          font-weight: 600;
          background-color: inherit; }
  .dboom-sidebar .shopbar-container .product-container .product-item-bar {
    border: none;
    background: transparent;
    display: block;
    margin: 0 0 15px 0; }
    .dboom-sidebar .shopbar-container .product-container .product-item-bar .product-span-bar {
      color: #000;
      font-size: 1.125em;
      font-weight: 300;
      margin: 0;
      display: block; }
    .dboom-sidebar .shopbar-container .product-container .product-item-bar .item-button {
      display: none; }
    .dboom-sidebar .shopbar-container .product-container .product-item-bar .product-price {
      width: 100%;
      text-align: left;
      font-weight: 700;
      font-size: 1.375em;
      color: #000;
      display: block;
      margin: 0; }
      .dboom-sidebar .shopbar-container .product-container .product-item-bar .product-price del .amount {
        font-weight: 700;
        font-size: 0.875em; }
      .dboom-sidebar .shopbar-container .product-container .product-item-bar .product-price ins .amount {
        width: 100%;
        text-align: left;
        font-weight: 700;
        font-size: 1em;
        color: #000; }
    .dboom-sidebar .shopbar-container .product-container .product-item-bar .product-category-bar {
      display: none; }
      .dboom-sidebar .shopbar-container .product-container .product-item-bar .product-category-bar a:before {
        content: "#";
        margin: 0 1px 0 0; }
  .dboom-sidebar .shopbar-container .product-container:last-child .product-item-bar {
    margin: 0 0 25px 0; }

.tag-counter {
  color: #000;
  font-size: 18px;
  font-weight: 600; }

.dboom-gallery-block {
  margin: 0 0 100px 0; }
  .dboom-gallery-block .dboom-image {
    position: relative;
    display: inline-block; }
    .dboom-gallery-block .dboom-image img {
      width: 100;
      max-width: 100%; }
    .dboom-gallery-block .dboom-image .dboom-gallery-prev {
      position: absolute;
      left: 0;
      top: 50%;
      display: none;
      z-index: 10; }
      .dboom-gallery-block .dboom-image .dboom-gallery-prev:hover {
        display: block; }
    .dboom-gallery-block .dboom-image .dboom-gallery-next {
      position: absolute;
      right: 0;
      top: 50%;
      display: none;
      z-index: 10; }
      .dboom-gallery-block .dboom-image .dboom-gallery-next:hover {
        display: block; }
    .dboom-gallery-block .dboom-image .dboom-gallery-prev-pane {
      position: absolute;
      left: 0;
      top: 0;
      width: 20%;
      height: 100%;
      background-color: transparent;
      display: block;
      cursor: pointer;
      z-index: 5; }
      .dboom-gallery-block .dboom-image .dboom-gallery-prev-pane:hover + .dboom-gallery-prev {
        display: block;
        opacity: 0.5; }
    .dboom-gallery-block .dboom-image .dboom-gallery-next-pane {
      position: absolute;
      right: 0;
      top: 0;
      width: 20%;
      height: 100%;
      background-color: transparent;
      cursor: pointer;
      z-index: 5; }
      .dboom-gallery-block .dboom-image .dboom-gallery-next-pane:hover + .dboom-gallery-next {
        display: block;
        opacity: 0.5; }
  .dboom-gallery-block .dboom-title {
    margin: 30px 0;
    padding: 0; }
    .dboom-gallery-block .dboom-title > h1 {
      font-size: 30px; }
      .dboom-gallery-block .dboom-title > h1 > a {
        color: #000; }
  .dboom-gallery-block .dboom-caption {
    font-size: 16px; }
    .dboom-gallery-block .dboom-caption p {
      margin: 0;
      padding: 0;
      font-size: 16px;
      font-weight: 400; }
    .dboom-gallery-block .dboom-caption strong, .dboom-gallery-block .dboom-caption p > strong {
      font-size: 0.97em;
      font-weight: 700; }

.dboom-single .dboom-category-block h2 {
  font-size: 1.750em;
  font-weight: 700; }
.dboom-single .dboom-category-block.video-title h2 {
  font-size: 1.500em;
  font-weight: 700; }
@media (max-width: 481px) {
  .dboom-single .dboom-container-block.dboom-container-block-title {
    display: block;
    margin: 0 15px; } }

.dboom-single-block-separator {
  margin: 10px 0; }

.dboom-single-block {
  overflow: hidden;
  margin-bottom: 50px;
  max-width: 818px; }

.dboom-single-block .dboom-title, .dboom-single-competition-block .dboom-title {
  padding: 10px 0 40px 0;
  margin: 0; }
  .dboom-single-block .dboom-title h1, .dboom-single-competition-block .dboom-title h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    padding: 0; }
.dboom-single-block .dboom-image .date-info, .dboom-single-competition-block .dboom-image .date-info {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0 3px 0 3px;
  font-size: 18px;
  font-weight: 700; }
.dboom-single-block .dboom-image img, .dboom-single-competition-block .dboom-image img {
  height: auto;
  max-width: 100%; }
.dboom-single-block .dboom-article-content p, .dboom-single-competition-block .dboom-article-content p {
  margin: 0;
  padding: 0;
  font-size: 1.01em;
  font-weight: 400;
  letter-spacing: -0.01px; }
  @media (min-width: 481px) and (max-width: 768px) {
    .dboom-single-block .dboom-article-content p, .dboom-single-competition-block .dboom-article-content p {
      margin: 0 15px; } }
  @media (max-width: 481px) {
    .dboom-single-block .dboom-article-content p, .dboom-single-competition-block .dboom-article-content p {
      margin: 0 15px; } }
@media (min-width: 481px) and (max-width: 768px) {
  .dboom-single-block .dboom-article-content h1, .dboom-single-block .dboom-article-content h2, .dboom-single-block .dboom-article-content h3, .dboom-single-block .dboom-article-content h4, .dboom-single-block .dboom-article-content h5, .dboom-single-block .dboom-article-content h6, .dboom-single-competition-block .dboom-article-content h1, .dboom-single-competition-block .dboom-article-content h2, .dboom-single-competition-block .dboom-article-content h3, .dboom-single-competition-block .dboom-article-content h4, .dboom-single-competition-block .dboom-article-content h5, .dboom-single-competition-block .dboom-article-content h6 {
    margin: 0 15px; } }
@media (max-width: 481px) {
  .dboom-single-block .dboom-article-content h1, .dboom-single-block .dboom-article-content h2, .dboom-single-block .dboom-article-content h3, .dboom-single-block .dboom-article-content h4, .dboom-single-block .dboom-article-content h5, .dboom-single-block .dboom-article-content h6, .dboom-single-competition-block .dboom-article-content h1, .dboom-single-competition-block .dboom-article-content h2, .dboom-single-competition-block .dboom-article-content h3, .dboom-single-competition-block .dboom-article-content h4, .dboom-single-competition-block .dboom-article-content h5, .dboom-single-competition-block .dboom-article-content h6 {
    margin: 0 15px; } }
.dboom-single-block .dboom-article-content p > a, .dboom-single-block .dboom-article-content p > strong > a, .dboom-single-block .dboom-article-content strong > a, .dboom-single-competition-block .dboom-article-content p > a, .dboom-single-competition-block .dboom-article-content p > strong > a, .dboom-single-competition-block .dboom-article-content strong > a {
  color: #828282;
  font-weight: 700;
  text-decoration: underline; }
.dboom-single-block .dboom-article-content > p > img, .dboom-single-block .dboom-article-content > p > a > img, .dboom-single-block .dboom-article-content > .expand > p > img, .dboom-single-competition-block .dboom-article-content > p > img, .dboom-single-competition-block .dboom-article-content > p > a > img, .dboom-single-competition-block .dboom-article-content > .expand > p > img {
  margin: 40px 0px 0px 0px;
  padding: 0px;
  position: relative;
  max-width: 100%;
  height: auto;
  vertical-align: baseline; }
  @media (min-width: 481px) and (max-width: 768px) {
    .dboom-single-block .dboom-article-content > p > img, .dboom-single-block .dboom-article-content > p > a > img, .dboom-single-block .dboom-article-content > .expand > p > img, .dboom-single-competition-block .dboom-article-content > p > img, .dboom-single-competition-block .dboom-article-content > p > a > img, .dboom-single-competition-block .dboom-article-content > .expand > p > img {
      margin: 40px -50vw 0px -50vw;
      padding: 0px;
      position: relative;
      width: 100vw;
      max-width: calc(100% + 30px);
      height: auto;
      left: 50%;
      right: 50%; } }
  @media (max-width: 481px) {
    .dboom-single-block .dboom-article-content > p > img, .dboom-single-block .dboom-article-content > p > a > img, .dboom-single-block .dboom-article-content > .expand > p > img, .dboom-single-competition-block .dboom-article-content > p > img, .dboom-single-competition-block .dboom-article-content > p > a > img, .dboom-single-competition-block .dboom-article-content > .expand > p > img {
      margin: 40px -50vw 0px -50vw;
      padding: 0px;
      position: relative;
      width: 100vw;
      max-width: calc(100% + 30px);
      height: auto;
      left: 50%;
      right: 50%; } }
.dboom-single-block .dboom-article-author, .dboom-single-competition-block .dboom-article-author {
  margin: 50px 0 35px 0;
  padding: 0px;
  clear: both;
  width: 100%;
  color: #000;
  font-weight: 600;
  font-size: 1.125em;
  height: 40px;
  line-height: 40px;
  background-color: #FFFE01; }
  .dboom-single-block .dboom-article-author .article-date, .dboom-single-competition-block .dboom-article-author .article-date {
    margin: 0px 10px 0px 0px;
    padding: 0px;
    float: right;
    width: 20%;
    text-align: right; }
    @media (max-width: 481px) {
      .dboom-single-block .dboom-article-author .article-date, .dboom-single-competition-block .dboom-article-author .article-date {
        display: none; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .dboom-single-block .dboom-article-author .article-date, .dboom-single-competition-block .dboom-article-author .article-date {
        display: none; } }
  .dboom-single-block .dboom-article-author .article-author, .dboom-single-competition-block .dboom-article-author .article-author {
    margin: 0px 0px 0px 15px;
    padding: 0px;
    float: left;
    width: 75%; }

.dboom-single-last-block {
  margin: 0px 0 80px 0; }
  .dboom-single-last-block > h2 {
    font-size: 1.750em;
    font-weight: 700;
    text-transform: lowercase;
    margin: -20px 0 0 0;
    padding: 0; }
    .dboom-single-last-block > h2 > a {
      color: #000; }
  @media (min-width: 481px) and (max-width: 768px) {
    .dboom-single-last-block {
      margin: 40px 15px 80px 15px; } }
  @media (max-width: 481px) {
    .dboom-single-last-block {
      margin: 40px 15px 80px 15px; } }

.dboom-article-gallery {
  overflow: hidden;
  width: 100%; }
  .dboom-article-gallery .dboom-gallery-view .dboom-gallery-item {
    width: 182px;
    margin: 0 30px 35px 0;
    padding: 0;
    float: left; }
    .dboom-article-gallery .dboom-gallery-view .dboom-gallery-item .ngg-gallery-thumbnail {
      border: 0px none;
      margin: 0; }
      .dboom-article-gallery .dboom-gallery-view .dboom-gallery-item .ngg-gallery-thumbnail a {
        margin: 0; }
    .dboom-article-gallery .dboom-gallery-view .dboom-gallery-item:nth-child(4n+0) {
      margin: 0 0 35px 0; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .dboom-article-gallery .dboom-gallery-view .dboom-gallery-item {
        width: 189px;
        margin: 0 35px 35px 0; }
        .dboom-article-gallery .dboom-gallery-view .dboom-gallery-item:nth-child(4n+0) {
          margin: 0 35px 35px 0; }
        .dboom-article-gallery .dboom-gallery-view .dboom-gallery-item:nth-child(3n+0) {
          margin: 0 0px 35px 0; } }
    @media (min-width: 950px) and (max-width: 991px) {
      .dboom-article-gallery .dboom-gallery-view .dboom-gallery-item {
        width: 180px;
        margin: 0 27.5px 27.5px 0; }
        .dboom-article-gallery .dboom-gallery-view .dboom-gallery-item:nth-child(4n+0) {
          margin: 0 27.5px 27.5px 0; }
        .dboom-article-gallery .dboom-gallery-view .dboom-gallery-item:nth-child(3n+0) {
          margin: 0 0px 27.5px 0; } }
    @media (min-width: 769px) and (max-width: 949px) {
      .dboom-article-gallery .dboom-gallery-view .dboom-gallery-item {
        width: 169px;
        margin: 0px 30px 30px 0; }
        .dboom-article-gallery .dboom-gallery-view .dboom-gallery-item:nth-child(3n+0) {
          margin: 0px 30px 30px 0; }
        .dboom-article-gallery .dboom-gallery-view .dboom-gallery-item:nth-child(4n+0) {
          margin: 0 0px 30px 0; } }
  @media (min-width: 481px) and (max-width: 768px) {
    .dboom-article-gallery {
      display: none; } }
  @media (max-width: 481px) {
    .dboom-article-gallery {
      display: none; } }

.dboom-tag-block {
  width: 100%;
  margin: 0 0 50px 0;
  padding: 0;
  overflow: hidden; }
  .dboom-tag-block .tag-articles {
    font-weight: 400; }
  .dboom-tag-block > h3 {
    font-size: 22px;
    margin: 20px 0 10px 0;
    font-weight: 700; }
    .dboom-tag-block > h3 a {
      color: #000; }
    .dboom-tag-block > h3 span {
      font-size: 16px;
      color: #000;
      white-space: nowrap; }
  .dboom-tag-block .items-row {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    .dboom-tag-block .items-row article {
      width: 250px;
      float: left;
      margin: 0 40px 0 0;
      background-color: #F6F6F6;
      position: relative;
      padding: 0 0 10px 0; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .dboom-tag-block .items-row article {
          width: 195px;
          margin: 0px 25px 0 0; } }
      @media (min-width: 950px) and (max-width: 991px) {
        .dboom-tag-block .items-row article {
          width: 180px;
          margin: 0 25px 0 0; } }
      @media (min-width: 769px) and (max-width: 949px) {
        .dboom-tag-block .items-row article {
          width: 235px;
          margin: 0px 31px 0 0; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .dboom-tag-block .items-row article {
          width: 100%;
          margin: 0px 0px 35px 0;
          padding: 0; } }
      @media (max-width: 481px) {
        .dboom-tag-block .items-row article {
          width: 100%;
          padding: 0;
          margin: 0px 0px 35px 0; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 481px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 481px), only screen and (min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min-resolution: 192dpi) and (max-width: 481px), only screen and (min-resolution: 2dppx) and (max-width: 481px) {
        .dboom-tag-block .items-row article {
          /* Small screen, retina, stuff to override above media query */
          width: 100%; } }
      .dboom-tag-block .items-row article:last-child {
        margin: 0; }
      .dboom-tag-block .items-row article .dboom-title {
        font-size: 1.250em;
        font-weight: 600;
        color: #000;
        padding: 10px;
        margin: 0px;
        min-height: 108px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .dboom-tag-block .items-row article .dboom-title {
            min-height: 120px; } }
        @media (min-width: 950px) and (max-width: 991px) {
          .dboom-tag-block .items-row article .dboom-title {
            font-size: 1.250em;
            min-height: 108px; } }
        @media (min-width: 769px) and (max-width: 949px) {
          .dboom-tag-block .items-row article .dboom-title {
            min-height: 120px; } }
        @media (min-width: 481px) and (max-width: 768px) {
          .dboom-tag-block .items-row article .dboom-title {
            font-size: 1.125em;
            font-weight: 400;
            margin: 0;
            padding: 8px 5px 0 10px;
            min-height: 78px;
            height: 78px;
            overflow: hidden;
            line-height: 1.125em; } }
        @media (max-width: 481px) {
          .dboom-tag-block .items-row article .dboom-title {
            font-size: 1.125em;
            font-weight: 400;
            margin: 0;
            padding: 8px 5px 0 10px;
            min-height: 80px;
            height: 80px;
            overflow: hidden;
            line-height: 1.125em; } }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 481px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 481px), only screen and (min-device-pixel-ratio: 2) and (max-width: 481px), only screen and (min-resolution: 192dpi) and (max-width: 481px), only screen and (min-resolution: 2dppx) and (max-width: 481px) {
          .dboom-tag-block .items-row article .dboom-title {
            /* Small screen, retina, stuff to override above media query */ } }
      .dboom-tag-block .items-row article .dboom-excerpt {
        display: none; }
      @media (min-width: 481px) and (max-width: 768px) {
        .dboom-tag-block .items-row article .dboom-bollino {
          display: none; } }
      @media (max-width: 481px) {
        .dboom-tag-block .items-row article .dboom-bollino {
          display: none; } }
      .dboom-tag-block .items-row article .dboom-category {
        padding: 0 10px;
        margin: 0 0 10px 0;
        font-weight: 400;
        color: #A4A1A1;
        font-size: 22px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .dboom-tag-block .items-row article .dboom-category {
            font-size: 20px; } }
        @media (min-width: 769px) and (max-width: 949px) {
          .dboom-tag-block .items-row article .dboom-category {
            font-size: 20px; } }
        @media (min-width: 481px) and (max-width: 768px) {
          .dboom-tag-block .items-row article .dboom-category {
            display: none; } }
        @media (max-width: 481px) {
          .dboom-tag-block .items-row article .dboom-category {
            display: none; } }
        .dboom-tag-block .items-row article .dboom-category a {
          font-weight: 400;
          color: #A4A1A1;
          padding: 0 0 2px 0; }
      .dboom-tag-block .items-row article .dboom-tags {
        display: none; }
      @media (min-width: 481px) and (max-width: 768px) {
        .dboom-tag-block .items-row article .dboom-image {
          float: left;
          width: 125px;
          height: 100px; } }
      @media (max-width: 481px) {
        .dboom-tag-block .items-row article .dboom-image {
          float: left;
          width: 125px;
          height: 100px; } }
      .dboom-tag-block .items-row article .dboom-image .date-info {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0.6);
        padding: 0 3px 0 3px;
        font-size: 18px;
        font-weight: 700; }
      .dboom-tag-block .items-row article .dboom-image:hover .date-info {
        display: block; }
        @media (min-width: 481px) and (max-width: 768px) {
          .dboom-tag-block .items-row article .dboom-image:hover .date-info {
            display: none; } }
        @media (max-width: 481px) {
          .dboom-tag-block .items-row article .dboom-image:hover .date-info {
            display: none; } }
      .dboom-tag-block .items-row article .dboom-image a {
        background-color: transparent; }
        .dboom-tag-block .items-row article .dboom-image a:hover {
          background-color: transparent; }
        .dboom-tag-block .items-row article .dboom-image a img {
          max-width: 100%;
          height: auto; }
          .dboom-tag-block .items-row article .dboom-image a img:hover {
            opacity: 0.6;
            filter: alpha(opacity=60);
            -webkit-transition: all 250ms ease-in-out;
            -moz-transition: all 250ms ease-in-out;
            -ms-transition: all 250ms ease-in-out;
            -o-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out; }
      .dboom-tag-block .items-row article .dboom-info {
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        position: relative;
        overflow: hidden; }
        .dboom-tag-block .items-row article .dboom-info:before, .dboom-tag-block .items-row article .dboom-info:after {
          content: " ";
          display: table; }
        .dboom-tag-block .items-row article .dboom-info:after {
          clear: both; }
        @media (min-width: 481px) and (max-width: 768px) {
          .dboom-tag-block .items-row article .dboom-info {
            display: none; } }
        @media (max-width: 481px) {
          .dboom-tag-block .items-row article .dboom-info {
            display: none; } }
        .dboom-tag-block .items-row article .dboom-info .dboom-source {
          position: absolute;
          right: 10px;
          top: 0; }
          .dboom-tag-block .items-row article .dboom-info .dboom-source a {
            font-size: 1.125em;
            font-weight: 600;
            padding: 0 5px 2px 5px;
            margin: 0 0 0 5px; }
            .dboom-tag-block .items-row article .dboom-info .dboom-source a:first-child {
              padding: 0 5px 2px 0px;
              margin: 0; }
            @media (max-width: 481px) {
              .dboom-tag-block .items-row article .dboom-info .dboom-source a {
                font-size: 1.250em; } }
      .dboom-tag-block .items-row article .date-info-absolute {
        display: none;
        background-color: rgba(155, 155, 155, 0.1);
        font-size: 16px;
        font-weight: 700;
        height: 22px;
        line-height: 22px;
        margin: 0;
        padding: 0px 0 0 135px; }
        @media (min-width: 481px) and (max-width: 768px) {
          .dboom-tag-block .items-row article .date-info-absolute {
            display: block; } }
        @media (max-width: 481px) {
          .dboom-tag-block .items-row article .date-info-absolute {
            display: block; } }
  @media (max-width: 481px) {
    .dboom-tag-block {
      padding: 0 15px; } }
  @media (min-width: 481px) and (max-width: 768px) {
    .dboom-tag-block {
      padding: 0 15px; } }

@media (max-width: 481px) {
  .dboom-article-comments {
    overflow: hidden;
    margin: 0 15px; } }
@media (min-width: 481px) and (max-width: 768px) {
  .dboom-article-comments {
    overflow: hidden;
    margin: 0 15px; } }
.dboom-article-comments .commentlist {
  margin-bottom: 10px; }
  .dboom-article-comments .commentlist .comment cite {
    font-style: normal; }
  .dboom-article-comments .commentlist .comment p {
    font-size: 1.01em;
    padding-bottom: 5px; }

.fancybox-slide--iframe .fancybox-content {
  width: 800px;
  height: 600px;
  max-width: 80%;
  max-height: 80%;
  margin: 0; }

@media (max-width: 481px) {
  #dboom-login-form.single {
    width: 100%; } }
@media (min-width: 481px) and (max-width: 768px) {
  #dboom-login-form.single {
    width: 100%; } }
#dboom-login-form.single #dboom-forgot-password-form {
  margin: 15px 0 0 0; }
  #dboom-login-form.single #dboom-forgot-password-form .registration-text, #dboom-login-form.single #dboom-forgot-password-form .registration-title {
    font-weight: 300 !important; }

/*COMMENTS*/
#CommentsForm {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 100%;
  text-transform: lowercase; }
  #CommentsForm p {
    text-transform: lowercase;
    font-size: 16px;
    font-weight: 400; }

#CommentsForm .FormRow {
  margin: 0px 0 10px 0;
  padding: 0px;
  display: block;
  overflow: hidden; }

#CommentsForm input[type="text"], #CommentsForm input[type="password"] {
  margin: 10px 20px 0px 0px;
  padding: 0px 5px 0px 5px;
  display: block;
  width: 290px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ADB1B6; }

#CommentsForm label {
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  display: block;
  width: 300px; }

#CommentsForm textarea {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  width: 100%;
  height: 80px;
  font-size: 16px;
  border: 1px solid #ADB1B6;
  resize: none; }

#CommentsForm #CommentsPolicy {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  color: #969696;
  text-decoration: underline;
  display: inline-block; }
  #CommentsForm #CommentsPolicy:hover {
    background-color: #FFFE01;
    color: #000; }

#CommentsForm #CommentsPolicyText {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  display: none; }

#LoginVia {
  margin: 0px;
  padding: 0px; }

#LoginVia h5 {
  margin: 0px 15px 0 0;
  padding: 15px 0px 0 0;
  font-weight: 300;
  color: #999999;
  font-size: 16px;
  text-transform: uppercase; }

#LoginVia img {
  margin: 0px 5px 0px 0px;
  padding: 0px; }

#CommentsForm input[type="submit"] {
  margin: 25px 0px 0px 0px;
  padding: 5px 25px;
  background-color: #F6F6F6;
  border: 1px solid #e9e9e9;
  color: #000;
  font-size: 1.250em;
  border-radius: 0px;
  cursor: pointer;
  outline: none;
  clear: both; }

#CommentsForm input[type="submit"]:hover {
  background-color: #FFFE01; }

.commentlist {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%; }

.comment {
  margin: 25px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  float: left;
  width: 100%;
  background-color: #FFFFFF; }

.commentlist a {
  color: #000000;
  text-decoration: underline; }

.says {
  display: none; }

.reply {
  display: none; }

#comment {
  margin: 20px 0px 0px 0px;
  padding: 0px;
  float: left;
  background-color: #FFFFFF;
  border: 1px solid #adb1b6;
  color: #000000;
  width: 100%;
  height: 80px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  resize: none; }

#author, #email, #url {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  float: left;
  background-color: #FFFFFF;
  border: 1px solid #adb1b6;
  color: #000000;
  width: 208px;
  height: 20px;
  line-height: 20px; }

#commentform {
  margin-top: 20px;
  padding: 0px;
  float: left;
  width: 100%; }

#commentform p {
  margin: 0px;
  padding: 0px;
  display: block;
  font-size: 16px;
  font-weight: 300; }
  @media (max-width: 481px) {
    #commentform p {
      font-size: 18px; } }
  @media (min-width: 481px) and (max-width: 768px) {
    #commentform p {
      font-size: 18px; } }

#commentform label {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  display: block;
  width: 300px;
  line-height: 20px; }

#commentform #submit {
  margin: 11px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 134px;
  height: 38px;
  font-weight: normal;
  background-color: #f9f9f9;
  border: 1px solid #d3d3d3;
  cursor: pointer;
  font-size: 24px;
  color: #1a1a1a; }

#commentform #submit:hover {
  background-color: #ffff00;
  border: 1px solid #d3d3d3;
  cursor: pointer; }

.CommentPolicy {
  margin: 80px 3px 0px 0px;
  padding: 0px;
  float: right;
  width: 174px;
  text-align: right; }

.CommentPolicy a {
  color: #7e7d7d;
  width: 200px;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline; }

.comment-author {
  margin: 0px;
  padding: 0px;
  background-color: #f0f1f1;
  float: left;
  width: 100%;
  height: 33px;
  vertical-align: middle; }
  .comment-author cite {
    margin-left: 5px; }

.commentmetadata {
  margin: 0px;
  padding: 0px 10px 0px 0px;
  background-color: #F0F1F1;
  float: right;
  width: 140px;
  height: 33px;
  line-height: 33px;
  text-align: right;
  color: #000000;
  text-transform: lowercase; }

.commentmetadata a {
  color: #000000;
  text-decoration: none;
  font-weight: normal; }

.comment p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 15px 0px;
  float: left;
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 24px; }

.Green {
  /* background-color: #9ADD00; */
  background-color: #01ff01; }

.AlternativeLoginContainer {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 185px; }

.AlternativeLoginContainer h3 {
  margin: 0px;
  padding: 15px 0px 15px 0px;
  float: left;
  width: 210px;
  color: #999999; }

.AlternativeLoginContainer .LoginItem {
  margin: 5px 10px 5px 0;
  padding: 0px;
  display: block;
  width: 31px;
  float: left; }
  .AlternativeLoginContainer .LoginItem a:hover {
    background: transparent; }

.expand-button {
  margin: 30px 0px 20px 0px;
  padding: 0px;
  float: left;
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 1.500em;
  background-color: #F6F6F6;
  text-align: center;
  color: #000;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer; }
  .expand-button:hover {
    text-decoration: none;
    font-size: 1.500em; }

.dboom-single-competition {
  margin: 0 0 100px 0; }
  .dboom-single-competition .dboom-article-content img {
    width: 100%;
    height: auto; }

h1 + .dboom-container-block {
  margin-top: 15px; }

.toggle-forgot-password, .toggler-link {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer; }

.reset-pwd-restore {
  cursor: pointer; }

@media (min-width: 481px) and (max-width: 768px) {
  .dboom-container-padded {
    padding: 0 10px; } }
@media (max-width: 481px) {
  .dboom-container-padded {
    padding: 0 10px; } }

.dboom-form-submit {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  background-color: #01ff01;
  border: 0px solid;
  padding: 5px 25px;
  display: inline-block;
  min-width: 140px;
  cursor: pointer;
  text-align: center; }
  .dboom-form-submit:hover {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    background-color: #FFFE01;
    text-align: center; }

.dboom-container-text {
  margin: 0;
  padding: 0px;
  font-size: 1.250em;
  font-weight: 400;
  color: #000;
  width: 100%; }

.dboom-file-upload-container {
  margin: 25px 0 25px 0; }
  .dboom-file-upload-container .drop-area {
    background-color: rgba(200, 200, 200, 0.1); }
    .dboom-file-upload-container .drop-area.dragenter {
      border-color: #FFFE01 !important;
      background-color: rgba(200, 200, 200, 0.3); }
  .dboom-file-upload-container.error .drop-area {
    border-color: red !important; }
  .dboom-file-upload-container.valid .drop-area {
    border-color: #01ff01 !important; }
  .dboom-file-upload-container #btn-add-files {
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    background: #FFFE01;
    padding: 15px 40px;
    display: inline-block;
    margin: 70px auto 0 auto; }
  .dboom-file-upload-container #sortable-images {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden; }
    .dboom-file-upload-container #sortable-images > li {
      margin: 10px 8px 10px 0;
      padding: 0px;
      float: left;
      width: 123px;
      height: 145px;
      border: 2px dashed #ccc;
      overflow: hidden; }
      .dboom-file-upload-container #sortable-images > li.li-item:hover .ico-cancel {
        display: block; }
      .dboom-file-upload-container #sortable-images > li.li-item:last-child {
        margin-right: 0; }
      .dboom-file-upload-container #sortable-images > li.li-item.error {
        border-color: red; }
      .dboom-file-upload-container #sortable-images > li.li-item.valid {
        border-color: #01ff01; }
      .dboom-file-upload-container #sortable-images > li.li-item.open {
        margin: 30px 0;
        width: 100%; }
        .dboom-file-upload-container #sortable-images > li.li-item.open .block-image {
          width: 35%;
          height: 100%;
          margin: 0;
          padding: 0;
          float: left; }
        .dboom-file-upload-container #sortable-images > li.li-item.open .block-caption {
          width: 65%;
          height: 100%;
          margin: 0;
          float: left;
          padding: 40px 10px 0 10px; }
          .dboom-file-upload-container #sortable-images > li.li-item.open .block-caption .ico-close {
            display: block;
            cursor: pointer;
            position: absolute;
            top: 5px;
            right: 0px;
            color: #333;
            background-color: yellow;
            padding: 2px 7px 4px 8px;
            border-radius: 50px;
            font-size: 22px; }
          .dboom-file-upload-container #sortable-images > li.li-item.open .block-caption .info {
            display: block;
            color: #000;
            font-weight: 400;
            top: 10px;
            left: 10px;
            position: absolute;
            white-space: nowrap;
            overflow: hidden;
            font-size: 16px; }
          .dboom-file-upload-container #sortable-images > li.li-item.open .block-caption .filename {
            color: #000;
            font-weight: 300;
            bottom: 0;
            left: 10px;
            position: absolute;
            white-space: nowrap;
            max-width: 75%;
            overflow: hidden; }
          .dboom-file-upload-container #sortable-images > li.li-item.open .block-caption .filesize {
            color: #000;
            font-weight: 300;
            bottom: 0px;
            right: 10px;
            text-align: right;
            position: absolute; }
          .dboom-file-upload-container #sortable-images > li.li-item.open .block-caption .form-control.caption-control {
            text-align: left;
            font-size: 16px;
            padding: 5px;
            border: 1px solid #ccc; }
      .dboom-file-upload-container #sortable-images > li.drop-area {
        height: 240px;
        color: #000;
        border: 2px dashed #ccc;
        text-align: center;
        width: 100%; }
      .dboom-file-upload-container #sortable-images > li.drop-area-li {
        color: #000;
        border: 2px dashed #ccc;
        text-align: center; }
      .dboom-file-upload-container #sortable-images > li .block-image {
        position: relative;
        width: 90%;
        height: 75%;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        background-image: url("../imgs/placeholder.png");
        padding: 0;
        margin: 5% 0 0 5%; }
        .dboom-file-upload-container #sortable-images > li .block-image .ico-cancel {
          display: none;
          cursor: pointer;
          position: absolute;
          top: 0px;
          right: 0px;
          color: #333;
          background-color: #FFFE01;
          padding: 2px 4px 3px 5px;
          border-radius: 50px;
          font-size: 22px; }
      .dboom-file-upload-container #sortable-images > li .block-caption {
        position: relative;
        height: 20%;
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        overflow: hidden; }
        .dboom-file-upload-container #sortable-images > li .block-caption .form-control.caption-control {
          border: 0 none;
          line-height: inherit !important;
          padding: 5px 0 0 0;
          text-align: center;
          font-size: 14px; }
        .dboom-file-upload-container #sortable-images > li .block-caption .info, .dboom-file-upload-container #sortable-images > li .block-caption .ico-close {
          display: none; }

#drop-area-imgfull, .single-uploader-container {
  height: 200px;
  color: #000;
  border: 2px dashed #ccc;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 500px;
  position: relative;
  overflow: hidden; }
  #drop-area-imgfull.dragenter, .single-uploader-container.dragenter {
    border-color: #FFFE01 !important;
    background-color: rgba(200, 200, 200, 0.3); }
  #drop-area-imgfull .block-image, .single-uploader-container .block-image {
    position: absolute;
    width: 98%;
    height: 96%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: rgba(200, 200, 200, 0.1);
    padding: 0;
    top: 2%;
    left: 1%; }
  #drop-area-imgfull.error, .single-uploader-container.error {
    border-color: red; }
  #drop-area-imgfull.valid, .single-uploader-container.valid {
    border-color: #01ff01; }
    #drop-area-imgfull.valid .block-image, .single-uploader-container.valid .block-image {
      background-color: transparent; }
    #drop-area-imgfull.valid:hover .ico-cancel-single, .single-uploader-container.valid:hover .ico-cancel-single {
      display: block; }
    #drop-area-imgfull.valid .imgfull-file-trigger, .single-uploader-container.valid .imgfull-file-trigger {
      display: none; }
    #drop-area-imgfull.valid .msg, .single-uploader-container.valid .msg {
      display: none; }
    #drop-area-imgfull.valid .input-file-trigger, .single-uploader-container.valid .input-file-trigger {
      display: none; }
  #drop-area-imgfull .ico-cancel-single, .single-uploader-container .ico-cancel-single {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #333;
    background-color: #FFFE01;
    padding: 2px 4px 3px 5px;
    border-radius: 50px;
    font-size: 28px; }
  #drop-area-imgfull .imgfull-file-trigger, .single-uploader-container .imgfull-file-trigger {
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    background: #FFFE01;
    padding: 15px 40px;
    display: inline-block;
    margin: 60px auto 0 auto;
    position: relative;
    z-index: 1; }
  #drop-area-imgfull .input-file-trigger, .single-uploader-container .input-file-trigger {
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    background: #FFFE01;
    padding: 15px 40px;
    display: inline-block;
    margin: 60px auto 0 auto;
    position: relative;
    z-index: 1; }

#progress-bar {
  margin: 0 0 20px 0;
  width: 100%;
  height: 8px;
  position: relative; }

#main-error {
  color: red; }
  #main-error p.final {
    color: #000; }

.dboom-container-form {
  width: 800px;
  float: left;
  margin: 0 0 100px 0;
  padding: 0; }
  @media (min-width: 481px) and (max-width: 768px) {
    .dboom-container-form.dboom-container-competition-form {
      margin: 0; } }
  @media (max-width: 481px) {
    .dboom-container-form.dboom-container-competition-form {
      margin: 0; } }
  .dboom-container-form .page-form {
    margin: 20px 0 0 0; }
    .dboom-container-form .page-form .form-group, .dboom-container-form .page-form .form-group-full {
      margin: 0 0 25px 0;
      width: 50%; }
      @media (min-width: 481px) and (max-width: 768px) {
        .dboom-container-form .page-form .form-group, .dboom-container-form .page-form .form-group-full {
          width: 80%; } }
      @media (max-width: 481px) {
        .dboom-container-form .page-form .form-group, .dboom-container-form .page-form .form-group-full {
          width: 100%; } }
      .dboom-container-form .page-form .form-group .field-wrapper, .dboom-container-form .page-form .form-group-full .field-wrapper {
        position: relative; }
      .dboom-container-form .page-form .form-group .field-radio-wrapper, .dboom-container-form .page-form .form-group-full .field-radio-wrapper {
        position: relative;
        font-size: 18px; }
        .dboom-container-form .page-form .form-group .field-radio-wrapper input, .dboom-container-form .page-form .form-group-full .field-radio-wrapper input {
          margin: 4px 5px 0 0; }
        .dboom-container-form .page-form .form-group .field-radio-wrapper a, .dboom-container-form .page-form .form-group-full .field-radio-wrapper a {
          font-weight: 300;
          color: #000; }
      .dboom-container-form .page-form .form-group > label:first-child, .dboom-container-form .page-form .form-group-full > label:first-child {
        color: #000;
        font-size: 18px;
        font-weight: 700; }
        .dboom-container-form .page-form .form-group > label:first-child i, .dboom-container-form .page-form .form-group-full > label:first-child i {
          font-size: 14px; }
      .dboom-container-form .page-form .form-group .caret, .dboom-container-form .page-form .form-group-full .caret {
        position: absolute;
        right: 20px;
        top: 50%; }
    .dboom-container-form .page-form .form-group-full {
      margin: 0 0 25px 0;
      width: 100%;
      overflow: hidden; }
    .dboom-container-form .page-form .form-control {
      color: #000;
      font-size: 18px;
      font-weight: 400;
      background: #FFF;
      line-height: 40px;
      height: auto;
      border-radius: 0; }
    .dboom-container-form .page-form select.form-control {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .dboom-container-form .page-form textarea.form-control {
      line-height: 20px; }
  .dboom-container-form .registration-text {
    position: relative;
    margin: 30px 0 0 0;
    padding: 0px;
    font-size: 1.250em;
    font-weight: 400;
    color: #000;
    width: 100%; }
    .dboom-container-form .registration-text:first-child {
      margin: 0; }
    .dboom-container-form .registration-text .reset-pwd-restore {
      position: absolute;
      right: 10px;
      font-size: 22px; }
  .dboom-container-form .registration-title {
    margin: 40px 0px 0px 0px;
    padding: 0px;
    font-size: 1.500em;
    font-weight: 700;
    color: #000; }
  .dboom-container-form .registration-subtext {
    margin: 0px 0 0 0;
    padding: 0px;
    font-size: 1.125em;
    font-weight: 400;
    color: #000; }
  .dboom-container-form .registration-legend-text {
    margin: 0px 0 15px 0;
    padding: 0px; }
  .dboom-container-form .registration-subtitle {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-size: 1.500em;
    font-weight: 700;
    color: #000; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .dboom-container-form {
      width: 637px; } }
  @media (min-width: 950px) and (max-width: 991px) {
    .dboom-container-form {
      width: 595px; } }
  @media (min-width: 769px) and (max-width: 949px) {
    .dboom-container-form {
      width: 768px; } }
  @media (min-width: 481px) and (max-width: 768px) {
    .dboom-container-form {
      margin: 0 15px;
      width: inherit;
      float: none; } }
  @media (max-width: 481px) {
    .dboom-container-form {
      margin: 0 15px;
      width: inherit;
      float: none; } }

.registration-title + .registration-text {
  margin: 0; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s; }

#dboom-login-form {
  margin: 0px;
  padding: 0px;
  width: 100%; }
  #dboom-login-form label.error {
    display: none !important; }
  #dboom-login-form input.error {
    border: 1px solid red; }
  #dboom-login-form input.valid {
    border: 1px solid #01ff01; }
  #dboom-login-form .small-error {
    margin: 0 0 0 20px; }

#dboom-forgot-password-form {
  margin: 0px;
  padding: 0px;
  width: 100%; }
  #dboom-forgot-password-form label.error {
    display: none !important; }
  #dboom-forgot-password-form input.error {
    border: 1px solid red; }
  #dboom-forgot-password-form input.valid {
    border: 1px solid #01ff01; }
  #dboom-forgot-password-form .small-error {
    margin: 0 0 0 20px; }
  #dboom-forgot-password-form .only-success {
    background-color: #FFFE01;
    font-weight: 700;
    padding: 5px 10px; }

#dboom-registraton-form, #dboom-edit-profile-form {
  margin: 0px;
  padding: 0px;
  width: 100%; }
  #dboom-registraton-form label.error, #dboom-edit-profile-form label.error {
    display: none !important; }
  #dboom-registraton-form input.error, #dboom-registraton-form select.error, #dboom-edit-profile-form input.error, #dboom-edit-profile-form select.error {
    border: 1px solid red; }
  #dboom-registraton-form input.valid, #dboom-registraton-form select.valid, #dboom-edit-profile-form input.valid, #dboom-edit-profile-form select.valid {
    border: 1px solid #01ff01; }
  #dboom-registraton-form .small-error, #dboom-edit-profile-form .small-error {
    margin: 0 0 0 20px; }
  #dboom-registraton-form #form_register_error, #dboom-edit-profile-form #form_register_error {
    display: block;
    color: red;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0; }

#dboom-registraton-form-confirm {
  margin: 0px;
  width: 100%;
  background-color: #FFFE01;
  font-weight: 700;
  padding: 5px 10px; }

#dboom-edit-profile-form .form-control {
  max-width: 400px; }

#dboom-submission-form, #dboom-competition-submission-form, #dboom-edit-profile-form {
  float: none !important; }
  #dboom-submission-form textarea:focus, #dboom-submission-form input:focus, #dboom-competition-submission-form textarea:focus, #dboom-competition-submission-form input:focus, #dboom-edit-profile-form textarea:focus, #dboom-edit-profile-form input:focus {
    outline: none !important; }
  #dboom-submission-form .form-group > label:first-child, #dboom-submission-form .form-group-full > label:first-child, #dboom-competition-submission-form .form-group > label:first-child, #dboom-competition-submission-form .form-group-full > label:first-child, #dboom-edit-profile-form .form-group > label:first-child, #dboom-edit-profile-form .form-group-full > label:first-child {
    margin: 0 !important; }
  #dboom-submission-form .checkbox-container, #dboom-competition-submission-form .checkbox-container, #dboom-edit-profile-form .checkbox-container {
    width: 25px;
    margin: 10px 0px;
    position: relative; }
    #dboom-submission-form .checkbox-container.checkbox-container-lex, #dboom-competition-submission-form .checkbox-container.checkbox-container-lex, #dboom-edit-profile-form .checkbox-container.checkbox-container-lex {
      width: 100%; }
      #dboom-submission-form .checkbox-container.checkbox-container-lex .checkbok-label, #dboom-competition-submission-form .checkbox-container.checkbox-container-lex .checkbok-label, #dboom-edit-profile-form .checkbox-container.checkbox-container-lex .checkbok-label {
        margin-left: 30px;
        white-space: nowrap; }
      @media (min-width: 481px) and (max-width: 768px) {
        #dboom-submission-form .checkbox-container.checkbox-container-lex, #dboom-competition-submission-form .checkbox-container.checkbox-container-lex, #dboom-edit-profile-form .checkbox-container.checkbox-container-lex {
          width: 100%;
          float: none; } }
      @media (max-width: 481px) {
        #dboom-submission-form .checkbox-container.checkbox-container-lex, #dboom-competition-submission-form .checkbox-container.checkbox-container-lex, #dboom-edit-profile-form .checkbox-container.checkbox-container-lex {
          width: 100%;
          float: none; } }
    #dboom-submission-form .checkbox-container label, #dboom-competition-submission-form .checkbox-container label, #dboom-edit-profile-form .checkbox-container label {
      cursor: pointer;
      position: absolute;
      width: 25px;
      height: 25px;
      top: 0;
      left: 0;
      background: white;
      border: 1px solid #ddd; }
      #dboom-submission-form .checkbox-container label:after, #dboom-competition-submission-form .checkbox-container label:after, #dboom-edit-profile-form .checkbox-container label:after {
        opacity: 0.0;
        content: '';
        position: absolute;
        width: 13px;
        height: 10px;
        background: transparent;
        top: 5px;
        left: 6px;
        border: 3px solid #333;
        border-top: none;
        border-right: none;
        transform: rotate(-50deg);
        /*
        			    opacity: 0.2;
        				content: '';
        				position: absolute;
        				width: 9px;
        				height: 5px;
        				background: transparent;
        				top: 6px;
        				left: 7px;
        				border: 3px solid #333;
        				border-top: none;
        				border-right: none;
        			
        				transform: rotate(-45deg);
        */ }
    #dboom-submission-form .checkbox-container label:hover::after, #dboom-competition-submission-form .checkbox-container label:hover::after, #dboom-edit-profile-form .checkbox-container label:hover::after {
      opacity: 0.1; }
    #dboom-submission-form .checkbox-container input[type=checkbox]:checked + label:after, #dboom-submission-form .checkbox-container input[type=radio]:checked + label:after, #dboom-competition-submission-form .checkbox-container input[type=checkbox]:checked + label:after, #dboom-competition-submission-form .checkbox-container input[type=radio]:checked + label:after, #dboom-edit-profile-form .checkbox-container input[type=checkbox]:checked + label:after, #dboom-edit-profile-form .checkbox-container input[type=radio]:checked + label:after {
      opacity: 1; }
    #dboom-submission-form .checkbox-container input.error + label, #dboom-competition-submission-form .checkbox-container input.error + label, #dboom-edit-profile-form .checkbox-container input.error + label {
      border: 1px solid red; }
  #dboom-submission-form label.error, #dboom-competition-submission-form label.error, #dboom-edit-profile-form label.error {
    display: none !important; }
  #dboom-submission-form input.error, #dboom-submission-form select.error, #dboom-submission-form .form-control.error, #dboom-competition-submission-form input.error, #dboom-competition-submission-form select.error, #dboom-competition-submission-form .form-control.error, #dboom-edit-profile-form input.error, #dboom-edit-profile-form select.error, #dboom-edit-profile-form .form-control.error {
    border: 1px solid red; }
  #dboom-submission-form input.valid, #dboom-submission-form select.valid, #dboom-submission-form .form-control.valid, #dboom-competition-submission-form input.valid, #dboom-competition-submission-form select.valid, #dboom-competition-submission-form .form-control.valid, #dboom-edit-profile-form input.valid, #dboom-edit-profile-form select.valid, #dboom-edit-profile-form .form-control.valid {
    border: 1px solid #01ff01; }
  #dboom-submission-form .caption-control.valid, #dboom-competition-submission-form .caption-control.valid, #dboom-edit-profile-form .caption-control.valid {
    text-align: left !important; }
  #dboom-submission-form .small-error, #dboom-competition-submission-form .small-error, #dboom-edit-profile-form .small-error {
    margin: 0 0 0 20px; }

.error-container {
  font-size: 16px;
  color: red;
  font-weight: 400; }

.submit-your-work {
  width: 220px;
  margin: 0;
  background-color: #01ff01;
  color: #000;
  font-size: 1.375em;
  font-weight: 600;
  padding: 6px 0;
  text-align: center;
  border: 0px solid; }
  .submit-your-work:hover {
    background-color: #FFFE01;
    color: #000;
    font-weight: 600;
    text-decoration: none; }

.see_example {
  color: #999999;
  text-decoration: underline;
  background-color: #FFFFFF;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

.see_example :hover {
  color: #999999;
  text-decoration: underline;
  background-color: #FFFE00;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

.error {
  color: red; }

.title_registration {
  font-size: 30px;
  margin-top: 50px; }

.sidebar-element, #TwitterContainer {
  margin: 0 0 65px 0; }
  .sidebar-element .sidebar-item, #TwitterContainer .sidebar-item {
    margin: 0 0 30px 0; }
  .sidebar-element.aside-adv-box, .sidebar-element.publish-your-work, #TwitterContainer.aside-adv-box, #TwitterContainer.publish-your-work {
    margin: 0 0 45px 0; }

.sidebar-element-title {
  font-size: 1.375em;
  font-weight: 600;
  color: #000; }

.sidebar-iframe {
  margin: 0 0 30px 0; }

.sidebar-link {
  margin: 0 0 0 0; }
  .sidebar-link a {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    float: left;
    color: #000;
    font-size: 1.250em; }
    .sidebar-link a:hover {
      background-color: inherit; }
    .sidebar-link a span {
      background-color: #F6F6F6;
      border: 1px solid #e9e9e9;
      padding: 5px 25px;
      display: inline-block;
      width: 100%; }
    .sidebar-link a:hover span {
      background-color: #FFFE01; }

.publish-your-work .link-publish-your-work {
  display: block;
  width: 100%;
  margin: 25px 0 0 0;
  background-color: #01ff01;
  color: #000;
  font-size: 1.750em;
  font-weight: 600;
  border-radius: 50px;
  padding: 0 0 6px 0;
  text-align: center; }
  .publish-your-work .link-publish-your-work:hover {
    background-color: #FFFE01;
    color: #000;
    font-size: 1.750em;
    font-weight: 600;
    text-decoration: none; }
.publish-your-work .link-publish-your-competition {
  display: block;
  width: 100%;
  margin: 25px 0 0 0;
  background-color: #01ff01;
  color: #000;
  font-size: 1.625em;
  font-weight: 600;
  border-radius: 50px;
  padding: 3px 0 6px 0;
  text-align: center; }
  .publish-your-work .link-publish-your-competition:hover {
    background-color: #FFFE01;
    color: #000;
    font-size: 1.625em;
    font-weight: 600;
    text-decoration: none; }

.block-image > a, .product-image-container > a {
  background-color: transparent; }
  .block-image > a:hover, .product-image-container > a:hover {
    background-color: transparent; }
  .block-image > a > img:hover, .product-image-container > a > img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }

.popular-today-container .popular-today-title {
  font-size: 1.375em;
  font-weight: 600; }
.popular-today-container .popular-today-item {
  position: relative;
  float: left;
  margin: 0 0 30px 0;
  padding: 0; }
  .popular-today-container .popular-today-item .block-image {
    float: left;
    width: 125px;
    height: 100px; }
  .popular-today-container .popular-today-item .block-title {
    float: left;
    width: 175px;
    height: 100px;
    background-color: #F6F6F6;
    padding: 2px 5px 5px 10px;
    overflow: hidden; }
    .popular-today-container .popular-today-item .block-title a {
      font-size: 1em;
      font-weight: 400;
      color: #000;
      display: inline-block;
      line-height: 1.125em; }
      .popular-today-container .popular-today-item .block-title a:hover {
        color: #000;
        text-decoration: none;
        background-color: inherit;
        font-weight: 400; }
  .popular-today-container .popular-today-item .block-description {
    text-align: left;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #e9e9e9;
    padding: 0px 5px 0 10px;
    font-weight: 700;
    font-size: 1em;
    color: #000;
    width: 175px;
    text-transform: lowercase; }
    .popular-today-container .popular-today-item .block-description.text-color-6 {
      background-color: #01ff01; }
    .popular-today-container .popular-today-item .block-description a {
      font-size: 1em;
      font-weight: 700;
      color: #000; }
.popular-today-container .popular-today-pages-link {
  margin: 0 0 0 0; }
  .popular-today-container .popular-today-pages-link a {
    display: inline-block;
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: left;
    float: left;
    color: #000;
    font-size: 1.250em; }
    .popular-today-container .popular-today-pages-link a:hover {
      background-color: inherit; }
    .popular-today-container .popular-today-pages-link a span {
      background-color: #F6F6F6;
      border: 1px solid #e9e9e9;
      padding: 5px 25px;
      display: inline-block; }
    .popular-today-container .popular-today-pages-link a:hover span {
      background-color: #FFFE01; }

.special-tag-container.hide-block-description .special-tag-header .special-tag-image,
.special-tag-container.hide-block-description .special-tag-header .block-description {
  display: none; }
.special-tag-container .special-tag-header .special-tag-title {
  font-size: 1.375em; }
  .special-tag-container .special-tag-header .special-tag-title a {
    font-weight: 600;
    color: #000; }
    .special-tag-container .special-tag-header .special-tag-title a:hover {
      color: #000; }
.special-tag-container .special-tag-header .special-tag-article-count {
  white-space: nowrap;
  font-weight: 400;
  margin: 0 0 10px 0px;
  font-size: 0.9em; }
.special-tag-container .special-tag-header .block-description {
  font-size: 1em;
  margin: 0 0 15px 0px;
  font-weight: 300; }
.special-tag-container .special-tag-item {
  position: relative;
  float: left;
  margin: 0 0 30px 0;
  padding: 0; }
  .special-tag-container .special-tag-item .block-image {
    float: left;
    width: 125px;
    height: 100px; }
  .special-tag-container .special-tag-item .block-title {
    float: left;
    width: 175px;
    height: 100px;
    background-color: #F6F6F6;
    padding: 2px 5px 5px 10px;
    overflow: hidden; }
    .special-tag-container .special-tag-item .block-title a {
      font-size: 1em;
      font-weight: 400;
      color: #000;
      display: inline-block;
      line-height: 1.125em; }
      .special-tag-container .special-tag-item .block-title a:hover {
        color: #000;
        text-decoration: none;
        background-color: inherit;
        font-weight: 400; }
  .special-tag-container .special-tag-item .block-description {
    width: 175px;
    text-align: left;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #e9e9e9;
    padding: 0px 5px 0 10px;
    font-weight: 700;
    color: #000;
    text-transform: lowercase; }
    .special-tag-container .special-tag-item .block-description a {
      font-size: 1em;
      font-weight: 700;
      color: #000; }
.special-tag-container .special-all-tags {
  margin: 0 0 0 0; }
  .special-tag-container .special-all-tags a {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    float: left;
    color: #000;
    font-size: 1.250em; }
    .special-tag-container .special-all-tags a:hover {
      background-color: inherit; }
    .special-tag-container .special-all-tags a span {
      background-color: #F6F6F6;
      border: 1px solid #e9e9e9;
      padding: 5px 25px;
      display: inline-block;
      width: 100%; }
    .special-tag-container .special-all-tags a:hover span {
      background-color: #FFFE01; }

.competitionbar-container .competition-item {
  width: 100%;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0; }
  .competitionbar-container .competition-item .block-image {
    width: 100%; }
    .competitionbar-container .competition-item .block-image a img {
      max-width: 100%;
      height: auto; }
    .competitionbar-container .competition-item .block-image a:hover {
      background-color: inherit;
      color: #000; }
  .competitionbar-container .competition-item .block-title {
    text-transform: lowercase;
    overflow: hidden;
    font-weight: 700;
    /*
    			a {
    				font-size: 1em;
    				color: $text-color-1;
    				display: block;
    				
    				
    				&:hover {
    					color: $text-color-1;
    					text-decoration: none;
    					background-color: inherit;
    				}				
    			}
    */ }
    .competitionbar-container .competition-item .block-title h3 {
      color: #000;
      font-size: 1.125em;
      font-weight: 700;
      margin: 0;
      padding: 5px 0px 5px 0px;
      width: 100%;
      text-align: left; }
      .competitionbar-container .competition-item .block-title h3 a {
        color: #000;
        font-size: 1em;
        font-weight: 700; }
        .competitionbar-container .competition-item .block-title h3 a:hover {
          color: #000;
          font-weight: 700;
          background-color: inherit; }
  .competitionbar-container .competition-item .block-category {
    padding: 0px;
    text-transform: lowercase;
    font-weight: 300;
    font-size: 18px; }
    .competitionbar-container .competition-item .block-category a {
      font-size: 1em;
      font-weight: 300;
      color: #000; }
    .competitionbar-container .competition-item .block-category:hover {
      color: #000;
      text-decoration: none;
      background-color: inherit; }
  .competitionbar-container .competition-item .block-description {
    padding: 0px;
    text-transform: lowercase;
    font-weight: 600;
    font-size: 18px; }
    .competitionbar-container .competition-item .block-description a {
      font-size: 1em;
      color: #000;
      font-weight: 600; }
    .competitionbar-container .competition-item .block-description:hover {
      color: #000;
      text-decoration: none;
      background-color: inherit;
      font-weight: 600; }
.competitionbar-container .link-publish-your-competition {
  margin: 0; }

/*.competitionbar-container {

	.competition-item {
		width: 100%;
				
		position: relative;
		float: left;
		margin: 0 0 30px 0;
		padding: 0;
		
		.block-image {
			float: left;
			width: 125px;		
			height: 100px;		
		}
		.block-title {
			text-transform: lowercase;
			float: left;
			width: 175px;		
			height: 100px;
			background-color: $text-color-7;
			padding: 2px 5px 5px 10px;
			overflow: hidden;
			
			a {
				font-size: 1em;
				font-weight: $regular;
				color: $text-color-1;
				display: inline-block;
				line-height: 1.125em;
				
				&:hover {
					color: $text-color-1;
					text-decoration: none;
					background-color: inherit;
					font-weight: $regular;
				}				
			}

		}
		.block-description {
			width: 175px;
			text-align: left;
			position: absolute;
			right: 0;
			bottom: 0;
			background-color: $text-color-8;
			padding: 0px 5px 0 10px;
			text-transform: lowercase;
			color: $text-color-1;
			font-weight: $bold;
							
			a {
				font-size: 1em;
				font-weight: $bold;
				color: $text-color-1;				
			}
		}
	}
	
	.link-publish-your-competition {
		margin: 0;
	}
}*/
.footer-newsletter {
  position: absolute;
  bottom: 15px;
  width: 300px;
  display: none; }
  .footer-newsletter.open {
    display: block; }
  .footer-newsletter .dboom-nlbox-small .closer {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.250em;
    cursor: pointer; }

#newsletter-full-placeholder {
  display: none;
  position: fixed;
  top: 140px;
  left: 60px; }
  #newsletter-full-placeholder.open {
    display: block; }
  #newsletter-full-placeholder .dboom-nlbox-small .closer {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.250em;
    cursor: pointer; }

#dboom-nlbox-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #FFF;
  opacity: 0.70; }
  @media (max-width: 481px) {
    #dboom-nlbox-wrapper {
      display: none; } }

.nlbox-form-page input.error {
  border: 1px solid red; }

.dboom-nlbox-large {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 458px;
  margin-left: -400px;
  margin-top: -225px;
  z-index: 1000;
  overflow: hidden;
  background-color: #FFF; }
  @media (min-width: 769px) and (max-width: 949px) {
    .dboom-nlbox-large {
      width: 100%;
      margin: 200px 0 0 0;
      top: 0;
      left: 0; } }
  @media (min-width: 481px) and (max-width: 768px) {
    .dboom-nlbox-large {
      width: 100%;
      margin: 0;
      margin: 100px 0 0 0;
      top: 0;
      left: 0; } }
  @media (max-width: 481px) {
    .dboom-nlbox-large {
      display: none;
      width: 100%;
      margin: 0;
      margin: 100px 0 0 0;
      top: 0;
      left: 0; } }
  .dboom-nlbox-large .dboom-nlbox-container {
    position: relative;
    height: 100%; }
    .dboom-nlbox-large .dboom-nlbox-container .background {
      position: absolute;
      width: 100%;
      opacity: .8; }
      @media (min-width: 769px) and (max-width: 949px) {
        .dboom-nlbox-large .dboom-nlbox-container .background {
          width: auto;
          height: 100%; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .dboom-nlbox-large .dboom-nlbox-container .background {
          width: auto;
          height: 100%; } }
      @media (max-width: 481px) {
        .dboom-nlbox-large .dboom-nlbox-container .background {
          width: auto;
          height: 100%; } }
    .dboom-nlbox-large .dboom-nlbox-container .closer {
      position: absolute;
      font-size: 36px;
      color: #FFF;
      right: 10px;
      top: 0;
      cursor: pointer;
      z-index: 2; }
    .dboom-nlbox-large .dboom-nlbox-container .recipients {
      position: absolute;
      bottom: 10px;
      right: 25px;
      position: absolute;
      right: 33px;
      bottom: 70px;
      z-index: 2;
      font-size: 18px;
      color: #FFF;
      font-weight: 700; }
    .dboom-nlbox-large .dboom-nlbox-container .do-not-show-again {
      font-size: 0.925em;
      position: absolute;
      bottom: 10px;
      right: 25px;
      text-decoration: underline;
      color: #FFF;
      font-weight: 400;
      cursor: pointer;
      z-index: 3; }
      @media (max-width: 481px) {
        .dboom-nlbox-large .dboom-nlbox-container .do-not-show-again {
          font-size: 1.125em;
          bottom: 20px;
          left: 25px;
          text-align: center; } }
      .dboom-nlbox-large .dboom-nlbox-container .do-not-show-again:hover {
        font-weight: 600;
        background-color: transparent; }
    .dboom-nlbox-large .dboom-nlbox-container .dboom-nlbox-inner {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2; }
      .dboom-nlbox-large .dboom-nlbox-container .dboom-nlbox-inner .nlbox-description {
        font-size: 36px;
        color: #FFF;
        text-align: center;
        margin-top: 80px; }
        @media (max-width: 481px) {
          .dboom-nlbox-large .dboom-nlbox-container .dboom-nlbox-inner .nlbox-description {
            margin-top: 40px; } }
      .dboom-nlbox-large .dboom-nlbox-container .dboom-nlbox-inner .nlbox-form-row {
        text-align: center;
        margin-top: 260px; }
        @media (max-width: 481px) {
          .dboom-nlbox-large .dboom-nlbox-container .dboom-nlbox-inner .nlbox-form-row {
            margin-top: 160px; } }
        .dboom-nlbox-large .dboom-nlbox-container .dboom-nlbox-inner .nlbox-form-row .nlbox-form-textfield {
          width: 570px;
          font-size: 1.250em;
          height: 34px;
          margin-right: 10px;
          margin: 0 10px 0 0;
          border: 1px solid #FFF;
          padding: 0 5px; }
          @media (max-width: 481px) {
            .dboom-nlbox-large .dboom-nlbox-container .dboom-nlbox-inner .nlbox-form-row .nlbox-form-textfield {
              width: 90%;
              font-size: 1.500em;
              height: auto;
              line-height: 1.500em; } }
        .dboom-nlbox-large .dboom-nlbox-container .dboom-nlbox-inner .nlbox-form-row .nlbox-form-submit {
          font-size: 1.250em;
          font-weight: 600;
          background-color: #FFFE01;
          cursor: pointer;
          color: #000;
          height: 34px;
          width: 165px;
          border: 1px solid #FFF;
          margin: 0;
          padding: 0; }
      .dboom-nlbox-large .dboom-nlbox-container .dboom-nlbox-inner .nlbox-form-results {
        position: absolute;
        color: #e72323;
        bottom: 15px;
        left: 25px;
        font-weight: 600;
        background-color: rgba(255, 255, 255, 0.5);
        margin: 0;
        padding: 0; }
        .dboom-nlbox-large .dboom-nlbox-container .dboom-nlbox-inner .nlbox-form-results .error {
          color: #e72323;
          font-weight: 600;
          font-size: 0.865em;
          margin: 0;
          padding: 0; }
      .dboom-nlbox-large .dboom-nlbox-container .dboom-nlbox-inner .nlbox-ajax-results {
        position: absolute;
        color: #000;
        bottom: 15px;
        left: 25px;
        font-weight: 400;
        background-color: rgba(255, 255, 255, 0.5);
        margin: 0;
        padding: 0; }
        .dboom-nlbox-large .dboom-nlbox-container .dboom-nlbox-inner .nlbox-ajax-results > p {
          margin: 0;
          padding: 0; }

.dboom-nlbox-small {
  background-color: transparent;
  background-image: url("../images/nws_bkg.jpg?a=1");
  max-width: 300px;
  padding: 15px;
  position: relative;
  width: 300px;
  height: 550px; }
  .dboom-nlbox-small .closer {
    display: none; }
  .dboom-nlbox-small .do-not-show-again {
    display: none; }
  .dboom-nlbox-small .nlbox-title {
    font-size: 24px;
    font-weight: 700;
    color: #FFF; }
  .dboom-nlbox-small .nlbox-subscribers {
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    margin: 60px 0 250px 0; }
  .dboom-nlbox-small .nlbox-form-box {
    text-align: left; }
  .dboom-nlbox-small .nlbox-form .nlbox-form-row.nlbox-form-row-adjust {
    margin: 10px 0 5px 0; }
  .dboom-nlbox-small .nlbox-form .nlbox-form-row > label {
    width: 120px;
    color: #FFF;
    float: left;
    font-size: 18px;
    font-weight: 400;
    padding: 1px 0 0 0; }
    .dboom-nlbox-small .nlbox-form .nlbox-form-row > label > .nlbox-frequency {
      margin: 0 10px 0 0;
      color: #FFF;
      font-size: 18px;
      font-weight: 300;
      display: inline-block; }
  .dboom-nlbox-small .nlbox-form .nlbox-form-row > a {
    float: left;
    color: #FFF;
    font-weight: 300;
    font-size: 18px;
    text-decoration: underline; }
    .dboom-nlbox-small .nlbox-form .nlbox-form-row > a:hover {
      color: #FFF;
      font-weight: 300;
      background-color: inherit; }
  .dboom-nlbox-small .nlbox-form .nlbox-form-textfield {
    width: 160px;
    margin: 10px 0 0 0;
    font-size: 18px;
    font-weight: 300;
    padding: 2px 0 2px 10px; }
  .dboom-nlbox-small .nlbox-form .nlbox-form-submit {
    cursor: pointer;
    background: #eee;
    border: 1px solid #aeaeae;
    padding: 3px 10px;
    font-size: 18px;
    margin: 0 0 0 5px;
    font-weight: 600;
    background-color: #FFFE01; }
    .dboom-nlbox-small .nlbox-form .nlbox-form-submit:hover {
      background-color: #FFFE01; }
  .dboom-nlbox-small .nlbox-form .nlbox-ajax-results {
    position: absolute;
    top: 60%;
    font-size: 18px;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.7);
    width: 270px;
    text-align: center;
    padding: 10px 0px 5px;
    border: 1px solid #fff;
    display: none; }
  .dboom-nlbox-small .nlbox-form .nlbox-form-results .error {
    color: #e72323;
    font-weight: 600;
    font-size: 0.865em;
    margin: 1px;
    position: absolute;
    line-height: 4px;
    background-color: rgba(255, 255, 255, 0.7);
    height: 15px;
    padding: 5px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .dboom-category-bar {
    display: none; } }
@media (min-width: 950px) and (max-width: 991px) {
  .dboom-category-bar {
    display: none; } }
@media (min-width: 769px) and (max-width: 949px) {
  .dboom-category-bar {
    display: none; } }
@media (min-width: 481px) and (max-width: 768px) {
  .dboom-category-bar {
    display: none; } }
@media (max-width: 481px) {
  .dboom-category-bar {
    display: none; } }
.dboom-category-bar .dboom-category-list {
  margin: 0;
  padding: 0; }
  .dboom-category-bar .dboom-category-list > li {
    float: left;
    margin: 0 17px 0 0;
    padding: 0; }
    .dboom-category-bar .dboom-category-list > li:last-child {
      margin: 0; }
    .dboom-category-bar .dboom-category-list > li > a {
      font-size: 1.250em;
      font-weight: 600;
      color: #000; }
    .dboom-category-bar .dboom-category-list > li > span {
      font-size: 1em;
      font-weight: 300;
      color: #000; }

.competition-results .list-container .result-item {
  margin: 0 0 30px 0; }
  .competition-results .list-container .result-item .item-title {
    color: #000;
    font-weight: 700;
    font-size: 18px; }
  .competition-results .list-container .result-item .item-excerpt {
    color: #000;
    font-weight: 300;
    font-size: 16px; }
.competition-results .show-more-competition-results {
  position: relative; }
  .competition-results .show-more-competition-results i.fa {
    position: absolute;
    right: 20px;
    top: 10px; }

.architonicbar-container.architonic-content .architonic-iframe {
  width: 100%;
  height: 300px;
  margin: 0 0 30px 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .architonicbar-container.architonic-content .architonic-iframe {
      height: 250px; } }
  @media (min-width: 950px) and (max-width: 991px) {
    .architonicbar-container.architonic-content .architonic-iframe {
      height: 250px; } }
  @media (min-width: 769px) and (max-width: 949px) {
    .architonicbar-container.architonic-content .architonic-iframe {
      height: 300px; } }
  @media (min-width: 481px) and (max-width: 768px) {
    .architonicbar-container.architonic-content .architonic-iframe {
      height: auto; } }
  @media (max-width: 481px) {
    .architonicbar-container.architonic-content .architonic-iframe {
      height: auto; } }

.page-content-adjust .adjust-block-title {
  display: none; }

.page-content-adjust .page-content {
  margin-top: 20px; }

.page-content-adjust .dboom-social-addthis {
  margin-top: 0px; }

.page-content-adjust .dboom-social-addthis .addthis-item .speech-bubble {
  margin-top: 0px; }

.page-content-adjust-no-gap .adjust-block-title {
  display: none; }

.page-content-adjust-no-gap .page-content {
  margin-top: 0px; }

.page-content-adjust-no-gap .dboom-social-addthis {
  margin-top: 0px; }

.page-content-adjust-no-gap .dboom-social-addthis .addthis-item .speech-bubble {
  margin-top: 0px; }

/*# sourceMappingURL=dboom-styles.css.map */
