/* General -----------------------------------------------------------------------------------------------------------*/
body {
  background-color: #fff;
  line-height: 1.71em;
  background-color: #f2f2f2;
}

ul, ol {
  margin: 0 0 25px 25px;
}

a {
  outline: 0;
}

a:focus {
  outline: none;
}

a::-moz-focus-inner {
  border: 0;
}

a:hover {
  text-decoration: none;
}

blockquote {
  background: whitesmoke url("../images/quote.png") no-repeat 20px 25px;
  border: 1px solid #efefef;
  padding: 20px 20px 20px 60px;
  font-family: 'Droid Serif', serif;
}
blockquote p {
  color: #6f7579;
  font-size: 1.1em;
  font-weight: normal;
  font-style: italic;
  line-height: 1.73em;
}

.bm10 {
  margin-bottom: 10px;
}

.bm20 {
  margin-bottom: 20px;
}

.bm30 {
  margin-bottom: 30px;
}

a.blogmag-btn {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 15px 9px;
  color: white;
  background: #f1b000;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

a.blogmag-btn:active,
a.blogmag-btn:focus,
a.blogmag-btn:hover,
a.blogmag-btn.active {
  color: white;
  background: #333333;
}

a.blogmag-btn.mini {
  padding: 1px 6px 2px;
  font-size: 0.78em;
}

/* Top Header Nav - Top Nav ------------------------------------------------------------------------------------------*/
.wrapper-shadow, .main-wrapper, .fully-boxed-layout .top-bar-wrapper, .fully-boxed-layout #footer-wrapper {
  -webkit-box-shadow: 0 5px 8px #e5e5e5;
  -moz-box-shadow: 0 5px 8px #e5e5e5;
  box-shadow: 0 5px 8px #e5e5e5;
}

.main-wrapper {
  width: 980px;
  margin: 0 auto 0;
  background-color: #fff;
  padding-top: 15px;
}

.stretched-layout .main-wrapper {
  width: 100%;
  margin: 0;
}

.header-top.container {
  margin-top: 0;
}

.top-bar-wrapper {
  z-index: 100;
  -moz-box-shadow: 0 2px 4px 0 #ccc;
  box-shadow: 0 2px 6px 0 #ccc;
  background-color: #333333;
  background-color: #373737;
  background-image: -moz-linear-gradient(top, #333333, #3d3d3d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#3d3d3d));
  background-image: -webkit-linear-gradient(top, #333333, #3d3d3d);
  background-image: -o-linear-gradient(top, #333333, #3d3d3d);
  background-image: linear-gradient(to bottom, #333333, #3d3d3d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#FF3D3D3D', GradientType=0);
  margin: 0 auto;
}

.fully-boxed-layout .top-bar-wrapper {
  margin-top: 20px;
  width: 980px;
}

.top-nav {
  margin-top: 8px;
  float: left;
  z-index: 9599;
}
.top-nav div > ul {
  width: auto;
  margin: 0;
  z-index: 9599;
}
.top-nav div > ul > li {
  z-index: 9699;
  position: relative;
  float: left;
  list-style: none;
  padding-bottom: 8px;
  margin: 0;
}
.top-nav div > ul > li > a {
  display: inline-block;
  padding: 0 15px 0 12px;
  font-size: 12px;
  line-height: 18px;
  color: #dddddd;
}
.top-nav div > ul > li > a:hover {
  color: white;
}
.top-nav div > ul > li > a:after {
  background: none repeat scroll 0 0 #dddddd;
  content: "";
  height: 1px;
  right: 0px;
  position: absolute;
  top: 14px;
  width: 3px;
  z-index: 999;
}
.top-nav div > ul > li a {
  color: #dddddd;
}
.top-nav div > ul > li:hover a {
  color: white;
}
.top-nav div > ul > li:first-child a {
  padding-left: 0;
}
.top-nav div > ul > li:last-child a:after {
  display: none;
}
.top-nav .sub-menu {
  position: absolute;
  top: 28px;
  left: 0px;
  list-style: none;
  margin: 0;
  display: none;
  z-index: 9799;
}
.top-nav .sub-menu li {
  z-index: 9899;
  position: relative;
  background-color: #4d4d4d;
  color: #fff;
  padding: 0px 10px 3px;
  width: 144px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.top-nav .sub-menu li:hover {
  background-color: #595959;
}
.top-nav .sub-menu li a {
  font-size: 12px;
  line-height: 18px;
}
.top-nav .sub-menu .sub-menu {
  z-index: 9999;
  top: 0px;
  left: 164px;
  right: auto;
}
.top-nav .responsive-nav {
  display: none;
}

.lt-ie9 .top-nav div > ul > li:first-child a:after {
  display: none;
}

/* Header - Breaking News --------------------------------------------------------------------------------------------*/
#breaking-news {
  display: none;
  background-color: #fafafa;
  position: relative;
}
#breaking-news #js-news {
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 115px;
}
#breaking-news .news-title {
  display: inline-block;
  background-color: #cd2122;
  color: #fff;
  padding: 0px 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  font-size: 12px;
}
#breaking-news ul.marquee {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  position: relative;
  overflow: hidden;
  height: 24px;
}
#breaking-news ul.marquee li {
  position: absolute;
  top: -999em;
  left: 0;
  display: block;
  white-space: nowrap;
}
#breaking-news ul.marquee li strong {
  font-weight: 600;
  margin-right: 10px;
}
#breaking-news ul.marquee li strong span {
  display: inline-block;
  margin-right: 10px;
}

.lt-ie9 #breaking-news #js-news {
  margin-left: 110px;
}
.lt-ie9 #breaking-news .news-title {
  font-weight: 400;
}

/* Header - Logo and Nav ---------------------------------------------------------------------------------------------*/
.logo-wrapper {
  margin-top: 15px;
  margin-bottom: 35px;
  position: relative;
  min-height: 90px;
  height: auto !important;
  height: 90px;
}
.logo-wrapper .banner-container {
  position: relative;
}
.logo-wrapper .banner-container .header-widget-container {
  text-align: right;
}

.logo-container img {
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
}

span.tag-line {
  color: #808080;
  font-size: 0.86em;
  line-height: 1.33em;
}

.logo-heading {
  font-size: 36px;
  line-height: 40px;
  margin: 10px 0 0;
  font-family: 'Kaushan Script', 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 6px;
}

/* Social Widget -----------------------------------------------------------------------------------------------------*/
.header-top ul.social-icons {
  position: relative;
  overflow: hidden;
  width: auto;
  margin: 10px 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.header-top ul.social-icons li {
  padding: 0;
  margin: 0;
  display: inline;
  border: none;
  text-align: center;
  width: auto;
  height: auto;
  background: none;
}

ul.social-icons li a {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0;
  background: none;
  color: #333;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

.social-icons li a:before {
  display: inline;
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
}

.social-icons li a.twitter {
  background: #33ccff;
}
.social-icons li a.twitter:hover {
  background: deepskyblue;
}

.social-icons li a.twitter:before {
  color: #fff;
  content: "\f099";
  top: -2px;
}

.social-icons li a.facebook {
  background: #3c5a98;
}
.social-icons li a.facebook:hover {
  background: #2e4473;
}

.social-icons li a.facebook:before {
  color: #fff;
  content: "\f09a";
  top: -1px;
}

.social-icons li a.in {
  background: #007fb1;
}
.social-icons li a.in:hover {
  background: #005a7e;
}

.social-icons li a.in:before {
  color: #fff;
  content: "\f0e1";
  top: -2px;
}

.social-icons li a.gplus {
  background: #dd4c39;
}
.social-icons li a.gplus:hover {
  background: #c23421;
}

.social-icons li a.gplus:before {
  color: #fff;
  content: "\f0d5";
}

.social-icons li a.flickr {
  background: #ff0099;
}
.social-icons li a.flickr:hover {
  background: #cc007a;
}

.social-icons li a.flickr:before {
  color: #fff;
  content: "\f514";
  top: -1px;
}

.social-icons li a.vimeo {
  background: #33ccff;
}
.social-icons li a.vimeo:hover {
  background: deepskyblue;
}

.social-icons li a.vimeo:before {
  color: #fff;
  content: "\f507";
}

.social-icons li a.pint {
  background: #cc3333;
}
.social-icons li a.pint:hover {
  background: #a32929;
}

.social-icons li a.pint:before {
  color: #fff;
  content: "\f0d2";
  top: -1px;
}

.social-icons li a.utube {
  background: #cc3333;
}
.social-icons li a.utube:hover {
  background: #a32929;
}

.social-icons li a.utube:before {
  color: #fff;
  content: "\f504";
}

.social-icons li a.yahoo {
  background: #660099;
}
.social-icons li a.yahoo:hover {
  background: #440066;
}

.social-icons li a.yahoo:before {
  color: #fff;
  content: "\f521";
}

.social-icons li a.skype {
  background: #00aff0;
}
.social-icons li a.skype:hover {
  background: #008abd;
}

.social-icons li a.skype:before {
  color: #fff;
  content: "\f503";
  top: 0;
}

.social-icons li a.delicious {
  background: #3366cc;
}
.social-icons li a.delicious:hover {
  background: #2952a3;
}

.social-icons li a.delicious:before {
  color: #fff;
  content: "\f50c";
}

.social-icons li a.blogger {
  background: #ff9933;
}
.social-icons li a.blogger:hover {
  background: #ff7f00;
}

.social-icons li a.blogger:before {
  color: #fff;
  content: "\f511";
}

.social-icons li a.soundcloud {
  background: #ff3300;
}
.social-icons li a.soundcloud:hover {
  background: #cc2900;
}

.social-icons li a.soundcloud:before {
  color: #fff;
  content: "\f51c";
  top: -2px;
}

.social-icons li a.lastfm {
  background: #cc0000;
}
.social-icons li a.lastfm:hover {
  background: #990000;
}

.social-icons li a.lastfm:before {
  color: #fff;
  content: "\f509";
}

.social-icons li a.tumblr {
  background: #2c4762;
}
.social-icons li a.tumblr:hover {
  background: #1c2d3f;
}

.social-icons li a.tumblr:before {
  color: #fff;
  content: "\f513";
  top: -1px;
}

.social-icons li a.rss {
  background: #ff9900;
}
.social-icons li a.rss:hover {
  background: #cc7a00;
}

.social-icons li a.rss:before {
  color: #fff;
  content: "\f09e";
  top: -1px;
}

/* Bottom Header Nav - Main Nav --------------------------------------------------------------------------------------*/
.header-wrapper {
  padding-bottom: 10px;
}

.main-nav-wrapper {
  -moz-box-shadow: 0 2px 4px 0 #ccc;
  box-shadow: 0 2px 6px 0 #ccc;
  background-color: #F90;
  background-color: #F90;
  background-image: -moz-linear-gradient(top, #333333, #3d3d3d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F90), to(#F90));
  background-image: -webkit-linear-gradient(top, #333333, #3d3d3d);
  background-image: -o-linear-gradient(top, #333333, #3d3d3d);
  background-image: linear-gradient(to bottom, #333333, #3d3d3d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#FF3D3D3D', GradientType=0);
  z-index: 8188;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-bottom: 4px solid #f1b000;
}

.main-nav {
  float: left;
  z-index: 8288;
  position: relative;
}
.main-nav div > ul {
  z-index: 8388;
  width: auto;
  margin: 0;
}
.main-nav div > ul > li {
  position: relative;
  z-index: 8488;
  float: left;
  list-style: none;
  height: 23px;
  line-height: 23px;
  padding: 15px 13px 16px;
  cursor: pointer;
  border-right: 1px solid #444;
  border-left: 1px solid #222;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.main-nav div > ul > li a {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}
.main-nav div > ul > li a:hover {
  color: white;
}
.main-nav div > ul > li a i {
  font-size: 18px;
  width: 18px;
  line-height: 26px;
  text-align: left;
}
.main-nav div > ul > li:hover {
  background-color: #f1b000;
  border-right-color: #f1b000;
}
.main-nav div > ul > li:hover > a {
  color: white;
}
.main-nav div > ul > li:hover > a i {
  text-shadow: 0 0 3px #aaa;
}
.main-nav div > ul > li:first-child {
  border-left: none;
}
.main-nav div > ul > li:last-child {
  border-right: none;
}
.main-nav div > ul > li.current_page_item,
.main-nav div > ul > li.current-menu-item {
  background-color: #f1b000;
  border-right-color: #f1b000;
}
.main-nav div > ul > li.current_page_item > a,
.main-nav div > ul > li.current-menu-item > a {
  color: white;
}
.main-nav div > ul > li.current_page_item > a i,
.main-nav div > ul > li.current-menu-item > a i {
  text-shadow: 0 0 3px #aaa;
}
.main-nav .sub-menu {
  position: absolute;
  top: 54px;
  left: 0px;
  z-index: 8588;
  list-style: none;
  margin: 0;
  box-shadow: 0px 0px 3px #888;
  display: none;
}
.main-nav .sub-menu li {
  position: relative;
  z-index: 8688;
  background-color: #fff;
  padding: 6px 10px;
  width: 170px;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
}
.main-nav .sub-menu li > a {
  color: #444;
  font-weight: normal;
  text-transform: none;
  font-size: 0.93em;
}
.main-nav .sub-menu li:hover {
  background-color: #fafafa;
}
.main-nav .sub-menu li:hover > a {
  color: #222;
}
.main-nav .sub-menu .sub-menu {
  z-index: 8788;
  top: 0px;
  left: 191px;
  right: auto;
}
.main-nav .responsive-nav {
  display: none;
}

.lt-ie9 .main-nav div > ul > li a {
  font-weight: 400;
}
.lt-ie9 .main-nav div .sub-menu {
  border: 1px solid #efefef;
}

/* Header - Search ---------------------------------------------------------------------------------------------------*/
#search-form {
  float: right;
  border-left: 1px solid #444;
  position: relative;
}

form.search-form {
  margin: 0;
}
form.search-form .input-common, form.search-form input.search-term, form.search-form .search-btn {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: none;
  border-radius: 0;
  display: inline-block;
  border: none;
  vertical-align: bottom;
}
form.search-form input.search-term {
  background: transparent;
  border-left: 1px solid #222;
  font-size: 14px;
  font-weight: 600;
  width: 130px;
  height: 15px;
  line-height: 19px;
  padding: 19px 30px 20px 8px;
  color: white;
  margin-right: 0;
  margin-bottom: 0;
  position: relative;
  outline: none;
}
form.search-form input.search-term:activ, form.search-form input.search-term:focus {
  outline: none;
}
form.search-form input.search-term.loading {
  background-image: url("../images/search-loader.gif");
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
form.search-form .search-btn {
  cursor: pointer;
  padding: 16px 17px 14px;
  color: white;
}
form.search-form .search-btn i {
  font-size: 18px;
  height: 18px;
  line-height: 18px;
}
form.search-form .search-btn:hover {
  background-color: #3d3d3d;
}

/* Chrome, Safari 3+ */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  form.search-form .search-btn {
    padding-bottom: 15px;
  }

  ::-webkit-input-placeholder {
    vertical-align: bottom;
  }
}
/* Slider Full Width -------------------------------------------------------------------------------------------------*/
#fullwidth-slider-wrapper {
  margin-top: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #e2e2e2;
}
#fullwidth-slider-wrapper .flexslider {
  border: 0;
  box-shadow: none;
  margin: 0;
  border-radius: 0;
  background: none;
  overflow: hidden;
}
#fullwidth-slider-wrapper .flexslider .slides {
  width: 100%;
}
#fullwidth-slider-wrapper .flexslider .slide-nav {
  width: 100%;
  margin: 0;
}
#fullwidth-slider-wrapper .blogmag-slide {
  position: relative;
}
#fullwidth-slider-wrapper .blogmag-slide .slide-title {
  position: absolute;
  min-width: 300px;
  max-width: 40%;
  left: 25px;
  bottom: 25px;
  color: #fff;
  background: url(../images/transparent-bg.png);
  padding: 15px 15px 30px;
}
#fullwidth-slider-wrapper .blogmag-slide .slide-title h4 {
  margin: 0 0 10px 0;
}
#fullwidth-slider-wrapper .blogmag-slide .slide-title a {
  color: #fff;
}
#fullwidth-slider-wrapper .blogmag-slide .slide-title i {
  margin-right: 5px;
}
#fullwidth-slider-wrapper .blogmag-slide .slide-title p {
  margin: 10px 0;
}
#fullwidth-slider-wrapper .flex-control-nav {
  width: auto;
  bottom: 41px;
  height: 11px;
  line-height: 11px;
  left: 41px;
}
#fullwidth-slider-wrapper .flex-control-nav li {
  margin: 0 10px 0 0;
}
#fullwidth-slider-wrapper .flex-control-paging {
  z-index: 1400;
}
#fullwidth-slider-wrapper .flex-control-paging li {
  z-index: 1500;
}
#fullwidth-slider-wrapper .flex-control-paging li a {
  z-index: 1600;
  box-shadow: none;
  background: #fff;
}
#fullwidth-slider-wrapper .flex-control-paging li a:hover {
  background: #f1b000;
}
#fullwidth-slider-wrapper .flex-control-paging li a.flex-active {
  background: #f1b000;
}
#fullwidth-slider-wrapper .flex-direction-nav a {
  width: 32px;
  height: 48px;
  background-color: #444444;
  background-color: rgba(0, 0, 0, 0.6);
  top: 48%;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
}
#fullwidth-slider-wrapper .flex-direction-nav a.flex-prev {
  background: url(../images/basic-slider/flex-arrow-left.png) center center scroll transparent no-repeat;
  background-color: #444444;
  background-color: rgba(0, 0, 0, 0.6);
}
#fullwidth-slider-wrapper .flex-direction-nav a.flex-prev:hover {
  background-color: #f1b000;
}
#fullwidth-slider-wrapper .flex-direction-nav a.flex-next {
  background: url(../images/basic-slider/flex-arrow-right.png) center center scroll transparent no-repeat;
  background-color: #444444;
  background-color: rgba(0, 0, 0, 0.6);
}
#fullwidth-slider-wrapper .flex-direction-nav a.flex-next:hover {
  background-color: #f1b000;
}
#fullwidth-slider-wrapper:hover a.flex-prev {
  left: 0;
}
#fullwidth-slider-wrapper:hover a.flex-next {
  right: 0;
}

/* Basic Slider ------------------------------------------------------------------------------------------------------*/
#basic-slider-wrapper {
  margin-top: 0px;
  padding: 5px;
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
}
#basic-slider-wrapper .flexslider {
  border: 0;
  box-shadow: none;
  margin: 0;
  border-radius: 0;
  background: none;
  overflow: hidden;
}
#basic-slider-wrapper .blogmag-slide {
  position: relative;
}
#basic-slider-wrapper .blogmag-slide .slide-title {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 60%;
  background: url(../images/transparent-bg.png);
  color: #fff;
}
#basic-slider-wrapper .blogmag-slide .slide-title h4 {
  margin: 0 0 10px 0;
}
#basic-slider-wrapper .blogmag-slide .slide-title h4 a {
  color: #fff;
}
#basic-slider-wrapper .blogmag-slide .slide-title h4 a:hover {
  color: #f1b000;
}
#basic-slider-wrapper .blogmag-slide .slide-title p {
  margin-bottom: 15px;
  font-size: 0.93em;
  line-height: 1.5em;
}
#basic-slider-wrapper .blogmag-slide .slide-title .slide-title-inner {
  padding: 15px 15px 23px 15px;
}
#basic-slider-wrapper .blogmag-slide .slide-title .btn-part {
  text-align: right;
}
#basic-slider-wrapper .flex-control-nav {
  width: auto;
  bottom: 15px;
  left: 15px;
  height: 11px;
  line-height: 11px;
}
#basic-slider-wrapper .flex-control-nav li {
  margin: 0 10px 0 0;
}
#basic-slider-wrapper .flex-control-paging {
  z-index: 1400;
}
#basic-slider-wrapper .flex-control-paging li {
  z-index: 1500;
}
#basic-slider-wrapper .flex-control-paging li a {
  z-index: 1600;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#basic-slider-wrapper .flex-control-paging li a:hover {
  background: #f1b000;
}
#basic-slider-wrapper .flex-control-paging li a.flex-active {
  background: #f1b000;
}
#basic-slider-wrapper .flex-direction-nav a {
  width: 32px;
  height: 48px;
  background-color: #444444;
  background-color: rgba(0, 0, 0, 0.6);
  top: 45%;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
}
#basic-slider-wrapper .flex-direction-nav a.flex-prev {
  background: url(../images/basic-slider/flex-arrow-left.png) center center scroll transparent no-repeat;
  background-color: #444444;
  background-color: rgba(0, 0, 0, 0.6);
}
#basic-slider-wrapper .flex-direction-nav a.flex-prev:hover {
  background-color: #f1b000;
}
#basic-slider-wrapper .flex-direction-nav a.flex-next {
  background: url(../images/basic-slider/flex-arrow-right.png) center center scroll transparent no-repeat;
  background-color: #444444;
  background-color: rgba(0, 0, 0, 0.6);
}
#basic-slider-wrapper .flex-direction-nav a.flex-next:hover {
  background-color: #f1b000;
}
#basic-slider-wrapper:hover a.flex-prev {
  left: 0;
}
#basic-slider-wrapper:hover a.flex-next {
  right: 0;
}

/* Listing Slider ----------------------------------------------------------------------------------------------------*/
.listing-slider {
  padding: 4px;
  border: 1px solid #e2e2e2;
  overflow: hidden;
  position: relative;
}
.listing-slider:hover {
  background-color: #f9f9f9;
}
.listing-slider .slides li {
  display: none;
}
.listing-slider .slides li img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.listing-slider .flex-control-nav {
  width: auto;
  height: 11px;
  line-height: 11px;
  bottom: 15px;
  left: 15px;
}
.listing-slider .flex-control-nav li {
  margin: 0 10px 0 0;
}
.listing-slider .flex-control-paging {
  z-index: 1400;
}
.listing-slider .flex-control-paging li {
  z-index: 1500;
}
.listing-slider .flex-control-paging li a {
  z-index: 1600;
  width: 10px;
  height: 10px;
  box-shadow: none;
  background: #fff;
}
.listing-slider .flex-control-paging li a:hover {
  background: #ffc425;
}
.listing-slider .flex-control-paging li a.flex-active {
  background: #f1b000;
}
.listing-slider .flex-direction-nav a {
  width: 26px;
  height: 36px;
  background-color: #444444;
  background-color: rgba(0, 0, 0, 0.6);
  top: 51%;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
}
.listing-slider .flex-direction-nav a.flex-prev {
  background: url(../images/basic-slider/flex-arrow-left.png) center center scroll transparent no-repeat;
  background-color: #444444;
  background-color: rgba(0, 0, 0, 0.6);
}
.listing-slider .flex-direction-nav a.flex-prev:hover {
  background-color: #f1b000;
}
.listing-slider .flex-direction-nav a.flex-next {
  background: url(../images/basic-slider/flex-arrow-right.png) center center scroll transparent no-repeat;
  background-color: #444444;
  background-color: rgba(0, 0, 0, 0.6);
}
.listing-slider .flex-direction-nav a.flex-next:hover {
  background-color: #f1b000;
}
.listing-slider:hover a.flex-prev {
  opacity: 1;
  left: 4px;
}
.listing-slider:hover a.flex-next {
  opacity: 1;
  right: 4px;
}

.listing-slider.single-post-slider {
  margin-bottom: 20px;
}
.listing-slider.single-post-slider .flex-control-nav {
  bottom: 16px;
  left: 20px;
}
.listing-slider.single-post-slider .flex-direction-nav a {
  width: 32px;
  height: 48px;
  top: 48%;
}

/* banner content area -----------------------------------------------------------------------------------------------*/
.content-banner-area {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}

/* Page - Container --------------------------------------------------------------------------------------------------*/
.page-container {
  width: 100%;
}
.page-container > .container {
  padding: 25px 20px 35px;
  background-color: #fff;
}

/* Breadcrumb --------------------------------------------------------------------------------------------------------*/
.breadcrumb {
  margin-bottom: 0;
  background-color: #fcfcfc;
  font-size: 0.86em;
}

/* Pages Nav ---------------------------------------------------------------------------------------------------------*/
.pages-nav {
  margin-bottom: 30px;
}
.pages-nav a {
  margin-right: 10px;
}

/* Pagination --------------------------------------------------------------------------------------------------------*/
#pagination {
  text-align: center;
  margin: 25px 0;
}
#pagination .blogmag-btn {
  margin: 0 2px 4px;
}

/* WordPress Core --------------------------------------------------------------------------------------------------- */
.alignnone {
  margin: 5px 0 20px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 0 20px;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #efefef;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 0.78em;
  line-height: 1.54em;
  margin: 0;
  padding: 5px 5px 0;
}

.sticky {
  visibility: visible;
}

.gallery-caption {
  visibility: visible;
  font-size: 0.86em;
}

.bypostauthor {
  visibility: visible;
}

/* Comments ----------------------------------------------------------------------------------------------------------*/
#comments-title {
  font-size: 1.43em;
}

.pingback p {
  margin: 5px 0;
}

.commentlist {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #efefef;
}
.commentlist > li.comment:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.commentlist li.comment {
  border: none;
  border-top: 1px solid #efefef;
  list-style: none;
  margin: 10px 0 0;
  padding: 20px 0 0;
}
.commentlist li.comment article {
  *zoom: 1;
}
.commentlist li.comment article:before, .commentlist li.comment article:after {
  display: table;
  content: "";
  line-height: 0;
}
.commentlist li.comment article:after {
  clear: both;
}
.commentlist li.comment .children {
  margin-left: 70px;
}
.commentlist li.comment .comment-edit-link {
  margin-left: 10px;
}

li.comment > article .avatar {
  background: #fff;
  float: left;
  margin: 0px 20px 0 0;
  position: relative;
  z-index: 1;
  padding: 3px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
li.comment > article .author {
  margin-top: 0;
}
li.comment > article p.date {
  margin-bottom: 10px;
}
li.comment > article .comment-body {
  margin-top: 10px;
}

#respond h3 {
  font-size: 1.43em;
}
#respond .form-allowed-tags code,
#respond .allowed-tags code {
  background-color: transparent;
  border: none;
  white-space: pre-wrap;
}
#respond form label {
  font-weight: bold;
}
#respond p.comment-form-author,
#respond p.comment-form-email,
#respond p.comment-form-url,
#respond p.comment-form-comment {
  margin-bottom: 0;
}

/* Page - Sidebar ----------------------------------------------------------------------------------------------------*/
.page-content {
  margin-bottom: 20px;
}

.page-sidebar #twitter_update_list > ul {
  margin: 0 0 10px;
}
.page-sidebar #twitter_update_list > ul > li {
  background: none;
  padding: 0 0 10px;
  margin-bottom: 10px;
}
.page-sidebar #twitter_update_list > ul > li span {
  display: block;
  font-size: 0.78em;
}
.page-sidebar .flickr-photos img {
  background-color: #f2f2f2;
}
.page-sidebar .flickr-photos img:hover {
  background-color: #cccccc;
}

#searchform input {
  margin-bottom: 10px;
  border-radius: 0;
}
#searchform .search-query {
  padding-left: 8px;
  padding-right: 8px;
}
#searchform label.screen-reader-text {
  display: none;
}

.widget .widget-title, .widget #wp-calendar caption,
.widget h3 {
  font-size: 1.43em;
  line-height: 30px;
  margin-bottom: 5px;
}
.widget ul li {
  list-style: none;
  padding: 8px 8px 8px 23px;
  background: url("../images/li-arrow.png") no-repeat 8px 17px;
  border-bottom: 1px solid #efefef;
}
.widget ul li ul li:last-child {
  border-bottom: none;
}
.widget > div > ul,
.widget > ul {
  margin-left: 0;
}
.widget #wp125adwrap_2c .wp125ad {
  padding: 0;
  margin: 0 25px 25px 0;
}

/* Calendar Widget ---------------------------------------------------------------------------------------------------*/
.widget #wp-calendar {
  width: 100%;
}
.widget #wp-calendar caption {
  color: #333333;
  line-height: 44px;
  margin: 11px 0;
  text-align: left;
}
.widget #wp-calendar thead th {
  padding: 4px 8px;
  text-align: center;
  background-color: #f1b000;
  color: white;
  border: 1px solid white;
}
.widget #wp-calendar tbody {
  color: #666666;
}
.widget #wp-calendar tbody td {
  background: #ebebeb;
  border: 1px solid white;
  text-align: center;
  padding: 4px 8px;
}
.widget #wp-calendar tbody td:hover {
  background: #fff;
}
.widget #wp-calendar tbody td#today {
  background-color: #f1b000;
  color: white;
}
.widget #wp-calendar tbody td#today a {
  color: white;
}
.widget #wp-calendar tbody .pad {
  background: none;
}
.widget #wp-calendar tfoot #next {
  text-transform: uppercase;
  text-align: right;
}
.widget #wp-calendar tfoot #prev {
  text-transform: uppercase;
  padding-top: 10px;
}

/* Tag Cloud ---------------------------------------------------------------------------------------------------------*/
.widget .tagcloud a {
  display: block;
  float: left;
  padding: 6px 10px 7px 18px;
  position: relative;
  color: #fff;
  background-color: #404040;
  font-size: 0.78em;
  line-height: 1.2em;
  margin: 0 1px 1px 0;
  text-decoration: none;
}
.widget .tagcloud a:hover {
  background: #f1b000;
}
.widget .tagcloud a:after {
  background: #fff;
  content: "";
  height: 4px;
  position: absolute;
  left: 7px;
  top: 11px;
  width: 4px;
  z-index: 999;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* Tabs Widget -------------------------------------------------------------------------------------------------------*/
.widget .tabbed .tabs {
  margin: 0;
  padding: 0;
}
.widget .tabbed .tabs li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 7px 0 8px;
  line-height: 22px;
  float: left;
  width: 33.3%;
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 23px;
  cursor: pointer;
  background-color: #333333;
}
.widget .tabbed .tabs li:hover {
  background-color: #3d3d3d;
}
.widget .tabbed .tabs li.current {
  background-color: #f1b000;
}
.widget .tabbed .block {
  margin: 0;
  display: none;
}
.widget .tabbed .block.current {
  display: block;
}

.widget .widget-list {
  margin: 20px 0 0;
}
.widget .widget-list li {
  background: none;
  margin: 0;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #efefef;
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-size: 13px;
}
.widget .widget-list li .span3 {
  text-align: center;
}
.widget .widget-list li img.wp-post-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
  border: 1px solid #e2e2e2;
}
.widget .widget-list li img.wp-post-image:hover {
  background-color: #f9f9f9;
}
.widget .widget-list li .avatar {
  position: relative;
  padding: 3px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.widget .widget-list li .avatar:hover {
  background-color: #f9f9f9;
}
.widget .widget-list li .comment-title strong,
.widget .widget-list li h5 {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 5px;
}
.widget .widget-list li p {
  margin-bottom: 5px;
}

.lt-ie9 .widget .tabbed .tabs li {
  font-weight: 400;
}

.lt-ie9 .articles-list .small-article img,
.lt-ie9 .widget .widget-list li img.wp-post-image {
  width: 70px;
  height: 70px;
}

/* Home --------------------------------------------------------------------------------------------------------------*/
.row.separator {
  margin-bottom: 10px;
}

.home-listing-area h2 {
  font-size: 1.57em;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

.home-category-list-area h2 {
  font-size: 1.57em;
  padding-bottom: 10px;
}

.top-cats h4.category {
  margin: 9px 0;
  padding: 2px 0 2px 30px;
  background: url("http://web.bricocasa.net/wp-content/themes/bricoc/images/category-main-icon.png") no-repeat 0 0;
}

/* Articles List -----------------------------------------------------------------------------------------------------*/
.articles-list {
  margin-bottom: 20px;
}
.articles-list h3.section-title {
  margin-bottom: 20px;
  font-size: 1.57em;
}
.articles-list h3.section-title span {
  font-weight: 300;
}
.articles-list .post-meta {
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  font-size: 0.86em;
  margin-bottom: 15px;
  padding: 4px 3px 4px 0;
}
.articles-list .post-meta a {
  color: #666666;
}
.articles-list .post-meta a:hover {
  color: #0090ff;
}
.articles-list .post-meta > span {
  display: inline-block;
  margin-right: 10px;
}
.articles-list .post-meta > span > i {
  margin-right: 5px;
  font-size: 1.2em;
}
.articles-list .main-article {
  border-bottom: 1px solid #efefef;
  padding-bottom: 19px;
  margin-bottom: 20px;
}
.articles-list .main-article img.attachment-latest-post-thumb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  border: 1px solid #e2e2e2;
}
.articles-list .main-article img.attachment-latest-post-thumb:hover {
  background-color: #f9f9f9;
}
.articles-list .main-article h4 {
  font-size: 1.14em;
  line-height: 1.38em;
  margin: 10px 0 10px;
}
.articles-list .small-article {
  border-bottom: 1px solid #efefef;
  font-size: 13px;
  padding-bottom: 21px;
  margin-bottom: 21px;
}
.articles-list .small-article .span3 {
  text-align: center;
}
.articles-list .small-article img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
  border: 1px solid #e2e2e2;
}
.articles-list .small-article img:hover {
  background-color: #f9f9f9;
}
.articles-list .small-article h5 {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 5px;
}
.articles-list .small-article p {
  margin-bottom: 5px;
}

/* Articles List -----------------------------------------------------------------------------------------------------*/
.main-listing {
  margin-bottom: 20px;
}
.main-listing .hentry {
  padding: 30px 0;
}
.main-listing .hentry .span3 img.attachment-latest-post-thumb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  border: 1px solid #e2e2e2;
}
.main-listing .hentry .span3 img.attachment-latest-post-thumb:hover {
  background-color: #f9f9f9;
}
.main-listing .post-excerpt p {
  -webkit-margin-after: 27px;
}
.main-listing .main-article .post-excerpt p {
  -webkit-margin-after: 23px;
}
.main-listing .small-article .post-excerpt p {
  -webkit-margin-after: 5px;
}

.section-title {
  font-size: 1.57em;
  border-bottom: 4px double #efefef;
  margin: 0;
}

.hentry {
  padding: 20px 0 0;
}
.hentry .post-meta {
  padding: 4px 3px 4px 0px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px;
  font-size: 0.86em;
}
.hentry .post-meta > span {
  display: inline-block;
  margin-right: 12px;
}
.hentry .post-meta > span > i {
  font-size: 1.2em;
  margin-right: 5px;
  color: gray;
}
.hentry .detail-page.post-meta > span > i {
  font-size: 1.2em;
  margin-right: 6px;
  color: gray;
}

.single-post .wp-post-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
}

/* Review Box --------------------------------------------------------------------------------------------------------*/
.review-box {
  margin-bottom: 3%;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}
.review-box .review-title {
  font-size: 1em;
  border-bottom: 3px solid #333;
  margin-top: 0;
}
.review-box .criteria-title {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
  color: #666666;
}
.review-box .criteria-title span {
  font-weight: 700;
}
.review-box .progress {
  height: 16px;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 15px;
}
.review-box .progress .bar {
  background: #f1b000 url(../images/stripes.png);
}
.review-box .review-summary {
  margin-top: 25px;
  background-color: #f5f5f5;
}
.review-box .total-score {
  width: 15%;
  float: left;
  padding: 20px 15px;
  text-align: center;
  background-color: #f1b000;
  margin-right: 3%;
  color: #fff;
}
.review-box .total-score span {
  font-size: 1.71em;
  font-weight: bold;
}
.review-box .summary {
  padding: 10px;
}

.top-left.review-box {
  width: 50%;
  float: left;
  margin-right: 3%;
}

.top-right.review-box {
  width: 50%;
  float: right;
  margin-left: 3%;
}

/* Related Posts -----------------------------------------------------------------------------------------------------*/
.single-post .related-posts {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-post .related-posts .title {
  font-size: 1.43em;
}
.single-post .related-posts img.wp-post-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  margin: 0;
  border: 1px solid #e2e2e2;
}
.single-post .related-posts img.wp-post-image:hover {
  background-color: #f9f9f9;
}
.single-post .related-posts .post-title {
  line-height: 1.57em;
}

.post-tags .icon-tags {
  margin: 0 10px 0 5px;
  font-size: 1.14em;
}

.post-separator {
  height: 1px;
  background-color: #f2f2f2;
}

.bottom-margin-30 {
  height: 0px;
  margin-bottom: 30px;
}

.hentry .post-title {
  font-size: 18px;
  line-height: 1.33em;
  margin: 0 0 10px;
}
.hentry h1.post-title {
  font-size: 1.86em;
  line-height: 1.38em;
  background-position: 0 6px;
}

.post-video {
  padding: 4px;
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
}
.post-video:hover {
  background-color: #f9f9f9;
}
.post-video .video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 56.2%;
}
.post-video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.main-listing .post-video {
  margin-bottom: 0;
}
.main-listing .post-video .video-wrapper {
  padding-top: 68.8%;
}
.main-listing .video-wrapper.category-video {
  padding-top: 68.6%;
}
.main-listing .video-wrapper.slider-video {
  padding-top: 57.1%;
}

.page-404 h1.title-404 {
  font-size: 14em;
  line-height: 1.1em;
  text-align: center;
  margin: 30px;
}
.page-404 h2 {
  font-size: 2.14em;
  text-align: center;
}
.page-404 h3 {
  font-size: 1.86em;
  text-align: center;
}
.page-404 p {
  font-size: 1em;
  text-align: center;
}

/* Author Bio --------------------------------------------------------------------------------------------------------*/
.author-title {
  font-weight: 600;
  margin: 0 0 15px;
}

.author-bio {
  padding: 25px 0;
  border-top: 3px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.author-bio .gravatar {
  width: 80px;
  float: left;
  margin: 0;
}
.author-bio .bio-detail {
  float: right;
  width: 510px;
  margin: 0;
}
.author-bio .author-name {
  margin: 0 0 10px 0;
}
.author-bio .author-desc {
  margin: 0;
}
.author-bio .avatar {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 4px;
  border: 1px solid #e2e2e2;
}

/* Search Page -------------------------------------------------------------------------------------------------------*/
h1.archive-title,
h1.search-title {
  font-weight: 300;
  padding: 0;
  margin: 0;
  font-size: 1.71em;
}
h1.archive-title span,
h1.search-title span {
  font-weight: 700;
}

#live-search-results {
  z-index: 9999;
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #efefef;
  width: 219px;
}
#live-search-results .search-result {
  position: relative;
}
#live-search-results .search-result a {
  display: block;
  padding: 7px 10px 7px 10px;
  font-size: 12px;
  line-height: 18px;
}
#live-search-results .search-result:hover {
  background-color: #f5f5f5;
}
#live-search-results .search-result:hover img {
  border: 1px solid #d5d5d5;
}
#live-search-results .search-result img {
  width: 40px;
  padding: 3px;
  border: 1px solid #e2e2e2;
  float: left;
  margin: 0 10px 0 0;
}
#live-search-results > .search-result:last-child a {
  border-bottom: none;
}

/* FAQs --------------------------------------------------------------------------------------------------------------*/
.faq-item {
  padding: 12px 25px 10px 45px;
  border: 1px solid #fff;
  border-bottom: 1px solid #efefef;
  position: relative;
}

.faq-icon {
  background-image: url("../images/faq-plus.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  display: inline-block;
  height: 17px;
  width: 17px;
  top: 15px;
  left: 15px;
  cursor: pointer;
}

.faq-item.active .faq-icon {
  background-image: url("../images/faq-minus.png");
}

.faq-item.active {
  background-color: #f5f5f5;
  border: 1px solid #efefef;
  margin-bottom: 5px;
}

.faq-item h3.faq-question {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 600;
  margin: 0;
}

.faq-item .faq-answer {
  margin-top: 10px;
}

/* Contact -----------------------------------------------------------------------------------------------------------*/
textarea.error,
input[type=text].error,
.error {
  border-color: red;
}

.error-container {
  color: red;
}

#contact-loader {
  display: none;
}

#message-sent {
  color: #404040;
}

/* Footer ------------------------------------------------------------------------------------------------------------*/
#footer-wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #323232;
}
#footer-wrapper > #footer {
  padding: 20px 20px;
}

.fully-boxed-layout #footer-wrapper {
  margin-bottom: 20px;
  width: 980px;
}

#footer .widget {
  color: #8f98a0;
}
#footer .widget .footer-widget-title, #footer .widget #wp-calendar caption, #footer #wp-calendar .widget caption,
#footer .widget h3 {
  color: #fff;
  font-size: 1.8em;
  font-weight: 300;
}
#footer .widget h3.title {
  margin-bottom: 15px;
}
#footer .widget a {
  color: #ddd;
}
#footer .widget a:hover {
  color: #fff;
}
#footer .widget .tabbed {
  margin-top: 23px;
}
#footer .widget #twitter_update_list > ul {
  margin: 0 0 10px;
}
#footer .widget #twitter_update_list > ul > li {
  border: none;
  background: none;
  padding: 0;
  font-size: 0.93em;
  margin-bottom: 15px;
}
#footer .widget #twitter_update_list > ul > li span {
  display: block;
  color: #656f79;
}
#footer .widget ul li {
  border-bottom: 1px solid #535b61;
}
#footer .widget ul li:last-child {
  border-bottom: none;
}
#footer .widget .widget-list li img.wp-post-image {
  width: 51px;
  height: 51px;
  border-color: #535b61;
}
#footer .widget .widget-list li img.wp-post-image:hover {
  background-color: transparent;
}
#footer .widget .tagcloud a {
  background-color: #4c4c4c;
}
#footer .widget .tagcloud a:hover {
  background-color: #f1b000;
}
#footer #wp-calendar caption {
  margin: 11px 0;
  text-align: left;
  line-height: 30px;
  margin-bottom: 15px;
}
#footer #wp-calendar thead th {
  border: 1px solid #323232;
}
#footer #wp-calendar tbody {
  color: #fff;
}
#footer #wp-calendar tbody td {
  background: #4c4c4c;
  border: 1px solid #323232;
}
#footer #wp-calendar tbody td:hover {
  background: #656565;
}
#footer #wp-calendar tbody .pad {
  background: none;
}
#footer .widget .tabbed .tabs li {
  border: 0;
  background-color: #4C4C4C;
}
#footer .widget .tabbed .tabs li.current {
  background-color: #f1b000;
}
#footer .widget-list h5 {
  font-size: 0.93em;
  line-height: 1.5em;
}
#footer .widget-list p {
  font-size: 0.93em;
  line-height: 1.5em;
}

.flickr-photos {
  margin-left: -10px;
}
.flickr-photos img {
  margin: 0 0 10px 10px;
  padding: 4px;
  background-color: #4c4c4c;
}
.flickr-photos img:hover {
  background-color: #585858;
}

#footer-contact label {
  display: none;
}
#footer-contact input[type=text], #footer-contact textarea {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: #2d3338;
  color: #5a646c;
}
#footer-contact input[type=submit] {
  border: none;
  background-color: #5d686b;
  color: #aab5bf;
  padding: 5px 20px;
}
#footer-contact input[type=submit]:hover {
  background-color: #525e61;
}

.lt-ie9 #footer-contact label {
  display: block;
}

#footer-bottom-wrapper {
  background-color: #191919;
  width: 100%;
}
#footer-bottom-wrapper > #footer-bottom {
  min-height: 25px;
  height: auto !important;
  height: 25px;
  padding: 15px 20px 10px;
}

#footer-bottom {
  font-size: 0.93em;
}
#footer-bottom .copyright {
  margin: 5px 0 10px;
}

/* Accordion Styles --------------------------------------------------------------------------------------------------*/
.toggle,
.accordion {
  margin-bottom: 25px;
  padding-left: 0px;
  text-align: left;
}

.toggle dt,
.accordion dt {
  position: relative;
  padding: 10px 10px 9px 35px;
  line-height: 1.43em;
  margin-bottom: 1px;
  border-bottom: 1px solid #efefef;
  color: #333333;
  cursor: pointer;
}

.toggle dt span,
.accordion dt span {
  position: absolute;
  top: 12px;
  left: 9px;
  display: block;
  width: 17px;
  height: 17px;
  background: url(../images/plus-minus.png) no-repeat 0px 0px;
}

.toggle dt.current span,
.accordion dt.current span {
  background-position: bottom;
}

.toggle dd,
.accordion dd {
  display: none;
  padding: 20px;
  margin-bottom: 0;
  margin-left: 15px;
}

.lt-ie8 .toggle dt span,
.lt-ie8 .accordion dt span {
  top: 0px;
}

/* Tabs Styles -------------------------------------------------------------------------------------------------------*/
.tabs-nav {
  list-style: none;
  overflow: hidden;
  width: 100%;
  margin: 0px;
  padding-left: 0px;
}

.tabs-nav li {
  float: left;
  line-height: 2.29em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  border-bottom: none;
  background: none;
}

.tabs-nav li.active {
  line-height: 2.22em;
}

.tabs-nav li a {
  background: #f5f5f5;
  border: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-top: 2px solid #ccc;
  border-left: none;
  color: #4d4d4d;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 0 20px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}

.tabs-nav li:first-child a {
  border-left: 1px solid #efefef;
}

.tabs-nav li a:hover {
  background: #fafafa;
}

.tabs-nav li.active a {
  color: #333333;
  background: #fff;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #333;
}

.tabs-container {
  border: 1px solid #efefef;
  margin: -1px 0 20px;
  overflow: hidden;
  width: 100%;
}

.tabs-container .tab-content {
  padding: 20px 15px;
  margin-bottom: 0px;
}

.lt-ie9 .tabs-container .tab-content {
  background-color: #fff;
}

/* Messages Styles ---------------------------------------------------------------------------------------------------*/
p.error {
  padding: 10px 20px 10px 45px;
  background: #F9E5E6;
  border: 1px solid #F7C7C9;
  border-left-width: 4px;
  color: #B3696C;
}

p.success {
  padding: 10px 20px 10px 45px;
  background: #e3ebc6;
  border: 1px solid #c2d288;
  border-left-width: 4px;
  color: #8fa442;
}

p.info {
  padding: 10px 20px 10px 45px;
  background: #d8ecf5;
  border: 1px solid #9ac9df;
  border-left-width: 4px;
  color: #528da9;
}

p.notice {
  padding: 10px 20px 10px 45px;
  background: #fcf7d9;
  border: 1px solid #f5dc7d;
  border-left-width: 4px;
  color: #c4a21b;
}

.dropcap {
  font-size: 4.42em;
  margin-right: 6px;
  padding-top: 4px;
  text-transform: uppercase;
  float: left;
  position: relative;
  top: 5px;
  color: #824328;
}

/* Contact Form 7 CSS ----------------------------------------------------------------------------------------------- */
.wpcf7-form p {
  margin-bottom: 10px;
}

/* Scroll Top ------------------------------------------------------------------------------------------------------- */
a#scroll-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 42px;
  width: 42px;
  z-index: 9999;
  line-height: 3em;
  background: #131517 url("../images/scroll-top.png") center center no-repeat;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a#scroll-top:hover {
  background-color: #353c41;
}

/*------------------------------------------------------------------------------------------------------------------- */
/* CUSTOM RESPONSIVE CSS -------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------- */
/* Screens Greater Than 1200px -------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 1200px) {
  body {
    font-size: 14px;
  }

  /* Top Nav */
  .top-nav div > ul > li > a {
    padding: 0 17px 0 14px;
  }

  /* Main Wrapper */
  .main-wrapper {
    width: 1210px;
  }

  .fully-boxed-layout .top-bar-wrapper {
    width: 1210px;
  }

  .fully-boxed-layout #footer-wrapper {
    width: 1210px;
  }

  /* Logo */
  .logo-heading {
    font-size: 40px;
    line-height: 44px;
    margin-top: 15px;
    margin-bottom: 6px;
  }

  /* Main Nav */
  .main-nav div > ul > li {
    padding: 15px 17px 16px;
  }

  /* Search Form */
  form.search-form input.search-term {
    width: 185px;
  }

  /* Live Search */
  #live-search-results {
    width: 274px;
  }

  /* Calendar Widget */
  .widget #wp-calendar thead th {
    padding: 8px;
  }

  .widget #wp-calendar tbody td {
    padding: 8px;
  }

  /* Ad Widget */
  .widget #wp125adwrap_2c .wp125ad {
    padding: 0;
    margin: 0 30px 30px 0;
  }

  /* Footer Widgets Image */
  #footer .widget .widget-list li img.wp-post-image {
    width: 62px;
    height: 62px;
  }

  /* Author Bio */
  .author-bio .bio-detail {
    width: 660px;
  }
}
/*------------------------------------------------------------------------------------------------------------------- */
/* Responsive: Header for devices below desktop --------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 979px) {
  /* Header */
  .logo-wrapper {
    margin: 10px 0;
    margin-right: 0;
    margin-left: 0;
  }
  .logo-wrapper .logo-container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
  .logo-wrapper .logo-container img {
    display: inline-block;
    margin: 10px auto;
  }
  .logo-wrapper .logo-container span {
    display: block;
  }
  .logo-wrapper .logo-container .logo-heading {
    margin-bottom: 10px;
  }
  .logo-wrapper .banner-container {
    margin: 10px 0;
    width: 100%;
    text-align: center;
  }

  /* Navigation */
  .top-nav {
    margin-top: 0;
  }
  .top-nav > div {
    display: none;
  }
  .top-nav .responsive-nav {
    display: block;
    margin: 0;
    padding: auto;
    border-radius: 0;
    border: 1px solid #efefef;
    height: 30px;
    width: 100%;
    margin-top: 7px;
  }

  /* Navigation */
  .main-nav {
    float: none;
  }
  .main-nav > div {
    display: none;
  }
  .main-nav .responsive-nav {
    display: block;
    width: 97%;
    margin: 10px auto;
    padding: auto;
    border-radius: 0;
    border: none;
  }

  /* Search Form */
  .main-nav-wrapper {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .main-nav-wrapper #search-form {
    float: none;
    position: relative;
    height: 34px;
    margin-bottom: 10px;
    right: 0;
  }
  .main-nav-wrapper #search-form .search-term {
    position: absolute;
    top: 0;
    left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
    line-height: 15px;
    padding: 9px 34px 10px 8px;
    width: 97%;
    background-color: #444;
    border: none;
  }
  .main-nav-wrapper #search-form input.search-term.loading {
    background-image: none;
  }
  .main-nav-wrapper #search-form .search-btn {
    position: absolute;
    top: 0;
    right: 10px;
    height: 20px;
    width: 20px;
    vertical-align: top;
    text-align: center;
    padding: 7px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #f1b000;
  }

  /* FAQs */
  .page-content .hentry {
    padding: 15px 0;
  }
  .page-content .faqs {
    margin: 0 0 30px;
  }
}
/*------------------------------------------------------------------------------------------------------------------- */
/* Responsive: Tablet to desktop ------------------------------------------------------------------------------------ */
/*------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
  /* Container */
  .page-container > .container {
    padding: 10px 20px 40px;
  }

  /* Main Wrapper */
  .main-wrapper {
    width: 764px;
  }

  .fully-boxed-layout .top-bar-wrapper {
    width: 764px;
  }

  .fully-boxed-layout #footer-wrapper {
    width: 764px;
  }

  /* Main Listing */
  .page-container .page-content {
    width: 724px;
  }

  /* Main Listing */
  .page-container .main-listing {
    width: 724px;
  }
  .page-container .main-listing .row > .span3 {
    width: 259px;
  }
  .page-container .main-listing .row > .span4 {
    width: 352px;
  }
  .page-container .main-listing .row > .span5 {
    width: 445px;
  }
  .page-container .main-listing .row > .span8 {
    width: 724px;
  }
  .page-container .main-listing .post-excerpt p {
    margin-bottom: 16px;
  }

  /* Slider */
  #basic-slider-wrapper.span8 {
    width: 724px;
  }

  #fullwidth-slider-wrapper .blogmag-slide .slide-title span {
    display: inline-block;
    margin-bottom: 10px;
  }
  #fullwidth-slider-wrapper .blogmag-slide .slide-title p {
    display: none;
  }

  .articles-list .small-article {
    margin-bottom: 14px;
    padding-bottom: 14px;
  }

  /* Sidebar */
  .page-container .page-sidebar {
    width: 724px;
    min-height: 100%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .page-container .page-sidebar .widget {
    width: 352px;
  }

  /* Footer */
  #footer > .row {
    width: 724px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  #footer > .row > .span3 {
    width: 352px;
  }

  /* Calendar */
  .widget #wp-calendar tbody td {
    padding: auto;
  }

  /* Author Bio */
  .author-bio .bio-detail {
    width: 620px;
  }
}
/*------------------------------------------------------------------------------------------------------------------- */
/* Responsive: Landscape phone to desktop/tablet -------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .top-bar-wrapper {
    padding: 0 2%;
  }

  .header-top .top-nav {
    float: none;
  }
  .header-top .top-nav .responsive-nav {
    margin: 7px auto;
  }
  .header-top ul.social-icons {
    text-align: center;
  }
  .header-top ul.social-icons a {
    margin: 0 5px 5px;
  }

  .main-wrapper {
    width: 96%;
    padding: 10px 2%;
  }

  .fully-boxed-layout .top-bar-wrapper {
    width: 96%;
    padding-right: 2%;
    padding-left: 2%;
  }

  .fully-boxed-layout #footer-wrapper {
    width: 96%;
    padding-right: 2%;
    padding-left: 2%;
  }

  .page-container > .container {
    padding: 20px 0;
  }

  .hentry .post-title {
    margin-top: 10px;
  }

  .page-404 h1.title-404 {
    font-size: 10em;
  }
  .page-404 h2 {
    font-size: 1.8em;
  }
  .page-404 h3 {
    font-size: 1.5em;
  }

  .articles-list .small-article .span3 {
    width: 80px;
    float: left;
    margin: 0 15px 15px 0;
  }

  .widget .widget-list li .span3 {
    width: 80px;
    float: left;
    margin: 0 15px 15px 0;
  }

  #basic-slider-wrapper .flex-control-nav {
    display: none;
  }
  #basic-slider-wrapper .blogmag-slide .slide-title {
    width: 100%;
  }
  #basic-slider-wrapper .blogmag-slide .slide-title .slide-title-inner {
    padding: 10px;
  }
  #basic-slider-wrapper .blogmag-slide .slide-title h4 {
    font-size: 1em;
    margin: 0;
  }
  #basic-slider-wrapper .blogmag-slide .slide-title p {
    display: none;
  }

  #fullwidth-slider-wrapper .flex-control-nav {
    display: none;
  }
  #fullwidth-slider-wrapper .blogmag-slide .slide-title {
    left: 0;
    bottom: 0;
    max-width: 100%;
    min-width: auto;
    width: 96%;
    padding: 2%;
  }
  #fullwidth-slider-wrapper .blogmag-slide .slide-title h4 {
    font-size: 1em;
    margin: 0;
  }
  #fullwidth-slider-wrapper .blogmag-slide .slide-title span {
    display: none;
  }
  #fullwidth-slider-wrapper .blogmag-slide .slide-title p {
    display: none;
  }

  /* Calendar*/
  .widget #wp-calendar thead th {
    padding: auto;
  }

  /* Comments */
  .commentlist li.comment .children {
    margin-left: 0;
  }

  /* Author Bio */
  .author-bio .gravatar {
    width: 12%;
  }
  .author-bio .bio-detail {
    width: 85%;
  }

  /* Review Box */
  .review-box .progress .bar {
    background-image: none;
  }

  .top-left.review-box {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .top-right.review-box {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .main-nav-wrapper #search-form .search-term {
    left: 5px;
  }
  .main-nav-wrapper #search-form .search-btn {
    right: 5px;
  }

  /* Author Bio */
  .author-bio .gravatar {
    float: none;
    width: auto;
    text-align: center;
    margin-bottom: 10px;
  }
  .author-bio .bio-detail {
    float: none;
    text-align: center;
    width: 100%;
  }
  .author-bio .bio-detail .author-name {
    text-align: center;
  }
}
/*------------------------------------------------------------------------------------------------------------------- */
/* Responsive: Portrait Phones -------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 480px) {
  #breaking-news .news-title {
    display: block;
    position: static;
    left: auto;
    top: auto;
    text-align: center;
  }

  #breaking-news #js-news {
    margin-left: 0;
  }
}
@media (max-width: 320px) {
  .main-nav-wrapper #search-form .search-term {
    width: 85%;
  }

  /* Top Nav */
  .header-top #search-form #s {
    width: 75%;
  }
  .header-top #search-form .search-btn {
    right: 5px;
  }
}