/**
* / CSS by Bartłomiej Tadych
*   b4rtaz@gmail.com
*   n4no.com /
*
* 00. Imports
* 01. Globals
* 02. Header
* 03. Content
* 04. Footer
* 05. 3rd party
*
*/
/* 00. Imports
   ------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin,latin-ext);
/**
* / CSS by Bartlomiej Tadych
*   b4rtaz@gmail.com /
*
* 00. reset CSS
*
*/
/* 00. reset CSS
   ------------------------------------------------------- */
/* 01. Globals
   ------------------------------------------------------- */
/* body */
/* .gCategory */
/* .gSocials */
/* 02. Header
   ------------------------------------------------------- */
/* #header */
/* 03. Content
   ------------------------------------------------------- */
/* 04. Footer
   ------------------------------------------------------- */
/* 05. 3rd party
   ------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
textarea,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ol,
ul {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
q {
  quotes: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
span.clear {
  display: block;
  clear: both;
}
.bg-sprites-1 {
  background: url('../i/sprites-1.png') no-repeat -9999px -9999px;
}
@media (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .bg-sprites-1 {
    background-image: url('../i/sprites-1-retina.png');
    background-size: 312px 28px;
  }
}
.socials-sprites-1 {
  background: url('../i/socials-sprites-1.png') no-repeat -9999px -9999px;
}
@media (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .socials-sprites-1 {
    background-image: url('../i/socials-sprites-1-retina.png');
    background-size: 145px 71px;
  }
}
.socials-sprites-2 {
  background: url('../i/socials-sprites-2.png') no-repeat -9999px -9999px;
}
@media (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .socials-sprites-2 {
    background-image: url('../i/socials-sprites-2-retina.png');
    background-size: 35px 188px;
  }
}
.boutique-sprites-1 {
  background: url('../i/boutique-sprites-1.png') no-repeat -9999px -9999px;
}
@media (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .boutique-sprites-1 {
    background-image: url('../i/boutique-sprites-1-retina.png');
    background-size: 216px 128px;
  }
}
.footer-sprites-1 {
  background: url('../i/footer-sprites-1.png') no-repeat -9999px -9999px;
}
@media (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .footer-sprites-1 {
    background-image: url('../i/footer-sprites-1-retina.png');
    background-size: 33px 32px;
  }
}
.loading-sprites-1 {
  background: url('../i/loading-sprites-1.gif') no-repeat -9999px -9999px;
}
@media (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .loading-sprites-1 {
    background-image: url('../i/loading-sprites-1-retina.gif');
    background-size: 32px 32px;
  }
}
.notFound-sprites-1 {
  background: url('../i/notFound-bg.png') no-repeat -9999px -9999px;
}
@media (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .notFound-sprites-1 {
    background-image: url('../i/notFound-bg-retina.png');
    background-size: 556px 428px;
  }
}
body,
input,
textarea {
  font: 14px Roboto, Arial, Tahoma, Verdana;
  color: #000;
}
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  background: #FFF;
}
body a {
  color: #000;
}
@media (min-width: 960px) {
  body {
    position: relative;
    overflow: hidden;
  }
  body.haf {
    padding-top: 230px;
    padding-bottom: 39px;
  }
}
.g-category-text-styles {
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
}
.g-category-text-styles a:hover {
  text-decoration: underline;
}
p.gCategory {
  position: absolute;
  z-index: 2;
  top: 9px;
  padding: 4px 8px;
  right: -3px;
  background: #000;
  color: #FFF;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
}
p.gCategory a:hover {
  text-decoration: underline;
}
p.gCategory.toLeft {
  right: auto;
  left: -3px;
}
p.gCategory a {
  color: #FFF;
}
div.gSocials ul li {
  display: inline;
}
div.gSocials ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: left;
  text-indent: -9999px;
  background: url('../i/socials-sprites-1.png') no-repeat -9999px -9999px;
}
@media (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  div.gSocials ul li a {
    background-image: url('../i/socials-sprites-1-retina.png');
    background-size: 145px 71px;
  }
}
div.gSocials ul li a.facebook {
  background-position: 0 0;
}
div.gSocials ul li a.facebook:hover {
  background-position: 0 -37px;
}
div.gSocials ul li a.plus {
  background-position: -37px 0;
}
div.gSocials ul li a.plus:hover {
  background-position: -37px -37px;
}
div.gSocials ul li a.rss {
  background-position: -74px 0;
}
div.gSocials ul li a.rss:hover {
  background-position: -74px -37px;
}
div.gSocials ul li a.instagram {
  background-position: -111px 0;
}
div.gSocials ul li a.instagram:hover {
  background-position: -111px -37px;
}
div.gSocials ul li a.twitter {
  background-position: -148px 0;
}
div.gSocials ul li a.twitter:hover {
  background-position: -148px -37px;
}
span.gRate {
  display: inline-block;
  vertical-align: middle;
}
span.gRate strong {
  display: none;
}
span.gRate span.s {
  display: inline-block;
  width: 16px;
  height: 15px;
  background: url('../i/sprites-1.png') no-repeat -9999px -9999px;
}
@media (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  span.gRate span.s {
    background-image: url('../i/sprites-1-retina.png');
    background-size: 312px 28px;
  }
}
span.gRate.hover span.s {
  cursor: pointer;
}
span.gRate span.s.on,
span.gRate.hover span.s:hover {
  background-position: -258px 0;
}
span.gRate span.s.off {
  background-position: -283px 0;
}
#header {
  width: 100%;
  /* .top */
  /* .bar */
  /* .hot */
}
@media (min-width: 960px) {
  #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  #header.fixed div.flat {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
  }
  #header.fixed span.progress {
    position: absolute;
    content: ' ';
    bottom: -7px;
    left: 0;
    height: 7px;
    width: 0;
    background: #EA6878;
  }
}
@media (max-width: 959px) {
  #header {
    position: relative;
    overflow: hidden;
  }
}
#header .top {
  position: relative;
  background: #FFF;
}
@media (min-width: 600px) {
  #header .top {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
  }
  #header .top.fixed {
    display: none;
  }
  #header .top:after {
    position: absolute;
    content: ' ';
    top: 0;
    bottom: 0;
    right: 100%;
    width: 9999px;
    height: 100%;
    background: #FFF;
  }
  #header .top:before {
    position: absolute;
    content: ' ';
    top: 0;
    bottom: 0;
    left: 100%;
    width: 9999px;
    height: 100%;
    background: #FFF;
  }
}
@media (min-width: 600px) {
  #header .top .categories {
    float: right;
  }
  #header .top .categories ul li {
    float: left;
    height: 45px;
  }
  #header .top .categories ul li a {
    float: left;
    height: 39px;
    margin: 6px 0 0 0;
    padding: 8px 12px 0 12px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1em;
  }
  #header .top .categories ul li a.selected,
  #header .top .categories ul li a:hover {
    color: #FFF;
    background: #EA6878;
  }
}
@media (max-width: 599px) {
  #header .top .categories {
    display: none;
  }
}
@media (min-width: 960px) {
  #header .top .socials {
    float: left;
  }
  #header .top .socials ul li {
    float: left;
  }
  #header .top .socials ul li a {
    float: left;
    width: 30px;
    height: 30px;
    margin: 9px 6px 0 0;
    text-align: left;
    text-indent: -9999px;
    background: url('../i/sprites-1.png') no-repeat -9999px -9999px;
  }
  #header .top .socials ul li a:hover {
    opacity: 0.5;
  }
  #header .top .socials ul li a.facebook {
    background-position: 0 0;
  }
  #header .top .socials ul li a.youtube {
    background-position: -30px 0;
  }
  #header .top .socials ul li a.play {
    width: 28px;
    background-position: -62px 0;
  }
  #header .top .socials ul li a.apple {
    width: 28px;
    background-position: -93px 0;
  }
  #header .top .socials ul li a.rss {
    width: 28px;
    background-position: -124px 0;
  }
}
@media (min-width: 960px) and (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #header .top .socials ul li a {
    background-image: url('../i/sprites-1-retina.png');
    background-size: 312px 28px;
  }
}
@media (max-width: 959px) {
  #header .top .socials {
    display: none;
  }
}
#header .bar {
  position: relative;
  background: #EA6878;
}
#header .bar h2 a {
  display: block;
  overflow: hidden;
}
#header .bar h2 a img {
  width: 100%;
  height: 100%;
}
@media (min-width: 960px) {
  #header .bar {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
  }
  #header .bar:after {
    position: absolute;
    content: ' ';
    top: 0;
    bottom: 0;
    right: 100%;
    width: 9999px;
    height: 100%;
    background: #EA6878;
  }
  #header .bar:before {
    position: absolute;
    content: ' ';
    top: 0;
    bottom: 0;
    left: 100%;
    width: 9999px;
    height: 100%;
    background: #EA6878;
  }
  #header h2 {
    padding: 28px 0 17px 0;
    transition: padding 0.3s ease;
  }
  #header h2 a {
    width: 385px;
    height: 115px;
    transition: width 0.3s ease, height 0.3s ease;
  }
  #header.fixed.fixed2 h2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #header.fixed.fixed2 h2 a {
    width: 174px;
    height: 52px;
  }
}
@media (max-width: 959px) {
  #header h2 {
    padding: 15px 0 15px 0;
  }
  #header h2 a {
    width: 174px;
    height: 52px;
  }
  #header h2 a {
    margin: 0 15px;
  }
}
@media (min-width: 600px) {
  #header .bar .search {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 188px;
    height: 30px;
    overflow: hidden;
    background: #FFF;
  }
  #header .bar .search input[type=text] {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    padding: 9px 7px;
    width: 144px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1em;
  }
  #header .bar .search input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: left;
    text-indent: -9999px;
    background: url('../i/sprites-1.png') no-repeat -9999px -9999px;
    background-position: -169px 0;
  }
  #header .bar .search input[type=submit]:hover {
    background-position: -208px 0;
  }
}
@media (min-width: 600px) and (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #header .bar .search input[type=submit] {
    background-image: url('../i/sprites-1-retina.png');
    background-size: 312px 28px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  #header .bar .search {
    right: 15px;
    bottom: 15px;
  }
}
@media (max-width: 599px) {
  #header .bar .search {
    display: none;
  }
}
@media (min-width: 960px) {
  #header .hot {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 25px;
    max-width: 960px;
    background: #000;
    font-size: 12px;
    line-height: 1em;
  }
  #header .hot:after {
    position: absolute;
    content: ' ';
    top: 0;
    bottom: 0;
    right: 100%;
    width: 9999px;
    height: 100%;
    background: #000;
  }
  #header .hot:before {
    position: absolute;
    content: ' ';
    top: 0;
    bottom: 0;
    left: 100%;
    width: 9999px;
    height: 100%;
    background: #000;
  }
  #header .hot h4 {
    position: absolute;
    left: 0;
    top: 0;
    padding: 7px 10px 11px;
    z-index: 2;
    background: #EA6878;
    color: #FFF;
    font-size: 14px;
    line-height: 1em;
    text-transform: uppercase;
  }
  #header .hot div.slider {
    position: absolute;
    left: 100px;
    top: 0;
    bottom: 0;
    right: 52px;
    z-index: 1;
    overflow: hidden;
  }
  #header .hot div.slider ul {
    width: 9999px;
  }
  #header .hot div.slider ul li {
    float: left;
    position: relative;
    height: 25px;
  }
  #header .hot div.slider ul li:after {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    display: block;
    content: ' ';
    height: 10px;
    width: 1px;
    background: #EA6878;
  }
  #header .hot div.slider ul li:first-child:after {
    display: none;
  }
  #header .hot div.slider ul li a {
    float: left;
    padding: 7px 7px 0 7px;
    box-sizing: border-box;
    color: #FFF;
    text-transform: uppercase;
  }
  #header .hot div.slider ul li a:hover {
    text-decoration: underline;
  }
  #header .hot span.sliderMove {
    position: absolute;
    top: 0;
    z-index: 3;
    display: block;
    padding: 5px 15px 10px;
    height: 25px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1em;
    cursor: default;
    color: #FFF;
    background: #000;
  }
  #header .hot span.sliderMove.left {
    left: 55px;
  }
  #header .hot span.sliderMove.right {
    right: 0;
  }
  #header .hot span.sliderMove:hover {
    color: #EA6878;
  }
}
@media (max-width: 959px) {
  #header .hot {
    display: none;
  }
}
#content {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  /* .layout */
  /* /.layout */
  /* .layoutThreeHeader */
  /* .breadcrumb */
  /* /.breadcrumb */
  /* .hugeRotator */
  /* /.hugeRotator */
  /* .authors */
  /* .quickTags */
  /* .authorAbout */
  /* .authorAndTags */
  /* .entryBox */
  /* .boutique */
  /* .lastests */
  /* .socialRight */
  /* .issuuembed */
  /** .dynamicContent **/
  /* .promotedEntries */
  /* .withBorderTop */
  /* .articleImage */
  /* .article */
  /* /.article */
  /* .gallery */
  /* /.gallery */
  /* .error */
  /* /.error */
  /* #socialbar */
  /* /#socialbar */
}
@media (min-width: 960px) {
  #content {
    position: relative;
    z-index: 10;
  }
}
#content div.layout {
  /* .layout.fourOne */
  /* .layout.three */
  /* .layout.narrowWide */
  /* .layout.wideNarrow */
}
@media (min-width: 960px) {
  #content div.layout.fourOne {
    position: relative;
    margin-bottom: 22px;
  }
  #content div.layout.fourOne div.frame.four {
    width: 650px;
    height: 250px;
  }
  #content div.layout.fourOne div.frame.four.first {
    margin-bottom: 15px;
  }
  #content div.layout.fourOne div.frame.four div.box {
    float: left;
    width: 310px;
    height: 250px;
  }
  #content div.layout.fourOne div.frame.four div.box.first {
    margin-right: 15px;
  }
  #content div.layout.fourOne div.frame.one {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 310px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  #content div.layout.fourOne div.frame.four {
    display: table;
    width: 100%;
  }
  #content div.layout.fourOne div.frame.four div.box {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    padding-bottom: 15px;
  }
  #content div.layout.fourOne div.frame.four div.box.first {
    padding-right: 7.5px;
  }
  #content div.layout.fourOne div.frame.four div.box.second {
    padding-left: 7.5px;
  }
}
@media (min-width: 960px) {
  #content div.layout.three {
    height: 250px;
    margin-bottom: 15px;
  }
  #content div.layout.three div.box {
    float: left;
    width: 310px;
    height: 250px;
    margin-left: 15px;
  }
  #content div.layout.three div.box.first {
    margin-left: 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  #content div.layout.three div.box {
    width: 33%;
    height: 100%;
    display: table-cell;
    vertical-align: top;
    padding-bottom: 15px;
  }
  #content div.layout.three div.box.first {
    padding-right: 8.5714285714286px;
  }
  #content div.layout.three div.box.second {
    padding-left: 4.2857142857143px;
    padding-right: 4.2857142857143px;
  }
  #content div.layout.three div.box.third {
    padding-left: 8.5714285714286px;
  }
}
@media (min-width: 960px) {
  #content div.layout.narrowWide {
    position: relative;
    width: 100%;
    margin-bottom: 22px;
    min-height: 385px;
  }
  #content div.layout.narrowWide .frame.narrow {
    display: block;
    vertical-align: top;
    width: 310px;
  }
  #content div.layout.narrowWide .frame.wide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 325px;
  }
}
@media (max-width: 959px) {
  #content div.layout.narrowWide .frame.narrow {
    margin-bottom: 15px;
  }
  #content div.layout.narrowWide .frame.wide {
    margin-bottom: 15px;
  }
}
@media (min-width: 960px) {
  #content div.layout.wideNarrow {
    display: table;
    width: 100%;
    margin-bottom: 22px;
  }
  #content div.layout.wideNarrow .frame.wide {
    display: table-cell;
    vertical-align: top;
    padding-right: 15px;
  }
  #content div.layout.wideNarrow .frame.narrow {
    display: table-cell;
    vertical-align: top;
    width: 310px;
  }
}
@media (max-width: 959px) {
  #content div.layout.wideNarrow .frame.wide {
    margin-bottom: 15px;
  }
  #content div.layout.wideNarrow .frame.narrow {
    margin-bottom: 15px;
  }
}
@media (min-width: 960px) {
  #content div.layout.wide {
    margin-bottom: 22px;
  }
}
@media (max-width: 959px) {
  #content div.layout.wide {
    margin-bottom: 15px;
  }
}
#content section.continueReading {
  border-top: 2px solid #EA6878;
}
#content section.continueReading h3 {
  padding: 12px 15px;
  font-size: 18px;
  line-height: 1em;
  font-weight: bold;
  color: #EA6878;
}
#content div.breadcrumb {
  padding: 10px 0;
  text-align: right;
}
#content div.breadcrumb ul li {
  display: inline;
}
#content div.breadcrumb ul li.separator {
  padding: 0 3px;
}
#content div.breadcrumb ul li a {
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
}
#content div.breadcrumb ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 959px) {
  #content div.breadcrumb {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#content section.hugeRotator.withoutBreadcrumb {
  margin-top: 22px;
}
#content section.hugeRotator h2 {
  display: none;
}
#content section.hugeRotator p.image img {
  width: 100%;
  height: auto;
}
#content section.hugeRotator div.single {
  position: relative;
  width: 100%;
}
#content section.hugeRotator div.single p.image {
  position: relative;
  z-index: 1;
}
#content section.hugeRotator div.single div.bar {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #FFF;
}
#content section.hugeRotator div.single div.bar h4 a {
  color: #002454;
}
#content section.hugeRotator div.single div.bar h4 a:hover {
  text-decoration: underline;
}
@media (min-width: 600px) {
  #content section.hugeRotator div.single div.bar h4 a {
    font-size: 35px;
    line-height: 1em;
    letter-spacing: -0.02em;
  }
  #content section.hugeRotator div.single div.bar p.description {
    padding: 10px 0 0;
    color: #002454;
    line-height: 1.2em;
  }
}
@media (min-width: 960px) {
  #content section.hugeRotator div.single div.bar {
    max-width: 635px;
  }
}
@media (max-width: 959px) {
  #content section.hugeRotator div.single {
    height: 100%;
  }
}
@media (max-width: 599px) {
  #content section.hugeRotator div.single div.bar h4 a {
    font-size: 20px;
    line-height: 1em;
  }
  #content section.hugeRotator div.single div.bar p.description {
    display: none;
  }
}
#content section.hugeRotator div.small {
  position: relative;
  width: 100%;
}
#content section.hugeRotator div.small h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #FFF;
}
#content section.hugeRotator div.small h4 a {
  font-size: 20px;
  line-height: 1em;
  color: #002454;
}
#content section.hugeRotator div.small h4 a:hover {
  text-decoration: underline;
}
@media (min-width: 960px) {
  #content section.hugeRotator div.small h4 {
    text-align: right;
  }
}
@media (min-width: 960px) {
  #content section.hugeRotator {
    position: relative;
    width: 963px;
    height: 398px;
  }
  #content section.hugeRotator div.control {
    position: absolute;
    left: -26px;
    top: 0;
  }
  #content section.hugeRotator div.control a {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 0 4px;
    color: #000;
    background: #E3E3E3;
    font-size: 12px;
    line-height: 1.35em;
    text-align: center;
  }
  #content section.hugeRotator div.control a.select,
  #content section.hugeRotator div.control a:hover {
    color: #FFF;
    background: #EA6878;
  }
  #content section.hugeRotator div.control a.prev,
  #content section.hugeRotator div.control a.next {
    display: none;
  }
  #content section.hugeRotator div.area {
    position: absolute;
    left: 0;
    top: 0;
    width: 963px;
    height: 398px;
    overflow: hidden;
  }
  #content section.hugeRotator div.area ul {
    position: relative;
  }
  #content section.hugeRotator div.area ul li.slide {
    position: relative;
    width: 963px;
    height: 398px;
    background: #FFF;
  }
  #content section.hugeRotator div.area ul li.slide:first-child {
    left: 0;
    top: 0;
  }
  #content section.hugeRotator div.area ul li.slide div.single {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-bottom: 2px solid #EA6878;
  }
  #content section.hugeRotator div.area ul li.slide div.single p.image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #content section.hugeRotator div.area ul li.slide div.single p.image img {
    width: auto;
    height: 100%;
  }
  #content section.hugeRotator div.area ul li.slide.split div.single {
    width: 635px;
  }
  #content section.hugeRotator div.area ul li.slide.split div.small {
    position: absolute;
    right: 3px;
    width: 310px;
    height: 190px;
    border-bottom: 2px solid #EA6878;
  }
  #content section.hugeRotator div.area ul li.slide.split div.small p.image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #content section.hugeRotator div.area ul li.slide.split div.small p.image img {
    width: auto;
    height: 100%;
  }
  #content section.hugeRotator div.area ul li.slide.split div.small.top {
    top: 0;
  }
  #content section.hugeRotator div.area ul li.slide.split div.small.bottom {
    bottom: 0;
  }
  #content section.hugeRotator div.area ul li.slide.farm div.small {
    position: absolute;
    width: 310px;
    height: 190px;
    border-bottom: 2px solid #EA6878;
  }
  #content section.hugeRotator div.area ul li.slide.farm div.small p.image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #content section.hugeRotator div.area ul li.slide.farm div.small p.image img {
    width: auto;
    height: 100%;
  }
  #content section.hugeRotator div.area ul li.slide.farm div.small.leftTop {
    left: 0;
    top: 0;
  }
  #content section.hugeRotator div.area ul li.slide.farm div.small.leftBottom {
    left: 0;
    bottom: 0;
  }
  #content section.hugeRotator div.area ul li.slide.farm div.small.centerTop {
    left: 325px;
    top: 0;
  }
  #content section.hugeRotator div.area ul li.slide.farm div.small.centerBottom {
    left: 325px;
    bottom: 0;
  }
  #content section.hugeRotator div.area ul li.slide.farm div.small.rightTop {
    right: 0;
    top: 0;
  }
  #content section.hugeRotator div.area ul li.slide.farm div.small.rightBottom {
    right: 0;
    bottom: 0;
  }
  #content section.hugeRotator div.area ul li.slide.dual div.small {
    position: absolute;
    width: 960px;
    height: 190px;
    border-bottom: 2px solid #EA6878;
  }
  #content section.hugeRotator div.area ul li.slide.dual div.small h4 {
    text-align: left;
  }
  #content section.hugeRotator div.area ul li.slide.dual div.small p.image {
    overflow: hidden;
    height: 190px;
  }
  #content section.hugeRotator div.area ul li.slide.dual div.small.top {
    left: 0;
    top: 0;
    right: 0;
  }
  #content section.hugeRotator div.area ul li.slide.dual div.small.bottom {
    left: 0;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 959px) {
  #content section.hugeRotator {
    margin-bottom: 22px;
    border-bottom: 2px solid #EA6878;
  }
  #content section.hugeRotator div.control {
    display: none;
  }
  #content section.hugeRotator div.area {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  #content section.hugeRotator div.area ul li.slide {
    width: 100%;
    height: ;
  }
  #content section.hugeRotator div.area ul li.slide div.single p.image img {
    height: 100%;
    width: auto;
  }
  #content section.hugeRotator div.area ul li.slide.split div.small {
    display: none;
  }
  #content section.hugeRotator div.area ul li.slide.farm div.small,
  #content section.hugeRotator div.area ul li.slide.dual div.small {
    display: none;
  }
  #content section.hugeRotator div.area ul li.slide.farm div.small.leftTop,
  #content section.hugeRotator div.area ul li.slide.dual div.small.top {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  #content section.hugeRotator div.area ul li.slide.farm div.small.leftTop img,
  #content section.hugeRotator div.area ul li.slide.dual div.small.top img {
    width: auto !important;
    height: 100% !important;
  }
}
@media (max-width: 959px) and (min-width: 600px) and (max-width: 959px) {
  #content section.hugeRotator div.area {
    height: 400px;
  }
  #content section.hugeRotator div.area ul li.slide {
    height: 400px;
  }
}
@media (max-width: 959px) and (max-width: 599px) {
  #content section.hugeRotator div.area {
    height: 250px;
  }
  #content section.hugeRotator div.area ul li.slide {
    height: 250px;
  }
  #content section.hugeRotator div.single p.image img {
    margin-left: -25%;
  }
}
#content section.authors h4 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  width: 20px;
  height: 100px;
}

#content section.authors h4 a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 960px) {
  #content section.authors {
    position: relative;
    padding: 20px 0 20px 24px;
    margin: 0 0 22px;
    border-bottom: 2px solid #EA6878;
    background: url('../i/authors-vertical-text.png') no-repeat 6px center;
  }
  #content section.authors ul {
    height: 60px;
  }
  #content section.authors ul li {
    position: relative;
    float: left;
    margin: 0 10px 0 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    transition: width 0.25s linear;
  }
  #content section.authors ul li:hover {
    width: 180px;
  }
  #content section.authors ul li strong {
    position: absolute;
    left: 60px;
    top: 0;
    width: 120px;
    height: 60px;
    padding: 16px 15px 0;
    box-sizing: border-box;
    color: #FFF;
    background: #EA6878;
    text-transform: uppercase;
  }
}
@media (max-width: 959px) {
  #content section.authors {
    display: none;
  }
}
#content div.quickTags {
  padding: 0 22px 22px;
  margin: 0 0 22px;
  border-bottom: 2px solid #EA6878;
}
#content div.quickTags a {
  text-transform: uppercase;
  padding: 0 3px;
  font-size: 12px;
  line-height: 1em;
}
#content div.quickTags a.selected,
#content div.quickTags a:hover {
  background: #000;
  color: #FFF;
}
#content div.quickTags.withBorderTop {
  padding-top: 22px;
  border-top: 2px solid #EA6878;
}
@media (max-width: 959px) {
  #content div.quickTags {
    padding: 0 15px 15px;
  }
  #content div.quickTags.withBorderTop {
    padding-top: 15px;
  }
}
#content section.authorAbout {
  display: table;
  border-bottom: 2px solid #EA6878;
}
#content section.authorAbout div.info {
  padding: 10px 15px;
}
#content section.authorAbout div.info p.about {
  padding: 10px 0 0;
  font-size: 15px;
  line-height: 1.2em;
}
@media (min-width: 960px) {
  #content section.authorAbout {
    padding-bottom: 22px;
    margin-bottom: 22px;
  }
  #content section.authorAbout div.avatar {
    display: table-cell;
  }
  #content section.authorAbout div.avatar span.image {
    position: relative;
    display: table-cell;
    min-width: 128px;
    max-width: 128px;
    height: 128px;
    overflow: hidden;
  }
  #content section.authorAbout div.avatar span.image img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
  }
  #content section.authorAbout div.avatar span.name {
    display: table-cell;
    vertical-align: bottom;
    width: 128px;
    height: 128px;
    padding: 0 25px 20px 20px;
    line-height: 1.2em;
    box-sizing: border-box;
    color: #FFF;
    background: #EA6878;
    font-size: 16px;
  }
  #content section.authorAbout div.avatar a:hover span.name {
    background: #d35e6c;
  }
  #content section.authorAbout div.info {
    display: table-cell;
    vertical-align: bottom;
  }
}
@media (max-width: 959px) {
  #content section.authorAbout {
    margin-bottom: 15px;
  }
  #content section.authorAbout div.avatar p.image {
    float: left;
  }
  #content section.authorAbout div.avatar p.image img {
    width: 80px;
    height: auto;
  }
  #content section.authorAbout div.avatar span.name {
    color: #EA6878;
    font-size: 30px;
    line-height: 1em;
    padding: 25px 0 5px 15px;
  }
  #content section.authorAbout div.avatar a:hover span.name {
    color: #000;
  }
  #content section.authorAbout div.info {
    clear: both;
  }
}
#content div.layout div.authorAndTags p.author a {
  display: table;
  height: 60px;
}
#content div.layout div.authorAndTags p.author a span.image {
  display: table-cell;
  vertical-align: top;
}
#content div.layout div.authorAndTags p.author a span.image {
  position: relative;
  min-width: 60px;
  max-width: 60px;
  overflow: hidden;
}
#content div.layout div.authorAndTags p.author a span.image img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
}
#content div.layout div.authorAndTags p.author a span.name {
  display: table-cell;
  vertical-align: middle;
  background: #EA6878;
}
#content div.layout div.authorAndTags p.author a span.name strong {
  display: inherit;
  padding: 0 15px;
  box-sizing: border-box;
  min-height: 60px;
  color: #FFF;
  line-height: 1.2em;
  text-transform: uppercase;
}
#content div.layout div.authorAndTags p.tags {
  padding-left: 15px;
  line-height: 1.2em;
}
#content div.layout div.authorAndTags p.tags a {
  text-transform: uppercase;
  padding: 0 3px;
  font-size: 12px;
  line-height: 1em;
}
#content div.layout div.authorAndTags p.tags a.selected,
#content div.layout div.authorAndTags p.tags a:hover {
  background: #000;
  color: #FFF;
}
@media (min-width: 600px) {
  #content div.layout div.authorAndTags {
    display: table;
  }
  #content div.layout div.authorAndTags p.author {
    display: table-cell;
    vertical-align: top;
    padding-left: 24px;
    background: url('../i/authorAndTags-vertical-text.png') no-repeat 6px center;
  }
  #content div.layout div.authorAndTags p.tags {
    display: table-cell;
    vertical-align: center;
  }
}
@media (max-width: 599px) {
  #content div.layout div.authorAndTags.withBorderTop {
    padding-top: 22px;
  }
  #content div.layout div.authorAndTags p.tags {
    padding-top: 15px;
  }
}
#content div.layout div.entryBox {
  position: relative;
  border-bottom: 2px solid #EA6878;
}
#content div.layout div.entryBox h4 a {
  color: #002454;
}
#content div.layout div.entryBox h4 a:hover {
  text-decoration: underline;
}
#content div.layout div.entryBox.classic p.image {
  width: 100%;
}
#content div.layout div.entryBox.classic p.image img {
  width: 100%;
  height: auto;
}
#content div.layout div.entryBox.classic div.bar h4 a {
  font-size: 18px;
  line-height: 1em;
}
#content div.layout div.entryBox.classic div.bar p.description {
  padding-top: 10px;
  color: #002454;
  line-height: 1.2em;
}
#content div.layout div.entryBox.justText p.categoryBottom {
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
}
#content div.layout div.entryBox.justText p.categoryBottom a:hover {
  text-decoration: underline;
}
#content div.layout div.entryBox.video p.image {
  width: 100%;
}
#content div.layout div.entryBox.video p.image img {
  width: 100%;
  height: auto;
}
#content div.layout div.entryBox.video div.bar h4 a {
  font-size: 18px;
  line-height: 1em;
}
#content div.layout div.entryBox.video p.categoryBottom {
  padding-top: 10px;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
}
#content div.layout div.entryBox.video p.categoryBottom a:hover {
  text-decoration: underline;
}
@media (min-width: 600px) {
  #content div.layout div.entryBox.justText h4 a {
    font-size: 40px;
    line-height: 1em;
    letter-spacing: -0.02em;
  }
  #content div.layout div.entryBox.justText.shortTitle h4 a {
    font-size: 25px;
    line-height: 1em;
  }
}
@media (min-width: 960px) {
  #content div.layout div.entryBox {
    height: 100%;
    box-sizing: border-box;
  }
  #content div.layout div.entryBox.justText {
    text-align: center;
  }
  #content div.layout div.entryBox.justText h4 {
    display: table;
    width: 100%;
    height: 100%;
  }
  #content div.layout div.entryBox.justText h4 a {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  #content div.layout div.entryBox.justText p.categoryBottom {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px 15px;
    background: #FFF;
  }
  #content div.layout div.entryBox.classic p.image {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
  }
  #content div.layout div.entryBox.classic p.image img {
    height: 100%;
    width: auto;
  }
  #content div.layout div.entryBox.classic div.bar {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px 15px;
    background: #FFF;
  }
  #content div.layout div.entryBox.classic div.bar p.description {
    display: none;
  }
  #content div.layout div.entryBox.video {
    text-align: center;
    background: #FFF;
  }
  #content div.layout div.entryBox.video p.image {
    position: absolute;
    z-index: 1;
    /*left: 10px;*/
    top: 0px;
    bottom: 0;
    /*right: 10px;*/
    width: auto;
    overflow: hidden;
  }
  #content div.layout div.entryBox.video p.image img {
    width: 100%;
    height: auto;
  }
  #content div.layout div.entryBox.video div.bar {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px 15px;
    background: #FFF;
  }
  #content div.layout div.entryBox.video div.bar h4 a {
    font-size: 24px;
    line-height: 1em;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  #content div.layout div.entryBox.classic div.bar {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px 15px;
    background: #FFF;
  }
  #content div.layout div.entryBox.classic div.bar p.description {
    display: none;
  }
  #content div.layout div.entryBox.justText.withCategoryTop {
    padding-top: 30px;
  }
  #content div.layout div.entryBox.justText h4 {
    padding: 10px 15px;
  }
  #content div.layout div.entryBox.justText p.categoryBottom {
    padding: 10px 15px;
  }
  #content div.layout div.entryBox.video div.bar {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px 15px;
    background: #FFF;
  }
}
@media (max-width: 599px) {
  #content div.layout div.entryBox {
    margin-bottom: 15px;
  }
  #content div.layout div.entryBox p.gCategory {
    display: none;
  }
  #content div.layout div.entryBox.justText.withCategoryTop {
    padding-bottom: 15px;
  }
  #content div.layout div.entryBox.justText h4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #content div.layout div.entryBox.justText h4 a {
    font-size: 30px;
    line-height: 1em;
  }
  #content div.layout div.entryBox.justText.shortTitle h4 a {
    font-size: 24px;
    line-height: 1em;
  }
  #content div.layout div.entryBox.justText p.categoryBottom {
    padding: 10px 15px;
  }
  #content div.layout div.entryBox.classic p.image,
  #content div.layout div.entryBox.video p.image {
    width: 100px;
    float: left;
    padding-bottom: 13px;
  }
  #content div.layout div.entryBox.classic p.image img,
  #content div.layout div.entryBox.video p.image img {
    width: 100px;
    height: auto;
  }
  #content div.layout div.entryBox.classic div.bar,
  #content div.layout div.entryBox.video div.bar {
    padding-bottom: 15px;
    padding-right: 15px;
    margin-left: 115px;
  }
}
#content div.layout section.boutique {
  background: #FFF;
  border-top: 10px solid #EA6878;
  border-bottom: 10px solid #EA6878;
  border-left: 24px solid #EA6878;
  border-right: 24px solid #EA6878;
  box-sizing: border-box;
}
#content div.layout section.boutique h4 a {
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
}
#content div.layout section.boutique h4 a:hover {
  text-decoration: underline;
}
#content div.layout section.boutique p.price {
  font-weight: bold;
  text-transform: uppercase;
  color: #EA6878;
}
#content div.layout section.boutique div.info {
  position: relative;
}
#content div.layout section.boutique div.info h4 {
  width: 216px;
  height: 88px;
  margin: 15px auto 10px;
  text-align: left;
  text-indent: -9999px;
  background: url('../i/boutique-sprites-1.png') no-repeat -9999px -9999px;
  background-position: 0 0;
}
@media (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #content div.layout section.boutique div.info h4 {
    background-image: url('../i/boutique-sprites-1-retina.png');
    background-size: 216px 128px;
  }
}
#content div.layout section.boutique div.info form {
  position: relative;
  width: 251px;
  height: 30px;
  margin: 0 auto;
  background: #000;
}
#content div.layout section.boutique div.info form input[type=text] {
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  padding: 0 7px;
  height: 30px;
  box-sizing: border-box;
  width: 210px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 2em;
  color: #FFF;
  background: #000;
}
#content div.layout section.boutique div.info form input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: left;
  text-indent: -9999px;
  background: url('../i/boutique-sprites-1.png') no-repeat -9999px -9999px;
  background-position: -8px -94px;
}
@media (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #content div.layout section.boutique div.info form input[type=submit] {
    background-image: url('../i/boutique-sprites-1-retina.png');
    background-size: 216px 128px;
  }
}
#content div.layout section.boutique div.info form input[type=submit]:hover {
  background-position: -48px -94px;
}
#content div.layout section.boutique div.single {
  padding: 10px;
  text-align: center;
}
#content div.layout section.boutique div.single h4 {
  padding: 5px 0;
}
#content div.layout section.boutique div.three ul {
  padding: 15px 0 0;
}
#content div.layout section.boutique div.three ul li {
  position: relative;
  height: 104px;
  padding: 10px 0;
  margin: 0 5px;
  box-sizing: border-box;
  border-top: 1px solid #D2D2D2;
}
#content div.layout section.boutique div.three ul li:first-child {
  border: 0;
}
#content div.layout section.boutique div.three ul li h4 {
  padding-bottom: 10px;
}
#content div.layout section.boutique div.three ul li p.image {
  position: absolute;
  top: 8px;
  bottom: 8px;
  max-width: 75px;
}
#content div.layout section.boutique div.three ul li p.image img {
  height: 100%;
  width: auto;
}
#content div.layout section.boutique div.three ul li.toLeft {
  padding-left: 90px;
  padding-right: 10px;
}
#content div.layout section.boutique div.three ul li.toLeft p.image {
  left: 15px;
}
#content div.layout section.boutique div.three ul li.toRight {
  padding-right: 90px;
  padding-left: 10px;
  text-align: right;
}
#content div.layout section.boutique div.three ul li.toRight p.image {
  right: 15px;
}
@media (min-width: 960px) {
  #content div.layout section.boutique {
    height: 100%;
  }
  #content div.layout section.boutique div.info {
    padding-bottom: 40px;
  }
  #content div.layout section.boutique div.info form {
    position: absolute;
    bottom: 0;
    right: -7px;
  }
  #content div.layout section.boutique div.info form:after {
    position: absolute;
    right: 0;
    bottom: -10px;
    display: block;
    content: ' ';
    width: 7px;
    height: 10px;
    background: url('../i/boutique-sprites-1.png') no-repeat -9999px -9999px;
    background-position: -209px -118px;
  }
}
@media (min-width: 960px) and (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #content div.layout section.boutique div.info form:after {
    background-image: url('../i/boutique-sprites-1-retina.png');
    background-size: 216px 128px;
  }
}
@media (max-width: 959px) {
  #content div.layout section.boutique {
    margin-bottom: 15px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  #content div.layout section.boutique div.info form {
    right: 0;
  }
  #content div.layout section.boutique div.info {
    float: left;
    width: 280px;
  }
  #content div.layout section.boutique div.single,
  #content div.layout section.boutique div.three {
    margin-left: 280px;
  }
}
#content div.layout section.lastests {
  border-bottom: 2px solid #EA6878;
}
#content div.layout section.lastests ul {
  padding: 6px 0;
}
#content div.layout section.lastests ul a:hover {
  text-decoration: underline;
}
#content div.layout section.lastests ul li.promoted {
  position: relative;
  margin-bottom: 6px;
  border-bottom: 2px solid #EA6878;
}
#content div.layout section.lastests ul li.promoted h4 a {
  font-size: 20px;
  line-height: 1em;
  color: #EA6878;
}
#content div.layout section.lastests ul li.promoted p.image img {
  width: 100%;
  height: auto;
}
#content div.layout section.lastests ul li.link a {
  color: #002454;
}
@media (min-width: 960px) {
  #content div.layout section.lastests ul li.promoted h4 {
    padding: 6px 6px;
  }
  #content div.layout section.lastests ul li.link {
    padding: 3px 6px;
  }
}
@media (max-width: 959px) {
  #content div.layout section.lastests ul li.promoted h4 {
    padding: 6px 15px;
  }
  #content div.layout section.lastests ul li.promoted p.image {
    max-height: 150px;
    overflow: hidden;
  }
  #content div.layout section.lastests ul li.link {
    padding: 3px 15px;
  }
}
#content div.layout.wideNarrow div.narrow div.socialRight {
  text-align: right;
}
@media (max-width: 959px) {
  #content div.layout.wideNarrow div.narrow div.socialRight {
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #content div.layout div.issuuembed {
    width: 100%;
    height: 100%;
  }
}
#content div.dynamicContent span.loadingIcon {
  clear: both;
  display: none;
  width: 32px;
  height: 32px;
  margin: 15px auto;
  background: url('../i/loading-sprites-1.gif') no-repeat -9999px -9999px;
  background-position: 0 0;
}
@media (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #content div.dynamicContent span.loadingIcon {
    background-image: url('../i/loading-sprites-1-retina.gif');
    background-size: 32px 32px;
  }
}
#content div.dynamicContent span.loadingIcon.show {
  display: block;
}
#content section.promotedEntries {
  position: relative;
  padding: 24px 0;
  background: #F4E5E7;
}
#content section.promotedEntries h2 {
  padding: 0 0 15px;
  font: 14px 'Roboto Condensed', Arial, Tahoma, Verdana;
  color: #EA6878;
  font-weight: 700;
}
@media (min-width: 960px) {
  #content section.promotedEntries {
    margin-bottom: 22px;
  }
  #content section.promotedEntries:before {
    position: absolute;
    content: ' ';
    top: 0;
    bottom: 0;
    right: 100%;
    width: 9999px;
    height: 100%;
    background: #F4E5E7;
  }
  #content section.promotedEntries:after {
    position: absolute;
    content: ' ';
    top: 0;
    bottom: 0;
    left: 100%;
    width: 9999px;
    height: 100%;
    background: #F4E5E7;
  }
  #content section.promotedEntries h2 {
    font-size: 46px;
    line-height: 1em;
    letter-spacing: -0.02em;
  }
  #content section.promotedEntries div.layout.three {
    margin-bottom: 0;
  }
}
@media (max-width: 959px) {
  #content section.promotedEntries {
    margin-bottom: 15px;
  }
  #content section.promotedEntries h2 {
    font-size: 26px;
    line-height: 1em;
    padding-left: 15px;
  }
  #content section.promotedEntries div.layout.three div.box {
    padding-bottom: 0;
  }
}
#content article.withBorderTop {
  border-top: 2px solid #EA6878;
}
@media (min-width: 960px) {
  #content article.withBorderTop {
    padding-top: 22px;
  }
}
@media (max-width: 959px) {
  #content article.withBorderTop {
    padding-top: 15px;
  }
}
@media (min-width: 960px) {
  #content article div.articleImage {
    margin-bottom: 22px;
  }
}
@media (max-width: 959px) {
  #content article div.articleImage {
    margin-bottom: 15px;
  }
}
#content article div.articleImage img {
  width: 100%;
  height: auto;
}
#content article div.article {
  border-top: 2px solid #EA6878;
  font-size: 16px;
  line-height: 1.3em;
}
#content article div.article h1 {
  padding: 10px 15px 5px;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: -0.04em;
}
#content article div.article h1 a {
  color: #000;
  text-decoration: none;
}
#content article div.article div.details {
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  color: #838383;
}
#content article div.article a {
  color: #EA6878;
  text-decoration: underline;
}
#content article div.article a:hover {
  color: #000;
}
#content article div.article h3,
#content article div.article h4,
#content article div.article h5 {
  padding: 10px 15px 0;
  font-weight: bold;
}
#content article div.article h3 {
  font-size: 22px;
  line-height: 1em;
}
#content article div.article h4 {
  font-size: 18px;
  line-height: 1em;
}
#content article div.article p {
  padding: 10px 15px;
}
#content article div.article p.image {
  padding-left: 0;
  padding-right: 0;
}
#content article div.article p.image img {
  width: 100%;
  height: auto;
}
#content article div.article p.image span.credits {
  display: block;
  padding: 5px 15px 0 0;
  text-align: right;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
}
#content article div.article small {
  font-size: 14px;
  line-height: 1.3em;
}
#content article div.article strong {
  font-weight: bold;
}
#content article div.article blockquote {
  color: #EA6878;
  font-size: 18px;
  line-height: 1.3em;
  margin-left: 6px;
}
#content article div.article blockquote p {
  padding-left: 0;
}
#content article div.article ul {
  margin: 15px 0 10px 30px;
  list-style-type: square;
  list-style-position: inside;
}
#content article div.article ul ul,
#content article div.article ul ol {
  margin-top: 0;
  margin-bottom: 0;
}
#content article div.article ol {
  margin: 15px 0 10px 30px;
  list-style-type: decimal;
  list-style-position: inside;
}
#content article div.article ol ol,
#content article div.article ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  #content article div.article div.details {
    padding: 2px 15px;
    line-height: 2em;
  }
  #content article div.article div.details span.date {
    float: left;
  }
  #content article div.article div.details span.rate {
    float: right;
  }
  #content article div.article div.details span.rate span.gRate {
    margin-left: 4px;
  }
  #content article div.article blockquote {
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  #content article div.article div.details span.date,
  #content article div.article div.details span.rate {
    padding: 0 15px 10px;
    display: block;
  }
  #content article div.article blockquote p {
    padding-left: 30px;
  }
}
#content article div.article section.inlineGallery {
  margin: 10px 0;
  border-top: 2px solid #EA6878;
  border-bottom: 2px solid #EA6878;
}
#content article div.article section.inlineGallery div.container {
  padding: 10px 0;
}
#content article div.article section.inlineGallery div.container div.splint ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#content article div.article section.inlineGallery div.container div.splint ul li {
  margin: 0;
  padding: 0;
}
@media (min-width: 960px) {
  #content article div.article section.inlineGallery h4 {
    display: none;
  }
  #content article div.article section.inlineGallery div.container {
    position: relative;
  }
  #content article div.article section.inlineGallery div.container div.splint {
    position: relative;
    width: 100%;
    height: 125px;
    overflow: hidden;
  }
  #content article div.article section.inlineGallery div.container div.splint ul {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 9999px;
  }
  #content article div.article section.inlineGallery div.container div.splint ul li {
    float: left;
    margin: 0 5px 0 0;
  }
  #content article div.article section.inlineGallery div.container div.splint ul li a {
    transition: opacity 0.3s ease;
  }
  #content article div.article section.inlineGallery div.container div.splint ul li a:hover {
    opacity: 0.7;
  }
  #content article div.article section.inlineGallery div.control a {
    position: absolute;
    width: 61px;
    height: 61px;
    top: 50%;
    margin-top: -30.5px;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    background: url('../i/inlineSlider-sprites-1.png') no-repeat -9999px -9999px;
  }
  #content article div.article section.inlineGallery div.control a.prev {
    left: 0;
    background-position: 14px 0;
  }
  #content article div.article section.inlineGallery div.control a.prev:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #content article div.article section.inlineGallery div.control a.next {
    right: 0;
    background-position: -570px 0;
  }
  #content article div.article section.inlineGallery div.control a.next:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
@media (max-width: 959px) {
  #content article div.article section.inlineGallery h4 {
    text-align: center;
  }
  #content article div.article section.inlineGallery div.container div.splint ul {
    text-align: center;
  }
  #content article div.article section.inlineGallery div.container div.splint ul li {
    margin: 2px 2px 0;
    display: inline-block;
  }
}
#content article div.gallery {
  border-top: 2px solid #EA6878;
}
@media (min-width: 960px) {
  #content article div.gallery {
    margin-bottom: 22px;
  }
}
@media (max-width: 959px) {
  #content article div.gallery {
    margin-bottom: 15px;
  }
}
#content article div.gallery.withBorderBottom {
  border-bottom: 2px solid #EA6878;
}
#content article div.gallery div.header div.base {
  padding: 10px 15px 5px;
}
#content article div.gallery div.header div.base h1 {
  font-size: 40px;
  line-height: 1em;
  letter-spacing: -0.04em;
}
#content article div.gallery div.header div.base h1 a {
  color: #000;
  text-decoration: none;
}
#content article div.gallery div.header div.base p {
  padding: 10px 0;
  line-height: 1.3em;
}
#content article div.gallery div.header div.base p.publishedDate {
  font-size: 12px;
  line-height: 1em;
  color: #797979;
  text-transform: uppercase;
}
#content article div.gallery div.header div.socials {
  box-sizing: border-box;
}
@media (min-width: 600px) {
  #content article div.gallery div.header {
    display: table;
  }
  #content article div.gallery div.header div.base {
    display: table-cell;
    vertical-align: top;
  }
  #content article div.gallery div.header div.socials {
    display: table-cell;
    vertical-align: top;
    padding: 15px 15px 0 0;
    min-width: 200px;
    max-width: 200px;
    text-align: right;
  }
}
@media (max-width: 599px) {
  #content article div.gallery div.header div.socials {
    padding: 0 15px 15px;
  }
}
#content article div.gallery div.body {
  position: relative;
}
#content article div.gallery div.body a {
  color: #EA6878;
  text-decoration: underline;
}
#content article div.gallery div.body a:hover {
  color: #000;
}
@media (min-width: 960px) {
  #content article div.gallery div.body div.thumbnails {
    position: absolute;
    top: 0;
    right: 0;
    width: 78px;
    height: 600px;
  }
  #content article div.gallery div.body div.thumbnails div.container {
    position: absolute;
    top: 0;
    right: 0;
    width: 78px;
    overflow: hidden;
  }
  #content article div.gallery div.body div.thumbnails div.container div.frame {
    width: 78px;
    height: 548px;
  }
  #content article div.gallery div.body div.thumbnails div.container div.frame ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 78px;
    height: 99999px;
  }
  #content article div.gallery div.body div.thumbnails div.container div.frame ul li {
    position: relative;
    margin-bottom: 18px;
    width: 78px;
    height: 63px;
    overflow: hidden;
  }
  #content article div.gallery div.body div.thumbnails div.container div.frame ul li.select:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    content: ' ';
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  #content article div.gallery div.body div.thumbnails div.container a.pager {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background: url('../i/gallery-sprites.png') no-repeat -9999px -9999px;
  }
  #content article div.gallery div.body div.thumbnails div.container a.pager:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #content article div.gallery div.body div.thumbnails div.container a.pager.prev {
    top: 0;
    background-position: 12px -124px;
  }
  #content article div.gallery div.body div.thumbnails div.container a.pager.next {
    bottom: 0;
    background-position: 12px -77px;
  }
  #content article div.gallery div.body div.thumbnails span.counter {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    font-size: 25px;
    line-height: 1em;
    white-space: pre;
    letter-spacing: -0.02em;
    background: #E8E8E8;
  }
  #content article div.gallery div.body div.screen {
    position: relative;
    width: 864px;
    height: 600px;
    overflow: hidden;
    background: #F6F6F6;
  }
  #content article div.gallery div.body div.screen ul li {
    display: none;
  }
  #content article div.gallery div.body div.screen ul li:first-child {
    display: block;
  }
  #content article div.gallery div.body div.screen ul li div.image {
    position: relative;
    background: #FFF;
    text-align: center;
  }
  #content article div.gallery div.body div.screen ul li div.image a.pager {
    position: absolute;
    top: 0;
    width: 308px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    height: 100%;
  }
  #content article div.gallery div.body div.screen ul li div.image a.pager:hover {
    background: url('../i/gallery-hover-bg.png') repeat-y -9999px -9999px;
  }
  #content article div.gallery div.body div.screen ul li div.image a.pager span {
    position: absolute;
    top: 50%;
    margin: -27px 0 0 0;
    width: 33px;
    height: 54px;
    background: url('../i/gallery-sprites.png') no-repeat -9999px -9999px;
  }
  #content article div.gallery div.body div.screen ul li div.image a.pager.prev {
    left: 0;
  }
  #content article div.gallery div.body div.screen ul li div.image a.pager.prev:hover {
    background-position: 0 0;
  }
  #content article div.gallery div.body div.screen ul li div.image a.pager.prev span {
    background-position: 0 0;
    left: 5px;
  }
  #content article div.gallery div.body div.screen ul li div.image a.pager.next {
    right: 0;
  }
  #content article div.gallery div.body div.screen ul li div.image a.pager.next span {
    background-position: -33px 0;
    right: 5px;
  }
  #content article div.gallery div.body div.screen ul li div.image a.pager.next:hover {
    background-position: -308px 0;
  }
  #content article div.gallery div.body div.screen ul li div.text {
    display: none;
  }
  #content article div.gallery div.body div.description {
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.3em;
  }
  #content article div.gallery div.body div.description h3,
  #content article div.gallery div.body div.description h4,
  #content article div.gallery div.body div.description h5 {
    padding: 10px 15px 0;
    font-weight: bold;
  }
  #content article div.gallery div.body div.description h3 {
    font-size: 22px;
    line-height: 1em;
  }
  #content article div.gallery div.body div.description h4 {
    font-size: 18px;
    line-height: 1em;
  }
  #content article div.gallery div.body div.description p {
    padding: 10px 15px;
  }
  #content article div.gallery div.body div.description p.image {
    padding-left: 0;
    padding-right: 0;
  }
  #content article div.gallery div.body div.description p.image img {
    width: 100%;
    height: auto;
  }
  #content article div.gallery div.body div.description p.image span.credits {
    display: block;
    padding: 5px 15px 0 0;
    text-align: right;
    font-size: 12px;
    line-height: 1em;
    text-transform: uppercase;
  }
  #content article div.gallery div.body div.description small {
    font-size: 14px;
    line-height: 1.3em;
  }
  #content article div.gallery div.body div.description strong {
    font-weight: bold;
  }
  #content article div.gallery div.body div.description blockquote {
    color: #EA6878;
    font-size: 18px;
    line-height: 1.3em;
  }
  #content article div.gallery div.body div.description blockquote p {
    padding-left: 0;
  }
  #content article div.gallery div.body div.description ul {
    margin: 15px 0 10px 30px;
    list-style-type: square;
    list-style-position: inside;
  }
  #content article div.gallery div.body div.description ul ul,
  #content article div.gallery div.body div.description ul ol {
    margin-top: 0;
    margin-bottom: 0;
  }
  #content article div.gallery div.body div.description ol {
    margin: 15px 0 10px 30px;
    list-style-type: decimal;
    list-style-position: inside;
  }
  #content article div.gallery div.body div.description ol ol,
  #content article div.gallery div.body div.description ol ul {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 959px) {
  #content article div.gallery div.body div.thumbnails,
  #content article div.gallery div.body div.description {
    display: none;
  }
  #content article div.gallery div.body div.screen ul li {
    display: block !important;
  }
  #content article div.gallery div.body div.screen ul li div.image img {
    width: 100%;
    height: auto;
  }
  #content article div.gallery div.body div.screen ul li div.text {
    padding: 15px 15px;
    font-size: 16px;
    line-height: 1.3em;
  }
}
#content section.error {
  position: relative;
  padding: 34px 0 0;
  background: #EA6878;
}
#content section.error div.frame {
  position: relative;
  padding: 20px;
  border: 3px solid #FFF;
}
#content section.error div.frame h2 {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -65px;
  width: 130px;
  text-align: center;
  background: #EA6878;
}
#content section.error div.frame h1 {
  font-weight: 300;
  text-transform: lowercase;
}
#content section.error div.frame h1 span {
  display: block;
}
#content section.error div.frame h4 {
  padding: 0 0 10px;
  display: block;
  color: #FFF;
  text-align: center;
}
#content section.error div.frame p {
  display: block;
  color: #FFF;
  text-align: center;
}
@media (min-width: 960px) {
  #content section.error {
    margin-bottom: 160px;
  }
  #content section.error:before {
    position: absolute;
    content: ' ';
    top: 0;
    bottom: 0;
    right: 100%;
    width: 9999px;
    height: 100%;
    background: #EA6878;
  }
  #content section.error:after {
    position: absolute;
    content: ' ';
    top: 0;
    bottom: 0;
    left: 100%;
    width: 9999px;
    height: 100%;
    background: #EA6878;
  }
  #content section.error div.frame {
    background: url('../i/notFound-bg.png') no-repeat -9999px -9999px;
    background-position: 360px 30px;
  }
  #content section.error div.frame h1 {
    padding: 107px 0;
    font-size: 77px;
    line-height: 1em;
  }
  #content section.error div.frame h1 span {
    font-size: 205px;
    line-height: 1em;
    font-weight: 300;
    letter-spacing: -0.06em;
  }
  #content section.error div.frame h4 {
    font-size: 50px;
    line-height: 1.2em;
  }
  #content section.error div.frame p {
    font-size: 30px;
    line-height: 1.2em;
  }
  #content section.error div.continue {
    position: relative;
    height: 116px;
  }
  #content section.error div.continue div.layout.three {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
  }
}
@media (min-width: 960px) and (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #content section.error div.frame {
    background-image: url('../i/notFound-bg-retina.png');
    background-size: 556px 428px;
  }
}
@media (max-width: 959px) {
  #content section.error div.frame {
    margin: 0 15px 15px;
  }
  #content section.error div.frame h1 {
    padding: 40px 0;
    text-align: center;
    font-size: 77px;
    line-height: 1em;
  }
  #content section.error div.frame h1 span {
    font-size: 120px;
    line-height: 1em;
    font-weight: 300;
    letter-spacing: -0.06em;
  }
  #content section.error div.frame h4 {
    font-size: 30px;
    line-height: 1.2em;
  }
  #content section.error div.frame p {
    font-size: 18px;
    line-height: 1.2em;
  }
  #content section.error div.continue {
    background: #FFF;
    padding-top: 15px;
  }
}
@media (min-width: 960px) {
  #content #socialbar {
    position: absolute;
    top: 37px;
    left: -52px;
    width: 52px;
  }
  #content #socialbar.fixed {
    position: fixed;
    top: 110px !important;
    left: 50%;
    margin-left: -532px;
  }
  #content #socialbar div.social {
    width: 47px;
    border-right: 5px solid #000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  #content #socialbar div.social a {
    display: block;
    width: 47px;
    height: 47px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 0 1px;
    background: url('../i/socials-sprites-2.png') no-repeat -9999px -9999px;
    background-position: -9999px -9999px;
    transition: opacity 0.3s ease;
  }
  #content #socialbar div.social a:hover {
    opacity: 0.5;
  }
  #content #socialbar div.social.fb {
    background-color: #506BB1;
    border-color: #3F5489;
  }
  #content #socialbar div.social.fb a {
    background-position: 6px 0px;
  }
  #content #socialbar div.social.twitter {
    background-color: #60AADE;
    border-color: #4A82A9;
  }
  #content #socialbar div.social.twitter a {
    background-position: 6px -47px;
  }
  #content #socialbar div.social.gplus {
    background-color: #DC4E41;
    border-color: #C04535;
  }
  #content #socialbar div.social.gplus a {
    background-position: 6px -94px;
  }
  #content #socialbar div.social.rss {
    background-color: #FA6F0D;
    border-color: #C65404;
  }
  #content #socialbar div.social.rss a {
    background-position: 6px -141px;
  }
}
@media (min-width: 960px) and (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #content #socialbar div.social a {
    background-image: url('../i/socials-sprites-2-retina.png');
    background-size: 35px 188px;
  }
}
@media (max-width: 959px) {
  #content #socialbar {
    display: none;
  }
}
#footer div.frame {
  padding: 0 0 15px;
  background: #FFF;
}
#footer div.frame div.info {
  padding: 20px 0;
  background: #E6E6E6;
}
#footer div.frame div.info strong {
  display: block;
  margin: 0 auto 15px;
  text-align: center;
}
#footer div.frame div.info p.about {
  margin: 0 auto;
  width: 80%;
  max-width: 768px;
  text-align: center;
  color: #585858;
  font-size: 12px;
  line-height: 1.2em;
}
@media (min-width: 600px) {
  #footer div.frame div.info strong img {
    width: 190px;
    height: 46px;
  }
}
@media (max-width: 599px) {
  #footer div.frame div.info strong img {
    width: 100px;
    height: 24px;
  }
}
#footer div.frame nav {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  border-bottom: 2px solid #EA6878;
}
#footer div.frame nav ul li {
  display: inline;
  margin: 0 5px;
}
#footer div.frame nav ul li a {
  color: #585858;
}
#footer div.frame nav ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 960px) {
  #footer {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 101;
  }
  #footer div.control {
    position: relative;
    width: 100%;
    height: 39px;
    border-bottom: 5px solid #E1E1E1;
  }
  #footer div.control span.toggleFooter {
    position: absolute;
    left: 50%;
    margin-left: -480px;
    display: block;
    width: 39px;
    height: 39px;
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: url('../i/footer-sprites-1.png') no-repeat -9999px -9999px;
    background-color: #E1E1E1;
    background-position: 3px 3px;
  }
  #footer div.control span.toggleFooter:hover {
    background-color: #ececec;
  }
  #footer div.frame {
    display: none;
  }
}
@media (min-width: 960px) and (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #footer div.control span.toggleFooter {
    background-image: url('../i/footer-sprites-1-retina.png');
    background-size: 33px 32px;
  }
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
  border: 0;
  outline: 0 !important;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#cboxOverlay {
  background: #000;
}
#cboxContent {
  margin-top: 32px;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #989898;
}
#cboxLoadedContent {
  background: #000;
  padding: 1px;
}
#cboxLoadingGraphic {
  background: url('../i/colorbox-loading.gif') no-repeat center center;
}
#cboxLoadingOverlay {
  background: #000;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
#cboxClose {
  text-indent: -9999px;
  width: 17px;
  height: 17px;
  position: absolute;
  top: -20px;
  background: url('../i/colobox-close.png') no-repeat 0 0;
}
#cboxPrevious,
#cboxNext {
  text-indent: -9999px;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 15;
}
#cboxPrevious {
  left: -30px;
  padding-left: 30px;
  background: url('../i/colorbox-prev.png') no-repeat left center;
}
#cboxPrevious:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#cboxNext {
  right: -30px;
  paddin-right: 30px;
  background: url('../i/colorbox-next.png') no-repeat right center;
}
#cboxNext:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#cboxClose {
  background-position: 0 0;
  right: 0;
}
#cboxClose:hover {
  background-position: -17px 0;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
