@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300&subset=latin,latin-ext);
/*
.base64DataUriBackground (@encode, @type: ~"image/svg+xml") {
    @dataUriPrefix: ~"url(data:@{type};base64,";
    @dataUriSuffix: ~")";
    @b64DataUri: ~`(function(a,b,c){function e(a){a=a.replace(/\r\n/g,'\n');var b='';for(var c=0;c<a.length;c++){var d=a.charCodeAt(c);if(d<128){b+=String.fromCharCode(d)}else if(d>127&&d<2048){b+=String.fromCharCode(d>>6|192);b+=String.fromCharCode(d&63|128)}else{b+=String.fromCharCode(d>>12|224);b+=String.fromCharCode(d>>6&63|128);b+=String.fromCharCode(d&63|128)}}return b}function f(a){var b='';var c,f,g,h,i,j,l;var m=0;a=e(a);while(m<a.length){c=a.charCodeAt(m++);f=a.charCodeAt(m++);g=a.charCodeAt(m++);h=c>>2;i=(c&3)<<4|f>>4;j=(f&15)<<2|g>>6;l=g&63;if(isNaN(f)){j=l=64}else if(isNaN(g)){l=64}b=b+d.charAt(h)+d.charAt(i)+d.charAt(j)+d.charAt(l)}return b}var d='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';return a+f(b)+c})('@{dataUriPrefix}','@{encode}','@{dataUriSuffix}')`;
    background-image: @b64DataUri;
}
*/
/* ======================================================================
   Metric
   ===================================================================== */
body {
  font-family: georgia, times, 'times new roman', serif;
  font-size: 17px;
  line-height: 1.1765;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.wrapper {
  margin: 0 auto;
  padding: 15px;
  width: 1245px;
}
.container {
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.wrap {
  *zoom: 1;
  float: left;
  width: 980px;
}
.wrap:before,
.wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.wrap:after {
  clear: both;
}
.col-right {
  float: right;
  width: 282px;
}
.col-content {
  float: left;
  padding-bottom: 40px;
  position: relative;
  width: 683px;
}
.col-content-left {
  float: left;
  position: relative;
  width: 468px;
}
.col-content-right {
  float: right;
  position: relative;
  width: 200px;
}
.col-vad {
  float: right;
  width: 250px;
}
.news-border-top {
  border-top: 1px solid #d5d5d5;
}
.news-border-bottom {
  border-bottom: 3px solid #202022;
}
.borders-tb {
  border-top: 3px solid #202022;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 0;
}
.ad-block {
  float: right;
  width: 250px;
}
.container-title {
  display: block;
  font-size: 9px;
  font-family: arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.main-advertisement {
  height: 251px;
  margin-bottom: 15px;
}
.main-advertisement-content {
  position: static;
  top: 0;
  padding-top: 0;
  z-index: 20;
  background-color: white;
  width: 980px;
  /*height: 244px;*/
}
@media only screen and (min-height: 636px) {
  .main-advertisement-content {
    position: fixed;
    padding-top: 13px;
  }
}
.navigation-section {
  background-color: #202022;
  margin-bottom: 15px;
}
.logo-section {
  padding: 0 0 0 12px;
}
.logo {
  margin-top: 14px;
}
.search-box {
  float: right;
  width: 115px;
  margin-top: 16px;
  background-color: #2c2d2f;
}
.search-btn {
  float: left;
  width: 25px;
  height: 25px;
  border: 0;
  background: url(../../img/magnifer.gif) center center no-repeat;
}
.search-field {
  background-color: transparent;
  border: 0 solid;
  color: #eceeec;
  font-size: 15px;
  font-family: 'Open Sans', 'Helvetica Light', 'Arial Light', Helvetica, arial, sans-serif;
  font-weight: normal;
  line-height: 24px;
  margin-left: 8px;
  outline: none;
  padding: 0;
  height: 24px;
  width: 70px;
  text-indent: 7px;
}
.search-field:-moz-placeholder {
  color: #eceeec;
  font-style: normal;
}
.search-field:-ms-input-placeholder {
  color: #eceeec;
  font-style: normal;
}
.search-field::-webkit-input-placeholder {
  color: #eceeec;
  font-style: normal;
}
.birds {
  float: right;
  margin-right: 12px;
}
.content {
  margin-right: 297px;
}
.short-annons-news {
  font-family: 'Open Sans', 'Helvetica Light', 'Arial Light', Helvetica, arial, sans-serif;
  font-size: 18px;
  color: #cc1e6f;
  font-weight: normal;
}
.news-list-wrapper {
  margin: 0;
  padding: 3px 0;
}
.news-list-item {
  overflow: hidden;
  list-style: none;
  margin-top: 18px;
}
.news-list-item:first-child {
  margin-top: 0;
}
.news-list-item-link {
  cursor: pointer;
  color: #202022;
  display: table;
  text-decoration: none;
  width: 100%;
  *display: block;
}
.news-list-item-link:hover {
  color: #cb1e6e;
}
.news-list-item-link:hover > .news-list-item-title {
  color: #cb1e6e;
}
.news-list-item-link > span {
  display: table-cell;
  vertical-align: middle;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.news-list-item-position {
  letter-spacing: -0.05em;
  font-family: 'Open Sans', 'Helvetica Light', 'Arial Light', Helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 45px;
  padding-right: 3px;
  *padding-right: 0;
  *width: 53px;
}
.news-list-item-dash {
  color: #cccccc;
  font-family: 'Open Sans', 'Helvetica Light', 'Arial Light', Helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  padding-right: 10px;
  *width: 14px;
}
.news-list-item-title {
  letter-spacing: -0.05em;
  word-spacing: -0.05em;
  color: #202022;
  font-family: 'arial black', arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: 900;
  width: 90%;
  *width: 195px;
}
.news-list-item-image {
  margin: 0;
  padding-right: 19px;
  text-align: left;
  *width: 41px;
}
.news-list-item-image img {
  vertical-align: top;
}
.news-list-wrapper.most-read .news-list-item {
  margin-top: 9px;
}
.social-icons {
  float: left;
  width: 43px;
  height: 43px;
  margin-right: 18px;
  background-image: url(../../img/social_icons.gif);
}
.social-icons.twitter {
  background-position: 0 -43px;
}
.social-icons.linked-in {
  background-position: 0 -86px;
}
.social-icons.google-plus {
  background-position: 0 -129px;
}
.social-icons.book {
  background-position: 0 -172px;
}
.last-description-news {
  margin-bottom: 13px;
}
/* ======================================================================
   Content
   ===================================================================== */
.content-title {
  letter-spacing: -0.05em;
  word-spacing: -0.05em;
  color: #202022;
  font-family: 'arial black', arial, helvetica, sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 3px;
  padding: 0 0 5px;
}
.content-title a {
  color: #202022;
  text-decoration: none;
}
.content-title a:hover {
  color: #cb1e6e;
}
.content-title-sub {
  letter-spacing: -0.02em;
  color: #666666;
  font-family: georgia, times, 'times new roman', serif;
  font-size: 24px;
  font-weight: normal;
  margin: 3px 0 12px;
}
.col-content-left .content-title {
  font-size: 36px;
}
.col-content-left .content-title-sub {
  letter-spacing: -0.03em;
  font-size: 20px;
}
.col-content {
  word-wrap: break-word;
}
.main-annons-image-container {
  margin-bottom: 15px;
}
.main-annons-image-container img {
  vertical-align: top;
}
.main-annons-image-container .desc {
  color: #2c2c2e;
  font-family: Helvetica, arial, sans-serif;
  font-size: 12px;
  font-style: italic;
  margin: 4px 0 0;
}
/*-== Comments ==-*/
#shared-links {
  float: right;
  margin-top: 24px;
  margin-right: 7px;
}
.comments-area {
  border-top: 3px solid #202022;
  margin-top: 30px;
}
.comment-reply-title {
  border-bottom: 1px solid #d5d5d5;
  color: #cb1e6e;
  font-family: 'Open Sans', 'Helvetica Light', 'Arial Light', Helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 5px;
  padding: 6px 0 7px;
}
.comment-reply-title a {
  color: #cb1e6e;
}
.comment-reply-title a:hover {
  color: #88144a;
}
.comment-reply-title .share-links {
  margin: -3px 0 -3px 100px;
}
.comment-form {
  margin: 0 0 15px;
}
.comment-form p {
  margin: 0 0 .75em;
}
.comment-form label {
  display: block;
  magin: 0 0 3px;
}
.comment-form .required {
  color: #d83a2e;
}
.comment-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding-bottom: 30px;
  resize: vertical;
  width: 100%;
  *width: 90%;
}
.comment-form .comment-form-comment {
  margin: 0;
}
.comment-form .form-allowed-tags {
  display: none;
}
.comment-form .form-submit {
  float: right;
  margin: -26px 10px 0 0;
  position: relative;
  z-index: 10;
  *display: inline;
}
.comment-form #submit2 {
  background: none;
  border: 0;
  color: #cb1e6e;
  cursor: pointer;
  padding-right: 0;
  vertical-align: top;
}
.comment-list {
  list-style: none none;
  margin: 15px 0;
  padding: 0;
}
.comment-list .children {
  list-style: none none;
  margin: 0 0 0 80px;
  padding: 0;
}
.comment {
  margin: 0;
}
.comment-body {
  *zoom: 1;
  background: #eeeeee;
  font-family: arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 35px;
  padding: 7px 10px 10px;
  position: relative;
}
.comment-body:before,
.comment-body:after {
  display: table;
  content: "";
  line-height: 0;
}
.comment-body:after {
  clear: both;
}
.comment-body:after {
  border-color: #eeeeee #eeeeee transparent transparent;
  border-style: solid;
  border-width: 10px 12px 10px 12px;
  bottom: -20px;
  content: '';
  display: block;
  font-size: 0;
  left: 125px;
  position: absolute;
  height: 0;
  width: 0;
}
.comment-title {
  font-weight: bold;
  margin: 0 0 3px;
}
.comment-meta {
  *zoom: 1;
  margin: 15px 0 0;
}
.comment-meta:before,
.comment-meta:after {
  display: table;
  content: "";
  line-height: 0;
}
.comment-meta:after {
  clear: both;
}
.comment-reply {
  float: left;
  text-transform: uppercase;
}
.comment-info {
  color: #666666;
  float: right;
  text-transform: uppercase;
}
.comment-info a {
  color: #666666;
}
.comment-info .author {
  font-weight: bold;
  margin-right: 5px;
}
.comment-disclaimer {
  display: block;
  padding: 8px;
  color: #ecedef;
  font-family: 'Open Sans', 'Helvetica Light', 'Arial Light', Helvetica, arial, sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
  background-color: #cb1f71;
}
/* ======================================================================
   Footer
   ===================================================================== */
.footer {
  background: #202022;
  color: #eceeec;
  font-family: Helvetica, arial, sans-serif;
  font-size: 12px;
  width: 980px;
}
.footer a {
  color: #eceeec;
}
.footer-in {
  *zoom: 1;
  padding: 30px 14px 15px;
}
.footer-in:before,
.footer-in:after {
  display: table;
  content: "";
  line-height: 0;
}
.footer-in:after {
  clear: both;
}
.footer-logo {
  float: right;
  position: relative;
  text-align: right;
  top: 6px;
}
.footer-logo img {
  margin-bottom: 3px;
  vertical-align: top;
}
.footer .copyright {
  white-space: nowrap;
}
.footer-lists {
  font-size: 0;
}
.footer-list {
  border-left: 1px solid #444349;
  display: inline-block;
  font-size: 12px;
  margin: 0 0 0 60px;
  min-height: 72px;
  padding: 0 0 0 14px;
  vertical-align: top;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  *margin-left: 30px;
}
.footer-list:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
.footer-list .row {
  line-height: 1.5;
}
.footer-menu {
  list-style: none none;
}
.footer-menu .row {
  list-style: none none;
  margin: 0;
  padding: 0;
}
.footer-menu a {
  font-weight: bold;
  text-decoration: none;
}
.footer-menu a:hover {
  text-decoration: underline;
}
.big-bangt-banner {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 12px 0;
}
/* ======================================================================
   Page: category
   ===================================================================== */
.page-category .content-title {
  color: #cd1e6d;
  font-family: arial, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.category-elem {
  border-top: 1px solid #d5d5d5;
  padding-top: 4px;
  margin: 0 0 15px;
  padding-top: 12px;
}
.category-elem p {
  margin: 0;
}
.category-elem .title {
  letter-spacing: -0.05em;
  word-spacing: -0.05em;
  font-family: 'arial black', arial, helvetica, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 10px;
}
.category-elem .title a {
  color: #202022;
  text-decoration: none;
}
.category-elem .title a:hover {
  color: #cb1e6e;
}
.category-elem .teaser {
  color: #666666;
  font-size: 16px;
  line-height: 1.1875;
}
.category-elem .photo {
  margin: 5px 0 8px;
}
.category-elem .photo img {
  vertical-align: top;
}
.category-elem-image-left {
  *zoom: 1;
}
.category-elem-image-left:before,
.category-elem-image-left:after {
  display: table;
  content: "";
  line-height: 0;
}
.category-elem-image-left:after {
  clear: both;
}
.category-elem-image-left .photo {
  float: left;
  margin: 0 20px 0 0;
  padding-top: 3px;
}
.category-elem-image-left .teaser {
  display: table;
  *zoom: 1;
}
.category-elem-image-right {
  *zoom: 1;
}
.category-elem-image-right:before,
.category-elem-image-right:after {
  display: table;
  content: "";
  line-height: 0;
}
.category-elem-image-right:after {
  clear: both;
}
.category-elem-image-right .photo {
  float: right;
  margin: 0 0 0 20px;
  padding-top: 3px;
}
.category-elem-image-right .teaser {
  display: table;
  *zoom: 1;
}
.category-elem-vad {
  margin-bottom: 10px;
  padding-top: 12px;
}
.block .category-elem:first-child {
  border-top: none;
  padding-top: 2px;
}
/* ======================================================================
   Page: article one
   ===================================================================== */
.page-article .col-content-left {
  font-size: 18px;
  line-height: 1.23;
}
/* ======================================================================
   Page: blog
   ===================================================================== */
.page-blog .content-title {
  color: #cd1e6d;
  font-family: arial, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.blog-list {
  margin-bottom: 40px;
}
.blog-elem {
  margin-bottom: 15px;
  padding-top: 12px;
}
.blog-elem .title {
  font-family: georgia, times, 'times new roman', serif;
  font-size: 48px;
  font-weight: normal;
  margin-bottom: 6px;
}
.blog-elem .teaser {
  color: #202022;
  font-size: 18px;
  line-height: 1.4444;
}
/*-== Single blog post ==-*/
.page-blog-post .content-title {
  font-family: georgia, times, 'times new roman', serif;
  font-size: 48px;
  font-weight: normal;
  margin-bottom: 6px;
  margin-bottom: 10px;
}
.blog-post {
  margin: 0;
}
.blog-post-author {
  border-top: 1px solid #d5d5d5;
  padding-top: 4px;
  color: #979797;
  font-family: Helvetica, arial, sans-serif;
  font-size: 14px;
  margin: 45px 0 10px;
  padding-top: 8px;
}
.blog-post-author .elem {
  border-right: 1px solid #d5d5d5;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  vertical-align: middle;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.blog-post-author .elem:first-child {
  padding-left: 0;
}
.blog-post-author .author {
  color: #cb1e6e;
  cursor: default;
  text-decoration: none;
}
/* ======================================================================
   Page: main
   ===================================================================== */
.page-main .col-content-left {
  float: right;
  margin-top: 10px;
}
.page-main .col-content-right {
  float: left;
  margin-top: 10px;
}
.page-main .col-content-right .title {
  font-size: 16px;
}
/* ======================================================================
   Page: newsletter
   ===================================================================== */
.page-newsletter .wrapper {
  width: 980px;
}
.page-newsletter .col-all-wrap {
  padding-left: 15px;
  padding-right: 15px;
}
.page-newsletter .col-content-left {
  float: right;
}
.page-newsletter .col-content-right {
  float: left;
}
.col-all-wrap {
  *zoom: 1;
}
.col-all-wrap:before,
.col-all-wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.col-all-wrap:after {
  clear: both;
}
.col-all-wrap.block-decorated {
  border-top-color: #3323a7;
  padding-top: 5px;
}
/* ======================================================================
   Page: post
   ===================================================================== */
.pt3 {
  padding-top: 3px;
}
.pt12 {
  padding: 12px 0;
}
.mb15 {
  margin-bottom: 15px;
}
#mti_wfs_colophon {
  display: none !important;
}
.menu-toggle {
  display: none;
}
.sidr {
  /*display: block!important;
    left: 0!important;*/
}
#sidr.navigation-section {
  display: none;
}
.slideshow_container_style-dark a,
.slideshow_container_style-light a {
  color: #2c2c2e;
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  font-family: Helvetica, arial, sans-serif !important;
}
.slideshow_pagination {
  bottom: -5px !important;
}
.slideshow_pagination ul li {
  background: none 0 0 no-repeat black !important;
  border-radius: 10px;
  margin-bottom: 5px!important;
}
.slideshow_pagination .slideshow_currentView {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.slideshow_container_style-dark .slideshow_transparent {
  opacity: 0.7!important;
}
.block-title .rsswidget {
  font-size: 18px;
  font-family: Arial, sans-serif;
  color: #cb1e6e;
  text-decoration: none;
}
.block-title .rsswidget:nth-of-type(1) {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../../img/rss-icon.png) 0 0 no-repeat;
}
.block-title .rsswidget img {
  display: none;
}
.default-rss-widget {
  padding-left: 14px;
}
.default-rss-widget li {
  list-style: none;
  margin-bottom: 24px;
}
.default-rss-widget .rsswidget {
  font-size: 18px;
  font-family: Arial, sans-serif;
  text-decoration: none;
  color: #202022;
}
.default-rss-widget .rssSummary {
  font-size: 14px;
  color: #666;
  font-family: Arial, sans-serif;
  margin-top: 10px;
}
