/* import mixins */
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
TYPOGRAPHY
*********************/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.commenterror {
  color: #c86054;
  padding-left: 10px;
  font-size: 0.8em;
}

.dropcap {
  float: left;
  font-size: 45px;
  margin-right: 10px;
  line-height: 90%;
}

.dropcap-big {
  float: left;
  font-size: 90px;
  margin-right: 20px;
  line-height: 90%;
  text-shadow: 4px 4px #DADADA;
  -webkit-text-shadow: 4px 4px #DADADA;
  -moz-text-shadow: 4px 4px #DADADA;
  -o-text-shadow: 4px 4px #DADADA;
  -ms-text-shadow: 4px 4px #DADADA;
}

.cb-toggler {
  margin: 0 0 15px 0;
}

.panes {
  margin-bottom: 20px;
}

.toggle {
  background: url("../images/toggler.png") 0 5px no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  padding-left: 25px;
  color: #2d2d2d !important;
}
.toggle:hover {
  color: #2d2d2d !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.toggle-content {
  padding: 0 0 10px 25px;
}

.toggle.open {
  background: url("../images/toggler.png") 0 -30px no-repeat !important;
}

.tabs li a {
  border-bottom-width: 5px;
  border-bottom-style: solid;
  float: left;
  color: #2d2d2d;
  padding: 5px 10px;
}

.tabs li a.current {
  color: white;
}

.tabs-content {
  padding: 20px 0 40px 10px;
}

.tabs-color li a {
  float: left;
  background: #e84f4f;
  color: white;
  padding: 10px;
}

.tabs-color li a.current {
  color: #e84f4f;
  background: white;
}

.tabs-content-color {
  padding: 20px 10px 40px 10px;
  background: #c86054;
}

.cb-highlight {
  padding: 3px;
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px / 3px;
  border-radius: 3px / 3px;
  color: white;
}

.cb-divider {
  border-bottom: 1px solid #ccc;
  width: 100%;
  text-align: center;
  height: 15px;
  margin-bottom: 30px;
}
.cb-divider span {
  background: #353535;
  padding: 5px 12px;
  font-size: 10px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/*********************
TRANSITION
*********************/
/******************************************************************
GRID BASE
******************************************************************/
.onecol {
  width: 5.801104972%;
}

.twocol {
  width: 14.364640883%;
}

.threecol {
  width: 22.928176794%;
}

.fourcol {
  width: 31.491712705%;
}

.fivecol {
  width: 40.055248616%;
}

.sixcol {
  width: 48.618784527%;
}

.sevencol {
  width: 57.182320438000005%;
}

.eightcol {
  width: 65.74585634900001%;
}

.ninecol {
  width: 74.30939226%;
}

.tencol {
  width: 82.87292817100001%;
}

.elevencol {
  width: 91.436464082%;
}

.twelvecol {
  width: 99.999999993%;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
  position: relative;
  float: left;
  margin-left: 2.762430939%;
}

.first {
  margin-left: 0;
}

.last {
  float: right;
}

/*********************
LAYOUT STYLES
*********************/
.wrap {
  width: 472px;
}

#cb-inner-header {
  padding: 10px 20px;
}

#main {
  width: 430px;
  margin-left: 20px;
}

#main-full-width {
  width: 430px;
  margin-left: 20px;
}
#main-full-width .cb-blog-style-b {
  margin: 0 0 30px 0;
  width: 430px;
}
#main-full-width .cb-blog-style-b .mask {
  width: 430px;
  height: 246px;
}
#main-full-width .cb-blog-style-b .mask img {
  width: 100%;
}

#cb-content {
  padding-top: 20px;
}

.cb-breaking-news {
  margin: 0 0 0 20px;
  width: 410px;
}
.cb-breaking-news ul li {
  width: 300px;
}

.spacer-left {
  margin-left: 20px;
}

.gallery .cb-gallery-item {
  width: 100px;
  margin: 0 0 5px 10px;
}

.alert-white, .alert-yellow, .alert-blue, .alert-red, .alert-green {
  padding: 20px 30px;
}

/*********************
NAVIGATION STYLES
*********************/
#cb-main-menu-mob {
  padding: 5px 20px;
}

#cb-mob-dropdown-main {
  margin-left: 205px;
}

/*********************
POSTS & CONTENT STYLES
*********************/
.entry-content .alignleft, .entry-content img.alignleft {
  margin: 20px 20px 20px 0;
  max-width: 40%;
  display: inline;
  float: left;
}
.entry-content .alignright, .entry-content img.alignright {
  margin: 20px 0 20px 20px;
  display: inline;
  float: right;
  max-width: 40%;
}
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin: 20px auto;
  display: block;
  clear: both;
}

.cb-review-box-top {
  margin: 0 0 20px 0;
}
.cb-review-box-top h3 {
  font-size: 16px;
}
.cb-review-box-top li {
  font-size: 14px !important;
}
.cb-review-box-top .pros-cons {
  width: 250px;
  margin: 0 0 20px 30px;
}
.cb-review-box-top .pros-cons .pros, .cb-review-box-top .pros-cons .cons {
  float: left;
  width: 48%;
}
.cb-review-box-top .pros-cons .pros {
  margin-right: 4%;
}
.cb-review-box-top .pros-cons ul {
  margin: 0;
  padding-bottom: 10px;
}
.cb-review-box-top .pros-cons ul li {
  margin-bottom: 5px;
}

.normal-bar .bg {
  width: 150px;
}

.cb-scores {
  margin-left: 0px;
}

.cb-about-page li {
  margin-bottom: 30px;
}
.cb-about-page li .cb-mask img {
  width: 90px;
  height: 90px;
}
.cb-about-page li .cb-meta {
  width: 340px;
  padding-left: 20px;
}

.cb-author-page {
  margin-bottom: 20px;
}
.cb-author-page h3 {
  margin: 0;
}
.cb-author-page p {
  margin: 10px 0;
}
.cb-author-page .cb-mask img {
  width: 90px;
  height: 90px;
}
.cb-author-page .cb-meta {
  width: 340px;
  padding-left: 20px;
}

/******************************************************************
GRID STYLES
*****************************************************************/
.cb-grid-4, .cb-grid-5, .cb-grid-6, .cb-grid-7 {
  margin: 0 20px 20px 20px;
}
.cb-grid-4 .feature, .cb-grid-5 .feature, .cb-grid-6 .feature, .cb-grid-7 .feature {
  height: 240px;
}
.cb-grid-4 h2 a, .cb-grid-5 h2 a, .cb-grid-6 h2 a, .cb-grid-7 h2 a {
  bottom: 40px;
}
.cb-grid-4 .cb-byline, .cb-grid-5 .cb-byline, .cb-grid-6 .cb-byline, .cb-grid-7 .cb-byline {
  bottom: 20px;
}
.cb-grid-4 .big-article h2 a, .cb-grid-5 .big-article h2 a, .cb-grid-6 .big-article h2 a, .cb-grid-7 .big-article h2 a {
  font-size: 18px;
}
.cb-grid-4 .small-article h2 a, .cb-grid-5 .small-article h2 a, .cb-grid-6 .small-article h2 a, .cb-grid-7 .small-article h2 a {
  font-size: 18px;
}
.cb-grid-4 .square-article h2 a, .cb-grid-5 .square-article h2 a, .cb-grid-6 .square-article h2 a, .cb-grid-7 .square-article h2 a {
  font-size: 18px;
}

.cb-grid-4 .no-1 {
  margin: 0 0 5px 0;
  width: 430px;
}
.cb-grid-4 .no-2 {
  margin: 0 0 5px 0;
  width: 430px;
}
.cb-grid-4 .no-3 {
  margin: 0 0 5px 0;
  width: 430px;
}
.cb-grid-4 .no-4 {
  width: 430px;
}

.cb-grid-5 .no-1 {
  margin: 0 0 5px 0;
  width: 430px;
}
.cb-grid-5 .no-2 {
  margin: 0 0 5px 0;
  width: 430px;
}
.cb-grid-5 .no-3 {
  margin: 0 0 5px 0;
  width: 430px;
}
.cb-grid-5 .no-4 {
  margin: 0 0 5px 0;
  width: 430px;
}
.cb-grid-5 .no-5 {
  width: 430px;
}

.cb-grid-6 .no-1 {
  margin: 0 0 5px 0;
  width: 430px;
}
.cb-grid-6 .no-2 {
  margin: 0 0 5px 0;
  width: 430px;
}
.cb-grid-6 .no-3 {
  margin: 0 0 5px 0;
  width: 430px;
}
.cb-grid-6 .no-4 {
  margin: 0 0 5px 0;
  width: 430px;
}
.cb-grid-6 .no-5 {
  margin: 0 0 5px 0;
  width: 430px;
}
.cb-grid-6 .no-6 {
  width: 430px;
}

.cb-grid-7 .no-1 {
  margin: 0 0 5px 0;
  width: 430px;
}
.cb-grid-7 .no-2 {
  margin: 0 0 5px 0;
  width: 430px;
}
.cb-grid-7 .no-3 {
  margin: 0 0 5px 0;
  width: 430px;
}
.cb-grid-7 .no-4 {
  margin: 0 0 5px 0;
  width: 430px;
}
.cb-grid-7 .no-5 {
  margin: 0 0 5px 0;
  width: 430px;
}
.cb-grid-7 .no-6 {
  margin: 0 0 5px 0;
  width: 430px;
}
.cb-grid-7 .no-7 {
  width: 430px;
}

/*********************
MODULE STYLES
*********************/
.cb-module-a .cb-article-big {
  width: 205px;
  margin-right: 20px;
  margin-bottom: 0px;
}
.cb-module-a .cb-article-small {
  width: 205px;
}

.cb-module-b {
  margin-bottom: 20px;
  width: 205px;
}

.cb-module-c {
  width: 205px;
}
.cb-module-c .cb-article {
  height: 115px;
}

.cb-module-d {
  width: 205px;
}

.flexslider-g {
  padding: 0 30px;
  margin-bottom: 20px;
}
.flexslider-g .cb-category {
  left: 5px;
  top: 0px;
}
.flexslider-g .cb-comments {
  right: 5px;
  top: 5px;
  display: block;
}
.flexslider-g .flex-direction-nav .flex-next {
  background-position: -73px 60px;
}
.flexslider-g .flex-direction-nav .flex-prev {
  background-position: -99px 60px;
}
.flexslider-g h2 a {
  width: 100px;
  padding: 5px;
}
.flexslider-g .slides img {
  width: 130px;
}
.flexslider-g .flex-direction-nav {
  display: block;
}
.flexslider-g .flex-direction-nav a {
  height: 130px;
}
.flexslider-g .slides > li {
  height: 130px;
  margin: 0 10px;
}

.flexslider-full {
  width: 430px;
  margin: 0 auto 20px 20px;
}
.flexslider-full .slides > li {
  height: 210px;
}
.flexslider-full h2 a {
  padding: 5px 10px;
  bottom: 14px;
}

.flexslider {
  margin: 0 0 20px 0;
}
.flexslider .flex-viewport {
  height: 210px;
}
.flexslider h2 a {
  padding: 5px 10px;
  bottom: 14px;
  max-width: 320px;
}

.flexslider-e {
  padding: 0 30px;
  margin-bottom: 20px;
}
.flexslider-e .slides > li {
  margin: 0 10px;
  height: 120px;
}
.flexslider-e .flex-direction-nav a {
  height: 120px;
  padding: 10px 15px;
}
.flexslider-e .cb-comments {
  display: block;
}
.flexslider-e .flex-direction-nav .flex-prev {
  background-position: -100px 50px;
}
.flexslider-e .flex-direction-nav .flex-next {
  background-position: -73px 50px;
}
.flexslider-e h2 a {
  width: 165px;
  padding: 5px;
}
.flexslider-e .cb-comments {
  display: block;
}
.flexslider-e .flex-direction-nav {
  display: block;
}

/*********************
BLOG STYLES
*********************/
.cb-blog-style-a {
  margin: 0 0 30px 0;
}
.cb-blog-style-a .mask {
  height: 131px;
  width: 160px;
  margin: 0 20px 0 0;
}
.cb-blog-style-a .cb-excerpt {
  margin: 0 0 10px 180px;
  float: none;
}

.cb-blog-style-b {
  margin: 0 20px 20px 0;
  width: 205px;
}
.cb-blog-style-b .mask {
  height: 115px;
}

.cb-blog-style-c {
  margin: 0 20px 20px 0;
}
.cb-blog-style-c .mask {
  height: 250px;
}

.cb-blog-style-d {
  margin: 0 20px 20px 0;
  width: 205px;
}
.cb-blog-style-d .cb-mask {
  height: 115px;
}

.cb-previous-next-links .previous {
  min-height: 100px;
}
.cb-previous-next-links .next {
  min-height: 100px;
}

/******************************************************************
TOP REVIEWS TEMPLATE
******************************************************************/
.cb-top-reviews-page .cb-content {
  margin-bottom: 20px;
}
.cb-top-reviews-page .cb-one .cb-mask {
  width: 430px;
  height: 250px;
}
.cb-top-reviews-page .cb-one .cb-mask .cb-score-box {
  height: 140px;
  width: 170px;
}
.cb-top-reviews-page .cb-one .cb-mask .score {
  font-size: 80px;
  bottom: 20px;
}
.cb-top-reviews-page .cb-one .cb-mask .score-title {
  font-size: 18px;
  bottom: 10px;
}
.cb-top-reviews-page .cb-one .cb-mask .cb-score-box-star {
  width: 150px;
  height: 120px;
}
.cb-top-reviews-page .cb-one .cb-mask .cb-score-box-star .score {
  bottom: 20px;
}
.cb-top-reviews-page .cb-one .cb-mask .cb-score-box-star .filling-bg {
  margin-left: 10px;
  height: 25px;
  background: url(../images/review-star-box-sprite.png) no-repeat;
  background-position: 0 -25px;
  bottom: 10px;
}
.cb-top-reviews-page .cb-one .cb-mask .cb-score-box-star .filling-star {
  background: url(../images/review-star-box-sprite.png) no-repeat;
  width: 100%;
  height: 25px;
}
.cb-top-reviews-page .cb-one .cb-meta .cb-countdown {
  font-size: 60px;
  float: left;
  margin-right: 20px;
  line-height: 1;
}
.cb-top-reviews-page .cb-one .cb-meta .cb-excerpt {
  font-size: 13px;
}
.cb-top-reviews-page .cb-one .cb-meta .cb-byline {
  margin: 0 0 10px 0;
}
.cb-top-reviews-page .cb-one .cb-meta h2 {
  margin: 0 0 10px 0;
}
.cb-top-reviews-page .cb-others {
  margin-bottom: 30px;
}
.cb-top-reviews-page .cb-others .cb-mask {
  position: relative;
  float: left;
  width: 160px;
  height: 130px;
  overflow: hidden;
  margin-bottom: 0;
}
.cb-top-reviews-page .cb-others .cb-mask img {
  width: 250px;
}
.cb-top-reviews-page .cb-others .cb-mask .cb-score-box, .cb-top-reviews-page .cb-others .cb-mask .cb-score-box-star {
  position: absolute;
  border-bottom: 4px solid #fff;
  top: 0;
  left: 0;
  width: 90px;
  height: 80px;
}
.cb-top-reviews-page .cb-others .cb-mask .score {
  font-size: 40px;
  bottom: 17px;
}
.cb-top-reviews-page .cb-others .cb-mask .score-title {
  font-size: 13px;
  bottom: 7px;
}
.cb-top-reviews-page .cb-others .cb-mask .cb-score-box-star .score-title {
  font-size: 13px;
  bottom: 20px;
}
.cb-top-reviews-page .cb-others .cb-meta {
  width: 270px;
  padding: 0 0 0 20px;
}
.cb-top-reviews-page .cb-others .cb-meta .cb-countdown {
  font-size: 25px;
  line-height: 1;
}
.cb-top-reviews-page .cb-others .cb-meta .cb-excerpt {
  font-size: 12px;
}
.cb-top-reviews-page .cb-others .cb-meta .cb-byline {
  margin: 0 0 5px 0;
}
.cb-top-reviews-page .cb-others .cb-meta h2 {
  margin: 0 0 5px 0;
}

/******************************************************************
FULL WIDTH PAGE STYLES
******************************************************************/
.cb-full-width {
  width: 430px !important;
}

/******************************************************************
RELATED POSTS STYLES
******************************************************************/
.cb-related-posts li {
  width: 205px;
  height: 115px;
}
.cb-related-posts li h4 a {
  bottom: 20px;
  padding: 5px 30px 5px 15px;
  font-size: 11px;
}
.cb-related-posts .no-1 {
  margin: 0 20px 20px 0;
}
.cb-related-posts .no-2 {
  margin: 0 0 20px 0;
}
.cb-related-posts .no-3 {
  margin: 0 20px 0 0;
}

/*********************
SIDEBAR STYLES
*********************/
#cb-sidebar {
  width: 430px;
}
#cb-sidebar .cb-tabs-widget .cb-onetab li a {
  width: 430px;
  font-size: 18px;
  padding: 3px 5px;
}
#cb-sidebar .cb-tabs-widget .cb-twotabs li a {
  width: 215px;
  font-size: 18px;
  padding: 3px 5px;
}
#cb-sidebar .cb-tabs-widget .cb-threetabs li a {
  width: 140px;
  font-size: 16px;
  padding: 3px;
}
#cb-sidebar .cb-tabs-widget .cb-fourtabs li a {
  width: 105px;
  font-size: 12px;
  padding: 5px 2px;
}
#cb-sidebar .cb-social-media-widget {
  margin-left: 60px;
}
#cb-sidebar .cb-social-media-widget .facebook {
  background: url(../images/widget-social-sprite.png) -285px 0 no-repeat;
}
#cb-sidebar .cb-social-media-widget .twitter {
  background: url(../images/widget-social-sprite.png) -95px 0 no-repeat;
}
#cb-sidebar .cb-social-media-widget .pinterest {
  background: url(../images/widget-social-sprite.png) 0 0 no-repeat;
}
#cb-sidebar .cb-social-media-widget .youtube {
  background: url(../images/widget-social-sprite.png) -380px 0 no-repeat;
}
#cb-sidebar .cb-social-media-widget .rss {
  background: url(../images/widget-social-sprite.png) -190px 0 no-repeat;
}
#cb-sidebar .cb-social-media-widget .facebook:hover {
  background: url(../images/widget-social-sprite.png) -285px -95px no-repeat;
}
#cb-sidebar .cb-social-media-widget .twitter:hover {
  background: url(../images/widget-social-sprite.png) -95px -95px no-repeat;
}
#cb-sidebar .cb-social-media-widget .pinterest:hover {
  background: url(../images/widget-social-sprite.png) 0 -95px no-repeat;
}
#cb-sidebar .cb-social-media-widget .youtube:hover {
  background: url(../images/widget-social-sprite.png) -380px -95px no-repeat;
}
#cb-sidebar .cb-social-media-widget .rss:hover {
  background: url(../images/widget-social-sprite.png) -190px -95px no-repeat;
}
#cb-sidebar .cb-social-media-widget .cb-social-media-icon {
  height: 95px;
  width: 95px;
}
#cb-sidebar .cb-social-media-widget .icon-4, #cb-sidebar .cb-social-media-widget .icon-5 {
  margin-top: 7px;
}
#cb-sidebar .cb-social-media-widget .icon-1, #cb-sidebar .cb-social-media-widget .icon-2, #cb-sidebar .cb-social-media-widget .icon-4 {
  margin-right: 7px;
}
#cb-sidebar .ads-125-widget a {
  margin: 0 20px 20px 50px;
}
#cb-sidebar .cb-top-reviews-widget li h4 {
  width: 320px;
}

/*********************
FOOTER STYLES
*********************/
.cb-footer .cb-top-reviews-widget li h4 {
  width: 320px;
}
.cb-footer .cb-social-media a {
  margin: 0 15px 0 0;
}

/*********************
GENERAL STYLES
*********************/
.spacer-left {
  margin-left: 30px;
}

h1, .h1 {
  font-size: 30px;
  margin: 0 0 20px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 18px;
}

h4, .h4 {
  font-size: 16px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

.entry-content ul li {
  font-size: 15px;
}
.entry-content ol li {
  font-size: 15px;
}

.cb-lightbox img:hover {
  opacity: 0.9;
}

.cb-lightbox img {
  -webkit-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.article-header.cover-image .wrap .cb-comments {
  right: 50px;
  top: 550px;
}
.article-header.cover-image .wrap .cb-byline {
  margin: 0 40px;
  top: 550px;
  font-size: 16px;
}
.article-header.cover-image .wrap h1 {
  font-size: 55px;
  top: 40px;
  margin: 0 40px;
  padding: 5px 20px;
}
.article-header.cover-image .cb-cover {
  height: 650px;
}

.article-header.full-width {
  margin: 0 30px 40px;
}
.article-header.full-width h1 {
  padding: 5px 30px;
}
.article-header.full-width .cb-byline {
  font-size: 14px;
}
.article-header.full-width .cb-comments {
  right: 40px;
}
.article-header.full-width .cb-cover {
  margin-top: -40px;
}

.cb-cover {
  height: 450px;
}

#respond #submit {
  -webkit-transition: opacity 0.35s;
  -ms-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  -transition: opacity 0.35s;
  transition: opacity 0.35s;
}
#respond #submit:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

/*********************
LAYOUT
*********************/
.wrap {
  width: 762px;
}

#cb-inner-header {
  padding: 10px 30px;
}

#main {
  width: 450px;
  margin-left: 30px;
  margin-bottom: 20px;
}

#main-full-width {
  width: 700px;
  margin-left: 30px;
  margin-bottom: 20px;
}
#main-full-width .cb-review-box-top.sixcol {
  width: 290px;
  margin: 0 20px 20px 0;
}
#main-full-width .cb-blog-style-b {
  margin: 0 30px 30px 0;
  width: 210px;
}
#main-full-width .cb-blog-style-b .mask {
  height: 120px;
  width: 210px;
}
#main-full-width .cb-blog-style-b.right-half {
  margin: 0 0 30px 0;
}

#cb-content {
  padding-top: 30px;
}

.entry-content {
  margin-bottom: 50px;
}
.entry-content blockquote p {
  font-size: 18px;
}

/*********************
HEADER SYTLES
*********************/
#logo {
  text-align: left;
  float: left;
}

.cb-breaking-news {
  margin: 0 0 0 40px;
  width: 325px;
}
.cb-breaking-news ul li {
  width: 250px;
}

.cb-banner728 {
  float: right;
  width: 728px;
  height: 90px;
  margin: 0;
}

.cb-banner468 {
  float: right;
  width: 468px;
  height: 60px;
  margin: 15px 0 0 0;
}

/*********************
NAVIGATION STYLES
*********************/
#cb-mob-dropdown-top, #cb-mob-dropdown-main, #cb-main-menu-mob {
  display: none;
}

#cb-top-menu {
  padding: 5px 0;
  background-color: #f2f2f2;
  font-size: 13px;
}

#cb-top-menu-nav, #cb-main-menu, #cb-main-menu-mob ul, nav .cb-search {
  display: block;
}

.cb-top-nav {
  display: block;
  margin: 0 40px 0 0;
  float: right;
}
.cb-top-nav li {
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -transition: 0.35s;
  transition: 0.35s;
  position: relative;
  min-width: 1px;
  float: right;
  margin-left: 20px;
}
.cb-top-nav li a {
  color: #acacac;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  -transition: color 0.5s;
  transition: color 0.5s;
  z-index: 23;
}
.cb-top-nav li .with-arrows {
  padding: 5px 15px 5px 0;
}
.cb-top-nav li .arrows {
  position: absolute;
  display: block;
  top: 5px;
  right: 0;
  width: 10px;
  height: 10px;
  text-indent: -999em;
  background: url("../images/menu-arrows.png") no-repeat -14px -10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}
.cb-top-nav li:hover .arrows, .cb-top-nav li:focus .arrows {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.cb-top-nav li:hover a, .cb-top-nav li:focus a {
  color: #555555;
}
.cb-top-nav li ul.sub-menu,
.cb-top-nav li ul.children {
  display: none;
  position: absolute;
  z-index: 8999;
  margin: 0px;
  top: 0;
  left: -15px;
  padding-top: 25px;
}
.cb-top-nav li ul.sub-menu li,
.cb-top-nav li ul.children li {
  background-position: 0 0;
  color: #acacac;
  border-right: none;
  margin-left: 0px;
}
.cb-top-nav li ul.sub-menu li a,
.cb-top-nav li ul.children li a {
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  -transition: color 0.5s;
  transition: color 0.5s;
  padding: 5px 5px 5px 15px;
  color: #acacac;
  font-size: 13px;
  background-color: #f2f2f2;
  display: block;
  min-width: 175px;
}
.cb-top-nav li ul.sub-menu li a:hover,
.cb-top-nav li ul.children li a:hover {
  color: #555555;
}
.cb-top-nav li ul.sub-menu li a .arrows,
.cb-top-nav li ul.children li a .arrows {
  background-position: 0 0;
}
.cb-top-nav li ul.sub-menu li ul,
.cb-top-nav li ul.children li ul {
  left: 100%;
  top: 0;
}

.main-nav {
  background-color: white;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  margin: 0 30px;
  position: relative;
  z-index: 21;
  padding-right: 40px;
}
.main-nav li {
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -transition: 0.35s;
  transition: 0.35s;
  float: left;
  position: relative;
  min-width: 1px;
}
.main-nav li a {
  color: #2d2d2d;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  -transition: color 0.5s;
  transition: color 0.5s;
  padding: 5px 15px;
  z-index: 23;
  font-size: 15px;
}
.main-nav li .with-arrows {
  padding: 5px 30px 5px 15px;
}
.main-nav li .arrows {
  position: absolute;
  display: block;
  right: 10px;
  top: 12px;
  width: 10px;
  height: 10px;
  text-indent: -999em;
  background: url("../images/menu-arrows.png") no-repeat -14px -10px;
}
.main-nav li:hover .arrows, .main-nav li:focus .arrows {
  background: url("../images/menu-arrows.png") no-repeat 0 -10px;
}
.main-nav li:hover a, .main-nav li:focus a {
  color: white;
}
.main-nav li ul.sub-menu,
.main-nav li ul.children {
  display: none;
  position: absolute;
  z-index: 8999;
  margin: 0px;
  top: 100%;
  left: 0;
}
.main-nav li ul.sub-menu li,
.main-nav li ul.children li {
  background-position: 0 0;
  color: white;
  border-right: none;
}
.main-nav li ul.sub-menu li:hover,
.main-nav li ul.children li:hover {
  background-color: #2d2d2d !important;
}
.main-nav li ul.sub-menu li a,
.main-nav li ul.children li a {
  -webkit-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -transition: background-color 0.5s;
  transition: background-color 0.5s;
  padding-left: 15px;
  color: white;
  font-size: 13px;
  display: block;
  min-width: 175px;
}
.main-nav li ul.sub-menu li a .arrows,
.main-nav li ul.children li a .arrows {
  background-position: 0 0;
}
.main-nav li ul.sub-menu li ul,
.main-nav li ul.children li ul {
  left: 100%;
  top: 0;
}
.main-nav li.current-menu-item a,
.main-nav li.current_page_item a,
.main-nav li.current-page-ancestor a, .main-nav li.current-category-ancestor a, .main-nav li.current-menu-ancestor a, .main-nav li.current-menu-parent a, .main-nav li.current-post-parent a, .main-nav li.current-post-ancestor a {
  color: white;
}
.main-nav li.current-menu-item a .arrows,
.main-nav li.current_page_item a .arrows,
.main-nav li.current-page-ancestor a .arrows, .main-nav li.current-category-ancestor a .arrows, .main-nav li.current-menu-ancestor a .arrows, .main-nav li.current-menu-parent a .arrows, .main-nav li.current-post-parent a .arrows, .main-nav li.current-post-ancestor a .arrows {
  background: url("../images/menu-arrows.png") no-repeat 0 -10px;
}

.gallery .cb-gallery-item {
  width: 105px;
}

.cb-category {
  padding: 1px 4px;
  margin: 5px 3px 10px 0;
  font-size: 9px;
  font-weight: 700;
}

.cb-comments {
  -webkit-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.cb-comments:hover {
  background-color: #bbb;
}
.cb-comments:hover:after {
  border-color: #bbb transparent;
}

.cb-comments:after {
  -webkit-transition: border-color 0.5s;
  -ms-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  -transition: border-color 0.5s;
  transition: border-color 0.5s;
}

 /******************************************************************
GRID STYLES
*****************************************************************/
.cb-grid-4, .cb-grid-5, .cb-grid-6, .cb-grid-7 {
  margin: -30px 30px 30px 30px;
}
.cb-grid-4 .feature, .cb-grid-5 .feature, .cb-grid-6 .feature, .cb-grid-7 .feature {
  height: 215px;
}
.cb-grid-4 .feature:hover h2 a, .cb-grid-5 .feature:hover h2 a, .cb-grid-6 .feature:hover h2 a, .cb-grid-7 .feature:hover h2 a {
  color: black;
  text-shadow: none;
}
.cb-grid-4 .feature:hover .cb-shadow, .cb-grid-5 .feature:hover .cb-shadow, .cb-grid-6 .feature:hover .cb-shadow, .cb-grid-7 .feature:hover .cb-shadow {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.cb-grid-4 .feature:hover .cb-byline, .cb-grid-5 .feature:hover .cb-byline, .cb-grid-6 .feature:hover .cb-byline, .cb-grid-7 .feature:hover .cb-byline {
  color: #2d2d2d;
}
.cb-grid-4 .feature:hover img, .cb-grid-5 .feature:hover img, .cb-grid-6 .feature:hover img, .cb-grid-7 .feature:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}
.cb-grid-4 .cb-byline, .cb-grid-5 .cb-byline, .cb-grid-6 .cb-byline, .cb-grid-7 .cb-byline {
  bottom: 10px;
  left: 10px;
  -webkit-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  -transition: color 0.4s;
  transition: color 0.4s;
  font-size: 12px;
}
.cb-grid-4 .cb-excerpt, .cb-grid-5 .cb-excerpt, .cb-grid-6 .cb-excerpt, .cb-grid-7 .cb-excerpt {
  bottom: 30px;
  padding: 5px 10px;
  font-size: 12px;
  -webkit-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  left: 0px;
  font-size: 14px;
  color: #2d2d2d;
}
.cb-grid-4 h2 a, .cb-grid-5 h2 a, .cb-grid-6 h2 a, .cb-grid-7 h2 a {
  bottom: 30px;
  padding: 5px 10px;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -transition: all 0.4s;
  transition: all 0.4s;
}
.cb-grid-4 .small-article h2 a, .cb-grid-5 .small-article h2 a, .cb-grid-6 .small-article h2 a, .cb-grid-7 .small-article h2 a {
  font-size: 14px;
  padding: 3px 10px;
}
.cb-grid-4 .small-article img, .cb-grid-5 .small-article img, .cb-grid-6 .small-article img, .cb-grid-7 .small-article img {
  top: 0px;
  position: relative;
}
.cb-grid-4 .big-article h2 a, .cb-grid-5 .big-article h2 a, .cb-grid-6 .big-article h2 a, .cb-grid-7 .big-article h2 a {
  font-size: 24px;
}
.cb-grid-4 .big-article .cb-excerpt, .cb-grid-5 .big-article .cb-excerpt, .cb-grid-6 .big-article .cb-excerpt, .cb-grid-7 .big-article .cb-excerpt {
  bottom: 30px;
}
.cb-grid-4 .big-article:hover h2 a, .cb-grid-5 .big-article:hover h2 a, .cb-grid-6 .big-article:hover h2 a, .cb-grid-7 .big-article:hover h2 a {
  bottom: 90px;
}
.cb-grid-4 .square-article h2 a, .cb-grid-5 .square-article h2 a, .cb-grid-6 .square-article h2 a, .cb-grid-7 .square-article h2 a {
  font-size: 16px;
  padding: 3px 10px;
}
.cb-grid-4 .square-article:hover h2 a, .cb-grid-5 .square-article:hover h2 a, .cb-grid-6 .square-article:hover h2 a, .cb-grid-7 .square-article:hover h2 a {
  bottom: 100px;
  color: black;
  text-shadow: none;
}
.cb-grid-4 .feature:hover .cb-excerpt, .cb-grid-4 .big-article:hover .cb-excerpt, .cb-grid-5 .feature:hover .cb-excerpt, .cb-grid-5 .big-article:hover .cb-excerpt, .cb-grid-6 .feature:hover .cb-excerpt, .cb-grid-6 .big-article:hover .cb-excerpt, .cb-grid-7 .feature:hover .cb-excerpt, .cb-grid-7 .big-article:hover .cb-excerpt {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.cb-grid-4 .no-1 {
  margin: 5px 5px 5px 0;
  width: 450px;
}
.cb-grid-4 .no-2 {
  margin: 5px 0;
  width: 245px;
}
.cb-grid-4 .no-3 {
  width: 245px;
}
.cb-grid-4 .no-4 {
  margin-left: 5px;
  width: 450px;
}

.cb-grid-5 .no-1 {
  width: 450px;
  float: left;
  margin: 5px 5px 5px 0;
}
.cb-grid-5 .no-2 {
  width: 245px;
  float: left;
  margin: 5px 0;
}
.cb-grid-5 .no-3 {
  width: 220px;
}
.cb-grid-5 .no-4 {
  width: 225px;
  margin-left: 5px;
}
.cb-grid-5 .no-5 {
  width: 245px;
  margin-left: 5px;
}

.cb-grid-6 .no-1 {
  width: 450px;
  margin: 5px 5px 5px 0;
}
.cb-grid-6 .no-2 {
  width: 245px;
  margin: 5px 0;
}
.cb-grid-6 .no-3 {
  width: 220px;
  margin: 0;
}
.cb-grid-6 .no-4 {
  width: 225px;
  margin: 0 5px;
}
.cb-grid-6 .no-5 {
  width: 245px;
  height: 105px;
  margin-bottom: 5px;
}
.cb-grid-6 .no-6 {
  width: 245px;
  height: 105px;
}

.cb-grid-7 .no-1 {
  width: 450px;
  margin: 5px 5px 5px 0;
}
.cb-grid-7 .no-2 {
  width: 245px;
  margin: 5px 0;
}
.cb-grid-7 .no-3 {
  width: 220px;
  height: 105px;
  margin-bottom: 5px;
}
.cb-grid-7 .no-4 {
  width: 220px;
  height: 105px;
}
.cb-grid-7 .no-5 {
  width: 225px;
  margin: 0 5px;
}
.cb-grid-7 .no-6 {
  width: 245px;
  height: 105px;
  margin-bottom: 5px;
}
.cb-grid-7 .no-7 {
  width: 245px;
  height: 105px;
}
.cb-grid-7 .cb-double-post {
  width: 220px;
  height: 215px;
  float: left;
  position: relative;
}

.flexslider-full {
  width: 700px;
  margin: -30px auto 30px 30px;
}
.flexslider-full .slides > li {
  height: 340px;
}
.flexslider-full .flex-control-nav {
  top: 10px;
  right: 10px;
}
.flexslider-full h2 a {
  padding: 10px 20px;
  bottom: 68px;
  font-size: 20px;
}
.flexslider-full .cb-excerpt {
  padding: 5px 20px;
  bottom: 40px;
  font-size: 12px;
  display: block;
}
.flexslider-full .flex-direction-nav {
  display: block;
}

.flexslider {
  margin: -0 0 30px 0;
}
.flexslider .cb-excerpt {
  padding: 5px 10px;
  bottom: 10px;
  font-size: 12px;
  display: block;
}
.flexslider h2 a {
  max-width: 420px;
  padding: 5px 10px;
  bottom: 38px;
  font-size: 20px;
}
.flexslider .flex-direction-nav {
  display: block;
}

/*********************
CONTACT PAGE STYLES
*********************/
.cb-contact-page .wpcf7-form-control.wpcf7-text, .cb-contact-page .wpcf7-form-control.wpcf7-textarea {
  width: 350px;
}

/*********************
REVIEW STYLES
*********************/
.cb-review-box-bottom {
  margin: 0 0 40px;
}
.cb-review-box-bottom ul li {
  font-size: 12px !important;
}
.cb-review-box-bottom .cb-good-summary, .cb-review-box-bottom .cb-bad-summary {
  width: 120px;
  margin-left: 30px;
}

/*********************
SEARCH BOX STYLE
*********************/
nav .cb-search .s {
  background: url(../images/search-40x40.png) 0 -5px no-repeat;
  height: 32px;
  padding: 0 0 0 40px;
}
nav .cb-search .s:focus, nav .cb-search .s:hover {
  width: 180px;
}

.s {
  width: 100%;
  padding: 15px;
}

/******************************************************************
FULL WIDTH PAGE STYLES
******************************************************************/
.cb-full-width {
  width: 700px !important;
}

/******************************************************************
RELATED POSTS STYLES
******************************************************************/
.cb-related-posts li {
  width: 220px;
  height: 125px;
}
.cb-related-posts li:hover h4 a {
  color: black;
  text-shadow: none;
  bottom: 50px;
}
.cb-related-posts li:hover .cb-shadow {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.cb-related-posts li:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.cb-related-posts li:hover .cb-excerpt {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.cb-related-posts li:hover .cb-byline {
  color: #2d2d2d;
}
.cb-related-posts li h4 a {
  bottom: 25px;
  padding: 5px 30px 5px 15px;
  font-size: 12px;
}
.cb-related-posts img, .cb-related-posts a, .cb-related-posts .cb-excerpt {
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  -transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cb-related-posts .no-1 {
  margin: 0 10px 10px 0;
}
.cb-related-posts .no-2 {
  margin: 0 0 10px 0;
}
.cb-related-posts .no-3 {
  margin: 0 10px 0 0;
}

.cb-previous-next-links .previous {
  min-height: 125px;
}
.cb-previous-next-links .next {
  min-height: 125px;
}
.cb-previous-next-links a {
  padding: 30px 50px 15px;
}

/*********************
SIDEBARS & ASIDES
*********************/
#cb-sidebar {
  margin: 0 30px 30px 30px;
  width: 220px;
}
#cb-sidebar h4 {
  font-size: 14px;
}
#cb-sidebar .cb-sidebar-widget-title {
  font-size: 18px;
}
#cb-sidebar .cb-sidebar-widget {
  margin-bottom: 30px;
}
#cb-sidebar .cb-top-reviews-widget li img {
  width: 50px;
  height: 50px;
}
#cb-sidebar .cb-top-reviews-widget li .cb-countdown {
  font-size: 16px;
  height: 25px;
  width: 15px;
}
#cb-sidebar .cb-top-reviews-widget li h4 {
  width: 150px;
  padding-right: 45px;
}
#cb-sidebar .cb-top-reviews-widget li .cb-byline {
  margin-left: 70px;
}
#cb-sidebar .cb-top-reviews-widget li .cb-score-box {
  width: 35px;
  height: 30px;
}
#cb-sidebar .cb-top-reviews-widget li .score {
  font-size: 12px;
  bottom: 5px;
}
#cb-sidebar .cb-top-reviews-widget li .cb-score-box-star {
  width: 35px;
  height: 30px;
}
#cb-sidebar .cb-top-reviews-widget li .cb-score-box-star .score-title {
  bottom: 5px;
}
#cb-sidebar .cb-social-media-widget {
  margin-left: 0px;
}
#cb-sidebar .cb-social-media-widget .facebook {
  background: url(../images/widget-social-sprite-small.png) -210px 0 no-repeat;
}
#cb-sidebar .cb-social-media-widget .twitter {
  background: url(../images/widget-social-sprite-small.png) -70px 0 no-repeat;
}
#cb-sidebar .cb-social-media-widget .pinterest {
  background: url(../images/widget-social-sprite-small.png) 0 0 no-repeat;
}
#cb-sidebar .cb-social-media-widget .youtube {
  background: url(../images/widget-social-sprite-small.png) -280px 0 no-repeat;
}
#cb-sidebar .cb-social-media-widget .rss {
  background: url(../images/widget-social-sprite-small.png) -140px 0 no-repeat;
}
#cb-sidebar .cb-social-media-widget .facebook:hover {
  background: url(../images/widget-social-sprite-small.png) -210px -70px no-repeat;
}
#cb-sidebar .cb-social-media-widget .twitter:hover {
  background: url(../images/widget-social-sprite-small.png) -70px -70px no-repeat;
}
#cb-sidebar .cb-social-media-widget .pinterest:hover {
  background: url(../images/widget-social-sprite-small.png) 0 -70px no-repeat;
}
#cb-sidebar .cb-social-media-widget .youtube:hover {
  background: url(../images/widget-social-sprite-small.png) -280px -70px no-repeat;
}
#cb-sidebar .cb-social-media-widget .rss:hover {
  background: url(../images/widget-social-sprite-small.png) -140px -70px no-repeat;
}
#cb-sidebar .cb-social-media-widget .cb-social-media-icon {
  height: 70px;
  width: 70px;
}
#cb-sidebar .cb-social-media-widget .icon-1, #cb-sidebar .cb-social-media-widget .icon-2, #cb-sidebar .cb-social-media-widget .icon-3 {
  margin-bottom: 5px;
}
#cb-sidebar .cb-social-media-widget .icon-1, #cb-sidebar .cb-social-media-widget .icon-2, #cb-sidebar .cb-social-media-widget .icon-4 {
  margin-right: 5px;
}
#cb-sidebar .cb-social-media-widget .icon-3 {
  margin-right: 0px;
}
#cb-sidebar .cb-social-media-widget .facebook, #cb-sidebar .cb-social-media-widget .youtube, #cb-sidebar .cb-social-media-widget .twitter, #cb-sidebar .cb-social-media-widget .pinterest, #cb-sidebar .cb-social-media-widget .rss {
  -webkit-transition: background-position 0.4s;
  -ms-transition: background-position 0.4s;
  -o-transition: background-position 0.4s;
  -transition: background-position 0.4s;
  transition: background-position 0.4s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#cb-sidebar .cb-tabs-widget .cb-onetab li a {
  width: 220px;
  font-size: 18px;
  padding: 3px 5px;
}
#cb-sidebar .cb-tabs-widget .cb-twotabs li a {
  width: 110px;
  font-size: 16px;
  padding: 3px 5px;
}
#cb-sidebar .cb-tabs-widget .cb-threetabs li a {
  width: 73px;
  font-size: 14px;
  padding: 3px;
}
#cb-sidebar .cb-tabs-widget .cb-fourtabs li a {
  width: 55px;
  font-size: 12px;
  padding: 5px 2px;
}
#cb-sidebar .ads-125-widget a {
  margin: 0 20px 20px 40px;
}
#cb-sidebar .latest-article-widget li .cb-thumbnail {
  width: 60px;
  height: 60px;
}
#cb-sidebar .latest-article-widget li .cb-score-box-star {
  width: 30px;
  height: 25px;
  border-bottom: 2px solid #fff;
}
#cb-sidebar .latest-article-widget li .cb-score-box-star .score {
  font-size: 12px;
  bottom: 2px;
}
#cb-sidebar .latest-article-widget li .cb-score-box {
  width: 30px;
  height: 25px;
  border-bottom: 2px solid #fff;
}
#cb-sidebar .latest-article-widget li .cb-score-box .score {
  font-size: 12px;
  bottom: 2px;
}
#cb-sidebar .latest-article-widget li .cb-score-box .score .h6 {
  font-size: 10px;
}
#cb-sidebar .latest-article-widget li h4 {
  margin: 0 0 10px 0;
  padding: 0 0 0 80px;
}
#cb-sidebar .latest-article-widget li .cb-byline {
  padding: 0 0 10px 80px;
}

.cb-roll {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.zoom {
  background: url(../images/format-zoom.png) no-repeat 50% 50%;
}

.widget_tag_cloud a {
  padding: 10px;
}

/*********************
TO TOP STYLE
*********************/
.cb-to-top {
  display: none;
  z-index: 150;
  cursor: pointer;
  position: fixed;
  background: #cc3939 url(../images/to-top-arrow.png) no-repeat 50% 50%;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

/******************************************************************
TOP REVIEWS TEMPLATE
******************************************************************/
.cb-top-reviews-page .cb-content {
  margin-bottom: 40px;
}
.cb-top-reviews-page .cb-one img, .cb-top-reviews-page .cb-one h2 a, .cb-top-reviews-page .cb-one .cb-countdown a, .cb-top-reviews-page .cb-one .cb-read-more {
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  -transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cb-top-reviews-page .cb-one:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.cb-top-reviews-page .cb-one .cb-mask {
  width: 450px;
  height: 250px;
}
.cb-top-reviews-page .cb-one .cb-mask .cb-score-box {
  height: 120px;
  width: 140px;
}
.cb-top-reviews-page .cb-one .cb-mask .score {
  font-size: 65px;
  bottom: 25px;
}
.cb-top-reviews-page .cb-one .cb-meta .cb-countdown {
  font-size: 100px;
  margin-right: 20px;
}
.cb-top-reviews-page .cb-others:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.cb-top-reviews-page .cb-others img, .cb-top-reviews-page .cb-others h2 a, .cb-top-reviews-page .cb-others .cb-countdown a, .cb-top-reviews-page .cb-others .cb-read-more {
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  -transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cb-top-reviews-page .cb-others .cb-mask {
  width: 180px;
  height: 140px;
}
.cb-top-reviews-page .cb-others .cb-mask .cb-score-box, .cb-top-reviews-page .cb-others .cb-mask .cb-score-box-star {
  position: absolute;
  border-bottom: 4px solid #fff;
  top: 0;
  left: 0;
  width: 90px;
  height: 80px;
}
.cb-top-reviews-page .cb-others .cb-mask .score {
  font-size: 40px;
  bottom: 17px;
}
.cb-top-reviews-page .cb-others .cb-mask .score-title {
  font-size: 13px;
  bottom: 7px;
}
.cb-top-reviews-page .cb-others .cb-mask .cb-score-box-star .score-title {
  font-size: 13px;
  bottom: 20px;
}
.cb-top-reviews-page .cb-others .cb-mask .cb-score-box-star .filling-star {
  background: url(../images/review-star-box-sprite90x90.png) no-repeat;
  height: 15px;
}
.cb-top-reviews-page .cb-others .cb-mask .cb-score-box-star .filling-bg {
  margin-left: 5px;
  background: url(../images/review-star-box-sprite90x90.png) no-repeat;
  background-position: 0 -15px;
  bottom: 7px;
  height: 15px;
}
.cb-top-reviews-page .cb-others .cb-meta {
  width: 270px;
  padding: 0 0 0 30px;
}
.cb-top-reviews-page .cb-others .cb-meta .cb-countdown {
  font-size: 30px;
  line-height: 1;
}
.cb-top-reviews-page .cb-others .cb-meta .cb-read-more {
  color: #acacac;
}
.cb-top-reviews-page .cb-others .cb-meta .cb-excerpt {
  font-size: 13px;
}
.cb-top-reviews-page .cb-others .cb-meta .cb-byline {
  margin: 0 0 10px 0;
}
.cb-top-reviews-page .cb-others .cb-meta .cb-byline a {
  color: #acacac;
}
.cb-top-reviews-page .cb-others .cb-meta h2 {
  margin: 0 0 10px 0;
}

/******************************************************************
AUTHOR PAGE STYLES
******************************************************************/
.cb-about-page li .cb-meta {
  width: 360px;
  padding-left: 30px;
}

.cb-author-page {
  margin-bottom: 30px;
}
.cb-author-page .cb-meta {
  width: 360px;
  padding-left: 30px;
}

/******************************************************************
BLOG STYLE A
******************************************************************/
.cb-blog-style-a {
  margin: 0 0 30px 0;
}
.cb-blog-style-a .cb-comments:hover {
  background: #2d2d2d;
}
.cb-blog-style-a .cb-comments:hover:after {
  border-color: #2d2d2d transparent;
}
.cb-blog-style-a .mask {
  height: 147px;
  width: 180px;
}
.cb-blog-style-a .cb-excerpt {
  margin: 0 0 10px 200px;
}

/******************************************************************
BLOG STYLE B
******************************************************************/
.cb-blog-style-b {
  margin: 0 30px 30px 0;
  width: 210px;
}
.cb-blog-style-b .mask {
  height: 120px;
}
.cb-blog-style-b .cb-comments:hover {
  background: #2d2d2d;
}
.cb-blog-style-b .cb-comments:hover:after {
  border-color: #2d2d2d transparent;
}

/******************************************************************
BLOG STYLE C
******************************************************************/
.cb-blog-style-c {
  margin: 0 40px 40px 0;
}
.cb-blog-style-c .cb-comments:hover {
  background: #2d2d2d;
}
.cb-blog-style-c .cb-comments:hover:after {
  border-color: #2d2d2d transparent;
}
.cb-blog-style-c .mask {
  height: 260px;
}

/******************************************************************
BLOG STYLE D
******************************************************************/
.cb-blog-style-d {
  margin: 0 30px 30px 0;
  width: 210px;
}
.cb-blog-style-d .cb-comments {
  top: 10px;
  right: 10px;
}
.cb-blog-style-d .cb-category {
  top: 5px;
  left: 10px;
}
.cb-blog-style-d .cb-mask {
  height: 120px;
}

/******************************************************************
MODULE STYLES
******************************************************************/
.cb-module-a .cb-comments:hover {
  background: #2d2d2d;
}
.cb-module-a .cb-comments:hover:after {
  border-color: #2d2d2d transparent;
}
.cb-module-a .cb-article-big {
  width: 210px;
  margin-right: 30px;
}
.cb-module-a .cb-article-small {
  width: 210px;
}
.cb-module-a .cb-article-small h3, .cb-module-a .cb-article-small p {
  padding-left: 70px;
}
.cb-module-a .cb-article-small .mask {
  width: 50px;
  height: 50px;
}

.cb-module-b {
  margin-bottom: 30px;
  width: 210px;
}
.cb-module-b .cb-comments:hover {
  background: #2d2d2d;
}
.cb-module-b .cb-comments:hover:after {
  border-color: #2d2d2d transparent;
}
.cb-module-b .cb-article-small h3, .cb-module-b .cb-article-small p {
  padding-left: 70px;
}
.cb-module-b .cb-article-small .mask {
  width: 50px;
  height: 50px;
}
.cb-module-b img, .cb-module-b h3 a {
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  -transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cb-module-c {
  width: 210px;
}
.cb-module-c .cb-article {
  width: 210px;
  height: 120px;
}

.cb-module-d {
  margin-bottom: 30px;
  width: 210px;
}
.cb-module-d .cb-comments:hover {
  background: #2d2d2d;
}
.cb-module-d .cb-comments:hover:after {
  border-color: #2d2d2d transparent;
}
.cb-module-d .text-article {
  margin-bottom: 5px;
}

.flexslider-e {
  margin-bottom: 40px;
}
.flexslider-e .flex-direction-nav .flex-prev {
  background-position: -100px 55px;
}
.flexslider-e .flex-direction-nav .flex-next {
  background-position: -73px 55px;
}
.flexslider-e h2 a {
  width: 175px;
  padding: 5px;
}
.flexslider-e .flex-direction-nav a {
  padding: 10px 15px;
  height: 128px;
}
.flexslider-e .slides > li {
  height: 128px;
}

.flexslider-g {
  margin-bottom: 40px;
}
.flexslider-g .flex-direction-nav .flex-next {
  background-position: -73px 80px;
}
.flexslider-g .flex-direction-nav .flex-prev {
  background-position: -99px 80px;
}
.flexslider-g h2 a {
  width: 110px;
  padding: 5px;
  font-size: 12px;
}
.flexslider-g .slides img {
  width: 170px;
}
.flexslider-g .flex-direction-nav a {
  height: 170px;
}
.flexslider-g .slides > li {
  height: 170px;
}

/*********************
REVIEW BOXES STYLES
*********************/
.cb-review-box-top {
  margin: 0 0 30px 0;
}
.cb-review-box-top .cb-scores {
  width: 150px;
}
.cb-review-box-top .pros-cons {
  margin: 0 0 20px 30px;
  width: 270px;
}
.cb-review-box-top .pros-cons ul {
  margin: 0;
  padding-bottom: 10px;
}
.cb-review-box-top .pros-cons ul li {
  margin-bottom: 5px;
}
.cb-review-box-top .cb-score-box-star {
  margin-bottom: 10px;
  float: left;
}
.cb-review-box-top li {
  font-size: 14px !important;
}
.cb-review-box-top .cb-score-box-star {
  width: 150px;
  height: 120px;
}
.cb-review-box-top .cb-score-box-star .score {
  font-size: 65px;
  bottom: 25px;
}
.cb-review-box-top .cb-score-box-star .filling-bg {
  bottom: 15px;
}

/*********************
FOOTER STYLES
*********************/
.cb-footer nav {
  right: 40px;
  bottom: 20px;
  position: absolute;
}
.cb-footer nav ul {
  margin: 0;
}
.cb-footer nav ul li a {
  margin: 0 0 0 20px;
}
.cb-footer .cb-footer-lower {
  padding: 20px 40px 40px 40px;
}
.cb-footer .cb-top-reviews-widget li h4 {
  width: 80px;
}
.cb-footer .cb-footer-widget {
  float: left;
  width: 22%;
  margin-left: 4%;
}
.cb-footer .first {
  margin-left: 0;
}
.cb-footer .logo {
  float: left;
  margin-bottom: 0px;
}
.cb-footer .cb-copyright {
  left: 40px;
  bottom: 20px;
  position: absolute;
}
.cb-footer .cb-social-media {
  margin: 10px 0 20px 0;
  height: 30px;
}
.cb-footer .cb-social-media a {
  float: right;
  margin: 0 0 0 20px;
  -webkit-transition: bottom 0.25s;
  -ms-transition: bottom 0.25s;
  -o-transition: bottom 0.25s;
  -transition: bottom 0.25s;
  transition: bottom 0.25s;
  position: relative;
}
.cb-footer .cb-social-media a:hover {
  bottom: 3px;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1 {
  font-size: 38px;
  margin: 0 0 20px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 12px;
}

/*********************
NAVIGATION STYLES
*********************/
.main-nav {
  margin: 0 40px;
}
.main-nav li a {
  padding: 6px 18px;
  font-size: 16px;
}
.main-nav li .with-arrows {
  padding: 6px 30px 6px 15px;
}
.main-nav li .arrows {
  top: 15px;
}

/*********************
GENERAL STYLES
*********************/
.gallery .cb-gallery-item {
  margin: 0 0 6px 12px;
  width: 141px;
}

/* end .gallery */
.cb-breaking-news {
  width: 425px;
}
.cb-breaking-news ul li {
  width: 350px;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 1020px;
}

.entry-content {
  margin-bottom: 60px;
}

#cb-inner-header {
  padding: 10px 40px;
}

.spacer-left {
  margin-left: 40px;
}

#main {
  width: 600px;
  margin-left: 39px;
}

#main-full-width {
  width: 940px;
  margin-left: 39px;
}
#main-full-width .cb-blog-style-b {
  margin: 0 40px 40px 0;
  width: 285px;
}
#main-full-width .cb-blog-style-b .mask {
  width: 285px;
  height: 163px;
}
#main-full-width .cb-blog-style-b.right-half {
  margin: 0 0 40px 0;
}

#cb-content {
  padding-top: 40px;
}

.article-header.full-width {
  margin: 0 40px 40px;
}

.cb-grid-4, .cb-grid-5, .cb-grid-6, .cb-grid-7 {
  margin: -40px 40px 40px 40px;
}
.cb-grid-4 .feature, .cb-grid-5 .feature, .cb-grid-6 .feature, .cb-grid-7 .feature {
  height: 255px;
}
.cb-grid-4 .cb-byline, .cb-grid-5 .cb-byline, .cb-grid-6 .cb-byline, .cb-grid-7 .cb-byline {
  bottom: 20px;
  left: 20px;
}
.cb-grid-4 .cb-excerpt, .cb-grid-5 .cb-excerpt, .cb-grid-6 .cb-excerpt, .cb-grid-7 .cb-excerpt {
  bottom: 40px;
  padding: 5px 20px;
  font-size: 14px;
}
.cb-grid-4 h2 a, .cb-grid-5 h2 a, .cb-grid-6 h2 a, .cb-grid-7 h2 a {
  bottom: 40px;
  padding: 5px 20px;
}
.cb-grid-4 .big-article h2 a, .cb-grid-5 .big-article h2 a, .cb-grid-6 .big-article h2 a, .cb-grid-7 .big-article h2 a {
  font-size: 30px;
}
.cb-grid-4 .big-article .cb-excerpt, .cb-grid-5 .big-article .cb-excerpt, .cb-grid-6 .big-article .cb-excerpt, .cb-grid-7 .big-article .cb-excerpt {
  bottom: 50px;
}
.cb-grid-4 .big-article:hover h2 a, .cb-grid-5 .big-article:hover h2 a, .cb-grid-6 .big-article:hover h2 a, .cb-grid-7 .big-article:hover h2 a {
  bottom: 100px;
}
.cb-grid-4 .small-article h2 a, .cb-grid-5 .small-article h2 a, .cb-grid-6 .small-article h2 a, .cb-grid-7 .small-article h2 a {
  font-size: 16px;
  padding: 3px 20px;
}
.cb-grid-4 .small-article img, .cb-grid-5 .small-article img, .cb-grid-6 .small-article img, .cb-grid-7 .small-article img {
  top: -35px;
}
.cb-grid-4 .square-article h2 a, .cb-grid-5 .square-article h2 a, .cb-grid-6 .square-article h2 a, .cb-grid-7 .square-article h2 a {
  font-size: 20px;
  padding: 3px 20px;
}
.cb-grid-4 .square-article:hover h2 a, .cb-grid-5 .square-article:hover h2 a, .cb-grid-6 .square-article:hover h2 a, .cb-grid-7 .square-article:hover h2 a {
  bottom: 100px;
}

.cb-grid-4 .no-1 {
  width: 600px;
}
.cb-grid-4 .no-2 {
  width: 333px;
}
.cb-grid-4 .no-3 {
  width: 333px;
}
.cb-grid-4 .no-4 {
  width: 600px;
}

.cb-grid-5 .no-1 {
  width: 600px;
}
.cb-grid-5 .no-2 {
  width: 333px;
}
.cb-grid-5 .no-3 {
  width: 297px;
}
.cb-grid-5 .no-4 {
  width: 298px;
}
.cb-grid-5 .no-5 {
  width: 333px;
}

.cb-grid-6 .no-1 {
  width: 600px;
}
.cb-grid-6 .no-2 {
  width: 333px;
}
.cb-grid-6 .no-3 {
  width: 300px;
}
.cb-grid-6 .no-4 {
  width: 295px;
}
.cb-grid-6 .no-5 {
  width: 333px;
  height: 125px;
}
.cb-grid-6 .no-6 {
  width: 333px;
  height: 125px;
}

.cb-grid-7 .no-1 {
  width: 600px;
}
.cb-grid-7 .no-2 {
  width: 333px;
}
.cb-grid-7 .no-3 {
  width: 300px;
  height: 125px;
}
.cb-grid-7 .no-4 {
  width: 300px;
  height: 125px;
}
.cb-grid-7 .no-5 {
  width: 295px;
}
.cb-grid-7 .no-6 {
  width: 333px;
  height: 125px;
}
.cb-grid-7 .no-7 {
  width: 333px;
  height: 125px;
}
.cb-grid-7 .cb-double-post {
  width: 300px;
  height: 255px;
}

.flexslider-full {
  width: 938px;
  margin: -40px auto 40px 40px;
}
.flexslider-full h2 a {
  padding: 10px 30px;
  bottom: 90px;
  font-size: 24px;
}
.flexslider-full .cb-excerpt {
  padding: 10px 30px;
  bottom: 46px;
  font-size: 16px;
}
.flexslider-full .slides > li {
  height: 460px;
}
.flexslider-full .flex-direction-nav .flex-prev {
  background-position: 10px 15px;
}
.flexslider-full .flex-direction-nav .flex-next {
  background-position: 10px -85px;
}
.flexslider-full .flex-direction-nav a {
  width: 50px;
  height: 55px;
  background: black url(../images/bg_direction_nav_big.png) no-repeat 0 0;
  padding: 40px 30px;
}

.flexslider {
  margin: 0 0 40px 0;
}
.flexslider .cb-excerpt {
  padding: 10px 20px;
  bottom: 15px;
  font-size: 14px;
}
.flexslider h2 a {
  max-width: 560px;
  padding: 10px 20px;
  bottom: 56px;
}

/******************************************************************
BLOG STYLE A
******************************************************************/
.cb-blog-style-a {
  margin: 0 0 40px 0;
}
.cb-blog-style-a .mask {
  height: 180px;
  width: 220px;
}
.cb-blog-style-a .cb-excerpt {
  margin: 0 0 10px 240px;
}

/******************************************************************
BLOG STYLE B
******************************************************************/
.cb-blog-style-b {
  margin: 0 40px 40px 0;
  width: 280px;
}
.cb-blog-style-b .mask {
  height: 160px;
}

/******************************************************************
BLOG STYLE C
******************************************************************/
.cb-blog-style-c {
  margin: 0 40px 40px 0;
}
.cb-blog-style-c .mask {
  height: 350px;
}

/******************************************************************
BLOG STYLE D
******************************************************************/
.cb-blog-style-d {
  margin: 0 40px 40px 0;
  width: 280px;
}
.cb-blog-style-d .cb-comments {
  top: 10px;
  right: 10px;
}
.cb-blog-style-d .cb-category {
  top: 5px;
  left: 10px;
}
.cb-blog-style-d .cb-mask {
  height: 160px;
}

/*********************
MODULE STYLES
*********************/
.cb-module-a {
  margin-bottom: 20px;
}
.cb-module-a .cb-article-big {
  width: 280px;
  margin-right: 40px;
}
.cb-module-a .cb-article-small {
  width: 280px;
}
.cb-module-a .cb-article-small h3, .cb-module-a .cb-article-small p {
  padding-left: 80px;
}
.cb-module-a .cb-article-small .mask {
  width: 60px;
  height: 60px;
}

.cb-module-b {
  margin-bottom: 20px;
  width: 280px;
}
.cb-module-b .cb-article-small h3, .cb-module-b .cb-article-small p {
  padding-left: 80px;
}
.cb-module-b .cb-article-small .mask {
  width: 60px;
  height: 60px;
}

.cb-module-c {
  width: 280px;
}
.cb-module-c .cb-article {
  margin-bottom: 40px;
  width: 280px;
  height: 160px;
}

.cb-module-d {
  margin-bottom: 40px;
  width: 280px;
}

.flexslider-e {
  margin-bottom: 40px;
}
.flexslider-e .cb-category {
  left: 10px;
  top: 5px;
}
.flexslider-e .cb-comments {
  right: 10px;
  top: 10px;
}
.flexslider-e .flex-direction-nav .flex-prev {
  background-position: -99px 80px;
}
.flexslider-e .flex-direction-nav .flex-next {
  background-position: -73px 80px;
}
.flexslider-e h2 a {
  width: 250px;
  padding: 5px 10px;
  font-size: 14px;
}
.flexslider-e .flex-direction-nav a {
  padding: 10px 15px;
  height: 174px;
}
.flexslider-e .slides > li {
  height: 174px;
}

.flexslider-g {
  margin-bottom: 50px;
}
.flexslider-g .flex-direction-nav .flex-next {
  background-position: -73px 90px;
}
.flexslider-g .flex-direction-nav .flex-prev {
  background-position: -99px 90px;
}
.flexslider-g h2 a {
  width: 160px;
  padding: 5px 10px;
}
.flexslider-g .slides img {
  width: 200px;
}
.flexslider-g .flex-direction-nav a {
  height: 200px;
}
.flexslider-g .slides > li {
  height: 200px;
}

/******************************************************************
TOP REVIEWS TEMPLATE
******************************************************************/
.cb-top-reviews-page .cb-content {
  margin-bottom: 40px;
}
.cb-top-reviews-page .cb-one .cb-mask {
  width: 600px;
  height: 350px;
}
.cb-top-reviews-page .cb-one .cb-mask .cb-score-box {
  height: 140px;
  width: 170px;
}
.cb-top-reviews-page .cb-one .cb-mask .score {
  font-size: 85px;
  bottom: 20px;
}
.cb-top-reviews-page .cb-one .cb-mask .score-title {
  font-size: 18px;
  bottom: 10px;
}
.cb-top-reviews-page .cb-one .cb-mask .cb-score-box-star {
  width: 170px;
  height: 140px;
}
.cb-top-reviews-page .cb-one .cb-mask .cb-score-box-star .score {
  bottom: 20px;
}
.cb-top-reviews-page .cb-one .cb-mask .cb-score-box-star .filling-bg {
  margin-left: 18px;
}
.cb-top-reviews-page .cb-one .cb-meta .cb-countdown {
  font-size: 150px;
  margin-right: 20px;
  line-height: 1;
}
.cb-top-reviews-page .cb-others {
  margin-bottom: 40px;
}
.cb-top-reviews-page .cb-others .cb-mask {
  width: 220px;
  height: 180px;
}
.cb-top-reviews-page .cb-others .cb-meta {
  width: 380px;
  padding: 0 0 0 40px;
}

/******************************************************************
AUTHOR PAGE STYLES
******************************************************************/
.cb-about-page li {
  margin-bottom: 40px;
}
.cb-about-page li .cb-mask img {
  width: 120px;
  height: 120px;
}
.cb-about-page li .cb-meta {
  width: 480px;
  padding-left: 40px;
}

.cb-author-page {
  margin-bottom: 40px;
}
.cb-author-page .cb-mask img {
  width: 100px;
  height: 100px;
}
.cb-author-page .cb-meta {
  width: 500px;
  padding-left: 40px;
}

/*********************
REVIEW STYLES
*********************/
.cb-review-box-bottom ul li {
  font-size: 14px !important;
}
.cb-review-box-bottom .cb-good-summary, .cb-review-box-bottom .cb-bad-summary {
  width: 170px;
  margin-left: 40px;
}

.cb-review-box-top.sixcol {
  width: 48.618784527%;
}

.cb-review-box-top {
  margin: 0 20px 20px 0;
}
.cb-review-box-top .cb-scores {
  width: 150px;
  margin-left: 0;
}
.cb-review-box-top h3 {
  font-size: 13px;
}
.cb-review-box-top .pros-cons {
  margin: 0 0 20px 20px;
  width: 120px;
}
.cb-review-box-top .pros-cons ul li {
  margin-bottom: 2px;
}
.cb-review-box-top .pros-cons .pros, .cb-review-box-top .pros-cons .cons {
  float: none;
  width: 100%;
}
.cb-review-box-top .pros-cons .pros {
  margin-right: 0;
}
.cb-review-box-top .cb-score-box-star {
  margin-bottom: 10px;
  float: left;
}
.cb-review-box-top li {
  font-size: 11px !important;
}
.cb-review-box-top .cb-score-box-star {
  width: 150px;
  height: 120px;
}
.cb-review-box-top .cb-score-box-star .score {
  font-size: 65px;
  bottom: 25px;
}
.cb-review-box-top .cb-score-box-star .filling-bg {
  bottom: 15px;
}

.normal-bar .bg {
  width: 120px;
}

.star-bar .title, .normal-bar .title {
  font-size: 14px;
}

/*********************
SEARCH BOX STYLE
*********************/
nav .cb-search .s {
  background: url(../images/search-40x40.png) 0 0 no-repeat;
  height: 36px;
  padding: 0 0 0 40px;
}
nav .cb-search .s:focus, nav .cb-search .s:hover {
  width: 180px;
}

.s {
  width: 100%;
  padding: 15px;
}

/******************************************************************
FULL WIDTH PAGE STYLES
******************************************************************/
.cb-full-width {
  width: 940px !important;
}

/******************************************************************
RELATED POSTS STYLES
******************************************************************/
.cb-related-posts li {
  width: 280px;
  height: 160px;
}
.cb-related-posts li h4 a {
  padding: 5px 30px 5px 15px;
  font-size: 14px;
}
.cb-related-posts .no-1 {
  margin: 0 20px 20px 0;
}
.cb-related-posts .no-2 {
  margin: 0 0 20px 0;
}
.cb-related-posts .no-3 {
  margin: 0 20px 0 0;
}

/*********************
SIDEBARS & ASIDES
*********************/
#cb-sidebar {
  margin: 0 39px 40px 40px;
  width: 300px;
}
#cb-sidebar .cb-sidebar-widget-title {
  font-size: 20px;
}
#cb-sidebar .cb-top-reviews-widget li img {
  width: 60px;
  height: 60px;
}
#cb-sidebar .cb-top-reviews-widget li .cb-countdown {
  font-size: 18px;
  height: 30px;
  width: 20px;
  padding-left: 4px;
}
#cb-sidebar .cb-top-reviews-widget li h4 {
  width: 220px;
  padding-right: 50px;
}
#cb-sidebar .cb-top-reviews-widget li .cb-byline {
  margin: 0 0 0 80px;
}
#cb-sidebar .cb-top-reviews-widget li .cb-score-box {
  width: 35px;
  height: 30px;
}
#cb-sidebar .cb-top-reviews-widget li .score {
  font-size: 12px;
  bottom: 5px;
}
#cb-sidebar .cb-top-reviews-widget li .cb-score-box-star {
  width: 35px;
  height: 30px;
}
#cb-sidebar .cb-top-reviews-widget li .cb-score-box-star .score-title {
  bottom: 5px;
}
#cb-sidebar .cb-tabs-widget .cb-onetab li a {
  width: 300px;
  font-size: 18px;
  padding: 5px 10px;
}
#cb-sidebar .cb-tabs-widget .cb-twotabs li a {
  width: 150px;
  font-size: 18px;
  padding: 5px 10px;
}
#cb-sidebar .cb-tabs-widget .cb-threetabs li a {
  width: 100px;
  font-size: 18px;
  padding: 5px;
}
#cb-sidebar .cb-tabs-widget .cb-fourtabs li a {
  width: 75px;
  font-size: 14px;
  padding: 5px 2px;
}
#cb-sidebar .ads-125-widget a {
  margin: 0 20px 20px 0px;
}
#cb-sidebar .cb-sidebar-widget {
  margin-bottom: 40px;
}
#cb-sidebar .cb-social-media-widget .facebook {
  background: url(../images/widget-social-sprite.png) -285px 0 no-repeat;
}
#cb-sidebar .cb-social-media-widget .twitter {
  background: url(../images/widget-social-sprite.png) -95px 0 no-repeat;
}
#cb-sidebar .cb-social-media-widget .pinterest {
  background: url(../images/widget-social-sprite.png) 0 0 no-repeat;
}
#cb-sidebar .cb-social-media-widget .youtube {
  background: url(../images/widget-social-sprite.png) -380px 0 no-repeat;
}
#cb-sidebar .cb-social-media-widget .rss {
  background: url(../images/widget-social-sprite.png) -190px 0 no-repeat;
}
#cb-sidebar .cb-social-media-widget .facebook:hover {
  background: url(../images/widget-social-sprite.png) -285px -95px no-repeat;
}
#cb-sidebar .cb-social-media-widget .twitter:hover {
  background: url(../images/widget-social-sprite.png) -95px -95px no-repeat;
}
#cb-sidebar .cb-social-media-widget .pinterest:hover {
  background: url(../images/widget-social-sprite.png) 0 -95px no-repeat;
}
#cb-sidebar .cb-social-media-widget .youtube:hover {
  background: url(../images/widget-social-sprite.png) -380px -95px no-repeat;
}
#cb-sidebar .cb-social-media-widget .rss:hover {
  background: url(../images/widget-social-sprite.png) -190px -95px no-repeat;
}
#cb-sidebar .cb-social-media-widget .cb-social-media-icon {
  height: 95px;
  width: 95px;
}
#cb-sidebar .cb-social-media-widget .icon-4, #cb-sidebar .cb-social-media-widget .icon-5 {
  margin-top: 7px;
}
#cb-sidebar .cb-social-media-widget .icon-1, #cb-sidebar .cb-social-media-widget .icon-2, #cb-sidebar .cb-social-media-widget .icon-4 {
  margin-right: 7px;
}
#cb-sidebar .latest-article-widget li .cb-thumbnail {
  width: 60px;
  height: 60px;
}
#cb-sidebar .latest-article-widget li h4 {
  margin: 0 0 10px 0;
  padding: 0 0 0 80px;
}
#cb-sidebar .latest-article-widget li .cb-byline {
  padding: 0 0 10px 80px;
}

.widget_tag_cloud a {
  padding: 14px;
}

.cb-footer .cb-top-reviews-widget li h4 {
  width: 135px;
  font-size: 12px;
}

/*********************
FOOTER STYLES
*********************/
.cb-footer .latest-article-widget li h4 {
  font-size: 14px;
}

.article-header.cover-image .wrap h1 {
  filter: progid:DXImageTransform.Microsoft.Chroma(Color=#cccccc) progid:DXImageTransform.Microsoft.Glow(Strength=1, Color=#555555);
}

.article-header.cover-image .wrap .cb-byline {
  zoom: 1;
  background-color: #cccccc;
  filter: progid:DXImageTransform.Microsoft.Chroma(Color=#cccccc) progid:DXImageTransform.Microsoft.Glow(Strength=1, Color=#555555);
}

.lt-ie9 .feature h2 a {
  filter: glow(color=black, strength=5), alpha(opacity=70);
}
.lt-ie9 .feature:hover h2 a {
  filter: none;
}
.lt-ie9 .flexslider-e img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}
.lt-ie9 img {
  width: inherit;
}
.lt-ie9 nav .cb-search #s {
  font-size: 28px;
  color: #d7d7d7;
}

.lt-ie8 .cb-related-posts li {
  display: inline;
}
.lt-ie8 .cb-grid-4 .square-article h2 a, .lt-ie8 .cb-grid-5 .square-article h2 a, .lt-ie8 .cb-grid-6 .square-article h2 a, .lt-ie8 .cb-grid-7 .square-article h2 a {
  width: 85%;
}
.lt-ie8 #cb-inner-header {
  padding: 10px 0;
}
.lt-ie8 #logo {
  margin-left: 40px;
}
.lt-ie8 .cb-banner468 {
  margin-right: 40px;
}
.lt-ie8 .cb-banner728 {
  margin-right: 40px;
}
.lt-ie8 .flex-direction-nav {
  display: none;
}
.lt-ie8 .flexslider-g {
  width: 540px;
}
.lt-ie8 .cb-footer-lower nav ul li {
  float: right;
}
.lt-ie8 .cb-blog-style-d .cb-meta {
  bottom: -150%;
}
.lt-ie8 .cb-top-reviews-page .cb-others .cb-meta {
  width: 340px;
}
.lt-ie8 .cb-about-page li .cb-meta {
  width: 420px;
}
.lt-ie8 .cb-author-page .cb-meta {
  width: 420px;
}
.lt-ie8 .cb-previous-next-links .previous .arrows, .lt-ie8 .cb-previous-next-links .next .arrows {
  height: 24px;
}
.lt-ie8 .cb-previous-next-links .next {
  width: 49%;
}
.lt-ie8 .tabs li, .lt-ie8 .tabbernav li {
  float: left;
}
.lt-ie8 .button-square, .lt-ie8 .button-square:visited, .lt-ie8 .wpcf7-submit, .lt-ie8 .respond-form .button {
  display: inline;
}
.lt-ie8 .cb-review-box-top .pros-cons {
  padding-left: 20px;
}
.lt-ie8 #cb-main-menu {
  width: 1022px;
}
.lt-ie8 .small-featured.article-header .cb-byline, .lt-ie8 .small-featured.article-header .cb-comments {
  display: inline;
  float: none;
  position: relative;
  top: 0;
  zoom: 1;
}
.lt-ie8 .small-featured.article-header .cb-comments {
  top: -20px;
  left: 20px;
}
.lt-ie8 #cb-sidebar .cb-tabs-widget .cb-onetab li a {
  width: 280px;
  font-size: 22px;
  padding: 5px 10px;
}
.lt-ie8 #cb-sidebar .cb-tabs-widget .cb-twotabs li a {
  width: 130px;
  font-size: 22px;
  padding: 5px 10px;
}
.lt-ie8 #cb-sidebar .cb-tabs-widget .cb-threetabs li a {
  width: 90px;
  font-size: 18px;
  padding: 5px;
}
.lt-ie8 #cb-sidebar .cb-tabs-widget .cb-fourtabs li a {
  width: 70px;
  font-size: 14px;
  padding: 5px 2px;
}
.lt-ie8 #cb-sidebar .cb-top-reviews-widget li h4 {
  width: 150px;
}
