@import url('https://fonts.googleapis.com/css?family=Exo:400,600,800|Krub:300,300i,700,700i|Material+Icons&subset=latin-ext');
* {
  margin:0;
  padding:0;
  line-height:120%;
  box-sizing: border-box;
  font-family: 'Krub', sans-serif;
  color:#444;
}

body {
  background:url(bg-top.png) top center no-repeat, url(bg-bottom.png) bottom center no-repeat;
  background-color:#fafafa;
}

#trazilica ::placeholder {
  color:#fff;
  opacity:0.5;
}

textarea, select, input, button { outline: none; }

h1, h2, h3, h4, h5 {
  font-family:'Exo', sans-serif;
  font-weight:800;
}

p {
  font-size:12pt;
  line-height:150%;
  padding:10px 0;
}

a {
  cursor:pointer;
}

li {
  font-size:12pt;
  line-height:150%;
}

ul, ol {
  padding-left:30px;
}

article a {
  font-weight:bold;
}

.hbgc:hover {
  background:#444 !important;
}

@keyframes fade {
  0% { opacity:0; }
  100% { opacity:1; }
}

@keyframes zoom {
  0% { transform:scale(0.2) rotate(10deg); }
  40% { transform:rotate(-7deg); }
  60% { transform:rotate(5deg); }
  80% { transform:rotate(-3deg); }
  100% { transform:scale(1) rotate(0deg); }
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-72 { font-size: 72px; }

.pub_hidden {
  display:none !important;
}

#accept_div {
  padding:10px;
}

#pub_login {
  display:flex;
  position:fixed;
  top:0;
  left:0;
  z-index:10000;
  align-items: center;
  justify-content: center;
  width:100%;
  height:100%;
  background:#29363D;
  animation: fade ease 500ms forwards;
}

#pub_login_header {
  margin:40px 0px 20px 0px;
  text-align:center;
}

#pub_login_header h1 {
  text-transform:uppercase;
}

#pub_login_header img {
  position:relative;
  margin:auto;
  width:250px;
  padding-top:10px;
  cursor:default;
}

#pub_login_window {
  background:#1D252A;
  padding:0 30px 30px 30px;
  box-shadow:0 0 20px rgba(0,0,0,0.2);
  border-radius:15px;
  border:1px solid #29363D;
  overflow:hidden;
  animation:zoom ease-in-out 800ms forwards;
}

.pub_login_group label {
  font-size:10pt;
  margin-left:5px;
}

.pub_login_group input[type=text], .pub_login_group input[type=password] {
  padding:10px;
  border:none;
  border-bottom:1px solid #364349;
  margin:10px 0;
  text-align:center;
  width:250px;
  font-size:12pt;
  color:#fff;
  background:transparent;
  transition:ease 800ms;
}

.pub_login_group input:focus {
  outline:none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom:1px solid #F04800;
}

#pub_login_buttons {
  display:flex;
  justify-content: center;
  padding-top:20px;
}

#pub_info_legal, #pub_info_legal a, #pub_info_legal strong {
  font-size:8pt;
  text-align:center;
  margin-top:20px;
  letter-spacing:0;
  color:#70848F;
}

#pub_login_buttons input {
  border:none;
  width:120px;
  padding:10px;
  font-size:10.5pt;
  font-weight:600;
  text-transform:uppercase;
  color:#B9BEC0;
  background:#1F292E;
  border:1px solid #29373D;
  letter-spacing:0.5px;
}

#pub_login_buttons input:hover {
  background:#F04800 !important;
  border:1px solid #DB4200;
}

#pub_login_buttons input[type=submit]:hover {
  color:#fff;
}

#pub_register a {
  display:block;
  padding:15px;
  margin:10px -30px -20px -30px;
  text-align:center;
  color:#333;
  font-size:10pt;
  text-decoration:none;
  cursor:pointer;
}


.pub_user_menu {
  display:inline-block;
}

.pub_register, .pub_register_btn, .pub_text_1 {
  display:none;
}
.pub_text_0, .pub_text_1 {
  font-size:9.5pt;
}

.pub_alert {
  margin-bottom: 20px;
  padding: 15px;
  text-align:center;
  cursor:default !important;
  transition:200ms ease;
}
.pub_alert:hover {
  opacity:0.8;
}

.pub_alert_green {
  color:#3c763d;
  background-color:#dff0d8;
  border-left:5px solid #d6e9c6;
}

.pub_alert_blue {
  color:#31708f;
  background-color:#d9edf7;
  border-left:5px solid #bce8f1;
}

.pub_alert_yellow {
  color:#8a6d3b;
  background-color:#F8EEB9;
  border-left:5px solid #F7DFB0;
}

.pub_alert_red {
  color:#a94442;
  background-color:#f2dede;
  border-left:5px solid #ebccd1;
}

.pub_alert_green strong, .pub_alert_green em, .alert_green span { color:#3c763d; }
.pub_alert_blue strong, .pub_alert_blue em, .alert_blue span { color:#31708f; }
.pub_alert_yellow strong, .pub_alert_yellow em, .alert_yellow span { color:#8a6d3b; }
.pub_alert_red strong, .pub_alert_red em, .alert_red span { color:#a94442; }

.pub_dot:after {
  content:'•';
  margin:0px 7px;
}

.pub_shrink_me {
  animation:shrink_me 500ms ease-in-out forwards;
}

@keyframes shrink_me {
  0% {
    overflow:hidden;
  }
  100% {
    height:0px;
    padding:0 15px;
    overflow:hidden;
    margin:0;
    opacity:0;
  }

}

h1, h2, h3, h4, h5, h6 {
  font-weight:800;
  position:relative;
}

h3 {
  font-weight:600;
}

h1 {
  font-size:28pt;
}

h2 {
  position:relative;
  padding:15px 0 0 0;
  font-size:16pt;
  color:#444;
}

.page h2 {
  border:none;
  margin:30px 0 0 0;
}

.page h4 {
  margin:30px 0 0 0;
}

.page img {
  max-width:100%;
}

.three_cols {
  width:33%;
  float:left;
  line-height:150%;
}

.three_cols h3 {
  margin:20px 0;
}

.top50 {
  padding-top:25px;
}

.title {
  display:flex;
  border-bottom:1px solid #eee;
  margin:20px 0px 20px 0;
  position:relative;
  justify-content: space-between;
  align-items: flex-end;
  cursor:default;
}

.title h3 {
  text-transform: uppercase;
  font-size:13pt;
  padding-bottom:4px;
  display:inline-block;
  bottom:-1px;
  border-bottom-width:1px;
  border-bottom-style:solid;
}

.title h4 {
  text-transform: uppercase;
  font-size:11pt;
  padding-bottom:4px;
  display:inline-block;
  bottom:-1px;
  border-bottom-width:1px;
  border-bottom-style:solid;
}

.title span {
  margin-left:10px;
  flex-grow:1;
  display:inline-block;
  padding-bottom:5px;
  font-family:'Exo', sans-serif;
  font-weight:bold;
  font-size:9pt;
  text-transform:uppercase;
}

.title a {
  display:none;
  text-decoration:none;
  font-family:'Exo', sans-serif;
  font-size:9pt;
  text-transform:uppercase;
  padding-bottom:4px;
  color:#999;
}

.title a:hover {
  color:#333;
}


p {
  margin:10px 0;
  font-weight:300;
}

header, footer {
  padding:10px 20px;
  background:#fff;
  text-align:center;
  font-size:10pt;
}

header {
  border-bottom:1px solid #eee;
}
header .flex {
  display:flex;
  justify-content: flex-start;
  align-items: center;
  width:1200px;
  margin:auto;
  max-width:100%;
  padding:0px 20px;
}

footer {
  border-top:1px solid #eee;
  margin-top:50px;
}

header div.icons {
  flex-grow:1;
  text-align:right;
}

header .icons .mdi {
  color:#444;
  font-size:24pt;
  margin-left:10px;
}

.container {
  width:1160px;
  max-width:100%;
  margin:auto;
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}

.main {
  width:780px;
}

aside {
  width:340px;
}

#related {

}

.split {
  display:flex;
  justify-content: space-between;
}

.split section:first-of-type {
  margin-right:30px;
}

section {
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}

.article_huge {
  position:relative;
  width:1160px;
  margin-bottom:30px;
}

.article_huge .news_photo_frame {
  width:1160px;
  height:750px;
  overflow:hidden;
}

.article_huge .news_photo {
  width:1160px;
  height:750px;
}

.article_big {
  position:relative;
  width:780px;
  margin-bottom:30px;
}

.article_big .news_photo_frame {
  width:780px;
  height:500px;
  overflow:hidden;
}

.article_big .news_photo {
  width:780px;
  height:500px;
}

.article_medium {
  position:relative;
  width:380px;
  margin-bottom:30px;
}

.article_medium .news_photo_frame {
  width:380px;
  height:245px;
  overflow:hidden;
}

.article_medium .news_photo {
  width:380px;
  height:245px;
}

.article_small {
  width:240px;
  margin-bottom:30px;
}

.article_small .news_photo_frame {
  width:240px;
  height:160px;
  overflow:hidden;
}

.article_small .news_photo {
  width:240px;
  height:160px;
}

.article_tiny_h {
  width:375px;
  margin-bottom:30px;
}

.article_tiny_v {
  width:170px;
  margin-bottom:30px;
}

.article_tiny_h .news_photo_frame, .article_tiny_v .news_photo_frame {
  height:112px;
  width:170px;
  min-width:170px;
  overflow:hidden;
}

.article_tiny_h .news_photo, .article_tiny_v .news_photo {
  height:112px;
  width:170px;
  min-width:170px;
}

.article_tiny_h .news_block {
  display:flex;
  justify-content: flex-start;
}

.article_tiny_h .news_titles {
  display:flex;
  flex-direction: column;
  justify-content: center;
  padding:0 15px;
}

aside .article_medium {
  width:100%;
  margin-bottom:15px;
}

aside .article_medium .news_photo_frame, aside .article_medium .news_photo {
  width:340px;
}

aside .article_medium .news_titles h3 {
  font-size:18pt;
}

aside .article_medium .news_titles h4 {
  font-size:10pt;
}

.split .article_medium .news_photo_frame, .split .article_medium .news_photo {
  height:550px;
}

.news_photo_frame {
  overflow:hidden !important;
}

.news_photo {
  background-position: center center;
  background-size: cover;
  transition:ease 500ms;
}

.news_block {
  position:relative;
  width:100%;
  height:100%;
  overflow:hidden;
  cursor:pointer;
  background:#fff;
  box-shadow:0px 1px 5px rgba(0,0,0,0.05);
  transition:ease 300ms;
}

.news_block:hover {
  transform: scale(1.05) rotateZ(2deg);
  box-shadow:10px 10px 30px rgba(0,0,0,0.075);
}

.article_big .news_block:hover, .article_medium .news_block:hover {
  transform: none;
}

.article_big .news_block:hover .news_photo, .article_medium .news_block:hover .news_photo {
  opacity: 0.8;
}

.news_block:hover .news_photo {

}

.news_titles h4 {
  font-size:9pt;
  font-weight:400;
  text-transform:uppercase;
  margin-top:20px;
  color:#fff;
  display:inline-block;
  padding:3px 6px;
}

.article_tiny_h .news_titles h4 {
  margin-top:0;
}

.news_titles h3 {
  font-size:11pt;
  margin-top:3px;
  margin-bottom:0;
  text-transform:none;
  line-height:110%;
}

.article_big .news_titles {
  position:absolute;
  bottom:0px;
  left:0px;
  padding:20px;
}

.article_big h3 {
  font-size:36pt;
  color:#fff;
}

.article_big h4 {
  font-size:12pt;
  color:#fff;
}

.article_big .news_titles, .article_medium .news_titles {
  position:absolute;
  bottom:0px;
  left:0px;
  padding:20px;
  width:100%;
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, rgba(0, 0, 0, 0.3)));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3))

}

.article_medium h3 {
  font-size:22pt;
  margin-top:7px;
  color:#fff;
  text-shadow:1px 1px 10px rgba(0,0,0,0.3)
}

.article_medium h4 {
  font-size:11pt;
}

.article_small h3 {
  font-size:11.5pt;
  margin-top:2px;
}

.article_small h4 {
  font-weight:bold;
}

aside .article_tiny_h, .search_result {
  width:100%;
  margin-bottom:15px;
}

.article_tiny_h .news_titles h4, .article_tiny_v .news_titles h4, .article_list .news_titles h4, .search_result h4 {
  color:#CF1348;
  background:none;
  font-size:8pt;
  font-weight:700;
  padding:0;
  text-transform:uppercase;
}

.search_result h4 {
  margin-top:0;
}

aside .article_tiny_h .news_photo_frame, aside .article_tiny_v .news_photo_frame, aside .article_tiny_h .news_photo, aside .article_tiny_v .news_photo {
  width:100px;
  max-width:100px;
  min-width:100px;
  height:85px;
  min-height:85px;
  max-height:85px;
}

.search_result .search_result_image {
  position:relative;
  width:130px;
  max-width:130px;
  min-width:130px;
  height:85px;
  min-height:85px;
  max-height:85px;
  overflow:hidden;
  top:2px;
}

#search_results {
  display:block;
  margin-top:30px;
}

#search_term {
  display:inline-block;
  padding:5px 10px;
  background:#CF1348;
  color:#fff;
  font-size:16pt;
  margin-top:10px;
  transform: rotate(-5deg);
}

.search_result {
  display:flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap:wrap;
  cursor:pointer;
  border-bottom:1px solid #eee;
  margin-bottom:10px;
  padding-bottom:15px;
}

.search_result:last-of-type {
  border:none;
}

.search_result_image img {
  border:1px solid #eee;
}

.search_result .search_result_titles {
  padding-left:20px;
}

aside .article_tiny_h h3 {
  font-size:10pt;
}

.search_result h3 {
  font-size:13pt;
}

.article_tiny_v .news_titles, .article_small .news_titles {
  padding:0px 15px 30px 15px;
}

.article_list {
  border-bottom:1px solid #eee;
  padding:0 10px 20px 10px;
}

.article_list .news_photo_frame {
  display:none;
}

.article_list .news_titles h3 {
  font-size:11pt;
}

.related {
  display:flex;
  flex-wrap:wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.nophoto .news_photo {
  display:none;
}

.video_container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header {
  border-top:6px solid #444;
  background:none;
  border-bottom:none;
}

header img {
  position:relative;
  top:5px;
  width:200px;
  cursor:pointer;
}

header ul, footer ul {
  display:inline-block;
  list-style-type: none;
  margin-left:10px;
  padding:15px 10px;
}
header ul li {
  display:inline-block;
  margin:0 5px;
}
footer ul li {
  display:inline-block;
  margin:0 15px;
}
header li a, footer li a {
  text-decoration:none;
  color:#424242;
  font-size:11pt;
  font-weight:700;
  text-transform:uppercase;
  font-family:'Exo',sans-serif;
  padding:30px 0px;
}

header li a {
  padding:41px 10px 10px 10px;
}

.homepage_header {
  border-bottom:none;
  background:none;
}

#legal {
  padding:30px 10px 10px 10px;
  font-size:9pt;
}

#footer div {
  margin:10px;
}

footer a {
  text-decoration:none;
  font-weight:bold;
  font-family:'Exo',sans-serif;
  text-transform:uppercase;
}

footer div {
  padding:5px 10px;
}

footer span.dev {
  margin:0px 20px;
  color:#ddd;
}

.scrollup {
  position:fixed;
  display:none;
  bottom:20px;
  right:20px;
  background-image:url(top.svg);
  background-position: center center;
  background-repeat:no-repeat;
  background-size:24px;
  background-color:#CF1348;
  width:50px;
  height:50px;
  cursor:default;
  opacity:0.4;
  transition:ease 500ms;
}

.scrollup:hover {
  opacity:0.8;
}

header li:nth-child(1) a:hover { color:#fff; background:#EBB900; }
header li:nth-child(2) a:hover { color:#fff; background:#EBA500; }
header li:nth-child(3) a:hover { color:#fff; background:#EB9C01; }
header li:nth-child(4) a:hover { color:#fff; background:#DF6A42; }
header li:nth-child(5) a:hover { color:#fff; background:#D7486F; }
header li:nth-child(6) a:hover { color:#fff; background:#D12D91; }

header li a:hover { box-shadow:0 1px 5px rgba(0,0,0,0.2) }

.medium:nth-child(1):hover h4, .small:nth-child(1):hover h4 { color:#EBB900; }
.medium:nth-child(2):hover h4, .small:nth-child(2):hover h4 { color:#EB9C01; }
.medium:nth-child(3):hover h4, .small:nth-child(3):hover h4 { color:#DF6A42; }
.medium:nth-child(4):hover h4, .small:nth-child(4):hover h4 { color:#D7486F; }
.medium:nth-child(5):hover h4, .small:nth-child(5):hover h4 { color:#D12D91; }

.color1 .chart, .color1 #poll .bgc, .color1 .news_titles h4, .color1 .hbgc:hover, .color1 .tagline, .color1 .scrollup { background-color:#CF1348; }
.color1 .title h3, .color1 .title h4, .color1 .article_info, .color1 blockquote { border-color:#CF1348; }
.color1 .article_small .news_titles h4, .color1 .article_tiny_v .news_titles h4,.color1 .article_tiny_h .news_titles h4, .color1 .title span, .color1  aside .article_tiny_h h3 { color:#CF1348; }

.color2 .chart, .color2 #poll .bgc, .color2 .news_titles h4, .color2 .hbgc:hover, .color2 .tagline, .color2 .scrollup { background-color:#2B97C5; }
.color2 .title h3, .color2 .title h4, .color2 .article_info, .color2 blockquote { border-color:#2B97C5; }
.color2 .article_small .news_titles h4, .color2 .article_tiny_v .news_titles h4,.color2 .article_tiny_h .news_titles h4, .color2 .title span, .color2  aside .article_tiny_h h3 { color:#2B97C5; }

.color3 .chart, .color3 #poll .bgc, .color3 .news_titles h4, .color3 .hbgc:hover, .color3 .tagline, .color3 .scrollup { background-color:#10C6A5; }
.color3 .title h3, .color3 .title h4, .color3 .article_info, .color3 blockquote { border-color:#10C6A5; }
.color3 .article_small .news_titles h4, .color3 .article_tiny_v .news_titles h4,.color3 .article_tiny_h .news_titles h4, .color3 .title span, .color3  aside .article_tiny_h h3 { color:#10C6A5; }

.color4 .chart, .color4 #poll .bgc, .color4 .news_titles h4, .color4 .hbgc:hover, .color4 .tagline, .color4 .scrollup { background-color:#EB9C01; }
.color4 .title h3, .color4 .title h4, .color4 .article_info, .color4 blockquote { border-color:#EB9C01; }
.color4 .article_small .news_titles h4, .color4 .article_tiny_v .news_titles h4,.color4 .article_tiny_h .news_titles h4, .color4 .title span, .color4  aside .article_tiny_h h3 { color:#EB9C01; }

.color5 .chart, .color5 #poll .bgc, .color5 .news_titles h4, .color5 .hbgc:hover, .color5 .tagline, .color5 .scrollup { background-color:#8C5ECC; }
.color5 .title h3, .color5 .title h4, .color5 .article_info, .color5 blockquote { border-color:#8C5ECC; }
.color5 .article_small .news_titles h4, .color5 .article_tiny_v .news_titles h4, .color5 .article_tiny_h .news_titles h4, .color5 .title span, .color5  aside .article_tiny_h h3 { color:#8C5ECC; }

.article_small .news_titles h4, .article_tiny_v .news_titles h4, .article_tiny_h .news_titles h4 {
  background:none;
  padding:0;
}

.tagline {
  display:inline-block;
  padding:4px 8px;
  color:#fff;
  font-size:11.5pt;
  font-family:'Exo',sans-serif;
  text-transform: uppercase;
  font-weight:normal;
  margin-bottom:15px;
}

sub {
  position:relative;
  background:#CF1348;
  display:inline-block;
  padding:2px 4px;
  color:#fff;
  top:-6px;
  left:3px;
  font-size:8.5pt;
  font-weight:bold;
  text-transform:uppercase;
}

sub strong, sub em {
  color:#fff;
}

h4 sup {
  font-weight:normal;
}

#article_body h4 {
  margin:20px 0;
}

#article_body img[style='float: left;'] {
  margin-right:20px;
  margin-bottom:80px;
  width:120px;
  height:120px;
}

aside .article_tiny_h h3 {
  color:#444 !important;
}

#share_buttons {
  padding-top:20px;
  padding-bottom:30px;
  text-align:left;
}

#share_buttons .mdi { font-size: 28px; color:#555; }
#share_buttons a:hover .mdi { color:#fff; }

#share_buttons a {
  position:relative;
  width:70px;
  height:70px;
  margin-right:10px;
  margin-bottom:10px;
  display:inline-block;
  color:#fff;
  text-align:center;
  padding-top:16px;
  cursor:pointer;
  transition:ease 200ms;
}

.share_facebook { border:1px solid #eee; }
.share_facebook:hover { background:#4567B0; }
.share_twitter { border:1px solid #eee; }
.share_twitter:hover { background:#3EAEF4; }
.share_linkedin { border:1px solid #eee; }
.share_linkedin:hover { background:#018EDA; }
.share_google_plus { display:none; }
.share_google_plus:hover { background:#DB645C; }
.share_email { border:1px solid #eee; }
.share_email:hover { background:#979DAA; }

.share_buttons span { cursor:pointer; color:#fff; }

.article_content {
  display:flex;
}

.article_social {
  width:200px;
  min-width:200px;
  max-width:200px;
  padding-right:30px;
  position:relative;
}

.fixed {
  position:fixed;
}

.article_text {
  padding-right:10px;
}

.article_info {
  display:flex;
  justify-content: space-between;
  flex-basis: 0;
  padding:20px 0;
  border-bottom-width:3px;
  border-bottom-style: solid;
  font-size:11pt;
  font-weight:700;
}
.article_info span {
  padding-right:5px;
  font-size:10pt;
  font-weight:400;
}
.article img {
  max-width:100%;
}

.mdi-18 { font-size: 18px; }
.mdi-24 { font-size: 24px; }
.mdi-36 { font-size: 36px; }
.mdi-48 { font-size: 48px; }

#trazilica {
  padding:10px;
  text-align:center;
  display:none;
  background-image: -webkit-gradient(linear, left, right, color-stop(0, #EBC100), color-stop(1, #CC19AB));
  background-image: -o-linear-gradient(left, #EBC100, #CC19AB);
  background-image: -moz-linear-gradient(left, #EBC100, #CC19AB);
  background-image: -webkit-linear-gradient(left, #EBC100, #CC19AB);
  background-image: linear-gradient(to right, #EBC100, #CC19AB);
  box-shadow: 0px 7px 7px rgba(0,0,0,0.1) inset;
}
#trazilica input#term {
  position:relative;
  border:none;
  background:transparent;
  padding:10px;
  text-align:center;
  font-size:14pt;
  color:#fff;
  width:400px;
}
#trazilica input#find {
  display:none;
}

#commentForm input[type=text], #commentForm textarea {
  width:100%;
  height:150px;
  padding:10px;
  border:none;
  border:1px solid #e9e9e9;
  margin-bottom:10px;
  font-size:10.5pt;
  resize: none;
}

#comments {
  display:flex;
  flex-direction: column;
  padding:30px 0px 0px 0;
}

.comment {
  padding:15px 0;
  margin-bottom:10px;
  border-bottom:1px solid #e9e9e9;
}

.comment_info {
  display:flex;
  justify-content: space-between;
  padding-bottom:5px;
  font-size:8.75pt;
  font-weight:300;
}

.comment_author {
  margin-right:5px;
  font-weight:700;
  text-transform:uppercase;
}

.comment_text {
  padding:10px 0px;
  font-size:10.5pt;
}

#commentForm input[type=submit], #poll form input[type=submit] {
  padding:8px 24px;
  border:1px solid #e9e9e9;
  background:#fff;
  font-size:10.5pt;
  color:#333;
  transition:ease 200ms;
}

#commentForm input[type=submit]:hover, #poll form input[type=submit]:hover {
  padding:8px 24px;
  border:1px solid #333;
  background:#444;
  font-size:10.5pt;
  color:#fff;
}

.no_comments_yet {
  padding-bottom:10px;
  font-weight:300;
}

.comment_vote {
  display:block;
  text-align:right;
  font-size:11pt;
}

.comment_vote a {
  text-decoration:none;
  color:#444;
  margin-left:20px;
}
.comment_vote a:hover {
  text-decoration:underline;
}
.comment_vote .mdi {
  font-size:13pt;
}
.comment_vote span {
  display:inline-block;
  padding:2px;
  min-width:20px;
  text-align:center;
  color:#333;
}

.article {
  display:flex;
}
article {
  min-width:700px;
  background:rgba(255,255,255,1);
  padding:30px;
  box-shadow:0px 0px 10px rgba(0,0,0,0.075)
}
aside {
  min-width:300px;
  margin-left:30px;
}

article img {
  margin:auto;
  max-width:100%;
}

.caption {
  font-size:10pt;
  text-align:center;
  font-style: italic;
}

.banner {
  position:relative;
  padding:0;
  width:100%;
  overflow:hidden;
  background:#333;
  border:1px solid #e9e9e9;
  margin:0 0 40px 0;
  display:flex;
  align-items: center;
  justify-content: center;
}
.banner a {
  display:block;
  width:100%;
  text-align:center;
}

#poll form {
  padding-bottom:20px;
}
#poll form label {
  display:block;
  margin-bottom:10px;
  background:#f3f3f3;
  padding:12px 12px;
}
#poll form label.bgc {
  color:#fff;
}

#poll form input.styled {
  display:none;
}

#poll p {
  display:inline-block;
  padding:12px 14px;
  background:#f3f3f3;
}

.poll_results {
  display:flex;
  flex-direction: column;
}

.chart {
  position:absolute;
  left:0;
  bottom:0;
  height:35px;
  opacity:0.3;
  z-index:0;
  animation: chart ease 3000ms;
}

@keyframes chart {
  0% {
    transform-origin:0;
    transform: scaleX(0);
  }
  100% {
    transform-origin:0;
    transform: scaleX(1);
  }

}

.result_row {
  display:flex;
  justify-content: space-between;
  position:relative;
  margin-bottom:10px;
  background:#F5F5F5;
  padding:8px;
}
.result_answer {
  z-index:2;
}

#poll p.question {
  background:none;
  font-weight:600;
  font-size:12pt;
}

#result .question {
  padding:16px 8px 24px 8px;
}
.poll_votes_total {
  padding:24px 8px;
}
.result_percent {
  z-index:2;
}

#cookie_warning {
  position:fixed;
  bottom:10px;
  left:50%;
  margin-left:-250px;
  width:500px;
  padding:20px;
  text-align:left;
  border-top:5px solid #CF1348;
  background:rgba(0, 0, 0, 0.8);
  font-size:10pt;
  z-index:1000;
  box-shadow:0 0 10px rgba(0,0,0,0.1)
}
#cookie_warning_text {
  color:#fff;
  padding-bottom:20px;
}

#cookie_warning a {
  display:inline-block;
  margin:0 5px;
  padding:5px 10px;
  background:#555;
  color:#fff;
  text-decoration:none;
}
.banner:empty {
  display:none;
}

.article_image {
  display:block;
  position:relative;
  line-height:100%;
  margin-bottom:20px;
}

#launch_gallery_small {
  display:flex;
  width:100%;
  height:100%;
  font-size:120pt;
  opacity:0.5;
  z-index:2;
  position:absolute;
  justify-content: center;
  align-items:center;
  transition:ease 500ms;
  top:-2px;
}
#launch_gallery_small .mdi {
  color:#fff;
  text-shadow: 1px 1px 10px rgba(0,0,0,0.5)
}
#launch_gallery_small:hover {
  background:#444;
}

#article_body {
  position:relative;
}

#edit_button {
  display:inline-block;
  position:fixed;
  bottom:0;
  left:0;
  z-index:10000;
}
#edit_button .mdi {
  color:#fff;
  cursor:pointer;
}

#edit_button a {
  display:block;
  padding:15px 20px;
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  background:rgba(55, 55, 55, 0.9);
  border-radius:0;
  text-transform:uppercase;
}
#edit_button a:hover {
  background:rgba(240, 72, 0, 0.9);
}

#article_tags {
  text-align:left;
  padding:10px 0px 20px;
}

#article_tags a {
  display:inline-block;
  font-family:'Exo', sans-serif;
  font-size:11px;
  letter-spacing: 1px;
  text-decoration:none;
  text-transform:uppercase;
  padding:10px 18px 8px 18px;
  border:1px solid #e9e9e9;
  margin-right:4px;
  margin-bottom:4px;
}

#article_tags a:hover {
  color:#fff;
  background:#333;
}

#author_info {
  background:#fff;
  padding:10px;
  text-align:center;
  border-top:1px solid #e9e9e9;
  margin-top:80px;
}
#author_image {
  position:relative;
  width:140px;
  height:140px;
  border:20px solid #fff;
  border-radius:100%;
  overflow:hidden;
  margin:-80px auto 0 auto;
}

#author_image img {
  width:100px;
  height:100px;
}

#author_author {
  font-size:9pt;
  letter-spacing: 1px;
  text-transform:uppercase;
  color:#444;
}

#author_name {
  font-family:'Exo',sans-serif;
  font-size:15pt;
  font-weight:600;
  text-transform:uppercase;
  padding-top:7px;
}
#author_bio p {
  font-size:10pt;
}

#author_links:empty {
  display:none;
}

#author_links {
  padding-bottom:10px;
}

#author_links a {
  display:inline-block;
  border:1px solid #e9e9e9;
  border-radius:50%;
  width:30px;
  height:30px;
  text-align:center;
  padding:5px;
  margin:3px;
}

#author_links a:hover {
  border:1px solid #444;
  background:#444;
}
#author_links a:hover .mdi {
  color:#fff;
}

#author_all_link {
  padding:20px 0;
}

#author_all_link a, #launch_gallery {
  font-family:'Exo',sans-serif;
  font-size:11px;
  letter-spacing: 1px;
  text-decoration:none;
  text-transform:uppercase;
  padding:10px 18px 8px 18px;
  border:1px solid #e9e9e9;
  background:#fff;
  cursor:pointer;
}

#launch_gallery_button {
  text-align:center;
  padding-bottom:30px;
}

#author_all_link a:hover, #launch_gallery:hover {
  color:#fff;
  background:#333;
}

input[type=submit], input[type=cancel], input[type=button] {
  font-family:'Exo',sans-serif;
  font-size:9pt;
  text-transform:uppercase;
}

#article_photo {
  width:100%;
}

.pub_user_menu #user, .pub_user_menu a {
  position:relative;
  padding:0 0 0 5px;
  top:-5px;
}
.pub_user_menu #user {
  font-family:'Exo',sans-serif;
  font-weight:bold;
  text-transform:uppercase;
}

.pub_user_menu .close {
  position:relative;
  font-size:18pt;
  top:4px;
  margin-left:0;
}

.pub_user_menu .account_button {
  top:0;
}

.article_views {
  display:none;
}

.medium h3 {
  text-transform:none;
  font-size:13pt;
}

.small h3 {
  text-transform:none;
  font-size:10pt;
}

.mobile {
  display:none;
}

#mobile_menu {
  display:none;
}

.inline {
  display:inline;
}

.homepage {
  margin-top:30px;
}

aside.homepage .title:first-of-type {
  margin-top:20px;
}

aside .title:first-of-type {
  margin-top:0;
}

blockquote {
  padding-left:30px;
  border-left-width:3px;
  border-left-style:solid;
}

blockquote p {
  font-weight:bold;
  font-style:italic;
  color:#888;
  font-size:11pt;
}

.page {
  width:100%;
  padding:30px;
}

strong {
  font-weight:bold;
}

@media all and (max-width:1190px){
  header {
    padding:5px 0;
  }

  .search_result_image {
    display:none;
  }

  .search_result {
    margin-bottom:20px;
    padding-bottom:20px;
  }

  .search_result .search_result_titles {
    padding:0;
  }

  .news_titles {
    max-width: inherit;
  }

  .container {
    padding:20px;
  }

  .main, article, aside, .split, .article_big, .article_big .news_photo_frame, .article_big .news_photo {
    min-width:100%;
    max-width:100%;
    flex-wrap:wrap;
  }
  aside {
    margin:0;
    padding:0;
  }

  .banner_1 {
    margin:0;
    margin-top:30px;
  }

  .article, .article_info, .comment_info {
    flex-wrap:wrap;
  }

  aside h3 {
    margin:30px 0 0 0;
  }

  aside .p0 {
    padding:0;
  }

  aside .article_medium .news_block, aside .article_small .news_block, .article_author, .article_date, .article_views, .comment_vote, .article_tiny_h {
    min-width:100% !important;
  }

  #poll form label, .poll_results, #result .question, #trazilica input#term {
    width:100%;
    outline: none;
  }

  #article_tags {
    text-align:center;
    padding:10px 0px 20px;
  }

  .related .article_medium {
    margin-bottom:20px;
    text-align:center;
  }

  .article_medium, .article_medium .news_block .news_photo, .article_medium .news_block .news_photo_frame, .article_medium .news_block .news_titles,
  .article_small, .article_small .news_block .news_photo, .article_small .news_block .news_photo_frame, .article_small .news_block .news_titles,
  .article_tiny_h, .article_tiny_v
  {
    width:100% !important;
    min-width:100% !important;
    max-width:100%;
  }

  .article_tiny_v {
    margin-bottom:20px;
  }

  .article_tiny_v .news_block {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
  }

  .article_tiny_v .news_block .news_titles {
    padding:10px 15px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%;
  }

  .article_tiny_v .news_block .news_titles h4 {
    margin-top:0;
  }

  .article_tiny_h .news_photo_frame, .article_tiny_v .news_photo_frame, .article_tiny_h .news_photo, .article_tiny_v .news_photo {
    width:130px;
    max-width:130px;
    min-width:130px;
    height:85px;
    min-height:85px;
    max-height:85px;
  }

  .related .article_medium .news_block .news_photo, .related .article_medium .news_block .news_photo_frame {
    width:100%;
    min-width:100%;
    max-width:100%;
    height:200px;
    min-height:200px;
    max-height:200px;
  }

  header img {
    top:5px;
    width:150px;
    cursor:pointer;
  }

  .split section:first-of-type {
    margin:0;
  }

  #mobile_menu {
    padding:3px 30px 0px 30px;
  }

  #mobile_menu span {
    display:none;
  }

  #mobile_menu ul {
    list-style-type:none;
    padding:0;
  }
  #mobile_menu .pub_user_menu #user, .pub_user_menu a {
    padding:0;
    top:0;
  }

  #mobile_menu li a {
    display:block;
    padding:17px 0;
    text-decoration:none;
    text-align:center;
    text-transform:uppercase;
    border-bottom:1px solid #eee;
    font-family:'Exo',sans-serif;
    font-size:11pt;
    font-weight:bold;
    letter-spacing:1px;
  }

  #mobile_menu li:last-of-type a {
    border:none;
  }

  #mobile_menu .pub_user_menu {
    display:block;
    width:100%;
  }

  #mobile_menu .pub_user_menu a {
    display:block;
    padding:17px 0;
    border-top:1px solid #eee;
    font-weight:800;
    text-decoration:none;
    text-align:center;
    text-transform:uppercase;
    font-family:'Exo',sans-serif;
    font-size:11pt;
    letter-spacing:1px;
  }

  .split {
    display:block;
    margin:0;
    padding:0;
  }

  .title {
    margin:30px 0;
  }

  .mobile {
    display:inline-block;
  }

  .nomobile, header #user, header a[href*='logout'] {
    display:none;
  }

  article {
    padding:20px;
    min-width:100vw;
    max-width:100vw;
  }

  .container {
    padding:0;
  }

  article h1 {
    font-size:24pt;
  }

  aside {
    padding:0 20px;
  }

  .homepage {
    margin-top:0;
    padding:0 20px;
  }

  aside.homepage .title:first-of-type {
    margin-top:0;
  }

  .article_content {
    flex-wrap:wrap;
  }

  .article_text, .article_social {
    width:100%;
    min-width:100%;
    max-width:100%;
  }

  .article_social {
    order:2;
    padding:0;
  }

  #share_buttons a {
    width:50px;
    height:50px;
    padding-top:7px;
    margin:5px;
  }

  #share_buttons {
    text-align:center;
  }
  footer span.dev {
    margin:0;
    width:0;
    color:transparent;
    visibility:hidden;
  }

  footer span.dev:after {
    content:"\a";
    white-space: pre;
    margin:0px;
  }
  footer ul {
    padding:0;
    margin:0;
    width:100%;
  }

  footer ul li {
    display:block;
    padding:15px 0;
    border-bottom:1px solid #eee;
  }

  footer ul li:last-of-type {
    border:none;
  }
  #legal div {
    line-height:1.5;
  }

  #cookie_warning {
    position:fixed;
    bottom:0px;
    left:0;
    margin:0;
    width:100%;
    padding:20px;
    text-align:left;
    border-top:5px solid #CF1348;
    background:rgba(0, 0, 0, 0.8);
    font-size:10pt;
    z-index:1000;
  }

  .three_cols {
    width:100%;
    float:none;
    padding-bottom:20px;
  }

  .three_cols h3 {
    margin-bottom:10px;
  }

  .article_big .news_photo_frame {
    height:350px;
    overflow:hidden;
  }

  .article_big .news_photo {
    height:350px;
  }

  .article_big .news_titles h3 {
    font-size:28pt;
  }

}