@charset "UTF-8";
/*import styles for standard wp elements*/
/*Default Wordpress styles*/
/* Images */
.entry-content img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */ }

.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
  max-height: 100%; }

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

pre, code {
  clear: both;
  overflow: auto;
  margin: 1.5em 0em;
  white-space: pre;
  color: inherit;
  line-height: 24px; }

img.size-full,
img.size-large {
  max-width: 100%;
  width: auto;
  /* Prevent sPtretching of full-size and large-size images with height and width attributes in IE8 */
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

.entry-content img.wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none; }

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1em; }

p img,
.wp-caption {
  margin: 0; }

.wp-caption {
  margin-bottom: 1em;
  padding: 5px;
  max-width: 100%;
  border-top: 1px solid black;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.wp-caption .wp-caption-text,
.gallery-caption {
  color: inherit;
  font-size: 12px; }

.wp-caption .wp-caption-text {
  position: relative;
  margin-bottom: 0;
  padding: 10px 0 5px 40px; }

.wp-caption .wp-caption-text:before {
  position: absolute;
  top: 10px;
  left: 5px;
  margin-right: 5px;
  content: '\2014';
  font-weight: bold;
  font-style: normal;
  font-size: 14px; }

.gallery {
  margin: 0; }

.gallery a img {
  border: none; }

img#wpstats {
  display: block;
  margin: 0 auto 1.625em; }

#content .gallery-columns-4 .gallery-item {
  padding-right: 2%;
  width: 23%; }

#content .gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto; }

.error404 article {
  margin: 60px 0;
  text-align: center; }

.error404 .content-title.search {
  font-size: 70px;
  margin-bottom: 15px; }

span.error-404 {
  display: block;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 1px;
  text-align: center; }

.search-back-button {
  background: none repeat scroll 0 0 #e84c3d;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  color: #FFFFFF;
  margin-top: 30px; }

/*================ Search ================*/
#searchform {
  margin: 0;
  position: relative; }
  #searchform .search-container.hidden {
    display: block; }
  #searchform button {
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    color: #CFCFCF; }
  #searchform input[type="text"] {
    height: 36px;
    line-height: 28px;
    border: 1px solid #c7c7c4;
    font-size: 14px;
    margin: 0; }
  #searchform .search-container {
    width: 30px;
    line-height: 28px;
    height: 30px;
    text-align: right;
    overflow: hidden; }

.main-header #searchform input {
  border: 1px solid #ddd !important; }

header.main-header {
  position: relative; }

.category #searchform .search-container {
  margin-top: -55px; }

#searchform .search-container i {
  font-size: 18px;
  z-index: 2;
  position: relative;
  margin-right: 8px;
  cursor: pointer; }

#searchform .search-container .input-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -35px;
  padding: 5px 5px;
  width: 200px;
  height: 39px;
  z-index: 1; }

#searchform .search-container .input-wrapper input {
  margin: -1px 0 0;
  display: block;
  padding: 0 5px;
  width: 190px;
  height: 20px;
  background-color: #FFF;
  box-shadow: 0 0;
  border-radius: 0;
  border: 0 none;
  font-size: 11px;
  line-height: 20px;
  color: #888; }

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
  padding: 0;
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  border: none; }

.wp-caption img {
  border-color: transparent; }

a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
.gallery .gallery-icon a:focus img,
.gallery .gallery-icon a:hover img,
.gallery .gallery-icon a:active img {
  border-color: #bbb;
  /* Add some useful style to those fancy borders for linked images ... */
  background: transparent; }

.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
  border-color: transparent;
  /* ... including captioned images! */
  background: transparent; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/* Floated content doesn't work well at this size */
.alignleft,
.alignright {
  display: block;
  float: none;
  margin-right: 0;
  margin-left: 0; }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em; }

.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto; }

dl.gallery-item {
  margin: 0; }

.align-left {
  text-align: left; }

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

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

/*----------------------------*/
body div.post-content .flo-img-text .text-wrapper, body dov.entry-content .flo-img-text .text-wrapper {
  line-height: 1.8em; }
body div.post-content .flo-img-text img, body div.post-content .flo-img-text a img, body dov.entry-content .flo-img-text img, body dov.entry-content .flo-img-text a img {
  margin-bottom: 0px;
  display: block; }
body div.post-content .flo-img-text a, body dov.entry-content .flo-img-text a {
  position: relative;
  display: block;
  margin-bottom: -2px; }

p:empty {
  margin: 0px; }

/*
use it like this: 
    @include transition(all, 0.2s, ease-in-out);
    @include transition(background, 0.2s, ease-in-out);
*/
/*Variables*/
/*------------Preloader for Site content------------*/
#flo-loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  text-align: center;
  background: #ffffff; }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
  -webkit-pointer-events: none; }

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  /*box-shadow: 0 0 10px #29d, 0 0 5px #29d;*/
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/*------------ EOF Preloader for Site content------------*/
/*==================== Start: Recommended Isotope styles =======================*/
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  -ms-transition: all 0.8s ease-in;
  -o-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in; }

.isotope {
  -webkit-transition: "height, width" 1.2s ease-in;
  -moz-transition: "height, width" 1.2s ease-in;
  -ms-transition: "height, width" 1.2s ease-in;
  -o-transition: "height, width" 1.2s ease-in;
  transition: "height, width" 1.2s ease-in; }

.isotope .isotope-item {
  -webkit-transition: opacity 1.2s ease-in;
  -moz-transition: opacity 1.2s ease-in;
  -ms-transition: opacity 1.2s ease-in;
  -o-transition: opacity 1.2s ease-in;
  transition: opacity 1.2s ease-in; }

/* ===================End: Recommended Isotope styles =========================*/
/* Splitter */
.splitter, .thumbs-splitter {
  margin-bottom: 0;
  list-style-type: none;
  /*text-align: left;*/ }

.splitter li, .thumbs-splitter li {
  display: inline-block;
  margin-bottom: 30px;
  padding-left: 5px;
  line-height: 24px;
  text-transform: uppercase; }

.splitter li:first-child, .thumbs-splitter li:first-child {
  margin-left: 0; }

.splitter li a, .thumbs-splitter li a {
  padding: 0 8px;
  line-height: 25px;
  height: 24px; }

/* EOF Splitter */
/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
  margin: 1.625em 0 0; }

.post-password-required input[type=password] {
  margin: 0.8125em 0; }

.post-password-required input[type=password]:focus {
  background: #f7f7f7; }

/*---------- General ----------*/
body, p {
  font-family: 'Georgia'; }

.clear {
  clear: both; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

a img {
  border: 0; }

body {
  position: relative; }

fieldset {
  border: 0;
  padding: 0; }

.content-title {
  margin-top: 70px;
  padding-left: 5px;
  text-align: left;
  font-family: "tradegothicltstd-bd2" !important;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 18px !important;
  }

#header .content-title {
  margin: 20px 0; }

/* Form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus {
  border-radius: none;
  height: 35px;
  border: 1px solid #ddd;
  padding-left: 10px;
  padding-right: 10px; }

input[type="submit"], button, input[type="button"] {
  border-radius: 0;
  cursor: pointer;
  height: 35px;
  border: 0px;
  padding: 0 10px;
  text-transform: uppercase;
  margin: 0 0 20px 15px; }

.form-submit.submit input[type="submit"], button, input[type="button"] {
  margin-left: 0px; }

.hidden {
  display: none; }

/* Social icons */
.socialicons > ul.cosmo-social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative; }

.socialicons > ul.cosmo-social > li {
  display: inline-block; }

.socialicons > ul.cosmo-social > li i {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-left: -15px; }

.socialicons > ul.cosmo-social > li i img {
  max-height: 30px;
  max-width: 30px; }

.socialicons > ul.cosmo-social > li > a {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  transition: all 200ms linear 0s;
  /*border-radius: 50%;*/
  padding: 0; }

.widget .socialicons > ul.cosmo-social > li > a:hover {
  color: #FFFFFF; }

.widget .socialicons > ul.cosmo-social > li > a.rss:hover {
  color: #f69400; }

.widget .socialicons > ul.cosmo-social > li a.twitter:hover {
  color: #48c4d2; }

.widget .socialicons > ul.cosmo-social > li > a.gplus:hover {
  color: #d94a39; }

.widget .socialicons > ul.cosmo-social > li > a.dribbble:hover {
  color: #ef5b92; }

.widget .socialicons > ul.cosmo-social > li > a.yahoo:hover {
  color: #7b0099; }

.widget .socialicons > ul.cosmo-social > li > a.linkedin:hover {
  color: #71C5EF; }

.widget .socialicons > ul.cosmo-social > li > a.skype:hover {
  color: #18b7f1; }

.widget .socialicons > ul.cosmo-social > li > a.fb:hover {
  color: #3b5998; }

.widget .socialicons > ul.cosmo-social > li > a.yt:hover {
  color: #C4302B; }

.widget .socialicons > ul.cosmo-social > li > a.vimeo:hover {
  color: #44bbff; }

.widget .socialicons > ul.cosmo-social > li > a.delicious:hover {
  color: #3274d1; }

.widget .socialicons > ul.cosmo-social > li > a.tumblr:hover {
  color: #3a5976; }

.widget .socialicons > ul.cosmo-social > li > a.pinterest:hover {
  color: #cb2027; }

.widget .socialicons > ul.cosmo-social > li > a.flickr:hover {
  color: #FF0084; }

.widget .socialicons > ul.cosmo-social > li > a.email:hover {
  color: #0bac03; }

.widget .socialicons > ul.cosmo-social > li > a.instagram:hover {
  color: #634d40; }

.socialicons > ul.cosmo-social > li > a > i:before {
  line-height: inherit; }

/* End of social icons*/
/*---------- End - General ----------*/
/**#@-*/
.wpcf7 form.invalid {
  border: 0px !important; }
.wpcf7 .wpcf7-form {
  padding: 15px; }
  .wpcf7 .wpcf7-form input[type="submit"] {
    margin: 0 0 20px 0px;
    font-size: 16px; }
  .wpcf7 .wpcf7-form span.wpcf7-not-valid-tip {
    padding: 0px 2px;
    top: -10px; }
  .wpcf7 .wpcf7-form textarea {
    max-width: 600px; }
  .wpcf7 .wpcf7-form .wpcf7-not-valid {
    border: 1px solid red; }
  .wpcf7 .wpcf7-form div.wpcf7-validation-errors {
    border: 0px; }

.cosmo-contact-form {
  margin-left: 0px;
  margin-right: 0px;
  display: table; }
  .cosmo-contact-form .thumb-title {
    position: absolute;
    top: 120px;
    text-align: center;
    width: 300px;
    font-style: italic;
    color: #ffffff; }
  .cosmo-contact-form .form-submit {
    float: right; }

.cosmo-contact-form > .row > .six > p {
  clear: none;
  display: inline-block;
  float: left;
  margin-bottom: 0;
  margin-right: -4px;
  padding: 0 15px; }

.inflo-block {
  margin-bottom: 30px;
  line-height: 1.8em; }

.right-title, .left-title {
  margin-bottom: 50px; }
  .right-title h3, .left-title h3 {
    margin-top: 0px; }

.comment-form textarea, .comment-form input {
  box-shadow: none; }

.cosmo-contact-form p.form-submit {
  margin-top: 28px; }

#cosmo_contact_response {
  clear: both;
  margin: 0px;
  margin-bottom: 20px; }

#cosmo_contact_response p {
  margin: 0; }

.cosmo-contact-form #cosmo-send-msg {
  color: #fff;
  padding: 10px 46px; }

.cosmo-contact-form > .row > .twelve {
  text-align: center; }

@media screen and (min-width: 767px) and (max-width: 900px) {
  body.page-template-templatestemplate-contact-form-php .form-area {
    padding: 38px; } }
@media screen and (max-width: 767px) {
  .column, .columns {
    padding: 0 20px; } }
@media screen and (min-width: 366px) and (max-width: 767px) {
  .cosmo-contact-form {
    width: 100%;
    text-align: center; }

  body.page-template-templatestemplate-contact-form-php .box-sharing {
    text-align: center; }

  .page-template-templatestemplate-contact-form-php .padding_image,
  .cosmo-contact-form .thumb-title {
    left: 50% !important;
    margin-left: -150px; } }
@media screen and (max-width: 365px) {
  .cosmo-contact-form {
    display: block; }
    .cosmo-contact-form .featimg {
      position: relative; }
    .cosmo-contact-form .thumb-title {
      max-width: 100%; }

  .padding_image {
    display: none; } }
/* Content layout settings */
section#main .main-container.left-layout > .row {
  margin: 0; }

/*---------- Header ---------- */
div#header {
  position: relative; }

/* ---------- End - Header ---------- */
/* ---------- Main Section ---------- */
.single section#main, .page section#main {
  height: auto;
  clear: both; }

section#main .main-container {
  position: relative;
  height: 100%; }

body.error404 section#main .main-container {
  min-height: 400px; }

.main-container > .right-sidebar, .main-container > .left-sidebar {
  padding: 0 15px; }

.main-container .right-sidebar {
  padding-right: 0px; }

.main-container > .left-sidebar {
  padding-left: 0px; }

.relative {
  position: relative; }

/* Posts  */
.featimg {
  overflow: hidden;
  line-height: 0; }

article.thumb-image-main, article.thumb-text-main {
  overflow: hidden; }

.featimg img {
  width: auto; }

.single .featimg img {
  width: auto;
  width: 100%; }

.featimg a {
  line-height: 0; }

#footer-container {
  float: none;
  clear: both; }

.footer-container-wrapper {
  padding-bottom: 30px; }

/*============ Pagination ===========*/
.pag {
  clear: both;
  padding: 1px;
  margin-bottom: 30px; }
  .pag ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin: 15px 0;
    position: relative; }
    .pag ul li {
      display: inline-block; }
      .pag ul li .page-numbers {
        display: block;
        padding: 6px;
        margin: 0 5px;
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        width: 26px; }
      .pag ul li .page-numbers.prev:before {
        content: '\e804';
        font-family: 'fontello';
        margin-right: 10px; }
      .pag ul li .page-numbers.next:after {
        content: '\e805';
        font-family: 'fontello';
        margin-left: 10px; }
      .pag ul li .page-numbers.prev {
        margin-right: 20px;
        left: 0px;
        position: absolute;
        top: 50%;
        margin-top: -0.5em; }
      .pag ul li .page-numbers.next {
        margin-left: 20px;
        right: 0px;
        position: absolute;
        top: 50%;
        margin-top: -0.5em; }
      .pag ul li .page-numbers.current {
        color: #fff; }

/*=========== EOF Pagination ==========*/
/* Delimiters */
/* Simple delimiter */
.delimiter {
  display: block;
  clear: both;
  height: 1px;
  margin-bottom: 30px;
  width: 100%; }

/* Pointed delimiter */
.delimiter.pointed {
  border-top: 1px dotted rgba(0, 0, 0, 0.11); }

/* Doublepointed delimiter */
.delimiter.doublepointed {
  border-top: 1px dotted rgba(0, 0, 0, 0.35);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.35);
  height: 8px; }

/* Line delimiter */
.delimiter.line {
  border-top: 1px solid rgba(0, 0, 0, 0.11); }

/* Doubleline delimiter */
.delimiter.doubleline {
  border-top: 1px solid rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
  height: 8px; }

/* End of delimiters */
.audioplayer_container > object {
  width: 100%; }

.cosmo-comment-list {
  list-style-type: none;
  margin: 0; }

#respond .cosmo-comment-thumb {
  display: none; }

.cosmo-comment-plain li.comment .cosmo-comment-thumb {
  float: left;
  margin: 0 20px 0 0;
  padding: 5px;
  border: 1px solid #e8e8e8;
  background: #FFF;
  line-height: 0;
  min-width: 70px; }

.cosmo-comment-list > li.bypostauthor .cosmo-comment-textinfo, .cosmo-comment-list .children > li.bypostauthor .cosmo-comment-textinfo {
  color: #999;
  font-size: 12px;
  margin-bottom: 10px; }

.cosmo-comment-textinfo span.user {
  font-weight: bold; }

.cosmo-comment-plain li.comment {
  display: inline-block;
  clear: both;
  margin: 0;
  margin-bottom: 25px;
  padding-bottom: 25px;
  width: 100%;
  border-bottom: 1px dotted #eeeeee;
  list-style-type: none;
  font-size: 12px; }

.comment-body p {
  margin-bottom: 0; }

#respond {
  clear: both; }

.cosmo-comment-plain li.comment .reply {
  display: inline-block;
  margin-top: -1px;
  zoom: 1;
  float: right; }

.form-submit {
  margin: 0; }

.cosmo-ads.zone-2 {
  margin-top: 30px; }

.ads {
  margin: 30px 0 30px; }

#content .ads {
  margin: 0; }

/* ---- END Single ---- */
/* ---------- End - Main Section ---------- */
/* ---------- Footer ---------- */
#footer-container .credits {
  text-align: right;
  line-height: 30px; }

footer#footer-container .columns .widget:last-child {
  margin-bottom: 30px; }

footer#footer-container .copyright-area {
  width: 100%;
  padding: 10px 0; }

footer#footer-container .copyright-area p {
  color: black;
  margin: 0; }

footer#footer-container .copyright-area p a {
  color: #eb4c4c; }

footer#footer-container .children {
  display: none !important; }

footer#footer-container .sf-sub-indicator {
  display: none; }

footer#footer-container .sf-menu {
  margin: 0;
  float: right; }

footer#footer-container p.copyright {
  margin: 0;
  line-height: 30px; }

/* ---------- End - Footer ---------- */
div.lined-up li {
  list-style: none; }

/* ---------- End - Different Viewports Style ---------- */
#comments .children {
  margin-left: 20px; }

.breadcrumbs {
  margin: 20px 0;
  text-align: center; }

.breadcrumbs ul {
  list-style-type: none;
  margin: 0; }

.breadcrumbs ul li {
  display: inline-block;
  font-size: 11px; }

.breadcrumbs ul li:not(:first-child):before {
  content: '\e805';
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-size: 10px;
  display: inline-block;
  margin: 0 10px;
  color: #444444; }

/* Tabs widget */
.widget_tabber {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.widget_tabber li {
  margin: 0;
  padding: 0;
  display: inline-block; }

/*Twitter widget*/
.cosmo-twit-container {
  height: auto !important;
  width: 100%;
  position: relative;
  float: left; }

.cosmo-twit-container .cosmo_twitter p {
  margin: 0; }

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .flickr_badge_image img {
    width: 65px !important;
    height: auto !important; } }
.cosmo-twit-container ul li div {
  padding: 15px 0; }

.cosmo-twit-container span.date {
  display: block;
  margin-top: 10px;
  text-align: right; }

.cosmo-twit-container span.date a {
  text-decoration: none; }

footer aside:not(.full-width) .cosmo-twit-container .cosmo_twitter p {
  margin: 0;
  max-width: 370px; }

.i_join_us {
  width: 100%;
  height: 32px;
  line-height: 32px;
  display: block;
  margin: 0;
  font-weight: bold;
  position: relative; }

/*Static Twitter widget*/
.tweet_item {
  display: none;
  margin-bottom: 7px;
  opacity: .0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=$value)";
  -khtml-opacity: .0;
  -moz-opacity: .0; }

.static .cosmo_twitter .tweet_item {
  padding: 13px 0 15px 0;
  /*@include opacity(100);*/
  display: block; }

.static .cosmo_twitter .tweet_item:first-child {
  padding-top: 0; }

.static .cosmo_twitter p {
  width: auto;
  max-width: none; }

.static .slides_container {
  padding: 0; }

.static.i_join_us {
  margin-top: 15px;
  height: 22px;
  line-height: 22px;
  text-align: left; }

.i_join_us.static i {
  color: #48C4D2;
  font-size: 25px;
  padding-right: 20px; }

.i_join_us.static i:hover {
  color: #fbfbf1; }

/* Instagram widget */
.instagram_widget p.instagram_likes {
  display: block;
  line-height: 18px;
  font-size: 12px;
  color: black;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  padding: 5px 10px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); }

.instagram_widget p.instagram_caption {
  font-size: 12px;
  color: inherit;
  margin-bottom: 15px;
  display: block; }

#wp-calendar > caption {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px; }

#wp-calendar {
  border-spacing: 0;
  width: 100%; }

.widget table {
  padding: 0;
  margin: 0; }

/*##############################################*/
.embedded_videos {
  margin-bottom: 30px; }

.main-container.latest-galleries .cosmo-thumb-view.no-gutter {
  margin-bottom: 0; }

/*-----------input validation clases----------*/
.warning {
  color: #CE3D40; }

.invalid {
  border: 1px solid red !important; }

form.contactform textarea {
  height: auto; }

form.form.comments textarea {
  height: auto; }

.form-area p.error {
  color: red; }

.fl {
  float: left; }

.fr {
  float: right; }

#related-posts {
  margin-top: 30px; }

div.cosmo-comments {
  margin-bottom: 30px;
  clear: both; }

body:not(.page, .single) .center-layout > .row {
  margin-left: 20px;
  margin-right: 20px; }

.page-template-templatestemplate-page-php .row.cosmo-grid-view, .page-template-templatestemplate-page-php .row.cosmo-thumb-view {
  margin-left: 0px; }

/*.featvideo iframe { width: 100%; height: 700px; }*/
.meta-tags {
  margin-bottom: 20px;
  margin-top: 0px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase; }

.transitions {
  transition: all 1.5s linear;
  -webkit-transition: all 1.5s linear;
  -moz-transition: all 1.5s linear; }

.share-options li {
  display: inline-block;
  list-style: none outside none;
  font-size: 11px;
  margin-bottom: 10px;
  font-family: 'Montserrat';
  position: relative; }

.share-options li:not(:last-child):after {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0; }

.share-options li a {
  font-size: 14px;
  padding: 0 7px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
  -webkit-transition: color 0.2s ease-in 0s;
  -moz-transition: color 0.2s ease-in 0s;
  -o-transition: color 0.2s ease-in 0s;
  -ms-transition: color 0.2s ease-in 0s;
  transition: color 0.2s ease-in 0s;
  color: inherit; }

.share-options li a:hover {
  color: #777; }

.share-options {
  display: inline-block; }

.box-sharing {
  font-family: 'Montserrat';
  font-size: 11px;
  text-transform: uppercase; }

/* Slideshow */
.slide-title {
  clear: both;
  margin: 0 auto 0px; }

.slide-description {
  display: table;
  margin: 5px auto; }

.header-slideshow-elem-content {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  color: black;
  padding: 30px;
  text-align: left;
  z-index: 6;
  -webkit-transition: left .5s ease-in-out, right .5s ease-in-out;
  -moz-transition: left .5s ease-in-out, right .5s ease-in-out;
  -ms-transition: left .5s ease-in-out, right .5s ease-in-out;
  -o-transition: left .5s ease-in-out, right .5s ease-in-out;
  transition: left .5s ease-in-out, right .5s ease-in-out;
  padding-top: 0px;
  padding-bottom: 0px;
  display: block;
  position: absolute;
  height: 58px; }
  .header-slideshow-elem-content h2 {
    margin-bottom: 0px; }
  .header-slideshow-elem-content .slide-button {
    display: table;
    padding: 15px 20px;
    margin: 100px auto;
    -webkit-transition: "background, border" 0.3s liniar;
    -moz-transition: "background, border" 0.3s liniar;
    -ms-transition: "background, border" 0.3s liniar;
    -o-transition: "background, border" 0.3s liniar;
    transition: "background, border" 0.3s liniar; }

.header-slideshow-elem-content.middle {
  top: 50% !important;
  margin-top: -50px; }

.header-slideshow-elem-content.top {
  top: 50px !important; }

.header-slideshow-elem-content.bottom {
  bottom: 50px; }

.header-slideshow-elem-content.right {
  margin-right: 70px;
  right: 0;
  text-align: right; }
  .header-slideshow-elem-content.right .slide-description {
    margin-right: 0px; }

.header-slideshow-elem-content.left {
  margin-left: 40px;
  left: 0; }
  .header-slideshow-elem-content.left .slide-description {
    margin-left: 0px; }

.header-slideshow-elem-content.center {
  text-align: center;
  max-width: 100%;
  width: 100%; }

ul.slides > li:not(:first-child) {
  display: none; }

@media only screen and (max-width: 1025px) {
  .header-slideshow-elem-content.left {
    margin-left: 60px; }

  .header-slideshow-elem-content.right {
    margin-right: 60px; } }
@media only screen and (max-width: 768px) {
  .widget:last-child {
    margin-bottom: 30px !important; } }
@media screen and (max-width: 1280px) {
  body .header-slideshow-elem-content .slide-title {
    font-size: 28px; }
  body .header-slideshow-elem-content .slide-description {
    font-size: 18px; }
  body .header-slideshow-elem-content .slide-button {
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 14px; } }
@media screen and (max-width: 767px) {
  body .header-slideshow-elem-content .slide-title {
    font-size: 18px !important;
    margin-top: 0px; }
  body .header-slideshow-elem-content span.slide-description {
    font-size: 14px !important; }
  body .header-slideshow-elem-content .slide-button {
    display: none; } }
/* End of slideshow */
.cosmo-one-half,
.cosmo-one-third,
.cosmo-two-third,
.cosmo-three-fourth,
.cosmo-one-fourth,
.cosmo-one-fifth,
.cosmo-two-fifth,
.cosmo-three-fifth,
.cosmo-four-fifth,
.cosmo-one-sixth,
.cosmo-five-sixth {
  line-height: 1.7; }

.post-content {
  margin-top: 30px; }
  .post-content .cosmo-one-half, .post-content .cosmo-one-third, .post-content .cosmo-two-third, .post-content .cosmo-three-fourth, .post-content .cosmo-one-fourth, .post-content .cosmo-one-fifth,
  .post-content .cosmo-two-fifth, .post-content .cosmo-three-fifth, .post-content .cosmo-four-fifth, .post-content .cosmo-one-sixth, .post-content .cosmo-five-sixth, .post-content .flo-gallery-shortcode, .post-content div.clear {
    /*remove margin for empty p after shortcode*/ }
    .post-content .cosmo-one-half + p:empty, .post-content .cosmo-one-third + p:empty, .post-content .cosmo-two-third + p:empty, .post-content .cosmo-three-fourth + p:empty, .post-content .cosmo-one-fourth + p:empty, .post-content .cosmo-one-fifth + p:empty,
    .post-content .cosmo-two-fifth + p:empty, .post-content .cosmo-three-fifth + p:empty, .post-content .cosmo-four-fifth + p:empty, .post-content .cosmo-one-sixth + p:empty, .post-content .cosmo-five-sixth + p:empty, .post-content .flo-gallery-shortcode + p:empty, .post-content div.clear + p:empty {
      margin-bottom: 0px; }
    .post-content .cosmo-one-half img, .post-content .cosmo-one-third img, .post-content .cosmo-two-third img, .post-content .cosmo-three-fourth img, .post-content .cosmo-one-fourth img, .post-content .cosmo-one-fifth img,
    .post-content .cosmo-two-fifth img, .post-content .cosmo-three-fifth img, .post-content .cosmo-four-fifth img, .post-content .cosmo-one-sixth img, .post-content .cosmo-five-sixth img, .post-content .flo-gallery-shortcode img, .post-content div.clear img {
      margin-bottom: 0px !important; }

.single-post .post-content {
  margin-bottom: 30px; }

/*styles for full width slideshow*/
body.has_slideshow.full-screen-slideshow .fluid_container.row.flo-slideshow.default-slider {
  width: 100% !important; }

body.has_slideshow.full-screen-slideshow .fluid_container.row.flo-slideshow.default-slider .columns {
  padding: 0px 0px; }

body.has_slideshow .fluid_container.row.flo-slideshow.default-slider .rsNav.rsBullets {
  display: none; }

.fluid_container .slides li img {
  width: 100%;
  max-width: auto; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

.carousel li {
  margin-right: 5px; }

.cosmo-team-member .entry-content ul h4 {
  text-transform: uppercase; }

.cosmo-team-member .entry-content ul .cosmo-social li {
  text-transform: uppercase;
  font-family: 'Montserrat';
  opacity: .60;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=$value)";
  -khtml-opacity: .60;
  -moz-opacity: .60;
  font-size: 12px; }

.cosmo-social [class^="icon-"]:before {
  position: absolute;
  margin-left: -9px; }

.cosmo-social i.icon-search:before {
  margin-left: -6px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari only override */
  ::i-block-chrome, .cosmo-social [class^="icon-"]::before {
    position: absolute;
    margin-left: 7px; } }
/*To target IE 8, 9 and 10*/
/*@media screen\0 {
    .cosmo-social [class^="icon-"]:before{
        position: inherit;
        margin-left: auto;
    }
   

} */
.cosmo-team-member .featimg {
  margin-bottom: 15px; }

.notvisible {
  visibility: hidden; }

#infscr-loading {
  bottom: 30px;
  color: #222222;
  font-size: 15px;
  font-weight: bold;
  left: 50%;
  margin-left: -16px;
  position: fixed;
  text-align: center;
  z-index: 100; }
  #infscr-loading div {
    display: none; }

.contact-icon {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px; }

/* overwrite some shortodes styles*/
p, .cosmo-box h1, .cosmo-box h2, .cosmo-box h3, .cosmo-box h4, .cosmo-box h5, .cosmo-box h6 {
  color: inherit; }

.cosmo-box .row, .row .cosmo-box .row {
  margin: 0 auto;
  width: 1140px;
  color: inherit;
  max-width: 100%; }

.cosmo-contact-form > p {
  clear: both;
  display: inline-block;
  float: left;
  margin-bottom: 0;
  margin-right: -4px;
  padding: 0 15px;
  width: 100%; }

.cosmo-contact-form label {
  display: block; }

.cosmo-contact-form .invalid {
  border: 1px solid red !important; }

.cosmo-box.padded {
  padding: 60px 30px; }

.cosmo-box p, .cosmo-box h1, .cosmo-box h2, .cosmo-box h3, .cosmo-box h4, .cosmo-box h5, .cosmo-box h6 {
  color: inherit; }

.cosmo-box .row, .row .cosmo-box .row {
  color: inherit;
  margin: 0 auto;
  max-width: 100%;
  width: 1140px; }

.title-below div.type-video i.icon-play {
  display: none; }

.fancybox-wrap .fancybox-close {
  background: none;
  font-size: 20px;
  top: -22px;
  right: -25px; }

.fancybox-wrap .fancybox-close:before {
  content: '\2715';
  font-family: none; }

/* '✕' */
.cosmo-grid-view.massonry {
  max-width: 100%; }

.row .row {
  max-width: 100%; }

.feat-video-img {
  position: relative;
  text-align: center;
  margin-bottom: 30px; }

.feat-video-img .feat-play {
  font-size: 18px;
  margin-top: 30px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  text-align: center;
  left: 50%;
  margin-left: -24px; }

.feat-video-img .feat-play i {
  color: #000;
  font-size: 34px; }

.single .nav-links a {
  float: left;
  width: 33.333%;
  vertical-align: middle;
  line-height: 36px;
  height: 36px;
  font-size: 18px; }
.single .nav-links a.listing-link {
  text-align: center; }
.single .nav-links a[rel="next"] {
  text-align: right; }
.single .nav-links a[rel="prev"] span:before, .single .nav-links a[rel="next"] span:before {
  font-size: 1em;
  line-height: 1em;
  vertical-align: middle; }

/*vertical center  slider images, some js is required as well*/
.img-holder {
  overflow: hidden;
  line-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: center; }

.contact-additional {
  padding-bottom: 40px;
  display: block; }

.contact-additional .columns {
  padding-bottom: 40px; }

@media only screen and (min-width: 768px) {
  .contact-additional .col-left {
    padding-left: 0px; }

  .contact-additional .col-middle {
    text-align: center; }

  .contact-additional .col-middle p {
    margin-left: 70px; }

  .contact-additional .col-last {
    text-align: right;
    padding-right: 0px; }

  .contact-additional .col-last p {
    float: right; }

  .contact-additional p {
    text-align: left;
    width: auto; }

  .contact2-container .four.columns {
    padding-left: 0px; }

  .contact2-container .eight.columns {
    padding-right: 0px; }

  .contact2-container form.twelve.columns {
    padding: 0px; } }
.page-template-templatestemplate-contact-form-php .post-title {
  margin-bottom: 30px; }
.page-template-templatestemplate-contact-form-php .form-area {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
.page-template-templatestemplate-contact-form-php .featimg img {
  margin-bottom: 50px; }
.page-template-templatestemplate-contact-form-php .contact-content {
  padding-top: 30px; }
.page-template-templatestemplate-contact-form-php .share-label {
  display: none; }
.page-template-templatestemplate-contact-form-php .box-sharing {
  text-align: left;
  margin-left: -10px; }
.page-template-templatestemplate-contact-form-php .padding_image {
  left: 15px;
  max-width: 300px;
  max-height: 300px; }
@media only screen and (min-width: 768px) {
  .page-template-templatestemplate-contact-form-php .form-area {
    border: 1px solid #e1e1e1;
    padding: 100px; } }
@media only screen and (max-width: 768px) {
  .page-template-templatestemplate-contact-form-php .cosmo-contact-form .form-submit {
    float: none;
    margin-bottom: 30px; } }

.flo-lang-switcher aside.widget {
  position: absolute;
  margin-top: 10px;
  right: 30px;
  z-index: 20; }

h2.entry-title {
  margin-bottom: 30px; }

/*landing page*/
.flo-landing-page {
  padding-top: 90px; }

.flo-landing-page .post-title {
  text-align: center;
  margin-bottom: 90px;
  font-size: 20px; }

.landing-boxes-container {
  padding-bottom: 60px;
  position: relative;
  display: flex;
  display: block; }

.landing-boxes-container .featimg img {
  max-width: 100%; }

.landing-boxes-container .entry-title {
  text-align: center; }

.landing-boxes-container .entry-title span {
  border-bottom: 1px solid #343434; }

@media only screen and (min-width: 768px) {
  .single-post .main-container .six.columns .post-title, .single-post .main-container .six.columns .post-meta {
    text-align: left; } }
.flo-modal {
  position: fixed;
  z-index: 9;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none; }

.flo-modal .thx-msg {
  width: 300px;
  height: 200px;
  text-align: center;
  padding: 20px;
  vertical-align: middle;
  margin: 0 auto;
  top: 50%;
  margin-top: -180px;
  position: absolute;
  left: 50%;
  margin-left: -170px;
  background-color: #fff;
  border: 2px solid #f5f5f5; }

.flo-modal .thx-msg .content {
  margin-top: 50px;
  font-size: 16px;
  line-height: 20px; }

.flo-modal .thx-msg .icon-close {
  position: absolute;
  top: 3px;
  right: 2px;
  font-size: 10px;
  cursor: pointer; }

.full-hover-link, .full-hover-link-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 9;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.page-template-templatestemplate-contact-form-php .post-meta .icon-circle:before {
  content: "" !important; }

.cosmo-thumb-view .icon-youtube-play {
  display: block;
  margin-top: 8px; }

.related-box .cosmo-thumb-view .icon-youtube-play {
  display: none; }

.cosmo-thumb-view.title-below section .icon-youtube-play {
  display: none; }

.cosmo-thumb-view.title-below section {
  padding: 0px; }

@media only screen and (max-width: 767px) {
  #footerCopyright, #footerCopyright .fr.credits {
    text-align: center; }

  .blog-page-title {
    display: none; } }
.post-navigation .nav-links a[rel='next'] {
  float: right; }

.main-header .search-container {
  cursor: pointer; }

.header-serch {
  display: none;
  position: fixed;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.9);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }

.header-serch fieldset {
  width: 300px;
  position: relative;
  margin: 300px auto; }

@media only screen and (max-width: 767px) {
  .header-serch fieldset {
    width: 200px;
    position: relative;
    margin: 120px auto; } }
.header-serch #searchform-header button {
  background-color: transparent;
  background: transparent;
  width: 15px;
  height: 27px;
  text-align: left;
  border: 0px;
  position: absolute;
  right: 5px;
  top: 4px; }
.header-serch #searchform-header .icon-close {
  position: absolute;
  right: -30px;
  top: -30px;
  font-size: 10px;
  cursor: pointer; }
.header-serch #searchform-header button i {
  position: absolute;
  right: 0px;
  top: 12px;
  color: #cfcfcf;
  font-size: 14px; }
.header-serch #searchform-header input[type="text"] {
  height: 45px;
  font-size: 20px; }

/* BOF WC styles. Some minor styling adjustments to make some elements look OK */
.woocommerce-page .main-container .quantity .minus {
  bottom: 12px; }
.woocommerce-page .main-container .quantity input.qty {
  height: 35px; }
.woocommerce-page .cart-collaterals .cart_totals table {
  float: right; }

.woocommerce-tabs .panel.entry-content {
  padding: 10px !important; }

/*EOF WC styles*/
form.post-password-form input[type="submit"] {
  margin-left: 0px; }

.fancybox-title.fancybox-title-float-wrap {
  left: 0px;
  right: auto;
  margin-bottom: 0px; }

.fancybox-title.fancybox-title-float-wrap .child {
  margin-right: auto;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.3);
  text-align: left; }

.fancybox-title.fancybox-title-float-wrap .child .flo-img-desc {
  font-size: 10px; }

.fancybox-nav {
  width: 50%; }

a.fancybox-prev {
  left: -70px; }

a.fancybox-next {
  right: -70px; }

body .fancybox-overlay {
  background: rgba(255, 255, 255, 0.9); }

body .fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

body a.fancybox-close {
  width: 20px;
  height: 20px; }

body .fancybox-default a.fancybox-close, .fancybox-default a.fancybox-expand, .fancybox-default a.fancybox-nav span {
  background-image: none; }

.flo-pictures img {
  margin: 0px !important;
  max-width: 100%; }

.flo-gallery-shortcode .columns {
  padding: 0px; }
.flo-gallery-shortcode a, .flo-gallery-shortcode a img {
  margin: 0px !important;
  padding: 0px !important;
  position: relative;
  display: block;
  width: 100% !important; }
.flo-gallery-shortcode img {
  width: 100%;
  height: 100%; }

/************************************/
/* Primary Navigation */
@media screen and (min-width: 1025px) {
  .header-mobile__top {
    display: none; } }
@media screen and (max-width: 1024px) {
  .desktop-menu {
    display: none; }

  .header-mobile__top .socialicons {
    display: none; }
  .header-mobile__top .twelve.columns {
    width: 100% !important; } }
.primary-navigation {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  padding-top: 24px; }

@media only screen and (max-width: 1024px) {
  .primary-navigation {
    padding-top: 0px; } }
.primary-navigation .nav-menu {
  border-bottom: 1px solid rgba(200, 200, 200, 0.2);
  display: none; }

.primary-navigation.toggled-on .nav-menu {
  display: block; }

.primary-navigation a {
  padding: 7px 0; }

.menu-toggle {
  font-size: 38px; }

.menu3::-webkit-scrollbar {
  display: none; }

.sb-active .menu3 .open-menu {
  /*maybe add stly to move open menu btn to the right next to the opened menu*/ }

.menu3 {
  width: 280px !important;
  background-color: transparent !important; }
  .menu3 .primary-navigation ul.nav-menu {
    margin-top: 30px;
    width: 100%;
    padding: 10px;
    display: block;
    border-bottom: 0px;
    position: relative; }
  .menu3 .primary-navigation ul ul li:first-child a {
    padding-top: 16px; }
  .menu3 .primary-navigation ul ul li:last-child a {
    padding-bottom: 16px; }
  .menu3 li > a {
    padding: 16px 22px; }
  .menu3 .primary-navigation ul ul a {
    padding: 16px 22px 16px 62px;
    width: 100%; }
  .menu3 li a, .menu3 ul ul li a {
    line-height: 22px;
    vertical-align: middle;
    white-space: normal;
    font-weight: normal; }
  .menu3 .primary-navigation ul.nav-menu > li {
    border-top: 1px solid rgba(200, 200, 200, 0.2);
    list-style: none;
    width: 100%;
    height: auto;
    line-height: 22px;
    position: relative; }
    .menu3 .primary-navigation ul.nav-menu > li ul {
      max-width: 100%;
      position: relative;
      float: none;
      top: 0px;
      left: 0pc;
      display: block; }
      .menu3 .primary-navigation ul.nav-menu > li ul li {
        border-top: 1px solid rgba(200, 200, 200, 0.2);
        list-style: none;
        max-width: 100%; }

@media screen and (min-width: 1025px) {
  /* Navigation */
  .site-navigation li .current_page_item > a,
  .site-navigation li .current_page_ancestor > a,
  .site-navigation li .current-menu-item > a,
  .site-navigation li .current-menu-ancestor > a {
    /*color: #fff;*/ }

  /* Primary Navigation */
  .nav-menu ul.children {
    top: 100%; }

  .primary-navigation {
    font-size: 11px;
    margin: 0 1px 0 -12px;
    padding: 0; }

  .primary-navigation .menu-toggle {
    display: none;
    padding: 0; }

  .primary-navigation .nav-menu {
    border-bottom: 0;
    display: block; }

  .primary-navigation.toggled-on {
    border-bottom: 0;
    margin: 0;
    padding: 0; }

  .primary-navigation li {
    border: 0;
    display: inline-block;
    height: 3em;
    line-height: 3em;
    position: relative; }

  .primary-navigation a {
    display: inline-block;
    padding: 0 12px;
    white-space: nowrap; }

  .primary-navigation ul ul {
    float: left;
    margin: 0;
    position: absolute;
    left: -999em;
    z-index: 99999; }

  .primary-navigation li li {
    border: 0;
    display: block;
    height: auto;
    line-height: 1.0909090909; }

  .primary-navigation ul ul ul {
    left: -999em;
    top: 0; }

  .primary-navigation ul ul a {
    padding: 8px 11px 0px 12px;
    white-space: nowrap;
    max-width: 100%; }

  .primary-navigation ul ul li:first-child a {
    padding-top: 10px; }

  .primary-navigation ul ul li:last-child a {
    padding-bottom: 8px; }

  .primary-navigation ul ul a:hover,
  .primary-navigation ul li:hover > ul,
  .primary-navigation ul li.focus > ul {
    left: auto; }

  .primary-navigation ul ul li:hover > ul,
  .primary-navigation ul ul li.focus > ul {
    left: 100%; }

  .primary-navigation li .menu-item-has-children > a,
  .primary-navigation li .page_item_has_children > a {
    padding-right: 30px;
    width: 168px; }

  .primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
  .primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
  .primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
  .primary-navigation .page_item_has_children li.page_item_has_children > a:after {
    /*content: "\E83D";*/
    right: 8px;
    top: 20px; } }
body .fancybox-title-outside-wrap {
  color: #00000f; }

.listing-link-archives {
  float: left; }

.show-gallery-thumbs {
  float: right;
  cursor: pointer; }

.galery-place-holder {
  margin-bottom: 20px;
  clear: both; }
  .galery-place-holder.sly {
    margin-bottom: 0px; }

/*royal slider */
body .royalSlider {
  width: 100%;
  min-height: 50px;
  position: relative; }
  body .royalSlider img {
    margin-left: auto !important;
    margin-top: 0px;
    margin-bottom: 0px; }
  body .royalSlider .rsGCaption {
    padding: 0px;
    bottom: auto; }
    body .royalSlider .rsGCaption .rsCaption {
      padding: 6px;
      top: 10px; }
  body .royalSlider .rsArrowIcn {
    background: transparent;
    margin-left: -28px; }
  body .royalSlider .rsArrowLeft .rsArrowIcn {
    margin-left: -22px; }
  body .royalSlider .rsArrowIcn:hover {
    background-color: transparent; }
  body .royalSlider .rsArrowIcn:before {
    color: #cfcfcf; }
  body .royalSlider .rsThumb {
    height: auto; }
  body .royalSlider .rsThumb.rsNavSelected {
    background: #FFFFFF; }

.rsBtnCenterer {
  z-index: 9; }

.rsVideoContainer {
  margin-left: 0px !important;
  margin-top: 0px !important; }

/*hide thumbs for small screens*/
@media screen and (max-width: 600px) {
  .royalSlider:not(.thumbnails-under) .rsNav {
    display: none; }

  body .rsGCaption, body .rsDefault .rsFullscreenBtn {
    display: none; } }
.thumbnails-under .rsThumb:hover {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); }

/*styles for thumbnsils under the main slider image*/
.padding_image {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%; }
  .padding_image .padding_border {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative; }

.rsDefault:not(.rsFullscreen) {
  background: none !important;
  color: inherit;
  z-index: 10 !important; }
  .rsDefault:not(.rsFullscreen) .rsOverflow, .rsDefault:not(.rsFullscreen) .rsSlide, .rsDefault:not(.rsFullscreen) .rsVideoFrameHolder, .rsDefault:not(.rsFullscreen) .rsThumbs {
    background: none !important;
    color: inherit; }
  .rsDefault:not(.rsFullscreen) .rsThumbs {
    display: none; }

.rsDefault.rsFullscreen {
  background: rgba(0, 0, 0, 0.9); }
  .rsDefault.rsFullscreen .rsOverflow, .rsDefault.rsFullscreen .rsSlide, .rsDefault.rsFullscreen .rsVideoFrameHolder, .rsDefault.rsFullscreen .rsThumbs {
    background: rgba(0, 0, 0, 0.9); }
  .rsDefault.rsFullscreen .rsGCaption {
    top: 20px !important; }

body .main-slideshow {
  /*img.rsImg{width: 100% !important; height: auto !important;  margin-top: 0px !important;}*/ }
  body .main-slideshow .rsBullets {
    height: 20px !important;
    bottom: 10px !important;
    background: transparent !important; }

/*visible newrby slider*/
.royal-gallery {
  overflow-x: hidden;
  /*margin-bottom: -80px;*/ }
  .royal-gallery .single-gallery.rsDefault {
    max-width: 100%;
    margin: 0 auto; }
    .royal-gallery .single-gallery.rsDefault .rsOverflow {
      overflow: visible; }
    .royal-gallery .single-gallery.rsDefault .rsSlide {
      text-align: center; }
      .royal-gallery .single-gallery.rsDefault .rsSlide img {
        margin: 0px !important;
        /*height: 100% !important;*/
        max-width: 100%;
        max-height: 100%; }
      .royal-gallery .single-gallery.rsDefault .rsSlide .rsContent {
        margin: 0 auto; }
  .royal-gallery .rsThumbs.rsThumbsHor {
    margin-bottom: 5px; }

.main-slideshow.visible-nearby.rsDefault .rsContent {
  text-align: center; }

/*visible newrby Main Slider*/
.royal-gallery .main-slideshow.visible-nearby.rsDefault {
  max-width: 100%;
  margin: 0 auto; }
  .royal-gallery .main-slideshow.visible-nearby.rsDefault .rsSlide img {
    margin: 0px !important;
    /*height: 100% !important;*/
    max-width: 100%;
    max-height: 100%; }
  .royal-gallery .main-slideshow.visible-nearby.rsDefault .rsSlide .rsContent {
    margin: 0 auto; }

.royal-gallery .main-slideshow.visible-nearby .rsOverflow {
  overflow: visible; }

/* single blog post slider */
.single-post-gallery.royalSlider img {
  max-width: 100% !important;
  margin-top: 0px !important; }

.single-gallery .royalSlider.thumbnails-below .img-holder,
.single-gallery .royalSlider.thumbnails-below img {
  max-height: 100% !important;
  max-width: 100% !important;
  margin-top: 0px !important; }

/*EOF sliders styles*/
.single-gallery .entry-title {
  margin-bottom: 5px; }
.single-gallery .entry-title, .single-gallery .entry-category {
  text-align: center;
  z-index: 99;
  font-size: 13px !important;
  font-family: "tradegothicltstd" !important;
  text-transform: uppercase;
  font-weight: 300; }
@media screen and (min-width: 1025px) {
  .single-gallery .entry-title:not(.sly) {
    margin-top: -80px; } }
.single-gallery .entry-title.no-gal-slider {
  margin-top: 0px; }
.single-gallery .entry-content {
  margin-top: 30px; }
.single-gallery .clear.fix {
  width: 100%;
  height: 1px; }
.single-gallery .entry-category {
  margin-bottom: 40px; }
.single-gallery .box-sharing {
  margin-top: 0px; }
.single-gallery .share-label {
  display: none; }
.single-gallery .post-meta .six.columns {
  width: 100%;
  text-align: center; }
.single-gallery .gallery-main-content {
  margin-top: 30px; }
.single-gallery .add_note {
  display: block;
  width: 100%;
  text-align: center; }
  .single-gallery .add_note.oppened:before {
    content: '-';
    margin-right: 3px; }
  .single-gallery .add_note.closed:before {
    content: '+';
    margin-right: 3px; }

.footer-sidebar.first-full-width {
  padding-top: 15px;
  padding-bottom: 0px; }

/*Shortcodes styles */
.cosmo-tabs .cosmo-nav .ui-state-default {
  font-size: 12px; }

body #sb-site {
  background-color: transparent; }

body .rsDefault .rsCloseVideoBtn {
  top: 20px; }

/*Sly*/
@media only screen and (max-width: 500px) {
  .sly-img-descr {
    display: none; } }
.sly-img-descr {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 11;
  font-size: 18px;
  text-align: right;
  width: 315px;
  height: 120px; }

.sly-img-descr:hover + .img-descr-container {
  display: block; }

.sly-img-descr:hover > i {
  display: none; }

.img-descr-container {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  width: 315px;
  padding: 15px;
  text-align: left;
  display: none;
  background-color: rgba(255, 255, 255, 0.5); }

.img-descr-container .content-holder {
  float: left;
  width: 255px;
  display: block; }

.img-descr-container .icon-info {
  float: right;
  width: 20px;
  display: inline-block; }

.img-descr-container .image-caption {
  font-weight: bold; }

.img-descr-container .image-description {
  font-weight: normal;
  font-size: 12px;
  margin-top: 10px; }

.sly-galley {
  position: relative; }
  .sly-galley img {
    opacity: 0; }

/*---------------------------------scrollbar----------------------------------*/
.frame {
  overflow: hidden; }

.frame ul {
  font-size: 50px;
  height: 100%;
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.frame ul li {
  color: #DDDDDD;
  cursor: pointer;
  float: left;
  height: 100%;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: center; }

/*.frame ul li.relative img {
    max-width: none;
    
}*/
.frame ul li:hover .zoom-image {
  opacity: 1; }

.scrollbar {
  background: none repeat scroll 0 0 #CCCCCC;
  height: 5px;
  line-height: 0; }

.single-format-gallery .scrollbar {
  height: 5px;
  margin-top: -6px; }

.scrollbar .handle {
  background: #000;
  cursor: pointer;
  height: 100%;
  width: 100px; }

.scrollbar .handle .mousearea {
  height: 20px;
  left: 0;
  position: absolute;
  top: -9px;
  width: 100%; }

.controls {
  width: 100%; }
  .controls .btn:focus {
    outline-width: 0px; }

.controls .btn.prev, .controls .btn.next {
  background: transparent;
  height: auto !important;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px; }

.controls .btn.prev {
  margin-left: 5px; }

.controls .btn.next {
  right: 5px; }

.single-format-gallery .controls .btn.prev {
  left: 0; }

/*---------------------------------EOF scrollbar----------------------------------*/
/*Sly desktop content*/
.sly-content-wrapper {
  width: 34px;
  z-index: 14;
  /*overflow-y:scroll;*/
  height: 100%;
  overflow-x: hidden; }

.sly-content-over-open {
  width: 34px;
  height: 34px;
  background: url(../../images/open-sly-content.png) no-repeat center center;
  /*background-size:contain;*/
  background-size: calc(80%);
  background-color: rgba(233, 233, 233, 0.9);
  cursor: pointer;
  position: absolute;
  z-index: 14;
  left: 0px;
  top: 0px; }

.sly-content-over {
  width: 500px;
  z-index: 15;
  height: 100%;
  background: rgba(233, 233, 233, 0.9);
  text-align: left;
  padding: 50px;
  overflow-y: auto !important;
  position: absolute;
  margin-left: -500px; }
  .sly-content-over .entry-title, .sly-content-over .author, .sly-content-over .post-meta .six.columns {
    text-align: left; }
  .sly-content-over .post-meta .six.columns {
    padding-left: 0px;
    margin-left: -13px; }
  .sly-content-over .post-content {
    margin-top: 40px; }

.close-sly-content-over {
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0px;
  background-color: rgba(233, 233, 233, 0.9);
  text-align: center;
  vertical-align: middle;
  z-index: 13; }

.close-sly-content-over:before {
  content: '\2715';
  font-family: none;
  font-size: 20px;
  font-weight: 100;
  position: relative;
  top: 8px; }

.flo-page-title .twelve.columns {
  float: none; }

#footer-container.sticky-footer {
  position: fixed;
  bottom: 0px;
  width: 100%; }

.padding_cat {
  float: none; }

.gallery_padding.cosmo-thumb-view {
  margin: 0 6px; }
  .gallery_padding.cosmo-thumb-view .gallery {
    padding: 0 9px; }
  .gallery_padding.cosmo-thumb-view article {
    margin-bottom: 18px; }

.nav-menu ul.children li {
  text-align: left; }

.header_style1 {
  padding-top: 40px; }
  .header_style1 .logo-row:before {
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.25em;
    position: absolute; }
  .header_style1 .header-logo, .header_style1 .header-text {
    float: none !important;
    display: inline-block;
    vertical-align: middle; }
  .header_style1 .header-logo {
    margin-right: -4px; }
  .header_style1 .header-text {
    text-align: right;
    vertical-align: middle;
    line-height: 1.5em; }
  .header_style1 .social {
    text-align: right; }
    .header_style1 .social .cosmo-social li {
      line-height: 3em;
      height: 3em;
      vertical-align: middle; }

.header_style2 {
  padding-top: 30px;
  padding-bottom: 30px; }
  .header_style2 .header-main-menu:before {
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.25em;
    position: absolute; }
  .header_style2 .columns {
    float: none !important;
    display: inline-block;
    vertical-align: middle; }
  .header_style2 .columns.logo, .header_style2 .columns.menu {
    margin-right: -4px; }
  .header_style2 .cosmo-social {
    text-align: right; }
  .header_style2 .header-main-menu {
    text-align: center; }
  .header_style2 .logo {
    margin-top: -8px; }

.header_style3 {
  padding-top: 40px;
  padding-bottom: 40px; }
  .header_style3 .primary-navigation li {
    height: 100%;
    line-height: 100%;
    vertical-align: middle; }
  .header_style3 .primary-navigation .nav-menu {
    text-align: center; }
  .header_style3 .socialicons {
    text-align: center; }

.header_style4 {
  padding-top: 40px;
  padding-bottom: 40px; }
  .header_style4 .logo, .header_style4 .primary-navigation {
    text-align: center; }
  .header_style4 .logo {
    margin-bottom: 20px; }

header.slideshow-above-menu .fluid_container {
  margin-bottom: 30px; }

/*flo-text-widget*/
.flo-text-widget {
  line-height: 1.5em; }
  .flo-text-widget .widget-title {
    margin-bottom: 10px; }

.three.columns .flo-text-widget .four.columns, .three.columns .flo-text-widget .eight.columns {
  width: 100%; }
.three.columns .flo-text-widget .eight.columns {
  margin-top: 25px; }

/*EOFflo-text-widget*/
/*Flo images widget*/
footer#footer-container .flo-image-block a {
  background: transparent; }

.flo-image-block {
  /*for mobile devices*/ }
  .flo-image-block .ic {
    display: inline-block;
    margin: 0px;
    position: relative;
    text-align: center;
    padding: 0 1px; }
  .flo-image-block .ic:before, .flo-image-block .ic:after {
    display: none; }
  .flo-image-block img {
    margin: 0px;
    padding: 0px; }
  .flo-image-block .hover {
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 13px; }
    .flo-image-block .hover .inner-block {
      width: 100%;
      height: 100%;
      position: relative;
      top: 0px;
      left: 0px; }
    .flo-image-block .hover .inner-title {
      position: absolute;
      top: 50%;
      margin-top: -30px;
      width: 100%;
      text-align: center; }
  .flo-image-block .ic:hover > a > .hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  .flo-image-block .image-title {
    display: block; }
  .flo-image-block .delimiter.line {
    margin: 10px auto 0px;
    width: 70px; }
  .flo-image-block .button-title {
    display: block;
    margin-top: 10px; }
  @media only screen and (max-width: 600px) {
    .flo-image-block .ic {
      width: 100% !important;
      max-height: none !important; }
    .flo-image-block .hover {
      position: relative;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=1); }
      .flo-image-block .hover .inner-block {
        background-color: transparent !important;
        color: #000 !important;
        margin-bottom: 30px; }
        .flo-image-block .hover .inner-block a {
          color: #000 !important; }
      .flo-image-block .hover .inner-title {
        position: relative;
        top: 0;
        margin-top: 0px; } }

/*EOF Flo images widget*/
.single-video .entry-title {
  margin-bottom: 50px; }
.single-video .share-label {
  display: none; }
.single-video .box-sharing .share-options {
  width: 100%;
  text-align: center; }
.single-video .post-meta .six.columns {
  width: 100%;
  text-align: center; }

/* START Sliva bloc title,date and category */
h2.title {
  margin-top: 0px; }

.single-post #main .title, .single-video #main .title {
  float: left;
  margin-top: 30px; }

@media screen and (max-width: 600px) {
  .list .cosmo-list-view h2.entry-title, .single h2.entry-title {
    margin-bottom: 2px; }
  .list .cosmo-list-view .post-meta-container, .single .post-meta-container {
    display: block;
    clear: both; }
    .list .cosmo-list-view .post-meta-container .meta_single, .single .post-meta-container .meta_single {
      float: none; }
      .list .cosmo-list-view .post-meta-container .meta_single .post_date_single, .single .post-meta-container .meta_single .post_date_single {
        text-align: left;
        margin-top: 0px; } }
.post-meta-container .meta_single {
  float: right; }
.post-meta-container .post_date_single {
  display: block;
  margin-top: 38px;
  line-height: 22px;
  text-align: right; }
.post-meta-container .cat_single {
  white-space: pre;
  margin-top: 58px;
  line-height: 22px; }

.note_share {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px; }
  .note_share .note_single {
    height: 100px;
    border-bottom: 2px solid #e1e1e1;
    text-align: center; }
  .note_share .share_single {
    height: 130px;
    border-bottom: 2px solid #e1e1e1;
    text-align: center; }
    .note_share .share_single ul {
      margin-top: 10px; }
  .note_share .note {
    width: 40%;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    float: left;
    height: 135px; }
    .note_share .note h3 {
      margin: 40px 0 15px 12px; }
    .note_share .note .add_note {
      display: block;
      margin-left: 14px;
      font-size: 14px; }
  .note_share .note_single .add_note {
    display: block;
    margin-left: 14px;
    font-size: 14px; }
  .note_share .share {
    width: 60%;
    border-bottom: 1px solid #e1e1e1;
    display: inline-block;
    height: 135px; }
    .note_share .share ul {
      margin-top: 10px; }

.note_share:after {
  display: block;
  clear: both; }

#commentform input {
  border-color: inherit; }
#commentform textarea {
  border-color: inherit; }
#commentform .row_three_columns {
  width: 100%;
  position: relative;
  clear: both; }
  #commentform .row_three_columns .columns {
    padding: 0 2px; }
#commentform .comment-form-comment {
  width: 100%; }
  #commentform .comment-form-comment textarea {
    height: 60px;
    position: relative;
    bottom: 10px; }
#commentform .form-submit {
  position: relative;
  width: 100%;
  text-align: right;
  clear: both; }
#commentform .twelve {
  padding: 0 2px; }

.share-label {
  margin-left: 30px;
  margin-top: 40px;
  color: inherit !important;
  font-size: 27px; }
  @media screen and (max-width: 780px) {
    .share-label {
      margin-top: 30px;
      margin-left: 0;
      text-align: center; } }
  @media screen and (max-width: 400px) {
    .share-label {
      margin-left: 0;
      text-align: center;
      position: relative; } }
  .share-label a {
    font-size: 14px; }
  .share-label .share-label_span {
    display: block;
    margin-top: 0px; }

.single-post .share-label_span {
  margin-top: 0px; }

.box-sharing {
  margin-top: 40px; }
  @media screen and (max-width: 780px) {
    .box-sharing {
      margin-top: 0;
      text-align: center; } }
  @media screen and (max-width: 400px) {
    .box-sharing {
      text-align: center; } }

@media only screen and (max-width: 900px) {
  /*body .share-label_span, body .note h3 a, body .note_single h3{
      font-size: 14px !important;    
  }*/
  body .share-label {
    margin-bottom: 15px; } }
.form-submit #submit {
  padding: 0 40px; }

.comment_text {
  display: inline;
  font-size: 13px; }

.comment_time_name {
  float: left;
  max-width: 90px;
  word-wrap: break-word; }

.comment_text_block {
  margin-left: 100px; }

.cosmo-comment-quote {
  padding-bottom: 10px;
  width: 76%;
  float: left; }

.cosmo_time .comment_date_time {
  float: right; }
  @media screen and (max-width: 400px) {
    .cosmo_time .comment_date_time {
      float: left; } }
  @media screen and (max-width: 720px) {
    .cosmo_time .comment_date_time {
      float: left; } }

h2.post-title {
  font-weight: normal; }

.user {
  color: #818080; }

/*END Sliva bloc title,date and category */
.cosmo-grid-view .grid_hover_div_padding, .cosmo-thumb-view .grid_hover_div_padding,
.cosmo-grid_two_columns-view .grid_hover_div_padding, .cosmo-list_right_content-view .grid_hover_div_padding, .video-content-container .grid_hover_div_padding, .video-content-container .feat-play .icon-youtube-play {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  .cosmo-grid-view .grid_hover_div_padding :hover .for_title_below, .cosmo-thumb-view .grid_hover_div_padding :hover .for_title_below,
  .cosmo-grid_two_columns-view .grid_hover_div_padding :hover .for_title_below, .cosmo-list_right_content-view .grid_hover_div_padding :hover .for_title_below, .video-content-container .grid_hover_div_padding :hover .for_title_below, .video-content-container .feat-play .icon-youtube-play :hover .for_title_below {
    visibility: visible;
    width: 100%;
    height: 100%; }

.cosmo-thumb-view.title-over .section_hover {
  display: none; }
.cosmo-thumb-view.title-over :hover article section .padding_visible {
  opacity: 1; }

/*START Gallery Grid View*/
.cosmo-grid-view .four.columns:nth-child(3n+1) {
  clear: left; }
.cosmo-grid-view .six.columns:nth-child(2n+1) {
  clear: left; }
.cosmo-grid-view .three.columns:nth-child(4n+1) {
  clear: left; }

.cosmo-grid-view article section.entry-content h3.entry-title {
  color: inherit;
  font-size: 13px !important;
  font-family: "tradegothicltstd" !important;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 0px 15px 0px;
  line-height: 1.1;
  -webkit-transition: .3s color linear;
  -moz-transition: .3s color linear;
  -o-transition: .3s color linear;
  -ms-transition: .3s color linear;
  transition: .3s color linear; }

.cosmo-grid-view article {
  /*margin-bottom: 30px;*/ }

.cosmo-grid-view article header .featimg {
  line-height: 0;
  margin-bottom: 20px;
  position: relative; }

.cosmo-grid-view article header .featimg img {
  width: 100%; }

.cosmo-grid-view article header .featimg .entry-feat-overlay {
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s opacity ease-in; }

.cosmo-grid-view article header .featimg .entry-feat-overlay a {
  color: inherit; }

.cosmo-grid-view article header .featimg .entry-feat-overlay .entry-date {
  top: 50%;
  left: 50%;
  margin-left: -35%;
  height: 90px;
  margin-top: -45px;
  width: 70%;
  position: absolute;
  font-size: 24px;
  line-height: 1;
  color: #454545;
  font-weight: 300; }

.cosmo-grid-view article header .featimg .entry-feat-overlay .entry-date > a {
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 15px; }

.cosmo-grid-view article header .featimg .entry-feat-overlay .entry-date em {
  display: block;
  font-style: normal;
  margin: 15px 0;
  position: relative; }

.cosmo-grid-view article header .featimg .entry-feat-overlay .entry-date em:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #454545;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -25px; }

.cosmo-grid-view article header .featimg .entry-feat-overlay .entry-date i {
  display: block;
  font-style: normal;
  margin-bottom: 10px; }

.cosmo-grid-view article header .featimg .entry-feat-overlay .entry-date .share-options {
  margin: 0;
  list-style-type: none; }

.cosmo-grid-view article header .featimg .entry-feat-overlay .entry-date .share-options li {
  display: inline-block;
  color: #454545;
  font-size: 12px;
  margin-right: 5px; }

.cosmo-grid-view article section.entry-content h3.entry-title {
  font-weight: 300;
  color: inherit;
  font-family: 'Pathway Gothic One', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.8;
  margin: 0 0 5px 0;
  line-height: 1.4;
  -webkit-transition: .3s color linear;
  -moz-transition: .3s color linear;
  -o-transition: .3s color linear;
  -ms-transition: .3s color linear;
  transition: .3s color linear; }

.cosmo-grid-view article section.entry-content h3.entry-title a {
  color: inherit; }

.cosmo-grid-view article section.entry-content .entry-excerpt {
  color: inherit;
  line-height: 1.5;
  font-family: inherit;
  -webkit-transition: .3s color linear;
  -moz-transition: .3s color linear;
  -o-transition: .3s color linear;
  -ms-transition: .3s color linear;
  transition: .3s color linear; }

.cosmo-grid-view article footer.entry-footer {
  margin: 0 -30px 0 -30px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  font-family: 'Open Sans', Helvetica, sans-serif; }

.cosmo-grid-view .grid-meta {
  padding-bottom: 20px;
  font-family: 'Georgia';
  font-size: 11px;
  font-style: italic; }

body.black-skin .cosmo-grid-view article footer.entry-footer {
  border-bottom: 5px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

footer#footer-container {
  padding: 30px 0; }

.cosmo-grid-view article footer.entry-footer .columns:last-child {
  text-align: right;
  font-size: 12px; }

.cosmo-grid-view article footer.entry-footer a.read-more {
  color: inherit;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  font-size: 12px;
  display: inline-block; }

/* Thumb view */
.cosmo-thumb-view {
  clear: both; }

.cosmo-thumb-view article {
  margin-bottom: 30px;
  position: relative; }

.cosmo-thumb-view.no-gutter.title-over article {
  margin-bottom: 0; }

.cosmo-thumb-view.no-gutter > .columns {
  padding: 0px 10px 0px 10px; 
  margin: 0px 0px 0px -10px; }

.cosmo-thumb-view.title-below article:hover > header {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30); }

.cosmo-thumb-view article h3 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #595959;
  margin: 0; }

.cosmo-thumb-view.title-over article .the-title-hover {
  left: 0px; }

.cosmo-thumb-view.title-below.left_title section .entry-title {
  text-align: left; }

.cosmo-thumb-view.title-below.center_title section .entry-title {
  text-align: center; }

.cosmo-thumb-view.title-below.right_title section .entry-title {
  text-align: right; }

.cosmo-thumb-view article .featimg {
  margin-bottom: 0; }

.cosmo-thumb-view.title-below article .featimg {
  margin-bottom: 28px; }

.cosmo-thumb-view.title-over article section {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%; }

.cosmo-thumb-view.title-over article section .padding_visible {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0; }

.latest-galleries .cosmo-thumb-view.title-over article section {
  cursor: pointer; }

.cosmo-thumb-view.title-over article section .entry-title {
  top: 50%;
  position: absolute;
  margin: -40px auto;
  width: 100%;
  text-align: center; }

.page-template-template-latest-testimonials-php .cosmo-thumb-view.title-over article section {
  text-align: left;
  padding: 20px;
  overflow: hidden;
  height: 100%; }

.page-template-template-latest-testimonials-php .cosmo-thumb-view.title-over article section .entry-title-testimonial {
  position: relative;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  body .cosmo-thumb-view.title-over article section {
    position: relative;
    display: block; }
    body .cosmo-thumb-view.title-over article section .padding_visible {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      background: transparent; }
      body .cosmo-thumb-view.title-over article section .padding_visible .entry-title {
        position: relative;
        top: 0px;
        margin-top: 0px; }
      body .cosmo-thumb-view.title-over article section .padding_visible .hr_center {
        display: none; }
      body .cosmo-thumb-view.title-over article section .padding_visible .the-categ {
        display: none; } }
.page-template-template-latest-testimonials-php .cosmo-thumb-view.title-over article .entry-meta-link {
  margin-top: 20px;
  font-size: 12px; }

.page-template-template-latest-testimonials-php .inner-content {
  position: relative;
  overflow: hidden;
  max-height: 100%;
  line-height: 16px; }

.cosmo-thumb-view article h2 a i:before {
  width: auto;
  margin: 0; }

.cosmo-thumb-view.title-over .type-video article section h2 {
  margin-top: -25px;
  font-size: 20px; }

.cosmo-thumb-view.title-below .type-video article header {
  margin-bottom: 10px; }

.cosmo-thumb-view.title-below .type-video article section h2 a div {
  display: inline-block; }

.type-video article section .icon-play:before {
  content: '\25b6';
  margin-left: 5px; }

.cosmo-thumb-view.title-over article {
  overflow: hidden; }

.cosmo-thumb-view.title-over article section h2 {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 100%;
  text-align: center; }

.cosmo-thumb-view.margin-top30 {
  margin-top: 30px !important; }

@media only screen and (max-width: 768px) {
  .gallery_padding .gallery {
    width: 100% !important; } }
.latest-videos .cosmo-thumb-view {
  margin-bottom: 30px; }

/*for masonry we need to make columns a bit smaller*/
/*.massonry .massonry-elem.three{width:24.95%;} */
.massonry .massonry-elem.six {
  width: 49.99%; }

.left-layout .featimg {
  text-align: left;
  margin-bottom: 60px; }

.left-layout > .row {
  margin-left: 20px;
  margin-right: 20px; }

body:not(.page, .single) .center-layout > .row {
  margin-left: 20px;
  margin-right: 20px; }

.page-template-template-page-php .row.cosmo-grid-view, .page-template-template-page-php .row.cosmo-thumb-view {
  margin-left: 0px; }

.full-post > .row {
  width: auto;
  clear: both; }

.full-post > .row > .columns:first-child {
  padding-left: 0; }

.full-post > .row > .columns:last-child {
  padding-right: 0; }

@media only screen and (max-width: 1200px) {
  .single-video .row.full-post .columns.attached-images img {
    max-width: 95%; } }
.entry-excerpt {
  word-wrap: break-word; }

.hr_center {
  border: 1px solid;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px; }

.entry-title .the-categ {
  position: absolute;
  z-index: 9999999;
  text-align: center;
  width: 100%; }

.cosmo-grid-view .hover_grid {
  width: 100%;
  height: 100%; }

.cosmo-grid-view .section_hover {
  position: absolute;
  width: 100%;
  height: 100%; }

.cosmo-list_right_content-view .grid_hover_div_padding {
  width: 100%;
  height: 100%; }

.cosmo-grid-view .grid_hover_div_padding {
  width: 100%;
  height: 100%; }

.cosmo-thumb-view .section_hover {
  position: absolute;
  width: 100%;
  height: 100%; }

.cosmo-list_right_content-view .section_hover {
  position: absolute;
  width: 100%;
  height: 100%; }

.cosmo-thumb-view .grid_hover_div_padding {
  width: 100%;
  height: 100%; }

.cosmo-thumb-view .headimg img {
  max-width: 100%; }

ul.thumbs-splitter li {
  border: 1px solid #ededed;
  padding: 5px 10px;
  margin-left: 25px; }
  @media only screen and (max-width: 700px) {
    ul.thumbs-splitter li {
      margin-left: 0;
      margin-right: 7px;
      margin-bottom: 15px; } }

@media only screen and (max-width: 700px) {
  ul.thumbs-splitter {
    font-size: 0px !important; } }
.list-image-left:first-child {
  margin-top: 0; }

div.list-image-left:last-child {
  border-bottom: 1px solid transparent; }

.list-image-left {
  width: 100%;
  float: left;
  margin-top: 46px;
  border-bottom: 1px solid #ededed; }
  .list-image-left .content-container {
    margin-bottom: 56px;
    padding: 0; }
  .list-image-left .list-meta {
    padding-top: 34px; }
  .list-image-left section {
    margin-left: 64px; }
    @media only screen and (max-width: 768px) {
      .list-image-left section {
        margin-left: 0; } }
  .list-image-left .read_more_list_view_button {
    padding: 13px 46px;
    color: #fff;
    text-transform: uppercase; }
  .list-image-left .entry-excerpt {
    line-height: 1.8em; }
  .list-image-left .entry-title a {
    text-transform: uppercase; }
  .list-image-left .padding_image {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%; }
  .list-image-left .padding_border {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative; }

.cosmo-list_right_content-view .post-cblock {
  padding: 0 !important;
  margin-bottom: 42px; }
  .cosmo-list_right_content-view .post-cblock article header {
    padding: 0 !important; }
  .cosmo-list_right_content-view .post-cblock section .grid-meta {
    margin-top: 30px; }
  .cosmo-list_right_content-view .post-cblock article {
    overflow: hidden;
    border: 1px solid #ededed; }
  .cosmo-list_right_content-view .post-cblock section {
    overflow: hidden;
    margin-bottom: 2px;
    padding: 0px 30px 0px 30px; }
  .cosmo-list_right_content-view .post-cblock .entry-title {
    word-wrap: break-word; }
  .cosmo-list_right_content-view .post-cblock .entry-excerpt {
    line-height: 1.5em;
    margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .cosmo-list_right_content-view .post-cblock .featimg img {
      width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 878px) {
    .cosmo-list_right_content-view .post-cblock .featimg .noimage_image {
      height: 215px; } }

@media only screen and (min-width: 768px) {
  .cosmo-list_right_content-view {
    margin-left: -20px;
    margin-right: -20px; }
    .cosmo-list_right_content-view .post-cblock {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
.link_read_more_list_view {
  margin-top: 50px;
  margin-bottom: 50px; }

.list_right_content .featimg img {
  width: 100%; }
.list_right_content .title-container .entry-title {
  line-height: 1.1em; }

.cosmo-thumb-view.title-below .hr_center, .cosmo-thumb-view.title-below .the-categ {
  display: none; }

.grid_two_columns div.type-post article {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important; }

.no_image_class {
  float: left; }
  .no_image_class .entry-content {
    margin: 0; }

.no_image_class_title {
  margin-bottom: 0 !important; }

#no_image_class_post_block {
  margin-top: 0 !important; }

.no-gutter article {
  margin-bottom: 0; }
.no-gutter .entry-content {
  position: relative;
  top: -10px; }

.has-gutter.title-below article {
  margin-bottom: 0; }

.has-gutter .entry-content {
  position: relative;
  top: -5px; }

#comments #reply-title {
  text-align: center; }
#comments .fb_iframe_widget {
  width: 100%;
  text-align: center; }

.featimg:hover .section_hover .for_title_below {
  visibility: visible; }

.for_title_below {
  -webkit-transition: visibility 0.5s ease-in;
  -moz-transition: visibility 0.5s ease-in;
  -ms-transition: visibility 0.5s ease-in;
  -o-transition: visibility 0.5s ease-in;
  transition: visibility 0.5s ease-in;
  text-align: center;
  position: relative;
  top: 45%;
  width: 100%;
  height: 100%;
  visibility: hidden; }
  .for_title_below hr {
    margin: 15px auto;
    width: 76px;
    position: relative;
    display: block;
    		/*left: 50%;
            margin-left: -38px;*/ }

.cosmo-grid-view .columns {
  padding: 5px 5px; }

@media only screen and (max-width: 768px) {
  .grid_two_columns .cosmo-list_right_content-view.massonry .massonry-elem {
    width: 100% !important; } }

.cosmo-list-view > div.post {
  clear: both; }
.cosmo-list-view #comments {
  display: none; }
.cosmo-list-view .title {
  float: left;
  margin-top: 30px; }
.cosmo-list-view .post-meta-container .meta_single {
  float: right; }
.cosmo-list-view .rsNav.rsBullets {
  display: none; }

.archive .comment-reply-link {
  display: none; }

.blog .comment-reply-link {
  display: none; }

.page_about_template .description p {
  font-size: 13px !important;
  line-height: 1.5em !important; }
.page_about_template .section_row {
  margin-bottom: 100px; }
.page_about_template .five {
  padding-left: 0;
  padding-riht: 45px; }
  @media only screen and (max-width: 768px) {
    .page_about_template .five img {
      width: 100%;
      max-width: 100%; } }
.page_about_template .six {
  margin-left: 30px; }
  .page_about_template .six .main-container {
    border-right: 1px solid #ededed;
    padding-right: 50px; }
  .page_about_template .six .post-title h2.block-title {
    padding: 0; }
.page_about_template .transparent_color_title h2 {
  color: transparent !important; }
@media only screen and (min-width: 768px) {
  .page_about_template .meta_descr {
    padding-left: 0px; } }

.about_button_div {
  position: relative;
  top: 60px; }
  .about_button_div a.about_button {
    padding: 10px 46px;
    color: #ffffff;
    text-transform: uppercase; }

.meta_descr .description {
  font-size: 13px;
  line-height: 1.5em; }

@media only screen and (max-width: 945px) {
  .eight .six {
    margin-left: 10px; } }

.social_share_buttons .share-label_span {
  display: none; }
.social_share_buttons .six.columns.share-options {
  width: 100%;
  text-align: center;
  margin-left: 0px; }

/*------------ Mobile Header ------------*/
.has-mobile-header .page-without-title {
  margin: 0; }

.mobile-header {
  z-index: 15;
    /*.socialicons {
        display: none;

        .cosmo-social > li {

            > a {
                width: 50px;

                i {
                    width: auto;
                    height: auto;
                    position: static;
                    margin-left: 0;
                }
            }
        }
    }*/ }
  .mobile-header .logo-container {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px; }
  .mobile-header .cosmo-social {
    text-align: center; }
    .mobile-header .cosmo-social [class^="icon-"]:before {
      position: static;
      margin-left: 0.2em; }
  @media only screen and (min-width: 1025px) {
    .mobile-header:not(.header_style3) .cosmo-social {
      text-align: right; } }

.mobile-menu-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  /*font-size: 200%;*/
  /*i:before{
      font-size: 200%;
  }*/ }

.header-mobile__top {
  background: #fff;
  z-index: 20; }

.header-mobile__bottom {
  background: #fff;
  display: none; }
  .header-mobile__bottom ul,
  .header-mobile__bottom ol {
    list-style: none; }
    .header-mobile__bottom ul a,
    .header-mobile__bottom ol a {
      color: #000;
      padding-top: 11px;
      padding-bottom: 10px;
      display: block; }

.is-mobile-menu-open .socialicons,
.is-mobile-menu-open .header-mobile__bottom {
  display: block; }
.is-mobile-menu-open .header-mobile__top {
  -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2); }

@media only screen and (min-width: 481px) and (max-width: 1024px) {
  .mobile-header .logo-container {
    text-align: center; } }
#secondary {
  padding-top: 40px; }

blockquote {
  border-left: 0px; }

blockquote:before {
  content: open-quote;
  font-size: 3em;
  position: absolute;
  line-height: 1; }

blockquote:after {
  visibility: hidden;
  content: close-quote; }

blockquote p {
  border-left: 0px;
  line-height: 1.8em;
  padding-left: 50px; }

textarea, input[type="text"] {
  padding: 8px 15px; }

h3.entry-title {
  color: inherit;
  font-size: 13px !important;
  font-family: "tradegothicltstd" !important;
  font-weight: normal; 
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 0px 15px;
  line-height: 1.1;
  transition: color 0.3s linear 0s;
  }

.widget_categories, .widget_archive, .widget_meta, .widget_pages, .widget_recent_comments, .widget_recent_entries {
  text-align: center; }
  .widget_categories > ul > li, .widget_archive > ul > li, .widget_meta > ul > li, .widget_pages > ul > li, .widget_recent_comments > ul > li, .widget_recent_entries > ul > li {
    margin-bottom: 15px; }
    .widget_categories > ul > li li, .widget_archive > ul > li li, .widget_meta > ul > li li, .widget_pages > ul > li li, .widget_recent_comments > ul > li li, .widget_recent_entries > ul > li li {
      margin-bottom: 15px; }

.feat-video-img .grid_hover_div_padding {
  height: 100%;
  width: 100%; }

.feat-video-img .section_hover {
  position: absolute;
  width: 100%;
  height: 100%; }

.page_about_template .hide_a {
  display: none; }

.hide_a {
  position: relative;
  top: 14px; }

/*.flo-next-nav{
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid red;
    right: 0px; 
}*/
/* Flat Buttons */
a.cosmo-button.flat,
a.cosmo-button:visited.flat {
  text-shadow: none;
  box-shadow: none; }

a.cosmo-button.square.flat {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important; }

a.cosmo-button:active.flat {
  box-shadow: none; }

a.cosmo-button.green.flat {
  border-color: #8dd242 !important;
  background: #8dd242; }

a.cosmo-button.green:hover.flat {
  border-color: #8dd242 !important;
  background: #8dd242; }

a.cosmo-button.light-blue.flat {
  border-color: #32bcef !important;
  background: #32bcef; }

a.cosmo-button.light-blue:hover.flat {
  border-color: #32bcef !important;
  background: #32bcef; }

a.cosmo-button.blue.flat {
  border-color: #1188d6 !important;
  background: #1188d6; }

a.cosmo-button.blue:hover.flat {
  border-color: #1188d6 !important;
  background: #1188d6; }

a.cosmo-button.red.flat {
  border-color: #ff5e56 !important;
  background: #ff5e56; }

a.cosmo-button.red:hover.flat {
  border-color: #ff5e56 !important;
  background: #ff5e56; }

a.cosmo-button.orange.flat {
  border-color: #ffc531 !important;
  background: #ffc531; }

a.cosmo-button.orange:hover.flat {
  border-color: #ffc531 !important;
  background: #ffc531; }

a.cosmo-button.purple.flat {
  border-color: #eb90e0 !important;
  background: #eb90e0; }

a.cosmo-button.purple:hover.flat {
  border-color: #eb90e0 !important;
  background: #eb90e0; }

a.cosmo-button.grey.flat {
  color: #555555 !important;
  border-color: #f6f6f6 !important;
  background: #f6f6f6; }

a.cosmo-button.grey:hover.flat {
  border-color: #f6f6f6 !important;
  background: #f6f6f6; }

a.cosmo-button.black.flat {
  border-color: #575757 !important;
  background: #575757; }

a.cosmo-button.black:hover.flat {
  border-color: #575757 !important;
  background: #575757; }

/* END Flat Buttons */
.box-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10; }
