@charset "CP850";




article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

@font-face {
    font-family: 'Mubashier';
    src: url('fonts/font.eot');
    src: local('â˜º'),  url('fonts/font.ttf') format('truetype'), url('fonts/font.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
  font-family: 'Mubashier';
  font-size: 12px;
}


body {
  margin: 0;

}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1{font-size:2em;margin:0 0 0.67em 0;}
h2{font-size:1.5em;margin:0 0 0.83em 0;}
h3{font-size:1.17em;margin:0 0 1em 0;}
h4{font-size:1em;margin:0 0 1.33em 0;}
h5{font-size:0.83em;margin:0 0 1.67em 0;}
h6{font-size:0.75em;margin:0 0 2.33em 0;}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 20px 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

b, strong, .strong {
  font-weight: bold;
}

dfn, em, .em {
  font-style: italic;
}

small, .small {
  font-size: 75%;
}

ul, ol {
  padding: 0;
  list-style-type: none;
}

button {
  padding: 0;
}

dd {
  margin: 0;
}


.highlight{color: #fff;padding: 0 5px;}

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/*********************
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{margin: 0 0 20px 0;padding: 0;}
.tabs li {display: inline-block;position: relative;}
.tabs li a {
  display: block;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  color: #2d2d2d;
  padding: 5px;
  font-size: 15px;
}

.tabs li.active a {
  color: white;
}

.tab-content {
    margin-bottom: 20px;
}

.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;
}

/*********************
GENERAL STYLES
*********************/
body {
  font-size: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  color: #565656;
  direction: rtl;
  background-color: #151515;
}



.search-no-results h1 {
  margin: 0 0 20px 0;
}
.search-no-results h2 {
  color: #acacac;
  font-size: 26px;
}
.search-no-results .entry-content p {
  color: #acacac;
  font-size: 20px;
  font-style: italic;
}

.cb-search-term {
  font-style: italic;
}

.single .gallery {
  margin-bottom: 20px;
}

#iframe_container{width:100%;}

.header-info{
    position:relative;
    font: 12px tahoma; 
    color: #000;
    font-weight: bold;
}

.header-info-container{
    background: #fff;
    width: 1020px;
    margin: 0 auto;
    padding: 3px 40px;
}

.pull-left{
    float: left;
}

.pull-right{
    float: right;
}

p {
  font-size: 14px;
}

/*********************
LAYOUT STYLES
*********************/
.wrap {
  margin: 0 auto;
  background: white;
  width: 322px;
}

#main {
  width: 280px;
  margin-right: 15px;
  float: right;
  margin-bottom: 20px;
}

#main-full-width {
  width: 292px;
  margin-left: 19px;
  float: left;
  margin-bottom: 20px;
}
#main-full-width .cb-related-posts li {
  width: 300px;
  height: 170px;
}
#main-full-width .cb-related-posts .no-1 {
  margin: 0 0 20px 20px;
}
#main-full-width .cb-related-posts .no-2 {
  margin: 0 0 20px 20px;
}
#main-full-width .cb-related-posts .no-3 {
  margin: 0 0 20px 0;
}
#main-full-width .cb-review-box-top.sixcol {
  width: 100%;
}

.entry-content ul {
  list-style-type: circle;
  list-style-position: inside;
  font-size: 14px;
}
.entry-content ul li ol, .entry-content ul li ul {
  margin-left: 20px;
}
.entry-content ol {
  list-style-type: decimal;
  list-style-position: inside;
  font-size: 14px;
}
.entry-content ol li ol, .entry-content ol li ul {
  margin-left: 20px;
}
.entry-content .tabs li, .entry-content .flex-direction-nav li {
  list-style-type: none;
}

.entry-content p {
    line-height: 1.9;
    padding: 0;
    margin: 0 0 5px 0;
}

.entry-content p br {
    margin-bottom: 10px;
}

.entry-content-ad{
    text-align: center;
}
.entry-content-ad iframe{margin: 0 auto;}
#cb-inner-header {
  padding: 10px;
}

#cb-top-menu {
  padding: 5px 0;
  background-color: #f2f2f2;
  font-size: 12px;
}

.cb-breaking-news {
  margin: 0 10px 0 0;
  width: 280px;
  float: right;
}
.cb-breaking-news span {
  margin: 0px 0 0 10px;
  color: #acacac;
  float: right;
}
.cb-breaking-news ul {
  height: 20px;
  display: block;
  overflow: hidden;
  margin: 0;
}
.cb-breaking-news ul li {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 170px;
  font-size: 13px;
}
.cb-breaking-news ul li a {
  color: #acacac;
}

#cb-content {
  padding-top: 40px;
}

.cb-cat {
  margin: 0 0 0 3px;
}

.article-header.small-featured .cb-byline {
  display: inline-block;
}
.article-header.small-featured .cb-comments {
  display: inline-block;
  float: left;
  margin-left: 10px;
}
.article-header.small-featured .cb-cat a, .article-header.small-featured .author a {
  padding: 1px 4px;
  margin: 5px 0 10px 2px;
  background-color: #e9e9e9;
  color: #999;
}

.article-header.full-width {
  position: relative;
  margin: 0 20px 40px;
}
.article-header.full-width .backstretch span {
  display: none;
}
.article-header.full-width .cb-byline {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 5;
  margin: 0;
  padding: 5px 10px;
  color: white;
  background: url(images/black-50-1x1.png);
  background: rgba(0, 0, 0, 0.85);
  font-size: 12px;
}
.article-header.full-width .cb-byline a {
  color: #e9e9e9;
}
.article-header.full-width .cb-byline a:hover {
  color: #acacac;
}
.article-header.full-width .cb-comments {
  z-index: 5;
  left: 10px;
  position: absolute;
  bottom: 45px;
  top: auto;
}
.article-header.full-width h1 {
  color: #fff;
  position: absolute;
  padding: 5px 10px;
  top: 20px;
  background: url(images/black-50-1x1.png);
  background: rgba(0, 0, 0, 0.85);
  z-index: 5;
  max-width: 90%;
}

.article-header.cover-image {
  position: relative;
  margin: 0;
  background: white;
}
.article-header.cover-image .wrap {
  position: relative;
  z-index: 7;
}
.article-header.cover-image .wrap .cb-comments {
  z-index: 5;
  left: 0;
  position: absolute;
  top: 305px;
}
.article-header.cover-image .wrap .cb-byline {
  position: absolute;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  top: 300px;
  left: 0;
  z-index: 5;
  margin: 0;
  padding: 5px 10px;
  color: white;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  -moz-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  -ms-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  -o-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Chroma(Color=#cccccc) progid:DXImageTransform.Microsoft.Glow(Strength=1, Color=#555555);
}
.article-header.cover-image .wrap .cb-byline a {
  color: white;
}
.article-header.cover-image .wrap .cb-byline a:hover {
  color: #acacac;
}
.article-header.cover-image .wrap h1 {
  font-size: 26px;
  color: #fff;
  position: absolute;
  top: 40px;
  z-index: 5;
  width: 95%;
  text-align: center;
  padding: 5px 20px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  -moz-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  -ms-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  -o-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  font-weight: 700;
  text-transform: uppercase;
  filter: progid:DXImageTransform.Microsoft.Chroma(Color=#cccccc) progid:DXImageTransform.Microsoft.Glow(Strength=1, Color=#555555);
}
.article-header.cover-image .cb-cover {
  height: 350px;
}

.backstretch span {
  display: block;
  top: 0;
  left: 0;
  background: url(images/bg-overlay.png);
  height: 100%;
}

#cb-container .backstretch span {
  display: none;
  height: 0px;
}

.left-sidebar {
  float: right !important;
  margin: 0 39px 0 0 !important;
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cb-audio-frame {
  margin-bottom: 20px;
}

/*********************
NAVIGATION STYLES
*********************/
#cb-top-menu {
  padding: 5px 0;
  background-color: #f2f2f2;
  font-size: 13px;
}
#cb-top-menu #cb-top-menu-mob {
  float: left;
  width: 100%;
}
#cb-top-menu #cb-top-menu-mob .cb-top-nav {
  display: none;
  margin: 10px 0;
  text-align: center;
}
#cb-top-menu #cb-top-menu-mob .cb-top-nav a {
  color: #555555;
}

#cb-main-menu-mob {
  padding: 5px 10px;
  background-color: #f2f2f2;
}
#cb-main-menu-mob .main-nav .current-menu-item, #cb-main-menu-mob .main-nav .current-post-parent, #cb-main-menu-mob .main-nav .current-menu-parent, #cb-main-menu-mob .main-nav .current_page_item, #cb-main-menu-mob .main-nav .current-page-ancestor, #cb-main-menu-mob .main-nav .current-category-ancestor {
  background-color: #f2f2f2 !important;
}
#cb-main-menu-mob .cb-main-menu {
  border-right: none;
  border-left: none;
}
#cb-main-menu-mob ul {
  visibility: visible !important;
}
#cb-main-menu-mob ul li {
  margin-top: 2px;
}
#cb-main-menu-mob ul a {
  color: #555555;
}
#cb-main-menu-mob ul .sub-menu {
  margin: 0 20px 0 0;
}

#cb-top-menu-nav, #cb-main-menu, #cb-main-menu-mob ul, nav .cb-search {
  display: none;
}

#cb-top-menu-nav {
  margin-right: 10px;
}

#cb-mob-dropdown-top, #cb-mob-dropdown-main {
  height: 20px;
  width: 20px;
  background: url(images/mob-dropdown.png);
  float: left;
  margin: 0 0 0 10px;
}
#cb-mob-dropdown-top:hover, #cb-mob-dropdown-main:hover {
  cursor: pointer;
}

#cb-mob-dropdown-main {
  margin-left: 145px;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  text-decoration: none;
  color: #e84f4f;
  /* mobile tap color */
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  text-rendering: optimizelegibility;
  font-weight: 400;
  font-family: 'Mubashier';
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 20px;
  margin: 0 0 10px;
}

h2, .h2 {
  font-size: 18px;
}

h3, .h3 {
  font-size: 16px;
}

h4, .h4 {
  font-size: 14px;
}

h5, .h5 {
  font-size: 12px;
}

h6, .h6 {
  font-size: 11px;
}



/*********************
NAVIGATION STYLES
*********************/
.nav li a {
  display: block;
  text-decoration: none;
}

/*********************
POSTS & CONTENT STYLES
*********************/
.cb-cover {
  z-index: 0;
  width: 100%;
  height: 300px;
}

.cb-single-title {
  margin: 0;
}

.archive-title {
  margin: 0 0 20px 0;
}

.cb-featured-image {
  margin-bottom: 20px;
  text-align: center;
}

.cb-byline {
  color: #999;
  margin: 0 0 20px 0;
  font-size: 11px;
}

.entry-content {
    font: 12px tahoma;
}
.entry-content blockquote {
  width: 80%;
  margin: 0 15% 0 5%;
}
.entry-content blockquote cite {
  font-size: 14px;
  color: #acacac;
  display: block;
  margin-top: 10px;
}
.entry-content blockquote p {
  font-size: 16px;
  font-style: italic;
  color: #777;
  border-left: 3px solid #e9e9e9;
  padding-left: 20px;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #e9e9e9;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  background: #e9e9e9;
  max-width: 100%;
}
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  padding: 0px 0 5px;
  text-align: center;
}

/* end .wp-caption */
.gallery {
  margin-bottom: 40px;
}
.gallery .wp-caption-text {
  display: none;
}
.gallery .first {
  margin-left: 0 !important;
}
.gallery .cb-gallery-item {
  margin: 0 0 0 5px;
  float: left;
  width: 66px;
  background: none;
}
.gallery dl dt {
  max-width: 100%;
}

/* end .gallery */
/* gallery caption styles */
.gallery-caption {
  color: #888;
  font-size: 12px;
}

.page-404 {
  color: #acacac;
  font-size: 26px;
  margin: 0;
}

.cloud-404 {
  display: block;
  margin: 20px auto 40px auto !important;
}

.tags {
  margin: 10px 0 20px 0;
}

.tags a, .tags-title, .wp-link-pages-title {
  padding: 10px;
  font-size: 0.9em;
  color: #2d2d2d;
  background-color: #e9e9e9;
  margin: 1px;
  display: block;
  float: right;
}

.tags-title, .wp-link-pages-title {
  background-color: #d7d7d7;
}

.tags a:hover {
  background-color: #ed5f5c;
  color: #fff;
  text-decoration: underline;
}

.cb-wp-link-pages {
  margin: 0 0 40px 0;
}
.cb-wp-link-pages p {
  margin: 0;
}
.cb-wp-link-pages p a .wp-link-pages-number {
  background-color: #e9e9e9;
  color: #2d2d2d;
}
.cb-wp-link-pages p .wp-link-pages-number {
  padding: 10px;
  font-size: 0.9em;
  color: #fff;
  background-color: #e9e9e9;
  margin: 1px;
  display: block;
  float: left;
}

.cb-video-gallery {
  margin: 20px 0;
}
.cb-video-gallery .threecol {
  background: none;
}

/******************************************************************
PREVIOUS/NEXT LINKS
*****************************************************************/
.cb-previous-next-links {
  border-bottom: 1px dashed #e9e9e9;
  border-top: 1px dashed #e9e9e9;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cb-previous-next-links .previous {
  min-height: 135px;
  width: 50%;
  float: right;
  position: relative;
  border-left: 1px solid #e9e9e9;
  margin-bottom: -500px;
  padding-bottom: 500px;
}
.cb-previous-next-links .previous .arrows {
  width: 24px;
  height: 31px;
  position: absolute;
  top: 52px;
  background: url(images/arrows.png) -24px 0;
  right: 10px;
}
.cb-previous-next-links .next {
  min-height: 135px;
  width: 50%;
  float: left;
  position: relative;
  margin-bottom: -800px;
  padding-bottom: 800px;
}
.cb-previous-next-links .next .arrows {
  width: 24px;
  height: 31px;
  position: absolute;
  top: 52px;
  left: 10px;
  background: url(images/arrows.png) 0 0;
}
.cb-previous-next-links a {
  padding: 30px 20px 15px;
  text-align: center;
  display: block;
  min-height: 60px;
  color: #acacac;
}
.cb-previous-next-links span {
  text-transform: uppercase;
  color: #2d2d2d;
  font-size: 11px;
  font-weight: 700;
  padding-bottom: 10px;
}
.cb-previous-next-links h3 {
  font-style: italic;
}
.cb-previous-next-links .empty {
  width: 100%;
  display: block;
  text-align: center;
  color: #acacac;
  top: 30px;
  position: relative;
}

/******************************************************************
SOCIAL SHARING 
******************************************************************/
.cb-social-sharing {
  padding: 10px 0;
  text-align: right;
  border-top: 1px dashed #e9e9e9;
  width: 100%;
}
.cb-social-sharing > div {
  display: inline-block;
}
.cb-social-sharing .cb-facebook, .cb-social-sharing .cb-pinterest, .cb-social-sharing .cb-tall {
  margin-left: 20px;
  width: 75px;
}

.entry-content .cb-social-sharing {
  border-bottom: 1px dashed #e9e9e9;
  padding: 10px 0 15px 0;
  margin: 0 0 10px 0;
}

/******************************************************************
GRID MODULE STYLES
*****************************************************************/
.cb-grid-4, .cb-grid-5, .cb-grid-6, .cb-grid-7 {
  /*position: relative;*/
  margin: 0 10px 10px 10px;
}
.cb-grid-4 h2 a, .cb-grid-4 h2 a:hover, .cb-grid-4 h2 a:visited, .cb-grid-5 h2 a, .cb-grid-5 h2 a:hover, .cb-grid-5 h2 a:visited, .cb-grid-6 h2 a, .cb-grid-6 h2 a:hover, .cb-grid-6 h2 a:visited, .cb-grid-7 h2 a, .cb-grid-7 h2 a:hover, .cb-grid-7 h2 a:visited {
  color: white;
  font-weight: 700;
}
.cb-grid-4 img, .cb-grid-5 img, .cb-grid-6 img, .cb-grid-7 img {
  width: 100%;
}
.cb-grid-4 .feature, .cb-grid-5 .feature, .cb-grid-6 .feature, .cb-grid-7 .feature {
  overflow: hidden;
  display: block;
  height: 160px;
  float: right;
  position: relative;
}
.cb-grid-4 .grid-overlay, .cb-grid-5 .grid-overlay, .cb-grid-6 .grid-overlay, .cb-grid-7 .grid-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 15;
}
.cb-grid-4 .cb-shadow, .cb-grid-5 .cb-shadow, .cb-grid-6 .cb-shadow, .cb-grid-7 .cb-shadow {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.35)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%);
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 45%;
}
.cb-grid-4 .cb-comments, .cb-grid-5 .cb-comments, .cb-grid-6 .cb-comments, .cb-grid-7 .cb-comments {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 20;
}
.cb-grid-4 h2 a, .cb-grid-5 h2 a, .cb-grid-6 h2 a, .cb-grid-7 h2 a {
  position: absolute;
  bottom: 30px;
  left: 0;
  margin: 0;
  padding: 5px 20px;
  z-index: 10;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  -moz-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  -ms-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  -o-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
}
.cb-grid-4 .cb-byline, .cb-grid-5 .cb-byline, .cb-grid-6 .cb-byline, .cb-grid-7 .cb-byline {
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-size: 10px;
  margin: 0px;
  color: white;
  z-index: 2;
}
.cb-grid-4 .cb-excerpt, .cb-grid-5 .cb-excerpt, .cb-grid-6 .cb-excerpt, .cb-grid-7 .cb-excerpt {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.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 {
  max-width: 580px;
  font-size: 14px;
}
.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: 60px;
}
.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 15px;
}
.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: 14px;
  padding: 3px 20px;
  width: 100%;
}

.cb-grid-4 h2 a, .cb-grid-5 h2 a, .cb-grid-6 h2 a, .cb-grid-7 h2 a {
  bottom: 10px;
}

.cb-grid-4 .no-1 {
  margin: 0 0 5px 0;
  width: 280px;
}
.cb-grid-4 .no-2 {
  margin: 0 0 5px 0;
  width: 280px;
}
.cb-grid-4 .no-3 {
  margin: 0 0 5px 0;
  width: 280px;
}
.cb-grid-4 .no-4 {
  width: 280px;
}

.cb-grid-5 .no-1 {
  margin: 0 0 5px 0;
  width: 280px;
}
.cb-grid-5 .no-2 {
  margin: 0 0 5px 0;
  width: 280px;
}
.cb-grid-5 .no-3 {
  margin: 0 0 5px 0;
  width: 280px;
}
.cb-grid-5 .no-4 {
  margin: 0 0 5px 0;
  width: 280px;
}
.cb-grid-5 .no-5 {
  width: 280px;
}

.cb-grid-6 .no-1 {
  margin: 0 0 5px 0;
  width: 280px;
}
.cb-grid-6 .no-2 {
  margin: 0 0 5px 0;
  width: 280px;
}
.cb-grid-6 .no-3 {
  margin: 0 0 5px 0;
  width: 280px;
}
.cb-grid-6 .no-4 {
  margin: 0 0 5px 0;
  width: 280px;
}
.cb-grid-6 .no-5 {
  margin: 0 0 5px 0;
  width: 280px;
}
.cb-grid-6 .no-6 {
  width: 280px;
}

.cb-grid-7 .no-1 {
  margin: 0 0 5px 0;
  width: 280px;
}
.cb-grid-7 .no-2 {
  margin: 0 0 5px 0;
  width: 280px;
}
.cb-grid-7 .no-3 {
  margin: 0 0 5px 0;
  width: 280px;
}
.cb-grid-7 .no-4 {
  margin: 0 0 5px 0;
  width: 280px;
}
.cb-grid-7 .no-5 {
  margin: 0 0 5px 0;
  width: 280px;
}
.cb-grid-7 .no-6 {
  margin: 0 0 5px 0;
  width: 280px;
}
.cb-grid-7 .no-7 {
  width: 280px;
}



.cb-category {
  padding: 1px 3px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 3px 10px 0;
  font-size: 8px;
  font-weight: 400;
}
.cb-category a {
  color: white !important;
}
.cb-category a:hover {
  color: white !important;
}

.cb-comments {
  float: left;
  top: 5px;
  position: relative;
  background: #2d2d2d;
  margin: 0;
  width: 25px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.cb-comments:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 10px;
  border-width: 5px 0 0 7px;
  border-style: solid;
  border-color: #2d2d2d transparent;
  display: block;
  width: 0;
  margin: 0;
}

.cb_cat_desc {
  margin: 0 0 30px 0;
}

/******************************************************************
BLOG STYLE A
******************************************************************/
.cb-blog-style-a {
  margin: 0 0 20px 0;
}
.cb-blog-style-a .mask {
  height: 131px;
  width: 160px;
  position: relative;
  overflow: hidden;
  float: right;
  margin: 0 0 0 10px;
}
.cb-blog-style-a h2 {
  margin: 0 0 10px 0;
}
.cb-blog-style-a h2 a {
  color: #2d2d2d;
}
.cb-blog-style-a .cb-excerpt {
  margin: 0 0 10px 0;
  color: #acacac;
  font-size: 14px;
  float: right;
}
.cb-blog-style-a .cb-read-more {
  font-style: italic;
  color: #acacac;
}
.cb-blog-style-a .cb-byline a {
  color: #2d2d2d;
}
.cb-blog-style-a .cb-byline {
  margin: 0 0 10px 0;
}
.cb-blog-style-a .cb-comments {
  background: #ccc;
}
.cb-blog-style-a .cb-comments:after {
  border-color: #ccc transparent;
}

.cb-blog-style-a .cb-icon, .cb-blog-style-b .cb-icon, .cb-blog-style-c .cb-icon, .cb-blog-style-d .cb-icon {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
}
.cb-blog-style-a .audio-icon, .cb-blog-style-b .audio-icon, .cb-blog-style-c .audio-icon, .cb-blog-style-d .audio-icon {
  background: url(images/sprite-format-60x60.png) no-repeat;
  background-position: -180px 0;
}
.cb-blog-style-a .video-icon, .cb-blog-style-b .video-icon, .cb-blog-style-c .video-icon, .cb-blog-style-d .video-icon {
  background: url(images/sprite-format-60x60.png) no-repeat;
  background-position: 0 0;
}
.cb-blog-style-a .gallery-icon, .cb-blog-style-b .gallery-icon, .cb-blog-style-c .gallery-icon, .cb-blog-style-d .gallery-icon {
  background: url(images/sprite-format-60x60.png) no-repeat;
  background-position: -240px 0;
}
.cb-blog-style-a .cb-comments, .cb-blog-style-b .cb-comments, .cb-blog-style-c .cb-comments, .cb-blog-style-d .cb-comments {
  float: left;
  top: 5px;
  position: relative;
  margin: 0;
  width: 25px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

/******************************************************************
BLOG STYLE B
******************************************************************/
.cb-blog-style-b {
  margin: 0 0 20px 20px;
  float: right;
  width: 280px;
  position: relative;
}
.cb-blog-style-b .mask {
  height: 160px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.cb-blog-style-b h2 a {
  color: #2d2d2d;
}
.cb-blog-style-b h2 {
  margin: 0 0 10px 0;
}
.cb-blog-style-b .cb-comments {
  background: #ccc;
}
.cb-blog-style-b .cb-comments:after {
  border-color: #ccc transparent;
}
.cb-blog-style-b .cb-excerpt {
  color: #acacac;
  font-size: 14px;
}
.cb-blog-style-b .cb-bottom-white {
  background: url(images/white-gradient.png) bottom center repeat-x;
  position: absolute;
  height: 60px;
  width: 100%;
  bottom: 0;
  z-index: 100;
}
.cb-blog-style-b .cb-read-more {
  font-style: italic;
  position: relative;
  z-index: 110;
  color: #e9e9e9;
}
.cb-blog-style-b .cb-byline {
  margin: 0 0 10px 0;
  font-size: 11px;
}
.cb-blog-style-b .cb-byline a {
  color: #acacac;
}

.cb-blog-style-b.right-half {
  margin: 0 0 40px 0;
}

/******************************************************************
BLOG STYLE C
******************************************************************/
.cb-blog-style-c {
  margin: 0 40px 40px 0;
  float: left;
  width: 100%;
  position: relative;
}
.cb-blog-style-c .cb-comments {
  background: #ccc;
}
.cb-blog-style-c .cb-comments:after {
  border-color: #ccc transparent;
}
.cb-blog-style-c .mask {
  height: 165px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

.cb-blog-style-c h2 a {
  color: #2d2d2d;
}
.cb-blog-style-c h2 {
  margin: 0 0 10px 0;
}
.cb-blog-style-c .cb-excerpt {
  color: #acacac;
  font-size: 14px;
}
.cb-blog-style-c .cb-bottom-white {
  background: url(images/white-gradient.png) bottom center repeat-x;
  position: absolute;
  height: 60px;
  width: 100%;
  bottom: 0;
  z-index: 100;
}
.cb-blog-style-c .cb-read-more {
  font-style: italic;
  position: relative;
  z-index: 110;
  color: #e9e9e9;
}
.cb-blog-style-c .cb-byline {
  margin: 0 0 10px 0;
  font-size: 11px;
}
.cb-blog-style-c .cb-byline a {
  color: #acacac;
}


/******************************************************************
BLOG STYLE D
******************************************************************/
.cb-blog-style-d {
  margin: 0 0 20px 20px;
  position: relative;
  overflow: hidden;
  width: 280px;
  float: right;
}
.cb-blog-style-d .cb-comments {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 20;
}
.cb-blog-style-d .cb-category {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 20;
}
.cb-blog-style-d .cb-mask {
  height: 160px;
  overflow: hidden;
  position: relative;
}
.cb-blog-style-d h2 {
  margin: 0 0 10px 0;
  color: white;
}
.cb-blog-style-d .cb-meta {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -100%;
  height: 100%;
  padding: 40px 10px 10px 10px;
}
.cb-blog-style-d .cb-meta a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.cb-blog-style-d .cb-meta .cb-excerpt {
  font-size: 11px;
  color: #f2f2f2;
}
.cb-blog-style-d:hover .cb-meta {
  bottom: 0;
}

.cb-blog-style-d.right-half {
  margin: 0 0 20px 0;
}

/******************************************************************
MODULE STYLE A
******************************************************************/
.cb-module-a {
  margin-bottom: 20px;
  float: right;
  width: 100%;
}
.cb-module-a .cb-comments {
  background: #ccc;
}
.cb-module-a .cb-comments:after {
  border-color: #ccc transparent;
}
.cb-module-a .mask {
  position: relative;
}
.cb-module-a h3 a {
  color: #2d2d2d;
}
.cb-module-a p {
  color: #acacac;
  margin: 0;
  font-size: 12px;
}
.cb-module-a .cb-article-big {
  position: relative;
  float: right;
  width: 280px;
  margin-left: 40px;
  margin-bottom: 20px;
}
.cb-module-a .cb-article-big .cb-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
}
.cb-module-a .cb-article-big .audio-icon {
  background: url(images/sprite-format-60x60.png) no-repeat;
  background-position: -180px 0;
}
.cb-module-a .cb-article-big .video-icon {
  background: url(images/sprite-format-60x60.png) no-repeat;
  background-position: 0 0;
}
.cb-module-a .cb-article-big .gallery-icon {
  background: url(images/sprite-format-60x60.png) no-repeat;
  background-position: -240px 0;
}

.cb-module-a .cb-article-small {
  margin-bottom: 30px;
  position: relative;
  float: right;
  width: 280px;
}
.cb-module-a .cb-article-small .mask {
  width: 60px;
  height: 60px;
  float: right;
  margin-left: 20px;
}
.cb-module-a .cb-article-small .cb-comments {
  top: 0;
}
.cb-module-a .cb-article-small p {
  padding-right: 80px;
  font-size: 11px;
}
.cb-module-a .cb-article-small p a {
  color: #acacac;
}
.cb-module-a .cb-article-small .cb-category {
  position: relative;
  margin: 0 0 0 2px;
}
.cb-module-a .cb-article-small h3 {
  margin-bottom: 5px;
  padding-right: 80px;
}

/******************************************************************
MODULE STYLE B
******************************************************************/
.cb-module-b {
  margin-bottom: 20px;
  float: right;
  width: 280px;
}
.cb-module-b .mask {
  position: relative;
}
.cb-module-b .cb-comments {
  background: #ccc;
}
.cb-module-b .cb-comments:after {
  border-color: #ccc transparent;
}
.cb-module-b h3 a {
  color: #2d2d2d;
}
.cb-module-b p {
  color: #acacac;
  margin: 0;
  font-size: 12px;
}
.cb-module-b .cb-article-big {
  position: relative;
  margin-bottom: 30px;
}
.cb-module-b .cb-article-big .cb-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
}
.cb-module-b .cb-article-big .audio-icon {
  background: url(images/sprite-format-60x60.png) no-repeat;
  background-position: -180px 0;
}
.cb-module-b .cb-article-big .video-icon {
  background: url(images/sprite-format-60x60.png) no-repeat;
  background-position: 0 0;
}
.cb-module-b .cb-article-big .gallery-icon {
  background: url(images/sprite-format-60x60.png) no-repeat;
  background-position: -240px 0;
}

.cb-module-b .cb-article-small {
  margin: 30px 0;
  position: relative;
}
.cb-module-b .cb-article-small .mask {
  width: 60px;
  height: 60px;
  float: right;
  margin-left: 20px;
}
.cb-module-b .cb-article-small .cb-comments {
  top: 0;
}
.cb-module-b .cb-article-small p {
  font-size: 11px;
}
.cb-module-b .cb-article-small p a {
  color: #acacac;
}
.cb-module-b .cb-article-small .cb-category {
  position: relative;
  margin: 0 2px 0 0;
}
.cb-module-b .cb-article-small h3 {
  margin:0 0 5px 0;
}

/******************************************************************
MODULE STYLE C
******************************************************************/
.cb-module-c {
  float: right;
  width: 280px;
  position: relative;
}

.cb-module-c .cb-article {
  margin-bottom: 20px;
  position: relative;
  height: 160px;
  overflow: hidden;
}
.cb-module-c .cb-article .cb-shadow {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.35)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%);
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 35%;
}
.cb-module-c .cb-article .cb-category {
  position: absolute;
  top: 0;
  right: 5px;
}
.cb-module-c .cb-article .cb-comments {
  position: absolute;
  left: 5px;
}
.cb-module-c .cb-article a, .cb-module-c .cb-article .cb-byline {
  color: white;
}
.cb-module-c .cb-article h2 {
  position: absolute;
  bottom: 25px;
  right: 0;
  margin: 0;
  padding: 5px 15px;
  z-index: 1;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  -moz-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  -ms-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  -o-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
}
.cb-module-c .cb-article .cb-byline {
  position: absolute;
  bottom: 5px;
  right: 0;
  padding: 5px 15px;
  font-size: 10px;
  margin: 0px;
  z-index: 1;
}

/******************************************************************
MODULE STYLE D
******************************************************************/
.cb-module-d {
  margin-bottom: 20px;
  position: relative;
  width: 280px;
  float: right;
}
.cb-module-d .text-article {
  margin: 20px 0;
  position: relative;
}
.cb-module-d .cb-comments {
  background: #ccc;
}
.cb-module-d .cb-comments:after {
  border-color: #ccc transparent;
}
.cb-module-d .cb-byline {
  margin: 0 0 2px 0;
}
.cb-module-d .cb-category, .cb-module-d .cb-category a {
  margin: 0 0 0 2px;
}
.cb-module-d .cb-comments {
  top: 0px;
}
.cb-module-d h2 {
  margin: 0;
}
.cb-module-d h2 a {
  color: #2d2d2d;
}

/******************************************************************
SLIDER MODULES
******************************************************************/
.flexslider-g {
  padding: 0px;
  margin-bottom: 20px;
  background: #fff;
  position: relative;
  zoom: 1;
}
.flexslider-g .cb-category {
  left: 5px;
  top: 0px;
}
.flexslider-g .cb-comments {
  display: none;
}
.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: 72px;
  padding: 2px;
}
.flexslider-g .slides img {
  width: 130px;
}
.flexslider-g .flex-direction-nav {
  display: none;
}
.flexslider-g .slides > li {
  height: 130px;
  margin: 0 10px 0 0;
}
.flexslider-g .cb-shadow {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.35)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%);
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 35%;
}

.flexslider-e {
  padding: 0px;
  margin-bottom: 20px;
}
.flexslider-e .cb-comments {
  display: none;
}
.flexslider-e h2 a {
  width: 120px;
  padding: 2px;
}
.flexslider-e .slides img {
  width: 130px;
}
.flexslider-e .flex-direction-nav {
  display: none;
}
.flexslider-e .slides > li {
    direction: rtl;
  height: 90px;
  margin: 0 10px 0 0;
}

.flexslider-full {
  width: 280px;
  margin: 0 auto 20px 20px;
}
.flexslider-full .slides > li {
  height: 135px;
}
.flexslider-full h2 a {
  padding: 3px 5px;
  bottom: 15px;
  font-size: 11px;
}
.flexslider-full .flex-control-nav {
  top: 5px;
  right: 5px;
}
.flexslider-full .cb-excerpt, .flexslider-full .flex-direction-nav {
  display: none;
}

.flexslider {
  margin: 0 0 20px 0;
}
.flexslider .cb-excerpt, .flexslider .flex-direction-nav {
  display: none;
}
.flexslider h2 a {
  padding: 5px 10px;
  bottom: 0;
  font-size: 14px;
  max-width: 280px;
}
.flexslider .flex-viewport {
  height: 135px;
}

.cb-module-title {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  padding: 0 0 5px 10px;
  font-size: 20px;
  margin: 0 0 20px 0;
}

/******************************************************************
POST FORMAT STYLES
******************************************************************/
.cb-video-frame {
  margin: 10px 0 20px;
}

.cb-post-format-icon {
  margin-top: 10px;
}

.sticky {
  background: #eee;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 20px 0 40px 0;
}

.cb_page_navi li {
  float: left;
  margin-left: 10px;
  list-style-type: none !important;
}
.cb_page_navi li a {
  padding: 3px 6px;
  display: block;
  font-size: 20px;
  text-decoration: none;
  position: relative;
}
.cb_page_navi li.cpn-current {
  padding: 2px 13px;
  color: white;
  position: relative;
  font-size: 20px;
}
.cb_page_navi li.cpn-prev-link a,
.cb_page_navi li.cpn-next-link a {
  padding: 0;
}
.cb_page_navi li.cpn-prev-link a:hover,
.cb_page_navi li.cpn-next-link a:hover,
.cb_page_navi li.cpn-first-page-link a:hover,
.cb_page_navi li.cpn-last-page-link a:hover {
  background: none;
}

.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/******************************************************************
COMMENT STYLES
******************************************************************/
.commentlist {
  margin: 0;
}
.commentlist .cb-comment-body {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px;
  margin-left: 70px;
}
.commentlist .cb-gravatar-image {
  width: 50px;
  float: left;
}
.commentlist .cb-gravatar-image img {
  -webkit-border-radius: 50px 50px;
  -moz-border-radius: 50px / 50px;
  border-radius: 50px / 50px;
  border: 2px solid #e9e9e9;
}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  background-color: #fff;
  padding: 0 0 20px 0;
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
}
.commentlist .bypostauthor .cb-comment-body {
  background: #f1f1f1;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-left: 40px;
  padding-bottom: 0;
}
.commentlist li.depth-2 {
  padding: 20px 0 0 0;
}
.commentlist li.depth-3 {
  padding: 20px 0 0 0;
}
.commentlist li.depth-3 .comment_content {
  margin-bottom: 20px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard cite.fn a.url:hover {
  color: #565656;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #acacac;
  font-size: 12px;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .comment_content p {
  margin-top: 10px;
  font-size: 14px;
}
.commentlist .comment-reply-link, .commentlist .comment-reply-link:visited {
  padding: 3px 8px;
  color: white !important;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 21px;
  border: none;
  float: right;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
#respond {
  margin: 40px 0px;
}
#respond .required {
  color: #d21e1e;
}
#respond .form-allowed-tags {
  color: #acacac;
  font-size: 12px;
}
#respond #submit {
  padding: 10px 22px;
  color: white !important;
  font-size: 17px;
  display: block;
  background-color: #555;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 21px;
  border: none;
  margin-top: 30px;
}
#respond form {
  margin: 0;
}
#respond form ul {
  margin: 0;
}
#respond form ul p {
  margin: 0 0 20px 0;
}
#respond form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 10px;
  margin-left: 0px !important;
}
#respond form label,
#respond form small {
  display: block;
  font-size: 12px;
  color: #999;
}
#respond form input[type=text],
#respond form input[type=email],
#respond form input[type=url],
#respond form textarea {
  padding: 8px;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  /* form validation */
}
#respond form input[type=text]:focus,
#respond form input[type=email]:focus,
#respond form input[type=url]:focus,
#respond form textarea:focus {
  background-color: #efefef;
}
#respond form input[type=text]:invalid,
#respond form input[type=email]:invalid,
#respond form input[type=url]:invalid,
#respond form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
#respond form input[type=text],
#respond form input[type=email],
#respond form input[type=url] {
  width: 250px;
}
#respond form textarea {
  resize: none;
  width: 95%;
  height: 150px;
  max-width: 600px;
}

/*********************
BUTTONS
*********************/
.big-button, .big-button:visited {
  padding: 15px 60px 15px 60px;
}
.big-button:active, .big-button:visited:active {
  left: 2px;
  position: relative;
  top: 3px;
  -webkit-box-shadow: 3px 2px 0 #acacac;
  -moz-box-shadow: 3px 2px 0 #acacac;
  box-shadow: 3px 2px 0 #acacac;
}

.button-square, .button-square:visited, .wpcf7-submit, .respond-form .button {
  padding: 5px 11px;
  color: white;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  color: white;
  font-size: 14px;
  margin: 10px 0 20px 0;
  line-height: 21px;
  border: none;
  background: #acacac;
}
.button-square a, .button-square:visited a, .wpcf7-submit a, .respond-form .button a {
  color: #fff;
}
.button-square a:hover, .button-square a:focus, .button-square:visited a:hover, .button-square:visited a:focus, .wpcf7-submit a:hover, .wpcf7-submit a:focus, .respond-form .button a:hover, .respond-form .button a:focus {
  color: #fff;
}

.big-square-button, .big-square-button:visited {
  padding: 15px 60px 15px 60px;
}

.blue-square-button, .blue-square-button:visited {
  background: #0f4780;
}
.blue-square-button:hover, .blue-square-button:focus, .blue-square-button:visited:hover, .blue-square-button:visited:focus {
  background: #0d3f72;
}

.pink-square-button, .pink-square-button:visited {
  background: #ed5f5c;
}
.pink-square-button:hover, .pink-square-button:focus, .pink-square-button:visited:hover, .pink-square-button:visited:focus {
  background: #eb4d4a;
}

.yellow-square-button, .yellow-square-button:visited {
  background: #f5e20c;
}
.yellow-square-button:hover, .yellow-square-button:focus, .yellow-square-button:visited:hover, .yellow-square-button:visited:focus {
  background: #e3d109;
}

.button-square.green-square-button, .button-square.green-square-button:visited {
  background: #0d8223;
}
.button-square.green-square-button:hover, .button-square.green-square-button:focus, .button-square.green-square-button:visited:hover, .button-square.green-square-button:visited:focus {
  background: #0b6f1e;
}

.red-square-button, .red-square-button:visited {
  background: #e71111;
}
.red-square-button:hover, .red-square-button:focus, .red-square-button:visited:hover, .red-square-button:visited:focus {
  background: #d41010;
}

.black-square-button, .black-square-button:visited {
  background: #2d2d2d;
}
.black-square-button:hover, .black-square-button:focus, .black-square-button:visited:hover, .black-square-button:visited:focus {
  background: #323232;
}

.brown-square-button, .brown-square-button:visited {
  background: #7e4b26;
}
.brown-square-button:hover, .brown-square-button:focus, .brown-square-button:visited:hover, .brown-square-button:visited:focus {
  background: #6e4221;
}

.cb-button-center {
  text-align: center;
}

.respond-form .button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}

/* comment form title */
#comment-form-title {
  margin: 0 0 20px;
}

/* no comments */
.nocomments {
  margin: 0 20px 20px;
}

/******************************************************************
ALERT BOXES
******************************************************************/
.alert-white, .alert-yellow, .alert-blue, .alert-red, .alert-green {
  margin: 10px 10px;
  padding: 10px 10px;
  border: 1px solid;
}

.alert-white {
  border-color: #ececec;
  background: #f9f9f9;
  color: #acacac;
}

.alert-yellow {
  border-color: #f8f818;
  background: #fefede;
  color: #a5a505;
}

.alert-blue {
  border-color: #c3d7ff;
  background: #dde8ff;
  color: #77a3ff;
}

.alert-red {
  border-color: #fdd6d2;
  background: #feecea;
  color: #d4847b;
}

.alert-green {
  border-color: #c6f4c0;
  background: #daf8d6;
  color: #63a85a;
}


/******************************************************************
AUTHOR STYLES
******************************************************************/
.cb-about-page li {
  margin-bottom: 20px;
  list-style-type: none !important;
}
.cb-about-page li h3 {
  margin: 0;
}
.cb-about-page li .cb-position {
  color: #acacac;
  font-style: italic;
}
.cb-about-page li .cb-mask {
  float: left;
}
.cb-about-page li .cb-mask img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.cb-about-page li .cb-meta {
  float: left;
  width: 220px;
  padding-left: 20px;
}
.cb-about-page li p {
  margin: 10px 0;
}
.cb-about-page li .cb-email, .cb-about-page li .cb-website, .cb-about-page li .cb-twitter {
  background: url(images/author-sprite.png) no-repeat;
  width: 18px;
  display: inline-block;
  vertical-align: top;
  height: 25px;
}
.cb-about-page li .cb-googleplus {
  margin-left: 2px;
  display: inline-block;
  vertical-align: top;
}
.cb-about-page li .cb-googleplus img {
  margin-top: 3px;
}
.cb-about-page li .cb-googleplus .cb-googleplus-link {
  margin-top: 4px;
  display: inline-block;
  vertical-align: top;
}
.cb-about-page li .cb-email {
  background-position: -4px -2px;
}
.cb-about-page li .cb-website {
  background-position: -29px -2px;
}
.cb-about-page li .cb-twitter {
  background-position: -57px 0;
}
.cb-about-page li .cb-author-bio {
  color: #acacac;
  font-size: 13px;
}
.cb-about-page li .cb-email-link, .cb-about-page li .cb-website-link, .cb-about-page li .cb-twitter-link, .cb-about-page li .cb-googleplus-link {
  font-size: 10px;
  font-style: italic;
}
.cb-about-page li .cb-email-link, .cb-about-page li .cb-email-link:visited, .cb-about-page li .cb-website-link, .cb-about-page li .cb-website-link:visited, .cb-about-page li .cb-twitter-link, .cb-about-page li .cb-twitter-link:visited, .cb-about-page li .cb-googleplus-link, .cb-about-page li .cb-googleplus-link:visited {
  color: #acacac;
}

.cb-author-box {
  margin-bottom: 50px;
  font-size: 14px;
}
.cb-author-box .cb-meta h3 {
  margin: 0 0 5px 0;
}
.cb-author-box .cb-meta h3 a {
  color: #2d2d2d;
}
.cb-author-box .cb-mask {
  margin-right: 30px;
  float: left;
}
.cb-author-box .cb-mask img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

.cb-author-page {
  margin-bottom: 20px;
}
.cb-author-page h3 {
  margin: 0;
}
.cb-author-page .cb-position {
  color: #acacac;
  font-style: italic;
}
.cb-author-page .cb-mask {
  float: right;
}
.cb-author-page .cb-mask img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.cb-author-page .cb-meta {
  float: right;
  width: 220px;
  padding-right: 20px;
}
.cb-author-page p {
  margin: 10px 0;
}
.cb-author-page .cb-email, .cb-author-page .cb-website, .cb-author-page .cb-twitter {
  background: url(images/author-sprite.png) no-repeat;
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  height: 25px;
}
.cb-author-page .cb-googleplus {
  margin-left: 2px;
  display: inline-block;
  vertical-align: top;
}
.cb-author-page .cb-googleplus img {
  margin-top: 5px;
}
.cb-author-page .cb-googleplus .cb-googleplus-link {
  margin-top: 7px;
  display: inline-block;
  vertical-align: top;
}
.cb-author-page .cb-email {
  background-position: -4px 0;
}
.cb-author-page .cb-website {
  background-position: -29px 0;
}
.cb-author-page .cb-twitter {
  background-position: -57px 0;
}
.cb-author-page .cb-author-bio {
  color: #acacac;
  font-size: 13px;
}
.cb-author-page .cb-email-link, .cb-author-page .cb-website-link, .cb-author-page .cb-twitter-link, .cb-author-page .cb-googleplus-link {
  font-size: 10px;
  font-style: italic;
}
.cb-author-page .cb-email-link, .cb-author-page .cb-email-link:visited, .cb-author-page .cb-website-link, .cb-author-page .cb-website-link:visited, .cb-author-page .cb-twitter-link, .cb-author-page .cb-twitter-link:visited, .cb-author-page .cb-googleplus-link, .cb-author-page .cb-googleplus-link:visited {
  color: #acacac;
}

/******************************************************************
FULL WIDTH PAGE STYLES
******************************************************************/
.cb-full-width {
  margin-bottom: 40px;
  width: 280px !important;
}
.cb-full-width .article-header {
  margin: 0;
}

/******************************************************************
RELATED POSTS STYLES
******************************************************************/
.cb-related-posts ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.cb-related-posts, #cb-sidebar .cb-random-entry, #cb-footer-inner .cb-random-entry {
  margin-bottom: 20px;
}
.cb-related-posts li, #cb-sidebar .cb-random-entry li, #cb-footer-inner .cb-random-entry li {
  float: right;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  width: 290px;
  height: 160px;
}
.cb-related-posts li .cb-excerpt, #cb-sidebar .cb-random-entry li .cb-excerpt, #cb-footer-inner .cb-random-entry li .cb-excerpt {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  bottom: 30px;
  position: absolute;
  right: 0px;
  padding: 5px 20px 5px 15px;
  font-size: 13px;
  color: #2d2d2d;
  overflow: hidden;
  width: 95%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cb-related-posts li .cb-shadow, #cb-sidebar .cb-random-entry li .cb-shadow, #cb-footer-inner .cb-random-entry li .cb-shadow {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.35)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%);
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 45%;
}
.cb-related-posts li img, #cb-sidebar .cb-random-entry li img, #cb-footer-inner .cb-random-entry li img {
  width: 100%;
}
.cb-related-posts li h4, #cb-sidebar .cb-random-entry li h4, #cb-footer-inner .cb-random-entry li h4 {
  margin: 0;
}
.cb-related-posts li h4 a, #cb-sidebar .cb-random-entry li h4 a, #cb-footer-inner .cb-random-entry li h4 a {
  position: absolute;
  bottom: 25px;
  right: 0;
  padding: 5px 15px 5px 30px;
  font-size: 14px;
  color: white;
  font-weight: 700;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  -moz-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  -ms-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  -o-text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  z-index: 5;
}
.cb-related-posts li .cb-byline, #cb-sidebar .cb-random-entry li .cb-byline, #cb-footer-inner .cb-random-entry li .cb-byline {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 11px;
  margin: 0px;
  color: #e9e9e9;
  z-index: 2;
}
.cb-related-posts li .cb-comments, #cb-sidebar .cb-random-entry li .cb-comments, #cb-footer-inner .cb-random-entry li .cb-comments {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 20;
}
.cb-related-posts .no-1, #cb-sidebar .cb-random-entry .no-1, #cb-footer-inner .cb-random-entry .no-1 {
  margin: 0 0 20px 20px;
}
.cb-related-posts .no-2, #cb-sidebar .cb-random-entry .no-2, #cb-footer-inner .cb-random-entry .no-2 {
  margin: 0 0 20px 0;
}
.cb-related-posts .no-3, #cb-sidebar .cb-random-entry .no-3, #cb-footer-inner .cb-random-entry .no-3 {
  margin: 0 0 20px 20px;
}
.cb-related-posts .grid-overlay, #cb-sidebar .cb-random-entry .grid-overlay, #cb-footer-inner .cb-random-entry .grid-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 15;
}

.cb-related-posts.cb-no-byline h4 a {
  bottom: 10px;
}

#cb-sidebar .cb-random-entry li, #cb-footer-inner .cb-random-entry li {
  width: 100% !important;
}

/*********************
SIDEBARS & ASIDES
*********************/
#cb-sidebar {
  margin: 0 19px 40px 19px;
  width: 290px;
  float: left;
}
#cb-sidebar h4 {
  font-size: 12px;
}
#cb-sidebar .cb-sidebar-widget-title {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  font-size: 18px;
  padding: 0 10px 5px 0;
}
#cb-sidebar .cb-sidebar-widget {
  margin-bottom: 20px;
}
#cb-sidebar .cb-sidebar-widget ul li {
  position: relative;
  margin-bottom: 20px;
}
#cb-sidebar .ads-125-widget a {
  width: 125px;
  height: 125px;
  float: left;
  margin: 0 20px 20px 70px;
}
#cb-sidebar .cb-social-media-widget {
  margin-left: 30px;
}
#cb-sidebar .cb-social-media-widget .cb-social-media-icon {
  float: left;
  display: block;
}
#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 .googleplus {
  background: url(images/widget-social-sprite-small.png) -350px 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 .googleplus:hover {
  background: url(images/widget-social-sprite-small.png) -350px -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-4, #cb-sidebar .cb-social-media-widget .icon-5, #cb-sidebar .cb-social-media-widget .icon-6 {
  margin-top: 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, #cb-sidebar .cb-social-media-widget .icon-5 {
  margin-right: 5px;
}
#cb-sidebar .menu li, #cb-sidebar .menu li:hover, #cb-sidebar .menu li .sub-menu li, #cb-sidebar .menu li .sub-menu li:hover {
  background-color: transparent !important;
}

#cb-sidebar .cb-tabs-widget .tabberlive .tabbertabhide, #cb-sidebar .cb-tabs-widget .tabber {
  display: none;
}
#cb-sidebar .cb-tabs-widget .cb-onetab li a {
  width: 280px;
  font-size: 18px;
  padding: 3px 5px;
}
#cb-sidebar .cb-tabs-widget .cb-twotabs li a {
  width: 140px;
  font-size: 18px;
  padding: 3px 5px;
}
#cb-sidebar .cb-tabs-widget .cb-threetabs li a {
  width: 90px;
  font-size: 16px;
  padding: 3px;
}
#cb-sidebar .cb-tabs-widget .cb-fourtabs li a {
  width: 70px;
  font-size: 12px;
  padding: 5px 2px;
}
#cb-sidebar .cb-tabs-widget .tabbernav {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  margin: 0 0 20px 0;
}
#cb-sidebar .cb-tabs-widget .tabbernav ul {
  margin: 0;
}
#cb-sidebar .cb-tabs-widget .tabbernav li {
  margin-bottom: 0;
  display: inline-block;
}
#cb-sidebar .cb-tabs-widget .tabbernav li a {
  color: #2d2d2d;
  display: block;
  text-align: center;
}
#cb-sidebar .cb-tabs-widget .tabbernav .active a {
  color: white;
}
#cb-sidebar .cb-tabs-widget .tabberlive .tabbertab ul {
  margin: 0;
}
#cb-sidebar .cb-tabs-widget .tabberlive .tabbertab h2, #cb-sidebar .cb-tabs-widget .tabberlive .tabbertab h3 {
  display: none;
}
#cb-sidebar .latest-article-widget li .cb-thumbnail {
  display: block;
  position: relative;
  float: left;
  margin-right: 20px;
}
#cb-sidebar .latest-article-widget li .cb-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
}
#cb-sidebar .latest-article-widget li .audio-icon {
  background: url(images/sprite-format-30x30.png) no-repeat;
  background-position: -90px 0;
}
#cb-sidebar .latest-article-widget li .video-icon {
  background: url(images/sprite-format-30x30.png) no-repeat;
  background-position: 0 0;
}
#cb-sidebar .latest-article-widget li .gallery-icon {
  background: url(images/sprite-format-30x30.png) no-repeat;
  background-position: -120px 0;
}
#cb-sidebar .latest-article-widget li .cb-score-box-star {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  border-bottom: 2px solid #fff;
}
#cb-sidebar .latest-article-widget li .cb-score-box-star .score {
  font-size: 16px;
  bottom: 5px;
}
#cb-sidebar .latest-article-widget li .cb-score-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  border-bottom: 2px solid #fff;
}
#cb-sidebar .latest-article-widget li .cb-score-box .score {
  font-size: 16px;
  bottom: 5px;
}
#cb-sidebar .latest-article-widget li h4 {
  margin: 0 0 10px 0;
  padding: 0 0 0 110px;
}
#cb-sidebar .latest-article-widget li h4 a {
  color: #2d2d2d;
}
#cb-sidebar .latest-article-widget li .cb-byline {
  margin: 0;
  padding: 0 0 10px 110px;
}
#cb-sidebar .latest-article-widget li .cb-byline a {
  color: #acacac;
}

#cb-sidebar .listings-widget {
    margin: 0;
    padding: 0;
}

#cb-sidebar .listings-widget li{
    margin-bottom: 20px;
    position: relative;    
}


#cb-sidebar .listings-widget li img {
  float: right;
}
#cb-sidebar .listings-widget li:hover .cb-countdown, #cb-sidebar .listings-widget li:focus .cb-countdown {
  color: #acacac;
}
#cb-sidebar .listings-widget li:hover img, #cb-sidebar .listings-widget li:focus img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#cb-sidebar .listings-widget li .cb-countdown {
  font-size: 22px;
  color: #2d2d2d;
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  width: 20px;
  background-color: #fff;
}
#cb-sidebar .listings-widget li h4 {
  margin: 0 20px 5px 0;
  float: right;
  width: 170px;
  padding-left: 40px;
}
#cb-sidebar .listings-widget li h4 a {
  color: #2d2d2d;
}
#cb-sidebar .listings-widget li .cb-byline {
  margin-right: 110px;
  padding: 0 0 10px 0px;
}
#cb-sidebar .listings-widget li .cb-byline a {
  color: #acacac;
}
#cb-sidebar .listings-widget li .cb-score-box {
  width: 35px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
}
#cb-sidebar .listings-widget li .score {
  font-size: 12px;
  bottom: 5px;
}
#cb-sidebar .listings-widget li .cb-score-box-star {
  width: 35px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0px;
}
#cb-sidebar .listings-widget li .cb-score-box-star .score-title {
  bottom: 5px;
}

.fb_iframe_widget, .fb_iframe_widget span {
  width: 100% !important;
}

/* tag-cloud widget */
.widget_tag_cloud a {
  padding: 15px;
  font-size: 14px !important;
  display: inline-block;
  color: #2d2d2d;
  background-color: #e9e9e9;
  margin: 1px -1px;
}

/*********************
FOOTER STYLES
*********************/
.cb-article-footer {
  margin-bottom: 20px;
}

.cb-footer {
  font-size: 14px;
  clear: both;
  background-color: #1b1b1b;
}
.cb-footer a {
  color: #acacac;
}
.cb-footer a:hover {
  color: #e9e9e9;
}
.cb-footer .widget_search, .cb-footer .listings-widget, .cb-footer .widget_calendar, .cb-footer .latest-article-widget {
  margin-bottom: 20px;
}
.cb-footer .cb-footer-widget {
  float: left;
  width: 100%;
}
.cb-footer .first {
  margin-left: 0;
}
.cb-footer .recentcomments {
  margin-bottom: 10px;
}
.cb-footer .cb-social-media {
  margin: 10px 0 10px 0;
  text-align: center;
}
.cb-footer .cb-social-media a {
  height: 30px;
  width: 30px;
  display: inline-block;
  margin: 0 3px 10px 0;
}
.cb-footer .cb-social-media .cb-facebook {
  background: url(images/social-sprite-footer.png) -170px 0 no-repeat;
}
.cb-footer .cb-social-media .cb-twitter {
  background: url(images/social-sprite-footer.png) -70px 0 no-repeat;
}
.cb-footer .cb-social-media .cb-pinterest {
  background: url(images/social-sprite-footer.png) 0 0 no-repeat;
}
.cb-footer .cb-social-media .cb-youtube {
  background: url(images/social-sprite-footer.png) -110px 0 no-repeat;
  width: 60px;
}
.cb-footer .cb-social-media .cb-rss {
  background: url(images/social-sprite-footer.png) -35px 0 no-repeat;
}
.cb-footer .widget_calendar {
  color: #d7d7d7;
}
.cb-footer .widget_calendar td {
  padding: 2px 6px;
  color: #e9e9e9;
  position: relative;
  font-size: 16px;
}
.cb-footer .widget_calendar caption {
  margin-bottom: 10px;
}
.cb-footer .widget_calendar #prev a {
  background-color: transparent;
}
.cb-footer .widget_calendar #next {
  text-align: right;
}
.cb-footer .widget_calendar #next a {
  background-color: transparent;
}
.cb-footer .listings-widget li {
  position: relative;
}
.cb-footer .listings-widget li img {
  float: left;
  height: 50px;
  width: 50px;
  margin-bottom: 20px;
  margin-right: 10px;
}
.cb-footer .listings-widget li:hover .cb-countdown, .cb-footer .listings-widget li:focus .cb-countdown {
  color: #acacac;
}
.cb-footer .listings-widget li .cb-countdown {
  font-size: 22px;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 20px;
  padding-left: 3px;
  background-color: #000;
}
.cb-footer .listings-widget li h4 {
  margin: 0 0 5px 10px;
  float: left;
  width: 170px;
  font-size: 11px;
}
.cb-footer .listings-widget li .cb-byline {
  margin: 0;
  padding-left: 70px;
  margin-bottom: 20px;
  color: #555555;
}
.cb-footer .listings-widget li .cb-score-box {
  display: none;
}
.cb-footer .listings-widget li .cb-score-box-star {
  display: none;
}
.cb-footer .widget_tag_cloud {
  margin-bottom: 20px;
}
.cb-footer .widget_tag_cloud a {
  font-size: 12px !important;
  color: #d7d7d7;
  background-color: #2d2d2d;
}
.cb-footer .widget_tag_cloud a:hover {
  color: #fff;
}
.cb-footer .latest-article-widget li {
  margin-bottom: 10px;
}
.cb-footer .latest-article-widget li a {
  margin-bottom: 20px;
}
.cb-footer .latest-article-widget li .cb-thumbnail {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  float: left;
  margin-right: 10px;
}
.cb-footer .latest-article-widget li .cb-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
}
.cb-footer .latest-article-widget li .audio-icon {
  background: url(images/sprite-format-30x30.png) no-repeat;
  background-position: -90px 0;
}
.cb-footer .latest-article-widget li .video-icon {
  background: url(images/sprite-format-30x30.png) no-repeat;
  background-position: 0 0;
}
.cb-footer .latest-article-widget li .gallery-icon {
  background: url(images/sprite-format-30x30.png) no-repeat;
  background-position: -120px 0;
}
.cb-footer .latest-article-widget li:hover img, .cb-footer .latest-article-widget li:focus img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.cb-footer .latest-article-widget li h4 {
  margin: 0 0 10px 0;
  padding: 0 0 0 70px;
  font-size: 11px;
}
.cb-footer .latest-article-widget li h4 a {
  color: #acacac;
}
.cb-footer .latest-article-widget li .cb-byline {
  margin: 0;
  padding: 0 0 10px 70px;
  font-size: 10px;
  color: #555555;
}
.cb-footer .latest-article-widget li .cb-score-box-star {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-bottom: 2px solid #fff;
}
.cb-footer .latest-article-widget li .cb-score-box-star .score {
  font-size: 12px;
  bottom: 2px;
}
.cb-footer .latest-article-widget li .cb-score-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-bottom: 2px solid #fff;
}
.cb-footer .latest-article-widget li .cb-score-box .score {
  font-size: 12px;
  bottom: 2px;
}
.cb-footer .latest-article-widget li .cb-score-box .score .h6 {
  font-size: 8px;
}
.cb-footer .cb-footer-widget-title {
  color: #e9e9e9;
  font-size: 20px;
}

/* end .footer-links */
#cb-footer-inner {
  padding: 30px 40px 10px 40px;
}

.cb-footer-lower {
  padding: 20px;
  position: relative;
  background-color: #000000;
  /* end menu-footer-nav-menu */
}
.cb-footer-lower .cb-copyright {
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-family: tahoma;
}
.cb-footer-lower .cb-copyright img{
    vertical-align: middle;
}
.cb-footer-lower .logo {
   text-align: center;  
  padding-bottom: 5px;
}
.cb-footer-lower .cb-footer-logo {

}
.cb-footer-lower nav {
  /* end ul */
}
.cb-footer-lower nav ul {
  margin: 0 0 10px 0;
  text-align: center;
  /* end .menu li */
}
.cb-footer-lower nav ul li {
  float: none;
  position: relative;
  display: inline-block;
}
.cb-footer-lower nav ul li a {
  font-size: 12px;
  margin: 0 20px 0 0;
  color: #acacac;
}
.cb-footer-lower nav ul li a:hover, .cb-footer-lower nav ul li a:focus {
  color: #555555;
}

/*
 * Boxer [Formstone Library]
 * @author Ben Plum
 * @version 1.5.6
 *
 * Copyright © 2012 Ben Plum <mr@benplum.com>
 * Released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
 */
#boxer, #boxer .boxer-container, #boxer .boxer-content, #boxer-overlay {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

#boxer-overlay {
  background: #000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 205;
}

#boxer {
  background: white url(images/box-loading.gif) no-repeat center;
  border-radius: 5px;
  box-shadow: 0 0 25px #000;
  padding: 10px;
  position: absolute;
  z-index: 205;
}

#boxer.inline {
  padding: 30px;
}

#boxer .boxer-close {
  background: white url(images/box-icons.png) no-repeat -70px 10px;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  padding: 0;
  right: -8px;
  top: -8px;
  width: 30px;
  text-indent: -99999px;
  z-index: 206;
}

#boxer .boxer-close:hover {
  background-position: -70px -20px;
}

#boxer .boxer-container {
  background: #fff;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 205;
  zoom: 1;
}

#boxer .boxer-content {
  background: #fff;
  overflow: hidden;
  padding: 0;
  width: 10000px;
}

#boxer .boxer-image {
  float: left;
}

#boxer .boxer-video {
  height: 100%;
  width: 100%;
}

#boxer .boxer-iframe {
  float: left;
  height: 100%;
  overflow: auto;
  width: 100%;
}

#boxer .boxer-meta {
  clear: both;
}

#boxer .boxer-arrow {
  background: white url(images/box-icons.png) no-repeat 0 0;
  border-radius: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: block;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  position: absolute;
  text-indent: -99999px;
  top: 0;
  width: 40px;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

#boxer .boxer-arrow.previous {
  left: 20px;
}

#boxer .boxer-arrow.next {
  background-position: -40px 0;
  right: 20px;
}

#boxer .boxer-content:hover .boxer-arrow {
  opacity: 0.75;
}

#boxer .boxer-content .boxer-arrow:hover {
  opacity: 1;
}

#boxer .boxer-content:hover .boxer-arrow.disabled {
  opacity: 0.9;
  cursor: default !important;
}

#boxer .boxer-position {
  color: #999;
  font-size: 11px;
  margin: 0;
  padding: 15px 10px 5px;
}

#boxer .boxer-caption p {
  margin: 0;
  padding: 15px 10px 10px 10px;
}

#boxer .boxer-caption.gallery p {
  padding-top: 0;
}

@media only screen and (min-width: 481px) {
  /*********************
  LAYOUT STYLES
  *********************/
  .wrap {
    width: 472px;
  }

  #cb-inner-header {
    padding: 10px 20px;
  }

  #main {
    width: 430px;
  }

  #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-breaking-news {
    margin: 0 20px 0 0;
    width: 410px;
  }
  .cb-breaking-news ul li {
    width: 300px;
  }

  .spacer-left {
    margin-left: 20px;
  }

  .spacer-right {
    margin-right: 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.cb-no-byline h2 a, .cb-grid-5.cb-no-byline h2 a, .cb-grid-6.cb-no-byline h2 a, .cb-grid-7.cb-no-byline h2 a {
    bottom: 20px;
  }

  .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-left: 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 0 0 20px;
  }
  .cb-blog-style-a .cb-excerpt {
    margin: 0 180px 10px 0;
    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;
  }

  /******************************************************************
  FULL WIDTH PAGE STYLES
  ******************************************************************/
  .cb-full-width {
    width: 430px !important;
  }

  /******************************************************************
  RELATED POSTS STYLES
  ******************************************************************/
  .cb-related-posts li, #cb-sidebar .cb-random-entry li, #cb-footer-inner .cb-random-entry li {
    width: 205px;
    height: 115px;
  }
  .cb-related-posts li h4 a, #cb-sidebar .cb-random-entry li h4 a, #cb-footer-inner .cb-random-entry li h4 a {
    bottom: 20px;
    padding: 5px 15px 5px 30px;
    font-size: 11px;
  }
  .cb-related-posts .no-1, #cb-sidebar .cb-random-entry .no-1, #cb-footer-inner .cb-random-entry .no-1 {
    margin: 0 0 20px 20px;
  }
  .cb-related-posts .no-2, #cb-sidebar .cb-random-entry .no-2, #cb-footer-inner .cb-random-entry .no-2 {
    margin: 0 0 20px 0;
  }
  .cb-related-posts .no-3, #cb-sidebar .cb-random-entry .no-3, #cb-footer-inner .cb-random-entry .no-3 {
    margin: 0 0 0 20px;
  }

  .cb-related-posts.cb-no-byline h4 a {
    bottom: 10px;
  }

  /*********************
  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 .googleplus {
    background: url(images/widget-social-sprite.png) -476px 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 .googleplus:hover {
    background: url(images/widget-social-sprite.png) -476px -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 .listings-widget li h4 {
    width: 320px;
  }

  /*********************
  FOOTER STYLES
  *********************/
  .cb-footer .listings-widget li h4 {
    width: 320px;
  }
  .cb-footer .cb-social-media a {
    margin: 0 15px 0 0;
  }
}
@media only screen and (min-width:768px) {
  /*********************
  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;
  }

  /*********************
  LINK STYLES
  *********************/
  a, a:visited {
    -webkit-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    -transition: color 0.5s;
    transition: color 0.5s;
  }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #2d2d2d;
  }

  .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.small-featured .cb-cat a, .article-header.small-featured .author a {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -transition: all 0.5s;
    transition: all 0.5s;
  }
  .article-header.small-featured .cb-cat a:hover, .article-header.small-featured .author a:hover {
    color: #fff;
  }

  .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;
  }

  .comment-reply-link:hover, .comment-reply-link:focus, .comment-reply-link:visited:hover, .comment-reply-link:visited:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    color: white;
  }

  /*********************
  LAYOUT
  *********************/
  .wrap {
    width: 762px;
  }

  #cb-inner-header {
    padding: 10px 15px;
  }

  #main {
    width: 450px;
    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;
  }

  .entry-content {

  }
  .entry-content blockquote p {
    font-size: 18px;
  }

  /*********************
  HEADER SYTLES
  *********************/
  #logo {
    text-align: right;
    float: right;
  }

  .cb-breaking-news {
    margin: 0 40px 0 0;
    width: 325px;
  }
  .cb-breaking-news ul li {
    width: 250px;
  }

  .cb-banner728 {
    float: left;
    width: 728px;
    height: 90px;
    margin: 0;
  }

  .cb-banner468 {
    float: left;
    width: 468px;
    height: 60px;
    margin: 20px 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 0 0 40px;
    float: left;
  }
  .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-right: 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 0 5px 15px;
  }
  .cb-top-nav li .arrows {
    position: absolute;
    display: block;
    top: 5px;
    left: 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;
    margin-top: 21px;
  }
  .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: 115px;
  }
  .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;
    margin-top: 0;
  }

  .main-nav {
    background-color: white;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    margin: 0 15px;
    position: relative;
    z-index: 21;
    padding-left: 40px;
  }
  .main-nav li {
    -webkit-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    -transition: 0.35s;
    transition: 0.35s;
    float: right;
    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: 8px 15px;
    z-index: 23;
    font-size: 15px;
  }
  .main-nav li .with-arrows {
    padding: 8px 15px 8px 30px;
  }
  .main-nav li .arrows {
    position: absolute;
    display: block;
    left: 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%;
    right: 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;
  }


    /*********************
    SEARCH BOX STYLE
    *********************/
    nav .cb-search {
      padding: 0px !important;
      float: left !important;
      position: absolute !important;
      left: 0;
    }
    nav .cb-search .cb-search-submit {
      display: none;
    }
    nav .cb-search .cb-search-field {
      background: url(images/search-40x40.png) no-repeat;
      background-color: white;
      border: none;
      cursor: pointer;
      float: right;
      height: 40px;
      vertical-align: bottom;
      padding: 0 40px 0 0;
      position: relative;
      width: 0;
    }
    
    .cb-search-submit {
      display: none;
    }
    
    .cb-search-field {
      width: 100%;
      padding: 15px;
    }
    
    .placeholder {
      color: #acacac;
    }

  .gallery .cb-gallery-item {
    width: 105px;
  }
  .gallery .cb-gallery-item img {
    -webkit-transition: linear 0.5s all;
    -ms-transition: linear 0.5s all;
    -o-transition: linear 0.5s all;
    -transition: linear 0.5s all;
    transition: linear 0.5s all;
  }
  .gallery .cb-gallery-item:hover {
    background: url(images/format-zoom.png) 50% 50% no-repeat;
  }
  .gallery .cb-gallery-item:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }

  .cb-wp-link-pages p a .wp-link-pages-number {
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -transition: all 0.4s;
    transition: all 0.4s;
  }
  .cb-wp-link-pages p a .wp-link-pages-number:hover {
    color: #fff;
    text-decoration: underline;
  }

  .cb-video-gallery .threecol:hover {
    background: url(images/format-video.png) 50% 50% no-repeat;
  }
  .cb-video-gallery img {
    -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-video-gallery img:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4 !important;
  }

  .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 .cb-shadow, .cb-grid-5 .cb-shadow, .cb-grid-6 .cb-shadow, .cb-grid-7 .cb-shadow {
    -webkit-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .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 img, .cb-grid-4 a, .cb-grid-5 img, .cb-grid-5 a, .cb-grid-6 img, .cb-grid-6 a, .cb-grid-7 img, .cb-grid-7 a {
    -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-grid-4.cb-no-byline h2 a, .cb-grid-5.cb-no-byline h2 a, .cb-grid-6.cb-no-byline h2 a, .cb-grid-7.cb-no-byline h2 a {
    bottom: 10px;
  }

  .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 0 5px 5px;
  }
  .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;
  }
  /*********************
  SEARCH BOX STYLE
  *********************/
  nav .cb-search .cb-search-field {
    background: url(images/search-40x40.png) top right no-repeat;
    height: 32px;
    -webkit-transition: ease 0.6s width;
    -ms-transition: ease 0.6s width;
    -o-transition: ease 0.6s width;
    -transition: ease 0.6s width;
    transition: ease 0.6s width;
    padding: 0 30px 0 0;
    font-size: 11px;
  }
  nav .cb-search .cb-search-field:focus, nav .cb-search .cb-search-field:hover {
    width: 180px;
  }
  nav .cb-search .cb-search-field:focus, nav .cb-search .cb-search-field:hover {
    background-color: #f2f2f2;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    cursor: text;
    outline: 0;
    width: 180px;
  }

  .cb-search-field {
    width: 100%;
    padding: 15px;
  }

  /******************************************************************
  FULL WIDTH PAGE STYLES
  ******************************************************************/
  .cb-full-width {
    width: 700px !important;
  }

  /******************************************************************
  RELATED POSTS STYLES
  ******************************************************************/
  .cb-related-posts li, #cb-sidebar .cb-random-entry li, #cb-footer-inner .cb-random-entry li {
    width: 220px;
    height: 125px;
  }
  .cb-related-posts li:hover h4 a, #cb-sidebar .cb-random-entry li:hover h4 a, #cb-footer-inner .cb-random-entry li:hover h4 a {
    color: black;
    text-shadow: none;
    bottom: 50px;
  }
  .cb-related-posts li:hover .cb-shadow, #cb-sidebar .cb-random-entry li:hover .cb-shadow, #cb-footer-inner .cb-random-entry li:hover .cb-shadow {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .cb-related-posts li:hover img, #cb-sidebar .cb-random-entry li:hover img, #cb-footer-inner .cb-random-entry 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, #cb-sidebar .cb-random-entry li:hover .cb-excerpt, #cb-footer-inner .cb-random-entry 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, #cb-sidebar .cb-random-entry li:hover .cb-byline, #cb-footer-inner .cb-random-entry li:hover .cb-byline {
    color: #2d2d2d;
  }
  .cb-related-posts li .cb-shadow, #cb-sidebar .cb-random-entry li .cb-shadow, #cb-footer-inner .cb-random-entry li .cb-shadow {
    -webkit-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .cb-related-posts li .cb-excerpt, #cb-sidebar .cb-random-entry li .cb-excerpt, #cb-footer-inner .cb-random-entry li .cb-excerpt {
    -webkit-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .cb-related-posts li .cb-byline, #cb-sidebar .cb-random-entry li .cb-byline, #cb-footer-inner .cb-random-entry li .cb-byline {
    -webkit-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    -transition: color 0.4s;
    transition: color 0.4s;
  }
  .cb-related-posts li h4 a, #cb-sidebar .cb-random-entry li h4 a, #cb-footer-inner .cb-random-entry li h4 a {
    bottom: 25px;
    padding: 5px 15px 5px 30px;
    font-size: 12px;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -transition: all 0.4s;
    transition: all 0.4s;
  }
  .cb-related-posts img, .cb-related-posts a, .cb-related-posts .cb-excerpt, #cb-sidebar .cb-random-entry img, #cb-sidebar .cb-random-entry a, #cb-sidebar .cb-random-entry .cb-excerpt, #cb-footer-inner .cb-random-entry img, #cb-footer-inner .cb-random-entry a, #cb-footer-inner .cb-random-entry .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, #cb-sidebar .cb-random-entry .no-1, #cb-footer-inner .cb-random-entry .no-1 {
    margin: 0 0 10px 10px;
  }
  .cb-related-posts .no-2, #cb-sidebar .cb-random-entry .no-2, #cb-footer-inner .cb-random-entry .no-2 {
    margin: 0 0 10px 0;
  }
  .cb-related-posts .no-3, #cb-sidebar .cb-random-entry .no-3, #cb-footer-inner .cb-random-entry .no-3 {
    margin: 0 0 0 10px;
  }

  .cb-related-posts.cb-no-byline h4 a {
    bottom: 15px;
  }

  .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;
  }

  .cb-previous-next-links .previous {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -transition: all 0.5s;
    transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: -500px;
    padding-bottom: 500px;
  }
  .cb-previous-next-links .previous:hover {
    background-color: #f2f2f2;
  }
  .cb-previous-next-links .next {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -transition: all 0.5s;
    transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cb-previous-next-links .next:hover {
    background-color: #f2f2f2;
  }
  .cb-previous-next-links a:hover {
    color: #acacac;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  #cb-sidebar {
    margin: 0 30px 30px 30px;
    width: 220px;
  }
  #cb-sidebar h4 {
    font-size: 14px;
  }
  #cb-sidebar h4 a {
    -webkit-transition: color 0.6s;
    -ms-transition: color 0.6s;
    -o-transition: color 0.6s;
    -transition: color 0.6s;
    transition: color 0.6s;
  }
  #cb-sidebar .cb-sidebar-widget-title {
    font-size: 18px;
  }

  #cb-sidebar .listings-widget li .cb-score-box-star, #cb-sidebar .listings-widget li .cb-score-box, #cb-sidebar .listings-widget li img, #cb-sidebar .listings-widget li .cb-countdown, #cb-sidebar .listings-widget li img, #cb-sidebar .listings-widget li h4 a {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -transition: all 0.5s;
    transition: all 0.5s;
  }
  #cb-sidebar .listings-widget li img {
    width: 50px;
    height: 50px;
    -webkit-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -transition: opacity 0.5s;
    transition: opacity 0.5s;
  }               
  #cb-sidebar .listings-widget li .cb-countdown {
    font-size: 16px;
    height: 25px;
    width: 15px;  
  } 
  #cb-sidebar .listings-widget li h4 {
    width: 150px;
    padding-left: 45px;
  }
  
    #cb-sidebar .listings-widget li .cb-byline {
        margin-right:70px;
    }
    
  #cb-sidebar .listings-widget li .cb-score-box {
    width: 35px;
    height: 30px;
  }
  #cb-sidebar .listings-widget li .score {
    font-size: 12px;
    bottom: 5px;
  }
  #cb-sidebar .listings-widget li .cb-score-box-star {
    width: 35px;
    height: 30px;
  }
  #cb-sidebar .listings-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 .googleplus {
    background: url(images/widget-social-sprite-small.png) -350px 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 .googleplus:hover {
    background: url(images/widget-social-sprite-small.png) -350px -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 .googleplus, #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 img {
    -webkit-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  #cb-sidebar .latest-article-widget li:hover img, #cb-sidebar .latest-article-widget li:focus img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  #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;
  }

  .tagcloud a, .tags a {
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -transition: all 0.4s;
    transition: all 0.4s;
  }

  .widget_tag_cloud a:hover {
    background-color: #acacac;
    color: #fff;
    text-decoration: underline;
  }

  /*********************
  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;
  }

  /******************************************************************
  AUTHOR PAGE STYLES
  ******************************************************************/
  .cb-about-page li h3 {
    -webkit-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    -transition: color 0.5s;
    transition: color 0.5s;
  }
  .cb-about-page li h3 a {
    color: #555555;
  }
  .cb-about-page li .avatar, .cb-about-page li h3 a {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -transition: all 0.5s;
    transition: all 0.5s;
  }
  .cb-about-page li .avatar:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
  }
  .cb-about-page li .cb-meta {
    width: 360px;
    padding-right: 30px;
  }

  .cb-author-page {
    margin-bottom: 30px;
  }
  .cb-author-page h3 {
    -webkit-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    -transition: color 0.5s;
    transition: color 0.5s;
  }
  .cb-author-page h3 a {
    color: #555555;
  }
  .cb-author-page .avatar:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
  }
  .cb-author-page .avatar, .cb-author-page h3 a {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -transition: all 0.5s;
    transition: all 0.5s;
  }
  .cb-author-page .cb-meta {
    width: 360px;
    padding-right: 30px;
  }

  .cb-full-width.cb-about-page li .cb-meta {
    width: 610px;
  }

  .cb-blog-style-a:hover .mask img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
    -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);
  }

  .cb-blog-style-a .mask img, .cb-blog-style-a, .cb-blog-style-a a, .cb-blog-style-a .cb-read-more {
    -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;
  }

  /******************************************************************
  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 200px 10px 0;
  }

  /******************************************************************
  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;
  }

  .cb-blog-style-b .mask img, .cb-blog-style-b, .cb-blog-style-b a, .cb-blog-style-b .cb-read-more {
    -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-blog-style-b:hover .mask img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    -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);
  }

  /******************************************************************
  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;
  }

  .cb-blog-style-c:hover .mask img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
    -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);
  }

  .cb-blog-style-c .mask img, .cb-blog-style-c, .cb-blog-style-c a, .cb-blog-style-c .cb-read-more {
    -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;
  }

  /******************************************************************
  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;
    right: 10px;
  }
  .cb-blog-style-d .cb-mask {
    height: 120px;
  }

  .cb-blog-style-d .cb-meta {
    -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;
  }

  /******************************************************************
  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-left: 30px;
  }
  .cb-module-a .cb-article-big:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
  }
  .cb-module-a .cb-article-small {
    width: 210px;
  }
  .cb-module-a .cb-article-small h3, .cb-module-a .cb-article-small p {
    padding-right: 70px;
  }
  .cb-module-a .cb-article-small .mask {
    width: 50px;
    height: 50px;
  }
  .cb-module-a .cb-article-small:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  .cb-module-a img, .cb-module-a 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-b {
    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-big:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
  }
  .cb-module-b .cb-article-small h3, .cb-module-b .cb-article-small p {
    padding-right: 80px;
  }
  .cb-module-b .cb-article-small .mask {
    width: 50px;
    height: 50px;
  }
  .cb-module-b .cb-article-small:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  .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-c .cb-article:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
  }
  .cb-module-c .cb-article img, .cb-module-c .cb-article 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);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .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;
  }
  .cb-module-d img, .cb-module-d h2 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);
  }

  .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;
  }

  .cb_page_navi li a:hover, .cb_page_navi li a:focus {
    text-decoration: underline;
  }

  /*********************
  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;
  }

  .cb-user-score #cb-vote:hover {
    cursor: hand;
    cursor: pointer;
  }
  .cb-user-score .disabled:hover {
    cursor: auto !important;
  }

  /*********************
  FOOTER STYLES
  *********************/
  .cb-footer img, .cb-footer h4 a, .cb-footer .cb-countdown, .cb-footer .cb-score-box-star, .cb-footer .cb-score-box {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -transition: all 0.5s;
    transition: all 0.5s;
  }
  .cb-footer nav {
    left: 40px;
    bottom: 20px;
    position: absolute;
  }
  .cb-footer nav ul {
    margin: 0;
  }
  .cb-footer nav ul li a {
    margin: 0 10px 0 0;
  }
  .cb-footer .cb-footer-lower {
    padding: 20px 40px 40px 40px;
  }
  .cb-footer .listings-widget li .cb-score-box-star, .cb-footer .listings-widget li .cb-score-box, .cb-footer .listings-widget li img, .cb-footer .listings-widget li .cb-countdown, .cb-footer .listings-widget li h4 a {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -transition: all 0.5s;
    transition: all 0.5s;
  }
  .cb-footer .listings-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: right;
    margin-bottom: 0px;
    width: 190px;
  }
  .cb-footer .cb-copyright {
    right: 40px;
    bottom: 20px;
    position: absolute;
  }
  .cb-footer .flickr a img {
    margin: 0 3% 3% 0;
    width: 30%;
    border: 3px solid;
    border-color: #111111;
    -webkit-transition: border-color 0.6s;
    -ms-transition: border-color 0.6s;
    -o-transition: border-color 0.6s;
    -transition: border-color 0.6s;
    transition: border-color 0.6s;
  }
  .cb-footer .cb-social-media {
    margin: 10px 0 20px 0;
    height: 30px;
  }
  .cb-footer .cb-social-media a {
    float: left;
    margin: 0 20px 0 0;
    -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;
  }
}
@media only screen and (min-width: 1020px) {
  /******************************************************************
  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: 14px;
  }

  h6, .h6 {
    font-size: 12px;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  .main-nav {
    margin: 0 15px;
  }
  .main-nav li a {
    font-size: 16px;
  }
  .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 {

  }

  #cb-inner-header {
    padding: 10px 15px;
  }

  .spacer-left {
    margin-left: 22px;
  }

  #main {
    width: 650px;
  }

  #main-full-width {
    width: 990px;
    margin-left: 15px;
  }
  #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;
  }

  .article-header.full-width {
    margin: 0 40px 40px;
  }

  .cb-grid-4, .cb-grid-5, .cb-grid-6, .cb-grid-7 {
    margin: -40px 15px 15px 15px;
  }
  .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.cb-no-byline h2 a, .cb-grid-5.cb-no-byline h2 a, .cb-grid-6.cb-no-byline h2 a, .cb-grid-7.cb-no-byline h2 a {
    bottom: 20px;
  }

  .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: 650px;
  }
  .cb-grid-6 .no-2 {
    width: 333px;
  }
  .cb-grid-6 .no-3 {
    width: 325px;
  }
  .cb-grid-6 .no-4 {
    width: 320px;
  }
  .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 240px 10px 0;
  }

  /******************************************************************
  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;
    left: 10px;
  }
  .cb-blog-style-d .cb-category {
    top: 5px;
    right: 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-left: 40px;
  }
  .cb-module-a .cb-article-small {
    width: 280px;
  }
  .cb-module-a .cb-article-small h3, .cb-module-a .cb-article-small p {
    padding-right: 80px;
  }
  .cb-module-a .cb-article-small .mask {
    width: 60px;
    height: 60px;
  }

  .cb-module-b {
    margin-bottom: 10px;
    width: 315px;
  }

  .cb-module-b .cb-article-small .mask {
    width: 60px;
    height: 60px;
  }

  .cb-module-c {
    width: 280px;
  }
  .cb-module-c .cb-article {
    margin-bottom: 20px;
    width: 280px;
    height: 160px;
  }

  .cb-module-d {
    margin-bottom: 40px;
    width: 280px;
  }

  .flexslider-e {
    margin-bottom: 20px;
  }
  .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-right: 40px;
  }

  .cb-author-page {
    margin-bottom: 20px;
  }
  .cb-author-page .cb-mask img {
    width: 100px;
    height: 100px;
  }
  .cb-author-page .cb-meta {
    width: 500px;
    padding-right: 40px;
  }

  .cb-full-width.cb-about-page li .cb-meta {
    width: 820px;
    padding-right: 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, #cb-sidebar .cb-random-entry li, #cb-footer-inner .cb-random-entry li {
    width: 290px;
    height: 160px;
  }
  .cb-related-posts li h4 a, #cb-sidebar .cb-random-entry li h4 a, #cb-footer-inner .cb-random-entry li h4 a {
    padding: 5px 15px 5px 30px;
    font-size: 14px;
  }
  .cb-related-posts .no-1, #cb-sidebar .cb-random-entry .no-1, #cb-footer-inner .cb-random-entry .no-1 {
    margin: 0 0 20px 20px;
  }
  .cb-related-posts .no-2, #cb-sidebar .cb-random-entry .no-2, #cb-footer-inner .cb-random-entry .no-2 {
    margin: 0 0 20px 0;
  }
  .cb-related-posts .no-3, #cb-sidebar .cb-random-entry .no-3, #cb-footer-inner .cb-random-entry .no-3 {
    margin: 0 0 0 20px;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  #cb-sidebar {
    margin: 0 14px 15px 15px;
    width: 300px;
  }
  #cb-sidebar .cb-sidebar-widget-title {
    font-size: 20px;
  }
  #cb-sidebar .listings-widget li img {
    width: 60px;
    height: 60px;
  }
  #cb-sidebar .listings-widget li .cb-countdown {
    font-size: 18px;
    height: 30px;
    width: 20px;
    padding-left: 4px;
  }
  #cb-sidebar .listings-widget li h4 {
    width: 220px;
    padding-left: 50px;
  }
  #cb-sidebar .listings-widget li .cb-byline {
    margin: 0 80px 0 0;
  }
  #cb-sidebar .listings-widget li .cb-score-box {
    width: 35px;
    height: 30px;
  }
  #cb-sidebar .listings-widget li .score {
    font-size: 12px;
    bottom: 5px;
  }
  #cb-sidebar .listings-widget li .cb-score-box-star {
    width: 35px;
    height: 30px;
  }
  #cb-sidebar .listings-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: 14px;
    padding: 5px 2px;
  }
  #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: 20px;
  }
  #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 .googleplus {
    background: url(images/widget-social-sprite.png) -476px 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 .googleplus:hover {
    background: url(images/widget-social-sprite.png) -476px -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, #cb-sidebar .cb-social-media-widget .icon-6 {
    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, #cb-sidebar .cb-social-media-widget .icon-5 {
    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 .listings-widget li h4 {
    width: 135px;
    font-size: 12px;
  }

  /*********************
  FOOTER STYLES
  *********************/
  .cb-footer .latest-article-widget li h4 {
    font-size: 14px;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}











 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider { padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Normal Slider
*********************************/
.flexslider {background: #fff; position: relative; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;  -o-transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

.flexslider h2 {margin:0;}
.flexslider h2 a { color:#fff; white-space:nowrap; overflow:hidden; text-overflow: ellipsis; position:absolute; background: url(images/black-50-1x1.png);  background: rgba(0,0,0,0.85); }

.flexslider .cb-excerpt { color: #fff; position: absolute; background: url(images/black-50-1x1.png);  background: rgba(0,0,0,0.85); }
.flexslider .cb-icon, .flexslider-full .cb-icon {position:absolute; top:50%; left:50%; margin: -30px 0 0 -30px; width:60px; height:60px; -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);}
	
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {display: block; background: #000 url(images/bg_direction_nav_big.png) no-repeat 0 0; position: absolute; top: 40%; z-index: 20; cursor: pointer; text-indent: -9999px; opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); padding: 20px 30px;}
.flex-direction-nav .flex-next {background-position: 10px -91px; right: 0px;  -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; -o-transition: all 1s ease; }
.flex-direction-nav .flex-prev { background-position: 10px 8px; left: 0px; -webkit-transition: all 1s ease; -o-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.flexslider:hover .flex-next {opacity: 0.4;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40); }
.flexslider:hover .flex-prev {opacity: 0.4; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40); }
.flexslider .flex-next:hover, .flexslider .flex-prev:hover {opacity: 0.75;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30); cursor: default;}

.flexslider ul li, .slides li {list-style-type:none!important;}
/* Control Nav */
.flexslider .flex-control-nav {max-width: 140px; position: absolute; top: 10px; right: 10px; text-align: center; z-index: 20; height: 25px; }
.flexslider .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1;  *display: inline;}
.flexslider .flex-control-paging li a {width: 11px; height: 11px; display: block; background: url(images/black-50-1x1.png);  background: rgba(0,0,0,0.65); cursor: pointer; text-indent: -9999px; box-shadow: inset 0 0 3px rgba(0,0,0,0.7);}
.flexslider .flex-control-paging li a:hover {background: url(images/black-50-1x1.png);  background: rgba(0,0,0,0.75);}
.flexslider .flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,1); cursor: default; }


.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70); cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}
.flex-control-thumbs .flex-active {opacity: 1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100); cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100); left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100); right: 0;}
}


/* FlexSlider Module E
*********************************/

.flexslider-e { direction: ltr; background: #fff;  position: relative; zoom: 1; }

.flexslider-e .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative;} 
.flexslider-e .overlay { position: absolute; -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.6) inset; -moz-box-shadow: 0 0 40px rgba(0,0,0,0.6) inset; box-shadow: 0 0 40px rgba(0,0,0,0.6) inset; height: 100%; width: 100%; left: 0; top: 0;}
.flexslider-e .slides img {width: 100%; display: block; position:relative;}
.flex-pauseplay span {text-transform: capitalize;}

.flexslider-e .cb-category {position:absolute; top: 5px; left:10px; z-index: 5;}
.flexslider-e .cb-comments {position:absolute; top:10px; right:10px; z-index: 5;}


.flexslider-e .flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;  -o-transition: all 1s ease;}
.flexslider-e .loading .flex-viewport {max-height: 300px;}
.flexslider-e .slides {zoom: 1;}

.flexslider-e h2 {margin:0; }
.flexslider-e h2 a { color:#fff; overflow:hidden; text-overflow: ellipsis; white-space:nowrap; position:absolute; bottom: 0; background: url(images/black-50-1x1.png);  background: rgba(0,0,0,0.85); z-index: 5; }

.flexslider-e .carousel li {margin-right: 5px;}

/* Direction Nav */
.flexslider-e .flex-direction-nav {*height: 0;direction: rtl;}
.flexslider-e .flex-direction-nav a {display: block; background: #000 url(images/bg_direction_nav_big.png) no-repeat; position: absolute; top: 0%; z-index: 20; cursor: pointer; text-indent: -9999px; opacity: 0.2; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=2); }
.flexslider-e .flex-direction-nav .flex-next { right: 0px;  -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; -o-transition: all 1s ease; }
.flexslider-e  .flex-direction-nav .flex-prev {  left: 0px; -webkit-transition: all 1s ease; -o-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}

.flexslider-e h2 a:hover {color: #eee;}

.flexslider-e .flex-next:hover, .flexslider-e .flex-prev:hover {opacity: 0.85; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);}
.flexslider-e .flex-direction-nav .flex-disabled {opacity: 0.15!important; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=15); cursor: default;}
.flexslider-e .overlay:hover {-webkit-box-shadow: 0 0 150px rgba(0,0,0,0.7) inset; -moz-box-shadow: 0 0 150px rgba(0,0,0,0.7) inset; box-shadow: 0 0 150px rgba(0,0,0,0.7) inset; }


/* Control Nav */
.flexslider-e .flex-control-nav {width: 100%; position: absolute; bottom: 0px; text-align: center; z-index: 20; }
.flexslider-e .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flexslider-e .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flexslider-e .flex-control-paging li a:hover { background: #333; background: rgba(255,255,255,0.65); }
.flexslider-e .flex-control-paging li a.flex-active { background: #000; background: rgba(255,255,255,0.8); cursor: default; }


.flexslider-e .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flexslider-e .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flexslider-e .flex-control-thumbs img {width: 100%; display: block; opacity: .7; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70); cursor: pointer;}
.flexslider-e .flex-control-thumbs img:hover {opacity: 1; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}
.flexslider-e .flex-control-thumbs .flex-active {opacity: 1; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100); cursor: default;}

/* FlexSlider Module G
*********************************/
.flexslider-g {
    direction: ltr;
}

.flexslider-g .slides > li {display: none;-webkit-backface-visibility: hidden; position:relative;  overflow:hidden;} 
.flexslider-g .slides > li:hover img{opacity:0.85;  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);}
.flexslider-g .slides img {display: block; position:relative; max-width:200px; left: -20px;}
.flex-pauseplay span {text-transform: capitalize;}

.flexslider-g .cb-category {position:absolute; z-index: 5;}
.flexslider-g .cb-comments {position:absolute;  z-index: 5;}


.flexslider-g .flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;  -o-transition: all 1s ease;}
.flexslider-g .loading .flex-viewport {max-height: 300px;}
.flexslider-g .slides {zoom: 1;}

.flexslider-g h2 {margin:0;  direction: rtl; }
.flexslider-g h2 a { color:#fff; font-weight:700; position:absolute; bottom: 0; z-ndex: 5;  text-shadow:1px 1px 10px rgba(0,0,0,0.75); -moz-text-shadow:1px 1px 10px rgba(0,0,0,0.75); -ms-text-shadow:1px 1px 10px rgba(0,0,0,0.75); -o-text-shadow: 1px 1px 10px rgba(0,0,0,0.75);}

.flexslider-g .carousel li {margin-right: 5px;}

/* Direction Nav */
.flexslider-g .flex-direction-nav {*height: 0;direction: rtl;}
.flexslider-g .flex-direction-nav a {display: block; background: #000 url(images/bg_direction_nav_big.png) no-repeat; position: absolute; top: 0%; z-index: 20; cursor: pointer; text-indent: -9999px; opacity: 0.2; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=20); padding: 10px 15px; }
.flexslider-g .flex-direction-nav .flex-next { right: 0px;  -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; -o-transition: all 1s ease; }
.flexslider-g  .flex-direction-nav .flex-prev { left: 0px; -webkit-transition: all 1s ease; -o-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}

.flexslider-g li:hover h2 a {color: #e3e3e3;}

.flexslider-g .flex-direction-nav .flex-next:hover, .flexslider-g .flex-direction-nav .flex-prev:hover {opacity: 0.85; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);}
.flexslider-g .flex-direction-nav .flex-disabled {opacity: 0.1!important; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=10); cursor: default;}


/* Control Nav */
.flexslider-g .flex-control-nav {width: 100%; position: absolute; bottom: 0px; text-align: center; z-index: 20; }
.flexslider-g .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flexslider-g .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flexslider-g .flex-control-paging li a:hover { background: #333; background: rgba(255,255,255,0.65); }
.flexslider-g .flex-control-paging li a.flex-active { background: #000; background: rgba(255,255,255,0.8); cursor: default; }

.flexslider-g .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flexslider-g .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flexslider-g .flex-control-thumbs img {width: 100%; display: block; opacity: .7; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70); cursor: pointer;}
.flexslider-g .flex-control-thumbs img:hover {opacity: 1; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}
.flexslider-g .flex-control-thumbs .flex-active {opacity: 1; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100); cursor: default;}

/* FlexSlider Full Theme
*********************************/

.flexslider-full { padding: 0;}
.flexslider-full h2 a { color:#fff;	position:absolute; background: url(images/black-50-1x1.png);  background: rgba(0,0,0,0.85); }
.flexslider-full h2 a:hover {color: #eee;}
.flexslider-e h2 a:hover {color: #eee;}
.flexslider h2 a:hover {color: #eee;}
.flexslider-full .slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider-full .slides img {width: 100%; display: block; position:relative;}
.flex-pauseplay span {text-transform: capitalize;}
.flexslider-full .cb-excerpt { color: #fff; position: absolute;  background: url(images/black-50-1x1.png);  background: rgba(0,0,0,0.85); }


.flexslider-full {background: #fff;  position: relative; zoom: 1; }
.flexslider-full .flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease;  -o-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.flexslider-full .loading .flex-viewport {max-height: 300px;}
.flexslider-full .slides {zoom: 1;}

.flexslider-full .carousel li {margin-right: 5px}


/* Direction Nav */
.flexslider-full .flex-direction-nav {*height: 0;}
.flexslider-full .flex-direction-nav a {display: block; position: absolute; top: 40%; z-index: 20; cursor: pointer; text-indent: -9999px; opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);}
.flexslider-full .flex-direction-nav .flex-next {right: 0px;   -o-transition: all 1s ease; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.flexslider-full .flex-direction-nav .flex-prev { left: 0px;  -o-transition: all 1s ease; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.flexslider-full:hover .flex-next {opacity: 0.4;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40); }
.flexslider-full:hover .flex-prev {opacity: 0.4; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40); }
.flexslider-full:hover .flex-next:hover, .flexslider-full:hover .flex-prev:hover {opacity: 0.75;}
.flexslider-full .flex-direction-nav .flex-disabled {opacity: .3!important; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30); cursor: default;}
/* Control Nav */
.flexslider-full .flex-control-nav {max-width: 140px; position: absolute; text-align: center; z-index: 20; height: 25px; }
.flexslider-full .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1;  *display: inline;}
.flexslider-full .flex-control-paging li a {width: 11px; height: 11px; display: block;background: url(images/black-50-1x1.png);  background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; box-shadow: inset 0 0 3px rgba(0,0,0,0.7);}
.flexslider-full .flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flexslider-full .flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,1); cursor: default; }

.flexslider-full .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flexslider-full .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flexslider-full .flex-control-thumbs img {width: 100%; display: block; opacity: .7;  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70); cursor: pointer;}
.flexslider-full .flex-control-thumbs img:hover {opacity: 1; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}
.flexslider-full .flex-control-thumbs .flex-active {opacity: 1; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100); cursor: default;}


/* FlexSlider Module F
*********************************/

.flexslider-f {padding:30px 0; margin-bottom: 40px; background: #fff;  position: relative; zoom: 1; }

.flexslider-f .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider-f .slides img {width: 100%; display: block; position:relative;}
.flex-pauseplay span {text-transform: capitalize;}

.flexslider-f .cb-category {position:absolute; top: 5px; left:10px; }
.flexslider-f.cb-comments {position:absolute; top:10px; right:10px;}


.flexslider-f .flex-viewport {max-height: 2000px; height:480px!important; -webkit-transition: all 1s ease;  -o-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.flexslider-f .loading .flex-viewport {max-height: 600px;}
.flexslider-f .slides {zoom: 1;}

.flexslider-f h2 {margin:0;}
.flexslider-f h2 a { color:#fff; overflow:hidden; text-overflow: ellipsis; width:270px; white-space:nowrap; position:absolute; padding: 5px 10px; bottom: 0; background: url(images/black-50-1x1.png);  background: rgba(0,0,0,0.85); }

.flexslider-f .carousel li {margin-right: 5px;}

/* Direction Nav */
.flexslider-f flex-direction-nav {*height: 0;}
.flexslider-f .flex-direction-nav a {display: block; background: #000 url(images/bg_direction_nav_big.png) no-repeat; position: absolute; z-index: 20; cursor: pointer; text-indent: -9999px; opacity: 0.2; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=20); padding: 10px 15px; height:154px;}
.flexslider-f .flex-direction-nav .flex-next {background-position: -73px 70px; right: 0px;  bottom:0; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; -o-transition: all 1s ease; }
.flexslider-f  .flex-direction-nav .flex-prev { background-position: -99px 70px; left: 0px; top: 0; -webkit-transition: all 1s ease; -o-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.flexslider-f:hover .flex-next {opacity: 0.35; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=35); }
.flexslider-f:hover .flex-prev {opacity: 0.35; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=35); }
.flexslider-f .flex-next:hover, .flexslider-f .flex-prev:hover {opacity: 0.85; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);}
.flexslider-f .flex-direction-nav .flex-disabled {opacity: 0!important; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); cursor: default;}

/* Control Nav */
.flexslider-f .flex-control-nav {width: 100%; position: absolute; bottom: 0px; text-align: center; z-index: 20; }
.flexslider-f .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flexslider-f .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flexslider-f .flex-control-paging li a:hover { background: #333; background: rgba(255,255,255,0.65); }
.flexslider-f .flex-control-paging li a.flex-active { background: #000; background: rgba(255,255,255,0.8); cursor: default; }


.flexslider-f .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flexslider-f .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flexslider-f .flex-control-thumbs img {width: 100%; display: block; opacity: .7; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70); cursor: pointer;}
.flexslider-f .flex-control-thumbs img:hover {opacity: 1; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}
.flexslider-f .flex-control-thumbs .flex-active {opacity: 1; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100); cursor: default;}
@media screen and (max-width: 860px) {
.flexslider-f   .flex-direction-nav .flex-prev {opacity: 1; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100); left: 0;}
.flexslider-f   .flex-direction-nav .flex-next {opacity: 1; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100); right: 0;}
}

.flexslider .overlay, .flexslider-e .overlay, .flexslider-g .slides > li img, .flexslider-full .overlay, .flexslider-f .overlay {-webkit-transition: all 1s ease; -o-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
























.ZebraDialog {
    width: 350px;
}

.ZebraDialog,
.ZebraDialog .ZebraDialog_Title,
.ZebraDialog .ZebraDialog_Body,
.ZebraDialog .ZebraDialog_Buttons a {
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: right;
}

.ZebraDialog .ZebraDialog_Title,
.ZebraDialog .ZebraDialog_BodyOuter,
.ZebraDialog .ZebraDialog_Buttons {
    border-color: #13252F;
    border-width: 7px;
}

.ZebraDialog .ZebraDialog_Title {
    font-size: 16px;
    font-weight: bold;
    color: #F6F5F5;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #444444;
    padding: 12px 15px;
    line-height: 20px;
}

/*  set background color here and not on ZebraDialog_Body, or you'll eventually run into problems with rounded corners
    when using smaller widths for border! */
.ZebraDialog .ZebraDialog_BodyOuter {
    background: #E7EDEF;
}

.ZebraDialog input[type="text"] {margin: 0 0 2px 0;width: 215px;}

.ZebraDialog .ZebraDialog_Body {
    color: #44484A;
    padding: 15px;
    border-top-color: #000;
    border-bottom-color: #FFF;
}

.ZebraDialog .ZebraDialog_Buttons {
    background: #E7EDEF;
    padding: 10px 5px 10px 10px;
}

.ZebraDialog .ZebraDialog_Buttons a {
    font-weight: bold;
    color: #FFF;
    text-shadow: 1px 0px 2px #222;
    padding:5px 10px;
}

.ZebraDialog .ZebraDialog_Buttons a:hover {
    background: #224467;
    color: #FFF
}

.ZebraDialogOverlay {
    background: #666;
}

/* = YOU SHOULD NOT CHANGE ANYTHING FROM THIS POINT ON
---------------------------------------------------------------------------------------------------------------------*/
.ZebraDialog {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.ZebraDialog .ZebraDialog_Title {
    border-left-style: solid;
    border-top-style: solid;
    border-right-style: solid;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.ZebraDialog .ZebraDialog_BodyOuter {
    border-left-style: solid;
    border-right-style: solid;
}

.ZebraDialog .ZebraDialog_NoTitle {
    border-top-style: solid;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.ZebraDialog .ZebraDialog_NoButtons {
    border-bottom-style: solid;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ZebraDialog .ZebraDialog_Body {
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: groove;
    overflow: auto;
}

.ZebraDialog .ZebraDialog_NoTitle .ZebraDialog_Body {
    border-top: none;
}

.ZebraDialog .ZebraDialog_NoButtons .ZebraDialog_Body {
    border-bottom: none;
}

.ZebraDialog .ZebraDialog_Icon {
    background-repeat: no-repeat;
    background-position: 95% 10px;
    padding-right: 75px;
    min-height: 70px;
    _height: 40px;
}

.ZebraDialog .ZebraDialog_Confirmation  { background-image: url('img/dialog/confirmation.png') }
.ZebraDialog .ZebraDialog_Error         { background-image: url('img/dialog/error.png') }
.ZebraDialog .ZebraDialog_Information   { background-image: url('img/dialog/information.png') }
.ZebraDialog .ZebraDialog_Question      { background-image: url('img/dialog/question.png') }
.ZebraDialog .ZebraDialog_Warning       { background-image: url('img/dialog/warning.png') }
.ZebraDialog .ZebraDialog_User          { background-image: url('img/dialog/user.png') }

.ZebraDialog .ZebraDialog_Buttons {
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.ZebraDialog .ZebraDialog_Buttons a {
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    float: left;
    margin-left: 5px;
    min-width: 60px;
    _width: 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

  background-color: #faa732;
  *background-color: #f89406;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.ZebraDialog .ZebraDialog_Preloader {
    height: 32px;
    background: url('img/dialog/preloader.gif') no-repeat center center;
}


.polls {}
.polls > p { padding: 6px 5px;font-weight: bold; color: #AD0000;font: bold 18px/20px Arial,Helvetica,sans-serif; border-bottom: 1px solid #E2E2E2;}
.polls img {margin: 0 auto;display: block;width: 290px;}
.polls > strong {display: block;text-align: center; padding: 10px 5px;border-top: 1px solid #E2E2E2;color: #F12020;}

.polls ul{list-style: none;margin: 5px 0;font-size: 11px;}

.polls ul.result li{position: relative;margin: 2px 12px;height: 40px;}

.polls ul.result li > span{position: relative;z-index: 2;color: #373737;}
.polls ul.result li span.votes{float: left;font-size: 10px;color: #A3A4A6;}
.polls ul.result li p{position: absolute;right: 0; bottom: 0; height:13px; width:100%; background:#F3F4F8;}
.polls ul.result li p span{position: absolute;right: 0; bottom: 0px; z-index: 1; height:11px; min-width: 2px;width:0;border: 1px solid #C7C7C7;background: url('img/poll.png') no-repeat center right;}
.polls ul.result li p,.polls ul.result li p span{-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius:3px;}

.polls ul.vote li{position: relative;color: #3A3A3B; background: #F3F4F8;margin: 2px 0;padding: 2px;}
.polls ul.vote li label{cursor: pointer;margin-bottom: 0;}


#preview{
    text-align: center;
    margin: 5px 2px;
    padding:20px 5px;
    background: url(img/preview.png);
    border: 1px solid #D8DDE0;
    overflow: hidden;
}

#breaking{
    float: right;
    background: url("img/breaking-bg.png") repeat scroll 0 0 transparent;
    height: 50px;
    margin: -33px 40px 0 40px;
    display: none;
}

#breaking div.head {
    background: url("img/breaking-head.png") no-repeat;
    float: right;
    height: 50px;
    width: 114px;
}

#breaking a.remove{
    height: 16px;
    width: 16px;
    float: left;
    margin: 17px;
}

#breaking .newslider-minimal{
    float: right;
    height: 20px;
    margin: 15px 5px 0 0;
    min-width: 770px;
}

.newsletter{
    width: 310px;
    background: url('img/newsletter.png') no-repeat;
    height: 128px;
    padding: 10px;
}

.newsletter p{margin: 2px 0;}
.newsletter form{margin: 0 5px;}



.sidebar .bubbles{
    margin: 5px 0 0 0;
    list-style: none;
}

.sidebar .bubbles li{
    float: right;
    text-align: center;
    width: 53px;
    background:rgba(237,237,237,0.8);
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px; 
    font-weight: bold;  
    font-size: 11px;
    margin-right: 8px; 
    line-height: 13px; 
    padding: 0 0 8px 0;        
}

.sidebar .bubbles li:first-child{margin-right: 0; }

.sidebar .bubbles li p{
    color:#fff;
    font-size: 12px;
    padding: 3px;
    margin: 0 0 8px 0;
}
.sidebar .bubbles li span{
    display: block;
}

input,select,textarea{

  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;      
}


.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
p{margin:0 0 10px;}
.lead{margin-bottom:20px;font-size:21px;font-weight:200;line-height:30px;}
small{font-size:85%;}
strong{font-weight:bold;}
em{font-style:italic;}
cite{font-style:normal;}
.muted{color:#999999;}
a.muted:hover,a.muted:focus{color:#808080;}
.text-warning{color:#c09853;}
a.text-warning:hover,a.text-warning:focus{color:#a47e3c;}
.text-error{color:#b94a48;}
a.text-error:hover,a.text-error:focus{color:#953b39;}
.text-info{color:#3a87ad;}
a.text-info:hover,a.text-info:focus{color:#2d6987;}
.text-success{color:#468847;}
a.text-success:hover,a.text-success:focus{color:#356635;}
.text-left{text-align:right;}
.text-right{text-align:left;}
.text-center{text-align:center;}
h1,h2,h3,h4,h5,h6{font-weight:bold;color:inherit;text-rendering:optimizelegibility;}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;line-height:1;color:#999999;}

code,pre{padding:0 3px 2px;font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;color:#333333;}
code{padding:2px 4px;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8;white-space:nowrap;}
pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:20px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);}pre.prettyprint{margin-bottom:20px;}
pre code{padding:0;color:inherit;white-space:pre;white-space:pre-wrap;background-color:transparent;border:0;}
.pre-scrollable{max-height:340px;overflow-y:scroll;}

h1{font-size:25px;}
h2{font-size:21.5px;}
h3{font-size:14.5px;}
h4{font-size:12.5px;}
h5{font-size:11px;}
h6{font-size:11px;}
h1 small{font-size:14.5px;}
h2 small{font-size:12.5px;}
h3 small{font-size:11px;}
h4 small{font-size:11px;}
.page-header{padding-bottom:9px;margin:20px 0 30px;border-bottom:1px solid #eeeeee;}
ul,ol{padding:0;margin:0 25px 10px 0;}
ul ul,ul ol,ol ol,ol ul{margin-bottom:0;}
li{line-height:20px;}
ul.unstyled,ol.unstyled{margin-right:0;list-style:none;}
ul.inline,ol.inline{margin-right:0;list-style:none;}ul.inline>li,ol.inline>li{display:inline-block;*display:inline;*zoom:1;padding-right:5px;padding-left:5px;}
dl{margin-bottom:20px;}
dt,dd{line-height:20px;}
dt{font-weight:bold;}
dd{margin-right:10px;}
.dl-horizontal{*zoom:1;}.dl-horizontal:before,.dl-horizontal:after{display:table;content:"";line-height:0;}
.dl-horizontal:after{clear:both;}
.dl-horizontal dt{float:right;width:160px;clear:right;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.dl-horizontal dd{margin-right:180px;}
hr{margin:20px 0;border:0;border-top:1px solid #eeeeee;border-bottom:1px solid #ffffff;}
abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999999;}
abbr.initialism{font-size:90%;text-transform:uppercase;}
blockquote{padding:0 15px 0 0;margin:0 0 20px;border-right:5px solid #eeeeee;}blockquote p{margin-bottom:0;font-size:17.5px;font-weight:300;line-height:1.25;}
blockquote small{display:block;line-height:20px;color:#999999;}blockquote small:before{content:'\2014 \00A0';}
blockquote.pull-right{float:left;padding-left:15px;padding-right:0;border-left:5px solid #eeeeee;border-right:0;}blockquote.pull-right p,blockquote.pull-right small{text-align:left;}
blockquote.pull-right small:before{content:'';}
blockquote.pull-right small:after{content:'\00A0 \2014';}
q:before,q:after,blockquote:before,blockquote:after{content:"";}
address{display:block;margin-bottom:20px;font-style:normal;line-height:20px;}
.label,.badge{display:inline-block;padding:2px 4px;font-size:11.844px;font-weight:bold;line-height:14px;color:#ffffff;vertical-align:baseline;white-space:nowrap;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#999999;}
.label{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.badge{padding-right:9px;padding-left:9px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px;}
.label:empty,.badge:empty{display:none;}
a.label:hover,a.label:focus,a.badge:hover,a.badge:focus{color:#ffffff;text-decoration:none;cursor:pointer;}
.label-important,.badge-important{background-color:#b94a48;}
.label-important[href],.badge-important[href]{background-color:#953b39;}
.label-warning,.badge-warning{background-color:#f89406;}
.label-warning[href],.badge-warning[href]{background-color:#c67605;}
.label-success,.badge-success{background-color:#468847;}
.label-success[href],.badge-success[href]{background-color:#356635;}
.label-info,.badge-info{background-color:#3a87ad;}
.label-info[href],.badge-info[href]{background-color:#2d6987;}
.label-inverse,.badge-inverse{background-color:#333333;}
.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a;}
.btn .label,.btn .badge{position:relative;top:-1px;}
.btn-mini .label,.btn-mini .badge{top:0;}

table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0;}
.table{width:100%;margin-bottom:20px;}.table th,.table td{padding:8px;line-height:20px;text-align:right;vertical-align:top;border-top:1px solid #dddddd;}
.table th{font-weight:bold;}
.table thead th{vertical-align:bottom;}
.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0;}
.table tbody+tbody{border-top:2px solid #dddddd;}
.table .table{background-color:#ffffff;}
.table-condensed th,.table-condensed td{padding:4px 5px;}
.table-bordered{border:1px solid #dddddd;border-collapse:separate;*border-collapse:collapse;border-right:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.table-bordered th,.table-bordered td{border-right:1px solid #dddddd;}
.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0;}
.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child,.table-bordered tbody:first-child tr:first-child>th:first-child{-webkit-border-top-right-radius:4px;-moz-border-radius-topleft:4px;border-top-right-radius:4px;}
.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child,.table-bordered tbody:first-child tr:first-child>th:last-child{-webkit-border-top-left-radius:4px;-moz-border-radius-topright:4px;border-top-left-radius:4px;}
.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tbody:last-child tr:last-child>th:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>th:first-child{-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-right-radius:4px;}
.table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tbody:last-child tr:last-child>th:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>th:last-child{-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-left-radius:4px;}
.table-bordered tfoot+tbody:last-child tr:last-child td:first-child{-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-right-radius:0;}
.table-bordered tfoot+tbody:last-child tr:last-child td:last-child{-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomright:0;border-bottom-left-radius:0;}
.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child{-webkit-border-top-right-radius:4px;-moz-border-radius-topleft:4px;border-top-right-radius:4px;}
.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child{-webkit-border-top-left-radius:4px;-moz-border-radius-topright:4px;border-top-left-radius:4px;}
.table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th{background-color:#f9f9f9;}
.table-hover tbody tr:hover>td,.table-hover tbody tr:hover>th{background-color:#f5f5f5;}
table td[class*="span"],table th[class*="span"],.row-fluid table td[class*="span"],.row-fluid table th[class*="span"]{display:table-cell;float:none;margin-right:0;}
.table td.span1,.table th.span1{float:none;width:44px;margin-right:0;}
.table td.span2,.table th.span2{float:none;width:124px;margin-right:0;}
.table td.span3,.table th.span3{float:none;width:204px;margin-right:0;}
.table td.span4,.table th.span4{float:none;width:284px;margin-right:0;}
.table td.span5,.table th.span5{float:none;width:364px;margin-right:0;}
.table td.span6,.table th.span6{float:none;width:444px;margin-right:0;}
.table td.span7,.table th.span7{float:none;width:524px;margin-right:0;}
.table td.span8,.table th.span8{float:none;width:604px;margin-right:0;}
.table td.span9,.table th.span9{float:none;width:684px;margin-right:0;}
.table td.span10,.table th.span10{float:none;width:764px;margin-right:0;}
.table td.span11,.table th.span11{float:none;width:844px;margin-right:0;}
.table td.span12,.table th.span12{float:none;width:924px;margin-right:0;}
.table tbody tr.success>td{background-color:#dff0d8;}
.table tbody tr.error>td{background-color:#f2dede;}
.table tbody tr.warning>td{background-color:#fcf8e3;}
.table tbody tr.info>td{background-color:#d9edf7;}
.table-hover tbody tr.success:hover>td{background-color:#d0e9c6;}
.table-hover tbody tr.error:hover>td{background-color:#ebcccc;}
.table-hover tbody tr.warning:hover>td{background-color:#faf2cc;}
.table-hover tbody tr.info:hover>td{background-color:#c4e3f3;}

form{margin:0;}
fieldset{padding:0;margin:0;border:0;}
legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:18px;line-height:40px;color:#333333;border:0;border-bottom:1px solid #e5e5e5;}legend small{font-size:15px;color:#999999;}
label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px;}
input,button,select,textarea{font-family:Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif;}
label{display:block;margin-bottom:5px;}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;  height:20px;padding:4px 6px;/*margin-bottom:10px;*/font-size:14px;line-height:20px;color:#555555;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;vertical-align:middle;}
input,textarea,.uneditable-input{width:206px;}
textarea{height:auto;}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#F7F7F7;border:1px solid #cccccc;-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}
textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;}
input[type="radio"],input[type="checkbox"]{margin:4px 0 0;*margin-top:0;margin-top:1px \9;line-height:normal;}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}
select,input[type="file"]{height:24px;*margin-top:4px;line-height:24px;}
select{width:208px;border:1px solid #cccccc;background-color:#ffffff;}
select[multiple],select[size]{height:auto;}
select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.uneditable-input,.uneditable-textarea{color:#999999;background-color:#fcfcfc;border-color:#cccccc;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);cursor:not-allowed;}
.uneditable-input{overflow:hidden;white-space:nowrap;}
.uneditable-textarea{width:auto;height:auto;}
input:-moz-placeholder,textarea:-moz-placeholder{color:#999999;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999999;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999999;}
.radio,.checkbox{min-height:20px;padding-right:20px;}
.radio input[type="radio"],.checkbox input[type="checkbox"]{float:right;margin-right:-20px;}
.controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px;}
.radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle;}
.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{margin-right:10px;}
.input-mini{width:60px;}
.input-small{width:90px;}
.input-medium{width:150px;}
.input-large{width:210px;}
.input-xlarge{width:270px;}
.input-xxlarge{width:530px;}
input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{float:none;margin-right:0;}
.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{display:inline-block;}
input,textarea,.uneditable-input{margin-right:0;}
.controls-row [class*="span"]+[class*="span"]{margin-right:20px;}
input.span12,textarea.span12,.uneditable-input.span12{width:926px;}
input.span11,textarea.span11,.uneditable-input.span11{width:846px;}
input.span10,textarea.span10,.uneditable-input.span10{width:766px;}
input.span9,textarea.span9,.uneditable-input.span9{width:686px;}
input.span8,textarea.span8,.uneditable-input.span8{width:606px;}
input.span7,textarea.span7,.uneditable-input.span7{width:526px;}
input.span6,textarea.span6,.uneditable-input.span6{width:446px;}
input.span5,textarea.span5,.uneditable-input.span5{width:366px;}
input.span4,textarea.span4,.uneditable-input.span4{width:286px;}
input.span3,textarea.span3,.uneditable-input.span3{width:206px;}
input.span2,textarea.span2,.uneditable-input.span2{width:126px;}
input.span1,textarea.span1,.uneditable-input.span1{width:46px;}
.controls-row{*zoom:1;}.controls-row:before,.controls-row:after{display:table;content:"";line-height:0;}
.controls-row:after{clear:both;}
.controls-row [class*="span"],.row-fluid .controls-row [class*="span"]{float:right;}
.controls-row .checkbox[class*="span"],.controls-row .radio[class*="span"]{padding-top:5px;}
input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background-color:#eeeeee;}
input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color:transparent;}
.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#c09853;}
.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#c09853;}
.control-group.warning input,.control-group.warning select,.control-group.warning textarea{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #dbc59e;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #dbc59e;}
.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853;}
.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline{color:#b94a48;}
.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48;}
.control-group.error input,.control-group.error select,.control-group.error textarea{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #d59392;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #d59392;}
.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48;}
.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline{color:#468847;}
.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847;}
.control-group.success input,.control-group.success select,.control-group.success textarea{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7aba7b;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7aba7b;}
.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847;}
.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline{color:#3a87ad;}
.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{color:#3a87ad;}
.control-group.info input,.control-group.info select,.control-group.info textarea{border-color:#3a87ad;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{border-color:#2d6987;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7ab5d3;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7ab5d3;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7ab5d3;}
.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on{color:#3a87ad;background-color:#d9edf7;border-color:#3a87ad;}
input:focus:invalid,textarea:focus:invalid,select:focus:invalid{color:#b94a48;border-color:#ee5f5b;}input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7;}
.form-actions{padding:19px 20px 20px;margin-top:20px;margin-bottom:0;background-color:#f5f5f5;border-top:1px solid #e5e5e5;*zoom:1;}.form-actions:before,.form-actions:after{display:table;content:"";line-height:0;}
.form-actions:after{clear:both;}
.help-block,.help-inline{color:#595959;}
.help-block{display:block;margin-bottom:10px;}
.help-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;padding-right:5px;font-size: 10px;}
.input-append,.input-prepend{display:inline-block;margin-bottom:10px;vertical-align:middle;font-size:0;white-space:nowrap;}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input,.input-append .dropdown-menu,.input-prepend .dropdown-menu,.input-append .popover,.input-prepend .popover{font-size:14px;}
.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input{position:relative;margin-bottom:0;*margin-right:0;vertical-align:top;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus{z-index:2;}
.input-append .add-on,.input-prepend .add-on{display:inline-block;width:auto;height:20px;min-width:16px;padding:4px 5px;font-size:14px;font-weight:normal;line-height:20px;text-align:center;text-shadow:0 1px 0 #ffffff;background-color:#eeeeee;border:1px solid #ccc;}
.input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn,.input-append .btn-group>.dropdown-toggle,.input-prepend .btn-group>.dropdown-toggle{vertical-align:top;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.input-append .active,.input-prepend .active{background-color:#a9dba9;border-color:#46a546;}
.input-prepend .add-on,.input-prepend .btn{margin-left:-1px;}
.input-prepend .add-on:first-child,.input-prepend .btn:first-child{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}
.input-append input,.input-append select,.input-append .uneditable-input{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}.input-append input+.btn-group .btn:last-child,.input-append select+.btn-group .btn:last-child,.input-append .uneditable-input+.btn-group .btn:last-child{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}
.input-append .add-on,.input-append .btn,.input-append .btn-group{margin-right:-1px;}
.input-append .add-on:last-child,.input-append .btn:last-child,.input-append .btn-group:last-child>.dropdown-toggle{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}
.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.input-prepend.input-append input+.btn-group .btn,.input-prepend.input-append select+.btn-group .btn,.input-prepend.input-append .uneditable-input+.btn-group .btn{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}
.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-left:-1px;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}
.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-right:-1px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}
.input-prepend.input-append .btn-group:first-child{margin-right:0;}
input.search-query{padding-left:14px;padding-left:4px \9;padding-right:14px;padding-right:4px \9;margin-bottom:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;}
.form-search .input-append .search-query,.form-search .input-prepend .search-query{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.form-search .input-append .search-query{-webkit-border-radius:14px 14px 0 0;-moz-border-radius:14px 14px 0 0;border-radius:14px 14px 0 0;}
.form-search .input-append .btn{-webkit-border-radius:0 0 14px 14px;-moz-border-radius:0 0 14px 14px;border-radius:0 0 14px 14px;}
.form-search .input-prepend .search-query{-webkit-border-radius:0 0 14px 14px;-moz-border-radius:0 0 14px 14px;border-radius:0 0 14px 14px;}
.form-search .input-prepend .btn{-webkit-border-radius:14px 14px 0 0;-moz-border-radius:14px 14px 0 0;border-radius:14px 14px 0 0;}
.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{display:inline-block;*display:inline;*zoom:1;margin-bottom:0;vertical-align:middle;}
.form-search .hide,.form-inline .hide,.form-horizontal .hide{display:none;}
.form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group{display:inline-block;}
.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom:0;}
.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-right:0;margin-bottom:0;vertical-align:middle;}
.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:right;margin-left:3px;margin-right:0;}
.control-group{margin-bottom:10px;}
legend+.control-group{margin-top:20px;-webkit-margin-top-collapse:separate;}
.form-horizontal .control-group{margin-bottom:20px;*zoom:1;}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;content:"";line-height:0;}
.form-horizontal .control-group:after{clear:both;}
.form-horizontal .control-label{float:right;width:160px;padding-top:5px;text-align:left;}
.form-horizontal .controls{*display:inline-block;*padding-right:20px;margin-right:180px;*margin-right:0;}.form-horizontal .controls:first-child{*padding-right:180px;}
.form-horizontal .help-block{margin-bottom:0;}
.form-horizontal input+.help-block,.form-horizontal select+.help-block,.form-horizontal textarea+.help-block,.form-horizontal .uneditable-input+.help-block,.form-horizontal .input-prepend+.help-block,.form-horizontal .input-append+.help-block{margin-top:10px;}

.btn{display:inline-block;*display:inline;*zoom:1;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;color:#333333;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #cccccc;*border:0;border-bottom-color:#b3b3b3;*margin-right:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);}.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9;}
.btn:active,.btn.active{background-color:#cccccc \9;}
.btn:first-child{*margin-right:0;}
.btn:hover,.btn:focus{color:#333333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}
.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}
.btn.disabled,.btn[disabled]{cursor:default;background-image:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.btn-large{padding:11px 19px;font-size:17.5px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.btn-large [class^="icon-"],.btn-large [class*=" icon-"]{margin-top:4px;}
.btn-small{padding:2px 10px;font-size:11.9px;}
.btn-small [class^="icon-"],.btn-small [class*=" icon-"]{margin-top:0;}
.btn-mini [class^="icon-"],.btn-mini [class*=" icon-"]{margin-top:-1px;}
.btn-mini{padding:0 6px;font-size:10.5px;}
.btn-block{display:block;width:100%;padding-right:0;padding-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.btn-block+.btn-block{margin-top:5px;}
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%;}
.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255, 255, 255, 0.75);}
.btn-primary{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#006dcc;background-image:-moz-linear-gradient(top, #0088cc, #0044cc);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));background-image:-webkit-linear-gradient(top, #0088cc, #0044cc);background-image:-o-linear-gradient(top, #0088cc, #0044cc);background-image:linear-gradient(to bottom, #0088cc, #0044cc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);border-color:#0044cc #0044cc #002a80;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#0044cc;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#ffffff;background-color:#0044cc;*background-color:#003bb3;}
.btn-primary:active,.btn-primary.active{background-color:#003399 \9;}
.btn-warning{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#faa732;background-image:-moz-linear-gradient(top, #fbb450, #f89406);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image:-webkit-linear-gradient(top, #fbb450, #f89406);background-image:-o-linear-gradient(top, #fbb450, #f89406);background-image:linear-gradient(to bottom, #fbb450, #f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#f89406;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:#ffffff;background-color:#f89406;*background-color:#df8505;}
.btn-warning:active,.btn-warning.active{background-color:#c67605 \9;}
.btn-danger{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#da4f49;background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f);background-image:-o-linear-gradient(top, #ee5f5b, #bd362f);background-image:linear-gradient(to bottom, #ee5f5b, #bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#bd362f;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:#ffffff;background-color:#bd362f;*background-color:#a9302a;}
.btn-danger:active,.btn-danger.active{background-color:#942a25 \9;}
.btn-success{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#5bb75b;background-image:-moz-linear-gradient(top, #62c462, #51a351);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));background-image:-webkit-linear-gradient(top, #62c462, #51a351);background-image:-o-linear-gradient(top, #62c462, #51a351);background-image:linear-gradient(to bottom, #62c462, #51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:#ffffff;background-color:#51a351;*background-color:#499249;}
.btn-success:active,.btn-success.active{background-color:#408140 \9;}
.btn-info{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#49afcd;background-image:-moz-linear-gradient(top, #5bc0de, #2f96b4);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));background-image:-webkit-linear-gradient(top, #5bc0de, #2f96b4);background-image:-o-linear-gradient(top, #5bc0de, #2f96b4);background-image:linear-gradient(to bottom, #5bc0de, #2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#2f96b4;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:#ffffff;background-color:#2f96b4;*background-color:#2a85a0;}
.btn-info:active,.btn-info.active{background-color:#24748c \9;}
.btn-inverse{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#363636;background-image:-moz-linear-gradient(top, #444444, #222222);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));background-image:-webkit-linear-gradient(top, #444444, #222222);background-image:-o-linear-gradient(top, #444444, #222222);background-image:linear-gradient(to bottom, #444444, #222222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);border-color:#222222 #222222 #000000;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#222222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:#ffffff;background-color:#222222;*background-color:#151515;}
.btn-inverse:active,.btn-inverse.active{background-color:#080808 \9;}
button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px;}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0;}
button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px;}
button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px;}
button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px;}
.btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.btn-link{border-color:transparent;cursor:pointer;color:#0088cc;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.btn-link:hover,.btn-link:focus{color:#005580;text-decoration:underline;background-color:transparent;}
.btn-link[disabled]:hover,.btn-link[disabled]:focus{color:#333333;text-decoration:none;}

.nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:20px;color:#999999;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);text-transform:uppercase;}
.nav li+.nav-header{margin-top:9px;}
.nav-list{padding-right:15px;padding-left:15px;margin-bottom:0;}
.nav-list>li>a,.nav-list .nav-header{margin-right:-15px;margin-left:-15px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);}
.nav-list>li>a{padding:3px 15px;}
.nav-list>.active>a,.nav-list>.active>a:hover,.nav-list>.active>a:focus{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);background-color:#0088cc;}
.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{margin-left:2px;}
.nav-list .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #ffffff;}
.nav-tabs,.nav-pills{*zoom:1;margin: 0;}
.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;content:"";line-height:0;}
.nav-tabs:after,.nav-pills:after{clear:both;}
.nav-tabs>li,.nav-pills>li{float:right;}
.nav-tabs>li>a,.nav-pills>li>a{padding-left:12px;padding-right:12px;margin-left:2px;line-height:14px;}
.nav-tabs{border-bottom:1px solid #ddd;}
.nav-tabs>li{margin-bottom:-1px;}
.nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:20px;border:1px solid transparent;}.nav-tabs>li>a:hover,.nav-tabs>li>a:focus{border-color:#eeeeee #eeeeee #dddddd;}
.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus{color:#555555;background-color:#ffffff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default;}
.nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.nav-pills>.active>a,.nav-pills>.active>a:hover,.nav-pills>.active>a:focus{color:#ffffff;background-color:#0088cc;}
.nav-stacked>li{float:none;}
.nav-stacked>li>a{margin-left:0;}
.nav-tabs.nav-stacked{border-bottom:0;}
.nav-tabs.nav-stacked>li>a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.nav-tabs.nav-stacked>li:first-child>a{-webkit-border-top-left-radius:4px;-moz-border-radius-topright:4px;border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-topleft:4px;border-top-right-radius:4px;}
.nav-tabs.nav-stacked>li:last-child>a{-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-right-radius:4px;}
.nav-tabs.nav-stacked>li>a:hover,.nav-tabs.nav-stacked>li>a:focus{border-color:#ddd;z-index:2;}
.nav-pills.nav-stacked>li>a{margin-bottom:3px;}
.nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px;}
.nav-tabs .dropdown-menu{-webkit-border-radius:0 6px 6px 0;-moz-border-radius:0 6px 6px 0;border-radius:0 6px 6px 0;}
.nav-pills .dropdown-menu{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.nav-tabs .dropdown-toggle .caret{margin-top:8px;}
.nav-tabs .active .dropdown-toggle .caret{border-top-color:#555555;border-bottom-color:#555555;}
.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover,.nav>li.dropdown.open.active>a:focus{color:#ffffff;background-color:#999999;border-color:#999999;}
.tabs-stacked .open>a:hover,.tabs-stacked .open>a:focus{border-color:#999999;}
.tabbable{*zoom:1;}.tabbable:before,.tabbable:after{display:table;content:"";line-height:0;}
.tabbable:after{clear:both;}
.tab-content{overflow:auto;}
.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{border-bottom:0;}
.tab-content>.tab-pane,.pill-content>.pill-pane{display:none;}
.tab-content>.active,.pill-content>.active{display:block;}
.tabs-below>.nav-tabs{border-top:1px solid #ddd;}
.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0;}
.tabs-below>.nav-tabs>li>a{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}.tabs-below>.nav-tabs>li>a:hover,.tabs-below>.nav-tabs>li>a:focus{border-bottom-color:transparent;border-top-color:#ddd;}
.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover,.tabs-below>.nav-tabs>.active>a:focus{border-color:transparent #ddd #ddd #ddd;}
.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none;}
.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-left:0;margin-bottom:3px;}
.tabs-left>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd;}
.tabs-left>.nav-tabs>li>a{margin-left:-1px;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}
.tabs-left>.nav-tabs>li>a:hover,.tabs-left>.nav-tabs>li>a:focus{border-color:#eeeeee #eeeeee #eeeeee #dddddd;}
.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover,.tabs-left>.nav-tabs .active>a:focus{border-color:#ddd #ddd #ddd transparent;*border-left-color:#ffffff;}
.tabs-right>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd;}
.tabs-right>.nav-tabs>li>a{margin-right:-1px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}
.tabs-right>.nav-tabs>li>a:hover,.tabs-right>.nav-tabs>li>a:focus{border-color:#eeeeee #dddddd #eeeeee #eeeeee;}
.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover,.tabs-right>.nav-tabs .active>a:focus{border-color:#ddd transparent #ddd #ddd;*border-right-color:#ffffff;}
.pagination{margin:20px 0;}
.pagination ul{display:inline-block;*display:inline;*zoom:1;margin-right:0;margin-bottom:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);}
.pagination ul>li{display:inline;}
.pagination ul>li>a,.pagination ul>li>span{float:right;padding:4px 12px;line-height:20px;text-decoration:none;background-color:#ffffff;border:1px solid #dddddd;border-right-width:0;}
.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span{background-color:#f5f5f5;}
.pagination ul>.active>a,.pagination ul>.active>span{color:#999999;cursor:default;}
.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus{color:#999999;background-color:transparent;cursor:default;}
.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{border-right-width:1px;-webkit-border-top-right-radius:4px;-moz-border-radius-topleft:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-right-radius:4px;}
.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{-webkit-border-top-left-radius:4px;-moz-border-radius-topright:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-left-radius:4px;}
.pagination-centered{text-align:center;}
.pagination-right{text-align:left;}
.pagination-large ul>li>a,.pagination-large ul>li>span{padding:11px 19px;font-size:17.5px;}
.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span{-webkit-border-top-right-radius:6px;-moz-border-radius-topleft:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-right-radius:6px;}
.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span{-webkit-border-top-left-radius:6px;-moz-border-radius-topright:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-left-radius:6px;}
.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span{-webkit-border-top-right-radius:3px;-moz-border-radius-topleft:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-bottomleft:3px;border-bottom-right-radius:3px;}
.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span{-webkit-border-top-left-radius:3px;-moz-border-radius-topright:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomright:3px;border-bottom-left-radius:3px;}
.pagination-small ul>li>a,.pagination-small ul>li>span{padding:2px 10px;font-size:11.9px;}
.pagination-mini ul>li>a,.pagination-mini ul>li>span{padding:0 6px;font-size:10.5px;}
.alert{padding:8px 14px 8px 35px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.alert,.alert h4{color:#c09853;}
.alert h4{margin:0;}
.alert .close{display: none; position:relative;top:-2px;left:-21px;line-height:20px;}
.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847;}
.alert-success h4{color:#468847;}
.alert-danger,.alert-error{background-color:#f2dede;border-color:#eed3d7;color:#b94a48;}
.alert-danger h4,.alert-error h4{color:#b94a48;}
.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad;}
.alert-info h4{color:#3a87ad;}
.alert-block{padding-top:14px;padding-bottom:14px;}
.alert-block>p,.alert-block>ul{margin-bottom:0;}
.alert-block p+p{margin-top:5px;}
.dropup,.dropdown{position:relative;}
.dropdown-toggle{*margin-bottom:-3px;}
.dropdown-toggle:active,.open .dropdown-toggle{outline:0;}
.caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000000;border-left:4px solid transparent;border-right:4px solid transparent;content:"";}
.dropdown .caret{margin-top:8px;margin-right:2px;}
.dropdown-menu{position:absolute;top:100%;right:0;z-index:1000;display:none;float:right;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:#ffffff;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.2);*border-left-width:2px;*border-bottom-width:2px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;}.dropdown-menu.pull-right{left:0;right:auto;}
.dropdown-menu .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #ffffff;}
.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:20px;color:#333333;white-space:nowrap;}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{text-decoration:none;color:#ffffff;background-color:#0081c2;background-image:-moz-linear-gradient(top, #0088cc, #0077b3);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));background-image:-webkit-linear-gradient(top, #0088cc, #0077b3);background-image:-o-linear-gradient(top, #0088cc, #0077b3);background-image:linear-gradient(to bottom, #0088cc, #0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#0081c2;background-image:-moz-linear-gradient(top, #0088cc, #0077b3);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));background-image:-webkit-linear-gradient(top, #0088cc, #0077b3);background-image:-o-linear-gradient(top, #0088cc, #0077b3);background-image:linear-gradient(to bottom, #0088cc, #0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999999;}
.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:default;}
.open{*z-index:1000;}.open>.dropdown-menu{display:block;}
.dropdown-backdrop{position:fixed;right:0;left:0;bottom:0;top:0;z-index:990;}
.pull-right>.dropdown-menu{left:0;right:auto;}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000000;content:"";}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px;}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;right:100%;margin-top:-6px;margin-right:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropup .dropdown-submenu>.dropdown-menu{top:auto;bottom:0;margin-top:0;margin-bottom:-2px;-webkit-border-radius:5px 0 5px 5px;-moz-border-radius:5px 0 5px 5px;border-radius:5px 0 5px 5px;}
.dropdown-submenu>a:after{display:block;content:" ";float:left;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 5px 5px 0;border-right-color:#cccccc;margin-top:5px;margin-left:-10px;}
.dropdown-submenu:hover>a:after{border-right-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{right:-100%;margin-right:10px;-webkit-border-radius:6px 6px 6px 0;-moz-border-radius:6px 6px 6px 0;border-radius:6px 6px 6px 0;}
.dropdown .dropdown-menu .nav-header{padding-right:20px;padding-left:20px;}
.typeahead{z-index:1051;margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}

.hide {display: none;}
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.row{margin-right:-20px;*zoom:1;}.row:before,.row:after{display:table;content:"";line-height:0;}
.row:after{clear:both;}
[class*="span"]{float:right;min-height:1px;margin-right:20px;}
.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px;}
.span12{width:940px;}
.span11{width:860px;}
.span10{width:780px;}
.span9{width:700px;}
.span8{width:620px;}
.span7{width:540px;}
.span6{width:460px;}
.span5{width:380px;}
.span4{width:300px;}
.span3{width:220px;}
.span2{width:140px;}
.span1{width:60px;}
.offset12{margin-right:980px;}
.offset11{margin-right:900px;}
.offset10{margin-right:820px;}
.offset9{margin-right:740px;}
.offset8{margin-right:660px;}
.offset7{margin-right:580px;}
.offset6{margin-right:500px;}
.offset5{margin-right:420px;}
.offset4{margin-right:340px;}
.offset3{margin-right:260px;}
.offset2{margin-right:180px;}
.offset1{margin-right:100px;}
.row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;}
.row-fluid:after{clear:both;}
.row-fluid [class*="span"]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:right;margin-right:2.127659574468085%;*margin-right:2.074468085106383%;}
.row-fluid [class*="span"]:first-child{margin-right:0;}
.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-right:2.127659574468085%;}
.row-fluid .span12{width:100%;*width:99.94680851063829%;}
.row-fluid .span11{width:91.48936170212765%;*width:91.43617021276594%;}
.row-fluid .span10{width:82.97872340425532%;*width:82.92553191489361%;}
.row-fluid .span9{width:74.46808510638297%;*width:74.41489361702126%;}
.row-fluid .span8{width:65.95744680851064%;*width:65.90425531914893%;}
.row-fluid .span7{width:57.44680851063829%;*width:57.39361702127659%;}
.row-fluid .span6{width:48.93617021276595%;*width:48.88297872340425%;}
.row-fluid .span5{width:40.42553191489362%;*width:40.37234042553192%;}
.row-fluid .span4{width:31.914893617021278%;*width:31.861702127659576%;}
.row-fluid .span3{width:23.404255319148934%;*width:23.351063829787233%;}
.row-fluid .span2{width:14.893617021276595%;*width:14.840425531914894%;}
.row-fluid .span1{width:6.382978723404255%;*width:6.329787234042553%;}
.row-fluid .offset12{margin-right:104.25531914893617%;*margin-right:104.14893617021275%;}
.row-fluid .offset12:first-child{margin-right:102.12765957446808%;*margin-right:102.02127659574467%;}
.row-fluid .offset11{margin-right:95.74468085106382%;*margin-right:95.6382978723404%;}
.row-fluid .offset11:first-child{margin-right:93.61702127659574%;*margin-right:93.51063829787232%;}
.row-fluid .offset10{margin-right:87.23404255319149%;*margin-right:87.12765957446807%;}
.row-fluid .offset10:first-child{margin-right:85.1063829787234%;*margin-right:84.99999999999999%;}
.row-fluid .offset9{margin-right:78.72340425531914%;*margin-right:78.61702127659572%;}
.row-fluid .offset9:first-child{margin-right:76.59574468085106%;*margin-right:76.48936170212764%;}
.row-fluid .offset8{margin-right:70.2127659574468%;*margin-right:70.10638297872339%;}
.row-fluid .offset8:first-child{margin-right:68.08510638297872%;*margin-right:67.9787234042553%;}
.row-fluid .offset7{margin-right:61.70212765957446%;*margin-right:61.59574468085106%;}
.row-fluid .offset7:first-child{margin-right:59.574468085106375%;*margin-right:59.46808510638297%;}
.row-fluid .offset6{margin-right:53.191489361702125%;*margin-right:53.085106382978715%;}
.row-fluid .offset6:first-child{margin-right:51.063829787234035%;*margin-right:50.95744680851063%;}
.row-fluid .offset5{margin-right:44.68085106382979%;*margin-right:44.57446808510638%;}
.row-fluid .offset5:first-child{margin-right:42.5531914893617%;*margin-right:42.4468085106383%;}
.row-fluid .offset4{margin-right:36.170212765957444%;*margin-right:36.06382978723405%;}
.row-fluid .offset4:first-child{margin-right:34.04255319148936%;*margin-right:33.93617021276596%;}
.row-fluid .offset3{margin-right:27.659574468085104%;*margin-right:27.5531914893617%;}
.row-fluid .offset3:first-child{margin-right:25.53191489361702%;*margin-right:25.425531914893618%;}
.row-fluid .offset2{margin-right:19.148936170212764%;*margin-right:19.04255319148936%;}
.row-fluid .offset2:first-child{margin-right:17.02127659574468%;*margin-right:16.914893617021278%;}
.row-fluid .offset1{margin-right:10.638297872340425%;*margin-right:10.53191489361702%;}
.row-fluid .offset1:first-child{margin-right:8.51063829787234%;*margin-right:8.404255319148938%;}
[class*="span"].hide,.row-fluid [class*="span"].hide{display:none;}
[class*="span"].pull-left,.row-fluid [class*="span"].pull-right{float:left;}
@-ms-viewport{width:device-width;}.hidden{display:none;visibility:hidden;}
.visible-phone{display:none !important;}
.visible-tablet{display:none !important;}
.hidden-desktop{display:none !important;}
.visible-desktop{display:inherit !important;}

@media (min-width:768px) and (max-width:979px){.hidden-desktop{display:inherit !important;} .visible-desktop{display:none !important ;} .visible-tablet{display:inherit !important;} .hidden-tablet{display:none !important;}}@media (max-width:767px){.hidden-desktop{display:inherit !important;} .visible-desktop{display:none !important;} .visible-phone{display:inherit !important;} .hidden-phone{display:none !important;}}.visible-print{display:none !important;}
@media print{.visible-print{display:inherit !important;} .hidden-print{display:none !important;}}@media (max-width:767px){body{padding-right:20px;padding-left:20px;} .navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top{margin-right:-20px;margin-left:-20px;} .container-fluid{padding:0;} .dl-horizontal dt{float:none;clear:none;width:auto;text-align:right;} .dl-horizontal dd{margin-right:0;} .container{width:auto;} .row-fluid{width:100%;} .row,.thumbnails{margin-right:0;} .thumbnails>li{float:none;margin-right:0;} [class*="span"],.uneditable-input[class*="span"],.row-fluid [class*="span"]{float:none;display:block;width:100%;margin-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} .span12,.row-fluid .span12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} .row-fluid [class*="offset"]:first-child{margin-right:0;} .input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} .input-prepend input,.input-append input,.input-prepend input[class*="span"],.input-append input[class*="span"]{display:inline-block;width:auto;} .controls-row [class*="span"]+[class*="span"]{margin-right:0;} .modal{position:fixed;top:20px;right:20px;left:20px;width:auto;margin:0;}.modal.fade{top:-100px;} .modal.fade.in{top:20px;}}@media (max-width:480px){.nav-collapse{-webkit-transform:translate3d(0, 0, 0);} .page-header h1 small{display:block;line-height:20px;} input[type="checkbox"],input[type="radio"]{border:1px solid #ccc;} .form-horizontal .control-label{float:none;width:auto;padding-top:0;text-align:right;} .form-horizontal .controls{margin-right:0;} .form-horizontal .control-list{padding-top:0;} .form-horizontal .form-actions{padding-right:10px;padding-left:10px;} .media .pull-left,.media .pull-right{float:none;display:block;margin-bottom:10px;} .media-object{margin-left:0;margin-right:0;} .modal{top:10px;right:10px;left:10px;} .modal-header .close{padding:10px;margin:-10px;} .carousel-caption{position:static;}}@media (min-width:768px) and (max-width:979px){.row{margin-right:-20px;*zoom:1;}.row:before,.row:after{display:table;content:"";line-height:0;} .row:after{clear:both;} [class*="span"]{float:right;min-height:1px;margin-right:20px;} .container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:724px;} .span12{width:724px;} .span11{width:662px;} .span10{width:600px;} .span9{width:538px;} .span8{width:476px;} .span7{width:414px;} .span6{width:352px;} .span5{width:290px;} .span4{width:228px;} .span3{width:166px;} .span2{width:104px;} .span1{width:42px;} .offset12{margin-right:764px;} .offset11{margin-right:702px;} .offset10{margin-right:640px;} .offset9{margin-right:578px;} .offset8{margin-right:516px;} .offset7{margin-right:454px;} .offset6{margin-right:392px;} .offset5{margin-right:330px;} .offset4{margin-right:268px;} .offset3{margin-right:206px;} .offset2{margin-right:144px;} .offset1{margin-right:82px;} .row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;} .row-fluid:after{clear:both;} .row-fluid [class*="span"]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:right;margin-right:2.7624309392265194%;*margin-right:2.709239449864817%;} .row-fluid [class*="span"]:first-child{margin-right:0;} .row-fluid .controls-row [class*="span"]+[class*="span"]{margin-right:2.7624309392265194%;} .row-fluid .span12{width:100%;*width:99.94680851063829%;} .row-fluid .span11{width:91.43646408839778%;*width:91.38327259903608%;} .row-fluid .span10{width:82.87292817679558%;*width:82.81973668743387%;} .row-fluid .span9{width:74.30939226519337%;*width:74.25620077583166%;} .row-fluid .span8{width:65.74585635359117%;*width:65.69266486422946%;} .row-fluid .span7{width:57.18232044198895%;*width:57.12912895262725%;} .row-fluid .span6{width:48.61878453038674%;*width:48.56559304102504%;} .row-fluid .span5{width:40.05524861878453%;*width:40.00205712942283%;} .row-fluid .span4{width:31.491712707182323%;*width:31.43852121782062%;} .row-fluid .span3{width:22.92817679558011%;*width:22.87498530621841%;} .row-fluid .span2{width:14.3646408839779%;*width:14.311449394616199%;} .row-fluid .span1{width:5.801104972375691%;*width:5.747913483013988%;} .row-fluid .offset12{margin-right:105.52486187845304%;*margin-right:105.41847889972962%;} .row-fluid .offset12:first-child{margin-right:102.76243093922652%;*margin-right:102.6560479605031%;} .row-fluid .offset11{margin-right:96.96132596685082%;*margin-right:96.8549429881274%;} .row-fluid .offset11:first-child{margin-right:94.1988950276243%;*margin-right:94.09251204890089%;} .row-fluid .offset10{margin-right:88.39779005524862%;*margin-right:88.2914070765252%;} .row-fluid .offset10:first-child{margin-right:85.6353591160221%;*margin-right:85.52897613729868%;} .row-fluid .offset9{margin-right:79.8342541436464%;*margin-right:79.72787116492299%;} .row-fluid .offset9:first-child{margin-right:77.07182320441989%;*margin-right:76.96544022569647%;} .row-fluid .offset8{margin-right:71.2707182320442%;*margin-right:71.16433525332079%;} .row-fluid .offset8:first-child{margin-right:68.50828729281768%;*margin-right:68.40190431409427%;} .row-fluid .offset7{margin-right:62.70718232044199%;*margin-right:62.600799341718584%;} .row-fluid .offset7:first-child{margin-right:59.94475138121547%;*margin-right:59.838368402492065%;} .row-fluid .offset6{margin-right:54.14364640883978%;*margin-right:54.037263430116376%;} .row-fluid .offset6:first-child{margin-right:51.38121546961326%;*margin-right:51.27483249088986%;} .row-fluid .offset5{margin-right:45.58011049723757%;*margin-right:45.47372751851417%;} .row-fluid .offset5:first-child{margin-right:42.81767955801105%;*margin-right:42.71129657928765%;} .row-fluid .offset4{margin-right:37.01657458563536%;*margin-right:36.91019160691196%;} .row-fluid .offset4:first-child{margin-right:34.25414364640884%;*margin-right:34.14776066768544%;} .row-fluid .offset3{margin-right:28.45303867403315%;*margin-right:28.346655695309746%;} .row-fluid .offset3:first-child{margin-right:25.69060773480663%;*margin-right:25.584224756083227%;} .row-fluid .offset2{margin-right:19.88950276243094%;*margin-right:19.783119783707537%;} .row-fluid .offset2:first-child{margin-right:17.12707182320442%;*margin-right:17.02068884448102%;} .row-fluid .offset1{margin-right:11.32596685082873%;*margin-right:11.219583872105325%;} .row-fluid .offset1:first-child{margin-right:8.56353591160221%;*margin-right:8.457152932878806%;} input,textarea,.uneditable-input{margin-right:0;} .controls-row [class*="span"]+[class*="span"]{margin-right:20px;} input.span12,textarea.span12,.uneditable-input.span12{width:710px;} input.span11,textarea.span11,.uneditable-input.span11{width:648px;} input.span10,textarea.span10,.uneditable-input.span10{width:586px;} input.span9,textarea.span9,.uneditable-input.span9{width:524px;} input.span8,textarea.span8,.uneditable-input.span8{width:462px;} input.span7,textarea.span7,.uneditable-input.span7{width:400px;} input.span6,textarea.span6,.uneditable-input.span6{width:338px;} input.span5,textarea.span5,.uneditable-input.span5{width:276px;} input.span4,textarea.span4,.uneditable-input.span4{width:214px;} input.span3,textarea.span3,.uneditable-input.span3{width:152px;} input.span2,textarea.span2,.uneditable-input.span2{width:90px;} input.span1,textarea.span1,.uneditable-input.span1{width:28px;}}@media (min-width:1200px){.row{margin-right:-30px;*zoom:1;}.row:before,.row:after{display:table;content:"";line-height:0;} .row:after{clear:both;} [class*="span"]{float:right;min-height:1px;margin-right:30px;} .container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:1170px;} .span12{width:1170px;} .span11{width:1070px;} .span10{width:970px;} .span9{width:870px;} .span8{width:770px;} .span7{width:670px;} .span6{width:570px;} .span5{width:470px;} .span4{width:370px;} .span3{width:270px;} .span2{width:170px;} .span1{width:70px;} .offset12{margin-right:1230px;} .offset11{margin-right:1130px;} .offset10{margin-right:1030px;} .offset9{margin-right:930px;} .offset8{margin-right:830px;} .offset7{margin-right:730px;} .offset6{margin-right:630px;} .offset5{margin-right:530px;} .offset4{margin-right:430px;} .offset3{margin-right:330px;} .offset2{margin-right:230px;} .offset1{margin-right:130px;} .row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;} .row-fluid:after{clear:both;} .row-fluid [class*="span"]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:right;margin-right:2.564102564102564%;*margin-right:2.5109110747408616%;} .row-fluid [class*="span"]:first-child{margin-right:0;} .row-fluid .controls-row [class*="span"]+[class*="span"]{margin-right:2.564102564102564%;} .row-fluid .span12{width:100%;*width:99.94680851063829%;} .row-fluid .span11{width:91.45299145299145%;*width:91.39979996362975%;} .row-fluid .span10{width:82.90598290598291%;*width:82.8527914166212%;} .row-fluid .span9{width:74.35897435897436%;*width:74.30578286961266%;} .row-fluid .span8{width:65.81196581196582%;*width:65.75877432260411%;} .row-fluid .span7{width:57.26495726495726%;*width:57.21176577559556%;} .row-fluid .span6{width:48.717948717948715%;*width:48.664757228587014%;} .row-fluid .span5{width:40.17094017094017%;*width:40.11774868157847%;} .row-fluid .span4{width:31.623931623931625%;*width:31.570740134569924%;} .row-fluid .span3{width:23.076923076923077%;*width:23.023731587561375%;} .row-fluid .span2{width:14.52991452991453%;*width:14.476723040552828%;} .row-fluid .span1{width:5.982905982905983%;*width:5.929714493544281%;} .row-fluid .offset12{margin-right:105.12820512820512%;*margin-right:105.02182214948171%;} .row-fluid .offset12:first-child{margin-right:102.56410256410257%;*margin-right:102.45771958537915%;} .row-fluid .offset11{margin-right:96.58119658119658%;*margin-right:96.47481360247316%;} .row-fluid .offset11:first-child{margin-right:94.01709401709402%;*margin-right:93.91071103837061%;} .row-fluid .offset10{margin-right:88.03418803418803%;*margin-right:87.92780505546462%;} .row-fluid .offset10:first-child{margin-right:85.47008547008548%;*margin-right:85.36370249136206%;} .row-fluid .offset9{margin-right:79.48717948717949%;*margin-right:79.38079650845607%;} .row-fluid .offset9:first-child{margin-right:76.92307692307693%;*margin-right:76.81669394435352%;} .row-fluid .offset8{margin-right:70.94017094017094%;*margin-right:70.83378796144753%;} .row-fluid .offset8:first-child{margin-right:68.37606837606839%;*margin-right:68.26968539734497%;} .row-fluid .offset7{margin-right:62.393162393162385%;*margin-right:62.28677941443899%;} .row-fluid .offset7:first-child{margin-right:59.82905982905982%;*margin-right:59.72267685033642%;} .row-fluid .offset6{margin-right:53.84615384615384%;*margin-right:53.739770867430444%;} .row-fluid .offset6:first-child{margin-right:51.28205128205128%;*margin-right:51.175668303327875%;} .row-fluid .offset5{margin-right:45.299145299145295%;*margin-right:45.1927623204219%;} .row-fluid .offset5:first-child{margin-right:42.73504273504273%;*margin-right:42.62865975631933%;} .row-fluid .offset4{margin-right:36.75213675213675%;*margin-right:36.645753773413354%;} .row-fluid .offset4:first-child{margin-right:34.18803418803419%;*margin-right:34.081651209310785%;} .row-fluid .offset3{margin-right:28.205128205128204%;*margin-right:28.0987452264048%;} .row-fluid .offset3:first-child{margin-right:25.641025641025642%;*margin-right:25.53464266230224%;} .row-fluid .offset2{margin-right:19.65811965811966%;*margin-right:19.551736679396257%;} .row-fluid .offset2:first-child{margin-right:17.094017094017094%;*margin-right:16.98763411529369%;} .row-fluid .offset1{margin-right:11.11111111111111%;*margin-right:11.004728132387708%;} .row-fluid .offset1:first-child{margin-right:8.547008547008547%;*margin-right:8.440625568285142%;} input,textarea,.uneditable-input{margin-right:0;} .controls-row [class*="span"]+[class*="span"]{margin-right:30px;} input.span12,textarea.span12,.uneditable-input.span12{width:1156px;} input.span11,textarea.span11,.uneditable-input.span11{width:1056px;} input.span10,textarea.span10,.uneditable-input.span10{width:956px;} input.span9,textarea.span9,.uneditable-input.span9{width:856px;} input.span8,textarea.span8,.uneditable-input.span8{width:756px;} input.span7,textarea.span7,.uneditable-input.span7{width:656px;} input.span6,textarea.span6,.uneditable-input.span6{width:556px;} input.span5,textarea.span5,.uneditable-input.span5{width:456px;} input.span4,textarea.span4,.uneditable-input.span4{width:356px;} input.span3,textarea.span3,.uneditable-input.span3{width:256px;} input.span2,textarea.span2,.uneditable-input.span2{width:156px;} input.span1,textarea.span1,.uneditable-input.span1{width:56px;} .thumbnails{margin-right:-30px;} .thumbnails>li{margin-right:30px;} .row-fluid .thumbnails{margin-right:0;}}

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.fileupload {
  margin-bottom: 9px;
}
.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
.fileupload .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileupload .thumbnail > img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.fileupload .btn {
  vertical-align: middle;
}
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}
.fileupload-inline .fileupload-controls {
  display: inline;
}
.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.thumbnail-borderless .thumbnail {
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd;
}
.control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c;
}
.control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c;
}
.control-group.warning .fileupload .thumbnail {
  border-color: #a47e3c;
}
.control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error .fileupload .fileupload-preview {
  color: #b94a48;
}
.control-group.error .fileupload .thumbnail {
  border-color: #b94a48;
}
.control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847;
}
.control-group.success .fileupload .fileupload-preview {
  color: #468847;
}
.control-group.success .fileupload .thumbnail {
  border-color: #468847;
}


.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover {
  border-color: #FF9A57;
  -webkit-box-shadow: 0 1px 4px #FFCEAD;
     -moz-box-shadow: 0 1px 4px #FFCEAD);
          box-shadow: 0 1px 4px #FFCEAD;
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.preloader{
    margin: 0 auto;
    height: 11px;
    width: 16px;
    background: transparent url('img/mini-loader.gif') no-repeat center center;
}
.unpublished {background: #FFF07C;}


.norows{
    text-align: center;
    font-size: 12px;
}

article.box {
    padding:  5px;
    border: 1px solid #d8dde0;
    background-color: #fff;
}

article.box h1 {
    padding: 2px 5px 5px 10px;
    margin: 0 0 10px;
    border-bottom: 3px solid;
    text-shadow: 0 0 1px #999;
    color: #333;
    font-size: 14px;
}
.share-bar{
    margin: 5px 0 15px 0;
    font-size: 12px;
    padding: 5px 0;
    height: 24px;
    border-top: 3px solid;
    line-height: 22px;
}
.share-bar .item{
    float: right;
    margin-left: 5px;
    min-width: 35px;
    max-width: 120px;
    height: 20px;
}


.related-items{}
.related-items h6{background: url('img/break.gif') repeat-x center center;font-size: 14px;margin: 0 0 20px 0;}
.related-items h6 span{background: #fff;padding-left: 10px;}
.related-items h6 a{color: #D80038;}
.related-items .row-fluid a{font-size: 13px;}
.related-items .row-fluid p{color: #787878;font-size: 11px;}
.related-items .row-fluid {padding: 5px 0; border-bottom: 1px dashed #AFACA6;}
.related-items .row-fluid:first-child {border: none;}
.related-items .span2{width: 51px;}
.related-items .span2 img{width: 40px;height: 40px;}


.fb_page_box{
    border: 6px solid #444649;
    padding: 4px;
    box-shadow:0 0 7px #ded7c7 inset;    
}
.wide_ad{margin: 10px 0;}
#iframe_container{width:100%;}
.msg{margin: 63px 0;text-align: center;}

.inline_manage{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #D00F16;
    padding: 3px;

}
.inline_manage a{
    font-weight: bold;
    color: #fff;
}

.control-bar{
    margin: 10px 0;
    /*border-top:3px solid;
    
    padding: 10px 0 5px 0;*/
}

.supercal {
	width: 300px;
}

.supercal .supercal-header {
	display: block;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}

.supercal .supercal-header .prev-month {
	float: right;
}

.supercal .supercal-header .next-month {
	float: left;
}

.supercal-month {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.supercal table {
	width: 300px;
	table-layout: fixed;
	background: #fff;
}

.supercal td {
	cursor: pointer;
}
.supercal td:hover {
	background: #2f96b4 !important;
	color: #fff;
}
.supercal td.month-prev, .supercal td.month-next {
	background: #eee;
}
.supercal td.selected {
	background: #0088cc;
	color: #fff;
	font-weight: normal;
}
.supercal td.today {
	font-weight: bold;
}

/* Footer */
.supercal .supercal-footer {
    direction: ltr;
    margin: 10px 0 0 0;
	width: 100%;
	display: table;
}

.supercal .supercal-footer span.supercal-input {
	display: table-cell;
	width: 100%;
	cursor: default;
    direction: rtl;
}



