/*
Theme Name: Car Body Design Theme
Theme URI: http://www.line22.com
Description: Based on the 2010 default theme for WordPress.
Author: Marco Traverso
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/
/*** Import Google Fonts ***/
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  background: transparent; }

body {
  line-height: 1; }

ol, ul, li {
  list-style-type: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

textarea {
  resize: vertical; }

.textarea {
  width: 100%;
  margin: 4px; }

/* !_SASS */
/* Layout */
/* Full Size */
/*$wrapper_width: 1050px;*/
/* Mid-Size */
/* Small Size Screens */
/* !__COLORS */
/*
$link_color_1: $accent_color_2;
$link_color_1_hover: $accent_color_2_dark;
*/
/* SASS / Social Media Brand Colors */
body a {
  text-decoration: none;
  color: #a00; }

body a:hover {
  color: #800; }

/* Fonts */
.archive-text, .archive-item .text {
  font-size: 15px !important; }

.archive-metadata, .archive-item .metadata {
  font-size: 13px !important;
  color: #888 !important; }

/*
#article-box {color:#444 !important; font-weight: 300 !important; font-size:17px !important;letter-spacing: -.01em;}
#article-box b, #article-box strong {font-weight:500 !important; color:#222 !important;}
#article-box p.caption {color:#333 !important;font-size:15px !important; font-weight:450 !important;}
*/
/*
#article-box {color:#555 !important; font-weight: 300 !important; font-size:15px !important;letter-spacing: -.01em;}
#article-box b, #article-box strong {font-weight:500 !important; color:#222 !important;}
#article-box p.caption {color:#333 !important;font-size:15px !important; font-weight:500 !important;}
*/
/* Mixins */
/* MAIN LAYOUT */
body {
  background: #f6f4f2;
  font-family: "Lato", "Open Sans", "Helvetica Neue", Arial, sans-serif; }

body.body-gallery {
  background-color: #fff;
  background-image: none; }

body.board {
  background-color: #e9e9e9; }

.cbd-wrapper-ext {
  width: 100%;
  margin: 0 auto;
  float: left;
  clear: both; }

.cbd-wrapper {
  width: 98%;
  margin: 0 auto;
  /* max-width:$wrapper_width;*/ }

.cbd-container {
  width: 100%;
  float: left;
  clear: both; }

.cbd-spacer {
  margin-top: 16px; }

.spacer {
  margin-top: 16px !important; }

.spacer-2 {
  margin-top: 32px !important; }

.spacer-lg {
  margin-top: 24px !important; }

.spacer-lg-2 {
  margin-top: 48px !important; }

body {
  background-color: #fff; }

#header-ext {
  background-color: #fff; }

#navbar-ext {
  background-color: #202326; }

#wrapper-ext {
  text-align: center; }

#wrapper {
  padding-top: 10px;
  clear: both;
  max-width: 1900px;
  width: 100%;
  display: table;
  margin: 0 auto; }

#content {
  width: 100%;
  display: table-cell;
  vertical-align: top;
  padding-left: 16px;
  text-align: left; }

#content .cbd-panel {
  width: 100%;
  overflow: hidden; }

.cbd-ad-box {
  margin-bottom: 16px; }

/* COMMON ELEMENTS - FONTS AND COLORS */
a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

h1 {
  font-family: "Lato", "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #111; }

h2 {
  font-family: "Lato", "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: #333; }

h1 {
  line-height: 38px; }

h2 {
  line-height: 1.2em; }

h3 {
  font-family: "Lato", "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900; }

/* Basic Sizes */
/*
h1 {font-size:32px;}
h2 {font-size: 23px;}
h3 {font-size:17px;}
h4 {font-size:16px;}
*/
h1 {
  font-size: 34px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

#content h1, #article-box-ext h1, #gallery h1 {
  margin: 2px 0 10px;
  color: #111;
  line-height: 1.2em;
  letter-spacing: -.02em;
  text-align: left; }

/* EXTRA */
#extra {
  width: 440px;
  display: table-cell;
  vertical-align: top;
  padding: 0 16px;
  overflow-x: hidden;
  text-align: left; }

#extra .cbd-panel {
  width: 440px;
  overflow: hidden; }

/* !_HEADER */
#header {
  position: relative;
  clear: both;
  height: 110px;
  padding: 10px 0; }

#header .logo-container {
  float: left;
  clear: left;
  height: 50px;
  margin-top: 20px;
  width: 600px;
  max-width: 300px;
  white-space: nowrap; }

#header .logo-container .helper, #mobile-bar .mobile-logo-container {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

#header img.logo {
  border: none;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle; }

#mobile-bar img.logo {
  border: none;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle; }

#header .top-banner {
  float: right;
  width: 728px;
  height: 90px;
  text-align: right;
  margin: 0;
  padding: 0;
  color: #fff; }

#header .top-banner img, #header .top-banner a img {
  border: none; }

30
#cbd-top-bar-ext {
  background-color: #000;
  clear: both; }

#cbd-top-bar {
  height: 44px;
  color: #999;
  text-transform: uppercase;
  line-height: 44px;
  font-size: 14px;
  font-weight: 400; }

#cbd-top-bar b {
  /*color: #a7a9af;*/
  color: #555; }

#cbd-top-bar a {
  /*color:#a7a9af;*/
  color: #666; }

#cbd-top-bar a:hover {
  /*color:#fff;*/
  color: #c54100; }

#cbd-top-bar ul li {
  float: left;
  margin-right: 14px; }

#top-links-left {
  margin-left: 5px;
  float: left; }

#top-links-right {
  float: right; }

.switch-to-mobile {
  display: none;
  color: #fff;
  font-weight: bold; }

#header .top-links li .switch-to-mobile a {
  color: #fff; }

@media only screen and (max-device-width: 568px) {
  .switch-to-mobile {
    display: inline; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .switch-to-mobile {
    display: inline; } }

#social-links {
  float: right;
  font-size: 22px; }

#social-links li {
  margin-right: 0 !important;
  margin-left: 6px; }

#social-links li a {
  display: inline-block;
  margin-top: 7px;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #ccc !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  line-height: 30px;
  color: #fff !important; }

#social-links li a.twitter-icon:hover {
  background-color: #00aced !important; }

#social-links li a.youtube-icon:hover {
  background-color: #bb0000 !important; }

#social-links li a.facebook-icon:hover {
  background-color: #3b5998 !important; }

#social-links li a.pinterest-icon:hover {
  background-color: #cb2027 !important; }

#social-links li a.googleplus-icon:hover {
  background-color: #dd4b39 !important; }

#social-links li a.linkedin-icon:hover {
  background-color: #007bb6 !important; }

#social-links li a.instagram-icon:hover {
  background-color: #e22f77 !important; }

#social-links li a.rss-icon:hover {
  background-color: #f26522 !important; }

#social-links li a.newsletter-icon:hover {
  background-color: #ffb800 !important; }

#header iframe {
  border: none; }

/* NAVBAR */
#navbar-int {
  float: left;
  width: 100%; }

#gallery-fullpage #navbar-ext {
  width: 100%;
  float: left; }

#gallery-fullpage #navbar {
  width: 1050px;
  margin: 0 auto;
  float: none; }

/* !_DROPDOWN MENU */
#navbar ul {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif; }

#navbar ul.cbd-navbar {
  width: 100%;
  height: 46px;
  font-weight: 400 !important; }

#navbar ul {
  float: left;
  font-size: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
  letter-spacing: .3em;
  font-weight: 300; }

#navbar ul li {
  padding: 0; }

#navbar ul li a {
  display: block;
  line-height: 46px;
  /*background-color:#7c7c7c;*/
  color: #fff;
  padding: 0 13px;
  text-transform: uppercase;
  letter-spacing: .03em;
  -webkit-transition: 0;
  -moz-transition: 0;
  -ms-transition: 0;
  -o-transition: 0;
  transition: 0; }

#navbar ul li a:hover, #navbar ul li.active a {
  background-color: #111;
  color: #ffb800; }

#navbar ul li.navbar-lev-1 a:not(.no-arrow):after {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f0d7";
  /*    content: "\f0d7";
    font-family: "Font Awesome 5 Free"; 
    
    font-weight:900;
    */
  float: right;
  font-weight: 200 !important;
  margin: 0px 0 0 5px;
  font-size: 15px; }

#navbar ul li {
  /* all list items */
  float: left;
  position: relative;
  padding: 0;
  margin: 0; }

#navbar ul li ul {
  /* second-level lists */
  z-index: 1000;
  display: none;
  position: absolute;
  margin: 0;
  top: 46px;
  left: 0;
  width: 180px;
  background-color: #666;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: solid 1px #444;
  border-width: 0px 1px 1px;
  font-size: 16px;
  letter-spacing: .4em; }

#navbar ul ul li {
  width: 100%;
  background-color: #777;
  clear: left; }

#navbar ul ul li h4 {
  margin: 0;
  font-size: 13px;
  color: #bbb;
  border-bottom: solid 1px #444;
  font-weight: bold;
  background-color: #333; }

#navbar ul ul li h4.nolink {
  padding: 5px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #dedede; }

#navbar ul ul li h4 a {
  padding: 50px;
  display: block;
  border-bottom: none;
  background-color: #444;
  font-weight: bold;
  border-top: solid 0px #292929;
  border-bottom: none; }

#navbar ul ul li a {
  display: block;
  padding: 8px 5px;
  color: #f9f9f9;
  background-color: #6a6a6a;
  /*border-top: solid 1px #999;*/
  border-bottom: solid 1px #555; }

#navbar ul ul li:last-child a {
  border-bottom: none; }

#navbar ul ul li a:hover {
  background-color: #444;
  color: #ffb800;
  /*border-top: solid 1px #444;*/ }

#navbar ul ul li a:active {
  background-color: #333; }

#navbar ul ul li h4 a:hover {
  background-color: #333;
  color: #fff; }

#navbar ul li:hover ul, #navbar ul li.over ul {
  /* lists nested under hovered list items */
  display: block; }

#navbar ul ul li img {
  float: left;
  margin: 5px 5px; }

#navbar ul li.navbar-search-icon {
  float: right; }

/*
	
#navbar ul li.navbar-search-icon a {padding:10px !important;}
#navbar ul li.navbar-search-icon a i {line-height:26px; font-size:18px !important;}
*/
/* !_NAVBAR SUBMENUS */
#submenu-container {
  width: 100%;
  height: 0;
  float: left;
  background-color: #111;
  /*-webkit-transition:height .2s; transition:height .2s;*/ }

#submenu-container .submenu-box {
  width: 100%;
  display: none;
  padding: 13px 20px;
  float: left;
  color: #777; }

#submenu-container .submenu-box h3 {
  color: #c54100;
  margin-bottom: 15px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em; }

#submenu-container .submenu-box h3 a {
  color: #c54100;
  text-decoration: underline; }

#submenu-container .submenu-box h3 a:hover {
  color: #f56200; }

#submenu-container .submenu-box a {
  color: #bbb; }

#submenu-container .submenu-box a:hover {
  color: #fff; }

#submenu-container .submenu-column {
  width: 25%;
  padding-right: 15px;
  float: left;
  display: block;
  border: solid 1px transparent; }

#submenu-container .submenu-column li {
  margin: 0 0 10px;
  font-size: 15px; }

#submenu-container .submenu-column li.text {
  font-size: 14px;
  line-height: 1.2em; }

#submenu-container .submenu-item {
  width: 100%; }

#submenu-container .submenu-item img {
  width: 75% !important;
  height: 75% !important;
  margin-bottom: 6px; }

#submenu-container .submenu-item p {
  width: 75%;
  font-size: 12px !important;
  line-height: 1.2em; }

#submenu-container .submenu-item p a {
  font-size: 14px; }

#submenu-container .submenu-item b {
  font-weight: bold;
  color: #ddd !important; }

#submenu-container .text {
  color: #666 !important; }

.submenu-box .cbd-search-form {
  width: 520px;
  float: right;
  text-align: right; }

#cbd-search-textbox {
  width: 400px;
  float: left; }

#cbd-search-button {
  width: 100px;
  float: right; }

#cbd-search-options-box {
  clear: both;
  text-align: left;
  padding-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #666; }

#cbd-search-options-box label {
  cursor: pointer; }

#mobile-menu-mmenu {
  background: #24282c; }

#mobile-menu-mmenu:not(.mm-menu) {
  display: none; }

#mobile-menu-mmenu li, #mobile-menu-mmenu a {
  border-color: #424c55 !important; }

#mobile-menu-mmenu a {
  color: #b8c5d3; }

#mobile-menu-mmenu li.title span, #mobile-menu-mmenu li.title a {
  font-weight: 600 !important; }

#mobile-menu-mmenu a:hover {
  color: #fff !important; }

#mobile-menu-mmenu i {
  color: #58636e !important;
  width: 30px; }

#mobile-menu-mmenu a.top-icon, #mobile-menu-mmenu a.top-icon i {
  color: #b8c5d3 !important;
  font-size: 24px !important; }

#mobile-menu-mmenu a.top-icon:hover, #mobile-menu-mmenu a.top-icon:hover i {
  color: #fff !important; }

.mm-listview {
  font-size: 17px !important; }

.hierarchical-submenu li:not(.title) {
  font-size: 15px !important;
  text-indent: 10px; }

.hierarchical-submenu li:not(.title) a {
  color: #6f7a84 !important; }

html.mm-opened {
  margin-top: 0 !important;
  position: relative !important; }

html.mm-opened body.logged-in #mobile-bar {
  top: 46px !important; }

html.mm-opened body.logged-in #wrapper-ext {
  padding-top: 92px !important; }

#mobile-menu-mmenu li.menu-spacer {
  margin-top: 35px !important; }

.mm-title {
  font-size: 12px;
  text-transform: uppercase; }

#mobile-bar {
  background-color: #fff;
  display: none;
  position: fixed;
  height: 46px;
  color: #888;
  width: 100%;
  font-size: 26px;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  z-index: 99999; }

#mobile-bar a {
  color: #888; }

#mobile-bar a:hover {
  color: #444; }

#mobile-menu-button {
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 9px;
  font-weight: 200; }

/*
#mobile-menu {display:block; text-align:left; width:0; position:fixed; top:0; left:0; right:0;bottom:0; background:#24282c; z-index: 99999; font-size:17px; overflow:auto !important; @include transition(width 0.3s); overflow-y:scroll !important; float:left; padding-bottom:30px; }

.mobile-menu-container {}
#mobile-menu.active {width:100%;}

#mobile-menu-close-button {cursor:pointer;}

#mobile-menu ul {float:left; width:100%;}

#mobile-menu .menu-spacer {clear:both; width:70%; padding-top:30px; margin:0 auto 20px; border-bottom:solid 1px #4d565f;}

#mobile-menu .bottom-spacer {width:100%; clear:both; float:left; height:60px;}

#mobile-menu ul.secondary-menu { text-align: center; font-size:14px;}
#mobile-menu ul.secondary-menu li a { color:#58636e;}
#mobile-menu ul.secondary-menu li a:hover { background-color: transparent; color:#91a0af;}

#mobile-menu ul li {width:100%; float:left;}


#mobile-menu ul li.close-button-container {text-align:right}
#mobile-menu ul li.close-button-container a {text-transform: uppercase; font-weight: 500;color:#58636e !important; font-size: 15px;}
#mobile-menu ul li a {font-weight:600;display:block; padding:10px; color:#b8c5d3;}
#mobile-menu ul li a i {color:#58636e !important; width:15%; text-align: right; margin-right:10px;}
#mobile-menu ul li a:hover {color:#fff;}


#mobile-menu ul li a[data-submenu-id]::after {
    content: "\f107";
    font-family: FontAwesome;
    float:right;
    margin:5px 15% 0 0 ;
    font-weight: 200 !important;
    font-size: 15px;
}

#mobile-menu ul.submenu {float:left;max-height:0; overflow: hidden;@include transition( max-height 0.5s); font-size:15px;}
#mobile-menu ul.submenu.active { max-height:1000px;}

#mobile-menu ul.submenu li a, #mobile-menu ul.submenu li.no-link  {padding: 7px 7px 7px calc(15%  + 30px);font-weight:600;}

#mobile-menu ul.submenu li a {color:#7e8e9f; }
#mobile-menu ul.submenu li.title.no-link, #mobile-menu ul.submenu li.title a {margin-top:6px; padding-top:10px; padding-bottom:10px;font-size:16px !important; color:#b8c5d3 !important;}


*/
/* Scroll to Top Widget */
.scroll-widget {
  width: 3rem;
  height: 3rem;
  position: fixed;
  right: .5rem;
  z-index: 9;
  cursor: pointer;
  color: #fff;
  background-size: 100%; }

#scroll-to-top {
  bottom: 7.6rem;
  background-image: url(../png/cbd-mobile-button-scroll-to-top.png);
  display: none; }

#scroll-to-bottom {
  bottom: 4rem;
  background-image: url(../png/cbd-mobile-button-scroll-to-bottom.png); }

.scroll-widget a {
  display: block;
  width: 4rem;
  height: 4rem;
  text-indent: -999rem; }

a#scroll-to-top {
  margin-top: .2rem; }

#scroll-to-top:hover {
  text-decoration: none; }

.cbd-panel {
  float: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 16px; }

.cbd-panel .cbd-panel-heading, .cbd-panel .cbd-panel-body {
  padding: 10px; }

.cbd-panel-heading {
  width: 100%; }

.cbd-panel-heading h2 {
  font-family: "Lato", "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 19px;
  color: #111;
  border-bottom: solid 2px #aaa;
  padding-bottom: 3px;
  letter-spacing: .05em; }

.cbd-panel.floating-panel {
  /*border:none !important;*/
  box-shadow: none !important; }

.cbd-panel.floating-panel .cbd-panel-heading,
.cbd-panel.floating-panel .cbd-panel-body {
  background-color: transparent;
  padding: 0; }

.cbd-panel.floating-panel .cbd-panel-heading h2 {
  color: #111;
  border-bottom: solid 3px #111;
  padding-bottom: 4px;
  margin-bottom: 10px;
  font-size: 21px !important; }

.cbd-panel.floating-panel .cbd-panel-body ul.items li, .cbd-panel.floating-panel .link-list-box {
  padding: 10px 0; }

.cbd-panel.floating-panel .cbd-panel-body .cbd-panel-form-box {
  padding: 14px 0; }

.cbd-panel-heading {
  background: #aaa; }

.cbd-panel-heading h2 {
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 0;
  font-size: 20px;
  font-weight: 500; }

.cbd-panel-body {
  width: 100%;
  padding: 0;
  float: left; }

.cbd-panel-body ul.items li {
  float: left;
  width: 100%;
  border-bottom: solid 1px #ccc;
  padding: 6px 0; }

.cbd-panel .meta {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  color: #999;
  font-size: 13px;
  letter-spacing: 0.02em; }

.cbd-panel .meta-2 {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: #999;
  line-height: 1.3em;
  letter-spacing: 0.02em; }

.cbd-panel .meta-2 .source {
  color: #555; }

.cbd-panel-body ul.items li h3 {
  font-family: "Lato", "Open Sans", "Roboto", "Lato", "Helvetica Neue", "Open Sans", Arial, sans-serif;
  font-size: 17px;
  padding: 6px 0; }

.cbd-panel-body ul.items li h3 a {
  color: #292929; }

.cbd-panel-body ul.items li h3 a:hover {
  color: #000; }

.cbd-panel-body ul.items li img {
  float: right;
  margin-left: 8px; }

.cbd-panel-body ul.items li:last-child {
  border-bottom: none; }

.cbd-panel ul.items .meta,
.cbd-panel ul.items .meta-2 {
  font-family: "Lato", "Open Sans", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: bold;
  letter-spacing: .01em !important; }

.cbd-panel-footer {
  width: 100%;
  float: left;
  clear: left;
  padding: 10px 0; }

/* SiDEBAR BOXES WITH LINKS (2011-05-20)  - aggiornato il 2016-07-15*/
.link-list-box {
  width: 50%;
  float: left;
  margin-top: 5px; }

.link-list-box h3 {
  font-size: 18px;
  padding-bottom: 10px;
  line-height: 1em; }

.link-list-box h3 a {
  text-decoration: underline; }

.link-list-box ul {
  padding: 2px 4px 4px 0;
  margin-right: 6px;
  margin-bottom: 20px;
  clear: left; }

.link-list-box ul:first-child {
  margin-left: 6px; }

.link-list-box ul li {
  line-height: 1.2em; }

.link-list-box ul li a {
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 5px 0;
  border-bottom: solid 1px;
  text-decoration: none; }

.link-list-box ul li.more {
  text-align: right;
  padding-right: 6px;
  height: auto; }

.link-list-box ul li.more a {
  font-weight: bold;
  border-bottom: none; }

.link-list-box .spacer {
  height: 25px; }

.post-thumbnails-box {
  width: 728px;
  margin: 0 auto;
  float: none; }

.post-thumbnails-box a {
  float: left;
  height: 80px;
  margin-bottom: 12px; }

.cbd-panel .cbd-panel-body ul.items li,
.cbd-panel .link-list-box {
  padding: 10px; }

.cbd-panel .cbd-panel-body ul.items li h3 {
  font-size: 16px;
  font-weight: 700; }

.cbd-panel .link-list-box h3 {
  font-family: "Lato", "Open Sans", "Helvetica Neue", Arial, sans-serif !important; }

.cbd-panel .cbd-panel-footer {
  padding: 0;
  font-size: 14px;
  text-align: center;
  min-height: 5px; }

.cbd-panel .cbd-panel-footer p {
  padding: 10px; }

.cbd-panel .cbd-panel-footer .more a {
  font-weight: bold;
  text-transform: uppercase;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7; }

/*POST GRID (Homepage) */
.cbd-panel .item-post-grid-box {
  margin: 10px 10px 0;
  float: left; }

.cbd-panel .item-post-grid-box .meta {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif !important; }

.cbd-panel .item-post-grid-box .summary a {
  text-decoration: underline; }

.cbd-panel-form-box {
  padding: 14px;
  float: left;
  width: 100%; }

.cbd-panel-body .cbd-panel-form-box .text {
  margin-bottom: 12px;
  color: #fff !important; }

.cbd-panel-body input[type="text"], .cbd-panel-body select {
  margin-bottom: 16px; }

.cbd-panel-body input[type="submit"], #newsletter-form-button {
  float: right;
  min-width: 110px; }

.cbd-panel ul.contact-list {
  margin: 10px 0; }

.cbd-panel ul.contact-list li {
  margin: 4px 0; }

.cbd-panel ul.contact-list li i {
  color: #c54100; }

.grey-blue {
  color: #ddd; }

.grey-blue .cbd-panel-heading,
.grey-blue .cbd-panel-footer {
  background: #303945 !important;
  border-color: #303945 !important; }

.grey-blue .cbd-panel-heading h2 {
  color: #fff !important;
  border-bottom: none !important; }

.grey-blue .cbd-panel-footer a {
  color: #fff !important; }

.grey-blue .cbd-panel-footer a:hover {
  color: #d4edff !important; }

.grey-blue .cbd-panel-body .link-list-box h3,
.grey-blue .cbd-panel-body .link-list-box h3 a {
  color: #ccd4df !important; }

.grey-blue .cbd-panel-body .link-list-box h3 a:hover {
  color: #fff !important; }

.grey-blue .cbd-panel-body {
  background-color: #404a58 !important; }

.grey-blue .cbd-panel-body .meta {
  color: #788698 !important; }

.grey-blue .cbd-panel-body .meta-2 {
  color: #788698 !important; }

.grey-blue .cbd-panel-body li h3 a,
.grey-blue .cbd-panel-body .link-list-box ul li a,
.grey-blue .cbd-panel-body .item-post-grid h3 a
.grey-blue {
  color: #ccd4df !important; }

.grey-blue .cbd-panel-body .link-list-box ul li a:hover,
.grey-blue .cbd-panel-body .item-post-grid h3 a:hover
.grey-blue {
  color: #fff !important; }

.grey-blue .cbd-panel-body .item-post-grid .meta a {
  color: #d4edff !important; }

.grey-blue .cbd-panel-body .item-post-grid .meta a:hover {
  color: #d4edff !important; }

.grey-blue .cbd-panel-body .item-post-grid .summary, .cbd-panel-body .item-post-grid .summary a {
  color: #788698 !important; }

.grey-blue .cbd-panel-body li h3 a:hover, .cbd-panel-body .link-list-box ul li a:hover {
  color: #fff !important; }

.grey-blue .cbd-panel-body li,
.grey-blue .cbd-panel-body .link-list-box ul li a {
  border-color: #303945 !important; }

.grey-blue .cbd-panel-body li .source,
.grey-blue .link-list-box ul li.more a {
  color: #d4edff !important; }

.grey-blue .link-list-box ul li.more a:hover {
  color: #d4edff !important; }

.grey-blue .cbd-btn-primary {
  background: #303945 !important;
  color: #fff !important; }

.grey-blue .cbd-btn-primary:hover {
  background: #303945 !important;
  color: #fff !important; }

.grey-blue .text {
  color: #788698 !important; }

.white-blue {
  color: #435060; }

.white-blue .cbd-panel-heading,
.white-blue .cbd-panel-footer {
  background: #435060 !important;
  border-color: #435060 !important; }

.white-blue .cbd-panel-heading h2 {
  color: #fff !important;
  border-bottom: none !important; }

.white-blue .cbd-panel-footer a {
  color: #fff !important; }

.white-blue .cbd-panel-footer a:hover {
  color: #666 !important; }

.white-blue .cbd-panel-body .link-list-box h3,
.white-blue .cbd-panel-body .link-list-box h3 a {
  color: #435060 !important; }

.white-blue .cbd-panel-body .link-list-box h3 a:hover {
  color: #1c2633 !important; }

.white-blue .cbd-panel-body {
  background-color: #fff !important; }

.white-blue .cbd-panel-body .meta {
  color: #999 !important; }

.white-blue .cbd-panel-body .meta-2 {
  color: #999 !important; }

.white-blue .cbd-panel-body li h3 a,
.white-blue .cbd-panel-body .link-list-box ul li a,
.white-blue .cbd-panel-body .item-post-grid h3 a
.white-blue {
  color: #444 !important; }

.white-blue .cbd-panel-body .link-list-box ul li a:hover,
.white-blue .cbd-panel-body .item-post-grid h3 a:hover
.white-blue {
  color: #111 !important; }

.white-blue .cbd-panel-body .item-post-grid .meta a {
  color: #666 !important; }

.white-blue .cbd-panel-body .item-post-grid .meta a:hover {
  color: #444 !important; }

.white-blue .cbd-panel-body .item-post-grid .summary, .cbd-panel-body .item-post-grid .summary a {
  color: #999 !important; }

.white-blue .cbd-panel-body li h3 a:hover, .cbd-panel-body .link-list-box ul li a:hover {
  color: #111 !important; }

.white-blue .cbd-panel-body li,
.white-blue .cbd-panel-body .link-list-box ul li a {
  border-color: #ddd !important; }

.white-blue .cbd-panel-body li .source,
.white-blue .link-list-box ul li.more a {
  color: #666 !important; }

.white-blue .link-list-box ul li.more a:hover {
  color: #444 !important; }

.white-blue .cbd-btn-primary {
  background: #435060 !important;
  color: #fff !important; }

.white-blue .cbd-btn-primary:hover {
  background: #435060 !important;
  color: #fff !important; }

.white-blue .text {
  color: #999 !important; }

.dark-brown {
  color: #ddd; }

.dark-brown .cbd-panel-heading,
.dark-brown .cbd-panel-footer {
  background: #1a1710 !important;
  border-color: #1a1710 !important; }

.dark-brown .cbd-panel-heading h2 {
  color: #d5d2cd !important;
  border-bottom: none !important; }

.dark-brown .cbd-panel-footer a {
  color: #d5d2cd !important; }

.dark-brown .cbd-panel-footer a:hover {
  color: #d3ad47 !important; }

.dark-brown .cbd-panel-body .link-list-box h3,
.dark-brown .cbd-panel-body .link-list-box h3 a {
  color: #fff !important; }

.dark-brown .cbd-panel-body .link-list-box h3 a:hover {
  color: #d3ad47 !important; }

.dark-brown .cbd-panel-body {
  background-color: #322718 !important; }

.dark-brown .cbd-panel-body .meta {
  color: #907a4d !important; }

.dark-brown .cbd-panel-body .meta-2 {
  color: #907a4d !important; }

.dark-brown .cbd-panel-body li h3 a,
.dark-brown .cbd-panel-body .link-list-box ul li a,
.dark-brown .cbd-panel-body .item-post-grid h3 a
.dark-brown {
  color: #d6d3ce !important; }

.dark-brown .cbd-panel-body .link-list-box ul li a:hover,
.dark-brown .cbd-panel-body .item-post-grid h3 a:hover
.dark-brown {
  color: #fff !important; }

.dark-brown .cbd-panel-body .item-post-grid .meta a {
  color: #d3ad47 !important; }

.dark-brown .cbd-panel-body .item-post-grid .meta a:hover {
  color: #ffe259 !important; }

.dark-brown .cbd-panel-body .item-post-grid .summary, .cbd-panel-body .item-post-grid .summary a {
  color: #907a4d !important; }

.dark-brown .cbd-panel-body li h3 a:hover, .cbd-panel-body .link-list-box ul li a:hover {
  color: #fff !important; }

.dark-brown .cbd-panel-body li,
.dark-brown .cbd-panel-body .link-list-box ul li a {
  border-color: #4e432e !important; }

.dark-brown .cbd-panel-body li .source,
.dark-brown .link-list-box ul li.more a {
  color: #d3ad47 !important; }

.dark-brown .link-list-box ul li.more a:hover {
  color: #ffe259 !important; }

.dark-brown .cbd-btn-primary {
  background: #1a1710 !important;
  color: #d5d2cd !important; }

.dark-brown .cbd-btn-primary:hover {
  background: #1a1710 !important;
  color: #fff !important; }

.dark-brown .text {
  color: #907a4d !important; }

.red-orange {
  color: #ddd; }

.red-orange .cbd-panel-heading,
.red-orange .cbd-panel-footer {
  background: #812c1e !important;
  border-color: #812c1e !important; }

.red-orange .cbd-panel-heading h2 {
  color: #fff !important;
  border-bottom: none !important; }

.red-orange .cbd-panel-footer a {
  color: #fff !important; }

.red-orange .cbd-panel-footer a:hover {
  color: #fc7625 !important; }

.red-orange .cbd-panel-body .link-list-box h3,
.red-orange .cbd-panel-body .link-list-box h3 a {
  color: #fff !important; }

.red-orange .cbd-panel-body .link-list-box h3 a:hover {
  color: #ffaf23 !important; }

.red-orange .cbd-panel-body {
  background-color: #b53e2a !important; }

.red-orange .cbd-panel-body .meta {
  color: #581d14 !important; }

.red-orange .cbd-panel-body .meta-2 {
  color: #581d14 !important; }

.red-orange .cbd-panel-body li h3 a,
.red-orange .cbd-panel-body .link-list-box ul li a,
.red-orange .cbd-panel-body .item-post-grid h3 a
.red-orange {
  color: #ebd2ca !important; }

.red-orange .cbd-panel-body .link-list-box ul li a:hover,
.red-orange .cbd-panel-body .item-post-grid h3 a:hover
.red-orange {
  color: #fff !important; }

.red-orange .cbd-panel-body .item-post-grid .meta a {
  color: #fc7625 !important; }

.red-orange .cbd-panel-body .item-post-grid .meta a:hover {
  color: #ff9c31 !important; }

.red-orange .cbd-panel-body .item-post-grid .summary, .cbd-panel-body .item-post-grid .summary a {
  color: #581d14 !important; }

.red-orange .cbd-panel-body li h3 a:hover, .cbd-panel-body .link-list-box ul li a:hover {
  color: #fff !important; }

.red-orange .cbd-panel-body li,
.red-orange .cbd-panel-body .link-list-box ul li a {
  border-color: #963726 !important; }

.red-orange .cbd-panel-body li .source,
.red-orange .link-list-box ul li.more a {
  color: #fc7625 !important; }

.red-orange .link-list-box ul li.more a:hover {
  color: #ff9c31 !important; }

.red-orange .cbd-btn-primary {
  background: #812c1e !important;
  color: #fff !important; }

.red-orange .cbd-btn-primary:hover {
  background: #59180d !important;
  color: #fff !important; }

.red-orange .text {
  color: #581d14 !important; }

.light-grey {
  color: #393939; }

.light-grey .cbd-panel-heading,
.light-grey .cbd-panel-footer {
  background: #b2b2b2 !important;
  border-color: #b2b2b2 !important; }

.light-grey .cbd-panel-heading h2 {
  color: #fff !important;
  border-bottom: none !important; }

.light-grey .cbd-panel-footer a {
  color: #fff !important; }

.light-grey .cbd-panel-footer a:hover {
  color: #b43300 !important; }

.light-grey .cbd-panel-body .link-list-box h3,
.light-grey .cbd-panel-body .link-list-box h3 a {
  color: #2b2b2b !important; }

.light-grey .cbd-panel-body .link-list-box h3 a:hover {
  color: #090909 !important; }

.light-grey .cbd-panel-body {
  background-color: #e3e3e3 !important; }

.light-grey .cbd-panel-body .meta {
  color: #444 !important; }

.light-grey .cbd-panel-body .meta-2 {
  color: #444 !important; }

.light-grey .cbd-panel-body li h3 a,
.light-grey .cbd-panel-body .link-list-box ul li a,
.light-grey .cbd-panel-body .item-post-grid h3 a
.light-grey {
  color: #393939 !important; }

.light-grey .cbd-panel-body .link-list-box ul li a:hover,
.light-grey .cbd-panel-body .item-post-grid h3 a:hover
.light-grey {
  color: #111 !important; }

.light-grey .cbd-panel-body .item-post-grid .meta a {
  color: #b43300 !important; }

.light-grey .cbd-panel-body .item-post-grid .meta a:hover {
  color: #802400 !important; }

.light-grey .cbd-panel-body .item-post-grid .summary, .cbd-panel-body .item-post-grid .summary a {
  color: #444 !important; }

.light-grey .cbd-panel-body li h3 a:hover, .cbd-panel-body .link-list-box ul li a:hover {
  color: #111 !important; }

.light-grey .cbd-panel-body li,
.light-grey .cbd-panel-body .link-list-box ul li a {
  border-color: #ccc !important; }

.light-grey .cbd-panel-body li .source,
.light-grey .link-list-box ul li.more a {
  color: #b43300 !important; }

.light-grey .link-list-box ul li.more a:hover {
  color: #802400 !important; }

.light-grey .cbd-btn-primary {
  background: #b2b2b2 !important;
  color: #fff !important; }

.light-grey .cbd-btn-primary:hover {
  background: #666 !important;
  color: #fff !important; }

.light-grey .text {
  color: #444 !important; }

.light-blue {
  color: #223140; }

.light-blue .cbd-panel-heading,
.light-blue .cbd-panel-footer {
  background: #617897 !important;
  border-color: #617897 !important; }

.light-blue .cbd-panel-heading h2 {
  color: #fff !important;
  border-bottom: none !important; }

.light-blue .cbd-panel-footer a {
  color: #fff !important; }

.light-blue .cbd-panel-footer a:hover {
  color: #3e5061 !important; }

.light-blue .cbd-panel-body .link-list-box h3,
.light-blue .cbd-panel-body .link-list-box h3 a {
  color: #2b2b2b !important; }

.light-blue .cbd-panel-body .link-list-box h3 a:hover {
  color: #090909 !important; }

.light-blue .cbd-panel-body {
  background-color: #bbcde3 !important; }

.light-blue .cbd-panel-body .meta {
  color: #566a7e !important; }

.light-blue .cbd-panel-body .meta-2 {
  color: #566a7e !important; }

.light-blue .cbd-panel-body li h3 a,
.light-blue .cbd-panel-body .link-list-box ul li a,
.light-blue .cbd-panel-body .item-post-grid h3 a
.light-blue {
  color: #223140 !important; }

.light-blue .cbd-panel-body .link-list-box ul li a:hover,
.light-blue .cbd-panel-body .item-post-grid h3 a:hover
.light-blue {
  color: #0d141b !important; }

.light-blue .cbd-panel-body .item-post-grid .meta a {
  color: #3e5061 !important; }

.light-blue .cbd-panel-body .item-post-grid .meta a:hover {
  color: #2b3743 !important; }

.light-blue .cbd-panel-body .item-post-grid .summary, .cbd-panel-body .item-post-grid .summary a {
  color: #566a7e !important; }

.light-blue .cbd-panel-body li h3 a:hover, .cbd-panel-body .link-list-box ul li a:hover {
  color: #0d141b !important; }

.light-blue .cbd-panel-body li,
.light-blue .cbd-panel-body .link-list-box ul li a {
  border-color: #839ab6 !important; }

.light-blue .cbd-panel-body li .source,
.light-blue .link-list-box ul li.more a {
  color: #3e5061 !important; }

.light-blue .link-list-box ul li.more a:hover {
  color: #2b3743 !important; }

.light-blue .cbd-btn-primary {
  background: #617897 !important;
  color: #fff !important; }

.light-blue .cbd-btn-primary:hover {
  background: #3d5576 !important;
  color: #fff !important; }

.light-blue .text {
  color: #566a7e !important; }

.cbd-column {
  float: left;
  margin-right: 12px; }

.cbd-column:last-of-type {
  margin-right: 0; }

#content .cbd-column:nth-child(3n) {
  margin-right: 0; }

#content .cbd-column:nth-child(3n+4) {
  clear: left; }

.item-post-grid, .item-image-grid {
  width: calc((100% - 2 * 12px)/3 );
  margin-bottom: 10px; }

.item-post-grid .meta {
  margin: 8px 0;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  color: #aaa;
  margin-bottom: 7px;
  letter-spacing: .01em;
  font-weight: normal; }

.item-post-grid .meta i {
  font-size: 17px; }

.item-post-grid .meta b {
  font-weight: 400; }

.item-post-grid .meta .category {
  letter-spacing: -.01em; }

.item-post-grid .meta .category a {
  color: #777; }

.item-post-grid .meta .category a:hover {
  color: #c54100; }

.item-post-grid img.tn {
  width: 100% !important;
  height: auto !important;
  border: none;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";
  filter: alpha(opacity=92);
  -moz-opacity: 0.92;
  -khtml-opacity: 0.92;
  opacity: 0.92;
  /*FIXES to reomve image blur and 1px offset when hovering */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-backface-visibility: hidden;
  -moz-transform: translateZ(0) scale(1, 1); }

.item-post-grid img.tn:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.item-post-grid h3 {
  margin: 10px 0 0;
  color: #222;
  font-size: 19px;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased; }

.item-post-grid h3 a {
  color: #111; }

.item-post-grid h3 a:hover {
  color: #c54100; }

.item-post-grid .summary {
  margin-top: 8px;
  font-size: 15px;
  color: #7a7a7a;
  line-height: 1.3em;
  font-weight: 600;
  letter-spacing: .015em; }

.image-grid-box {
  float: left;
  margin: 10px 0px 0px 2px;
  width: 100%; }

.item-image-grid {
  margin-bottom: 10px; }

/* GENERIC STYLING */
a {
  color: #888;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

a:hover {
  color: #c54100;
  text-decoration: none; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

.text-center {
  text-align: center; }

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

.cbd-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

textarea.cbd-form-control {
  height: auto; }

.cbd-form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.cbd-form-inline .cbd-form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }

.cbd-form-inline .cbd-form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle; }

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

.cbd-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-family: "Lato", "Open Sans", "Helvetica Neue", Arial, sans-serif;
  background-color: #eee;
  color: #888; }

.cbd-btn:hover {
  color: #666;
  background-color: #e1e1e1; }

button:focus, .cbd-btn:focus {
  outline: 0; }

.cbd-btn-sm {
  padding: 3px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.cbd-btn-dark {
  background-color: #333;
  color: #ddd;
  text-transform: uppercase; }

.cbd-btn-dark a {
  color: #ccc !important; }

.cbd-btn-dark:hover {
  background-color: #000 !important;
  color: #c54100 !important; }

.cbd-btn-dark:hover a {
  color: #c54100 !important; }

.cbd-btn-primary {
  background-color: #c54100 !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .04em; }

.cbd-btn-primary:hover {
  background-color: #812c1e !important; }

.cursor-zoom-in {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

/* MAIN TITLES */
.top-heading {
  margin-top: 24px; }

h1.top-heading {
  line-height: 29px; }

h1.top-heading.no-meta {
  margin-bottom: 20px; }

h1.center {
  text-align: center; }

.heading h2 {
  font-size: 20px;
  float: left;
  padding: 6px 9px 7px;
  text-transform: uppercase;
  line-height: 1em;
  color: #FFF; }

.heading h2 a {
  text-decoration: none;
  color: #fff;
  line-height: 1em;
  display: inline-block; }

#footer {
  text-align: left; }

#footer .heading {
  background: none;
  border-bottom: solid 3px #3d3d3d;
  border-top: none; }

#footer .heading h2 {
  padding-left: 0;
  padding-right: 0;
  background: none;
  border-bottom: solid 3px #c54100;
  margin-bottom: -3px; }

.footer-container {
  width: 33.3%;
  float: left; }

.footer-container.two-cols {
  width: 66.66%;
  padding-right: 20px; }

/* FLUID CONTAINER FOR VIDEOS AND IFRAMES */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

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

/* !_HOMEPAGE */
.content-col.two-cols .widget {
  width: 352px;
  float: left;
  overflow: hidden;
  margin-right: 24px; }

.content-col.two-cols article {
  /*height: 380px; */
  margin-bottom: 20px; }

.content-col.two-cols article.odd, .content-col.two-cols .widget:nth-of-type(odd) {
  clear: left; }

.content-col.two-cols article.even, .content-col.two-cols article:nth-of-type(even),
.content-col.two-cols .widget.even, .content-col.two-cols div.widget:nth-of-type(even) {
  margin-right: 0; }

.content-col.two-cols article h3 {
  font-size: 24px;
  margin-top: 8px; }

article p.excerpt {
  margin-top: 8px;
  line-height: 1.35em;
  color: #444;
  letter-spacing: .01em;
  font-weight: 400; }

body.home #wrapper-content, body.home #content-ext, body.home #content {
  margin-top: 0;
  padding-top: 0; }

body.home .heading {
  margin-top: 0; }

body.home .post-grid-ext {
  margin-top: 0; }

.slider {
  clear: both;
  width: 960px;
  margin: 20px auto 0;
  position: relative;
  height: auto !important;
  text-align: center;
  background: #eee; }

.slider div {
  margin: 0; }

.slider div a.main-link {
  width: 100%;
  float: left;
  height: 100%;
  display: block;
  padding: 16px 5px; }

.slider .image-box {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0; }

.slider img {
  width: 100% !important;
  height: auto !important; }

.slider img:hover {
  outline: solid 3px; }

.slick-next, .slick-prev {
  position: absolute !important;
  top: 0 !important;
  height: 100% !important;
  margin: 0 !important;
  width: 36px !important;
  background-color: #bbb !important; }

.slider img:hover {
  outline: solid 3px #bbb; }

.slick-next:hover, .slick-prev:hover {
  background-color: #999 !important; }

.slick-prev {
  left: -36px !important; }

.slick-next {
  right: -36px !important; }

.slider h3 {
  text-align: left;
  padding: 5px; }

.slider a h3 {
  color: #333; }

.slider a h3:hover {
  color: #000; }

.slider p.meta {
  padding: 4px 6px;
  text-align: left;
  opacity: .8;
  color: #fff;
  background: #111;
  display: inline-block;
  position: absolute;
  left: 5px;
  bottom: 16px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500; }

.slider .image-box:hover p.meta {
  opacity: 1; }

.slider .summary {
  padding: 5px 5px 10px;
  color: #666;
  text-align: left;
  font-size: 13px;
  line-height: 1.1em; }

.cbd-slideshow-v2-ext {
  padding: 0 !important;
  position: relative;
  margin: 0 0 20px !important;
  overflow: hidden;
  width: 100%; }

.cbd-slideshow-v2 {
  clear: both;
  padding: 0 0 56.25% !important;
  display: inline-block;
  position: relative;
  height: 0 !important;
  text-align: center;
  background: #eee;
  overflow: hidden;
  margin: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  display: none;
  overflow: hidden;
  min-width: 100%;
  width: 0; }

.cbd-slideshow-v2 div {
  margin: 0; }

.cbd-slideshow-v2 div a.main-link {
  width: 100%;
  float: left;
  height: 100%;
  display: block; }

.cbd-slideshow-v2 a.image-box {
  display: inline-block;
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0 0 56.25%;
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95; }

.cbd-slideshow-v2 a.image-box:hover {
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.cbd-slideshow-v2 a.image-box .info-box {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.38);
  padding: 12px;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out; }

.cbd-slideshow-v2 a.image-box:hover .info-box {
  background: rgba(0, 0, 0, 0.65); }

.cbd-slideshow-v2 .image-box .info-box h3 {
  font-size: 34px;
  color: #eee !important;
  text-shadow: 0 0 25px #090909; }

.cbd-slideshow-v2 .image-box:hover .info-box h3 {
  color: #fff !important; }

.cbd-slideshow-v2 .image-box .info-box .summary {
  text-align: left;
  line-height: 1.4em;
  font-weight: 400;
  font-size: 18px;
  text-shadow: 0 0 10px #090909;
  color: #ccc;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.8s ease;
  -moz-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease; }

.cbd-slideshow-v2 .image-box:hover .info-box .summary {
  max-height: 500px; }

.cbd-slideshow-v2 img {
  width: 100% !important;
  height: auto !important; }

.cbd-slideshow-v2 .slick-next, .cbd-slideshow-v2 .slick-prev {
  color: #efefef !important;
  position: absolute !important;
  height: 50px !important;
  width: 50px !important;
  background: rgba(0, 0, 0, 0.2) !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  top: 40% !important;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out; }

.cbd-slideshow-v2 .slick-next:hover, .cbd-slideshow-v2 .slick-prev:hover {
  background: rgba(0, 0, 0, 0.5) !important; }

.cbd-slideshow-v2 .slick-prev {
  left: 10px !important; }

.cbd-slideshow-v2 .slick-next {
  right: 10px !important; }

.cbd-slideshow-v2 h3 {
  text-align: left;
  padding: 15px 0; }

.cbd-slideshow-v2 a h3 {
  color: #333; }

.cbd-slideshow-v2 a h3:hover {
  color: #000; }

.cbd-slideshow-v2 .meta {
  text-align: left; }

.cbd-slideshow-v2 span.category {
  font-family: "Lato", "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffb800 !important;
  letter-spacing: .02em;
  box-shadow: 0 0 17px #3a3a3a; }

.cbd-slideshow-v2 .image-box:hover span.category {
  background: black;
  box-shadow: 0 0 17px #444; }

.cbd-slideshow-v2 span.date {
  color: #fff !important; }

.cbd-slideshow-v2 .image-box:hover p.meta {
  opacity: 1; }

.cbd-slideshow-v2 .slick-dots {
  position: absolute;
  z-index: 9999;
  max-height: auto !important;
  list-style: none;
  text-align: right;
  width: 184px;
  height: 22px;
  right: 12px;
  top: 12px;
  padding: 0; }

.cbd-slideshow-v2 .slick-dots li {
  margin: 0 0 0 10px; }

.cbd-slideshow-v2 .slick-dots li button {
  border: 0;
  background: rgba(80, 80, 80, 0.4);
  border: solid 1px #888;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

.cbd-slideshow-v2 .slick-dots li button:hover {
  background-color: rgba(40, 40, 40, 0.65); }

.cbd-slideshow-v2 .slick-dots li.slick-active button {
  background-color: rgba(20, 20, 20, 0.75);
  border-color: #eee; }

.edit-link-box {
  position: absolute;
  left: 12px;
  top: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  background: rgba(80, 80, 80, 0.4);
  border: solid 1px #888;
  font-size: 14px;
  height: 22px;
  padding: 2px 8px; }

.edit-link-box a {
  color: #eee; }

.edit-link-box a:hover {
  color: #fff; }

.edit-link-box:hover {
  background-color: rgba(20, 20, 20, 0.75); }

/* GALLERY LAYOUT */
body.gallery #wrapper.cbd-wrapper, body.board #wrapper.cbd-wrapper {
  width: 100%;
  max-width: 100%; }

body.board #wrapper.cbd-wrapper {
  width: 100%; }

body.gallery #content,
body.gallery #content .cbd-panel {
  width: 100%; }

body.board #content .cbd-panel, body.single-image .cbd-wrapper {
  max-width: 100% !important; }

body.board #content .cbd-panel, body.single-image #content .cbd-panel {
  width: 100%; }

/* NEW WALL GRID LAYOUT */
.item-box.news-link .item-box-int {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 18px; }

.item-box.news-link h3 {
  font-size: 19px;
  line-height: 1.2em;
  text-align: left;
  margin-bottom: 12px; }

.item-box.news-link h3 a {
  color: #4d575d; }

.item-box.news-link h3 a:hover {
  color: #394044; }

.item-box.news-link .summary {
  line-height: 1.2em;
  text-align: left;
  color: #7b848b;
  font-size: 14px; }

.link-image-box img {
  margin-bottom: 10px; }

.link-source {
  text-align: center;
  color: #697277;
  padding-top: 10px; }

.item-box.news-link .admin-meta {
  color: #747e85;
  padding: 10px 0; }

.item-box.news-link .admin-meta a {
  color: #4c5359;
  text-decoration: underline; }

.item-box.news-link .admin-meta a:hover {
  color: #444; }

.featured-news-link .item-box-ext {
  width: 534px !important; }

.featured-news-link .link-image-box {
  float: left; }

.featured-news-link .link-image-box img {
  margin-bottom: 0; }

.featured-news-link .item-box-int {
  width: 272px !important;
  float: left; }

.featured-news-link .item-box {
  width: 100% !important; }

.featured-news-link .item-box.news-link h3 {
  width: 100%;
  background-color: #333 !important;
  font-size: 24px;
  padding: 13px 12px 13px;
  margin-bottom: 0; }

.featured-news-link .item-box.news-link h3 a {
  color: #efefef; }

.featured-news-link .item-box.news-link h3 a:hover {
  color: #fff; }

.featured-news-link .item-box.news-link .summary {
  color: #5d6164;
  background-color: #fff;
  width: 100%;
  padding: 12px; }

.featured-news-link .link-source {
  padding-top: 0; }

/* GRID BOARD LAYOUT */
body.board #wrapper-ext, body.board #wrapper-top, body.board #wrapper-ext-bottom {
  width: 100%;
  text-align: center; }

body.single-image #wrapper-top {
  width: 100%;
  text-align: center; }

body.board #wrapper, body.board #wrapper-content, body.single-image #wrapper, body.single-image #wrapper-content {
  width: 100%; }

body.board #content, body.board #content-ext, body.single-image #content, body.single-image #content-ext {
  width: 100%;
  margin: 0 auto; }

div.set-text {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  font-size: 18px;
  color: #333;
  line-height: 1.3em;
  text-align: center; }

div.set-text p {
  margin: 8px 0; }

div.set-text a {
  color: #a00; }

div.set-text a:hover {
  color: #900; }

div.set-admin-links {
  font-size: 13px;
  color: #aaa; }

div.set-admin-links a {
  color: #9a9a9a; }

div.set-admin-links a:hover {
  color: #666; }

.grid-main-links {
  width: 100%;
  font-size: 16px;
  color: #666;
  padding-top: 18px;
  padding-bottom: 22px;
  text-align: left;
  line-height: 1.3em; }

.grid-main-links ul {
  clear: none;
  display: inline; }

.grid-main-links ul li {
  display: inline;
  margin-right: 30px;
  color: #333; }

.grid-main-links a {
  color: #555;
  text-decoration: underline; }

.grid-main-links a:hover {
  color: #222; }

.grid-main-links .automake-menu-box {
  width: 305px;
  float: right; }

.grid-main-links .automake-menu-box select {
  float: right;
  margin-right: 14px;
  margin-top: -4px;
  border: solid 1px #ccc;
  font-size: 13px;
  color: #555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans serif;
  padding: 3px;
  cursor: pointer;
  text-transform: uppercase; }

div.grid-info {
  color: #666;
  font-size: 15px; }

div.grid-info .grid-views {
  display: none; }

div.grid-info .grid-views.visible {
  display: inline; }

div.grid-info a {
  color: #666; }

div.grid-info a:hover {
  color: #333; }

#grid {
  margin: 0 auto;
  clear: both; }

#grid .grid-sizer {
  width: 370px;
  /*274px;*/ }

#grid .item-box-ext {
  float: left;
  width: 370px;
  /*274px;*/ }

#grid .item-box {
  width: 356px;
  /*260px;*/
  float: left;
  margin: 7px auto;
  border: none;
  background: #fff;
  /* Parameters:
	- horizontal offset
	- vertical offset 
	- blur radius
	- color
	*/
  -webkit-box-shadow: 0 1px 2px #aaa;
  -moz-box-shadow: 0 1px 2px #aaa;
  box-shadow: 0 1px 2px #aaa;
  /*
	  -moz-box-shadow: 0px 5px 5px #ccc;
	  -webkit-box-shadow: 0px 5px 5px #ccc;
	  box-shadow: 0px 5px 5px #ccc;
	*/
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden; }

#grid .item-box.news-link {
  width: 356px;
  /*260px;*/ }

#grid .item-box:hover {
  -webkit-box-shadow: 0 0 5px #999;
  -moz-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999; }

#grid .item-image-box {
  position: relative; }

#grid .item-box img.item-image {
  margin: 0 0 8px;
  border: none;
  width: 100%;
  height: auto; }

#grid .item-box .caption {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  padding: 3px 10px 10px;
  text-align: left; }

img.item-image {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

#grid .item-box-ext.grid-ad .item-box {
  border-color: #666;
  border-width: 2px;
  padding-bottom: 15px; }

#grid .item-box-ext.grid-ad .ad-label {
  padding: 8px;
  color: #666;
  font-size: 11px;
  text-transform: uppercase; }

/*FAV-BOX AND COMMENT BUTTON*/
.comment-button, .fav-box, .remove-box {
  position: absolute;
  bottom: 22px;
  background: #efefef;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

#grid .comment-button, #grid .fav-box, #grid .remove-box {
  display: none; }

#grid .fav-box.active, .fav-box.active {
  background-color: #fff;
  border-color: #aaa;
  display: block; }

#image-box {
  position: relative;
  overflow-x: auto; }

#image-box .comment-button, #image-box .fav-box, #image-box .remove-box {
  display: show;
  background: #efefef;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

.fav-box:hover, .comment-button:hover, .remove-box:hover {
  color: #555;
  border-color: #777;
  cursor: pointer;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #333;
  -moz-box-shadow: 0 0 5px #333;
  box-shadow: 0 0 5px #333; }

.comment-button {
  text-transform: uppercase;
  right: 20px;
  padding: 8px 11px;
  color: #777;
  font-weight: bold;
  font-size: 14px; }

.remove-box {
  left: 100px;
  padding: 8px 11px;
  color: #777;
  text-transform: lowercase;
  font-weight: bold; }

.fav-box {
  left: 20px;
  padding: 3px 0;
  width: 30px; }

#image-box .comment-button {
  right: 50px; }

#image-box .fav-box {
  left: 50px; }

.fav {
  width: 24px;
  height: 24px;
  display: block;
  background: url(../png/icon-fav.png) no-repeat;
  margin: auto;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fav:hover {
  background-position: -24px 0; }

.fav-box.active .fav {
  background-position: -48px 0; }

.fav-box.loading .fav {
  background: url(../gif/loader-small.gif) no-repeat center center; }

.links-ext {
  height: 16px;
  margin-top: 8px; }

#grid .item-box .links {
  font-size: 12px;
  color: #ccc;
  width: 260px;
  text-transform: lowercase;
  margin: 0 auto;
  display: none; }

#grid .item-box .links a {
  color: #999;
  font-weight: bold; }

#grid .item-box .links a:hover {
  color: #666;
  text-decoration: underline; }

#grid .item-box .links .right {
  float: right; }

#grid .item-box .links .left {
  float: left; }

/*COMMENTS*/
body.board .comment-box-ext {
  float: left;
  width: 100%; }

.comment-box {
  width: 100%;
  float: left;
  display: block;
  background: #e7e7e7; }

/*Single Image Page Template*/
body.single-image .comment-box-ext, body.single-image .image-links-box {
  clear: both;
  float: none;
  width: 720px;
  margin: 0 auto; }

body.single-image .comment-box, #grid-single-image .comment-box {
  background-color: #fff; }

body.single-image .comment-box .comment-text, #grid-single-image .comment-box .comment-text {
  width: 670px; }

body.single-image #image {
  width: 90%;
  margin: 0 auto; }

#image-box img.single-image-original {
  max-width: 100%;
  height: auto; }

#image-box img.single-image-original.zoom-in {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  max-width: 100%; }

#image-box img.single-image-original.zoom-out {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  max-width: none !important;
  width: auto !important; }

.comment-box .item-comment {
  width: 100%;
  float: left;
  border-bottom: solid 1px #ccc;
  padding: 5px 0; }

.comment-box .comment-author {
  width: 36px;
  height: 30px;
  float: left; }

.comment-box .comment-author img {
  margin-left: 11px; }

.comment-box .comment-text {
  font-size: 13px;
  color: #555;
  float: right;
  padding-top: 10px;
  text-align: left; }

#grid .comment-box .comment-text {
  width: 242px; }

.comment-box .author-name {
  font-weight: bold;
  color: #444; }

.comment-box .note-moderation {
  clear: both;
  display: block;
  font-size: 11px;
  text-align: right;
  font-weight: bold;
  color: #777;
  padding-right: 12px; }

.comment-box .item-comment.last {
  border-bottom: none; }

.comment-box .item-comment.new-comment {
  width: 100%;
  clear: both;
  border-bottom: none;
  border-top: solid 1px #ccc; }

.comment-box .item-comment.new-comment.hidden {
  display: none; }

.comment-box .item-comment.new-comment input.input-comment {
  width: 96%;
  margin: 0 auto;
  border: solid 1px #ccc;
  padding: 7px;
  font-size: 13px;
  background: #fefefe;
  margin-top: 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.comment-box .item-comment.new-comment input.input-comment:focus {
  background: #fff;
  border-color: #555;
  box-shadow: 0px 1px rgba(30, 30, 30, 0.15) inset, 0px 1px rgba(255, 255, 255, 0.8), 0px 0px 14px rgba(100, 100, 100, 0.35); }

#image .comment-box .item-comment.new-comment input {
  width: 500px;
  float: left; }

#image .comment-box .item-comment.new-comment input.submit-button {
  width: 80px;
  float: right;
  margin-right: 0; }

/*Not working in grid overlay - hidden for now*/
#grid-overlay #image .comment-box .item-comment.new-comment input {
  display: none; }

#grid-overlay #image .comment-box .item-comment.new-comment input.submit-button {
  display: none; }

.comment-box .item-comment.new-comment input.submit-button {
  width: 80px;
  height: 30px;
  float: right;
  margin: 14px 12px 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  letter-spacing: 0.04em;
  text-transform: none;
  font-weight: bold;
  font-size: 13px;
  background-image: linear-gradient(#ccc, #999);
  border: solid 1px #888;
  background-color: #666;
  color: #efefef;
  text-shadow: 0px -1px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.comment-box .item-comment.new-comment input.submit-button:hover {
  background-image: linear-gradient(#999, #666);
  color: #fff;
  border-color: #555; }

.comment-box .item-comment.new-comment input.submit-button:active {
  background-image: linear-gradient(#666, #999);
  color: #efefef; }

#grid-overlay {
  position: fixed;
  display: block;
  top: 0;
  background: url(../png/bg-grid-overlay.png) repeat;
  width: 100%;
  height: 100%;
  display: none;
  cursor: default; }

#grid-overlay.active {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }

#grid-single-image {
  background: #fff;
  border: solid 0px #ccc;
  width: 800px;
  height: !important;
  max-height: 95%;
  margin: 35px auto 20px;
  display: none;
  overflow-y: auto;
  cursor: default;
  padding-top: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding-bottom: 0; }

#image-box {
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
  padding: 28px 0 10px;
  border: none;
  background: #fff; }

#image-box-int {
  width: 100%;
  text-align: center;
  display: block; }

#image .close-button {
  display: block;
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  background-size: cover;
  background-image: url(../png/icon-close.png);
  float: right;
  margin: 8px;
  cursor: pointer;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8; }

#image .close-button:hover {
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

body.single-image #image .close-button {
  display: none; }

#image .ad-box {
  margin: 15px auto 18px;
  text-align: center; }

.grid-ad-box {
  margin: 16px 0; }

.grid-ad-box.bottom {
  margin-top: 30px; }

.grid-ad-box.top {
  margin-bottom: 30px; }

#image h1 {
  padding: 20px 20px 0; }

#image p.image-author {
  margin-top: 12px;
  font-size: 16px;
  color: #777; }

#image p.image-author b {
  color: #222; }

#grid-single-image img {
  margin: 0 auto; }

#image-box #prev, #image-box #next {
  z-index: 10;
  width: 100px;
  top: 40px;
  height: 100px;
  cursor: pointer; }

#image-box #prev {
  left: 40px; }

#image-box #next {
  right: 40px; }

#grid-single-image h1 {
  border: none; }

#grid-single-image h2 {
  font-size: 14px;
  color: #666;
  padding: 10px 0; }

.image-views {
  display: none;
  text-align: right;
  color: #777;
  font-size: 12px;
  width: 720px;
  margin: 0 auto; }

.image-views.visible {
  display: block; }

.image-views a {
  color: #777; }

.image-views a:hover {
  color: #333; }

#grid-single-image .image-links-box-ext {
  clear: both;
  width: 100%;
  background: #e9e9e9;
  float: left;
  padding-bottom: 10px;
  margin: 10px 0 0; }

.image-links-box {
  text-align: left;
  margin: 15px auto;
  width: 720px;
  color: #666;
  font-size: 14px; }

.image-links-box b {
  color: #333; }

.image-links-box .links .left {
  padding-bottom: 8px; }

body.single-image .links, #grid-single-image .links {
  text-align: right;
  padding: 6px 0; }

body.single-image .links .left, #grid-single-image .links .left {
  float: left;
  text-align: left; }

body.single-image .links a, #grid-single-image .links a {
  color: #444;
  font-weight: bold; }

body.single-image .links a:hover, #grid-single-image .links a:hover {
  color: #222; }

#grid-single-image .thumbnails-box, body.single-image .thumbnails-box {
  clear: left;
  margin: 10px 0; }

.thumbnails-box img, #content .thumbnails-box img {
  width: 79px;
  margin-right: 1px;
  padding: 0;
  /*background: yellow;*/ }

#grid-overlay #loader {
  width: 32px;
  height: 32px;
  margin: 49% auto;
  background: url(../gif/loader.gif) no-repeat; }

#grid-single-image p.image-source, body.single-image p.image-source {
  font-size: 18px;
  color: #777;
  padding: 22px 0 20px; }

#grid-single-image p.image-source a, body.single-image p.image-source a {
  color: #555;
  font-weight: bold; }

#grid-single-image p.image-source a:hover, body.single-image p.image-source a:hover {
  color: #333; }

/* GRID LOGIN */
#grid-login-box {
  background: #fff;
  border: solid 1px #ccc;
  width: 800px;
  height: 500px;
  top: 120px;
  margin: 120px auto;
  display: none;
  overflow-y: auto;
  cursor: default; }

#grid-login-box h1.logo a {
  text-indent: -9999px;
  display: block;
  width: 360px;
  height: 80px;
  background: url(../png/logo-cbd-login.png);
  margin: 40px auto; }

#grid-login-box .login-form-box {
  width: 360px;
  margin: 20px auto;
  font-family: "Helvetica Neue",Helvetica,Arial, sans serif; }

#grid-login-box input[type="text"], #grid-login-box input[type="password"], #grid-login-box textarea {
  display: inline-block;
  margin-top: 19px;
  -moz-box-sizing: border-box;
  padding: 6px 12px;
  padding-top: 6px;
  padding-right-value: 12px;
  padding-bottom: 6px;
  padding-left-value: 12px;
  padding-left-ltr-source: physical;
  padding-left-rtl-source: physical;
  padding-right-ltr-source: physical;
  padding-right-rtl-source: physical;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: #221919;
  background: none repeat scroll 0% 0% white;
  border: 1px solid #ad9c9c;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 1px rgba(34, 25, 25, 0.15) inset, 0px 1px white;
  transition: all 0.09s ease-in-out 0s;
  font-family: "Helvetica Neue",Helvetica,Arial, sans serif; }

#grid-login-box input[type="text"], #grid-login-box input[type="password"], #grid-login-box textarea {
  position: relative;
  display: block;
  width: 100%;
  z-index: 4;
  background: none repeat scroll 0% 0% transparent;
  border: 1px solid rgb #666;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 1px rgba(34, 25, 25, 0.15) inset, 0px 1px white;
  transition: all 0.09s ease-in-out 0s; }

#grid-login-box input[type="text"]:focus, #grid-login-box input[type="password"]:focus, #grid-login-box textarea:focus {
  border-color: #993300;
  box-shadow: 0px 1px rgba(34, 25, 25, 0.15) inset, 0px 1px rgba(255, 255, 255, 0.8), 0px 0px 14px rgba(235, 82, 82, 0.35); }

#grid-login-box .login-form-box label {
  margin-top: 12px;
  float: right;
  text-transform: lowercase;
  color: #666; }

#grid-login-box input.button-primary {
  float: left;
  position: relative;
  top: 20px;
  font-family: "Helvetica Neue",Helvetica,Arial, sans serif;
  font-size: 17px;
  border: 1px solid transparent;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 1px rgba(255, 255, 255, 0.8), 0px 1px rgba(255, 255, 255, 0.35) inset;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 1em;
  margin: 0px;
  padding: 0.3em 0.825em;
  text-align: center;
  transition: all 0.05s ease-in-out 0s;
  -moz-box-sizing: border-box;
  display: block;
  margin: 0px auto;
  background-color: #f0eded;
  background-image: -moz-linear-gradient(center top, #fdfafb, #f9f7f7 50%, #f6f3f4 50%, #f0eded);
  border-color: #bbbbbb;
  color: #555;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.9); }

#grid-login-box input.button-primary:hover {
  transition: none 0s ease 0s;
  color: #444;
  border-color: #777; }

#grid-login-box input.button-primary:active {
  transition: none 0s ease 0s; }

#grid-login-box input.button-primary:focus {
  outline: medium none; }

#grid-login-box .forgotpassword {
  width: 360px;
  float: left;
  clear: both;
  margin-top: 56px;
  display: block;
  text-align: center;
  font-size: 13px;
  color: #666;
  text-transform: lowercase; }

#grid-login-box .forgotpassword a {
  color: #a00; }

#grid-login-box .forgotpassword a:hover {
  color: #500; }

#grid-log {
  display: block;
  display: none;
  width: 600px;
  height: 50px;
  position: fixed;
  z-index: 100;
  bottom: 30px;
  background: #fff;
  border: solid 1px #ccc;
  padding: 20px;
  font-size: 16px;
  color: #444; }

#grid-navbar {
  font-size: 14px;
  color: #555;
  line-height: 1.1em;
  width: 95%;
  clear: both;
  padding-top: 35px; }

#grid-navbar div.navbar-link {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  background: #fff; }

#grid-navbar div.navbar-link a {
  display: block;
  width: 8px;
  height: 8px;
  margin: 4px;
  text-indent: -9999px;
  background: #999; }

#grid-navbar div.navbar-link.current {
  text-indent: -9999px;
  background-color: #a00; }

#grid-navbar div.navbar-link:hover a {
  background: #000;
  width: 16px;
  height: 16px;
  margin: 0px;
  transition: width 0.2s, height 0.2s, margin 0.2s;
  -webkit-transition: width 0.2s, height 0.2s, margin 0.2s; }

#grid-navbar span.current-page {
  background: #a00;
  display: block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  background: #a00;
  float: left;
  margin: 6px; }

#navbar-tooltip {
  display: none;
  position: absolute;
  bottom: 4px;
  width: 30px;
  height: 30px;
  background: #fff;
  border: solid 0px #555;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 30px;
  font-weight: bold;
  font-size: 13px; }

#prev-page, #next-page {
  width: 80px;
  height: 80px;
  display: block; }

#prev-page {
  float: left; }

#next-page {
  float: right; }

#prev-page a, #next-page a {
  width: 80px;
  height: 80px;
  display: block;
  background: url(../png/button-grid-arrows.png) no-repeat;
  text-indent: -9999px;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s; }

#prev-page a {
  background-position: 0 0; }

#next-page a {
  background-position: -80px 0; }

#prev-page a:hover {
  background-position: 0 -80px; }

#next-page a:hover {
  background-position: -80px -80px; }

/* NEW CUSTOM PROFILE PAGE*/
#user-avatar-remove-box {
  width: 0;
  height: 0;
  display: none; }

#article-box #updateuser {
  display: block;
  width: 200px;
  height: 100px; }

div#dark-overlay {
  width: 100%;
  height: 100%;
  background: url(../png/bg-grid-overlay.png) repeat;
  position: fixed; }

.page-meta, .page_number, .article-metadata {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px !important;
  float: left;
  clear: both;
  width: 100%;
  margin: 3px 0 12px;
  color: #999 !important;
  letter-spacing: .01em; }

.page-meta i, .article-metadata i {
  font-size: 16px;
  color: #bbb; }

.page-meta .right, .page-meta.right {
  float: right; }

.page-meta a {
  color: #777; }

.page-meta a:hover {
  color: #444; }

.tags {
  float: left;
  width: 65%;
  line-height: 1.2em;
  padding-bottom: 2px; }

.page-meta b, .page-meta strong {
  font-weight: 400;
  color: #555; }

.page-meta span#views {
  display: none; }

.page-meta span.visible span#views {
  display: inline; }

.page-meta .categories {
  padding-left: 2px; }

ul.post-categories {
  background: red;
  float: left; }

ul.post-categories li {
  float: left; }

#page {
  width: 720px;
  margin: 0 auto;
  text-align: justify;
  font-size: 1em; }

/* MONTHLY ARCHIVES */
li.monthly-archive-item {
  clear: both;
  list-style-type: none !important;
  color: #555;
  font-size: 16px;
  margin: 4px 0 !important; }

li.monthly-archive-item a:hover {
  text-decoration: underline; }

#monthly-archive-navigation {
  clear: both;
  margin-top: 15px;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #555; }

#monthly-archive-navigation .left {
  width: 40%;
  float: left; }

#monthly-archive-navigation .right {
  width: 40%;
  float: right;
  text-align: right; }

/* Author Page */
.author-info {
  clear: both;
  padding-top: 5px;
  font-size: 14px;
  color: #444;
  line-height: 1.1em;
  border-bottom: solid 2px #dedede;
  padding-bottom: 9px;
  width: 100%;
  margin-bottom: 10px; }

.author-info h2 {
  margin-bottom: 12px; }

.left-col .automakes {
  font-size: .9em; }

.left-col .automakes h3 {
  margin: 0 0 0 5px;
  padding: 0;
  font-size: 1.1em; }

.left-col .automakes ul {
  margin: 0;
  padding: 0; }

.left-col .automakes ul li {
  list-style-type: none;
  margin: 0;
  padding: 2px 4px;
  display: block;
  border-bottom: dotted 1px #ccc; }

.left-col .automakes ul li a {
  color: #444;
  text-decoration: none; }

.left-col .automakes ul li a:hover {
  text-decoration: underline; }

/* !_FOOTER */
#footer-ext {
  clear: both;
  background-color: #292b2e;
  color: #aaa;
  float: left;
  padding-top: 20px; }

#footer ul li {
  display: inline; }

#footer ul#footer-links-left li a {
  padding: 4px;
  margin-right: 12px; }

#footer ul#footer-links-left {
  float: left; }

ul#footer-links-right li a {
  margin-right: 8px; }

ul#footer-links-right {
  float: right;
  font-size: 11px; }

ul#footer-links-right li.credits {
  padding-left: 44px; }

#signature-ext {
  min-height: 56px;
  overflow: hidden;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #000;
  border-top: 1px solid #3A3A3A;
  letter-spacing: .15em;
  clear: both;
  color: #AAA;
  padding: 16px 0;
  line-height: 1.2em; }

#signature {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif; }

#signature a {
  text-transform: uppercase;
  color: #ccc !important; }

#signature a:hover {
  color: #fff !important; }

#signature p {
  float: left; }

#signature ul {
  float: right; }

#signature li {
  float: left;
  margin-right: 30px; }

#signature .admin-notes {
  width: 100%;
  float: left;
  font-size: 15px;
  color: #999;
  font-family: "Lato", "Open Sans", "Helvetica Neue", Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 24px; }

span.company-info {
  color: #666;
  text-transform: none !important;
  font-size: 14px;
  letter-spacing: 0.02em; }

/* !_WIDGET STYLING*/
.widget {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px; }

/* RSS WIdget */
a.rsswidget img {
  display: none; }

/*** List Widgets Styling ***/
.widget_rss li,
.widget .menu li,
.widget_pages li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E6E6E6;
  list-style: none;
  line-height: 24px;
  float: left;
  width: 100%; }

#footer
.widget .menu li,
#footer
.widget_pages li,
#footer
.widget_recent_entries li,
#footer
.widget_recent_comments li,
#footer
.widget_archive li,
#footer
.widget_categories li,
#footer
.widget_meta li {
  border-bottom: 1px solid #3d3d3d; }

.widget_recent_entries
.post-date {
  display: inline-block;
  font-size: 11px;
  float: right;
  color: #fff;
  padding: 1px 6px;
  background: #333; }

.widget_rss li:first-child,
.widget .menu li:first-child,
.widget_pages li:first-child,
.widget_recent_entries li:first-child,
.widget_recent_comments li:first-child,
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_meta li:first-child {
  padding-top: 0; }

.widget_rss li a,
.widget .menu li a,
.widget_pages li a,
.widget_recent_entries li a,
.widget_recent_comments li a,
.widget_archive li a,
.widget_categories li a,
.widget_meta li a {
  color: #444;
  margin-right: 5px;
  text-decoration: none; }

#footer
.widget_rss li a,
#footer
.widget .menu li a,
#footer
.widget_pages li a,
#footer
.widget_recent_entries li a,
#footer
.widget_recent_comments li a,
#footer
.widget_archive li a,
#footer
.widget_categories li a,
#footer
.widget_meta li a {
  color: #aaa; }

.widget_rss li a:hover,
.widget .menu li a:hover,
.widget_pages li a:hover,
.widget_recent_entries li a:hover,
.widget_recent_comments li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_meta li a:hover {
  color: #c54100;
  text-decoration: none; }

#footer .widget_rss li a:hover,
#footer .widget .menu li a:hover,
#footer .widget_pages li a:hover,
#footer .widget_recent_entries li a:hover,
#footer .widget_recent_comments li a:hover,
#footer .widget_archive li a:hover,
#footer .widget_categories li a:hover,
#footer .widget_meta li a:hover {
  color: #fff; }

/*** Tag Cloud Styling ***/
.tagcloud {
  margin: -5px;
  text-transform: capitalize;
  float: left; }

.tagcloud a {
  display: block;
  float: left;
  padding: 5px 13px;
  margin: 5px;
  color: #fff;
  background-color: #2C2C2C;
  text-decoration: none;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s; }

#footer
.tagcloud a:hover,
.tagcloud a:hover {
  color: #fff;
  background-color: #c54100;
  text-decoration: none; }

#footer .tagcloud a {
  color: #999;
  background-color: #1E1E1E; }

/*** Calendar Widget ***/
#calendar_wrap {
  float: left;
  width: 100%; }

#wp-calendar {
  width: 100%; }

#wp-calendar a {
  text-decoration: underline; }

#wp-calendar caption {
  text-align: center;
  color: #444;
  margin-bottom: 18px;
  font-weight: 700; }

#footer
#wp-calendar caption {
  color: #aaa;
  text-align: center; }

#wp-calendar thead {
  font-size: 10px; }

#wp-calendar thead th {
  padding-bottom: 10px; }

#wp-calendar tbody,
#wp-calendar tfoot {
  color: #444; }

#footer
#wp-calendar tbody,
#footer
#wp-calendar tfoot {
  color: #aaa; }

#footer
#wp-calendar tbody td:hover a,
#footer
#wp-calendar tfoot td:hover a {
  color: #fff; }

#wp-calendar tbody td,
#wp-calendar .pad {
  background-color: #eee;
  text-align: center;
  padding: 8px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

#wp-calendar tfoot #next {
  background-color: #eee;
  text-transform: uppercase;
  text-align: right;
  padding: 10px; }

#wp-calendar tfoot #prev {
  background-color: #eee;
  text-transform: uppercase;
  padding: 10px; }

#footer
#wp-calendar tbody td,
#footer
#wp-calendar .pad,
#footer
#wp-calendar tfoot #next,
#footer
#wp-calendar tfoot #prev {
  background-color: #2C2C2C; }

/*** Back To Top Styling ***/
.back-to-top {
  color: #fff;
  position: fixed;
  right: 15px;
  bottom: 35px;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  font-size: 30px;
  text-align: center;
  line-height: 37px;
  background: no-repeat #1E1E1E;
  z-index: 900;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s; }

.back-to-top:hover {
  color: #fff;
  background-color: #c54100; }

.monthly-archives {
  font-size: 11px; }

.monthly-archives h4 {
  color: #222;
  font-size: 13px;
  margin: 4px 0 2px; }

.monthly-archives ul {
  margin: 4px;
  padding: 0; }

.monthly-archives ul li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.monthly-archives a {
  text-decoration: none; }

#extra .skyscraper {
  width: 250px;
  float: left;
  text-align: center;
  clear: both;
  margin: 16px auto; }

#extra .square-box {
  width: 250px;
  clear: left;
  margin: 0;
  float: left; }

#extra .cover img {
  border: none; }

#extra .tag-cloud {
  width: 240px;
  margin: 0 auto;
  float: left; }

.tag-cloud a {
  text-decoration: none;
  color: #666;
  float: left;
  margin: 0 3px; }

.tag-cloud a:hover {
  text-decoration: underline;
  color: #a00; }

.post-grid-ext {
  clear: both;
  margin-top: 8px; }

.post-grid-ext.two-cols {
  float: left;
  width: 482px; }

.post-grid-ext.one-col {
  clear: none;
  float: right;
  width: 236px; }

.heading {
  clear: both;
  float: left;
  display: block;
  width: 100%;
  border-bottom: solid 3px #bbb;
  margin: 14px 0 8px; }

.heading h2 {
  background-color: #bbb;
  padding: 5px 8px 2px;
  font-size: 18px;
  line-height: 1em; }

.post-grid h2, h2.gallery-link-title {
  display: inline-block;
  margin: 0;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 18px;
  padding: 5px 8px 2px;
  color: #fff;
  background-color: #bbb;
  font-weight: 400;
  letter-spacing: .02em; }

.post-grid .spacer {
  display: block;
  clear: both;
  width: 728px;
  border-bottom: solid 1px #ccc;
  height: 1px;
  padding-bottom: 12px;
  margin-bottom: 16px; }

.homepage-spacer {
  height: 10px;
  width: 100%;
  clear: both; }

.post-grid-item-ext {
  width: 236px;
  float: left;
  margin-right: 10px; }

.post-grid-item {
  width: 236px; }

.post-grid-item-ext:last-child, .post-grid-item-ext.last {
  margin-right: 0; }

.post-grid-item .meta {
  margin: 8px 0;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #aaa;
  margin-bottom: 7px;
  letter-spacing: -.03em; }

.post-grid-item .meta i {
  font-size: 17px; }

.post-grid-item .meta b {
  font-weight: 400; }

.post-grid-item .meta .category {
  letter-spacing: -.01em;
  float: right; }

.post-grid-item .meta .category a {
  color: #999; }

.post-grid-item .meta .category a:hover {
  color: #c54100; }

.post-grid-item img.tn {
  border: none;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";
  filter: alpha(opacity=92);
  -moz-opacity: 0.92;
  -khtml-opacity: 0.92;
  opacity: 0.92;
  /*FIXES to reomve image blur and 1px offset when hovering */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-backface-visibility: hidden;
  -moz-transform: translateZ(0) scale(1, 1); }

.post-grid-item img.tn:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.post-grid-item h3 {
  margin: 10px 0 0;
  color: #222;
  font-size: 21px;
  line-height: 1.2em;
  letter-spacing: -.01em; }

.post-grid-item h3 a {
  color: #343434; }

.post-grid-item h3 a:hover {
  color: #000; }

.post-grid-item .info {
  margin-top: 8px;
  font-size: 13px;
  color: #5a5a5a;
  line-height: 1.3em; }

p.more-news {
  float: right;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0;
  text-transform: lowercase; }

p.more-news a {
  color: #777;
  text-decoration: none; }

p.more-news a:hover {
  color: #555;
  text-decoration: underline; }

/* NEWS ARCHIVE*/
#news-archive-box img {
  border: solid 1px #333333;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 6px; }

#news-archive-box {
  text-align: justify;
  line-height: 1.5em; }

#news-archive-box h2 {
  font-size: 1.2em;
  display: block;
  border-bottom: solid 2px #ccc; }

#news-archive-box h3 {
  font-size: 1.1em;
  margin-top: 2px;
  margin-bottom: 2px; }

#news-archive-box li {
  list-style-type: none;
  clear: both; }

.news-archive-box-extended {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  width: 500px; }

.news-archive-box-description {
  margin-top: 4px;
  font-size: 0.9em;
  line-height: 1.2em; }

.news-archive-ad {
  display: block;
  margin-left: 15px;
  margin-bottom: 6px; }

.single-resource-box .cover {
  float: right;
  width: 50%; }

.single-resource-box .cover img {
  border: solid 1px #999;
  height: auto;
  width: 100% !important;
  height: auto !important; }

.single-resource-box .description-box {
  width: 100%;
  float: left;
  font-size: 17px;
  line-height: 24px;
  color: #444;
  border: solid 1px #ccc;
  background-color: #efefef;
  padding: 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin: 12px 0; }

.single-resource-box .description-box .link {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px; }

.single-resource-box .description-box .link a {
  text-decoration: none; }

.single-resource-box .description-box .link a:hover {
  text-decoration: underline; }

/*SINGLE PUBLICATION (WORDPRESS) */
.pub-meta {
  font-size: 15px;
  color: #777;
  font-weight: bold;
  padding-bottom: 10px; }

.pub-meta a {
  color: #555; }

.pub-meta b, .pub-meta a:hover {
  color: #333; }

img.pub-cover {
  float: left;
  border: solid 1px #999;
  margin-right: 8px; }

.pub-info {
  font-size: 14px;
  color: #444;
  font-weight: bold;
  padding-bottom: 8px; }

/*
.pub-categories {}
.pub-categories a {font-weight:bold; color:#666;}
.pub-categories a:hover {color:#222;}
.pub-details { clear:both; font-size:11px; border-bottom:solid 1px #666; padding-bottom:5px; color:#444; }
.pub-details b, .pub-details strong {color:#333; text-transform:uppercase;}
.pub-author {float:left; width:65%; line-height:1.1em; padding-bottom:3px; }
.pub-thumbnail {float:left; width:210px;}
.pub-thumbnail img {float:left; margin-top:6px;  border:solid 1px #999;}

.pub-info {margin:8px 0 6px; font-size:11px; color:#666;}
.pub-top-ad {}

.pub-abstract { float:right; width:518px; font-size:13px; color:#333; text-align:left; line-height:1.4em;}
.pub-abstract p {margin:5px 0;}
.pub-abstract h2 {font-family: $content-font; font-weight:bold;font-size:16px; color:$link_color_1; margin:8px 0 10px;}

.pub-source  {margin-top:12px; font-size:11px; color:#666;}
.pub-readmore {clear:both;text-align:right; font-size:13px; font-weight:bold; margin-bottom:10px;}

*/
/*TECHNICAL PUBLICATIONS*/
.sub-categories-box, #directory li.categories {
  font-size: 16px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.5em;
  -moz-column-gap: 1.5em;
  column-gap: 1.5em;
  -webkit-column-rule: 1px solid #ccc;
  -moz-column-rule: 1px solid #ccc;
  column-rule: 1px solid #ccc;
  margin: 10px 0 20px; }

.sub-categories-box h2 {
  font-family: "Lato", "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  padding-bottom: 4px; }

.sub-categories-box h2 a {
  color: #333;
  text-decoration: underline; }

.sub-categories-box li {
  margin: 6px 0;
  color: #666; }

.sub-categories-box a {
  color: #555; }

.sub-categories-box a:hover {
  color: #333;
  text-decoration: underline; }

.sub-categories-box ul li.cat-item {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 18px;
  color: #666; }

.sub-categories-box ul li.cat-item a {
  color: #222; }

.sub-categories-box ul li ul li.cat-item {
  font-weight: normal;
  font-size: 17px;
  margin: 16px 0 14px; }

.sub-categories-box ul li ul li.cat-item a {
  color: #222; }

.sub-categories-box ul li ul li.cat-item a:hover {
  color: #222; }

.sub-categories-box ul li ul li ul li.cat-item {
  font-weight: normal;
  font-size: 15px;
  margin: 6px 0; }

.sub-categories-box ul li ul li ul li.cat-item a {
  color: #444; }

.sub-categories-box ul li ul {
  padding-left: 20px; }

.sub-categories-box ul li ul ul {
  padding-top: 6px; }

.sub-categories-box h2 {
  font-family: "Lato", "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px; }

.sub-categories-box h2 a {
  font-weight: bold; }

.sub-categories-box h2 a:hover {
  font-weight: bold; }

/*
.sub-categories-box-ext { margin-top:5px; width:726px; float:left; border:solid 1px #ccc;   }
.sub-categories-box {  padding:10px 15px 20px;   float:left; color:#666; font-weight:normal;}
.sub-categories-box ul.left {width:300px; float:left; }
.sub-categories-box ul.right {width:300px; float:right;  }
.sub-categories-box ul li {margin-top:4px; color:#777;}
.sub-categories-box ul a { color:#555; text-decoration: underline;}
.sub-categories-box ul a:hover {color:#222;}

// Depth: 1
.sub-categories-box ul li.cat-item {font-size:17px; font-weight: bold; margin:17px 0;}

// Depth: 2
.sub-categories-box ul li ul li.cat-item {font-weight: normal; font-size:15px; margin:7px 0;}
.sub-categories-box ul li ul li.cat-item a {color:#444;}
.sub-categories-box ul li ul li.cat-item a:hover {color:#222;}

// Depth: 3

.sub-categories-box ul li ul li ul li.cat-item {font-weight: normal; font-size:13px; margin:5px 0;}
.sub-categories-box ul li ul li ul li.cat-item a {color:#666;}
.sub-categories-box ul li ul {padding-left:20px;}
.sub-categories-box h2 {font-family: $content-font; font-size:14px; font-weight:bold; color:#555; padding-bottom:4px;}
.sub-categories-box h2 a {font-weight:bold;}
.sub-categories-box h2 a:hover {font-weight:bold;}


*/
/* GENERIC ARCHIVE LIST */
#nav-tree {
  margin: 5px 0 15px;
  color: #666;
  font-size: 14px;
  line-height: 1.4em; }

#nav-tree a {
  color: #444;
  font-weight: bold;
  text-decoration: underline; }

#nav-tree a:hover {
  color: #100; }

/*ARCHIVE WITH GRID LAYOUT (2012-09) */
.news-list-ads {
  margin: 18px 0 24px; }

#archive-list-grid {
  clear: both;
  padding-top: 10px;
  width: 100%; }

#archive-list-grid hr {
  margin: 2px 0 5px;
  height: 3px;
  background-color: #ccc;
  border: none; }

#archive-list-grid .spacer {
  display: block;
  clear: both;
  width: 728px;
  border-bottom: solid 0px #ccc;
  height: 1px;
  padding-bottom: 12px;
  margin-bottom: 16px; }

.archive-item-grid-ext {
  width: 246px;
  float: left;
  margin: 0; }

.archive-item-grid-ext.last {
  width: 228px; }

.archive-item-grid {
  width: 232px;
  margin: 0; }

.archive-item-grid img.tn {
  border: none;
  opacity: .92; }

.archive-item-grid img.tn:hover {
  border: none;
  opacity: 1; }

.archive-item-grid .meta {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px;
  color: #999; }

.archive-item-grid .meta i {
  font-size: 17px;
  color: #bbb; }

.archive-item-grid .meta a {
  color: #777; }

.archive-item-grid .meta a:hover {
  color: #c54100; }

.archive-item-grid .meta .admin-notes {
  float: right; }

.archive-item-grid .meta .admin-notes b {
  font-weight: 400; }

.archive-item-grid h3 {
  margin: 8px 0 8px;
  font-size: 21px;
  color: #3F3F38;
  line-height: 1.2em;
  letter-spacing: -.02em; }

.archive-item-grid h3 a {
  color: #343434;
  text-decoration: none; }

.archive-item-grid h3 a:hover {
  color: #c54100; }

.archive-item-grid .info {
  font-size: 13px;
  color: #5d5e5f;
  line-height: 1.3em; }

/*ARCHIVE WITH LIST LAYOUT */
.archive-item {
  float: left;
  clear: left;
  width: 100%;
  border-bottom: solid 1px #ccc;
  padding: 3px 0;
  margin: 3px 0 9px;
  font-weight: 500; }

.archive-item h2 {
  font-family: "Lato", "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 19px; }

.archive-item h2 a {
  text-decoration: underline; }

.archive-item img, .archive-item .tn {
  float: right;
  margin-top: 3px;
  margin-left: 4px;
  outline: solid 1px #ccc; }

.archive-item img.icon {
  border: none;
  float: none; }

.archive-metadata, .archive-item .metadata {
  clear: left;
  font-size: 12px;
  font-weight: bold;
  color: #999;
  margin: 6px 0;
  line-height: 1.2em; }

.archive-text, .archive-item .text {
  font-size: 13px;
  color: #444;
  margin-top: 6px;
  line-height: 1.2em; }

.archive-source, .archive-item .source {
  font-size: .85em;
  color: #666;
  margin: 5px 0; }

.archive-item strong, .archive-item b {
  color: #333; }

/* FEATURED JOB LISTING */
.archive-item.featured-job {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #666;
  padding: 10px;
  background-color: #efefef;
  margin-bottom: 13px; }

.archive-item.featured-job h2 {
  font-weight: bold; }

/* ARCHIVE PAGE NAVIGATION */
.wp-pagenavi {
  clear: both;
  padding-top: 35px;
  display: block;
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
  color: #888;
  font-weight: bold;
  line-height: 42px; }

.wp-pagenavi a {
  color: #777;
  display: inline-block;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 7px 2px;
  background-color: #e9e9e9;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase; }

.wp-pagenavi a:hover {
  color: #444;
  background-color: #bbb; }

.wp-pagenavi span.pages {
  float: left;
  display: none; }

.wp-pagenavi span.current {
  margin: 4px 4px;
  padding: 0 6px;
  color: #000;
  font-weight: bold; }

.wp-pagenavi a.page {
  margin: 0 4px; }

.wp-pagenavi .extend {
  margin: 0 10px; }

.wp-pagenavi a.previouspostslink {
  margin: 0 20px; }

.wp-pagenavi a.nextpostslink {
  margin: 0 20px; }

/* CARS LIST */
#news-archive-box h2 {
  color: #000000; }

#news-archive-box img {
  border: solid 1px #333333;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 6px; }

#news-archive-box {
  text-align: justify;
  line-height: 1.5em; }

#news-archive-box h2 {
  font-size: 1.2em;
  display: block;
  border-bottom: solid 2px #cc0000;
  clear: left; }

#news-archive-box h3 {
  font-size: 1.1em;
  margin-top: 2px;
  margin-bottom: 2px; }

#news-archive-box li {
  list-style-type: none;
  clear: both; }

.news-archive-box-extended {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  width: 500px; }

.news-archive-box-description {
  margin-top: 4px;
  font-size: 0.9em;
  line-height: 1.2em; }

.news-archive-ad {
  display: block;
  margin-left: 15px;
  margin-bottom: 6px; }

/* ARTICLE TOP BOX */
.fullsize-cover-box img {
  width: 100% !important;
  height: auto !important; }

img.full-cover {
  margin: 0 auto;
  border: solid 1px #aaa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#article-top-box {
  clear: both;
  margin: 0 auto; }

#article-top-box .left {
  float: left;
  width: 50%; }

#article-top-box .right {
  float: right;
  width: 50%;
  text-align: right; }

#article-top-box .right img {
  width: 100% !important;
  height: auto !important; }

#article-top-box img.article-cover {
  border: solid 1px #999; }

.article-intro {
  text-align: left;
  margin: 0 auto;
  font-size: 19px;
  clear: both;
  border-bottom: solid 1px #ccc;
  border-top: none;
  margin: 10px auto;
  padding: 5px 0;
  line-height: 1.4em;
  letter-spacing: .01em; }

.article-intro-left {
  font-size: 16px;
  clear: both;
  float: left;
  width: 530px;
  font-weight: normal;
  border-bottom: solid 2px #ccc;
  border-top: solid 2px #ccc;
  margin: 6px 4px;
  padding: 3px 0;
  line-height: 30px; }

.article-cover-180 {
  border: solid 1px #999;
  margin-top: 4px; }

.article-navbar, .article-toc {
  margin: 0 auto;
  font-size: 11px; }

.article-toc {
  margin: 0 auto;
  font-size: 12px; }

/* ARTICLE LINK UNIT ADS */
.article-link-unit-spacer {
  clear: both;
  float: left;
  width: 720px;
  display: block;
  height: 12px; }

/* SHARE BOX */
.share-box {
  clear: both;
  width: 100%;
  padding: 10px 0;
  float: left;
  text-align: center;
  font-size: 13px;
  color: #777; }

.share-box ul {
  display: inline-block;
  max-width: 350px;
  margin: 0 auto;
  text-align: center; }

.share-box ul li {
  float: left;
  margin: 0;
  display: inline; }

.share-box ul li:first-child .share-button {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.share-box ul li:last-child .share-button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.share-box a.share-button {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  margin: 0px; }

.share-box a.share-button i {
  font-size: 24px;
  text-indent: 0;
  left: 0;
  line-height: 40px; }

.btn-buffer {
  padding-top: 3px; }

.share-button {
  background-color: #999;
  color: #eee; }

.share-button:hover {
  background: #555; }

.share-button.btn-twitter {
  background-color: #00aced; }

.share-button.btn-facebook {
  background-color: #3b5998; }

.share-button.btn-google-plus {
  background-color: #cb442c; }

.share-button.btn-reddit {
  background-color: #ff5700; }

.share-button.btn-linkedin {
  background-color: #007bb6; }

.share-button.btn-instagram {
  background-color: #e22f77; }

.share-button.btn-pinterest {
  background-color: #cb2027; }

.share-button.btn-twitter:hover {
  background-color: #0087b8; }

.share-button.btn-facebook:hover {
  background-color: #2c4272; }

.share-button.btn-google-plus:hover {
  background-color: #9f3523; }

.share-button.btn-reddit:hover {
  background-color: #c40; }

.share-button.btn-linkedin:hover {
  background-color: #005983; }

.share-button.btn-instagram:hover {
  background-color: #882cac; }

.share-button.btn-pinterest:hover {
  background-color: #9f191d; }

/*Additional Positioning */
.share-box a.share-button i.fa-twitter {
  padding: 1px 0 0 2px; }

.share-box a.share-button i.fa-google-plus {
  font-size: 22px;
  padding: 2px 0 0 4px; }

.share-box a.share-button img.icon {
  width: 24px;
  height: 24px;
  margin: 6px; }

/* ARTICLE RELATED BOX*/
#article-right-box-ext {
  width: 350px;
  float: left;
  background-color: #e1e2dc;
  border: solid 1px #999;
  margin: 0;
  padding-bottom: 5px; }

#article-right-box {
  width: 340px;
  margin: 5px auto; }

#article-right-box .item {
  float: left;
  width: 100%;
  margin: 0;
  padding: 3px 0 2px;
  border-bottom: solid 1px #ccc; }

#article-right-box .img-small {
  float: right;
  border: solid 1px #999;
  margin-left: 5px;
  background-position: center center; }

#article-right-box h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  border-bottom: solid 1px #999;
  padding: 0; }

#article-right-box h4 {
  margin: 0;
  font-size: 12px; }

#article-right-box .text {
  font-size: 11px;
  margin: 5px 0;
  color: #333; }

#article-right-box a:hover {
  color: #600; }

#article-right-box a {
  color: #37393c; }

.inside-ads {
  float: left;
  margin: 0 4px; }

/* POST TAGS */
.tags-box {
  line-height: 42px; }

/* PUBLICATIONS INDEX*/
#pub-index {
  font-size: 1em; }

#pub-index div.cat-box-ext {
  width: 179px;
  float: left; }

#pub-index div.cat-box-int {
  margin: 5px;
  border: solid 1px #ccc; }

#pub-index h2 {
  font-size: 1.1em;
  margin: 3px;
  display: block;
  border-bottom: solid 1px #ccc;
  padding-bottom: 3px; }

#pub-index h3 {
  font-size: 1em;
  font-weight: bold; }

#pub-index h2 a {
  color: #a00;
  text-decoration: none; }

#pub-index h3 a {
  color: #333;
  text-decoration: none;
  display: inline;
  margin: 0px;
  float: left; }

#pub-index a {
  color: #666;
  text-decoration: none; }

#pub-index a:hover {
  color: #300; }

#pub-index h2 a:hover, #pub-index h3 a:hover, #pub-index a:hover {
  text-decoration: underline; }

#pub-index li {
  font-weight: bold; }

#pub-index ul {
  margin-left: 6px;
  padding: 0; }

#pub-index ul li {
  font-weight: normal;
  list-style-type: none; }

#pub-index ul ul {
  margin: 3px 0;
  font-size: .85em; }

#pub-index ul ul {
  list-style-type: none;
  padding: 1px 10px 3px; }

.pub-sort-box {
  margin-top: 4px;
  font-size: .9em;
  color: #333;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: solid 1px #ccc; }

.pub-sort-box a {
  color: #666666; }

/* SINGLE PUBLICATION PAGE */
#single-pub h2 {
  font-size: 1.2em;
  margin-top: 8px;
  margin-bottom: 6px; }

#single-pub .metadata, #single-pub .author, #single-pub .date {
  font-size: .9em;
  color: #666666; }

#single-pub .metadata {
  margin-bottom: 4px; }

#single-pub .date {
  float: right;
  margin-bottom: 5px;
  margin-left: 25px; }

.author {
  float: left; }

#single-pub .file-details {
  font-size: .85em;
  clear: both;
  color: #333;
  border-bottom: solid 1px #999999;
  padding-bottom: 4px;
  margin: 6px 0 6px 0; }

#single-pub .cover {
  float: left;
  border: solid 1px #999999;
  margin: 0 5px 5px 5px; }

#single-pub .link {
  font-size: 1em;
  font-weight: bold;
  text-align: right;
  margin-top: 4px; }

/* DIRECTORY */
.archive-meta {
  font-size: 13px;
  line-height: 1.3em;
  color: #333;
  padding: 2px 0 5px; }

#directory h2, #directory h3 {
  font-family: "Lato", "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold; }

#directory a {
  text-decoration: underline; }

#directory .wp-pagenavi a {
  text-decoration: none; }

#directory h2 {
  color: #777;
  margin: 10px 0 12px; }

#directory h3 a {
  color: #a00; }

#directory h3 a:hover {
  color: #800; }

#directory ul li {
  line-height: 1.5em; }

#directory li {
  list-style-type: none; }

#directory ul {
  font-weight: bold;
  margin: 0;
  padding: 0; }

#directory ul ul {
  font-weight: normal;
  margin-left: 20px; }

#directory h3 {
  font-size: 16px;
  margin: 4px 0;
  padding: 0; }

#directory .description {
  font-size: 14px;
  color: #444;
  font-weight: normal; }

#directory .description a {
  color: #a00; }

#directory .url {
  display: block;
  font-size: 13px;
  color: #222;
  font-weight: bold; }

.pub-categories {
  float: left;
  width: 100%;
  border: solid 1px #ccc;
  font-size: 12px; }

.pub-categories a {
  color: #666666; }

.pub-categories li {
  font-size: 1em;
  line-height: 1.3em;
  list-style-type: none;
  text-indent: 6px;
  padding: 0;
  margin: 2px 0; }

#searchbar {
  clear: both;
  margin: 8px auto 8px;
  width: 720px;
  font-size: 11px;
  padding: 8px 0; }

#searchbar .left {
  width: 10%;
  float: left; }

#searchbar .left-ext {
  width: 20%;
  float: left; }

#searchbar .mid-left {
  width: 10%;
  float: left; }

#searchbar .center {
  width: 60%;
  float: left;
  text-align: center; }

#searchbar .mid-right {
  width: 10%;
  float: left;
  text-align: right; }

#searchbar .right {
  width: 10%;
  float: left;
  text-align: right; }

#searchbar .right-ext {
  width: 20%;
  float: left;
  text-align: right; }

/*IMAGE GALLERY PAGE */
#gallery-page {
  font-size: 15px; }

#single-image {
  width: 98%;
  padding: 2px 0;
  margin: 14px auto;
  overflow: auto !important;
  text-align: center; }

#single-image img {
  margin: 0 auto; }

#single-image img.zoomed-out {
  width: 100% !important;
  height: auto !important;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in; }

#single-image img.zoomed-in {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out; }

.gallery-number {
  margin: 0 auto;
  text-align: right;
  color: #555; }

.gallery-navbar {
  margin: 0 auto 18px;
  font-size: 16px; }

.gallery-navbar .left {
  float: left; }

.gallery-navbar .right {
  float: right; }

.gallery-navbar a {
  color: #666; }

.gallery-navbar a:hover {
  color: #333; }

.dida {
  clear: both;
  font-size: 17px;
  padding: 12px 0;
  color: #333; }

.article-gallery-box .gallery-thumbnails {
  border: none;
  padding: 4px; }

.article-gallery-box-ext {
  clear: both;
  width: 717px;
  padding-top: 6px;
  margin: 12px auto; }

.article-gallery-box {
  width: 100%;
  border: solid 1px #ccc;
  background-color: #efefef;
  float: left; }

.gallery-thumbnails-ext {
  width: 720px;
  clear: both;
  margin: 4px auto 10px;
  text-align: center; }

.gallery-thumbnails {
  border: solid #ccc;
  border-width: 1px 0 0;
  padding: 4px 0; }

.gallery-thumbnails ul {
  margin: 0 15px;
  padding: 0; }

.gallery-thumbnails ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline; }

.gallery-thumbnails ul li a {
  width: 96px;
  height: 96px;
  float: left; }

.gallery-thumbnails ul li a img {
  margin: 7px 7px;
  border: solid 1px #999; }

.gallery-thumbnails a:hover {
  background-color: #dedede; }

.gallery-thumbnails .active {
  width: 96px;
  height: 96px;
  float: left;
  background-color: #a00; }

.gallery-thumbnails .active img {
  margin: 7px 7px;
  border: solid 1px #900; }

/* GOOGLE SEARCH PAGE */
#googleSearchUnitIframe iframe {
  overflow: auto; }

/* COMMENTS */
#comments {
  float: left;
  width: 100%;
  margin-top: 10px; }

h3#comments-title {
  clear: both;
  margin: 10px 0;
  font-size: 23px;
  color: #333;
  border-bottom: solid 2px #ccc;
  padding-bottom: 3px; }

li.comment {
  float: left;
  width: 100%; }

div.comment-wrapper {
  float: right;
  width: 100%;
  border-bottom: solid 1px #dedede;
  padding-bottom: 5px; }

li.comment.depth-2 div.comment-wrapper {
  width: 95%; }

li.comment.depth-3 div.comment-wrapper {
  width: 90%; }

li.comment.depth-4 div.comment-wrapper {
  width: 85%; }

#comments .comment-author {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .2em;
  margin: 8px 0 4px;
  font-weight: normal;
  font-size: 18px;
  color: #444; }

#comments .comment-author a {
  text-decoration: none;
  color: #444;
  margin-bottom: 7px; }

#comments .comment-author a:hover {
  text-decoration: underline;
  color: #222; }

.moderation-alert {
  font-size: 13px;
  color: #111;
  font-weight: bold; }

div.comment-text {
  color: #444;
  font-size: 16px;
  line-height: 1.3em;
  margin-top: 2px; }

div.comment-text p {
  margin-top: 12px;
  line-height: 1.3em; }

div.comment-text br {
  margin-top: 8px; }

div.comment-text a {
  color: #904e4e; }

div.comment-text a:hover {
  color: #5f3d3d; }

.comment-meta {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  color: #8f8f8f;
  margin: 10px 0 8px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.2em; }

.comment-meta a {
  color: #333;
  font-weight: bold; }

#comments .reply {
  font-size: 14px;
  float: right; }

#comments .reply a {
  color: #555; }

#comments .reply a:hover {
  color: #222; }

#respond h3#reply-title {
  font-family: "Lato", "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  color: #444;
  margin: 4px 0; }

#respond h3#reply-title small a {
  font-size: 13px;
  color: #a00; }

p.logged-in-as, p.must-log-in {
  font-size: 13px;
  color: #565656;
  padding: 12px 0; }

p.logged-in-as a, p.must-log-in a {
  color: #a00; }

p.logged-in-as a:hover, p.must-log-in a:hover {
  color: #800; }

form#commentform {
  width: 760px;
  font-size: 15px; }

form#commentform p {
  margin: 12px auto; }

form#commentform p label {
  color: #666; }

form#commentform .required {
  color: #666;
  font-weight: bold; }

p.comment-notes {
  margin: 0; }

.comment-notes {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.5em; }

.comment-notes a {
  color: #a00; }

.comment-notes a:hover {
  color: #800; }

div.comment-form-comment label {
  display: none; }

/*
form#commentform  p.form-submit input {float:right; background-color:#dedede; color:#666; font-weight:bold; font-family:Helvetica, Arial, sans serif; font-size:12px; padding:4px; text-transform:uppercase;}
form#commentform  p.form-submit input:hover{background-color:#888; color:#fff; }
form#commentform  p.form-submit input:active{background-color:#333;  color:#fff;}
*/
/* REGISTRATION FORM */
form.loginform p {
  clear: both;
  margin-top: 10px;
  clear: both;
  font-size: 15px; }

form.loginform label {
  clear: both;
  margin-top: 10px; }

form.loginform p input {
  margin-top: 10px; }

form.loginform h3 {
  clear: both;
  color: #a00;
  margin: 20px 0 25px;
  font-size: 21px; }

ul#cycnav {
  margin-top: 15px;
  padding-left: 10px; }

ul#cycnav li {
  list-style-type: disc;
  margin-left: 10px;
  margin-top: 5px; }

ul#cycnav li a {
  color: #a00; }

/* Profile Page */
#your-profile h3 {
  margin: 16px 0 10px;
  font-size: 18px;
  color: #787878; }

#your-profile th, #your-profile td {
  padding: 4px; }

#your-profile td {
  color: #555;
  line-height: 1.2em; }

#cycsubmit {
  padding: 4px; }

/* Fancy Box additional styling */
div#fancybox-gallery-links {
  float: right;
  text-align: right;
  width: 200px;
  font-weight: bold;
  font-size: 13px; }

div#fancybox-gallery-links a {
  color: #bbb;
  padding-left: 10px;
  float: right;
  text-decoration: none; }

div#fancybox-gallery-links a.first {
  border: none;
  padding-left: 10px; }

div#fancybox-gallery-links a:hover {
  color: #fff;
  text-decoration: underline; }

div#icon-large-size {
  width: 8px;
  height: 8px;
  float: left;
  margin-right: 5px;
  margin-top: 6px;
  background-image: url(../png/icons-gallery-sprite.png); }

div#icon-full-gallery {
  width: 8px;
  height: 8px;
  float: left;
  margin-right: 5px;
  margin-top: 6px;
  background-image: url(../png/icons-gallery-sprite.png);
  background-position: -8px 0; }

/* STYLE ARTICLE */
/* ARTICLE BOX */
.cbd-single-post-heading {
  width: 728px;
  margin: 0 auto;
  padding-top: 10px; }

#article-box {
  margin: 0 auto;
  clear: both; }

.text {
  color: #444;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: justify; }

.text h2, .text h3, .text h4, .text h5 {
  font-family: "Lato", "Slabo 13px", "Roboto Condensed", "Catamaran", "Poppins", "Lato", "Helvetica Neue", "Open Sans", Arial, sans-serif; }

.text del {
  color: #333; }

.text p {
  margin: 10px 0; }

.text a {
  color: #a00;
  text-decoration: none; }

.text a:hover {
  color: #800; }

.text h2 {
  font-size: 24px;
  margin: 12px 0;
  color: #333; }

.text h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  color: #555;
  line-height: 1.4em; }

.text h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  color: #555;
  line-height: 1.4em; }

.text .small {
  font-size: 11px; }

.text img {
  margin-top: 4px;
  margin-bottom: 4px;
  box-sizing: border-box;
  max-width: 100% !important; }

img.size-post-fullwidth {
  width: 100%;
  height: auto;
  outline: 1px solid #999;
  outline-offset: -1px; }

#article-box img.size-large {
  width: 49%;
  height: auto; }

img.size-large {
  border: 1px solid #999; }

.text p a[data-gallery-link]:nth-of-type(2) img.size-large {
  float: right; }

.text video {
  width: 100%;
  height: auto !important; }

.text p.image-right img {
  display: block; }

.text table.image-right {
  margin: 0; }

.text ul {
  margin: 8px 6px; }

.text li {
  list-style-type: disc;
  margin: 4px 0 4px 12px; }

.text ul ul {
  margin: 12px 16px; }

.text ul ul li {
  list-style-type: disc;
  margin: 4px 0 4px 12px; }

.text br {
  margin-top: 4px; }

.text .text-muted {
  color: #666;
  font-size: 16px; }

.alignright {
  float: right;
  clear: right;
  margin-left: 8px; }

.alignleft {
  float: left;
  margin-right: 8px; }

p.image-right img {
  margin: 0 auto; }

#article-box p.image-right, #article-box p.image-left {
  margin: 0;
  padding-bottom: 15px;
  line-height: 1.25em;
  color: #555; }

#article-box p.image-right img {
  margin-bottom: 7px; }

.image-left, .image-right, .image-line, .wp-caption {
  font-size: 13px;
  color: #555;
  font-weight: bold;
  text-align: center;
  margin-top: 3px;
  line-height: 1em; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden; }

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

.wp-caption {
  float: left;
  margin-right: 4px;
  padding-left: 0;
  padding-right: 0; }

.wp-caption.alignright {
  float: right;
  margin-left: 4px;
  margin-right: 0; }

.wp-caption.alignleft {
  float: left;
  margin-left: 0;
  margin-right: 4px; }

.wp-caption a img {
  margin: 0 3px; }

.text .wp-caption p.wp-caption-text {
  margin: 0;
  padding: 3px 0 15px; }

.image-left b, .image-right b, .image-line b {
  color: #222; }

.image-right {
  float: right;
  clear: right;
  margin-left: 5px; }

.image-left {
  float: left;
  clear: left;
  margin-right: 5px; }

.image-right img, #article-box img.image-right {
  margin: 3px 0 3px 4px; }

.image-left img, #article-box img.image-left {
  margin: 3px 4px 3px 0; }

.image-line {
  display: block;
  text-align: center;
  width: 100%; }

.article-dida {
  font-size: 12px;
  color: #777; }

.text blockquote {
  padding-left: 30px;
  color: #555; }

.text p.caption {
  display: block;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  margin-top: -8px;
  padding-bottom: 6px;
  padding-top: 2px;
  color: #222;
  line-height: 1.4em; }

.text p.caption br {
  display: block;
  line-height: 1.2em; }

.text table {
  clear: both;
  font-size: 14px;
  text-align: center;
  margin: 4px auto 6px;
  font-weight: normal;
  color: #666; }

.texttable b, .text table strong {
  color: #222; }

#article-box table tr td img {
  display: block;
  margin: 2px auto; }

#article-box table tr td {
  padding: 3px;
  line-height: 1.3em; }

#article-box table tr td.article-dida {
  font-size: 12px; }

#article-box table.data-table {
  border: 0;
  padding: 0;
  background-color: #777;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  border-collapse: collapse;
  color: #444; }

#article-box table.data-table tr {
  background-color: #fff; }

#article-box table.data-table tr td {
  border: solid 1px #ccc;
  padding: 2px; }

#article-box table.data-table tr td p {
  margin: 0; }

#article-box table.data-table tr td ul {
  list-style-type: disc;
  display: block;
  text-align: left;
  margin: 0 auto; }

#article-box table.data-table tr td li {
  list-style-type: disc;
  margin-left: 8px; }

#article-box table.data-table tr td.data-table-header {
  background-color: #F5F5F5;
  font-weight: bold;
  margin: 0;
  padding: 0; }

#article-box table.data-table tr td.data-table-title {
  background-color: #eee;
  font-weight: bold;
  text-transform: uppercase;
  color: #444;
  margin: 0;
  padding: 0; }

.table-text {
  font-size: 1em;
  color: #666; }

.table-text-large {
  font-size: .7em; }

.table-right {
  float: right;
  margin-left: 4px; }

.table-text h3 {
  font-size: 1.1em;
  text-align: center;
  display: block;
  color: #CC0000;
  font-weight: bold;
  padding: 3px;
  margin: 0px; }

.tutorial-tip-box {
  width: 80%;
  clear: both;
  color: #353957;
  border: solid 1px #9cafce;
  background-color: #cbd2ff;
  background: url(../bg-tutorial-tip-box.html) repeat-x top left;
  margin: 5px auto;
  padding: 10px 10px 10px 60px; }

.tutorial-tip-box p {
  margin: 5px 0 0 0; }

.tutorial-tip-box h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 0px;
  color: #353957; }

.text .quote {
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px 15px 30px;
  background: url(../bg-article-quote.html) no-repeat top left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 21px;
  line-height: 1.3em;
  color: #8A826F; }

.text .quote p.author {
  font-size: .8em;
  width: 100%;
  text-align: right;
  color: #333333;
  margin-top: 0; }

.text .text-box-ext-right {
  width: 355px;
  float: right;
  margin-left: 5px; }

.text .text-box {
  padding: 4px;
  border: solid 1px #ccc;
  background-color: #efefef;
  font-family: Arial, Helvetica, sans-serif;
  color: #333; }

.text .text-box h2, #article-box .text-box a {
  color: #666; }

.text .text-box h2, #article-box .text-box p {
  margin-top: 2px; }

.text .text-box h2 {
  border-bottom: solid 1px #ccc; }

.text img.button {
  border: none; }

.text .center {
  text-align: center; }

.text p.right {
  display: block;
  text-align: right;
  width: 100%; }

.text ul li ul li {
  padding-left: 15px; }

/* GRID INSIDE ARTICLE BOX TEXT */
#article-box .grid, .text .grid {
  width: 100%;
  float: left;
  margin: 20px 0; }

#article-box .grid .grid-item, .text .grid .grid-item {
  margin-bottom: 8px; }

#article-box .grid .grid-item img, .text .grid .grid-item img {
  width: 100% !important;
  height: auto !important;
  margin: 0;
  border: solid 1px #bbb; }

#article-box .grid .grid-item h4, .text .grid .grid-item h4 {
  line-height: 1.1em;
  font-size: 14px; }

#article-box .grid .grid-item a h4, .text .grid .grid-item a h4 {
  color: #222 !important;
  margin-top: 0; }

#article-box .grid .grid-item a h4:hover, .text .grid .grid-item a h4:hover {
  color: #000 !important; }

/* POSTS LIST INSIDE ARTICLE BOX TEXT */
.text .list-posts {
  clear: both;
  float: left;
  width: 100%;
  padding: 0;
  border-top: solid 1px #ccc;
  margin-bottom: 25px;
  margin-top: 10px; }

.text .list-posts-item {
  width: 100%;
  clear: left;
  float: left;
  padding: 10px 0;
  border-bottom: solid 1px #ccc; }

.text .list-posts-item img {
  float: left;
  margin-right: 12px;
  width: 200px !important;
  height: auto !important; }

.text .list-posts-item h4 {
  line-height: 1.2em;
  font-size: 22px; }

.text .list-posts-item .summary {
  font-size: 17px;
  color: #666;
  margin-top: 20px; }

#show-press-release {
  width: 170px; }

#press-release-content {
  font-size: 80%;
  color: #666;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1); }

#press-release-content.visible {
  max-height: 9999px;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(1, 0, 1, 0); }

.af-form .bodyText p {
  font-size: 11px !important;
  color: #999 !important; }

.af-form label.previewLabel {
  padding-bottom: 6px !important; }

.af-form select {
  font-size: 16px !important; }

/* !_MEDIA QUERIES */
/******************************************************
	smaller than 1180px
*******************************************************/
@media screen and (min-width: 1440px) {
  .cbd-slideshow-v2 .image-box .info-box .summary {
    font-size: 21px; }
  .item-post-grid h3 {
    font-size: 22px; }
  .item-post-grid .summary {
    font-size: 18px; }
  .cbd-panel.floating-panel .cbd-panel-heading h2 {
    font-size: 24px !important; } }

@media screen and (min-width: 1243px) {
  .hidden-xl {
    display: none; }
  #header .logo-container {
    width: calc(100% - 978px);
    float: left; }
  #header img.logo {
    width: 100% !important;
    height: auto; }
  #header .top-banner {
    width: 970px;
    height: 90px;
    float: right;
    text-align: right; }
  #header .top-banner div {
    float: right; } }

@media screen and (max-width: 1242px) {
  #navbar ul.cbd-navbar {
    height: 44px; }
  #navbar ul li a {
    line-height: 44px;
    font-size: 19px;
    padding: 0 9px; }
  .hidden-xl {
    display: none; }
  .hidden-lg {
    display: inline; }
  #main-header h1 {
    width: 300px;
    line-height: 1em; }
  #main-header h1 a img.logo {
    width: 100% !important;
    height: auto; }
  #header .logo-container {
    max-width: 260px; }
  #main-nav-wrapper, .wrapper {
    width: 1090px; }
  .wrapper-int {
    margin-left: 20px;
    width: 1048px; }
  #home-featured-box {
    height: 466px; }
  #extra {
    width: 300px; }
  #extra .cbd-panel {
    width: 300px; }
  .extra-col section article {
    height: 296px;
    margin-right: 0 !important; }
  article.full-width-only {
    display: none; }
  #home-featured-box article#first-story {
    width: 699px; }
  #home-featured-box article#first-story img {
    width: 100% !important;
    height: auto; }
  #home-featured-box article.small {
    width: 349px;
    height: 233px; }
  #home-featured-box article.small h2 {
    font-size: 24px; }
  #home-featured-box article.small .info-box {
    top: 106px; }
  #home-featured-box article.small img {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%; }
  #home-featured-box article.small .summary {
    font-size: 12px;
    height: 54px;
    overflow: hidden; }
  .extra-col section article {
    clear: left;
    width: 100%; } }

@media screen and (max-width: 1090px) {
  #header .logo-container {
    max-width: 220px; }
  #extra {
    width: 250px; }
  #extra .cbd-panel {
    width: 250px; }
  #navbar ul li.navbar-lev-1 a:not(.no-arrow):after {
    content: "";
    margin: 0; }
  #main-nav-wrapper, .wrapper {
    width: 1004px; }
  #navbar-int, #navbar {
    width: 100%;
    max-width: 100%;
    overflow: hidden; }
  #navbar ul.cbd-navbar {
    height: 43px; }
  #navbar ul li a {
    line-height: 43px;
    font-size: 19px;
    padding: 0 10px; }
  .hidden-lg {
    display: none; }
  .hidden-xl {
    display: inline; }
  .wrapper-int {
    margin-left: 8px;
    width: 986px; }
  #main-header h1 {
    width: 240px;
    padding-top: 16px; }
  .top-banner {
    margin-top: 0 !important; }
  .link-list-box {
    width: 100%; }
  #home-featured-box {
    height: 438px; }
  #home-featured-box article#first-story {
    width: 657px; }
  #home-featured-box article.small {
    width: 328px;
    height: 219px; }
  #home-featured-box article.small h2 {
    font-size: 22px; }
  #home-featured-box article.small .summary {
    display: none; }
  #home-featured-box article .info-box {
    top: 285px; }
  #home-featured-box article.active .info-box {
    top: 160px; }
  #home-featured-box article.small .info-box {
    height: 220px;
    top: 95px; }
  #home-featured-box article.small img {
    width: 100%;
    margin-left: 0;
    margin-top: 0; }
  .extra-col {
    width: 250px; } }

@media screen and (max-width: 1002px) {
  #header .logo-container {
    max-width: 180px; }
  #content {
    display: block;
    float: none;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important; }
  #extra {
    display: block;
    width: 100%;
    float: none;
    clear: both;
    margin-left: auto !important;
    margin-right: auto !important; }
  #extra .cbd-panel {
    width: 100%; }
  #navbar ul.cbd-navbar {
    height: 42px; }
  #navbar ul li a {
    line-height: 42px;
    font-size: 18px;
    padding: 0 8px; }
  .link-list-box {
    width: 50%; }
  /*
	#main-nav-wrapper, .wrapper { width: 750px; padding:0; }
	#main-nav .search-form { clear:both; float:none; margin:8px auto; position:relative;}
	#page-container {}
	.wrapper-int {width:728px; margin:0 auto;padding:0;}
	#main-header h1 { width:100%; padding-top:0; text-align: center;}
	#main-header h1 a img.logo {width:auto !important; height:auto; float: none;}
	
	.extra-col {clear:left; float:left;width:100%;margin-top:20px;}
	.extra-col section article {width: 352px; float:left; margin-right:24px !important; height:auto; clear:none;}
	.extra-col section article.even, .extra-col section article:nth-of-type(even) {margin-right:0 !important;}
	article.full-width-only {display:block !important;}
	
	
	.image-caption {font-size:14px;}
	
	#home-featured-box {height:728px;}	
	#home-featured-box article#first-story {width: 728px;}
	#home-featured-box article .info-box {top:330px;}
	#home-featured-box article.active .info-box {top:210px;}	
	#home-featured-box article.small {float:left; width:364px;}
	#home-featured-box article.small .info-box {top:117px;}
	#home-featured-box article.small .summary {display:block;}
	#home-featured-box a.button-hollow {bottom:16px;}
	
	
	*/ }

/*
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px !important;
    background: #fff;
  }
}*/
@media screen and (max-width: 959px) {
  #header {
    height: auto !important; }
  #header .logo-container {
    max-width: 260px;
    margin: 0 auto 10px;
    float: none; }
  #header .top-banner {
    float: none;
    margin: 0 auto 6px;
    float: none; }
  .automake-menu-box {
    display: none; }
  .grid-main-links ul {
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center; }
  .grid-main-links ul li {
    display: inline-block; } }

@media screen and (max-width: 760px) {
  html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%; }
  body {
    font-size: 100%; }
  .hidden-xs {
    display: none !important; }
  #header-ext {
    background-color: transparent !important; }
  #header .top-banner {
    width: 100% !important;
    clear: both;
    overflow: hidden;
    margin: 0 auto 0 !important;
    padding: 65px 0 0 !important;
    height: auto;
    text-align: center;
    background: #fff !important; }
  #header .top-banner > img, #header .top-banner > iframe, #header .top-banner > div {
    margin: 0px auto !important;
    display: inline-block !important;
    float: none; }
  #header {
    padding-bottom: 0; }
  #wrapper-ext {
    width: 100%;
    float: none;
    padding: 16px 6px 0; }
  #content {
    padding-left: 0; }
  #extra {
    padding: 0; }
  #footer-ext {
    padding: 10px 6px; }
  #footer, #footer.cbd-wrapper {
    width: 100%;
    padding: 0 8px; }
  #cbd-top-bar-ext {
    display: none; }
  #mobile-bar {
    display: block;
    border-bottom: solid 1px #ccc; }
  #mobile-bar .mobile-logo-container {
    max-width: 180px;
    float: none; }
  .logo-container {
    display: none; }
  .cbd-panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  .cbd-panel-body {
    padding-top: 10px !important; }
  .cbd-slideshow-v2 .image-box .info-box {
    padding: 6px; }
  .cbd-slideshow-v2 .image-box .info-box h3 {
    font-size: 22px;
    padding: 8px 0; }
  .cbd-slideshow-v2 span.category {
    font-family: "Lato", "Open Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    padding: 5px 10px; }
  .cbd-slideshow-v2 .image-box .info-box .summary {
    font-size: 15px; }
  .cbd-slideshow-v2 .slick-prev, .cbd-slideshow-v2 .slick-next {
    display: none !important; }
  .item-post-grid.cbd-column {
    margin-right: 0; }
  .item-post-grid {
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    margin-bottom: 12px; }
  .item-post-grid h3 {
    margin-top: 0; }
  .item-post-grid img.tn {
    float: right !important;
    width: 28% !important;
    margin-left: 10px !important; }
  .archive-item h2 a {
    text-decoration: none; }
  .image-grid-box {
    width: 100%;
    margin-left: 3px !important; }
  .item-image-grid.cbd-column {
    margin-right: 6px; }
  .item-image-grid {
    width: calc((100% - 2 * 6px)/3 ) !important;
    margin-bottom: 6px; }
  .item-image-grid img.tn {
    width: 100% !important;
    height: auto !important; }
  #header {
    width: 100%;
    padding-top: 0; }
  #header h1 {
    text-align: center;
    float: none; }
  #header h1 a img {
    width: 30%;
    min-width: 180px;
    height: auto; }
  #navbar-ext {
    display: none; }
  #content {
    width: 100%; }
  #extra {
    width: 100%; }
  #content .cbd-panel {
    width: 100%; }
  form#commentform {
    width: 100%; }
  body.single-image #image {
    width: 98%;
    margin: 0 auto; }
  #grid-single-image,
  body.single-image .comment-box-ext, body.single-image .image-links-box {
    width: 100%; }
  .image-views {
    width: 100%; }
  #image-box img {
    width: 100% !important;
    height: auto !important; }
  /* Footer */
  .footer-container, .footer-container.two-cols {
    width: 100%; }
  .footer-container.two-cols {
    padding-right: 0; }
  #signature ul {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 16px; }
  #signature li {
    float: none;
    margin: 0 8px;
    display: inline-block; }
  p.copyright {
    width: 100%;
    text-align: center; }
  span.company-info {
    display: block; }
  .wrapper-int {
    width: 100%;
    margin: 0 auto;
    padding: 0; }
  .slider-title {
    width: 96%;
    margin: 0 2% 20px;
    float: left;
    display: block; }
  .content-col, .extra-col, .slider, .attachment-page {
    clear: left;
    width: 96%;
    margin: 0 auto;
    float: none; }
  #article-box, #article-top-box {
    width: 100%; }
  #article-top-box .left {
    clear: both;
    float: left;
    width: 100%;
    text-align: center; }
  #article-top-box .left iframe, #article-top-box .left div, #article-top-box .left img {
    margin: 0 auto;
    float: none; }
  #article-top-box .right {
    clear: both;
    width: 100%;
    margin-top: 16px; }
  .slider div a {
    padding: 8px 3px; }
  .slick-next, .slick-prev {
    width: 24px !important; }
  .wp-caption {
    width: 100% !important; }
  div#respond, form#commentform {
    width: 100%; }
  form#commentform textarea {
    width: 100%; }
  #footer .widget {
    width: 100%;
    clear: left; }
  #signature p.copyright, #signature .menu-footer-menu-container {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    overflow: auto; }
  #article-box .wp-caption p.wp-caption-text {
    font-size: 1.1rem; }
  h1 {
    font-size: 30px;
    line-height: 1.2em; }
  .pub-info {
    clear: both;
    padding: 14px 0 4px; }
  #article-top-box {
    width: 100%; }
  #article-top-box .right, #article-top-box .left {
    float: none;
    width: 100%; }
  #article-top-box img, #single-tutorial .cover img {
    width: 100% !important;
    height: auto !important; }
  #single-tutorial .cover {
    float: left;
    width: 100%;
    margin-top: 10px; }
  .article-intro {
    width: 100%; }
  #article-box {
    width: 100%; }
  #article-box img.size-post-fullwidth {
    width: 100%;
    height: auto; }
  #article-box img.size-large {
    width: 49% !important;
    height: auto !important; }
  .post-thumbnails-box {
    width: 100%;
    float: left;
    text-align: center; }
  .post-thumbnails-box a {
    height: auto;
    display: inline;
    clear: left;
    float: left;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important; }
  /*
	#directory {display: flex; border: solid 1px red; width:100%;}
	#directory .ad-box {order:2; width:100%; display:block;}
	#directory .box {order:1; width:100%;}	
	#directory .box h2, 	#directory .box ul, 	#directory .box li {width:100%;}	
	
	*/ }

@media screen and (max-width: 655px) {
  #grid .grid-sizer, #grid .item-box-ext {
    width: 180px; }
  #grid .item-box {
    width: 170px !important; }
  #grid .item-box img {
    width: 170px !important;
    height: auto !important; }
  .sub-categories-box, #directory li.categories {
    font-size: 16px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }

@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px !important; }
  html.mm-opened #wpadminbar {
    top: 0 !important; }
  #mobile-bar {
    position: absolute;
    top: 0 !important; }
  .link-list-box {
    width: 100%; } }

@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 650px) {
  #grid {
    width: 100% !important;
    margin: 0 !important; }
  #grid .grid-sizer, #grid .item-box-ext {
    width: 180px; }
  #grid .item-box {
    width: 170px !important; }
  #grid .item-box img {
    width: 170px !important; } }

@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 400px) {
  #grid {
    width: 98% !important;
    margin: 0  0 0 2% !important; }
  #grid .grid-sizer, #grid .item-box-ext {
    width: 157px; }
  #grid .item-box {
    width: 150px !important; }
  #grid .item-box img {
    width: 150px !important; } }

@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 350px) {
  #grid {
    width: 98% !important;
    margin: 0  0 0 2% !important; }
  #grid .grid-sizer, #grid .item-box-ext {
    width: 150px; }
  #grid .item-box {
    width: 140px !important; }
  #grid .item-box img {
    width: 140px !important; } }
