/*-------------------------------------------------
 =  Table of Css

 1.import google fonts & basic style of template
 2.Header
 3.General Template style
 4.Slider news
 5.News posts
 6.Sidebar
 7.Single Post
 8.Forums
 9.Author pages
 10.404 error page
 11.Contact
 12.Register page
 13.About page
 14.Underconstruction page
 15.Footer
 16.Responsive Part
-------------------------------------------------*/
#container {
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#container.active {
  opacity: 1;
}

.reset-elem,
.top-line ul.info-list,
.top-line ul.social-icons,
.megamenu ul.mega-list,
.mega-posts-menu ul.filter-list,
.dropdown,
div.vertical-box ul.vertical-menu,
div.vertical-box ul.vertical-menu li ul.level2,
div.vertical-box ul.social-icons,
#content-section ul.pagination-list,
ul.post-tags,
ul.list-news,
ul.small-posts,
.sidebar .social-widget ul.social-share,
.sidebar .tags-widget ul.tags-list,
.sidebar .archive-widget ul.archive-list,
.single-post .text-boxes ul.tags-list,
.share-post-box ul.share-box,
.author-profile .author-box .author-content ul.author-social,
.comment-area-box > ul,
ul.author-list,
ul.author-list > li .autor-box .autor-content .autor-title ul.autor-social,
ul.author-list > li .autor-last-line ul.autor-tags,
body.underconstruction div.social-box ul.social-icons,
footer .up-footer .footer-widget ul.social-icons,
footer .up-footer .tags-widget ul.tags-list,
footer .down-footer ul.list-footer {
  margin: 0;
  padding: 0;
}

.paragraph,
p {
  font-size: 13px;
  color: #565656;
  font-family: "Signika";
  font-weight: 300;
  line-height: 22px;
  margin: 0 0 10px;
}

.heading1,
h1 {
  color: #212121;
  font-size: 25px;
  font-family: "Signika";
  font-weight: 300;
  margin: 0 0 20px;
}

.heading2,
ul.author-list > li .autor-box .autor-content .autor-title h1 span:after,
h2 {
  color: #212121;
  font-size: 15px;
  font-family: "Signika";
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 28px;
}

.heading3,
h3 {
  color: #333333;
  font-size: 14px;
  font-family: "Signika";
  font-weight: 400;
  margin: 0;
  line-height: 28px;
}

.back-cover {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
}

.anchor,
a {
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
/*------------------------------------------------- */
/* =  Header
 *------------------------------------------------- */
.header-banner-place {
  width: 100%;
  padding: 40px 0;
  background: #02bbdf;
  overflow: hidden;
}
.header-banner-place a.navbar-brand {
  padding-top: 15px;
  float: left;
}
.header-banner-place a.navbar-brand img {
  margin-bottom: 5px;
}
.header-banner-place p {
  font-size: 11px;
  color: #f1f1f1;
  line-height: 20px;
  margin-bottom: 0;
}
.header-banner-place .advertisement {
  overflow: hidden;
  padding: 0;
  text-align: right;
}

.navbar {
  background: #fff;
  padding: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100%;
  z-index: 999999;
}

header {
  padding: 0;
  margin-bottom: 40px;
}

header.active {
  padding-bottom: 57px;
}
header.active .navbar {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a {
  color: #1a1818;
  font-size: 18px;
  font-weight: 300;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 21px 20px 18px !important;
  position: relative;
}
.navbar-nav > li > a i {
  font-size: 13px;
  margin-left: 10px;
}
.navbar-nav > li:hover > a,
.navbar-nav > li > a.active {
  background: #fff;
  color: #02bbdf;
}
.navbar-nav > li.active > a {
  background: #fff;
  color: #02bbdf;
  padding: 21px 25px 18px !important;
}
.navbar-nav > li > a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  bottom: 0;
  left: 0;
  background: #02bbdf;
  margin: 0 15px;
}
.navbar-nav > li:hover > a:before {
  width: calc(100% - 20px);
}
.navbar-nav > li > a.world:before {
  background: #f44336;
}
.navbar-nav > li > a.features:before {
  background: #436feb;
}
.navbar-nav > li > a.travel:before {
  background: #df4661;
}
.navbar-nav > li > a.tech:before {
  background: #7eb943;
}
.navbar-nav > li > a.fashion:before {
  background: #aa35d6;
}
.navbar-nav > li > a.video:before {
  background: #d6ac1b;
}
.navbar-nav > li > a.sport:before {
  background: #ff7e00;
}
.navbar-nav > li > a.food:before {
  background: #32b47b;
}
.navbar-nav > li > a.open-search {
  border-bottom: 1px solid transparent;
}
.navbar-nav li.drop-link {
  position: relative;
}
.navbar-nav li.search {
  position: inherit;
}

.top-line {
  padding: 8px 0 7px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
  background: #00a0b0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.top-line ul.info-list li {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 11px;
  font-family: "Signika";
  font-weight: 400;
  position: relative;
}
.top-line ul.info-list li i {
  font-size: 12px;
  margin-right: 10px;
}
.top-line ul.info-list li a {
  outline: none;
  font-weight: 300;
}
.top-line ul.info-list li:before {
  content: "|";
  color: #fff;
  font-size: 10px;
  font-family: "Signika";
  font-weight: 400;
  margin-right: 12px;
  opacity: 0.3;
}
.top-line ul.info-list li:first-child:before {
  display: none;
  margin-right: 0;
}
.top-line ul.social-icons {
  text-align: right;
}
.top-line ul.social-icons li {
  display: inline-block;
  margin-left: 9px;
}
.top-line ul.social-icons li a {
  font-size: 14px;
  color: #f3f3f3;
}
.top-line ul.social-icons li a:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}

header.active .top-line {
  height: 0;
  padding: 0;
}

.navbar-collapse {
  position: relative;
}

.form-inline {
  position: relative;
}
.form-inline input.form-control {
  border: 1px solid transparent;
  padding: 8px 20px;
  color: #cccccc;
  font-size: 12px;
  font-family: "Signika";
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  outline: none !important;
  box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  width: 200px;
  background: #343434;
  margin: 0 !important;
}
.form-inline button.btn-primary {
  position: absolute;
  right: 0;
  top: 0px;
  padding: 8px 20px;
  font-size: 12px;
  margin-left: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: transparent;
  color: #aaa;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.form-inline button.btn-primary:hover {
  opacity: 0.7;
}

header.style-2 .header-banner-place {
  padding: 20px 0 25px;
  text-align: center;
  background: #f7f7f7;
  border-bottom: 1px solid #f1f1f1;
}
header.style-2 .header-banner-place a.navbar-brand {
  float: none;
}
header.style-2 .header-banner-place p {
  color: #212121;
}

header.style-3 .navbar-brand {
  padding: 10px 0 10px;
}

header.style-3 .navbar-nav > li > a {
  padding: 2px 15px 2px !important;
}
a.navbar-brand img {
  width: 90px;
}
header.style-3 p {
  font-size: 16px;
  color: #1a1818;
  margin: 0;
  width: 90px;
  white-space: normal;
}

header.style-3 .dropdown {
  left: initial;
  right: 0;
}
header.style-3 .dropdown > li .dropdown.level2 {
  left: initial;
  right: 100%;
}

header.style-4 {
  box-shadow: 0 1px 2px #e9e9e9;
  -webkit-box-shadow: 0 1px 2px #e9e9e9;
  -moz-box-shadow: 0 1px 2px #e9e9e9;
  -o-box-shadow: 0 1px 2px #e9e9e9;
}
header.style-4 .navbar-brand {
  padding: 6px 0;
}
header.style-4 .navbar-nav > li > a {
  color: #212121 !important;
  padding: 28px 16px 26px !important;
}
header.style-4 .navbar-nav > li.active > a:before,
header.style-4 .navbar-nav > li:hover > a:before {
  height: 100%;
  z-index: -1;
}
header.style-4 .navbar-nav > li.active > a,
header.style-4 .navbar-nav > li:hover > a {
  background: transparent;
  color: #fff !important;
}
header.style-4 .top-line {
  background: #212121;
}
header.style-4 p {
  font-size: 11px;
  color: #999;
  margin: 0;
}
header.style-4 .navbar {
  background: #fcfcfc !important;
  position: relative !important;
}
header.style-4 form {
  margin-left: 30px;
}
header.style-4 .form-inline input.form-control {
  background: #f7f7f7;
  border: 1px solid #f3f3f3;
  color: #999;
}

.megamenu {
  position: absolute;
  border-top: 2px solid #436feb;
  top: 100%;
  left: 0;
  background: #212121;
  width: 100%;
  padding: 25px 30px;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.megamenu h2 {
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #343434;
  font-weight: 400;
  position: relative;
}
.megamenu h2:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: #f44336;
}
.megamenu h2.lay-two:before {
  background: #7eb943;
}
.megamenu h2.lay-three:before {
  background: #ff7e00;
}
.megamenu h2.lay-four:before {
  background: #32b47b;
}
.megamenu ul.mega-list li {
  display: block;
  margin-bottom: 3px;
  padding-bottom: 5px;
  position: relative;
}
.megamenu ul.mega-list li a {
  font-size: 12px;
  font-family: "Signika";
  color: #fff;
}
.megamenu ul.mega-list li a:hover {
  color: #02bbdf;
}
.megamenu ul.mega-list li:last-child {
  padding-bottom: 0;
  border: none;
}

.mega-posts-menu {
  position: absolute;
  border-top: 2px solid #436feb;
  top: 100%;
  left: 0;
  background: #212121;
  width: 100%;
  padding: 25px 30px 0px;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.mega-posts-menu .news-post h2 a {
  color: #fff;
}
.mega-posts-menu .news-post ul.post-tags li i {
  color: #aaa;
}
.mega-posts-menu ul.filter-list {
  overflow: hidden;
  margin-bottom: 20px;
}
.mega-posts-menu ul.filter-list li {
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 3px;
  float: left;
}
.mega-posts-menu ul.filter-list li a {
  padding: 6px 15px;
  color: #ccc;
  font-size: 12px;
  font-family: "Signika";
  border: 1px solid #333333;
}
.mega-posts-menu ul.filter-list li a:hover {
  background: #02bbdf;
  border: 1px solid transparent;
  color: #fff;
}

li a.nav-link.world + .mega-posts-menu {
  border-top: 2px solid #f44336;
}

li a.nav-link.tech + .mega-posts-menu {
  border-top: 2px solid #7eb943;
}

li a.nav-link.fashion + .mega-posts-menu {
  border-top: 2px solid #aa35d6;
}

li a.nav-link.sport + .mega-posts-menu {
  border-top: 2px solid #ff7e00;
}

li a.nav-link.food + .mega-posts-menu {
  border-top: 2px solid #32b47b;
}

li:hover .megamenu,
li:hover .mega-posts-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}

header .dropdown {
  position: absolute;
  /* border-top: 2px solid #02BBDF; */
  top: 100%;
  left: 0;
  background: #fff;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
header .dropdown > li {
  position: relative;
  display: block;
}
header .dropdown > li a {
  padding: 10px 20px;
  font-size: 14px;
  font-family: "Signika";
  color: #1a1818;
}
header .dropdown > li a i {
  font-size: 13px;
  margin-left: 10px;
}
header .dropdown > li > a:hover {
  color: #02bbdf;
}
header .dropdown > li .dropdown.level2 {
  top: -2px;
  left: 100%;
  border-left: 1px solid #292929;
}

li:hover > .dropdown {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}

a.open-menu {
  color: #fff;
  font-size: 15px;
  padding: 20px 0;
}

div.vertical-box {
  position: fixed;
  top: 0;
  left: -260px;
  width: 260px;
  height: 100%;
  background: #282828;
  overflow-y: scroll;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
div.vertical-box a.close-menu {
  position: absolute;
  top: 23px;
  right: 25px;
  font-size: 17px;
  color: #02bbdf;
}
div.vertical-box h2 {
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
  padding: 20px 30px;
}
div.vertical-box ul.vertical-menu {
  padding: 20px 30px;
  border-bottom: 1px solid #333333;
}
div.vertical-box ul.vertical-menu li {
  display: block;
  margin-bottom: 5px;
}
div.vertical-box ul.vertical-menu li a {
  font-size: 13px;
  font-family: "Signika";
  color: #fff;
  text-transform: uppercase;
}
div.vertical-box ul.vertical-menu li a i {
  margin-left: 10px;
  font-size: 16px;
  color: #02bbdf;
}
div.vertical-box ul.vertical-menu li ul.level2 {
  padding: 6px 0;
  padding-left: 30px;
  display: none;
}
div.vertical-box ul.vertical-menu li ul.level2 li a {
  text-transform: capitalize;
  color: #aaa;
}
div.vertical-box ul.social-icons {
  padding: 10px 30px;
}
div.vertical-box ul.social-icons li {
  display: inline-block;
  margin-right: 9px;
}
div.vertical-box ul.social-icons li a {
  font-size: 14px;
  color: #f3f3f3;
}
div.vertical-box ul.social-icons li a:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}

div.vertical-box.active {
  left: 0;
}

/*-------------------------------------------------- */
/* 1. Isotope filtering */
/*------------------------------------------------- */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

/*------------------------------------------------- */
/* =  General */
/*------------------------------------------------- */
body {
  background: #fff;
}

body.boxed-style {
  background: #f1f1f1;
}
body.boxed-style #container {
  max-width: 1190px;
  margin: 0 auto;
  background: #fff;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  box-shadow: 0 0 10px #e5e5e5;
  -webkit-box-shadow: 0 0 10px #e5e5e5;
  -moz-box-shadow: 0 0 10px #e5e5e5;
  -o-box-shadow: 0 0 10px #e5e5e5;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
body.blur {
  overflow: hidden;
}
#content-section {
  padding: 30px 0 0;
}
#content-section .posts-block {
  margin-bottom: 40px;
}
#content-section .advertisement {
  text-align: center;
  margin-bottom: 30px;
}
#content-section .more-from-news {
  padding: 30px 30px 0;
  margin-top: 40px;
  margin-bottom: 0px;
  border: 1px solid #f1f1f1;
  background: #f7f7f7;
}
#content-section .more-from-news .small-posts {
  margin: 0 0 30px;
}
#content-section .more-from-news h1 {
  padding-bottom: 13px;
  border-bottom: 1px solid #e1e1e1;
}
#content-section ul.pagination-list {
  margin-bottom: 40px;
}
#content-section ul.pagination-list li {
  display: inline-block;
}
#content-section ul.pagination-list li a {
  padding: 6px 14px;
  color: #565656;
  font-size: 12px;
  font-family: "Signika";
  border: 1px solid #f1f1f1;
}
#content-section ul.pagination-list li a.active {
  border: 1px solid #a1a1a1;
}
#content-section ul.pagination-list li a:hover {
  background: #02bbdf;
  border: 1px solid transparent;
  color: #fff;
}

.news-headline {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
.news-headline .news-post {
  float: left;
  width: 25%;
  margin-bottom: 0;
}
.news-headline span.title-notifier {
  background: #02bbdf;
  display: inline-block;
  color: #fff !important;
  z-index: 2;
  font-size: 12px;
  padding: 3px 10px;
  font-family: "Signika";
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
}

.wide-news-heading {
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 1px;
  padding-right: 1px;
}
.wide-news-heading .item {
  float: left;
  width: 20%;
  padding-left: 1px;
  padding-bottom: 1px;
}
.wide-news-heading .item .news-post {
  margin-bottom: 0;
}
.wide-news-heading .item.main-news {
  width: 40%;
}
.wide-news-heading .flex-control-nav {
  display: none;
}
.wide-news-heading .flex-direction-nav {
  padding: 0 10px;
  width: 100%;
  top: 50%;
  bottom: initial;
  right: 0;
  margin-top: -20px;
  opacity: 0;
}
.wide-news-heading .flex-direction-nav .flex-prev,
.wide-news-heading .flex-direction-nav .flex-next {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px;
}
.wide-news-heading .flexslider:hover .flex-direction-nav {
  opacity: 1;
}

.slider-news-fullwidth {
  margin-bottom: 30px;
}
.slider-news-fullwidth .flexslider .slider-caption {
  width: 50%;
  float: left;
  padding: 20px 0;
  padding-right: 15px;
}
.slider-news-fullwidth .flexslider .slider-caption h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin: 12px 0;
}
.slider-news-fullwidth .flexslider .slider-caption h2 a {
  color: #212121;
}
.slider-news-fullwidth .flexslider .slider-caption h2 a:hover {
  color: #02bbdf;
}
.slider-news-fullwidth .flexslider .slider-caption ul.post-tags {
  margin-bottom: 15px;
}
.slider-news-fullwidth .flexslider .slider-caption p {
  font-size: 15px;
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
}
.slider-news-fullwidth .flexslider img {
  width: 50%;
  height: auto;
  float: right;
  padding-left: 15px;
}
.slider-news-fullwidth .flex-control-nav {
  display: none;
}

.news-headline-box {
  padding: 30px 30px 0;
  margin-bottom: 30px;
  background: #212121;
  border: 2px solid #333333;
}
.news-headline-box > h2 {
  color: #f44336;
  border-bottom: 2px solid #333333;
  padding-bottom: 13px;
  margin-bottom: 20px;
  line-height: 20px;
  font-size: 18px;
}
.news-headline-box .flexslider {
  margin-bottom: 30px !important;
}
.news-headline-box .flex-control-nav {
  display: none;
}
.news-headline-box .flex-direction-nav {
  padding: 0 10px;
  width: 100%;
  top: 50%;
  bottom: initial;
  right: 0;
  margin-top: -20px;
  opacity: 0;
}
.news-headline-box .flex-direction-nav .flex-prev,
.news-headline-box .flex-direction-nav .flex-next {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px;
}
.news-headline-box .flexslider:hover .flex-direction-nav {
  opacity: 1;
}
.news-headline-box .thumb-post h2 a,
.news-headline-box ul.small-posts > li h2 a {
  color: #1a1818;
}
.news-headline-box ul.small-posts {
  margin-top: 0;
}
.news-headline-box ul.small-posts > li {
  margin-bottom: 20px;
}
.news-headline-box ul.small-posts > li:last-child {
  margin-bottom: 0;
}
.news-headline-box ul.small-posts ul.post-tags li i {
  color: #f1f1f1;
}
.news-headline-box .list-box {
  padding: 25px;
  background: #333333;
}
.news-headline-box .row-list {
  padding-top: 30px;
  border-top: 1px solid #333333;
}

.video-line {
  margin-bottom: 30px;
}
.video-line > h1 {
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}

.categories-box {
  overflow: hidden;
}
.categories-box .news-post {
  margin-bottom: 0;
}
.categories-box a.more {
  margin-bottom: 25px;
  color: #02bbdf;
  font-size: 12px;
  font-family: "Signika";
}
.categories-box a.more:hover {
  text-decoration: underline !important;
}

a.category {
  background: #02bbdf;
  display: inline-block;
  color: #fff !important;
  font-size: 11px;
  padding: 1px 15px;
  font-family: "Signika";
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

a.category:hover {
  opacity: 0.8;
}

a.category-world {
  background: #f44336;
}

a.category-travel {
  background: #df4661;
}

a.category-tech {
  background: #02bbdf;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 10px;
}

a.category-fashion {
  background: #aa35d6;
}

a.category-video {
  background: #d6ac1b;
}

a.category-sport {
  background: #ff7e00;
}

a.category-food {
  background: #32b47b;
}

.title-section {
  /* margin-bottom: 10px; */
  position: relative;
}
.title-section h1 {
  color: #02bbdf;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.title-section h1 i {
  font-size: 15px;
  margin-left: 7px;
}

.title-section.second-style {
  text-align: center;
  margin-bottom: 40px;
}
.title-section.second-style h1 {
  font-size: 40px;
  text-transform: initial;
}

button.mfp-close,
button.mfp-arrow,
a.zoom {
  outline: none;
}

.owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
}
.owl-carousel .item {
  padding: 0 15px;
}
.owl-carousel .news-post {
  margin-bottom: 15px;
}

.owl-theme .owl-controls .owl-pagination {
  display: none !important;
}

.owl-carousel {
  width: auto;
}

.owl-theme .owl-controls {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -60px;
  margin-right: 12px;
}
.owl-theme .owl-controls .owl-buttons div {
  font-size: 11px;
  color: #565656;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background: transparent;
  border: 1px solid #cccccc;
  margin-left: 2px;
  outline: none;
  padding: 0;
  opacity: 1;
  margin: 0 3px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  color: #fff;
  background: #02bbdf;
  border: 1px solid #02bbdf;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
  content: "\f104";
  font-family: "FontAwesome";
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #565656;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:after {
  content: "\f105";
  font-family: "FontAwesome";
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #565656;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
  color: #fff;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
  color: #fff;
}

.masonry-box .iso-call {
  margin: -15px -15px 15px;
}
.masonry-box .iso-call .news-post {
  width: 33.333333%;
  padding: 15px;
  margin: 0;
}

.masonry-box .iso-call.colum-4 .news-post {
  width: 25%;
}

.center-button {
  padding: 10px 0;
  text-align: center;
}

a.load-more {
  color: #fff;
  font-size: 12px;
  font-family: "Signika";
  padding: 10px 25px;
  background: #02bbdf;
}
a.load-more i {
  margin-left: 7px;
}

a.load-more:hover {
  opacity: 0.85;
}

.combined-fullwidth {
  margin-bottom: 60px !important;
}
.combined-fullwidth ul.small-posts > li {
  margin-bottom: 5px;
}

/*-------------------------------------------------- */
/* 1. Slider news
/*------------------------------------------------- */
.slider-news {
  margin-bottom: 40px;
}
.slider-news img {
  width: 100%;
  height: auto;
}
.slider-news .slider-caption {
  position: absolute;
  width: 28%;
  min-width: 280px;
  bottom: 0px;
  height: 100%;
  right: 0;
  padding: 30px;
  background-color: #02bbdf;
}
.slider-news .slider-caption:after {
  content: " ";
  background-image: url(/images/flag.svg);
  opacity: 0.15;
  top: 30%;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.slider-news .slider-caption h2 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0;
}
.slider-news .slider-caption h2 a {
  color: #212121;
}
.slider-news .slider-caption h2 a:hover {
  opacity: 0.85;
}
.slider-news .slider-caption p {
  margin-bottom: 0;
  max-width: 400px;
}
.slider-news .slider-caption a.category {
  margin-bottom: 12px;
}

.slider-news .flex-control-paging li a {
  background: #212121;
  padding: 3px 7px;
  color: #fff;
  font-family: "Signika";
  font-size: 10px;
}
.slider-news .flex-control-paging li a:hover,
.slider-news .flex-control-paging li a.flex-active {
  background: #02bbdf;
  color: #fff;
}

.slider-widget {
  overflow: hidden;
}
.slider-widget ul {
  margin-top: 16px;
}
.slider-widget img {
  width: 100%;
  height: auto;
}
.slider-widget .flex-control-paging {
  display: none;
}
.slider-widget .flex-direction-nav {
  bottom: 2px;
  right: 2px;
  opacity: 0;
}
.slider-widget .flexslider:hover .flex-direction-nav {
  opacity: 1;
}
.slider-widget .flex-direction-nav li a {
  background: #fff !important;
}
.slider-widget .flex-direction-nav li a:after {
  color: #343434 !important;
}
.slider-widget .slider-caption {
  position: absolute;
  width: 280px;
  bottom: 0px;
  width: 100%;
  left: 0;
  padding: 15px;
  background: rgba(17, 17, 17, 0.95);
  background: -webkit-linear-gradient(
    legacy-direction(rgba(17, 17, 17, 0)),
    rgba(17, 17, 17, 0.95)
  );
  background: linear-gradient(rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.95));
}
.slider-widget .slider-caption h2 {
  margin-bottom: -3px !important;
  font-size: 14px;
  font-weight: 400;
}
.slider-widget .slider-caption h2 a {
  color: #fff;
}
.slider-widget .slider-caption h2 a:hover {
  opacity: 0.85;
}
.slider-widget .slider-caption ul.post-tags {
  margin: 0;
}
.slider-widget .slider-caption ul.post-tags li {
  color: #e1e1e1;
}
.slider-widget .slider-caption ul.post-tags li i {
  color: #fff;
}
.slider-widget .slider-caption ul.post-tags li a {
  color: #e1e1e1;
}
.slider-widget .slider-caption a.category {
  margin-bottom: 5px;
}

.news-headline2 .flex-direction-nav {
  top: 50%;
  right: 0px;
  width: 100%;
  height: 40px;
  margin-top: -10px;
  bottom: inherit;
  opacity: 0;
}

.news-headline2 .flexslider:hover .flex-direction-nav {
  opacity: 1;
}

.news-headline2 .flex-direction-nav li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.news-headline2 .flex-direction-nav li a:after {
  font-size: 20px;
}

/*-------------------------------------------------- */
/* 1. Standart post
/*------------------------------------------------- */
.news-post {
  margin-bottom: 30px;
}

/* post tags list style */
ul.post-tags {
  margin-bottom: 8px;
}
ul.post-tags li {
  display: inline-block;
  margin-right: 7px;
  color: #02bbdf;
  font-weight: 100;
  font-family: "Signika";
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
ul.post-tags li i {
  font-size: 12px;
  color: #343434;
  margin-right: 5px;
}
ul.post-tags li a {
  color: #999;
}
ul.post-tags li a:hover {
  color: #02bbdf;
}
ul.post-tags li:last-child {
  margin-right: 0;
}

.standart-post .post-image {
  position: relative;
  margin-bottom: 14px;
}
.standart-post .post-image a {
  display: block;
}
.standart-post .post-image a img {
  width: 100%;
  height: auto;
}
.standart-post .post-image a.category {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.standart-post h2 {
  font-weight: 600;
  line-height: 24px;
  text-transform: initial;
  margin-bottom: 2px;
}
.standart-post h2 a {
  color: #212121;
}
.standart-post h2 a:hover {
  color: #02bbdf;
}

.video-post .post-image {
  position: relative;
  margin-bottom: 14px;
}
.video-post .post-image a {
  display: block;
}
.video-post .post-image a img {
  width: 100%;
  height: auto;
}
.video-post .post-image i {
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  top: 50%;
  font-size: 20px;
  color: #fff;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.3);
  line-height: 60px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.video-post h2 {
  font-weight: 600;
  line-height: 24px;
  text-transform: initial;
  margin-bottom: 2px;
}
.video-post h2 a {
  color: #212121;
}
.video-post h2 a:hover {
  color: #02bbdf;
}

.alternative-post {
  text-align: center;
}
.alternative-post .post-image {
  position: relative;
  margin-bottom: 10px;
}
.alternative-post .post-image a {
  display: block;
}
.alternative-post .post-image a img {
  width: 100%;
  height: auto;
}
.alternative-post .post-image a.category {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.alternative-post .post-image h2 {
  position: absolute;
  bottom: -3px;
  left: 30px;
  right: 30px;
  font-weight: 600;
  line-height: 24px;
  text-transform: initial;
  margin: 0px;
  padding: 10px;
  background: #fff;
  z-index: 2;
  text-align: center;
}
.alternative-post .post-image h2 a {
  color: #212121;
}
.alternative-post .post-image h2 a:hover {
  color: #02bbdf;
}

.thumb-post {
  text-align: center;
}
.thumb-post .post-image {
  position: relative;
  margin-bottom: 14px;
}
.thumb-post .post-image a {
  display: block;
}
.thumb-post .post-image a img {
  width: 100%;
  height: auto;
}
.thumb-post h2 {
  font-weight: 400;
  line-height: 20px;
  font-size: 13px;
  text-transform: initial;
  margin-bottom: 2px;
}
.thumb-post h2 a {
  color: #212121;
}
.thumb-post h2 a:hover {
  color: #02bbdf;
}

.image-post {
  position: relative;
  overflow: hidden;
}
.image-post img {
  width: 100%;
  height: auto;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.image-post .hover-box {
  position: absolute;
  width: 100%;
  padding: 20px;
  bottom: 0;
  left: 0;
  background: rgba(17, 17, 17, 0.95);
  background: -webkit-linear-gradient(
    legacy-direction(rgba(17, 17, 17, 0)),
    rgba(17, 17, 17, 0.95)
  );
  background: linear-gradient(rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.95));
}
.image-post .hover-box a.category {
  margin-bottom: 10px;
}
.image-post .hover-box ul.post-tags li {
  color: #fff;
}
.image-post .hover-box ul.post-tags li i {
  color: #fff;
}
.image-post .hover-box ul.post-tags li a {
  color: #fff;
}
.image-post h2 {
  font-weight: 400;
  line-height: 20px;
  text-transform: initial;
  margin-bottom: 2px;
  color: #fff;
}
.image-post h2 a {
  color: #fff;
}
.image-post h2 a:hover {
  opacity: 0.8;
}

.image-post:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.large-post .post-image {
  position: relative;
  margin-bottom: 14px;
}
.large-post .post-image a {
  display: block;
}
.large-post .post-image a img {
  width: 100%;
  height: auto;
}
.large-post .post-image a.category {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.large-post h2 {
  font-weight: 600;
  line-height: 24px;
  text-transform: initial;
  margin-bottom: 2px;
}
.large-post h2 a {
  color: #212121;
}
.large-post h2 a:hover {
  color: #02bbdf;
}

.large-image-post {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.large-image-post img {
  width: 100%;
  height: auto;
  transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -webkit-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
}
.large-image-post .hover-box {
  position: absolute;
  width: 100%;
  padding: 60px 30px 30px;
  bottom: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.95);
  background: -webkit-linear-gradient(
    legacy-direction(transparent),
    rgba(0, 0, 0, 0.95)
  );
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.95));
}
.large-image-post .hover-box a.category {
  margin-bottom: 15px;
}
.large-image-post .hover-box ul.post-tags li {
  color: #fff;
}
.large-image-post .hover-box ul.post-tags li i {
  color: #fff;
}
.large-image-post .hover-box ul.post-tags li a {
  color: #fff;
}
.large-image-post h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
}
.large-image-post h2 a {
  color: #fff;
}
.large-image-post h2 a:hover {
  opacity: 0.8;
}
.large-image-post p {
  color: #fff;
  max-width: 640px;
  margin: 0 auto;
}

.large-image-post:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.large-post {
  margin-bottom: 50px;
}
.large-post img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.large-post iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}
.large-post .post-content {
  padding: 0 30px;
}
.large-post .post-content h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 30px;
}
.large-post .post-content ul.post-tags {
  margin-bottom: 15px;
}
.large-post .post-content ul.post-tags li {
  font-size: 13px;
}
.large-post .post-content p {
  font-size: 14px;
  margin-bottom: 15px;
}
.large-post a.read-more {
  color: #fff;
  font-size: 12px;
  font-family: "Signika";
  padding: 10px 25px;
  background: #02bbdf;
}
.large-post a.read-more i {
  margin-left: 7px;
}
.large-post a.read-more:hover {
  opacity: 0.85;
}

.article-post .post-image {
  position: relative;
}
.article-post .post-image a {
  display: block;
}
.article-post .post-image a img {
  width: 100%;
  height: auto;
}
.article-post .post-image a.category {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.article-post h2 {
  font-weight: 600;
  line-height: 24px;
  font-size: 18px;
  text-transform: initial;
  margin-bottom: 2px;
  margin-top: 0px;
}
.article-post h2 a {
  color: #02bbdf;
}
.article-post h2:hover a {
  color: #212121;
}
.article-post h2 a:hover {
  color: #02bbdf;
}

.article-post h3 a {
  color: #02bbdf;
}
.article-post h3:hover a {
  color: #212121;
}
.article-post h3 a:hover {
  color: #02bbdf;
}

ul.list-news {
  margin-top: 3px;
}
ul.list-news > li {
  display: block;
  padding: 8px 15px 8px 0;
  position: relative;
}
ul.list-news > li h2 {
  font-weight: 400;
  line-height: 24px;
  text-transform: initial;
  margin-bottom: -4px;
  color: #02bbdf;
  font-size: 13px;
  font-weight: 400 !important;
}
ul.list-news > li h2 a,
ul.list-news > li a {
  color: #d1d2d4;
}
ul.list-news > li.active a {
  color: #1a1818;
}
ul.list-news > li h2 a:hover {
  opacity: 0.8;
}
ul.list-news > li.active:before {
  content: "\e87a";
  color: #02bbdf;
  display: inline-block;
  font-size: 14px;
  font-family: Linearicons-Free;
  speak: none;
  font-style: normal;
  font-weight: 600;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.list-news > li:last-child {
  border-bottom: none;
}
ul.list-news > li:after {
  content: "";
  display: block;
  width: 16%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #d1d2d4;
  left: 0;
  transition: all 0.2s;
}
ul.list-news > li:hover a {
  color: #1a1818;
}
ul.list-news > li:hover:after,
ul.list-news > li.active:after {
  width: 100%;
}
ul.list-news > li.active:after {
  background: #02bbdf;
}
ul.small-posts {
  margin-top: 10px;
}
ul.small-posts > li {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}
ul.small-posts > li > a {
  float: left;
  width: 80px;
  margin-right: 20px;
}
ul.small-posts > li > a img {
  width: 100%;
  height: auto;
}
ul.small-posts > li .post-cont {
  margin-left: 100px;
  padding-top: 5px;
}
ul.small-posts > li h2 {
  text-transform: initial;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 3px;
}
ul.small-posts > li h2 a {
  color: #1a1818;
}
ul.small-posts > li h2 a:hover {
  color: #02bbdf;
}
ul.small-posts > li:last-child {
  margin-bottom: 0;
}

.posts-block ul.small-posts {
  margin-top: 0;
}

/*-------------------------------------------------- */
/* 1. Sidebar
/*------------------------------------------------- */
.sidebar {
  padding-left: 0;
  /* margin-right: 30px; */
}
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar h1 {
  color: #565656;
  font-weight: 600;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #efefef;
}
.sidebar .search-widget input[type="search"] {
  margin: 0;
  width: 100%;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #f3f3f3;
  color: #565656;
  font-size: 12px;
  font-family: "Signika";
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.sidebar .search-widget button {
  background: transparent;
  border: none;
  float: right;
  margin-top: -42px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.sidebar .search-widget button i {
  color: #212121;
  font-size: 13px;
}
.sidebar .social-widget p {
  margin-bottom: 12px;
}
.sidebar .social-widget ul.social-share {
  overflow: hidden;
}
.sidebar .social-widget ul.social-share li {
  float: left;
  width: 25%;
  list-style: none;
}
.sidebar .social-widget ul.social-share li a {
  padding: 14px 10px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.sidebar .social-widget ul.social-share li a i {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.sidebar .social-widget ul.social-share li a span {
  font-size: 12px;
  display: block;
  margin: 0;
  font-family: "Signika";
  letter-spacing: 0.5px;
}
.sidebar .social-widget ul.social-share li a.rss {
  background: #f0771e;
}
.sidebar .social-widget ul.social-share li a.facebook {
  background: #436feb;
}
.sidebar .social-widget ul.social-share li a.twitter {
  background: #43c9eb;
}
.sidebar .social-widget ul.social-share li a.google {
  background: #f14133;
}
.sidebar .social-widget ul.social-share li a:hover {
  opacity: 0.9;
}
.sidebar .social-widget ul.social-share li a:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.sidebar .tabs-widget .nav-tabs {
  border: none;
}
.sidebar .tabs-widget .nav-tabs a.nav-item {
  width: 33.333333%;
  border: none;
  text-align: center;
  background: #02bbdf;
  color: #fff;
  font-size: 12px;
  font-family: "Signika";
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 14px 2px;
  background: #f44336;
  border-left: 1px solid rgba(31, 31, 31, 0.1);
}
.sidebar .tabs-widget .nav-tabs a:first-child {
  border-left: 1px solid transparent;
}
.sidebar .tabs-widget .nav-tabs a[aria-selected="true"] {
  background: #02bbdf;
}
.sidebar .tabs-widget .tab-content {
  padding: 20px;
  border: 1px solid #f1f1f1;
}
.sidebar .tabs-widget .tab-content ul.small-posts {
  margin: 0;
}
.sidebar .tags-widget ul.tags-list {
  overflow: hidden;
  padding-top: 3px;
}
.sidebar .tags-widget ul.tags-list li {
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 3px;
  float: left;
}
.sidebar .tags-widget ul.tags-list li a {
  padding: 6px 20px;
  color: #565656;
  font-size: 12px;
  font-family: "Signika";
  border: 1px solid #f1f1f1;
}
.sidebar .tags-widget ul.tags-list li a:hover {
  background: #02bbdf;
  border: 1px solid transparent;
  color: #fff;
}
.sidebar .archive-widget ul.archive-list li {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #f1f1f1;
}
.sidebar .archive-widget ul.archive-list li a {
  font-size: 13px;
  font-family: "Signika";
  color: #565656;
}
.sidebar .archive-widget ul.archive-list li a span {
  font-weight: 700;
  color: #f44336;
}
.sidebar .archive-widget ul.archive-list li a:hover {
  color: #02bbdf;
}
.sidebar .archive-widget ul.archive-list li:first-child {
  padding-top: 0;
}
.sidebar .archive-widget ul.archive-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .advertisement {
  text-align: center;
  margin-bottom: 30px;
}

/*-------------------------------------------------- */
/*  Single Post
/*------------------------------------------------- */
.single-post {
  text-align: justify;
}
article.single-post ul li:before {
  /*content: "•";
  font-weight: 600;
  margin-left: -17px;
  margin-right: 10px;
  display: inline-block;
  color: #02BBDF;*/
}
.single-post > h1 {
  font-size: 34px;
  margin-bottom: 12px;
  padding: 0 30px 0 0;
}

.single-post ul.post-tags {
  margin-bottom: 20px;
  padding: 0 30px;
}
.single-post ul.post-tags li {
  color: #02bbdf;
  font-size: 18px;
  margin-right: 15px;
}
.single-post ul.post-tags li i {
  font-size: 18px;
  margin-right: 10px;
}

.single-post img {
  width: 100%;
  height: auto;
  /*margin-bottom: 30px; */
}

.single-post .text-boxes {
  padding: 0 30px;
}
.single-post .text-boxes ul.tags-list {
  overflow: hidden;
  padding-top: 3px;
  margin-bottom: 30px;
}
.single-post .text-boxes ul.tags-list li {
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 3px;
  float: left;
}
.single-post .text-boxes ul.tags-list li a {
  padding: 6px 20px;
  color: #565656;
  font-size: 12px;
  font-family: "Signika";
  border: 1px solid #f1f1f1;
}
.single-post .text-boxes ul.tags-list li a:hover {
  background: #02bbdf;
  border: 1px solid transparent;
  color: #fff;
}

.single-post p,
.single-post ul {
  color: #545454;
  /* margin-bottom: 30px; */
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}
.single-post p a {
  color: #02bbdf;
  text-decoration: underline !important;
}

.single-post blockquote {
  text-align: center;
  padding: 30px 25px;
  background: #02bbdf;
  margin-bottom: 30px;
}
.single-post blockquote p {
  color: #fff;
  font-size: 20px;
  font-style: italic;
  line-height: 32px;
  margin-bottom: 0;
}

.single-post .flex-control-nav {
  display: block;
  bottom: 60px;
  top: initial;
  width: 100%;
  text-align: center;
  right: initial;
  left: 0;
}
.single-post .flex-control-nav li {
  margin: 0 5px;
}
.single-post .flex-control-nav li a {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-indent: 99999px !important;
}
.single-post .flex-control-nav li a.flex-active {
  background: #fff;
}

.single-post .flex-direction-nav {
  padding: 0 10px;
  width: 100%;
  top: 50%;
  bottom: initial;
  right: 0;
  margin-top: -20px;
  opacity: 0;
}

.single-post .flex-direction-nav .flex-prev,
.single-post .flex-direction-nav .flex-next {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px;
}

.single-post .flexslider:hover .flex-direction-nav {
  opacity: 1;
}

.single-post .format-post-audio iframe {
  width: 100%;
  height: 160px;
  margin-bottom: 30px;
}

.single-post .format-post-video iframe {
  width: 100%;
  height: 420px;
  margin-bottom: 30px;
}

.share-post-box {
  padding: 0 30px;
  margin-bottom: 30px;
}
.share-post-box ul.share-box {
  overflow: hidden;
}
.share-post-box ul.share-box li {
  list-style: none;
  float: left;
}
.share-post-box ul.share-box li a {
  padding: 15px 36px;
  color: #fff;
  font-size: 13px;
  font-family: "Signika";
}
.share-post-box ul.share-box li a span {
  margin-left: 8px;
}
.share-post-box ul.share-box li a i {
  font-size: 17px;
}
.share-post-box ul.share-box li a:hover {
  opacity: 0.7;
}
.share-post-box ul.share-box li a.facebook {
  background: #436feb;
}
.share-post-box ul.share-box li a.twitter {
  background: #43c9eb;
}
.share-post-box ul.share-box li a.google {
  background: #f14133;
}
.share-post-box ul.share-box li a.linkedin {
  background: #1879dd;
}
.share-post-box ul.share-box li a.rss {
  background: #f0771e;
}

.author-profile {
  margin: 30px 0;
}
.author-profile .author-box {
  overflow: hidden;
  padding: 30px;
  border: 2px solid #f1f1f1;
}
.author-profile .author-box img {
  float: left;
  width: 100px;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.author-profile .author-box .author-content {
  margin-left: 130px;
}
.author-profile .author-box .author-content h4 {
  color: #212121;
  font-size: 14px;
  font-family: "Signika";
  font-weight: 600;
  margin: 0 0 8px;
}
.author-profile .author-box .author-content h4 a {
  color: #02bbdf;
  font-size: 13px;
  margin-left: 10px;
}
.author-profile .author-box .author-content h4 a:before {
  content: "/";
  color: #02bbdf;
  font-size: 12px;
  font-family: "Signika";
  margin-right: 10px;
}
.author-profile .author-box .author-content h4 a:hover {
  opacity: 0.7;
}
.author-profile .author-box .author-content ul.author-social li {
  display: inline-block;
  margin-right: 5px;
}
.author-profile .author-box .author-content ul.author-social li a {
  font-size: 15px;
  color: #565656;
}
.author-profile .author-box .author-content ul.author-social li a:hover {
  color: #02bbdf;
}

.comment-area-box {
  padding-top: 20px;
}
.comment-area-box > ul {
  padding-top: 10px;
}
.comment-area-box > ul li {
  list-style: none;
}
.comment-area-box > ul li .comment-box {
  overflow: hidden;
  margin-bottom: 55px;
}
.comment-area-box > ul li .comment-box img {
  max-width: 100px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.comment-area-box > ul li .comment-box .comment-content {
  margin-left: 130px;
}
.comment-area-box > ul li .comment-box .comment-content h4 {
  color: #212121;
  font-size: 14px;
  font-family: "Signika";
  font-weight: 600;
  margin: 0;
}
.comment-area-box > ul li .comment-box .comment-content span,
.comment-area-box > ul li .comment-box .comment-content a {
  font-size: 12px;
  color: #565656;
  font-family: "Signika";
  display: inline-block;
  margin: 0 0 16px;
}
.comment-area-box > ul li .comment-box .comment-content span i,
.comment-area-box > ul li .comment-box .comment-content a i {
  font-size: 15px;
  margin-right: 6px;
}
.comment-area-box > ul li .comment-box .comment-content a {
  float: right;
}
.comment-area-box > ul li .comment-box .comment-content a:hover {
  color: #02bbdf;
}
.comment-area-box > ul li .comment-box .comment-content p {
  margin-bottom: 0px;
}
.comment-area-box ul.depth .comment-box {
  padding-left: 130px;
}

.contact-form-box .title-section {
  margin-bottom: 30px;
}
.contact-form-box .title-section h1 span.email-not-published {
  float: right;
  font-size: 13px;
  text-transform: initial;
  font-weight: 400;
  margin-top: 4px;
}

.contact-form-box > span {
  display: block;
  font-size: 12px;
  color: #565656;
  font-family: "Signika";
  display: inline-block;
  font-style: italic;
  margin: 0 0 25px;
}

.contact-form-box #comment-form {
  margin: 0 0 50px;
}
.contact-form-box #comment-form label {
  color: #212121;
  font-size: 12px;
  font-family: "Signika";
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
.contact-form-box #comment-form input[type="text"],
.contact-form-box #comment-form textarea {
  width: 100%;
  padding: 12px 20px;
  background: transparent;
  color: #565656;
  font-size: 13px;
  font-family: "Signika";
  outline: none;
  border: 1px solid #e1e1e1;
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.contact-form-box #comment-form textarea {
  height: 120px;
  margin-bottom: 30px;
}
.contact-form-box #comment-form button {
  color: #fff;
  font-size: 14px;
  font-family: "Signika";
  padding: 12px 25px;
  background: #02bbdf;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
  border: none;
  outline: none;
}
.contact-form-box #comment-form button i {
  display: inline-block;
  margin-right: 10px;
}
.contact-form-box #comment-form button:hover {
  opacity: 0.85;
}

.single-post-gal {
  margin: -40px 0 30px;
  width: 100%;
  overflow: hidden;
}
.single-post-gal .flexslider img {
  width: 100%;
  height: auto;
}
.single-post-gal .flexslider .flex-control-nav {
  display: block;
  bottom: 60px;
  top: initial;
  width: 100%;
  text-align: center;
  right: initial;
  left: 0;
}
.single-post-gal .flexslider .flex-control-nav li {
  margin: 0 5px;
}
.single-post-gal .flexslider .flex-control-nav li a {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-indent: 99999px !important;
}
.single-post-gal .flexslider .flex-control-nav li a.flex-active {
  background: #fff;
}
.single-post-gal .flexslider .flex-direction-nav {
  padding: 0 10px;
  width: 100%;
  top: 50%;
  bottom: initial;
  right: 0;
  margin-top: -20px;
  opacity: 1;
}
.single-post-gal .flexslider .flex-direction-nav .flex-prev,
.single-post-gal .flexslider .flex-direction-nav .flex-next {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px;
}
.single-post-gal .flexslider .flexslider:hover .flex-direction-nav {
  opacity: 1;
}

/*-------------------------------------------------- */
/*  Forums
/*------------------------------------------------- */
.forum-box .search-box {
  padding: 10px 30px 30px;
}

.forum-box p.line-for-loggin {
  color: #fff;
  padding: 10px 20px;
  background: #f44336;
  font-size: 13px;
}

.forum-table {
  margin-bottom: 30px;
}
.forum-table .table-head {
  overflow: hidden;
  background: #222222;
}
.forum-table .table-head > div {
  float: left;
  padding: 12px 16px;
}
.forum-table .table-head > div span {
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}
.forum-table div.first-col {
  width: 55%;
}
.forum-table div.first-col a {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.forum-table div.first-col a:hover {
  color: #02bbdf;
}
.forum-table div.second-col {
  width: 20%;
}
.forum-table div.third-col {
  width: 25%;
  text-align: right;
}
.forum-table div.table-row {
  overflow: hidden;
  background: #fafafa;
  position: relative;
}
.forum-table div.table-row > div {
  float: left;
  padding: 15px 15px;
}
.forum-table div.table-row > div span {
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}
.forum-table div.table-row > div h2 {
  font-size: 14px;
  font-family: "Signika";
  font-weight: 700;
  color: #212121;
  margin: 0 0 8px;
}
.forum-table div.table-row > div h2 a {
  color: #212121;
}
.forum-table div.table-row > div h2 a:hover {
  color: #02bbdf;
}
.forum-table div.table-row > div p {
  display: block;
  margin: 0;
  font-size: 14px;
}
.forum-table div.table-row div.second-col span {
  color: #212121;
}
.forum-table div.table-row div.second-col p {
  font-size: 11px;
  text-transform: uppercase;
}
.forum-table div.table-row div.third-col img {
  width: 60px;
  float: right;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-left: 17px;
}
.forum-table div.table-row div.third-col p {
  font-size: 11px;
  line-height: 16px;
}
.forum-table div.table-row div.third-col p a {
  color: #02bbdf;
  text-transform: inherit;
}
.forum-table div.table-row div.forum-post {
  overflow: hidden;
  float: left;
  width: 80%;
}
.forum-table div.table-row div.forum-post img {
  max-width: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.forum-table div.table-row div.forum-post .post-autor-date {
  margin-left: 60px;
}
.forum-table div.table-row div.forum-post .post-autor-date h2 {
  color: #212121;
  font-size: 14px;
  font-family: "Signika";
  font-weight: 700;
  line-height: 16px;
  margin: 0 0 3px;
}
.forum-table div.table-row div.forum-post .post-autor-date h2 a {
  color: #212121;
}
.forum-table div.table-row div.forum-post .post-autor-date h2 a:hover {
  color: #02bbdf;
}
.forum-table div.table-row div.forum-post .post-autor-date p {
  font-size: 11px;
  line-height: 16px;
}
.forum-table div.table-row div.forum-post .post-autor-date p a {
  color: #02bbdf;
  text-transform: inherit;
}
.forum-table div.table-row div.forum-post.comment-post {
  width: 100%;
}
.forum-table div.table-row div.forum-post.comment-post img {
  max-width: 100px;
}
.forum-table div.table-row div.forum-post.comment-post .post-autor-date {
  margin-left: 120px;
}
.forum-table div.table-row div.forum-post.comment-post .post-autor-date p span {
  color: #565656;
}
.forum-table
  div.table-row
  div.forum-post.comment-post
  .post-autor-date
  div.content-post-area
  p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}
.forum-table div.table-row div.forum-topics {
  width: 20%;
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
}
.forum-table div.table-row div.forum-topics span {
  color: #212121;
}
.forum-table div.table-row div.forum-topics p {
  font-size: 11px;
  text-transform: uppercase;
  margin: 0;
}
.forum-table div.table-row:after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  border-top: 1px solid #f0f0f0;
}
.forum-table div.table-row:first-child:after {
  border-top: none;
}
.forum-table div.table-title {
  background: #212121;
  padding: 20px;
}
.forum-table div.table-title h2 {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  line-height: 24px;
}
.forum-table div.table-title p {
  color: #aaa;
  margin: 0;
  font-size: 13px;
}
.forum-table p.posted-in-category {
  font-size: 12px;
  margin: 7px 0;
  padding-left: 20px;
}
.forum-table p.posted-in-category a {
  color: #02bbdf;
}

form.search-form {
  position: relative;
  margin: 0;
}
form.search-form input[type="text"] {
  border: 1px solid #eeeeee;
  padding: 10px;
  color: #565656;
  font-size: 11px;
  font-family: "Signika";
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  width: 100%;
  margin: 0 !important;
}

/*-------------------------------------------------- */
/*  Author pages
/*------------------------------------------------- */
ul.author-list {
  margin-bottom: 30px;
}
ul.author-list > li {
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;
}
ul.author-list > li .autor-box {
  padding: 30px;
  background: #fafafa;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
ul.author-list > li .autor-box img {
  max-width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
ul.author-list > li .autor-box .autor-content {
  margin-left: 120px;
}
ul.author-list > li .autor-box .autor-content .autor-title {
  overflow: hidden;
  margin-bottom: 10px;
}
ul.author-list > li .autor-box .autor-content .autor-title h1 {
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 600;
}
ul.author-list > li .autor-box .autor-content .autor-title h1 span:after {
  content: "/";
  margin: 0 6px;
}
ul.author-list > li .autor-box .autor-content .autor-title h1 a {
  text-decoration: underline;
  display: inline-block;
  color: #02bbdf;
}
ul.author-list > li .autor-box .autor-content .autor-title h1 a:hover {
  opacity: 0.7;
}
ul.author-list > li .autor-box .autor-content .autor-title ul.autor-social li {
  display: inline-block;
  margin-right: 7px;
}
ul.author-list
  > li
  .autor-box
  .autor-content
  .autor-title
  ul.autor-social
  li
  a {
  color: #565656;
  font-size: 13px;
}
ul.author-list
  > li
  .autor-box
  .autor-content
  .autor-title
  ul.autor-social
  li
  a:hover {
  color: #02bbdf;
}
ul.author-list > li .autor-box .autor-content p {
  margin: 0;
}
ul.author-list > li .autor-last-line {
  overflow: hidden;
  padding: 10px 30px;
}
ul.author-list > li .autor-last-line ul.autor-tags {
  float: left;
}
ul.author-list > li .autor-last-line ul.autor-tags li {
  display: inline-block;
  margin-right: 3px;
}
ul.author-list > li .autor-last-line ul.autor-tags li span {
  display: inline-block;
  color: #565656;
  font-size: 13px;
  font-family: "Signika";
  line-height: 30px;
  padding-right: 3px;
}
ul.author-list > li .autor-last-line ul.autor-tags li span i {
  margin-right: 10px;
  color: #565656;
  font-size: 14px;
}
ul.author-list > li .autor-last-line ul.autor-tags li a {
  color: #565656;
  font-size: 12px;
  font-family: "Signika";
  padding: 6px 10px;
  border: 1px solid #f0f0f0;
}
ul.author-list > li .autor-last-line ul.autor-tags li a:hover {
  color: #ffffff;
  background: #02bbdf;
  border-color: #02bbdf;
}
ul.author-list > li .autor-last-line a.autor-site {
  float: right;
  text-decoration: underline;
  color: #33a3f1;
  font-size: 13px;
  line-height: 30px;
  font-family: "Signika";
}
ul.author-list > li .autor-last-line a.autor-site:hover {
  opacity: 0.7;
}
ul.author-list > li:hover .autor-box {
  border-color: #999999;
}

/*-------------------------------------------------- */
/*  404 error page
/*------------------------------------------------- */
.error-banner {
  margin-bottom: 30px;
  padding: 25px 30px;
  border: 1px solid #f1f1f1;
}
.error-banner h1 {
  color: #f44336;
  font-size: 48px;
  font-family: "Signika";
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 7px;
}
.error-banner h1 span {
  font-weight: 900;
}
.error-banner p {
  font-size: 16px;
  margin-bottom: 3px;
}

div.search-box {
  padding: 0 30px;
  margin-bottom: 35px;
}

.search-results-banner {
  margin-bottom: 30px;
  padding: 25px 30px;
  border: 1px solid #f1f1f1;
}
.search-results-banner h1 {
  font-size: 34px;
  font-family: "Signika";
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 7px;
}
.search-results-banner h1 span {
  color: #f44336;
  font-weight: 900;
}

.archive-box {
  margin-bottom: 30px;
  padding: 25px 30px;
  border: 1px solid #f1f1f1;
}
.archive-box h1 {
  font-size: 34px;
  font-family: "Signika";
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 7px;
}
.archive-box h1 span {
  color: #f44336;
  font-weight: 900;
}

.privacy-policy {
  margin-bottom: 50px;
}
.privacy-policy h1 {
  font-size: 22px;
}
.privacy-policy p {
  margin-bottom: 30px;
}
.privacy-policy span.published {
  display: inline-block;
  font-size: 12px;
  font-family: "Signika";
  font-weight: 400;
  margin-bottom: 30px;
}
.privacy-policy .title-section {
  margin-bottom: 10px;
}

/*------------------------------------------------- */
/* =  Contact */
/*------------------------------------------------- */
.contact-info-box {
  margin-bottom: 40px;
}
.contact-info-box #map {
  height: 360px;
  margin-bottom: 25px;
}
.contact-info-box p {
  padding: 0 20px;
}

#contact-form {
  margin: 0 0 50px;
}
#contact-form label {
  color: #212121;
  font-size: 12px;
  font-family: "Signika";
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
#contact-form input[type="text"],
#contact-form textarea {
  width: 100%;
  padding: 12px 20px;
  background: transparent;
  color: #565656;
  font-size: 13px;
  font-family: "Signika";
  outline: none;
  border: 1px solid #e1e1e1;
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#contact-form textarea {
  height: 120px;
  margin-bottom: 30px;
}
#contact-form button {
  color: #fff;
  font-size: 14px;
  font-family: "Signika";
  padding: 12px 25px;
  background: #02bbdf;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
  border: none;
  outline: none;
}
#contact-form button i {
  display: inline-block;
  margin-right: 10px;
}
#contact-form #msg {
  margin-top: 20px;
}
#contact-form button:hover {
  opacity: 0.85;
}

/*------------------------------------------------- */
/* =  Contact */
/*------------------------------------------------- */
#register-form,
#login-form {
  margin: 0 0 50px;
}
#register-form p,
#login-form p {
  margin-bottom: 25px;
}
#register-form label,
#login-form label {
  color: #212121;
  font-size: 12px;
  font-family: "Signika";
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
#register-form input[type="text"],
#register-form input[type="password"],
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
  padding: 12px 20px;
  background: transparent;
  color: #565656;
  font-size: 13px;
  font-family: "Signika";
  outline: none;
  border: 1px solid #e1e1e1;
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#register-form .user-thumbnail,
#login-form .user-thumbnail {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
#register-form .user-thumbnail input[type="file"],
#login-form .user-thumbnail input[type="file"] {
  position: relative;
  z-index: 2;
  opacity: 0;
  width: 200px;
  height: 60px;
  float: left;
  margin-right: 30px;
  margin-top: 20px;
}
#register-form .user-thumbnail input[type="file"] + span,
#login-form .user-thumbnail input[type="file"] + span {
  position: absolute;
  top: 20px;
  left: 0;
  width: 200px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-family: "Signika";
  text-transform: capitalize;
  font-size: 13px;
  background: #02bbdf;
  color: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#register-form .user-thumbnail input[type="file"]:hover + span,
#login-form .user-thumbnail input[type="file"]:hover + span {
  opacity: 0.8;
}
#register-form .user-thumbnail .thumb-holder,
#login-form .user-thumbnail .thumb-holder {
  width: 100px;
  height: 100px;
  border: 1px solid #e1e1e1;
  background: #f1f1f1;
  text-align: center;
  line-height: 100px;
  float: left;
}
#register-form .user-thumbnail .thumb-holder span,
#login-form .user-thumbnail .thumb-holder span {
  font-family: "Signika";
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  color: #aaa;
}
#register-form button,
#login-form button {
  color: #fff;
  font-size: 14px;
  font-family: "Signika";
  padding: 12px 25px;
  background: #02bbdf;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
  border: none;
  outline: none;
}
#register-form button i,
#login-form button i {
  display: inline-block;
  margin-right: 10px;
}
#register-form button:hover,
#login-form button:hover {
  opacity: 0.85;
}

#login-form {
  margin: 0 0 20px;
}
#login-form label {
  color: #efefef;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  border: 1px solid #343434;
  color: #afafaf;
  margin: 0 0 20px;
}

#loginModal {
  z-index: 9999999;
}
#loginModal .modal-dialog .modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background: #232323;
  border: none;
}
#loginModal .modal-dialog .modal-content .modal-body {
  padding: 30px;
}
#loginModal .modal-dialog .modal-content .modal-body .title-section h1 {
  color: #fff;
  border-bottom: 1px solid #343434;
}
#loginModal .modal-dialog {
  max-width: 370px;
  margin: 40px auto;
}

/*-------------------------------------------------- */
/*  About Page
/*------------------------------------------------- */
.about-box {
  margin-bottom: 30px;
}
.about-box img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.about-box p {
  font-size: 14px;
  margin-bottom: 25px;
}

.team-box {
  margin-bottom: 50px;
}
.team-box img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.team-box h2 {
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 20px;
}
.team-box span {
  display: inline-block;
  font-size: 12px;
  font-family: "Signika";
  font-weight: 400;
  color: #999;
  margin: 0 0 30px;
}

/*-------------------------------------------------- */
/*  Underconstruction page
/*------------------------------------------------- */
body.underconstruction {
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: #111 url("../upload/others/back.jpg") center center no-repeat;
  background-size: cover;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
}
.navbar-nav > li > a.icon-menu i {
  font-size: 20px;
  line-height: 0px;
}
a.icon-menu {
  padding: 2px 12px 2px 3px !important;
}
.dropdown-toggle:after {
  display: none;
}
header.clearfix.style-3.active .navbar-brand > p {
  display: none;
}
header.active a.navbar-brand img {
  width: 60px;
}
.top-line {
  position: relative;
  background: transparent;
  overflow: visible;
  border: none;
  height: 0;
  font-weight: 300;
}
.top-line a {
  color: #aaaaaa;
  font-size: 14px;
}
.top-line a.active {
  color: #333333;
  border-bottom: solid #02bbdf 2px;
}
.top-line .info-list {
  position: absolute;
  z-index: 9999999;
  right: 20px;
  top: 15px;
}
.search input {
  border: none;
  font-size: 15px;
  padding: 2px 10px 0px;
  width: 95px;
  font-weight: 300;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.search input:focus {
  border-bottom: solid #02bbdf 2px;
  outline: none;
  width: 150px;
}
.search button {
  background: #fff;
  border: none;
  position: absolute;
  top: -3px;
  right: 5px;
  padding: 0 3px;
  font-size: 18px;
  color: #02bbdf;
}
.top-line ul.info-list li .search i {
  font-size: 18px;
}
.top-line ul.info-list li:first-child {
  margin-top: 0;
}
.top-line ul.info-list li {
  margin-top: 3px;
}
.dropdown > li.active > a {
  color: #02bbdf;
}
body footer {
  border-top: solid #efefef 15px;
  background-color: #f6f6f6;
  background-image: url(/images/flag.svg);
  background-repeat: no-repeat;
}
footer .up-footer .footer-widget > h1 {
  color: #000;
  font-weight: 400;
}
ul.footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
ul.footer-social li {
  display: inline-block;
  margin-right: 20px;
}
ul.footer-social li a {
  color: #7d7d7d;
}
footer .fa-twitter,
.footer-social .fa-twitter {
  color: #1da1f2;
}
footer .fa-youtube-play,
.footer-social .fa-youtube-play {
  color: #ff0000;
}
footer .fa-instagram,
.footer-social .fa-instagram {
  color: #dc1f5e;
}
ul.list-footer {
  text-align: right;
  padding-right: 15px !important;
}
.footer-widget.text-widget i {
  margin-right: 20px;
  font-size: 16px;
  color: #02bbdf;
  width: 15px;
  text-align: center;
}
.footer-widget.text-widget i.fa-envelope {
  font-size: 14px;
}
.footer-widget.text-widget p {
  line-height: 28px;
}
.footer-bottom-line .down-footer {
  padding: 25px 0 25px;
}
.footer-bottom-line {
  background: #efefef;
}
.footer-bottom-line .down-footer ul.list-footer {
  margin-bottom: 0;
}
.footer-bottom-line .down-footer ul.list-footer li {
  display: inline-block;
  margin-right: 20px;
}
.footer-bottom-line .down-footer ul.list-footer li a {
  color: #7d7d7d;
  font-size: 14px;
  font-family: "Signika";
  font-weight: 300;
}
.footer-bottom-line .down-footer ul.list-footer li:last-child {
  margin-right: 0;
}
.footer-bottom-line .down-footer * {
  margin-bottom: 0;
}
footer p a {
  color: #7d7d7d;
}
li.footer-links:after {
  content: "|";
  margin: 0px -12px 0 10px;
  display: inline-block;
}
li.footer-links:last-child:after {
  display: none;
  color: #7d7d7d;
  font-size: 14px;
  font-family: "Signika";
  font-weight: 300;
}
div#navbarSupportedContent {
  margin-top: 115px;
}
.style-3.active div#navbarSupportedContent {
  margin-top: 0;
}
section.home-slider {
  background: #f6f6f7;
}
section.home-slider .container {
  border: solid #fff 20px;
  border-top: none;
  border-bottom: none;
  padding: 0;
}
.flexslider .slides img {
  width: 72%;
}
.slider-caption .post-list {
  color: #fff;
}
.slider-caption .post-list:hover {
  text-decoration: underline !important;
}
.slider-caption > div {
  color: #fff;
  padding-bottom: 10px;
}
.slider-caption .more {
  color: #1a1818;
}
.slider-caption .more i {
  font-size: 12px;
  font-weight: 600;
}
.flex-control-nav {
  position: absolute;
  bottom: 30px;
  text-align: right;
  height: 14px;
  left: 15px;
  top: auto;
  right: auto;
}
.slider-news .flex-control-paging li a {
  background: #fff;
  opacity: 0.4;
  font-size: 0px;
  height: 14px;
  width: 8px;
  border-radius: 100%;
}
.slider-news .flex-control-paging li a.flex-active {
  background: #fff;
  opacity: 1;
}
.flex-control-nav li {
  margin: 0 6px;
}
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
  background: #d2d2d266;
}
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-prev:hover {
  background: #d2d2d299;
}

.text-over .slider-caption {
  position: absolute;
  width: 280px;
  bottom: 0px;
  width: 100%;
  min-height: 124px;
  left: 0;
  padding: 15px;
  background: rgba(17, 17, 17, 0.95);
  background: -webkit-linear-gradient(
    legacy-direction(rgba(17, 17, 17, 0)),
    rgba(17, 17, 17, 0.95)
  );
  background: linear-gradient(rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.95));
}
.text-over .slider-caption h2 a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.text-over .flexslider .slides img {
  width: 100%;
}
.project-block {
  padding-left: 35px;
  padding-right: 20px;
}
.project-block ul.small-posts > li {
  display: inline-flex;
}
.project-block ul.small-posts > li h2 {
  font-size: 18px;
}
.project-block ul.small-posts > li > a {
  float: none;
  width: auto;
  margin-right: 0;
  padding-right: 22px;
}
.project-block ul.small-posts > li .post-cont {
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: inline-block;
}
.project-block ul.small-posts > li {
  margin-bottom: 50px;
}
.project-block ul.small-posts > li:last-child {
  margin-bottom: 0;
}
a.view-all {
  position: absolute;
  z-index: 2;
  right: 40px;
  top: 0;
  color: #000;
  font-size: 14px;
}
a.view-all i {
  font-size: 11px;
}
.project-block a.view-all {
  color: #8e8e8e;
}
.more-3 {
  font-size: 14px;
  color: #8e8e8e;
  height: 100%;
}
a.more-3 span {
  display: inline-block;
  vertical-align: middle;
}
a.more-3:before {
  content: " ";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  margin: 0 0 0 -1px;
}
a.more-3 i {
  font-size: 12px;
  padding: 1px 0 0 5px;
}
.standart-post.with-gallery h2 {
  font-size: 25px;
  line-height: 130%;
  margin-bottom: 15px;
  height: 62px;
  overflow: hidden;
}
.standart-post.with-gallery > p {
  min-height: 44px;
  margin-bottom: 31px;
  overflow: hidden;
  font-size: 14px;
}
.row.post-gallery .col-md-4 {
  padding: 0 5px 0 15px;
}
.post-gallery img {
  width: 100%;
}
.col-lg-10.home-center > .row {
  margin-bottom: 35px;
}
.sidebar-banners img {
  width: 100%;
}
.sidebar .title-section h1 {
  padding: 0;
  border: none;
  color: #02bbdf;
}
.home-center {
  padding-right: 30px;
}
.sidebar-sticky-home {
  padding-left: 0;
  padding-right: 0;
  margin-left: -20px;
}
.item {
  position: relative;
  margin-bottom: 100px;
}
.item .caption {
  position: absolute;
  z-index: 2;
  bottom: 0;
}
.item .caption p {
  padding: 0px 10px 0px 15px;
  margin-top: -7px;
}
.item .caption p a {
  color: #fff;
}
.item .caption p a i {
  color: #02bbdf;
}
.twitter-widget .caption {
  bottom: calc(50% - 10px);
  width: 100%;
  text-align: center;
}
.twitter-follow-button {
  border: solid #fff 1px;
  border-radius: 20px;
  width: 76px;
  height: 23px !important;
  color: #fff;
}
.col-lg-10.home-center > .row:last-child {
  margin-bottom: 0;
}
article.single-post {
  margin-bottom: 50px;
}
.sidebar-widget {
  margin-right: 25px;
}
.single-post h2 {
  font-size: 23px;
  font-weight: 100;
  padding-bottom: 8px;
}
.single-post h3 {
  font-size: 14px;
  font-weight: 100;
  line-height: inherit;
}
.speaker-content {
  margin-left: -22px;
  margin-top: -5px;
}
.speaker-content p {
  font-size: 14px;
  color: #02bbdf;
}
.news-post.article-post p {
  font-size: 14px;
}
.modal-content div.long-text,
.news-post.article-post div.short-text {
  display: block;
  text-align: justify;
}
.modal-content div.short-text,
.news-post.article-post div.long-text {
  display: none;
  text-align: justify;
}
.container.top-demarker:before {
  content: " ";
  height: 1px;
  width: 100%;
  background: #ccc;
  display: inline-block;
  margin: -15px 0 25px;
}
.top-demarker > .row {
  margin: 0;
}
.style-3.active .top-line .info-list {
  position: absolute;
  z-index: 9999;
}
.horizontal-modal {
  position: fixed;
  z-index: 99999999;
  right: 0;
  top:0;
  width: 0%;
  height: 100%;
  overflow: hidden;
  transition: all 0.2s;
}
.horizontal-modal.open {
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 35%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.modal-content {
  width: 37%;
  float: right;
  height: 100%;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  padding: 40px;
  overflow: auto;
}
.modal-content .lnr-cross {
  float: right;
  text-align: right;
  font-weight: 600;
  margin: 0 0 -13px 0;
  height: 20px;
  z-index: 2;
  cursor: pointer;
}
h2.page-title-side {
  display: none;
}
ul.sidebar-menu.list-news {
  font-weight: 300;
}
.style-1 .post-content h2 a {
  color: #000;
  font-weight: 100;
}
.style-1 .news-post .row > div:first-child {
  padding: 0 0 0 40px;
}
ul.pagination a {
  font-size: 16px;
  color: #d1d2d4;
  padding: 5px 15px;
  line-height: 20px;
}
ul.pagination span {
  font-size: 16px;
  color: #d1d2d4;
  padding: 5px 15px;
  line-height: 20px;
  display: inline-block;
}
ul.pagination .active span {
  color: #02bbdf;
}
ul.pagination a:hover {
  color: #7d8e92;
}
.flexslider.news-gallery img {
  width: 100%;
}
.cover-404 {
  width: 100%;
}
ul.top-widget {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}
a.btn.back-btn {
  background: #c7f0f8;
}
.btn {
  border-radius: 0;
}
.post-date {
  color: #fff;
  background: #02bbdf;
}
ul.top-widget li {
  display: inline-block;
  margin-right: 5px;
}
#share .buttons li {
  list-style: none;
  padding: 0;
  margin: 8px 0;
  color: #00bbde;
  font-size: 12px;
}
#share .buttons li a {
  color: #707070;
}
#share .buttons li a i {
  margin-right: 5px;
}
.col-1-lng {
  margin-left: 30px;
}
.col-1-lng .article-post .post-content h2 {
  margin-bottom: 10px;
}
.col-1-lng2 {
  margin-left: 55px;
  padding-right: 0;
  padding-left: 0;
}
.col-1-lng2 .news-post {
  padding-right: 16px;
  padding-left: 16px;
}
.col-1-lng2 .col-sm-12.post-content {
  margin-top: 15px;
}
.col-1-lng2 .col-sm-12.post-content h2 {
  line-height: 25px;
  text-transform: capitalize;
}
.col-1-lng2 .col-sm-12.post-content > a {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  color: #7d7d7d;
}
.col-1-lng2 .col-sm-12.post-content > a i {
  color: #02bbdf;
  margin-right: 5px;
}
.full-row {
  width: 100%;
  padding-left: 15px;
}
form#contact_form [type="radio"] {
  display: inline-block;
  width: auto;
  margin-right: 5px;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  resize: none;
  border-radius: 100%;
  height: 12px;
  position: absolute;
  left: -5px;
  top: 3px;
}
form .ratio-wrap {
  position: relative;
  margin-left: 20px;
}
input.form-control[type="radio"]:after {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
  border: solid #fff 2px;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(209, 210, 212, 1);
  -moz-box-shadow: 0px 0px 0px 2px rgba(209, 210, 212, 1);
  box-shadow: 0px 0px 0px 2px rgba(209, 210, 212, 1);
  vertical-align: top;
  margin: 1px 0 0 1px;
}
form#contact_form [type="radio"]:checked:after {
  -webkit-box-shadow: 0px 0px 0px 5px #02bbdf;
  -moz-box-shadow: 0px 0px 0px 5px rgba(2, 187, 223, 1);
  box-shadow: 0px 0px 0px 2px rgba(2, 187, 223, 1);
  background: #02bbdf;
}
input.form-control[type="radio"]:focus {
  outline: 0;
  box-shadow: none;
  background: transparent;
}
form#contact_form label {
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 300;
}
form#contact_form .full-row label.col-md-12 {
  margin-bottom: 10px;
}
form#contact_form label.required:after {
  content: "*";
  display: inline-block;
  margin-left: 3px;
}
form#contact_form .full-row label.col-md-3 {
  color: #7d7d7d;
}
form#contact_form input,
form#contact_form textarea {
  border-radius: 0;
  background: #f3f3f3;
  border: none;
}
form#contact_form textarea {
  height: 188px;
}
.btn {
  padding: 10px 40px;
}
.btn-white {
  background: none;
}
.btn-white {
  background: #fff;
  border: solid #fff 1px;
  box-shadow: none;
  color: #d1d2d4 !important;
}
.btn-info {
  background: #02bbdf;
  box-shadow: none;
  border: none;
}
h2.title-services-other.title-2 {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  margin-bottom: 5px;
}
ul.contact-info {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
ul.contact-info.footer-social {
  margin-bottom: 0;
}
.contact-info i {
  margin-right: 15px;
  font-size: 16px;
  color: #02bbdf;
  width: 15px;
  text-align: center;
}
.contact-info li {
  color: #7d7d7d;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 100;
}
.contact-info i.fa-envelope {
  font-size: 13px;
}
ul.contact-info.footer-social li i {
  margin-right: 5px;
}
#google-map {
  height: 100%;
  min-height: 200px;
}
.info-block {
  margin: 80px 0 120px;
}
.col-md-6.contact-map {
  padding-right: 0;
}
.hidden {
  display: none;
}
.post-buttons > a {
  background: #c7f0f8;
  min-width: 90px;
  text-align: center;
  line-height: 18px;
  font-size: 16px;
  font-weight: 100;
  color: #02bbdf;
  border-radius: 5px;
  padding: 8px 15px;
  margin-right: 8px;
}
.post-buttons > a:hover {
  background: #c3e7ee;
}
.post-buttons {
  margin-top: 30px;
  display: flex;
}
img.flag {
  display: inline-block;
  height: 12px;
  margin: -2px 3px 2px 0;
}
.news-post.article-post.publication .row {
  margin-bottom: 40px;
}
.publication.article-post .post-content h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 100;
}
.publication.article-post .post-content h2 a {
  color: #000;
}
.publication.article-post .post-content .date {
  color: #02bbdf;
}
.top-widget .btn {
  padding: 10px 20px;
}
.related-block .publication.article-post .post-content h2 {
  font-size: 20px;
  line-height: 35px;
}
.related-block a.view-all {
  position: relative;
  margin: -60px 0 0;
  display: block;
  float: right;
  right: auto;
  color: #8e8e8e;
  font-weight: 100;
}
.related-block .posts-block.articles-box.row {
  margin-right: -20px;
  margin-left: -20px;
}
.related-block .news-post > .row > .col-sm-12 {
  padding-left: 20px;
  padding-right: 20px;
}
.related-block .news-post.article-post h2 {
  font-size: 18px;
  font-weight: 100;
  padding-bottom: 0;
}
.related-block .news-post.article-post h2.subtitle {
  font-weight: 500;
}
.related-block .news-post.article-post h2 a {
  color: #1a1818;
}
.related-block .article-post .post-image a img {
  margin-bottom: 10px;
}
.related-block h2.subtitle {
  border-bottom: solid #d1d2d4 1px;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 16px;
}
.related-block .partners-block .news-post.article-post h2 {
  font-size: 14px;
  font-weight: 700;
}
.related-block .partners-block .news-post.article-post h2 a {
  color: #02bbdf;
}
.related-block .partners-block .news-post.article-post .post-content {
  padding-left: 0;
}
.related-block .partners-block .news-post.article-post .post-content span {
  font-weight: 100;
  color: #02bbdf;
  font-size: 14px;
}
.related-block .partners-block .news-post.article-post .post-content > a {
  color: #7d7d7d;
  font-size: 14px;
}
.related-block .partners-block .news-post.article-post .post-content > a i {
  margin-right: 7px;
  color: #02bbdf;
  font-weight: 100;
}
.modal-content .post-content {
  padding-left: 0;
}
.modal-content .post-image {
  margin-bottom: 15px;
}
.home-center article.single-post {
  padding: 30px 30px 30px 15px;
}
.dd-item-mobile {
  display: none;
}
.posts-block.articles-box.center {
  text-align: center;
}
.row.info-block > .col-md-6:first-child {
  padding-left: 0;
}
.news-post .post-content {
  text-align: justify;
}
.col-sm-4 .post-content {
  text-align: left;
}
.row.speakers {
  text-align: left;
}
.row.speakers .post-content {
  display: inline-block;
  width: calc(60% - 5px);
  vertical-align: top;
  color: #02bbdf;
  font-size: 14px;
}
.row.speakers .post-content h3 {
  font-weight: 400;
  margin: -4px 0 7px 10px;
}
.row.speakers .post-content span {
  font-weight: 100;
  margin: 0 0 0 10px;
  display: inline-block;
}
.row.speakers .post-image {
  display: inline-block;
  width: 40%;
}
.event-block-title {
  margin: 30px 0;
}
.agenda {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: left;
  display: table;
}
.agenda .panel {
  background: #f5f5f5;
  margin: 10px 0;
  display: table-row;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}
.agenda.enabled .panel:hover {
  opacity: 0.8;
}
.agenda .panel div {
  vertical-align: middle;
  display: table-cell;
  padding: 10px;
  border-bottom: solid #fff 10px;
}
.md1 {
  width: 8.333333%;
  text-align: center;
  position: relative;
}
.md1 input {
  display: none;
}
.md1 label::after {
  position: absolute;
  top: -2px;
  left: -2px;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.md1 input:checked ~ label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2302BBDF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.md1 input ~ label {
  border-radius: 100px;
  border: solid 2px #d1d2d4;
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: relative;
}
.agenda .panel .md2 {
  width: 16.666667%;
  padding: 5px 0;
}
.agenda .md2 span {
  width: 100%;
  display: inline-block;
}
.md4 {
  width: 33.333333%;
  color: #02bbdf;
}
.md5 {
  width: 41.666667%;
}
.agenda .enabled.panel {
  background: #c7f0f8;
}
.agenda .panel div.striped {
  height: 100px;
  overflow: hidden !important;
  width: 100%;
  border-bottom: none;
  display: inherit;
}
.agenda .panel div.striped table {
  font-size: 14px;
}
.panel > .md1:before {
  display: inline-block;
  content: " ";
  width: 9px;
  height: 50%;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.panel.enabled > .md1:before {
  background: #0194b5;
  height: 100%;
}
.panel.enabled > .md1 input ~ label {
  border: solid 2px #02bbdf;
}
.next-btn {
  background: #02bbdf;
  color: #fff;
  padding: 23px 79px;
  float: right;
}
.next-btn:hover {
  background: #02bbdf;
  color: #fff;
  opacity: 0.8;
  transition: 0.2s;
}
.agenda-footer {
  width: 100%;
  display: inline-block;
  margin-bottom: 50px;
}
.agenda-footer > span {
  font-size: 14px;
  max-width: calc(100% - 280px);
  display: inline-block;
  vertical-align: middle;
  color: #02bbdf;
  font-weight: 300;
  line-height: 70px;
}
.next-btn i:after {
  content: "+";
  float: left;
  font-size: 11px;
  font-weight: bolder;
}
.next-btn i {
  font-size: 17px;
  margin: 0 0 0 7px;
}
.row[data-page="inactive"] {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: 0.3s;
}
.sidebar-agenda .agenda .panel div.md1 label,
.sidebar-agenda .agenda .panel div.md5,
.sidebar-agenda .agenda .panel {
  display: none;
}
.sidebar-agenda .agenda .panel.enabled {
  display: table-row;
}
.sidebar-agenda .agenda .panel div.md1 {
  width: 4.333333%;
}
.style-1 .news-post .post-content {
  text-align: left;
}
ul.post-tags {
  margin-bottom: 12px;
  line-height: 16px;
}
.home-cover {
  padding-top: 23.8%;
  background: url(../images/slider.jpg);
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}
.single-post img.main-image {
  width: 40%;
  margin: 7px 0 7px 20px;
  float: right;
  display: none;
}
.single-post.custom-image p img {
  float: right;
  padding: 5px 0 5px 15px;
  width: 50%;
}
.post-filter {
  margin: 0 0 30px 0;
}
.btn-secondary:focus,
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  box-shadow: none;
  background: #02bbdf;
  border: solid #02bbdf 1px;
}
.btn-secondary {
  background: #02bbdf;
  border: solid #02bbdf 1px;
}
.show > .btn-secondary.dropdown-toggle {
  opacity: 0.5;
}
.dropdown-menu {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
[data-post] {
  cursor: pointer;
}
.block-splitter {
  width: 100%;
  margin-bottom: 30px;
}
.olControlAttribution {
  bottom: 0 !important;
}
.no-registration .agenda-footer,
.no-registration .agenda .panel .md1 label {
  display: none;
}
.speakers .post-content .hidden {
  display: none;
}
.modal-content .post-content .hidden {
  display: block;
}
.row.speakers .post-content span {
  font-size: 12px;
}
.ti-angle-double-left,
.ti-angle-double-right {    
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-angle-double-left:before {
  content: "\f104";
}
.ti-angle-double-right:before {
  content: "\f105";
}
#content-section .posts-block .news-post {
  width: 100%;
}
.partners .post-content {
  text-align:center;
}
li.flex-active-slide img {
  width: 100%;
  height: 100%;
}