@charset "UTF-8";
@import url("font-awesome.min.css");
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,400italic&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Oswald);
/* Variables */
/* Reusable Styles */
.sourcesans, body, h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
}

.sprite, #header #mobile-toggle, #header #logo, #subheader .home, .post.type4 > blockquote time:after, .share .sharebutton, #subfooter .main, .appstore, .googleplay, #footer .social, #sidr-main .header .main, #sidr-main .social-container .social, #scrolltotop, .widget .title, .widget.widget_webrazzitvfollowwidget .tvsocial.youtube, .widget.widget_webrazzitvfollowwidget .tvsocial.izlesene, .widget.widget_webrazzimailchimpwidget {
  background-image: url("../img/sprite.png");
  -webkit-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
}

.reset, #header #nav ul, #subheader ul, .post .post-gallery, .searchform fieldset, #subfooter ul, #footer ul {
  margin: 0;
  padding: 0;
}

.cf:before, .post-end:before, .pagination:before, .carousel-container:before, .gallery:before, #related:before, ol.commentlist .children:before, .tvseparator:before, .cf:after, .post-end:after, .pagination:after, .carousel-container:after, .gallery:after, #related:after, ol.commentlist .children:after, .tvseparator:after {
  content: " ";
  display: table;
}
.cf:after, .post-end:after, .pagination:after, .carousel-container:after, .gallery:after, #related:after, ol.commentlist .children:after, .tvseparator:after, .spacer {
  clear: both;
}

.hidden {
  display: none;
}

.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}

[class*="column"] + [class*="column"]:last-child {
  float: left;
}

/* Styles */
body {
  color: #545454;
}

a {
  color: #545454;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Inputs */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  display: block;
  width: 100%;
  border: 0;
  margin: 0;
  height: 36px;
  line-height: 16px;
  padding: 10px 9px;
  font-size: 12px;
  outline: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.wpcf7 textarea {
  height: 150px;
}
.wpcf7 .ajax-loader {
  display: none;
}

/* Header */
#header {
  width: 100%;
  height: 64px;
  background: #fff;
  border-bottom: 2px solid #f7d40a;
}
@media only screen and (max-width: 40em) {
  #header {
    height: 47px;
  }
}
@media only screen and (max-width: 64em) {
  #header {
    margin-bottom: 20px;
  }
}
#header #mobile-toggle {
  display: block;
  float: left;
  width: 0;
  height: 62px;
  background-position: -280px 19px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 64em) {
  #header #mobile-toggle {
    width: 40px;
  }
}
@media only screen and (max-width: 40em) {
  #header #mobile-toggle {
    height: 45px;
    background-position: -280px 9px;
  }
}
#header #logo {
  display: inline-block;
  width: 162px;
  height: 61px;
  background-position: 0 -2px;
}
@media only screen and (max-width: 40em) {
  #header #logo {
    height: 45px;
    background-position: 0 -10px;
  }
}
#header #nav ul {
  list-style: none;
}
#header #nav ul li {
  display: inline-block;
}
#header #nav ul li a {
  display: block;
  line-height: 62px;
  padding: 0 1.8em;
  color: #333;
  font-size: 15px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 75em) {
  #header #nav ul li a {
    padding: 0 1.35em;
  }
}
#header #nav ul li a:hover {
  border-bottom: 6px solid #f7d40a;
  line-height: 54px;
}
#header #nav ul li.current-menu-item {
  position: relative;
}
#header #nav ul li.current-menu-item a {
  background: #f7d40a;
}
#header #nav ul li.current-menu-item a:hover {
  border: 0;
  line-height: 62px;
}
#header #nav ul li.current-menu-item:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #f7d40a transparent transparent transparent;
  position: absolute;
  top: auto;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 10;
}
#header .search-column {
  position: static;
}
#header .icons {
  text-align: right;
}
#header .mobile-search {
  display: block;
  float: right;
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
}
@media only screen and (max-width: 40em) {
  #header .mobile-search {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
}
#header .mobile-search .searchform {
  display: none;
  height: 54px;
  position: absolute;
  top: 64px;
  right: 10px;
  left: 10px;
  z-index: 100;
  background: #f7d40a;
  padding: 7px 12px 11px;
  overflow: hidden;
}
@media only screen and (max-width: 40em) {
  #header .mobile-search .searchform {
    top: 47px;
  }
}
#header .mobile-search .searchform .submit {
  display: none;
}
#header .mobile-search.active {
  background: #f7d40a;
  color: #fff;
}

/* Mobile Menu */
.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu li {
  position: relative;
}
.mobile-menu li span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 60px;
  width: 40px;
  text-align: center;
}
.mobile-menu li.current-menu-item a {
  color: #58585a;
  background: #f7d40a;
}
.mobile-menu li.current-menu-item a span {
  color: #58585a;
}
.mobile-menu li a {
  display: block;
  padding: 0 20px;
  line-height: 60px;
  background: #58585a;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  border-bottom: 1px solid #4e4e50;
  border-top: 1px solid #5f5f61;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.mobile-menu li a.active {
  color: #58585a;
  background: #f7d40a;
}
.mobile-menu li a.active span {
  color: #58585a;
}
.mobile-menu li:first-child a {
  border-top: 0;
}
.mobile-menu .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #58585a;
}
.mobile-menu .sub-menu li a {
  font-size: 20px;
  color: #fff;
  background: #606064;
  position: relative;
  padding-left: 30px;
  border-bottom: 1px solid #56565b;
  border-top: 1px solid #68686e;
}
.mobile-menu .sub-menu li:first-child a {
  border-top: 0;
}

/* Subheader */
#subheader {
  width: 100%;
  background: #58585a;
  height: 47px;
  margin-bottom: 20px;
}
#subheader.fixed {
  position: fixed;
  top: 0;
  z-index: 99;
}
.admin-bar #subheader.fixed {
  top: 32px;
}
#subheader.fixed .home {
  height: 47px;
  visibility: visible;
}
#subheader.fixed .placeholder {
  display: none;
}
#subheader .menuholder {
  position: relative;
  padding-left: 59px;
}
#subheader .home {
  display: block;
  float: left;
  height: 0;
  width: 59px;
  visibility: hidden;
  background-position: -183px -1px;
  position: absolute;
  top: 0;
  left: 0;
}
#subheader ul {
  list-style: none;
  float: left;
}
#subheader ul.sf-menu li a {
  padding: 0 1.2em;
}
#subheader ul.sf-menu li.menu-item-has-children > a {
  padding-right: 2.2em;
}
#subheader ul li {
  display: inline-block;
  position: relative;
}
#subheader ul li ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  background: #5c5c5e;
}
#subheader ul li ul:after,
#subheader ul li ul li.current-menu-item:after {
  display: none;
}
#subheader ul li ul li {
  display: block;
}
#subheader ul li ul li a {
  border-top: 1px solid #4e4e50;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
#subheader ul li ul li a:hover {
  background: #656567;
}
#subheader ul li:hover > ul, #subheader ul li.sfHover > ul {
  display: block;
}
#subheader ul li:hover > a, #subheader ul li.sfHover > a {
  background: #5c5c5e;
}
#subheader ul li a {
  display: block;
  line-height: 47px;
  height: 47px;
  font-weight: 300;
  padding: 0 1.8em;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  white-space: nowrap;
}
@media only screen and (max-width: 75em) {
  #subheader ul li a {
    padding: 0 1.20em;
  }
}
#subheader ul li.menu-item-has-children {
  position: relative;
}
#subheader ul li.menu-item-has-children:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 23px;
  right: 0.9em;
}
#subheader ul li.menu-item-has-children.sfHover:after {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
}
#subheader ul li.current-menu-item {
  position: relative;
}
#subheader ul li.current-menu-item a {
  background: #656567;
}
#subheader ul li.current-menu-item:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #656567 transparent transparent transparent;
  position: absolute;
  top: auto;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
#subheader .searchform {
  display: block;
  position: relative;
  background-color: #f7d40a;
  height: 51px;
  border-bottom: 3px solid #edb508;
  padding: 5px 50px 5px 10px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
#subheader .searchform:after {
  font-family: 'FontAwesome';
  content: '\f002';
  display: block;
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
#subheader .searchform .s {
  width: 100%;
  border: 0;
  margin: 0;
  height: 36px;
  line-height: 16px;
  padding: 10px 9px;
  font-size: 12px;
}
#subheader .searchform .submit {
  display: block;
  width: 50px;
  height: 50px;
  border: 0;
  background: 0;
  outline: 0;
  position: absolute;
  top: 0;
  right: 0;
}

/* Post */
.post {
  margin-bottom: 30px;
  /* Title */
  /* Meta */
  /* Content */
  /* Types */
}
.post.low-margin {
  margin-bottom: 10px;
}
.post.small-lineheight p {
  line-height: 19px;
  margin-bottom: 5px;
}
.post.side-post {
  border-bottom-width: 4px;
}
.post.side-post .post-gallery {
  border-bottom-width: 4px;
}
.post.side-post .post-gallery:after {
  bottom: -14px;
}
@media only screen and (max-width: 40em) {
  .post.side-post .post-gallery {
    border-bottom: 0;
    border-right: 5px solid #d0d0d0;
  }
  .post.side-post .post-gallery:after {
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #d0d0d0;
    bottom: auto;
    left: auto;
    right: -10px;
    top: 10px;
  }
}
.post.large-share .post-gallery .overlay .share {
  top: auto;
  left: auto;
  bottom: 15px;
  right: 15px;
}
@media only screen and (max-width: 40em) {
  .post.large-share .post-gallery {
    margin-bottom: 20px;
  }
}
.post .post-gallery {
  display: block;
  border-bottom: 6px solid #58585a;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 40em) {
  .post .post-gallery {
    margin-bottom: 0;
  }
}
.search-results .post .post-gallery {
  margin-bottom: 0;
  border: 0;
}
.post .post-gallery img {
  display: block;
  line-height: 0;
  width: 100%;
}
.post .post-gallery:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #58585a transparent transparent transparent;
  position: absolute;
  bottom: -16px;
  left: 20px;
}
.carousel-container .post .post-gallery:after, .gallery .post .post-gallery:after, .search-results .post .post-gallery:after {
  display: none;
}
.post .post-gallery.video {
  border: 0;
  margin-bottom: 10px;
}
.post .post-gallery.video:after {
  width: auto;
  height: auto;
  border: 0;
  font-family: 'FontAwesome';
  content: '\f04b';
  position: absolute;
  bottom: auto;
  left: auto;
  top: 15px;
  right: 15px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 40em) {
  .post .post-gallery.video {
    margin-bottom: 0;
  }
  .post .post-gallery.video:after {
    width: 18px;
    height: 24px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 24px;
  }
}
.post .post-gallery.video .overlay .share {
  top: auto;
  left: auto;
  bottom: 15px;
  right: 15px;
}
.post .post-gallery.video .meta {
  text-align: left;
}
@media only screen and (max-width: 40em) {
  .post .post-gallery.video .overlay {
    display: block;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .post .post-gallery.video .overlay .share {
    display: none;
  }
}
.carousel-container .post .post-gallery, .gallery .post .post-gallery {
  border-bottom: 0;
  margin-bottom: 10px;
}
.post .post-gallery .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor:pointer;
}
.post .post-gallery .overlay .share {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  visibility:hidden;
}
.post .post-gallery .overlay .sharecomment {
  position: absolute;
  right: 15px;
  bottom: 10px;
  visibility:hidden;
}
.post .post-gallery figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 15px 15px;
}
.post .post-gallery figcaption h3 {
  font-weight: 600;
  line-height: 34px;
  margin-top: 0;
}
.post .post-gallery figcaption h3 a,
.post .post-gallery figcaption h4 a {
  color: #fff;
}
.post .post-gallery figcaption h3 a:hover,
.post .post-gallery figcaption h4 a:hover {
  color: #fff;
}
.post .post-gallery figcaption h4 {
  line-height: 26px;
}
.post .post-gallery figcaption .meta {
  border: 0;
  color: #fff;
}
.post .post-gallery figcaption .meta > a {
  color: #fff;
}
.post .post-gallery figcaption .meta .share {
  float: right;
}
@media only screen and (max-width: 40em) {
  .post .post-gallery figcaption {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
.post:hover .post-gallery .overlay {
 visibility: visible;
 -webkit-user-select: none;
 -moz-user-select: none;
 user-select: none;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
 opacity: 1;
}
.post .post-gallery .overlay .share {
  visibility:visible;
}
.post .post-gallery .overlay .sharecomment {
	visibility:visible;
}
}

.post .post-title h1, .post .post-title h2, .post .post-title h3, .post .post-title h4, .post .post-title h5, .post .post-title h6 {
  color: #58585a;
  font-weight: 600;
  margin: 0 0 15px;
}
.post .post-title h1 a, .post .post-title h2 a, .post .post-title h3 a, .post .post-title h4 a, .post .post-title h5 a, .post .post-title h6 a {
  display: block;
  color: #212020;
}
@media only screen and (min-width: 40em) {
	.post .post-title h1 a:hover, .post .post-title h2 a:hover, .post .post-title h3 a:hover, .post .post-title h4 a:hover, .post .post-title h5 a:hover, .post .post-title h6 a:hover {
		color: #2aa6c1;
	}
}
.post .post-title h1 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 15px;
}
.post .post-title h1 + time {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 40em) {
  .post .post-title h1 {
    margin-bottom: 5px;
  }
}
.post .post-title h2 {
  font-size: 26px;
  line-height: 30px;
}
.post .post-title h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 40em) {
  .post .post-title h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
.post .post-title h4 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 40em) {
  .post .post-title h4 {
    font-size: 20px;
    line-height: 22px;
  }
}
.post .post-title h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 40em) {
  .post .post-title h5 {
    font-size: 20px;
    line-height: 22px;
  }
}
.post .post-title h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.post time {
  font-size: 13px;
  font-style: italic;
}
.post time + .meta {
  border-bottom: 0;
  border-top: 3px solid #e8e8e8;
  margin-top: 6px;
  padding-top: 0px;
}
@media only screen and (max-width: 64em) {
  .video-post .post time {
    display: none;
  }
}
.post .meta {
  border-bottom: 3px solid #e8e8e8;
  min-height: 30px;
  line-height: 24px;
}
.post .meta span {
  display: inline-block;
  margin: 0 7px;
}
.post .meta a[rel*="category"] {
  color: #212020;
}
.post .meta a[rel*="category"]:hover {
  color: #2aa6c1;
}
.post .meta a[rel="author"] {
  color: #2aa6c1;
}
.post .meta a[rel="author"]:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 40em) {
  .post .meta {
    display: none;
  }
}
@media only screen and (max-width: 64em) {
  .video-post .post .meta {
    display: none;
  }
}
.post .single-meta {
  display: block;
  background: #f6f6f6;
  min-height: 35px;
  line-height: 35px;
  margin-bottom: 30px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.35);
}
@media only screen and (max-width: 40em) {
  .post .single-meta {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.post .single-meta a[rel="author"] {
  float: right;
  color: #2aa6c1;
  margin-right: 20px;
}
.post .single-meta .avatar {
  position: relative;
  top: -20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 64em) {
  .post .single-meta .avatar {
    width: 50px;
    height: 50px;
    top: -10px;
  }
}
@media only screen and (max-width: 40em) {
  .post .single-meta .avatar {
    display: none;
  }
}
.post .single-meta a[rel*="category"] {
  display: block;
  float: left;
  line-height: 35px;
  padding: 0 10px;
  background: #ededed;
  border-right: 2px solid #fff;
}
.post .single-meta .postcommentcount {
  display: block;
  float: left;
  line-height: 35px;
  padding: 0 10px;
  background: #fafafa;
  color: #cdcdcd;
  border-right: 2px solid #fff;
  font-size: 20px;
}
.post .single-meta .postcommentcount span {
  font-family: "Oswald";
}
.post .single-meta .postcommentcount i {
  color: #a1a1a2;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.post .single-meta .topshare {
  float: left;
  margin-left: 14px;
}
.post .single-meta .topshare .end-title {
  margin-right: 10px;
}
@media only screen and (max-width: 40em) {
  .post .single-meta .topshare {
    display: none;
  }
}
.post .post-content {
  font-size: 18px;
  color: #222020;
}
.post .post-content p {
  font-size: 18px;
}
.post .post-content a {
  color: #2aa6c1;
}
.post .post-content a:hover {
  text-decoration: underline;
}
.post.type1 .post-gallery.video:after {
  font-size: 60px;
  top: 50px;
  right: 40px;
}
@media only screen and (max-width: 40em) {
  .post.type1 .post-gallery.video:after {
    width: 26px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 32px;
  }
}
.post.type2, .post.type3 {
  /*.meta {
  	margin-top: 5px;
  	border-bottom: 0;
  	border-top: 3px solid #e8e8e8;	
  }*/
}
.post.type2 .post-gallery, .post.type3 .post-gallery {
  border-bottom: 0;
  border-right: 5px solid #d0d0d0;
}
.post.type2 .post-gallery:after, .post.type3 .post-gallery:after {
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #d0d0d0;
  bottom: auto;
  left: auto;
  top: 20px;
  right: -15px;
}
@media only screen and (max-width: 40em) {
  .post.type2 .post-gallery:after, .post.type3 .post-gallery:after {
    border-width: 5px 0 5px 5px;
    right: -10px;
    top: 10px;
  }
}
.post.type4 > blockquote {
  background: #58585a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 14px 20px 60px 18px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.post.type4 > blockquote:after, .post.type4 > blockquote:before {
  display: none;
}
.post.type4 > blockquote:hover {
  background: #484849;
}
.post.type4 > blockquote h2 {
  font-size: 26px;
  line-height: 30px;
  margin: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.post.type4 > blockquote h2 a {
  color: #fff;
}
.post.type4 > blockquote time {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 130px;
  bottom: 15px;
  font-size: 13px;
  color: #fff;
  font-style: italic;
  font-weight: 300;
}
.post.type4 > blockquote time:after {
  content: '';
  display: block;
  width: 128px;
  height: 30px;
  background-position: 0 -135px;
  position: absolute;
  left: -135px;
  bottom: 0;
}
.post.type4 > blockquote .metaholder {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.post.type4 > blockquote .metaholder .sharecomment {
  float: left;
  margin-right: 15px;
  margin-top: 3px;
}
.post.type4 > blockquote .metaholder .sharecomment .totalshare {
  background-position: left 6px;
}
@media only screen and (max-width: 40em) {
  .post.type4 > blockquote .metaholder {
    display: none;
  }
}
.post.type4 > blockquote .share {
  position: static;
}
.post.side-post .post-title h4,
.post.side-post .post-title h5 {
  margin-bottom: 0;
}
@media only screen and (max-width: 40em) {
  .post.side-post .post-title h4,
  .post.side-post .post-title h5 {
    font-size: 20px;
    line-height: 22px;
  }
}

/* Post End */
.post-end {
  margin-top: 30px;
}
.post-end .tags {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.post-end .end-title {
  display: block;
  float: left;
  width: auto;
  margin-right: 30px;
  line-height: 32px;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 40em) {
  .post-end .end-title {
    margin-right: 20px;
  }
}
.post-end .singleshare {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.post-end .singleshare .end-title {
  line-height: 72px;
}
@media only screen and (max-width: 40em) {
  .post-end .singleshare .end-title {
    line-height: 40px;
  }
}

.time-separator {
  display: inline-block;
  padding: 5px 7px;
  background: #f6f6f6;
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.time-separator .fa {
  color: #b4b4b4;
  margin-right: 7px;
  vertical-align: middle;
}
.time-separator span {
  font-size: 14px;
}
@media only screen and (max-width: 40em) {
  .time-separator {
    display: none;
  }
}

/* Share */
.share {
  background: #fff;
  height: 32px;
  width: 32px;
  line-height: 32px;
  overflow: hidden;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.share:hover {
  width: 140px;
}
.share .sharebutton {
  display: block;
  float: left;
  height: 32px;
  width: 32px;
  background-color: #f7d40a;
  background-position: -248px 2px;
  border-bottom: 2px solid #d39f00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.share .sharebutton:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #f7d40a;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -4px;
}
.share .placeholder {
  padding-left: 10px;
  float: left;
}
.large-share .share {
  height: 42px;
  width: 42px;
  line-height: 42px;
  overflow: hidden;
  font-size: 16px;
}
.large-share .share:hover {
  width: 170px;
}
.large-share .share .sharebutton {
  height: 42px;
  width: 42px;
  background-position: -243px 8px;
}
.large-share .share .sharebutton .social {
  font-size: 18px;
}
.large-share .share .placeholder {
  padding-left: 12px;
}

.sharecomment .totalshare {
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAaCAYAAACzdqxAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowRTBCMzk2NUJEOEExMUUzODYwMENBNjVBRERERTE3NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowRTBCMzk2NkJEOEExMUUzODYwMENBNjVBRERERTE3NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjBFMEIzOTYzQkQ4QTExRTM4NjAwQ0E2NUFERERFMTc3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBFMEIzOTY0QkQ4QTExRTM4NjAwQ0E2NUFERERFMTc3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+anTZcAAAAYBJREFUeNq01r0vQ1EYx/FbMdSC1iBeEok0EgxS/4GlEzHxD0iEhdUgEowMxGK0MDUGI2FSm5dEsEi0iTBVJESJl+v7NKdJc9N7z4s4yadJ7zn99fac59xTz/d9z1EcS7jFF/JYQaP0u4Y24MSv3a6RdA2e96PbWqx82/btAgMR/fd1nltr1vS3uAT3Ia4Zc24zrzJtMyj5+jZqGtqO/RoB34H375iWz9QHfkIKnSjgTl0bwyaSVeM+sYAtDKNLFgx7eCyPUHeUxmng24+xXeMurzCo+5Xy0osXg3n7wYbaHJ5JcNYg9AEZm00kK/3EjCQiSkf6e1C0qUmp45jBOOvtKcFHmjFSDZfIWCWrxXs1XLx1m8XzVPmcBYJy2Akpt7RpcEUKQ+iuujaOYiD8A3NIYAKLmERbWHCYDhwYbOk3TNmeIFKas4YPoRGXB30/DtEaMSbneoLk1YMnrJVcT5BnTX/RNTir6d/9j+P/5i/HfyV8Wf1hkbIrYBVN0v8rwADD637ET631WQAAAABJRU5ErkJggg==) left 3px no-repeat;
  padding-left: 18px;
  height: 20px;
  background-size: 11px 13px;
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
}
.sharecomment .postcommentcount {
  color: #fff;
}
.sharecomment .postcommentcount .fa {
  margin-right: 3px;
}
.meta .sharecomment {
  float: right;
}
.meta .sharecomment .totalshare,
.meta .sharecomment .postcommentcount {
  color: #545454;
}
.meta .sharecomment .totalshare {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAaCAYAAACzdqxAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpENEM1REFFRkQyRUYxMUUzODdGNkZBQkQ4NkVDNkNDRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpENEM1REFGMEQyRUYxMUUzODdGNkZBQkQ4NkVDNkNDRCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ0QzVEQUVERDJFRjExRTM4N0Y2RkFCRDg2RUM2Q0NEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ0QzVEQUVFRDJFRjExRTM4N0Y2RkFCRDg2RUM2Q0NEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rAl2ggAAAbNJREFUeNqclc8rRFEUx41mQVmIhfJ7YUNZmCyILPxayYJhMaX8BQpFSaSxkLKwkFGzsLMYKWykWChs/FjIjw0iksVMUvKrjM+t82p6vZn73j31Wcw9Z7733Xe/5zxfMBjMMowcmIAQVMITxCAci8XefYbCubAHjQ65a2jONnza0TSiKqphylRYd8xeU+F8Tb7QRLhGLi5TnHsR9sEQnEKRpnbe71K0GFahw7b+B6kP9w3D2G3TLlwFpfAA97LWBxEoSKn7VTcvm3VBhfh4C9EXVWAJ10EUAil/PpQNQrbNr2AAztQPhKJOR/SL7w4gz5ZrEqxIwhKMwafu3SnhsIOoPdTxBmHX7U0r4VZNTQJqIe7Fk9liI10kvZpdCe9rapQbLqDTq/AkfLjw8Q4symRzJazGXItqQ1vuCNYcOu9E7Jm5TW3zWDVImfj3Ttb6YdnWID8wDSvQA+XwDNtWg7gd9CXSZe2allb+HkE84uULYr2KORfTrdvLdEvK5dXDq6Z23GQeX8KXpiZg+gV50+TjpsLrmvyGqfACHKfJ3cCMqbCyVRvMwq3Y7lE2bMBuiX8BBgAdDmI/RklV3wAAAABJRU5ErkJggg==) left 7px no-repeat;
  background-size: 11px 13px;
}

.summit-share {
  float: left;
  display: block;
  width: 100%;
  margin-top: 20px;
}
.summit-share > span {
  float: left;
  font-size: 16px;
}
.summit-share .separator {
  border-left-color: #e9c700;
  border-right-color: #ffee89;
  margin-left: 10px;
}
.summit-share .placeholder {
  float: left;
}
.summit-share .placeholder a {
  color: #bfa615;
}
.summit-share .placeholder .fa {
  vertical-align: middle;
}
@media only screen and (max-width: 64em) {
  .summit-share {
    width: 200px;
    float: none;
    margin: 0 auto;
  }
}

/* Searchform */
.searchform fieldset {
  border: 0;
}
.search-404 .searchform fieldset {
  float: left;
  position: relative;
  width: 100%;
  padding-right: 50px;
}
.search-404 .searchform fieldset:after {
  font-family: 'FontAwesome';
  content: '\f002';
  display: block;
  position: absolute;
  top: 7px;
  right: 20px;
  font-size: 20px;
  color: #58585a;
}
.search-404 .searchform fieldset .s {
  width: 100%;
  border: 1px solid #eaeaea;
  margin: 0;
  height: 36px;
  line-height: 16px;
  padding: 10px 9px;
  font-size: 12px;
}
.search-404 .searchform fieldset .submit {
  display: block;
  width: 50px;
  height: 36px;
  border: 0;
  background: 0;
  outline: 0;
  position: absolute;
  top: 0;
  right: 0;
}

/* Pagination */
.line-navigation {
  width: 100%;
  float: left;
  height: 22px;
  border-bottom: 3px solid #e8e8e8;
  position: relative;
}
.line-navigation .btn.grey {
  display: block;
  background: #fff;
  border: 0;
  color: #2aa6c1;
  text-shadow: none;
}
.line-navigation .btn.grey:hover {
  background: #fff;
}
.line-navigation .nav-previous {
  float: left;
}
.line-navigation .nav-next {
  float: right;
}

.pagination {
  float: left;
  width: 100%;
}
.pagination ul {
  list-style: none;
  margin: 20px 0 50px;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li a,
.pagination ul li .current {
  display: block;
  min-width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin: 0 2px;
}
.pagination ul li .current {
  background: #d0d0d0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.pagination ul li .prev,
.pagination ul li .next {
  width: auto;
}

/* Social */
.social {
  display: inline-block;
  width: auto;
  padding: 0 6px;
  text-align: center;
}
.social.facebook:hover {
  color: #3b5998;
}
.social.twitter:hover {
  color: #55ACEE;
}
.social.googleplus:hover {
  color: #d34836;
}
.social.linkedin:hover {
  color: #007bb6;
}
.social.rss:hover {
  color: #FF6600;
}
#header .social {
  line-height: 62px;
}
.singleshare .social {
  line-height: 72px;
  font-size: 26px;
  padding: 0 10px;
  min-width: 80px;
  text-align: center;
  margin-right: 10px;
  position: relative;
}
.singleshare .social:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 30px;
  left: 100%;
}
@media only screen and (max-width: 40em) {
  .singleshare .social {
    font-size: 22px;
    min-width: 40px;
    line-height: 40px;
  }
  .singleshare .social:after {
    display: none;
  }
}
.singleshare .social b {
  margin-left: 10px;
  color: #a6a6a6;
  font-size: 26px;
  font-family: "Oswald";
  vertical-align: middle;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 40em) {
  .singleshare .social b {
    display: none;
  }
}
.singleshare .social:hover {
  color: #fff;
}
.singleshare .social:hover b {
  color: #fff;
}
.singleshare .social.facebook {
  color: #3b5998;
}
.singleshare .social.facebook:hover {
  background: #3b5998;
  color: #fff;
}
.singleshare .social.facebook:hover:after {
  border-left-color: #3b5998;
}
.singleshare .social.twitter {
  color: #55ACEE;
}
.singleshare .social.twitter:hover {
  background: #55ACEE;
  color: #fff;
}
.singleshare .social.twitter:hover:after {
  border-left-color: #55ACEE;
}
.singleshare .social.googleplus {
  color: #d34836;
}
.singleshare .social.googleplus:hover {
  background: #d34836;
  color: #fff;
}
.singleshare .social.googleplus:hover:after {
  border-left-color: #d34836;
}
.singleshare .social.linkedin {
  color: #007bb6;
}
.singleshare .social.linkedin:hover {
  background: #007bb6;
  color: #fff;
}
.singleshare .social.linkedin:hover:after {
  border-left-color: #007bb6;
}
.topshare .social {
  line-height: 34px;
  font-size: 20px;
  padding: 0 5px;
  text-align: center;
}
.topshare .social b {
  margin-left: 5px;
  color: #a6a6a6;
  font-family: "Oswald";
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.topshare .social:hover {
  color: #fff;
  text-shadow: none;
}
.topshare .social:hover b {
  color: #fff;
}
.topshare .social.facebook {
  color: #3b5998;
}
.topshare .social.facebook:hover {
  background: #3b5998;
  color: #fff;
}
.topshare .social.facebook:hover:after {
  border-left-color: #3b5998;
}
.topshare .social.twitter {
  color: #55ACEE;
}
.topshare .social.twitter:hover {
  background: #55ACEE;
  color: #fff;
}
.topshare .social.twitter:hover:after {
  border-left-color: #55ACEE;
}
.topshare .social.googleplus {
  color: #d34836;
}
.topshare .social.googleplus:hover {
  background: #d34836;
  color: #fff;
}
.topshare .social.googleplus:hover:after {
  border-left-color: #d34836;
}
.topshare .social.linkedin {
  color: #007bb6;
}
.topshare .social.linkedin:hover {
  background: #007bb6;
  color: #fff;
}
.topshare .social.linkedin:hover:after {
  border-left-color: #007bb6;
}

.topshare.block {
  min-height: 35px;
  line-height: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* WP Specific */
.avatar {
  display: block;
  float: right;
  width: 60px;
  height: 60px;
}
.page-template-template-yazarlar-php .avatar {
  width: 200px;
  height: auto;
  float: left;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.page-template-template-yazarlar-php .avatar:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}
@media only screen and (max-width: 40em) {
  .page-template-template-yazarlar-php .avatar {
    width: 100px;
    height: 100px;
  }
}

.logged-in #wpadminbar {
  position: fixed !important;
}

.alignright {
  float: right;
  margin: 0 0 14px 20px;
}
@media only screen and (max-width: 40em) {
  .alignright {
    width: 100%;
    margin-left: 0;
  }
}

.alignleft {
  float: left;
  margin: 0 20px 14px 0;
}
@media only screen and (max-width: 40em) {
  .alignleft {
    width: 100%;
    margin-right: 0;
    float: none !important;
  }
}

.aligncenter {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 40em) {
  .aligncenter {
    width: 100%;
  }
}

.wp-caption-text {
  text-align: center;
}

.nav-previous {
  text-align: left;
}
.nav-previous .btn .fa {
  margin: 0 10px 0 0;
}

.nav-next {
  text-align: right;
}

blockquote {
  padding: 10px 40px;
  position: relative;
  border: 0;
  font-style: italic;
  font-size: 16px;
}
blockquote:before {
  content: '“';
  position: absolute;
  top: -5px;
  left: 15px;
  font-size: 40px;
}
blockquote p {
  font-size: 16px;
}
blockquote p:last-of-type:after {
  content: '”';
  font-size: 40px;
  position: relative;
  bottom: -30px;
  left: 10px;
  line-height: 0;
}

[class^="tag-link"] {
  display: inline-block;
  border: 1px solid #e5e5e5;
  background: #f3f3f3;
  padding: 0 11px;
  line-height: 32px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
[class^="tag-link"]:after, [class^="tag-link"]:before {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
[class^="tag-link"]:after {
  border-color: rgba(243, 243, 243, 0);
  border-bottom-color: #f3f3f3;
  border-width: 5px;
  margin-left: -5px;
}
[class^="tag-link"]:before {
  border-color: rgba(229, 229, 229, 0);
  border-bottom-color: #e5e5e5;
  border-width: 6px;
  margin-left: -6px;
}
[class^="tag-link"]:hover {
  background: #e5e5e5;
  border-color: #e5e5e5;
  color: #58585a;
}
[class^="tag-link"]:hover:after, [class^="tag-link"]:hover:before {
  border-bottom-color: #e5e5e5;
}

.gallery {
  position: relative;
  .margin-bottom: 20px;
}
.gallery .gallery-item {
  margin: 0;
  padding-left: 0.625em;
  padding-right: 0.625em;
}
.gallery .gallery-item img {
  width: 100%;
  max-width: 100%;
}
.gallery .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: none;
  -moz-backface-visibility: none;
  -ms-backface-visibility: none;
  -o-backface-visibility: none;
  backface-visibility: none;
}
.gallery .owl-wrapper:hover {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.gallery .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-left: -0.625em;
  margin-right: -0.625em;
}
.gallery .owl-item {
  float: left;
  -webkit-backface-visibility: none;
  -moz-backface-visibility: none;
  -ms-backface-visibility: none;
  -o-backface-visibility: none;
  backface-visibility: none;
}
.gallery .owl-page,
.gallery .owl-buttons div {
  cursor: pointer;
}
.gallery .owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.gallery .owl-controls .owl-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
.gallery .owl-controls .owl-pagination .owl-page {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #58585a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.gallery .owl-controls .owl-pagination .owl-page.active {
  background: #f7d40a;
}

.carousel-container, .gallery {
  position: relative;
  background: #f8f8f8;
  padding: 25px 20px 40px 20px;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.carousel-container:after, .gallery:after {
  top: 0;
  left: 20px;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(243, 243, 243, 0);
  border-top-color: #fff;
  border-width: 10px;
}
.carousel-container.dark, .dark.gallery {
  background: #58585a;
}
.carousel-container.dark h6 a, .dark.gallery h6 a {
  color: #fff;
}
.carousel-container.dark .carousel .owl-controls .owl-pagination .owl-page, .dark.gallery .carousel .owl-controls .owl-pagination .owl-page {
  background: #fff;
}
.carousel-container.dark .carousel .owl-controls .owl-pagination .owl-page.active, .dark.gallery .carousel .owl-controls .owl-pagination .owl-page.active {
  background: #f7d40a;
}
.carousel-container.yellow, .yellow.gallery {
  background: #f7d40a;
}
.carousel-container.yellow:after, .yellow.gallery:after {
  border-color: #f7d40a;
  border-top-color: #58585a;
}
.carousel-container.white, .white.gallery {
  background: #fff;
  border: 1px solid #ededed;
}
.carousel-container.white:after, .white.gallery:after {
  top: -1px;
  border-top-color: #f8f8f8;
}
.carousel-container.white:before, .white.gallery:before {
  top: -1px;
  left: 19px;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  border-color: transparent;
  border-top-color: #ededed;
  border-width: 11px;
}

.carousel {
  position: relative;
  width: 100%;
}
.carousel.owl {
  display: none;
}
.carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: none;
  -moz-backface-visibility: none;
  -ms-backface-visibility: none;
  -o-backface-visibility: none;
  backface-visibility: none;
}
.carousel .owl-wrapper:hover {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.carousel .owl-item {
  float: left;
  -webkit-backface-visibility: none;
  -moz-backface-visibility: none;
  -ms-backface-visibility: none;
  -o-backface-visibility: none;
  backface-visibility: none;
}
.carousel .owl-item > .columns {
  width: 100% !important;
}
.carousel .owl-page,
.carousel .owl-buttons div {
  cursor: pointer;
}
.carousel .owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.carousel .owl-controls .owl-pagination {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
}
.carousel .owl-controls .owl-pagination .owl-page {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #58585a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.carousel .owl-controls .owl-pagination .owl-page.active {
  background: #f7d40a;
}
.carousel .post {
  min-height: 1px;
  position: relative;
}
.carousel .post .post-title h6 {
  font-weight: 600;
}

/* Search Results */
.pagetitle {
  font-size: 30px;
  color: #58585a;
  font-weight: 700;
  margin-bottom: 30px;
}
.pagetitle.cat {
  margin-bottom: 0;
}
.pagetitle.cat + p {
  font-size: 18px;
  margin-bottom: 20px;
}
.pagetitle.cat.margin {
  margin-bottom: 30px;
}
.page-template-template-webrazzitv-php .pagetitle, .category-webrazzitv .pagetitle {
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 40em) {
  .page-template-template-webrazzitv-php .pagetitle, .category-webrazzitv .pagetitle {
    margin-bottom: 5px;
  }
}

.searchtitle {
  font-size: 18px;
  font-style: italic;
  height: 41px;
  line-height: 39px;
  border-bottom: 2px solid #f8f8f8;
  margin-bottom: 10px;
}
.searchtitle span {
  font-weight: 600;
}

#searchfilters {
  background: #f8f8f8;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
#searchfilters h5 {
  display: block;
  padding: 15px 20px;
  text-align: center;
  background: #666;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
#searchfilters h5:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #666 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
#searchfilters h6 {
  display: block;
  margin: 20px 10px 10px 15px;
  font-size: 16px;
  color: #58585a;
  font-weight: 600;
}
#searchfilters h6 a {
  padding-left: 15px !important;
}
#searchfilters h6.all {
  margin: 0;
}
#searchfilters ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#searchfilters ul li {
  display: block;
}
#searchfilters ul li a {
  display: block;
  line-height: 39px;
  padding: 0 15px 0 25px;
}
#searchfilters ul li a:hover {
  font-weight: 600;
  background: #eee;
}
#searchfilters ul li a.active {
  background: #d0d0d0;
  position: relative;
  font-weight: 600;
}
#searchfilters ul li a.active:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #d0d0d0;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -6px;
}

/* Related */
#related {
  margin-bottom: 40px;
}
#related .dark {
  margin-bottom: 40px;
}

/* Comments */
#reply-title,
#commentstitle {
  margin-bottom: 25px;
}

#commentform {
  margin-bottom: 30px;
}

ol.commentlist {
  list-style: none;
  width: 100%;
  float: left;
  margin: 0 0 10px;
  display: block;
  float: left;
  width: 100%;
}
ol.commentlist li {
  width: 100%;
  float: left;
  padding-bottom: 25px;
}
ol.commentlist li li:last-child {
  padding-bottom: 0;
}
ol.commentlist li #respond {
  float: left;
  width: 100%;
  margin-top: 20px;
}
ol.commentlist > li:first-child .comment-inner {
  margin-top: 0;
}
ol.commentlist > li:last-child {
  border: 0;
}
ol.commentlist .vcard {
  float: left;
  border: 0;
  padding: 0;
  margin: 0 20px 0 0;
  width: 60px;
}
ol.commentlist .commentmeta {
  display: block;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 10px;
}
ol.commentlist .commentmeta span {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
}
ol.commentlist .commentmeta a,
ol.commentlist .commentmeta strong {
  color: #2aa6c1;
  font-size: 16px;
  font-weight: 700;
}
ol.commentlist .commentmeta time {
  font-style: italic;
}
ol.commentlist .authorname {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 10px;
  color: #a1a1a1;
}
ol.commentlist .awaiting_moderation {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 8px;
  padding: 2px 4px;
  font-style: normal;
}
ol.commentlist .comment-inner {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 25px;
}
ol.commentlist .comment-reply-link {
  background: #f6f6f6;
  display: inline-block;
  color: #2aa6c1;
  font-size: 16px;
  padding: 0 15px;
  margin: 0;
  line-height: 26px;
}
ol.commentlist .comment-container {
  width: auto;
  margin-left: 80px;
}
ol.commentlist .comment-container .star-rating {
  float: right;
}
ol.commentlist .comment-text {
  width: auto;
  position: relative;
  color: #606060;
}
ol.commentlist .children {
  display: block;
  clear: left;
  margin: 0 0 0 60px;
  padding: 20px;
  list-style: none;
  position: relative;
  background: #f6f6f6;
}
@media only screen and (max-width: 40em) {
  ol.commentlist .children {
    margin-left: 0;
  }
}
ol.commentlist .children > li:first-child > .comment-inner {
  margin-top: 0;
}
ol.commentlist .children .comment-reply-link {
  background: #e5e5e5;
}

/* Footer */
.video-separator {
  display: none;
  width: 100%;
  border-bottom: 1px solid #4c4c4e;
  background: #58585a;
  height: 6px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 0 #5f5f61;
  -moz-box-shadow: 0 1px 0 #5f5f61;
  box-shadow: 0 1px 0 #5f5f61;
}

#video-footer {
  margin-top: 30px;
}
#video-footer .carousel .owl-controls .owl-pagination {
  bottom: -10px;
}
#video-footer .video-toggle {
  display: block;
  width: 38px;
  height: 19px;
  line-height: 19px;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  background: #58585a;
  color: #fff;
  -webkit-border-radius: 19px 19px 0 0;
  -moz-border-radius: 19px 19px 0 0;
  -ms-border-radius: 19px 19px 0 0;
  -o-border-radius: 19px 19px 0 0;
  border-radius: 19px 19px 0 0;
}
#video-footer .video-content {
  background: #58585a;
  overflow: hidden;
  padding: 30px 0 35px;
}
#video-footer .video-content h5 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
#video-footer .video-content h5 a {
  color: #fff;
}
#video-footer .video-content h6 a {
  color: #fff;
}
#video-footer .video-content .carousel .owl-controls .owl-pagination .owl-page:not(.active) {
  background: #fff;
}
#video-footer .video-search-form .s {
  border: 0;
  background: #fff;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
}
#video-footer .video-search-form #searchsubmit {
  border: 0;
  background: #f7d40a;
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  border-bottom: 2px solid #edb508;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#subfooter {
  width: 100%;
  background: #58585a;
  min-height: 90px;
  padding: 20px 0;
  margin-top: 30px;
}
@media only screen and (max-width: 40em) {
  #subfooter {
    padding-bottom: 0;
  }
}
#subfooter.video {
  padding-top: 0;
  margin-top: 0;
}
#subfooter.video .video-separator {
  display: block;
}
#subfooter .main {
  display: block;
  float: left;
  height: 50px;
  width: 150px;
  background-position: 0 -76px;
}
@media only screen and (max-width: 40em) {
  #subfooter .main {
    float: none;
    margin: 0 auto;
  }
}
#subfooter ul {
  list-style: none;
  padding-top: 18px;
}
@media only screen and (max-width: 64em) {
  #subfooter ul {
    text-align: right;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 40em) {
  #subfooter ul {
    margin-bottom: 0;
  }
}
#subfooter ul li {
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  #subfooter ul li {
    display: block;
    margin: 0 -10px;
  }
}
#subfooter ul li a {
  font-size: 16px;
  font-weight: 600;
  margin-right: 60px;
  line-height: 1;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 75em) {
  #subfooter ul li a {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 64em) {
  #subfooter ul li a {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 40em) {
  #subfooter ul li a {
    display: block;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 39px;
    border-top: 1px solid #4c4c4c;
    margin-left: 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
}
#subfooter .hide-for-small {
  border-left: 1px solid #4c4c4e;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 64em) {
  #subfooter .hide-for-small {
    border-top: 1px solid #4c4c4e;
    border-left: 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    padding-top: 20px;
  }
}
#subfooter .appstore {
  margin-left: 20px;
}
@media only screen and (max-width: 64em) {
  #subfooter .appstore {
    float: right;
    margin: 0 0 0 20px;
  }
}
@media only screen and (max-width: 64em) {
  #subfooter .googleplay {
    float: right;
  }
}

.appstore {
  display: block;
  float: left;
  width: 121px;
  height: 50px;
  margin-right: 20px;
  background-position: -175px -75px;
}

.googleplay {
  display: block;
  float: left;
  width: 121px;
  height: 50px;
  background-position: -175px -125px;
}

#footer {
  width: 100%;
  background: #f8f8f8;
  border-top: 3px solid #f7d40a;
  border-bottom: 8px solid #f7d40a;
  padding: 25px 0;
}
@media only screen and (max-width: 40em) {
  #footer {
    text-align: center;
    padding-top: 0;
  }
}
#footer .small {
  display: block;
  margin-top: 13px;
  font-size: 14px;
}
@media only screen and (max-width: 40em) {
  #footer .small {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
  }
}
#footer ul {
  list-style: none;
  padding-top: 10px;
}
@media only screen and (max-width: 40em) {
  #footer ul {
    padding: 0;
    margin: 0 -10px;
  }
}
#footer ul li {
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  #footer ul li {
    display: block;
  }
}
#footer ul li a {
  font-size: 18px;
  font-weight: 600;
  margin-right: 60px;
  line-height: 1;
  text-shadow: -1px -1px 0 white;
}
@media only screen and (max-width: 40em) {
  #footer ul li a {
    display: block;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 39px;
    border-bottom: 1px solid #e9e9e9;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  }
}
#footer ul li a:hover {
  color: #212020;
}
@media only screen and (max-width: 40em) {
  #footer ul li:last-child {
    margin-bottom: 20px;
  }
}
#footer .social {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #f7d40a;
  background-position: -265px -250px;
  font-size: 26px;
  margin: 8px;
  text-shadow: 1px 1px 0 #edb508;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 0 #edb508;
  -moz-box-shadow: 0 2px 0 #edb508;
  box-shadow: 0 2px 0 #edb508;
}
#footer .social-container {
  text-align: center;
  border-left: 1px solid #eaeaea;
  -webkit-box-shadow: inset 1px 0 0 white;
  -moz-box-shadow: inset 1px 0 0 white;
  box-shadow: inset 1px 0 0 white;
}
@media only screen and (max-width: 64em) {
  #footer .social-container {
    border-top: 1px solid #eaeaea;
    border-left: 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    padding-top: 20px;
  }
}
@media only screen and (max-width: 40em) {
  #footer .social-container {
    border-top: 0;
  }
}
#footer .social-container .socialtakip {
  font-weight: 600;
}
@media only screen and (max-width: 64em) {
  #footer .social-container .socialtakip {
    display: inline;
    margin: 0;
    line-height: 40px;
  }
}
@media only screen and (max-width: 40em) {
  #footer .social-container .socialtakip {
    display: block;
    margin-bottom: 15px;
  }
}

/* Sidr */
#sidr-main {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  left: -270px;
  width: 270px;
  background: #f8f8f8;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-shadow: inset -5px 0 5px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset -5px 0 5px -5px rgba(0, 0, 0, 0.5);
  box-shadow: inset -5px 0 5px -5px rgba(0, 0, 0, 0.5);
}
#sidr-main .header {
  width: 100%;
  height: 64px;
  background: #58585a;
  padding: 7px 20px;
  border-bottom: 1px solid #4e4e50;
}
#sidr-main .header .main {
  display: block;
  float: left;
  height: 50px;
  width: 150px;
  background-position: 0 -76px;
}
@media only screen and (max-width: 40em) {
  #sidr-main .header .main {
    float: none;
    margin: 0 auto;
  }
}
#sidr-main .apps {
  background: #58585a;
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
#sidr-main .appstore {
  -webkit-background-size: 500px 500px;
  -moz-background-size: 500px 500px;
  -o-background-size: 500px 500px;
  background-size: 500px 500px;
  background-position: -135px -105px;
  height: 40px;
  margin-top: 20px;
  margin: 20px 10px 0 3px;
}
#sidr-main .googleplay {
  -webkit-background-size: 500px 500px;
  -moz-background-size: 500px 500px;
  -o-background-size: 500px 500px;
  background-size: 500px 500px;
  height: 40px;
  margin: 20px 3px 0 10px;
  background-position: -135px -62px;
}
#sidr-main .chrome {
}
#sidr-main .social-container {
  background: #f8f8f8;
  border-top: 3px solid #f7d40a;
  padding: 20px 0;
  text-align: center;
  float: left;
  width: 100%;
}
#sidr-main .social-container .social {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #f7d40a;
  background-position: -265px -250px;
  font-size: 26px;
  margin: 8px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

/* Tabs */
.tabs.row {
  margin: 0 0 1.25em 0;
  overflow: hidden;
}
.tabs.row .columns {
  padding: 0 !important;
}
.tabs.mobile {
  position: relative;
  overflow: visible;
}
.tabs.mobile .z-tabs-desktop {
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
  z-index: 99;
  border-left: 3px solid #f7d40a;
  border-right: 3px solid #f7d40a;
  border-bottom: 3px solid #f7d40a;
}
.tabs.mobile .z-tabs-desktop.z-hide-menu {
  height: 0;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.tabs.mobile .z-tabs-desktop li,
.tabs.mobile .z-tabs-desktop li.z-last,
.tabs.mobile .z-tabs-desktop li:last-child {
  width: 100% !important;
  text-align: left;
  background: #fff;
}
.tabs.mobile .z-tabs-desktop li a,
.tabs.mobile .z-tabs-desktop li.z-last a,
.tabs.mobile .z-tabs-desktop li:last-child a {
  height: 44px !important;
  min-height: 44px !important;
  line-height: 24px;
  border-left: 0;
  border-bottom: 0;
  padding-left: 9px;
}
.tabs.mobile .z-tabs-desktop li a br,
.tabs.mobile .z-tabs-desktop li a .dots,
.tabs.mobile .z-tabs-desktop li.z-last a br,
.tabs.mobile .z-tabs-desktop li.z-last a .dots,
.tabs.mobile .z-tabs-desktop li:last-child a br,
.tabs.mobile .z-tabs-desktop li:last-child a .dots {
  display: none;
}
.tabs.mobile .z-tabs-desktop li a .text,
.tabs.mobile .z-tabs-desktop li.z-last a .text,
.tabs.mobile .z-tabs-desktop li:last-child a .text {
  display: block;
}
@media only screen and (max-width: 40em) {
  .tabs {
    border-bottom: 3px solid #f6f6f6;
  }
}
.tabs .z-tabs-nav {
  display: block;
}
.tabs .z-tabs-desktop {
  list-style: none;
  margin: 0;
  border-bottom: 3px solid #f6f6f6;
}
@media only screen and (max-width: 64em) {
  .tabs .z-tabs-desktop {
    border-bottom-color: #f7d40a;
  }
}
@media only screen and (max-width: 40em) {
  .tabs .z-tabs-desktop {
    border-bottom-color: #f6f6f6;
  }
}
.tabs .z-tabs-desktop li {
  display: block;
  width: 100% !important;
  padding: 0 5px 0 0;
  background: #f6f6f6;
}
@media only screen and (max-width: 64em) {
  .tabs .z-tabs-desktop li {
    width: 18% !important;
    float: left;
    text-align: center;
    padding: 0;
  }
  .tabs .z-tabs-desktop li.z-active a:after {
    display: none !important;
  }
}
@media only screen and (max-width: 64em) {
  .tabs .z-tabs-desktop li.z-last, .tabs .z-tabs-desktop li:last-child {
    width: 10% !important;
  }
}
.tabs .z-tabs-desktop li a {
  display: block;
  min-height: 64px;
  width: 100%;
  padding: 10px 15px;
  line-height: 1;
  font-weight: 600;
  font-size: 22px;
}
.tabs .z-tabs-desktop li a small {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}
.tabs .z-tabs-desktop li a .text {
  display: block;
}
.tabs .z-tabs-desktop li a .dots {
  display: none;
  font-size: 10px;
  margin-top: 10px;
}
.tabs .z-tabs-desktop li a .dots .fa {
  margin: 0 2px;
}
@media only screen and (max-width: 64em) {
  .tabs .z-tabs-desktop li a {
    font-size: 18px;
    line-height: 1.2;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  .tabs .z-tabs-desktop li a small {
    font-size: 12px;
  }
  .tabs .z-tabs-desktop li a .dots {
    display: block;
  }
  .tabs .z-tabs-desktop li a .text {
    display: none;
  }
}
.tabs .z-tabs-desktop li.z-active a {
  background: #f7d40a;
  position: relative;
  border: 0;
}
.tabs .z-tabs-desktop li.z-active a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f6f6f6 transparent transparent;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}
.tabs .z-tabs-desktop li.z-active a:hover {
  color: #58585a;
}
.tabs .z-tabs-mobile {
  display: block;
  width: 100%;
  background: #f7d40a;
  height: 44px;
  margin: 0 0 2px 0;
}
.tabs .z-tabs-mobile li {
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
.tabs .z-tabs-mobile li a {
  display: block;
  float: left;
  width: 100%;
  height: 44px;
  border: 3px solid #f7d40a;
  background: #fff;
  position: relative;
}
.tabs .z-tabs-mobile li a .z-title {
  width: auto;
  display: block;
  float: left;
  line-height: 40px;
  height: 42px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 600;
}
.tabs .z-tabs-mobile li a .z-title:hover {
  color: #58585a;
}
.tabs .z-tabs-mobile li a .z-title small {
  font-style: italic;
  font-weight: 400;
}
.tabs .z-tabs-mobile li a .z-title br {
  display: none;
}
.tabs .z-tabs-mobile li a .z-arrow {
  display: block;
  float: right;
  width: 44px;
  height: 40px;
  background: #f7d40a;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.tabs .z-tabs-mobile li a .z-arrow:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 44px;
  height: 40px;
  color: #fff;
  font-size: 18px;
}
.tabs .z-container {
  position: relative;
  overflow: hidden;
}
.tabs .z-container .z-content {
  display: none;
  width: 100%;
}
.tabs .z-container .z-content.z-active {
  display: block;
}
.tabs .z-container .z-content .post,
.tabs .z-container .z-content .post .post-gallery.video {
  margin: 0;
}

.mobile-title,
.tab-title {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin: 10px 0;
}

.mobile-title {
  margin: 0 0 20px 0;
}

/* Summit */
#summittitle {
  display: block;
  position: relative;
  font-size: 100px;
  font-weight: 900;
  color: #fed900;
  text-transform: uppercase;
  line-height: 0.3;
  text-align: center;
  margin-top: 40px;
}

#summit {
  background: #fed900;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
  -webkit-box-shadow: 0 2px 0 0 #edb508;
  -moz-box-shadow: 0 2px 0 0 #edb508;
  box-shadow: 0 2px 0 0 #edb508;
}
#summit + #roportaj {
  margin-top: 30px;
}
@media only screen and (max-width: 40em) {
  #summit + #roportaj {
    margin-top: 0;
  }
}
@media only screen and (max-width: 64em) {
  #summit {
    padding-bottom: 30px;
  }
}
#summit h3 {
  line-height: 1;
  font-size: 22px;
  font-weight: 600;
  color: #58585a;
  margin: 0 0 30px;
  float: left;
}
@media only screen and (max-width: 40em) {
  #summit h3 {
    margin-bottom: 10px;
  }
}
#summit nav ul {
  list-style: none;
  text-align: center;
  margin: 0 0 40px;
  padding: 0;
}
#summit nav ul li {
  display: inline-block;
  padding: 0 15px;
}
#summit nav ul li a {
  display: block;
  font-size: 18px;
  color: #847313;
  font-weight: 600;
  padding: 0 10px 5px;
  border-bottom: 3px solid transparent;
}
#summit nav ul li a:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
#summit .carousel-container, #summit .gallery {
  padding: 25px 30px 0 30px;
  -webkit-box-shadow: 0 2px 0 0 #edb508;
  -moz-box-shadow: 0 2px 0 0 #edb508;
  box-shadow: 0 2px 0 0 #edb508;
}
#summit .carousel-container .carousel .owl-controls .owl-pagination, #summit .gallery .carousel .owl-controls .owl-pagination {
  bottom: 10px;
}
#summit .carousel-container:after, #summit .gallery:after {
  display: none;
}
#summit .tag-archive {
  width: auto;
  margin: 0;
}
@media only screen and (max-width: 40em) {
  #summit .tag-archive {
    margin-bottom: 20px;
    float: left;
  }
}
#summit .summit-content {
  margin-bottom: 40px;
}
#summit .summit-content figure.post {
  background: #ffe134;
  padding: 20px;
  margin: 0 10px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#summit .summit-content figure.post .post-gallery.video {
  margin-bottom: 0 !important;
}
#summit .summit-content .content {
  text-align: left;
}
#summit .summit-content .content h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 58px;
}
#summit .summit-content .content .text {
  color: #847313;
  font-size: 22px;
  line-height: 26px;
}
#summit .summit-content .content .text p {
  font-size: inherit;
  line-height: 26px;
}
@media only screen and (max-width: 64em) {
  #summit .summit-content .content {
    text-align: center;
  }
}

#roportaj h4,
#dynamic-tv h4 {
  display: block;
  border-bottom: 3px solid #e8e8e8;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #58585a;
}

#roportaj p {
  font-size: 18px;
  float: left;
  width: 100%;
  margin-top: 10px;
}
#roportaj h6 {
  font-weight: 600;
}
@media only screen and (max-width: 40em) {
  #roportaj .tag-archive {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 40em) {
  #roportaj .post .post-gallery.video {
    margin-bottom: 0px;
  }
}

.tag-archive {
  width: 100%;
  font-size: 16px;
  float: right;
  font-weight: 600;
  margin: 20px 0 30px;
  text-align: right;
  color: #2aa6c1;
}
@media only screen and (max-width: 40em) {
  .tag-archive {
    text-align: left;
  }
}
.tag-archive .fa {
  margin-left: 5px;
  font-size: 14px;
}

span.separator {
  display: inline-block;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #fff;
  height: 22px;
  vertical-align: middle;
  margin-right: 10px;
}

/* Scroll to Top */
#scrolltotop {
  display: none;
  width: 40px;
  height: 40px;
  background-color: #58585a;
  background-position: -260px -250px;
  position: fixed;
  right: 50px;
  bottom: 280px;
  text-align: center;
  border-bottom: 2px solid #272727;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  -webkit-transition: none 1s;
  -moz-transition: none 1s;
  -o-transition: none 1s;
  transition: none 1s;
}
#scrolltotop i {
  line-height: 38px;
  color: #fff;
}
@media only screen and (max-width: 75em) {
  #scrolltotop {
    display: none !important;
  }
}

/* NProgress */
#nprogress {
  pointer-events: none;
  -webkit-pointer-events: none;
}
#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Buttons */
.btn {
  display: inline-block;
  cursor: pointer;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
  outline: 0;
  color: #fff;
  background: #f7d40a;
  font-size: 18px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.btn:hover {
  color: #fff;
  background: #fbdc21;
}
.btn .fa {
  margin-left: 10px;
}
.btn.green {
  background: #61a386;
}
.btn.green:hover {
  background: #6db495;
}
.btn.grey {
  background: #58585a;
}
.btn.grey:hover {
  background: #484849;
}
.btn.full {
  width: 100%;
}

/* Sidebar */
.widget {
  background: #f8f8f8;
  margin-bottom: 20px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.widget .title {
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 20px;
  padding: 0 13px;
  font-weight: 600;
  background-color: #616162;
  background-position: -140px -250px;
  position: relative;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.widget .title:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #58585a transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 20px;
}
.widget .title.light {
  background: #f8f8f8;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white;
  color: #58585a;
  text-align: center;
  font-weight: 600;
}
.widget .title.light:after {
  display: none;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0 13px;
}
.widget ul li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e8e8e8;
  padding: 18px 0;
}
.widget ul li:first-child {
  border-top: 0;
}
.widget ul li:last-child {
  border-bottom: 0;
}
.widget ul li a {
  font-weight: 600;
  font-size: 18px;
}
.widget ul li a:hover {
  color: #212020;
}
.widget ul li .bar {
  display: block;
  width: 150px;
  max-width: 100%;
  height: 7px;
  margin-top: 10px;
}
.widget ul li .bar > span {
  display: block;
  float: left;
  height: 7px;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fff6d6), color-stop(100%, #f8bc2a));
  background-image: -webkit-linear-gradient(left, #fff6d6, #f8bc2a);
  background-image: -moz-linear-gradient(left, #fff6d6, #f8bc2a);
  background-image: -o-linear-gradient(left, #fff6d6, #f8bc2a);
  background-image: linear-gradient(left, #fff6d6, #f8bc2a);
}
.widget.widget_webrazzisidead {
  background: none;
  text-align: center;
}
.widget.widget_webrazzitvfollowwidget {
  text-align: center;
}
.widget.widget_webrazzitvfollowwidget .tvsocial {
  display: inline-block;
  margin: 20px 0;
  -webkit-transition: none 1s;
  -moz-transition: none 1s;
  -o-transition: none 1s;
  transition: none 1s;
}
.widget.widget_webrazzitvfollowwidget .tvsocial.youtube {
  width: 120px;
  height: 60px;
  background-position: -300px 6px;
}
.widget.widget_webrazzitvfollowwidget .tvsocial.youtube:hover {
  background-color: #f3f3f3;
}
.widget.widget_webrazzitvfollowwidget .tvsocial.izlesene {
  width: 120px;
  height: 60px;
  background-position: -305px -46px;
}
.widget.widget_webrazzitvfollowwidget .tvsocial.izlesene:hover {
  background-color: #f3f3f3;
}
.widget.widget_webrazzitvwidget {
  background: #58585a;
  padding-bottom: 5px;
}
.widget.widget_webrazzitvwidget .carousel-container, .widget.widget_webrazzitvwidget .gallery {
  padding: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.widget.widget_webrazzitvwidget .carousel-container .post, .widget.widget_webrazzitvwidget .gallery .post {
  padding: 0 5px;
  margin-bottom: 15px;
}
.widget.widget_webrazzitvwidget .carousel-container .carousel .owl-controls .owl-pagination, .widget.widget_webrazzitvwidget .gallery .carousel .owl-controls .owl-pagination {
  bottom: -12px;
}
.widget.widget_webrazzitvwidget .carousel-container .carousel .owl-controls .owl-pagination .owl-page.active, .widget.widget_webrazzitvwidget .gallery .carousel .owl-controls .owl-pagination .owl-page.active {
  background: #fff;
}
.widget.widget_webrazzitvwidget .post-title {
  padding: 10px 15px;
}
.widget.widget_webrazzitvwidget .post-title h6 {
  margin: 0;
}
.widget.widget_webrazzitvwidget .post-title h6 a {
  color: #fff;
}
.widget.widget_webrazzimailchimpwidget {
  background-color: #f2f2f2;
  background-position: -25px -380px;
  background-size: 1200px 1200px;
  background-repeat: no-repeat;
  border: 1px solid #e7e4e4;
  padding: 10px 15px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.widget.widget_webrazzimailchimpwidget.single {
  padding: 15px 85px 15px 70px;
}
@media only screen and (max-width: 64em) {
  .widget.widget_webrazzimailchimpwidget.single {
    padding: 15px;
  }
}
@media only screen and (max-width: 40em) {
  .widget.widget_webrazzimailchimpwidget.single {
    padding: 5px 15px 15px;
  }
  .widget.widget_webrazzimailchimpwidget.single p {
    margin-bottom: 10px;
  }
}
.widget.widget_webrazzimailchimpwidget.single p {
  margin: 0;
  line-height: 36px;
}
.widget.widget_webrazzimailchimpwidget p {
  font-size: 20px;
  color: #58585a;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.widget.widget_webrazzimailchimpwidget fieldset {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
.widget.widget_webrazzimailchimpwidget fieldset input[type="text"] {
  width: 100%;
  display: block;
  background: #fff;
  border: 0;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  color: #58585a;
  outline: 0;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.widget.widget_webrazzimailchimpwidget fieldset input[type="submit"] {
  width: 40px;
  display: block;
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: 0;
  outline: 0;
  text-indent: -999px;
  z-index: 10;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.widget.widget_webrazzimailchimpwidget fieldset:after {
  font-family: 'FontAwesome';
  content: '\f054';
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #f7d40a;
  z-index: 0;
}
.widget.widget_webrazziauthorwidget {
  padding: 15px;
}
.widget.widget_webrazziauthorwidget h6 {
  font-size: 26px;
  color: #58585a;
  font-weight: 600;
}
.widget.widget_webrazziauthorwidget .avatar {
  float: left;
  width: 90px;
  height: 90px;
}
.widget.widget_webrazzicontactwidget {
  padding: 15px;
}
.widget.widget_webrazzicontactwidget .btn {
  width: 100%;
}
.widget.widget_webrazziprorecentcharts {
  background: #f7d40a;
  position: relative;
}
.widget.widget_webrazziprorecentcharts ul {
  padding-left: 26px;
}
.widget.widget_webrazziprorecentcharts li {
  list-style-image: url(../img/arrow-yellow.png);
  border: none;
  padding: 10px 0;
  width: 250px;
}
.widget.widget_webrazziprorecentcharts a {
  color: #212120;
  font-weight: normal;
  font-size: 16px !important;
}
.widget.widget_webrazziprorecentcharts a:hover {text-decoration: underline;}
.widget.widget_webrazziprorecentcharts .title {
  background: none;
  font-size: 20px;
  color: #212120;
  line-height: 28px;
  width: 275px;
  padding-top: 10px;
  padding-bottom: 55px;
}
.widget.widget_webrazziprorecentcharts .title:after {
  content: none;
}
.widget.widget_webrazziprorecentcharts .search {
  text-align: center;
  color: white;
  margin: 15px 30px;
}
.widget.widget_webrazziprorecentcharts form {
  margin: 15px 0;
}
.widget.widget_webrazziprorecentcharts .search input[type=text] {
  border: none;
  outline: none;
  width: 209px;
  height: 36px;
  float: left;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}
.widget.widget_webrazziprorecentcharts .search input[type=submit] {
  width: 26px;
  height: 36px;
  background: url(../img/search.png) #fff no-repeat center;
  border: none;
  outline: none;
  float: left;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}
.widget.widget_webrazziprorecentcharts .bottom {
  padding: 10px 0;
  padding-top: 20px;
  background: #58585a;
  color: white;
  text-align: center;
  font-size: 22px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
}
.widget.widget_webrazziprorecentcharts hr {
  height: 2px;
  border-top: 1px solid #e5c405;
  border-bottom: 1px solid #ffe341;
  width: 270px;
  margin: 0 auto;
  margin-top: 10px;
}

.widget-badge {
  position: absolute;
  right: -2px;
  top: -2px;
  width: 94px;
  height: 96px;
  background: url(../img/badge-pro.png) no-repeat;
}
.widget-badge-text {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  writing-mode: lr-tb;
  color: white;
  font-size: 15px;
  position: relative;
  top: 18px;
  left: 18px;
  width: 94px;
  text-align: center;
  font-weight: bold;
}

.button-turq {
  background: url(../img/arrow-white.png) #61a386 140px center no-repeat;
  width: 167px;
  height: 38px;
  border-bottom: 2px solid #01836c;
  display: block;
  line-height: 22px;
  color: white !important;
  font-size: 18px !important;
  line-height: 36px;
  font-weight: bold;
  margin: 20px auto 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.clearfix {
  clear: both;
}

/* Custom Select */
.select-wrapper {
  position: relative;
  float: left;
  outline: 0;
  width: 100%;
}
.select-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 18px;
  right: 14px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #bababa transparent transparent transparent;
}
.select-wrapper select {
  display: block;
  border: 0;
  background: #fff;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  outline: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-indent: 1px;
  text-overflow: '';
}

/* Page Titles */
.subtitle, #reply-title,
#commentstitle {
  font-size: 22px;
  font-weight: 600;
  color: #58585a;
  line-height: 1;
  margin-bottom: 15px;
}

/* Contact Page */
#contact-map {
  height: 445px;
  margin-top: 20px;
}
#contact-map img {
  max-width: none;
  height: auto;
}
@media only screen and (max-width: 40em) {
  #contact-map {
    height: 200px;
  }
}

.contact_info {
  list-style: none;
  margin: 0;
}
.contact_info li {
  margin-bottom: 20px;
}
.contact_info li i {
  display: block;
  float: left;
  width: 30px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 10px;
  font-size: 24px;
  line-height: 24px;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

/* Advertisement Page */
.ad {
  background: #f8f8f8;
}
@media only screen and (max-width: 40em) {
  .ad {
    margin: 0 -10px;
  }
}
.ad h6 {
  display: block;
  width: 100%;
  border-bottom: 2px solid #f7d40a;
  font-size: 22px;
  color: #58585a;
  line-height: 1;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-weight: 600;
  text-shadow: -1px -1px 0 white;
}
.ad .inner {
  padding: 0 20px;
}
@media only screen and (max-width: 40em) {
  .ad .inner {
    padding: 0 20px 20px;
  }
}
.ad .large {
  font-size: 18px;
  margin: 10px 0 24px;
}
@media only screen and (max-width: 40em) {
  .ad .large {
    margin: 5px 0 10px;
  }
  .ad .large.nomargin {
    margin-bottom: 0;
  }
}
.ad a {
  color: #2aa6c1;
}
.ad ul {
  margin: 0 0 20px;
  list-style-position: inside;
  text-align: center;
}
.ad ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 600;
}
.ad ul li:before {
  content: '•';
  margin-right: 0.5em;
}
.ad .list {
  border-top: 1px solid #e8e8e8;
  height: 60px;
  line-height: 59px;
  padding: 0 20px;
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
}
.ad .list i {
  display: block;
  float: left;
  width: 30px;
  text-align: center;
  margin-right: 10px;
  font-size: 24px;
  line-height: 59px;
}

/* Dynamic Headers */
.dynamic-header {
  display: none;
  background: #f8f8f8;
  padding: 30px 0;
  border-bottom: 3px solid #f7d40a;
}
.dynamic-header h1.pagetitle {
  font-weight: 600;
}
.dynamic-header h2 {
  font-size: 28px;
  font-weight: 600;
  color: #58585a;
  margin: 0 0 20px;
}
.dynamic-header h3 {
  font-size: 22px;
  font-weight: 600;
  color: #58585a;
  margin-bottom: 20px;
}
.dynamic-header .images {
  text-align: center;
  font-weight: 600;
  margin-top: 30px;
}
.dynamic-header .images figure {
  display: block;
  padding: 0 0 20px;
  width: 100%;
  margin: 0;
  height: 170px;
}
.dynamic-header .images figure img {
  width: 90%;
}
.dynamic-header .images figure p {
  font-size: 16px;
  font-weight: 600;
}
.dynamic-header .featured_companies {
  margin-bottom: 25px;
}
.dynamic-header .featured_companies .info strong, .dynamic-header .featured_companies .info > span {
  display: block;
  margin: 13px 0 0 0;
  font-weight: 600;
}
.dynamic-header .featured_companies .info strong a, .dynamic-header .featured_companies .info > span a {
  color: #2aa6c1;
}
.dynamic-header .featured_companies .info > span {
  position: relative;
  padding-left: 20px;
}
.dynamic-header .featured_companies .info > span .separator {
  position: absolute;
  top: 0;
  left: 0;
}
.dynamic-header .featured_companies .info em {
  font-size: 14px;
}
.dynamic-header .featured_companies img {
  display: block;
  float: left;
  width: 64px;
  height: 64px;
  border: 3px solid #e9e9e9;
  margin-right: 15px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
}
.dynamic-header .companies {
  padding: 0 0.625em;
}
.dynamic-header .companies .company {
  margin-bottom: 20px;
}
.dynamic-header .companies .company a {
  display: block;
  color: #2aa6c1;
  font-weight: 600;
  margin-bottom: 10px;
}
.dynamic-header .companies .company p {
  font-size: 14px;
  font-style: italic;
  margin: 0;
  line-height: 16px;
}
.dynamic-header .companies .company .info {
  text-align: right;
  color: #58585a;
  font-size: 14px;
  font-weight: 600;
}
.dynamic-header .companies .company .info strong {
  display: block;
  color: #2aa6c1;
  font-weight: 600;
  margin: 10px 0 0;
}
.dynamic-header .careers {
  padding: 0.2em 3.3em;
  position: relative;
}
.dynamic-header .careers .career {
  margin-bottom: 20px;
  color: #58585a;
}
.dynamic-header .careers .career time {
  display: block;
  height: 24px;
  line-height: 22px;
  padding: 0 4px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #f7d40a;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: -2px;
  left: -43px;
}
.dynamic-header .careers strong a {
  color: #2aa6c1;
  font-weight: 600;
  font-size: 16px;
}
.dynamic-header .careers .info {
  font-size: 14px;
  font-weight: 600;
}
.dynamic-header .careers .info em {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  font-style: italic;
}
.dynamic-header #etkinlik-countdown {
  margin-right: 10px;
  padding-right: 30px;
  border-right: 4px solid #d0d0d0;
}
.dynamic-header #etkinlik-countdown .count-holder span {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  height: 70px;
  line-height: 68px;
  font-size: 48px;
  font-weight: 700;
  border: 1px solid #e1e1e1;
  position: relative;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f8f8f8));
  background: -webkit-linear-gradient(#ffffff, #f8f8f8);
  background: -moz-linear-gradient(#ffffff, #f8f8f8);
  background: -o-linear-gradient(#ffffff, #f8f8f8);
  background: linear-gradient(#ffffff, #f8f8f8);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-family: "Oswald";
}
.dynamic-header #etkinlik-countdown .count-holder span > div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #e1e1e1;
}
.dynamic-header #etkinlik-countdown .count-holder span:after {
  content: '';
  display: block;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  bottom: -5px;
  background: #f7f7f7;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.dynamic-header #etkinlik-countdown .count-holder span:before {
  content: '';
  display: block;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  position: absolute;
  height: 3px;
  width: 90%;
  left: 5%;
  bottom: -8px;
  background: #f7f7f7;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.dynamic-header #etkinlik-countdown .count-holder strong {
  display: block;
  float: left;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}
.dynamic-header .event {
  display: block;
  text-align: center;
  padding: 25px 0;
  color: #545454;
}
.dynamic-header .event.past {
  color: #9a9a9a;
}
.dynamic-header .event:hover {
  color: #545454;
  background: #f3f3f3;
}
.dynamic-header .event:hover span em {
  border-color: #545454;
}
.dynamic-header .event strong {
  font-size: 18px;
  font-weight: 700;
}
.dynamic-header .event time {
  display: block;
  font-size: 24px;
  font-weight: 700;
}
.dynamic-header .event span {
  display: block;
  width: 115%;
  background: #dedede;
  position: relative;
  height: 10px;
  margin: 20px 0;
}
.dynamic-header .event span.left {
  width: 100%;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  right: -20px;
}
.dynamic-header .event span.left em {
  margin-left: -25px;
}
.dynamic-header .event span.right {
  width: 100%;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  left: -20px;
}
.dynamic-header .event span.right em {
  margin-left: 10px;
}
.dynamic-header .event span em {
  display: block;
  width: 16px;
  height: 16px;
  border: 5px solid #9a9a9a;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -20px;
}
.dynamic-header .event span em.active {
  background: #58585a;
  border-color: #f7d40a;
}
.dynamic-header .widget.widget_top-posts {
  background: #fff;
  float: left;
}

#dynamic-etkinlik p {
  font-size: 18px;
  line-height: 22px;
}

#dynamic-pro p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

#dynamic-kariyer .carousel-container, #dynamic-kariyer .gallery {
  padding-left: 10px;
  padding-right: 10px;
}

#dynamic-etkinlik .carousel-container, #dynamic-etkinlik .gallery {
  padding: 0;
}
#dynamic-etkinlik h3 {
  margin-bottom: 5px;
}

/* Yazarlar */
.authorinfo {
  position: relative;
  float: left;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.author .authorinfo {
  width: 100%;
  cursor: auto;
  margin-bottom: 20px;
}
.author .authorinfo .info {
  position: static;
  display: block;
  margin-bottom: 30px;
}
.authorinfo .info {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  min-width: 400px;
  z-index: 10;
  display: none;
}
@media only screen and (max-width: 40em) {
  .authorinfo .info {
    min-width: 0;
  }
}
.authorinfo .info.right {
  left: auto;
  right: 100%;
}
.authorinfo .info.hidden {
  width: 200px;
  height: 200px;
  min-width: 0;
}
.authorinfo .info.hidden .content {
  height: 200px;
}
.authorinfo .info.hidden .icons,
.authorinfo .info.hidden .content p,
.authorinfo .info.hidden .links {
  display: none;
}
.authorinfo .info .content {
  background: #f7d50a;
  padding: 25px;
  float: left;
  width: 100%;
}
.authorinfo .info .content .avatar {
  float: left;
  margin: 0 20px 0 0;
  width: 80px;
  height: 80px;
}
.authorinfo .info .content a {
  color: #58585a;
}
.authorinfo .info .content strong {
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.authorinfo .info .content strong a:hover {
  color: #212020;
}
.authorinfo .info .content .icons {
  text-align: right;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
}
.authorinfo .info .content .icons .fa {
  margin-left: 5px;
}
@media only screen and (max-width: 40em) {
  .authorinfo .info .content .icons {
    display: none;
  }
}
.authorinfo .info .content p {
  font-size: 18px;
  margin: 0;
}
.authorinfo .info .links a {
  display: block;
  float: left;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  background: #f7d50a;
  font-weight: 600;
  padding: 0 25px;
  color: #58585a;
}
.authorinfo .info .links a .fa {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 10px;
}
.authorinfo .info .links a:hover {
  color: #212020;
}
@media only screen and (max-width: 40em) {
  .authorinfo .info .links a {
    display: none;
  }
}
.page-template-template-yazarlar-php .authorinfo:hover .info {
  display: block;
  z-index: 11;
}
@media only screen and (max-width: 64em) {
  .page-template-template-yazarlar-php .authorinfo:hover .info {
    display: none;
  }
}

/* Fixed-width areas */
.fixed-container {
  position: relative;
  padding-right: 320px;
}
.page-template-template-iletisim-php .fixed-container {
  padding-right: 0.625em;
}
@media only screen and (max-width: 64em) {
  .fixed-container {
    padding-right: 0;
  }
}

.fixed-width {
  width: 320px !important;
  float: left;
  position: absolute;
  top: 0;
  right: 0;
}

.tvseparator {
  width: 100%;
  border-bottom: 3px solid #e8e8e8;
  margin-bottom: 20px;
  margin-top: -10px;
}

/* Tooltips */
.tooltipsy {
  position: relative;
  background: rgba(246, 246, 246, 0.75);
  color: #000;
  font-size: 12px;
  line-height: 21px;
  padding: 0 10px;
  margin-top: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.tooltipsy:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent rgba(246, 246, 246, 0.75) transparent;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -3px;
}

/* SlideShows */
.slideshow-window {
  background: #fff !important;
  border: 15px solid #f8f8f8 !important;
  /*.slideshow-controls {
  	width: 90px;
  	left: 50%;
  	margin-left: -45px;
  	height: 30px;
  	background: $color2;
  	@include border-radius(15px);
  }*/
}
.slideshow-window .slideshow-controls {
  bottom: 55px !important;
}
.slideshow-window .slideshow-slide {
  width: 100% !important;
}
.slideshow-window .slideshow-slide-caption {
  background: #f8f8f8 !important;
  bottom: -2px !important;
  height: 25px !important;
  line-height: 1 !important;
  padding-top: 20px !important;
  color: #58585a !important;
  font-size: 18px !important;
  text-align: left !important;
  text-shadow: none !important;
}

/* Top Banner */
#topbanner {
  width: 728px; /*height: 90px;*/ margin: 0 auto; margin-bottom: 20px;
  //width: 100%;
  //float: left;
  //text-align: center;
  //margin-bottom: 20px;
}
/* Webrazzi Share kutusu baslangic*/
.highlightbox {
	display:none;
	position:absolute;
	z-index:97;	
	width:195px;
	height:40px;
	background:url(/wp-content/themes/webrazzi-wp/assets/img/uibox.png) no-repeat left top;
}
.highlightcnt {
	position:relative;
}

.sharelight {
	position:absolute;
	cursor:pointer;
	width:25px;
	height:25px;
}

.sharelight:hover {
background-color:#FFF;
opacity: 0.4;
filter: alpha(opacity=40);	
border-radius:3px;
}

div#highlightweet {
	top:3px;
	left:35px;
}
div#highlighlin {
	top:3px;
	left:67px;
}
div#highlighfb {
	top:3px;
	left:4px;
}
div#highlighmail {
	top:3px;
	left:98px;
}
div#highlighsearch {
	top:3px;
	left:130px;
	width:60px;
}
/* Webrazzi Share kutusu bitis*/

.mobile-author-name {
  float: right;
  color: #2aa6c1;
  margin-right: 20px;
}

/* Custom Widget */
.custom-widget-wrapper {
  height: auto;
  margin: 0px 0px 30px 0;
}
.custom-widget-wrapper .button {
  background: url(../img/arrow-white.png) #61a386 140px center no-repeat;
  width: 167px;
  height: 38px;
  border-bottom: 2px solid #01836c;
  display: block;
  color: white !important;
  font-size: 18px !important;
  line-height: 36px;
  font-weight: normal !important;
  margin: 15px auto 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  /*text-align: center;*/
  padding-left: 43px;
}
.custom-widget-header {
  height: 55px;
  background: url(../img/custom-widget-header-arrow.png) #f7d40a 20px 0 no-repeat;
}
.custom-widget-header .title {
  margin: 0px 0px 0px 23px;
  line-height: 55px;
  font-size: 20px;
  font-weight: 600;
  color: #212120;
}
.custom-widget-content {
  /* Booo. */
}
.custom-widget-footer {
  color: white;
  height: 70px;
  background: #58585a;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
}
.custom-widget-footer .left-column {
  padding: 0px 0px 0px 20px;
  color: white;
  font-size: 18px;
  line-height: 70px;
  float: left !important;
}
@media (max-width: 1157px) {
  .custom-widget-footer {
    display: none;
  }
  .custom-widget-content .large-4 {
    display: none;
  }
}
@media (max-width: 535px) {
  .wbrzvt-tabs li {
    padding: 0 !important;
    float: none !important;
    display: block !important;
  }
  .wbrzvt-tabs li.active {
    border: none !important;
  }
  .wbrzvt-tabs li.active span {
    border-bottom: 3px solid #f7d40a !important;
  }
  .custom-widget-header .title {
    font-size: 16px;
  }
}
.custom-widget-footer .right-column {
  padding: 0px 15px 0px 20px;
  float: right !important;
}
.custom-widget-wrapper .search {
  text-align: center;
  color: white;
  margin: 15px auto 0px;
  width: 250px;
}
.custom-widget-wrapper form {
  margin: 15px 0;
}
.custom-widget-wrapper .wbrz-widget-search {
  padding-top: 5px;
  height: 130px;
  border-left: 1px solid #e7e7e7;
}
.custom-widget-wrapper .search input[type=text] {
  border: none;
  outline: none;
  width: 209px;
  height: 36px;
  float: left;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}
.custom-widget-wrapper .search input[type=submit] {
  width: 26px;
  height: 36px;
  background: url(../img/search.png) #fff no-repeat center;
  border: none;
  outline: none;
  float: left;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}
.custom-widget-wrapper .search {
  font-size: 20px;
  color: #212120;
}
/* Custom Widget */