/*
 * OWNER: site.css
 * Site chrome that is not page layout: promo, account, top bar, logo,
 * welcome, carousel, community cover extras, wash helpers.
 * Page headers → titles.css; #body / footer shells → layout.css.
 * #primary-nav / #secondary-nav / #left-nav base styles → menus.css.
 */

/* SITE */

/* Push footer to bottom even on short pages */

.body_wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column
}

main#body {
  flex: 1;
}

/* POS REL */

header.dev_env,
#account.square_buttons,
#search,
#nav {
  position: relative;
}

body.load header,
body.load #body {
  opacity: .8;
}

body.wash header {
  text-align: center;
}

body.wash header #logo {
  display: inline-block;
  float: none;
  margin: 0 auto;
  padding: 0;
}

#mobile-nav select.styled,
.leftnav #mobile-nav select {
  color: #555;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  width: 100%;
}

body.wash header #mobile_nav_icon,
body.wash header #account,
body.wash header #search,
body.wash header #nav,
body.wash header #platform_logo,
body.wash #primary-nav {
  display: none;
}

body.max_width:not(.home):not(.admin):not(.wash) .body_wrapper {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  max-width: 1360px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* PROMO */

#voxle_promo .ui_section {
  background: white;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

#voxle_promo .ui_section .content {
    border-top: 4px solid black;
  padding: 20px;
}

#voxle_promo h5 {
  font-size: 17px;
  margin-bottom: 10px;
}

#voxle_promo p.site_desc {
  font-size: 15px;
  line-height: 20px;
}

.error_box {
  margin: 20px 0;
}

.promo_box hr {
  border-color: rgba(0, 0, 0, .2);
}

/* ACCOUNT */

#account li.account_item .ui_separator {
  background: rgba(255, 255, 255, .3);
  height: 30px;
}

#account li.account_item {
  float: left;
  margin-left: 5px;
  position: relative;
}

body.is_mobile #account li.account_item.has-flyout {
  position: initial;
}

body.is_mobile #account li.account_item.has-flyout .dropdown-wrap {
  left: 0;
  padding-top: 6px;
  right: 0;
}

body.is_mobile #account li.account_item.has-flyout.login-flyout .dropdown-wrap {
  left: 10%;
  right: 10%;
}

body.is_mobile #account li.account_item .flyout-section {
  box-shadow: rgba(0, 0, 0, .3) 0px 1px 10px;
  box-sizing: border-box;
  min-width: 100%;
  width: 100%;
}

body.is_mobile .flyout-wrap.pull-right::before {
  top: 1px;
}

body.is_mobile .flyout-wrap.pull-right::after {
  top: 2px;
}

body.is_web #account li.account_item .flyout-section.login_section {
  width: 240px;
}

body.is_web #account li.account_item .flyout-section.login_section .form_content {
  width: 100%;
}

body.is_mobile #account li.account_item .flyout-section.login_section {
  padding: 0 5px;
  width: auto;
}

body.is_mobile #account li.account_item .flyout-section.login_section .title {
  margin: 0 10px;
  padding: 15px 0;
}

body.is_web #account li.account_item .flyout-section.login_section .content,
body.is_mobile #account li.account_item .flyout-section.login_section .content {
  padding: 10px;
}

body.is_mobile #account .dropdown-wrap.flyout-wrap {
  float: none;
  left: 0;
  right: 0;
}

#account li.account_item.divider {
  background: none;
  width: 0px;
  height: 30px;
  margin: 0 0 0 5px;
  border-right: 1px solid rgba(0, 0, 0, .1);
  border-left: 1px solid rgba(255, 255, 255, .1);
}

header #account .account_item>.ui_button {
  background: rgba(0, 0, 0, .1);
  border-color: rgba(0, 0, 0, .05);
  border-radius: 3px;
  color: #fff;
}

header #account .account_item>.ui_button:hover {
  border-color: rgba(0, 0, 0, .1);
}

header #account .account_item>.ui_button.no-icon {
  padding: 4px 10px;
}

header #account .account_item>.ui_button:hover,
header #account .account_item.open>.ui_button,
header #account .account_item:hover>.ui_button,
header #account .active>a.ui_button:hover {
  background-color: rgba(0, 0, 0, .4);
}

body.nav-shown header,
body.nav-shown.fixed_header header {
  border-bottom: 0;
  box-shadow: none;
  position: relative;
}

body.nav-shown #body {
  padding-top: 0;
}

#account i.jewel {
  display: none;
}

#account li.active i.jewel {
  display: block;
}

#account li span.name {
  background: transparent url('/foundation_static/images/warr.gif') no-repeat right 1px;
  color: white;
  font-weight: bold;
  font-size: 11px;
  line-height: 34px;
  padding: 0 15px 0 6px;
}

#account li.account_item.open .flyout-section,
#account li.account_item.open .dropdown-wrap,
div.has-flyout.open .dropdown-wrap,
li.has-dropdown:hover .dropdown-menu,
li.has-dropdown:hover .dropdown-wrap,
li.has-sub:hover .dropdown-wrap,
#account li.my_account:hover .dropdown-menu {
  display: block;
}

#account li.account_item .flyout-section {
  padding: 0;
  width: 380px;
}

#account li.account_item .flyout-section.form-flyout {
  padding: 5px;
  width: 212px;
}

#account .dropdown-menu,
#account .dropdown-wrap {
  right: 0px;
  left: auto;
  top: 30px;
}

#account .dropdown-wrap.pull-left {
  left: 0;
  right: auto;
}

header #nav .dropdown-wrap {
  top: 30px;
}

#account .j .dropdown-wrap {
  right: 0;
}

#account .dropdown-menu>ul li.ui_sub_menu_item>a {
  color: #333;
}

#account .dropdown-menu>ul li.ui_sub_menu_item>a:hover {
  background: #555;
  color: #fff;
}

#nav .dropdown-menu li.ui_sub_menu_item a.fcg {
  color: #999;
}

header #nav>ul ul.sub-menu li a:hover {
  background: #e14646;
  color: #fff;
}

header #nav>ul ul.sub-menu li:hover a.fcg {
  background: #ddd;
  color: #333;
}

body.admin.login header #logo {
  background: none;
  float: none;
  margin: 0 auto;
  padding: 0;
  width: 31px;
}

/* BACK LINK */

body.dev_env header {
  border-top: 2px solid #74e0a5;
}

body.large_header header {
  padding: 20px 0;
}

body.large_header header .container_12 {
  margin: 0 20px;
  width: auto;
}

body.large_header header .container_12 .grid_12 {
  margin: 0;
  width: 100%;
}

body.large_header #body {
  padding-top: 71px;
}

header .back_link {
  float: left;
  font-size: 13px;
  line-height: 23px;
}

.logged_out header .back_link {
  float: none;
  margin: 0 auto;
  width: 30px;
}

header .back_link a {
  background: #2a2a2a;
  border: 1px solid transparent;
  color: white;
  display: block;
  font-weight: bold;
  line-height: 22px;
  padding: 4px 15px;
  text-decoration: none;
}

header .back_link:hover a {
  background-color: #0077cc;
  border-color: #0164ab;
}

.voxle_header_wrap .banner_wrap {
  background: #333;
  padding: 5px 0;
}

.voxle_header_wrap .banner {
  margin: 0 auto;
  width: 705px;
}

.voxle_header_wrap #mobile-site-nav {
  background: #333;
  height: 0;
  text-align: center;
  -webkit-transition: 100ms linear;
}

.voxle_header_wrap #mobile-site-nav.open {
  height: 50px;
}

.voxle_header_wrap #mobile-site-nav.open select {
  visibility: visible;
}

.voxle_header_wrap #mobile-site-nav select {
  font-size: 13px;
  padding: 8px 10px;
  width: 100%;
  visibility: hidden;
}

/* SEARCH */

header #search {
  width: 208px;
  -webkit-transition: 0.1s linear;
}

body.node_header header #search {
  width: 188px;
}

body.block_nav header #search {
  width: 250px;
}

body.block_nav header #primary-nav #search {
  width: 300px;
}

header #search .ui_textfield,
header .ui_textfield {
  background: rgba(0, 0, 0, .1);
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  overflow: hidden;
}

header #primary-nav #search .ui_textfield {
  background-color: rgba(0, 0, 0, .2);
}

header #primary-nav #search .ui_textfield.focus {
  background-color: rgba(0, 0, 0, .4);
}

header #search .ui_textfield.focus,
header .ui_textfield.focus {
  background: rgba(0, 0, 0, .15);
  border: 1px solid rgba(0, 0, 0, .1);
}

header #search .ui_textfield input {
  background: none;
  border: 0;
  color: #fff;
  overflow: hidden;
  padding: 5px;
  text-overflow: ellipsis;
  width: 85%;
  -webkit-transition: 0.15s ease-in;
}

body.light_header header #search .ui_textfield input {
  color: #333;
}

header #search.fl_r input.text {
  padding: 5px 0;
  width: 0;
}

header #search.fl_r .ui_textfield:hover input,
header #search.fl_r .ui_textfield.focus input {
  padding: 5px;
  width: 200px;
}

header #search .ui_textfield button.search,
header .ui_textfield button.search {
  border-color: rgba(255, 255, 255, .2);
  color: #fff;
  right: 2px;
  top: 3px;
}

header #search input::placeholder {
  color: rgba(255, 255, 255, .7);
}

body.light_header header #search input::placeholder {
  color: rgba(0, 0, 0, .3);
}

/* BLEED HEADER */

body.bleed_header header .container_12,
body header.bleed_header .container_12 {
  padding: 0 10px;
  width: auto;
}

body.bleed_header header .container_12 .grid_12,
body header.bleed_header .container_12 .grid_12 {
  margin: 0;
  width: 100%;
}

header.bleed_header.as_site .container_12 {
  padding-left: 0;
}

header.as_site .account_item.nav-link {
  margin-right: 10px;
}

/* NAV */

header #nav ul.ui_menu>li {
  margin: 0 5px 0 0;
}

header #nav ul.ui_menu>li:last-child {
  margin: 0;
}

header #nav>ul>li>a {
  border-radius: 3px;
  color: white;
  font-size: 14px;
  padding: 8px;
}

header #nav>ul>li:hover>a,
body.home header #nav>ul>li.ui_menu_item.active-item>a {
  background: rgba(0, 0, 0, .2);
  color: #fff;
}

.light_header header #nav>ul>li:hover>a {
  color: #333;
}

.voxle header #nav>ul>li.highlight a {
  background: white;
  color: #a52a1b;
}

.voxle header #nav>ul>li.highlight:hover a {
  background: #861102;
  color: white;
}

.popup_section div.title,
.ui_composer:not(.inline_feed) .ui_group_content {
  border-top-color: #e14646;
}

body.block_nav header {
  position: relative;
}

header #primary-nav .nav_wrap {
  float: left;
  padding: 4px 0;
}

header.as_site #primary-nav {
  top: 50px;
}

header #logo.has_name a {
  background: none;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  max-width: 190px;
  overflow: hidden;
  text-indent: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}

body.node_header header #logo.has_name a {
  max-width: 270px;
}

body.node_header header #logo.has_name.has_img a {
  max-width: 300px;
}

body.node_header.wash header #logo.has_name a {
  max-width: none;
}

body:not(.trans_header) header.as_site #logo {
  border-right: 1px solid rgba(0, 0, 0, .2);
}

body:not(.trans_header) header.as_site #platform_logo {
  border-left: 1px solid rgba(0, 0, 0, .1);
}

body header.as_site #logo {
	background: rgba(0,0,0,.2);
  margin: -10px 10px 0 0;
  padding: 10px 15px;
}

body.wash header.as_site #logo {
  margin-right: 0;
}

body.wash footer { display: none; }

body header.as_site #platform_logo {
	background: rgba(0,0,0,.2);
  margin: -10px -10px 0 10px;
  padding: 10px 15px;
}

body.small_header header.as_site #logo {
  padding: 8px 15px 4px;
}

body:not(.trans_header) header.as_site #logo,
body:not(.trans_header) header.as_site #platform_logo {
  background-color: rgba(0, 0, 0, .3);
}

body.bleed_header:not(.trans_header) header.as_site #logo {
  margin-left: -10px;
}

header {
  background: #e14646;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  height: 30px;
  padding: 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
}

body.node_header header {
  border-bottom: 0;
}

body.node_header #body {
  padding-top: 50px;
}

body.trans_header:not(.fixed_header):not(.nav-shown):not(.node_header) header {
  background: -webkit-linear-gradient(rgba(0, 0, 0, .6) 50%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(rgba(0, 0, 0, .6) 50%, rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 50%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  border-bottom: 0;
  padding: 20px 0;
}

body.trans_header:not(.fixed_header) header #nav>ul ul.sub-menu li a:hover {
  background-color: #333;
}

body.trans_header:not(.fixed_header) header #nav>ul ul.sub-menu li a.fcg:hover {
  background-color: #ccc;
}

body.trans_header:not(.fixed_header) header #nav>ul>li.ui_menu_item>a.active,
body.trans_header:not(.fixed_header) header #nav>ul>li.ui_menu_item:hover>a {
  color: black;
}

body.trans_header header {
  -webkit-transition: 0.1s linear;
}

body.home.trans_header:not(.fixed_header):not(.nav-shown) header {
  background: rgba(255, 255, 255, .08);
  padding: 15px 0;
}

body.home.trans_header.nav-shown:not(.fixed_header) header {
  background: #272727;
}

body.trans_header:not(.node_header) #body,
body.trans_header.node:not(.nav-shown):not(.node_header) #body {
  padding-top: 0;
}

#body {
  background: #f3f3f3;
  padding-top: 51px;
}

body.persistent_header:not(.nav-shown) #body {
	padding-top: 102px;
}

body.node.nav-shown #body {
  padding-top: 0;
}

body.node_header #body {
  padding-top: 50px;
}

body.block_nav:not(.nav-shown) #body {
  padding-top: 45px;
}

body.fixed_header:not(.block_nav):not(.nav-shown) header {
  opacity: .95;
  position: fixed;
  top: 0;
}

body.fixed_header.persistent_header .alert.alert-fixed,
body.fixed_header:not(.block_nav):not(.nav-shown):not(.fixed_nav):not(.persistent_header) header {
  box-shadow: rgba(0, 0, 0, .15) 0px 1px 4px;
	opacity: .95;
}

body.fixed_header.fixed_nav header {
  box-shadow: none;
}

/* LOGO */

header #logo a {
  background-image: url('/foundation_static/images/logos/voxle_logo_light_bottom.png');
  background-repeat: no-repeat;
  background-size: 100%;
  color: white;
  display: block;
  font-family: 'Open Sans';
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 30px;
  height: 30px;
  text-indent: -999px;
  text-decoration: none;
  width: 30px;
}

header #logo {
  margin: 0 10px 0 0;
}

header #logo.has_img a {
  background-image: none;
  text-indent: 0;
  width: auto;
}

header #logo img {
  max-height: 30px;
}

header #platform_logo img {
  border-radius: 3px;
  width: 30px;
}

header #logo.has_name img {
  border-radius: 3px;
  float: left;
  margin: 0 10px 0 0;
  width: 30px;
}

/* TOP BAR */

/* start small */

body.small_header header {
  height: 26px;
  padding: 6px 0;
}

body.small_header.node:not(.nav_shown) #body,
body.small_header:not(.nav_shown) #body {
  padding-top: 37px;
}

body.small_header header #logo img {
  max-height: 26px;
}

body.small_header header #account li.account_item>a.ui_button {
  height: 24px;
  width: 24px;
}

body.small_header header #account li.account_item>a.ui_button.no-icon {
  height: auto;
  padding: 2px 10px;
  width: auto;
}

body.small_header header #account li.my_account a img {
  margin: 1px 0 0 0;
  width: 22px;
}

body.small_header header #account .dropdown-wrap {
  top: 28px;
}

body.small_header header #account i.jewel {
  padding: 1px;
}

body.small_header header #search .ui_textfield input {
  padding: 3px 5px;
}

body.small_header header #search .ui_textfield button.search {
  top: 5px;
}

body.small_header header #nav>ul>li>a {
  font-size: 11px;
  padding: 7px;
}

/* end small */

header.small_search #search {
  float: right;
  margin-right: 0;
}

body:not(.masthead) header.small_search #search:not(:hover):not(.focus) {
  width: 30px;
}

header.small_search:not(.masthead) #search:not(:hover):not(.focus) input.text {
  text-indent: 20px;
}

header.has_nav.small #primary-nav {
  top: 38px;
}

header.has_nav #primary-nav {
  top: 44px;
}

body.fixed_header header.has_nav #primary-nav {
  top: 0;
  position: fixed;
}

.logged_out .voxle header #nav {
  float: right;
}

body.centered_header header {
  text-align: center;
}

body.centered_header header #nav {
  display: inline-block;
  float: none;
}

.has_nav header #logo a {
  width: auto;
}

/* FOOTER */

body footer.admin_footer {
  padding: 15px 0;
}

footer.custom_footer #footer_bottom .footer_bottom_inner {
  border-top: 1px solid rgba(0, 0, 0, .1);
  line-height: 26px;
  padding-top: 15px;
}

/* CUSTOM FOOTER */

footer .container_12 .grid_2 {
  border-left: 1px solid #e2e2e2;
  padding-left: 20px;
  width: 109px;
}

footer h4 {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 19px;
}

footer ul.vert-list li {
  margin-bottom: 2px;
}

footer ul.vert-list li a {
  color: #999;
  font-size: 13px;
  line-height: 18px;
}

footer p.copyright {
  color: #666;
  float: left;
  font-size: 13px;
  line-height: 26px;
}

footer p a {
  color: #aaa;
}

footer p.fcg {
  color: #999;
}

footer.custom_footer #footer_bottom .footer_bottom_inner {
  border-top: 1px solid #e2e2e2;
  margin-top: 20px;
  padding-top: 10px;
  position: relative;
}

/* MOBILE LOGIN POPOUT */

.login_form_popout {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2001;
}

.login_form_popout .login_popout {
  background: #fff;
  border: 1px solid #ddd;
  margin: 65px 10px 0;
}

/* COMMUNITY COVER */

.landing_wrapper:not(.has_cover_img) {
  padding: 20px 30px;
}

.landing_wrapper:not(.has_cover_img) .community_cover {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, .05) 0px 1px 10px;
}

.community_cover {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0;
  position: relative;
}

.community_cover .cover_wrap {
  background: none;
  position: initial;
}

.community_cover .narrow_middle {
  margin: 0 10%;
  text-align: center;
}

.community_cover .cover_gradient {
  background: rgba(0, 0, 0, .3);
  border: 0;
}

.community_cover .grid_12 {
  position: relative;
}

.community_cover .cover_content {
  display: table-cell;
  height: 310px;
  padding-right: 50px;
  vertical-align: middle;
}

.community_cover.has_cover_img .cover_content {
  color: white;
}

.community_cover .narrow_middle .cover_content {
  display: block;
  height: auto;
  padding: 0;
  width: auto;
}

.community_cover .narrow_middle .cover_content .ui_action_set .ui_action_item {
  float: none;
}

.community_cover .cover_content img.pic {
  border-radius: 3px;
  margin-bottom: 10px;
  max-width: 80px;
}

.community_cover .cover_content h1 {
  font-family: 'Open Sans';
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

.community_cover .cover_content h2 {
  font-family: 'Open Sans';
  font-size: 30px;
  font-weight: normal;
  line-height: 28px;
  margin-top: 5px;
}

.community_cover .cover_content p.ui_node_desc {
  font-size: 20px;
  line-height: 1.25;
  margin-top: 25px;
}

.community_cover .cover_content .signup_area {
  margin-top: 30px;
}

.community_cover .cover_content .signup_area a.ui_button {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 16px;
  padding: 10px 15px;
}

.community_cover .cover_content .signup_area a.ui_button.icon-btn {
  padding: 6px;
}

.community_cover.has_cover_img .cover_content .signup_area a.ui_button.light-btn {
  background: rgba(0, 0, 0, .4);
  border: 2px solid rgba(255, 255, 255, .5);
  color: #fff;
  font-weight: bold;
}

.community_cover.has_cover_img .cover_content .signup_area a.ui_button.light-btn:hover {
  background: #fff;
  color: #333;
}

/* SEMI WASH */

body.semi_wash:not(.nav-shown) #body,
body.semi_wash .community_cover {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* WELCOME */

.ui_section.welcome_box.mtnl {
  margin-top: -75px;
}

.ui_section.welcome_box .inner_area {
  padding: 40px;
}

#empty_list {
  border: 10px solid rgba(0, 0, 0, .05);
  border-radius: 3px;
  margin-bottom: 15px;
}

#empty_list .empty_list_inner {
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 20px;
}

#empty_list.centered img.nt_image {
  float: none;
  margin: 0 0 10px 0;
}

/* CAROUSEL */

.voxle_carousel {
  background: #333;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}

.voxle_carousel .carousel-window {
  overflow: hidden;
}

.voxle_carousel .carousel-slides {
  display: flex;
  transition: transform 1s ease;
}

.voxle_carousel .slide {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  min-width: 100%;
  padding: 20px;
}

.voxle_carousel .slide .slide_img {
  float: left;
  max-width: 35%;
  min-width: 250px;
}

.voxle_carousel .slide .slide_img a {
  line-height: 0;
}

.voxle_carousel .slide .slide_img img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  width: 100%;
}

.voxle_carousel .slide .slide-content {
  float: right;
  margin: 0 0 0 3%;
}

.voxle_carousel .slide h2 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 12px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}

.voxle_carousel .slide h2 a {
  color: #fff;
}

.voxle_carousel .slide p {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  color: #aeaeae;
  font-size: 15px;
  line-height: 1.4;
}

.voxle_carousel .slide p.sponsor_text {
  font-size: 10px;
	margin-bottom: 12px;
	text-shadow: none;
}

.voxle_carousel .slide p.sponsor_text a {
  color: #eee;
}

.voxle_carousel .slide a.ui_button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 6px 10px;
}

.voxle_carousel .slide a.ui_button:hover {
  background: #fff;
  box-shadow: rgba(0, 0, 0, .8) 0px 1px 3px;
  color: #333;
}

.voxle_carousel .carousel-thumbnails {
  background: #222;
  border-radius: 0 0 5px 5px;
  box-shadow: inset rgba(0, 0, 0, .8) 0px 1px 2px;
  display: flex;
  justify-content: center;
  padding: 15px;
}

.voxle_carousel .thumbnail {
  margin: 0 10px;
  width: 80px;
  cursor: pointer;
  opacity: 0.5;
}

.voxle_carousel .thumbnail.active,
.voxle_carousel .thumbnail:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  opacity: 1;
}

body.no_pad_body #body .ui_page_body {
    padding: 0 !important;
}

body.no_pad_body #body .ui_page_body .grid_12 {
    margin: 0 !important;
}

.blast-preview-meta-wrap .alert {
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
}

@media screen and (max-width: 570px) {

  .voxle_carousel {
    border-top: 0;
    border-radius: 0;
    margin: -10px -10px 20px -10px;
    width: auto;
  }

  .voxle_carousel .slide {
    display: block;
  }

  .voxle_carousel .slide .slide_img {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: none;
    min-width: 0;
    width: 30%;
  }

  .voxle_carousel .slide .slide-content {
    float: none;
    margin: 0;
    text-align: center;
  }

  .voxle_carousel .slide h2 {
    font-size: 20px;
  }

  .voxle_carousel .slide p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 880px) {

  .voxle_carousel .slide .slide_img {
    min-width: 200px;
    width: 20%;
  }

  .voxle_carousel .slide h2 {
    font-size: 22px;
  }

  .voxle_carousel .slide p {
    font-size: 13px;
  }
}

@media screen and (max-width: 762px) {

  .voxle_carousel .slide img,
  .slide-content {
    width: 100%;
    float: none;
  }

  .voxle_carousel .carousel-thumbnails {
    padding: 10px;
  }

  .voxle_carousel .thumbnail {
    margin: 0 5px;
    width: 50px;
  }
  
  body.no_pad_body .ui_page_body .alert,
  .blast-preview-meta-wrap .alert {
      border-width: 0 0 1px 0;
      border-radius: 0;
      margin: 0;
  }
}
