@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:300,400,500,700');

@charset "utf-8";
/* CSS Document */
/*------------------------------------*\
  RESET
\*------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 13px; /* 13px */
  line-height: 1.846;
  font-family: 'Roboto',Arial,Helvetica,Verdana,sans-serif;
  background: #fff; /* background: url(../images/body-bg.jpg); */
}
a,
a:link,
a:visited {
  color:#eb4735;
  text-decoration: none;
}
a:focus,
a:hover,
a:active {
  color: #000;
}

/*--- HEADINGS ---*/
h1{
  font-size:2em;      /* 24px */
  margin-bottom:1em;  /* 24px */
  line-height:1;    /* 24px */
  font-weight: bold;
}
h2{
  font-size:1.6em;    /* 19.5px */
  margin-bottom:1.3333em;    /* 24px */
  line-height:1.3333;      /* 24px */
  font-weight: bold;
}
h3{
  font-size:1.4em;    /* 16.25 */
  margin-bottom:1.477em;  /* 24px */
  line-height:1.477;    /* 24px */
  font-weight: bold;
}
h4{
  font-size:1.2em;    /* 14.6px */
  margin-bottom:1.64em;  /* 24px */
  line-height:1.64;    /* 24px */
}
h5{
  font-weight:bold;
}
h5,
h6{
  font-size:1em;      /* 16px */
  margin-bottom:1.5em;  /* 24px */
  line-height:1.5;    /* 24px */
}
h6.site-slogan { font-size: 1em; text-align: center; }
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", Arial,Helvetica,Verdana,sans-serif;
}
h1.page-header {
  color: #222;
  font-weight: bold;
  line-height: 1.3333;
  margin-bottom: 1em;
  padding: 10px 0 15px;
  border-bottom: 1px solid #ddd;;
}
p, address, pre, table {
  margin-bottom: 1.846em;
}
ul, ol {
  margin: 10px 0 10px 20px;
}
article.node ul, article.node ol {
  margin: 0 0 1.846em 60px;
}
pre,
div.code {
  border-left: 5px solid #eb4735;
  background: #eee;
  color: #000;
  padding: 0.2em 10px;
}
.highlight {
  background: #eb4735;
  color: #fff;
}
blockquote {
  padding-left: 60px;
  background: url(../images/blockquote.png) 0 0 no-repeat;
}
.typo-label {
  font-size:1.4em;    /* 18px */
  margin-bottom:1.333em;    /* 24px */
  line-height:1.333;  
  padding: 0px 10px;
  color: #eb4735;
  background: #eee;
  border: 0px solid #eb4735;
}
.btn {
  border-radius: 0;
  padding: 0.7em 1.5em; 
  font-weight: bold;
}
.btn-primary {
  color: #fff;
  background-color: #eb4735;
  border-color: #eb4735;
}
img {
  max-width: 100%;
} 

/*------------------------------------*\
  Pages Background
\*------------------------------------*/
#page {
}
/*  Zone branding  */
.top-bar-wrapper {
  background-color: #0d1117;
  color: #fff;
}
.navbar-wrapper {
  border-bottom: 1px solid #dfdfdf;
}
.navbar-collapse-wrapper {
  border-bottom: 3px solid #eb4735;
}
  
/* Zone header */
.header-wrapper {
  background: #fff;
  padding-top: 40px;
}
/* Zone content */
.main-container {
  padding-top: 40px;
  padding-bottom: 20px;
}
.path-frontpage .main-container {
  padding-top: 20px;
}
/* Postscript */
.postscript-wrapper {
  background: #111820;
  color: #fff;
  padding: 50px 0;
}

/* Zone footer */
.footer-wrapper {
  background: #0d1117;
  color: #fff;
  padding-top: 20px;
}
/* Region Sidebar Second */
.blockFloat-processed {
  margin-left: -1px;
  }
#region-sidebar-second {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}
/*------------------------------------*\
  Pages CSS
\*------------------------------------*/
/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}
/*
 * Header
 */
.navbar {
  margin-bottom: 0;
}
.site-branding {
  float: left;
  margin: 45px 0;
  width: 100%;
  text-align: center;
}
a.logo /* Wrapping link for logo */ {
  text-align: center;
  width: 100%;
}
.navbar-header .navbar-text /* Wrapper for website name and slogan */ {
  clear: left;
  color: #000;
  font-family: "Roboto Condensed",Arial,Helvetica,Verdana,sans-serif;
  font-size: 15px;
  margin: 0 0 10px;
  float: none;
}
h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size:1.4em;    /* 19.5px */
  line-height:1.3333; 
}
#site-slogan /* The slogan (or tagline) of a website */ {
}
.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 1.846em;
  display: none;
}
h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h3.title /* Comment title */ {
  margin: 0;
}

/* Page and full node titles */
h1.title {
  color:#222;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 180%;
  line-height: 1.3333;
  font-family: "Roboto Condensed", Arial,Helvetica,Verdana,sans-serif;
  padding: 10px 0px 0;
}

/* Table */
table.no-border {
  margin: 0;
}
table.no-border tr,
table.no-border td {
  border: none;
  background: none;
}
tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
  background: none;
} 
tr.odd /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
  background-color: #fff !important;
}
th, tr.even {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
  background-color: #f7f7f7 !important;
}
th { font-family: 'Roboto Condensed',Arial,sans-serif; font-size: 110%; text-transform: uppercase; }

/* Messages */
div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
  margin: 1.846em 0; /* Drupal core uses "6px 0" margin */
}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}
div.status /* Normal priority messages */ {
}
div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}
div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}
.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}
.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}
div.tabs /* See also the tabs.css file. */ {
}
.more-help-link /* Link to more help */ {
}
ul.links /* List of links */ {
}
ul.links.inline {
  display: block; /* Let the links be inline, but the container be a block. */
}
ul.links li {
  padding: 0 1em 0 0; /* LTR */
}
li.comment-add a,
li.comment-add a.active {
  float: right;
}
li.comment_forbidden {
  float: right;
}

/* Pager */
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-right: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.pagination > li > a, .pagination > li > span {
  margin: 0 4px;
  color: #eb4735;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  margin-left: 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #eb4735;
  border-color: #eb4735;
}
.feed-icon /* The link to the RSS or Atom feed for the current list of content */ {
  }
.feed-link img {
  padding: 0 0 5px 5px;
}
.more-link /* Aggregator, blog, and forum more link */ {
  }
.tabs--primary {
  margin-bottom: 20px;
  margin-left: 0;
}
.pager-nav {
  clear: left;
}

/*------------------------------------*\
  NAVIGATION CSS
\*------------------------------------*/
/*
 * The active item in a Drupal menu
 */
li a.active {
  color: #eb4735;
}

/*
 * Navigation bar
 */
#navigation {
  /* overflow: hidden; /* Sometimes you want to prevent overlapping with main div. */
}
#navigation ul.links, /* Main menu and secondary menu links */
#navigation .content ul /* Menu block links */ {
  margin: 0;
  padding: 0;
  text-align: left; /* LTR */
}
#navigation ul.links li, /* A simple method to get navigation links to appear in one line. */
#navigation .content li {
  float: left; /* LTR */
  padding: 0 10px 0 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/* Nagivation Menu */
#block-system-navigation ul { margin: 10px 0 10px 20px; }

/*
* Main menu links
*/
#block-symnews-main-menu {
  margin: 0;
}
#block-symnews-main-menu ul.navbar-nav {
  border-left: 1px solid #dfdfdf;
  margin: 0;
  width: 100%;
}
#block-symnews-main-menu ul.navbar-nav li {
  border-right: 1px solid #dfdfdf;
}
#block-symnews-main-menu ul.navbar-nav > li > a,
#block-symnews-main-menu ul.navbar-nav > li > span {
  font-size: 130%;
  text-transform: uppercase;
  color: #222;
  font-family: "Roboto Condensed", Arial,Helvetica,Verdana,sans-serif;
  padding: 18px 30px 15px;
}
#block-symnews-main-menu ul.dropdown-menu > li > a {
  padding: 10px 20px;
}
#block-symnews-main-menu ul.navbar-nav > li > span {
  padding: 12px 30px 10px;
  float: left;
  margin: 0;
}
#block-symnews-main-menu ul.navbar-nav > li.active > a,
#block-symnews-main-menu ul.navbar-nav > li.active > a:hover,
#block-symnews-main-menu ul.navbar-nav > li > a.is-active,
#block-symnews-main-menu ul.navbar-nav > li > a.is-active:hover {
  background: #eb4735;
  color: #fff;
}
#block-symnews-main-menu ul.navbar-nav > li > a:hover {
  color: #eb4735;
  background: none;
  position: relative;
}
#block-symnews-main-menu ul.navbar-nav > li > a:hover:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  content: '';
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;  
  border-bottom: 5px solid #eb4735;
}
/*
#block-symnews-main-menu ul.navbar-nav > li:hover ul {
  display: block;
}
#block-symnews-main-menu ul.navbar-nav > li:hover ul li a {
  padding: 10px;
}
*/

#block-symnews-main-menu ul.navbar-nav > li ul li.active a.is-active,
#block-symnews-main-menu ul.navbar-nav > li ul li a:hover {
  background: none;
  color: #eb4735;
}

  .navbar-collapse {
  width: 100%;
  border: none;
  }
  .navbar-default .navbar-toggle {
  border-color: #fff;
  }
  .navbar-default .navbar-toggle .icon-bar {
  background: #fff;
  }

 
@media only screen  and (max-width: 767px) {  
  .navbar-toggle {
    width: 100%;
    margin: 0 0 20px;
    font-size: 16px;
    text-align: center;
    background: #eb4735;
  }
  #block-symnews-main-menu ul.navbar-nav > li > a:hover:after {
    display: none;
  }
  .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: none;
    color: #eb4735;
  }
}

@media only screen  and (min-width: 768px) {
  #block-symnews-main-menu ul.menu li.expanded.dropdown:hover ul.dropdown-menu {
    display: block;
  }

  /* Search menu item */
  #block-symnews-main-menu ul.menu > li:last-child { 
    float: right;
    background-color: #eb4735;
  }
  #block-symnews-main-menu ul.menu li a.menu-path-search:hover,
  #block-symnews-main-menu ul.menu li a.menu-path-search.active-trail,
  #block-symnews-main-menu ul.menu li a.menu-path-search {
    background: url(../images/search_icon_16.png) center center no-repeat;
    text-indent: 100px;
    width: 58px;
    height: 53px;
    overflow: hidden;
    float: right;
    padding: 0;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 2px;
}

/* User menu */
.zone-branding .block-system-user-menu {
  display: none;
}
.block-system-user-menu {
  float: right;
  width: 100%;
}
.block-system-user-menu ul.menu {
  float: right;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.block-system-user-menu ul.menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-system-user-menu ul.menu a {
  float: left;
  margin: 0;
  padding: 0px 10px;
  line-height: 1;
  border-right: 1px solid #e1c0c0;
  color: #e1c0c0;
}
.block-system-user-menu ul li.last a {
  border: none;
  }
  .block-system-user-menu ul.menu a:hover,
  .block-system-user-menu ul.menu a.active {
  color: #fff;
}

/* Footer menu */
#block-symnews-footer {
  float: right;
}
#block-symnews-footer ul.menu {
  margin: 0px 0 0;
  padding:0;
  text-align: center;
}
#block-symnews-footer ul.menu li {
  margin:0;
  padding:0;
  list-style: none;
  display: inline-block;
}
#block-symnews-footer ul.menu li a {
  display: block;
  padding: 0px 10px;
  color: #fff;
}
#block-symnews-footer ul.menu li a:hover,
#block-symnews-footer ul.menu li a.is-active {
  color: #eb4735;
  background: none;
}

/*------------------------------------*\
  NODES CSS
\*------------------------------------*/
.node /* Node wrapper */ {
}
.preview .node /* Preview of the content before submitting new or updated content */ {
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}
.node-promoted /* A node that has been promoted to the front page */ {
}
.node-sticky /* A sticky node (displayed before others in a list) */ {
}
.node-unpublished /* Unpublished nodes */ {
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}
.node-unpublished div.unpublished,
  .comment-unpublished div.unpublished /* The word "Unpublished" displayed underneath the content. */ {
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
}
.node-by-viewer /* A node created by the current user */ {
}
.node-teaser /* A node displayed as teaser */ {
}
/* All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-page /* Page content node */ {
}
.node--type-article /* Article content node */ {
  margin-bottom: 20px;
}
h2.node-title /* Node title */ {
}
.node .user-picture /* The picture of the node author */ {
}
.node .node-links {
}
.node .submitted /* The "posted by" information */ {
  color: #666;
  font-size: 90%;
  padding-bottom: 20px;
}
.node .content /* Node's content wrapper */ {
}
body.page-node .node .field-name-field-intro {
  font-weight: bold;
  margin-top: 20px;
}
.node ul.links /* Node links. See also the ul.links declaration in the pages.css. */ {
  margin-left: 0;
  float: right;
}
/* Services Links */
.service-links ul.links {
  float: left;
  margin:0;
  padding:0;
}
.service-links ul.links li {
  list-style: none;
  float: left;
  padding-right: 20px;
}
/* Article node form */
#edit-field-related-news { width: 100%; }
#edit-field-intro { clear: left; }

/*------------------------------------*\
  FIELDS CSS
\*------------------------------------*/
.field--name-field-tags .field__items .field--item {
  display: inline-block;
  padding-left: 10px;
}

/*------------------------------------*\
  COMMENTS CSS
\*------------------------------------*/
/* Comment */
.comments {
  margin-top: 30px;
}
section[rel="schema:comment"] h2 {
  margin: 40px 0 10px;
  text-transform: uppercase;
}
article.comment {
  border-bottom: 1px solid #eee;
  padding: 20px;
  overflow: hidden;
}
h3.comment_title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
}
h3.comment_title a {
  color: #333;
}
.comment-author-picture {
  text-align: center;
  margin-bottom: -300px;
  padding-bottom: 300px;
  position: relative;
  z-index: 2;
  margin-top: 0px;
  width: 80px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 10px;
  }
.comment-author-picture:before {
  background: #ddd none repeat scroll 0 0;
  content: "";
  height: 600px;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: -1;
  }
.comment-author-picture .field--name-user-picture {
  margin-bottom: 10px;
  text-align: center;
  width: 80px;
  margin-left: 0;
  }
.comment-author-picture .field--name-user-picture img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  }
.comment__meta {
  padding-bottom: 10px;
  color: #999;
  }
.comment__permalink {
  display: none;
  }
.comment__content nav {
  text-align: right;
  }
h2.comment-form__title {
  padding: 0 20px;
}
.comment__content ul.links {
  margin-top: 10px;
}

/*------------------------------------*\
  NEWS CSS
\*------------------------------------*/
/* Block breaking news */
#block-views-block-breaking-news-block-1 {
  margin: 0;
}
#block-views-block-breaking-news-block-1 .block-inner .form-group {
    overflow: hidden;
  height: 50px;
}
#block-views-block-breaking-news-block-1 h2.block-title {
  float: left;
  font-size: 100%;
  margin: 15px 30px 15px 0;
  color: #fff;
  background: #eb4735;
  padding: 5px 0 5px 10px;
  position: relative;
}
#block-views-block-breaking-news-block-1 h2.block-title:after {
  width: 0; 
  height: 0; 
  border-top: 11px solid transparent;
  border-bottom: 12px solid transparent;  
  border-left: 12px solid #eb4735;
  position: absolute;
  top: 0;
  right: -12px;
  content: "";
}
.block-breaking-news .views-row {
  width: 100%;
}
.block-breaking-news h2.slide__title {
  margin: 10px 0;
}
.block-breaking-news h2.slide__title  a {
  color: #fff;
  font-size: 13px;
  font-family: 'Roboto',Arial,Helvetica,Verdana,"Bitstream Vera Sans",sans-serif;
}
.block-breaking-news h2.slide__title  a:hover {
  color: #eb4735;
}
.block-breaking-news .slick__arrow {
  position: absolute;
  right: 0;
  top: 10px;
}
.slick__arrow button {
  background: none;
  border: 1px solid #555;
  padding: 0;
  width: 30px;
  height: 30px;
  position: relative;
}
.slick__arrow button:after {
  position: absolute;
  top: 5px;
  left: 12px;
  color: #fff;
  font-family: "fontawesome";
  content: "\f104";
  font-size: 18px;
  line-height: 1;
}
.slick__arrow button:after:hover {
  color: #eb4735;
}
.slick__arrow button.slick-prev:after {
  content: "\f104";
}
.slick__arrow button.slick-next:after {
  content: "\f105";
}
  
.views-field-field-category {
  position: absolute;
  top: 10px;
  left: 10px;
}
.views-field-field-category a {
  color: #fff !important;
  padding: 5px 10px;
}
.category-1 a {
  background: #cc5e1e;
}
.category-2 a {
  background: #cc5e1e;
}
.category-3 a {
  background: #cc5e1e;
}
.category-4 a {
  background: #cc5e1e;
}
.category-5 a {
  background: #cc5e1e;
}
.category-6 a {
  background: #cc5e1e;
}
.category-7 a {
  background: #cc5e1e;
}
.category-8 a {
  background: #cc5e1e;
}
.category-9 a {
  background: #cc5e1e;
}
.created-comment {
  border-bottom: 1px solid #c2c2c2;
  text-transform: uppercase;
  color: #666;
  padding: 5px 0;
}
.created-comment .comment-count {
  float: right;
}
/* List articles */
.list-articles .views-row {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #c2c2c2;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.list-articles .views-field-field-article-type {
  position: absolute;
  top: 15px;
  left: 15px;
}
.list-articles .views-field-field-image {
  padding: 0;
  margin-right: 20px;
}
.views-field-field-image img { width: 100%; }
.list-articles .created-comment {
  border: none;
}
.list-articles .created-comment .comment-count {
  float: none;
  padding-left: 20px;
}
.list-articles .views-row .views-field-title {
  padding: 10px 0;
}
.list-articles .views-row .views-field-title a {
  font-size: 140%;
  color: #000;
  line-height: 1;
}
.list-articles .views-row .views-field-title a:hover {
  font-size: 140%;
  color: #eb4735;
}
.list-articles .views-row .views-field-body {
  color: #666;
  padding-bottom: 30px;
}

/* Home Slideshow */
.home-slideshow .view-home-slideshow .view-content.row {
  margin: 0;
}
.home-slideshow .slick--view {
  position: relative;
  padding: 0;
}
.home-slideshow .slick__slide {
  position: relative;
}
.home-slideshow .slick--view .slick__arrow {
  position: absolute;
  top: 50%;
  width: 100%;
}
.home-slideshow .slick--view .slick__arrow button {
  background: rgba(0,0,0,0.5);
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  position: relative;
}
.home-slideshow .slick--view .slick__arrow button.slick-prev {
  float: left;
}
.home-slideshow .slick--view .slick__arrow button.slick-next {
  float: right;
  margin-right: 5px;
}
.home-slideshow .slick .views-field-title {
  background: rgba(0,0,0,0.3);
    margin: 0;
    padding: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    float: left;
    clear: left;
    top: auto;
}
.home-slideshow .slick .views-field-title a {
  color: #fff;
  font-size: 120%;
}
.home-slideshow .views-row {
  margin-bottom: 30px;
  position: relative;
}
.home-slideshow .views-row:after {
  background: url(../images/double-border.png) left bottom repeat-x;
  position: absolute;
  left: 15px;
  right: 15px;
  height: 7px;
  bottom: 0;
  content:"";
}
.home-slideshow .views-row .views-field-field-category {
  left: 25px;
}
.home-slideshow .views-row .views-field-title {
  padding: 10px 0;
}
.home-slideshow .views-row .views-field-title a {
  font-size: 120%;
  color: #000;
  line-height: 1;
}
.home-slideshow .views-row .views-field-title a:hover {
  font-size: 120%;
  color: #eb4735;
}
.home-slideshow .views-row .views-field-body {
  color: #666;
  padding-bottom: 30px;
}
.home-slideshow .attachment {
  margin: 0 0 30px;
  position: relative;
}
.home-slideshow .attachment .views-row:after {
  display: none;
}
.home-slideshow .slide__content {
  position: relative;
}
.home-slideshow .slide__caption {
  position: absolute;
  top: 0;
  left: 1px;
  width: 100%;
  height: 100%;
}
.slide__caption {
  padding: 0;
  position: relative;
}
.home-slideshow-category-type {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}
.home-slideshow-category-type span a {
  color: #fff;
  padding: 5px 10px;
}
.home-slideshow h2.slide__title {
  padding: 20px 10px;
  float: left;
  margin: 0;
  position: absolute;
  bottom: 0;
}
.home-slideshow .slick .views-field-title a,
.home-slideshow h2.slide__title a {
  color: #fff;
  padding-left: 15px; 
  display: block;
  position: relative;
  font-weight: bold;
}
.home-slideshow .slick .views-field-title a:before,
.home-slideshow  h2.slide__title a:before {
  background: #eb4735;
  height: 80%;
  width: 2px;
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
}

/* Block breaking news */
.block-breaking-news {
  padding: 0;
}
.block-breaking-news h2.block-title {
  float: left;
  border: none;
  width: auto;
  margin: 10px 10px 10px 0;
  }
.block-breaking-news .content {
  float: left;
  width: 550px;
}
.block-breaking-news .content .views-field-title a {
  padding-top: 10px;
}
  
/* Home Featured Top */
.view-home-featured-top .view-content,
.view-home-featured-top .attachment {
  float: left;
}
.view-home-featured-top .attachment .views-element-container {
  float: left;
  margin-bottom: 1px;
}

.view-home-featured-top .view-content .views-row {
  position: relative;
  overflow: hidden;
}
.view-home-featured-top .view-content .views-row .views-field-title {
  position: absolute;
  background: rgba(0,0,0,0.5);
  z-index: 2;
  bottom: 0;
  left: 1px;
  width: 100%;
}
.view-home-featured-top .view-content .views-row .views-field-title .field-content {
  padding: 20px 10px;
  float: left;
}
.view-home-featured-top .view-content .views-row .views-field-title a {
  color: #fff;
  padding-left: 10px; 
  display: block;
  position: relative;
}
.view-home-featured-top .view-content .views-row .views-field-title a:before {
  background: #eb4735;
  height: 80%;
  width: 2px;
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
}
.view-home-featured-top.article-1 .view-content .views-row .views-field-title a,
.view-home-featured-top.article-2 .view-content .views-row .views-field-title a {
  font-size: 120%;
  line-height: 1.2;
}
.view-home-featured-top.article-3-4 .view-content .views-row .views-field-title a,
.view-home-featured-top.article-5 .view-content .views-row .views-field-title a {
  font-size: 120%;
}

/* Hight light */
.view-home-hightlight .views-row {
  margin-bottom: 20px;
}
.view-home-hightlight .views-row:after {
  background: url(../images/double-border.png) left bottom repeat-x;
  position: absolute;
  left: 15px;
  right: 15px;
  height: 7px;
  bottom: 0;
  content:"";
}
.view-home-hightlight .views-row .views-field-field-category {
  left: 25px;
}
.article-type-Image,
.article-type-Video {
  display: inline;
}
.article-type-Image:after,
.article-type-Video:after {
  color: #fff;
  background: rgba(255,255,255,0.3);
  padding: 7px;
  font-family: "fontawesome";
  font-size: 15px;
}
.article-type-Image:after {
  content: "\f030";
}
.article-type-Video:after {
  content: "\f04b";
}
.view-home-hightlight .views-row .views-field-title {
  padding: 15px 0 10px;
}
.view-home-hightlight .views-row .views-field-title a {
  font-size: 120%;
  color: #000;
  line-height: 1;
}
.view-home-hightlight .views-row .views-field-title a:hover {
  font-size: 120%;
  color: #eb4735;
}
.view-home-hightlight .views-row .views-field-body {
  color: #666;
  padding-bottom: 30px;
}
  
/* Block Home Article with Image Large at Left */
.block-article-large-left .view-content {
  float: left;
  position: relative;
}
.block-article-large-left .attachment {
  float: left;
}  
.block-article-large-left .view-content {
  width: 48%;
  margin-bottom: 20px;
}
.block-article-large-left .attachment {
  width: 48%;
  padding-left: 4%;
}
@media only screen  and (max-width: 768px) { 
  .block-article-large-left .view-content {
    width: 100%;
  }
  .block-article-large-left .attachment {
    width: 100%;
    padding-left: 0%;
 }
}
.block-article-large-left .attachment .view-content {
  width: 100%;
}

.article-info {
  background: rgba(0,0,0,0.5);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 10px;
}
.article-info-inner {
  border-left: 3px solid #eb4735;
  padding-left: 10px;
}
.article-info .created-comment {
  padding: 0 0 5px;
  border: none;
  color: #ccc;
}
.article-info .block-article-title a {
  font-size: 120%;
  line-height: 1.2;
  display: block;
  color: #fff;
}
.article-info .block-article-title a:hover {
  color: #eb4735;
}
.block-article-large-left .attachment .views-row {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.block-article-large-left .attachment .views-row:after {
  background: url(../images/block-title-bg.png);
  height: 1px;
  bottom: 0;
  left: 80px;
  right: 0;
  content: "";
  position: absolute;
}
.block-article-large-left .attachment .views-field-field-image {
  float: left;
  margin-right: 20px;
  width: 60px;
}
.views-field-created {
  font-size: 11px;
}
.block-article-large-left .attachment .views-field-created {
  color: #999;
  text-transform: uppercase;
}
.block-article-large-left .attachment .views-field-title {
  padding: 5px 0 10px;
}
.block-article-large-left .attachment .views-field-title a {
  font-size: 110%;
  color: #000;
  line-height: 1.2;
  display: block;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: lighter;
}
.block-article-large-left .attachment .views-field-title a:hover {
  color: #eb4735;
}

/* Block Home Article with Image Large at top */
.block-article-large-top .views-row .views-field-field-category {
  left: 10px;
}
.block-article-large-top .views-row .views-field-title {
  padding: 15px 0 10px;
}
.block-article-large-top .views-row .views-field-title a {
  font-size: 120%;
  color: #000;
  line-height: 1;
}
.block-article-large-top .views-row .views-field-title a:hover {
  color: #eb4735;
}
.block-article-large-top .views-row .views-field-body {
  color: #666;
  padding-bottom: 30px;
}
.block-article-large-top .attachment {
  padding-top: 30px;
  background: url(../images/double-border.png) left top repeat-x;
}
.block-article-large-top .attachment .views-row {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.block-article-large-top .attachment .views-row:after {
  background: url(../images/block-title-bg.png);
  height: 1px;
  bottom: 0;
  left: 80px;
  right: 0;
  content: "";
  position: absolute;
}
.block-article-large-top .attachment .views-field-field-image {
  float: left;
  margin-right: 20px;
  width: 60px;
}
.block-article-large-top .attachment .views-field-created {
  color: #999;
  text-transform: uppercase;
}
.block-article-large-top .attachment .views-row .views-field-title {
  padding: 5px 0 10px;
}
.block-article-large-top .attachment .views-field-title a {
  font-size: 110%;
  color: #000;
  line-height: 1.2;
  display: block;
  font-weight: lighter;
}  

/* Block Home Article with Image small at left */
.block-article-small-left .view-content {
  float: left;
  position: relative;
}
.block-article-small-left .attachment {
  float: left;
}  
.block-article-small-left .view-content {
  width: 48%;
  margin-bottom: 20px;
}
.block-article-small-left .attachment {
  width: 48%;
  padding-left: 4%;
}

@media only screen  and (max-width: 768px) { 
  .block-article-small-left .view-content {
    width: 100%;
  }
  .block-article-small-left .attachment {
    width: 100%;
    padding-left: 0%;
 }
}
.block-article-small-left .attachment .view-content {
  width: 100%;
}
.block-article-small-left .attachment .views-row:after {
    background: url(../images/block-title-bg.png);
    height: 1px;
    bottom: 0;
    left: 80px;
    right: 0;
    content: "";
    position: absolute;
}
.block-article-small-left .views-row .views-field-field-category {
  left: 10px;
}
.block-article-small-left .views-row .views-field-title {
  padding: 10px 0;
}
.block-article-small-left .views-row .views-field-title a {
  font-size: 120%;
  color: #000;
  line-height: 1;
}
.block-article-small-left .views-row .views-field-title a:hover {
  color: #eb4735;
}
.block-article-small-left .views-row .views-field-body {
  color: #666;
  padding-bottom: 30px;
}
.block-article-small-left .attachment .views-row {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.block-article-large-top .attachment .views-row:after {
  background: url(../images/block-title-bg.png);
  height: 1px;
  bottom: 0;
  left: 80px;
  right: 0;
  content: "";
  position: absolute;
}
.block-article-small-left .attachment .views-field-field-image {
  float: left;
  margin-right: 20px;
  width: 60px;
}
.block-article-small-left .attachment .views-field-created {
  color: #999;
  text-transform: uppercase;
}
.block-article-small-left .attachment .views-row .views-field-title {
  padding: 5px 0 10px;
}
.block-article-small-left .attachment .views-field-title a {
  font-size: 110%;
  color: #000;
  line-height: 1.2;
  display: block;
  font-weight: lighter;
}  

/* Block Home Article with Image Small at top */
.block-article-small-top .views-row .views-field-field-category {
  left: 10px;
}
.block-article-small-top .views-row .views-field-title {
  padding: 15px 0 10px;
}
.block-article-small-top .views-row .views-field-title a {
  font-size: 120%;
  color: #000;
  line-height: 1;
}
.block-article-small-top .views-row .views-field-title a:hover {
  color: #eb4735;
}
.block-article-small-top .views-row .views-field-body {
  color: #666;
  padding-bottom: 30px;
}
.block-article-small-top .attachment {
  padding-top: 30px;
  background: url(../images/double-border.png) left top repeat-x;
}
.block-article-small-top .attachment .views-row {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.block-article-small-top .attachment .views-row:after {
  background: url(../images/block-title-bg.png);
  height: 1px;
  bottom: 0;
  left: 0px;
  right: 0;
  content: "";
  position: absolute;
}
.block-article-small-top .attachment .views-field-field-image {
  float: left;
  margin-right: 20px;
  width: 60px;
}
.block-article-small-top .attachment .views-field-created {
  color: #999;
  text-transform: uppercase;
}
.block-article-small-top .attachment .views-row .views-field-title {
  padding: 5px 0 10px;
}
.block-article-small-top .attachment .views-field-title a {
  font-size: 110%;
  color: #000;
  line-height: 1.2;
  display: block;
  font-weight: lighter;
}  

/* Block similar news */
#block-views-block-similar-news-block-1 h2.block-title {
  border: none;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 15px 0;
  font-size: 14px;  
  font-family: 'Roboto',Arial,Helvetica,Verdana,sans-serif;
}
#block-views-block-similar-news-block-1 h2.block-title:after {
  display: none;
}
.views-field-created {
  text-transform: uppercase;
  color: #666;
}
.view-similar-news .views-field-created {
  padding-top: 10px;
}
.view-similar-news .views-field-title {
  padding: 5px 0 20px;
}
.view-similar-news .views-field-title a {
  font-size: 110%;
  color: #000;
  line-height: 1.5;
  display: block;
}

/* Block author's articles */
#block-views-block-author-s-articles-block-1 h2.block-title {
  border: none;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 15px 0;
  font-size: 14px;  
  font-family: 'Roboto',Arial,Helvetica,Verdana,sans-serif;
  margin-top: 40px;
}
#block-views-block-author-s-articles-block-1 h2.block-title:after {
  display: none;
}
.view-author-s-articles .views-field-created {
  padding-top: 10px;
}
.view-author-s-articles .views-field-title {
  padding: 5px 0 20px;
}
.view-author-s-articles .views-field-title a {
  font-size: 110%;
  color: #000;
  line-height: 1.5;
  display: block;
}

/* Block Random/Recent Tabs */
#quicktabs-popular_recent {
}
#quicktabs-popular_recent ul.quicktabs-tabs {
  margin: 0 0 30px;
  padding: 0;
  border-bottom: 3px solid #eb4735;
  background: #000;
  float: left;
  width: 100%;
}
#quicktabs-popular_recent ul.quicktabs-tabs li {
  padding: 10px 20px;
  display: inline-block
}
#quicktabs-popular_recent ul.quicktabs-tabs li a {
  color: #fff;
  text-transform: uppercase;
}
#quicktabs-popular_recent ul.quicktabs-tabs li.active {
  background: #eb4735;
}

.block-article-popular-right {
}
.block-article-popular-right .views-row {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.block-article-popular-right .views-row:after {
  background: url(../images/block-title-bg.png);
  height: 1px;
  bottom: 0;
  left: 100px;
  right: 0;
  content: "";
  position: absolute;
}
.block-article-popular-right .views-field-field-image {
  float: left;
  margin-right: 20px;
  width: 80px;
}
.block-article-popular-right .views-field-field-category {
  position: unset;
}
.block-article-popular-right .views-field-created {
  color: #999;
  text-transform: uppercase;
}
.block-article-popular-right .views-row .views-field-title {
  padding: 5px 0 10px;
}
.block-article-popular-right .views-field-title a {
  font-size: 110%;
  color: #000;
  line-height: 1.2;
  display: block;
  font-weight: lighter;
} 
.block-article-popular-right .views-row .views-field-title a:hover {
  color: #eb4735;
} 

/* Block article random */
.block-article-random .views-row {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.block-article-random .views-row:after {
  background: url(../images/block-title-bg.png);
  height: 1px;
  bottom: 0;
  left: 100px;
  right: 0;
  content: "";
  position: absolute;
}
.block-article-random .views-field-field-image {
  float: left;
  margin-right: 20px;
  width: 80px;
}
.block-article-random .views-field-field-category {
  position: unset;
}
.block-article-random .views-field-created {
  color: #666;
  text-transform: uppercase;
}
.block-article-random .views-row .views-field-title {
  padding: 10px 0 10px;
}
.block-article-random .views-field-title a {
  font-size: 110%;
  color: #000;
  line-height: 1.2;
  display: block;
  font-weight: lighter;
} 
.block-article-random .views-row .views-field-title a:hover {
  color: #eb4735;
}

/* Block latest on left */
.view-latest-news .views-row {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #dfdfdf;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.view-latest-news .views-field-title a {
  font-size: 120%;
  color: #000;
  line-height: 1.2;
  display: block;
  padding-bottom: 10px;
}
.view-latest-news .views-field-title a:hover {
  color: #eb4735;
}
.view-latest-news .views-field-body {
  color: #666;
}
.view-latest-news .views-field-created {
  color: #666;
  text-transform: uppercase;
}

/* Block list categories */
.view-block-categories .view-content ul {
  margin-left: 0;
  margin-top: 0;
}
.view-block-categories .view-content ul li {
  list-style: circle;
}
.view-block-categories .view-content ul li a {
  color: #000;
}
.view-block-categories .view-content ul li a:hover {
  color: #eb4735;
}
/* Block popular footer */
.block-article-popular-footer {
}
.block-article-popular-footer .views-row {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.block-article-popular-footer .views-row:after {
  background: #233140; 
  height: 1px;
  bottom: 0;
  left: 80px;
  right: 0;
  content: "";
  position: absolute;
}
.block-article-popular-footer .views-field-field-image {
  float: left;
  margin-right: 20px;
  width: 60px;
}
.block-article-popular-footer .views-field-field-category {
  position: unset;
}
.block-article-popular-footer .views-field-created {
  color: #666;
  text-transform: uppercase;
}
.block-article-popular-footer .views-row .views-field-title {
  padding: 5px 0 10px;
}
.block-article-popular-footer .views-field-title a {
  font-size: 110%;
  color: #fff;
  line-height: 1.2;
  display: block;
} 
.block-article-popular-footer .views-row .views-field-title a:hover {
  color: #eb4735;
} 

  
/* Article detail */
article.node--type-article .content {
  font-size: 14px;
}

.article-detail-category {
  position: relative;
  color:#000;
  background: #fff;
  overflow: hidden;
}
.article-detail-category:before {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../images/block-title-bg.png);
  content: "";
}
.article-detail-category .field--name-field-category {
  float: left;
  padding-right: 10px;
  position: relative;
  background: #fff;
}
.article-detail-category .field--name-field-category a {
  color: #000;
  font-weight: normal;
  font-size: 140%;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial,Helvetica,Verdana,sans-serif;
  padding-left: 10px;
  border-left: 2px solid #eb4735;
}

.header-info {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
}
.header-info .label,
.header-info .field-label {
  color: #666;
  font-size: 100%;
  font-weight: normal;
  padding: 0;
}
.header-info .article-create-date,
.header-info .article-author,
.header-info .article-tags {
  float: left;
  padding-right: 20px;
}
  article.node--type-gallery.node-teaser ul.links,
  article.node--type-video.node-teaser ul.links,
  article.node--type-article.node-teaser ul.links {
  margin-bottom: 0;
  }
  article.node--type-gallery.node-teaser ul.links li,
  article.node--type-video.node-teaser ul.links li,
  article.node--type-article.node-teaser ul.links li {
  float: left;
  padding-right: 10px;
  padding-top: 2px;
  }
  article.node--type-gallery.node-teaser ul.links li.node-readmore,
  article.node--type-video.node-teaser ul.links li.node-readmore,
  article.node--type-article.node-teaser ul.links li.node-readmore {
  float: right;
  padding-right: 0px;
  padding-top: 0;
  }
  article.node--type-gallery.node-teaser ul.links .field-type-taxonomy-term-reference,
  article.node--type-video.node-teaser ul.links .field-type-taxonomy-term-reference,
  article.node--type-article.node-teaser .field-type-taxonomy-term-reference {
  margin-bottom: 10px;
  clear: left;
  }
  article.node--type-video.node-teaser .field--name-field-video,
  article.node--type-gallery.node-teaser .field--name-field-images {
  float: right;
  margin: 10px 0 10px 20px;
  }
  article.node--type-video .field--name-field-media,
  article.node--type-article .field--name-field-image,
  article.node--type-article .field--name-field-image img {
  width: 100%;
  }
  .field--name-field-image {
  margin: 10px 20px 30px 0;
  }
  article.node--type-article .field--name-body {
  margin-bottom: 20px;
  }
  article.node--type-article .field--name-field-addthis,
  article.node--type-video .field--name-field-addthis,
  article.node--type-gallery .field--name-field-addthis {
  float: right;
  text-align: right;
  height: 20px;
  padding-top: 3px;
  }
article .photoswipe-gallery {
  padding-bottom: 20px;
}
article .photoswipe-gallery .field--item:not(:first-child) {
  display: inline-block;
  padding-top: 5px;
}
.field--name-field-related-news {
  float: right;
  clear: right;
  width: 100%;
  margin: 20px 0 20px 20px;
}
.field--name-field-related-news .field-label {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  margin-bottom: 5px;
}
.field-name-field-related-news .field-item {
  font-weight: bold;
  padding: 3px 0;
}
.field-name-field-addthis-bottom {
  padding-top: 20px;
}
.page-node .user-picture {
  float: left;
  margin-right: 10px;
  width: 24px;
}
/* Block More news */
.view-more-articles .views-row {
  float: left;
  width: 100%;
  padding: 7px 0;
  }
  .view-more-articles .views-row .views-field-title a {
  font-family: "Roboto Condensed", Arial,Helvetica,Verdana,sans-serif;
  font-weight: bold;
  color: #222;
  font-size: 110%;
  }
  .view-more-articles .views-row .views-field-title a:hover {
  color: #eb4735;
  }
  .view-more-articles .views-row .views-field-field-image {
  float: left;
  margin-right: 20px;
  width: 80px;
  }
  .view-more-articles .views-row .views-field-created,
  .view-more-articles .views-row .views-field-comment-count {
  display: inline-block;
  color: #999;
  margin-top: 10px;
  }
  /* Block About Author */
#block-views-block-block-author-block-1 h2.block-title {
  border: none;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 15px 0;
  font-size: 14px;  
  font-family: 'Roboto',Arial,Helvetica,Verdana,sans-serif;
}
#block-views-block-block-author-block-1 h2.block-title:after {
  display: none;
}
.block-author .views-row {
  position: relative;
  padding-left: 100px;
}
.block-author .views-row {
  padding-top: 0px;
  padding-bottom: 20px;
}
.block-author .views-field-user-picture {
  margin-bottom: 10px;
  position: absolute;
  top: 10px;
  left: 0;
}
.field--name-user-picture {
  float: right;
  margin-left: 20px;
}
.block-author .views-field-user-picture img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
}
.block-author  .views-field-field-user-name {
  margin-bottom: 10px;
}
.node-author-name {
  margin-top: 20px;
}
.block-author .views-field-field-user-name a {
  font-size: 14px;
  font-weight: bold;
}

/* Author Profile */
.path-user .region-content,
article.node {
  font-size: 14px;
}
.path-user .field--name-field-user-name {
  margin-bottom: 20px;
}
.path-user #block-views-block-news-blog-block-1 {
  margin-top: 30px;
  float: left;
  overflow: hidden;
  }
  /* Block Latest news */
  .block-latest-news {
  position: relative;
  }
  .block-latest-news .views-row {
  border-bottom: 1px dashed #DCDACE;
  padding-bottom: 10px;
  }
  .block-most-read h2.block-title {
  border-bottom: 1px solid #ddd;
  }
  .block-latest-news .views-row,
  .block-most-read .views-row {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  }
  .block-latest-news .views-row:last-child,
  .block-most-read .views-row:last-child {
  border: none;
  padding-bottom: 0px;
  }
  .block-latest-news .views-row .views-field-field-image,
  .block-most-read .views-row .views-field-field-image {
  float: left;
  margin: 7px 0px 10px 0;
  width: 100%;
  }
  .block-latest-news .views-row .views-field-field-image img:hover,
  .block-most-read .views-row .views-field-field-image img:hover {
  opacity: 0.5
  }
  .block-latest-news .views-row .views-field-title a,
  .block-most-read .views-row .views-field-title a {
  font-family: "Roboto Condensed", Arial,Helvetica,Verdana,sans-serif;
  font-weight: bold;
  font-size: 110%;
  color: #222;
  }
  .block-latest-news .views-row .views-field-title a:hover,
  .block-most-read .views-row .views-field-title a:hover {
  color: #eb4735;
  }
  .block-latest-news .views-row .views-field-body p,
  .block-most-read .views-row .views-field-body p {
  margin: 0;
  font-size: 90%;
  line-height: 1.5;
  color: #666;
  }
  .block-latest-news .more-link {
  position: absolute;
  top: -28px;
  right: 10px;
  }
  /* Block recent comments */
  .block-comments-recent-block .item-list ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin: 0 0 5px 0;
  }
  .block-comments-recent-block li a {
  color: #333;
  }
  .block-comments-recent-block li a:hover {
  color: #eb4735;
  }
  .block-comments-recent-block li .views-field-timestamp {
  color: #aaa;
  }
  .block-comment-recent ul li span {
  font-style: italic;
  color: #999;
  }
  /* Block header ad */
  .block-adv-header {
  margin: 0px 0 30px;
  float: right;
  width: 100%;
  }
  /*------------------------------------*\
  PHOTO CSS
  \*------------------------------------*/
  /* List Photos */
  .view-list-photos .view-filters {
  float: left;
  width: 100%;
  }
  .view-list-photos .views-exposed-form {
  float: right;
  }
  .view-list-photos .views-exposed-widget {
  padding: 0;
  }
  .view-list-photos .views-exposed-widget label,
  .view-list-photos .views-exposed-widget .views-widget {
  float: left;
  margin-right: 10px;
  }
  .view-list-photos .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
  padding: 5px 15px;
  font-size: 90%;
  }
  .view-list-photos .views-row {
  float: left;
  margin: 10px;
  width: 100%;
  }
  .view-list-photos .views-row .views-field-field-images,
  .view-list-photos.view-list-photos-horizontal .views-row .views-field-field-image {
  margin-bottom: 15px;
  }
  .view-list-photos.view-list-photos-horizontal .views-row .views-field-field-image img {
  width: 100%;
  }
  .view-list-photos .views-row .views-field-title {
  margin-bottom: 10px;
  }
  .view-list-photos .views-row .views-field-title a {
  color: #222;
  font-family: "Roboto Condensed",Arial,Helvetica,Verdana,sans-serif;
  font-size: 110%;
  font-weight: bold;
  }
  .view-list-photos .views-row .views-field-title a:hover { color: #eb4735; }
  .view-list-photos .views-row .views-field-created,
  .view-list-photos .views-row .views-field-comment-count {
  color: #999;
  text-transform: uppercase;
  display: inline-block;
  }
  .view-list-photos .views-row .views-field-body {
  color: #666;
  margin-top: 10px;
  }
/* Latest Photos */
.block-latest-image-footer .views-row {
	float: left;
	width: 30%;
	margin-bottom: 5%;
}
.block-latest-image-footer .views-row:nth-child(3n-1) {
  margin-left: 5%;
  margin-right: 5%;
}
  /* Photo detail */
  .juicebox-container {
  overflow: hidden;
  margin-bottom: 30px;
  }
  /*------------------------------------*\
  VIDEO CSS
  \*------------------------------------*/
  /* List video */
  .view-list-videos .view-filters {
  float: left;
  width: 100%;
  }
  .view-list-videos .views-exposed-form {
  float: right;
  }
  .view-list-videos .views-exposed-widget {
  padding: 0;
  }
  .view-list-videos .views-exposed-widget label,
  .view-list-videos .views-exposed-widget .views-widget {
  float: left;
  margin-right: 10px;
  }
  .view-list-videos .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
  }
  .view-list-videos .views-row {
  float: left;
  margin: 10px;
  width: 150px;
  }
  .view-list-videos .views-row .views-field-title {
  padding-top: 10px;
  }
  .view-list-videos .views-row .views-field-title a {
  font: bold 110% "Roboto Condensed", Arial,Helvetica,Verdana,sans-serif;
  color: #222; 
  }
  .view-list-videos .views-row .views-field-title a:hover {
  color: #eb4735;
  }
  .view-video .views-field-created,
  .view-video .views-field-comment-count {
  color: #999;
  text-transform: uppercase;
  display: inline-block;
  }
  /* Block Video */
  .block-list-videos {
  position: relative;
  }
  .block-list-videos .slick__slide {
  margin: 10px;
  }
  .field--name-field-video {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  }
  article.node--type-video .field-name-field-media iframe {
  width: 100%;
  max-width: 100%;
  }
  /*------------------------------------*\
  BLOCKS CSS
  \*------------------------------------*/
  /* Divider */
  .full-width,
  .one-half,
  .one-third,
  .two-third,
  .three-fourth,
  .one-fourth {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  }
  .block /* Block wrapper */ {
  margin-bottom: 30px;
  }

  .region-content {
  overflow: hidden;
  }
  #region-content-bottom-first {
  margin: 0;
  overflow: hidden;
  float: left;
  width: 100%;
  }
  #region-content-bottom-second {
  margin: 0;
  }
h2.block-title {
  font-weight: normal;
  font-size: 160%;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial,Helvetica,Verdana,sans-serif;
}

body.path-taxonomy h1.page-header span,
h2.block-title span {
  padding-right: 10px;
}
body.path-taxonomy h1.page-header,
body.path-contact h1.page-header,
body.path-videos h1.page-header,
.header-wrapper h2.block-title,
.region-content h2.block-title {
  position: relative;
  color:#000;
  padding-left: 10px;
  border-left: 2px solid #eb4735;
  background: #fff;
  overflow: hidden;
}
body.path-taxonomy h1.page-header,
body.path-contact h1.page-header,
body.path-videos h1.page-header {
  padding: 0 0 0 15px;
  border-bottom: none;
  font-size: 160%;
  text-transform: uppercase;
  margin-bottom: 40px;
}
body.path-taxonomy h1.page-header:after,
body.path-contact h1.page-header:after,
body.path-videos h1.page-header:after,
.header-wrapper h2.block-title:after,
.region-content h2.block-title:after {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/block-title-bg.png);
  content: "";
  margin-left: 15px;
}
.postscript-wrapper h2.block-title {
  color: #fff;
  border-bottom: 1px solid #233140;
  padding-bottom: 20px;
}
h2.block-title a {
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial,Helvetica,Verdana,sans-serif;
  color:#000;
}
#sidebar-second h2.block-title {
  border: none;
  background: #000;
  color: #fff;
  padding: 15px;
  font-size: 100%;
  font-family: 'Roboto',Arial,Helvetica,Verdana,"Bitstream Vera Sans",sans-serif;
}
.region-sidebar-first h2.block-title {
  border-bottom: 2px solid #dfdfdf;
  color: #eb4735;
  padding: 10px 0;
  margin-bottom: 20px;
  font-size: 120%;
  font-weight: bold;
  font-family: 'Roboto',Arial,Helvetica,Verdana,"Bitstream Vera Sans",sans-serif;
}
.block .content /* Block's content wrapper */ {
}
.zone-content-wrapper h2.block-title {
  font-size: 130%;
}
.zone-content-wrapper h2.block-title a {
  color: #999;
}
.zone-content-wrapper h2.block-title a:hover {
  color: #222;
}
.zone-content-wrapper .block-ads h2.block-title {
  font-size: 110%;
  text-align: center;
  text-transform: none;
  background: none;
  border: none;
  padding: 10px 0;
  font-weight: normal;
  background: #999;
  color: #fff;
  margin: 0;
}
.more-link a {
}
.views-field-view-node a,
li.node-readmore a {
  background: none;
  border: none;
  color: #999 !important;
  text-transform: uppercase;
  padding: 0;
  font-weight: 500;
  }
.views-field-view-node a:hover,
.more-link a:hover{
  color: #eb4735;
  background: none;
}

/* Header */
.branding-data {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0;
}
/* Block tags and keywords */
.view-block-tags .views-field-name a {
  background: #233140;
  color: #fff;
  padding: 5px 10px;
  float: left;
  margin: 0 2.5px 5px;
}
/* Block search */
#search-block-form button {
  margin: 0;
  padding: 14px 20px;
}
  
/* Footer block */
  
  
/* Block Ads */
.block-adv-top {
    float: right;
	margin-top: 30px;
}

/* Block Theme Colors */
.block-theme-colors {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 100;
}
.block-theme-color-content {
  width: 200px;
  float: left;
  background: #fff;
  display: none;
  border: 1px solid #ddd;  
  -moz-box-shadow: 0 0 10px #aaa;
  -webkit-box-shadow: 0 0 10px #aaa;
  box-shadow: 0 0 10px #aaa;
  padding: 20px 0 20px 20px;
}
.block-theme-color-content h4 {
  margin-bottom: 10px;
}
.block-theme-colors .content ul {
  margin: 0;
  padding: 0;
  float: left;
}
.block-theme-colors .content ul li {
  margin: 0;
  width: 100px;
  padding: 5px 0;
  list-style: none;
  float: left;
}
.block-theme-colors .content p {
  margin: 0;
}
.block-theme-colors .content ul li a {
  color: #000;
  padding-left: 5px;
}
.block-theme-colors .content .close,
.block-theme-colors .content .open {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -40px;
  top: 0;
  background: #000;
  cursor:pointer;
  border: 1px solid #ddd;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.block-theme-colors .content .close {
  background: #fff url(../images/block-theme-color-close.png) center center no-repeat;
}
.block-theme-colors .content .open {
  background: #fff url(../images/block-theme-color-open.png) center center no-repeat;
}

/* Contact form */
input[type='text'], input[type='address'], input[type='url'], input[type='password'], input[type='email'], input[type="search"], input[type="tel"], textarea {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    border-radius: 0.75em;
    color: #3d3d3d;
    background-color: #fff;
    border: 0;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    padding: 20px;
    height: 3.6em;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
.contact-form {
  overflow: hidden;
}
.contact-form input,
.contact-form textarea {
  background: #f6f6f6 none repeat scroll 0 0;
  color: #3d3d3d;
  font-size: 14px;
}
.contact-form .form-item {
  margin:0;
  float: left;
}
.contact-form textarea {
  padding: 15px;
}
.contact-form .form-actions {
  margin: 20px 0;
}
.contact-form .form-item-name,
.contact-form .form-item-mail {
  width: 50%;
  display: inline-block;
}
.contact-form .form-item-mail {
  padding: 0 0 0 4%;
}
.contact-form .field--name-subject .form-item {
  margin: 20px 0;
  width: 100%;
}
.contact-form .field--name-message .form-item,
.contact-form .field--name-message .form-item .form-textarea-wrapper {
  width: 100%;
}
/*------------------------------------*\
  USER PROFILE
\*------------------------------------*/
.profile h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  border: none;
  float: left;
  width: 100%;
}
.profile .field-name-field-user-name {
  float: left;
  padding-bottom: 20px;
}
.profile .field-name-field-user-about-us {
  clear: left;
}
.profile dt, .profile dd {
  display: inline;
}
.profile .user-picture {
  margin: 0 0 0 2em;
}
/*------------------------------------*\
  FORMS CSS
\*------------------------------------*/
.form-item /* Wrapper for a form element (or group of form elements) and its label */ {
  margin: 1em 0;
}
.form-item input.form-text {
  border: 1px solid #ccc;
  padding: 20px;
  font-size: 14px;
  text-shadow: none;
}
.form-item textarea.form-textarea {
  height: 200px;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error /* Highlight the form elements that caused a form submission error */ {
  border: 1px solid #c00;
}
.form-item label /* The label for a form element */ {
  display: block;
  font-weight: bold;
}
.form-item label.option /* The label for a radio button or checkbox */ {
  display: inline;
  font-weight: normal;
}
.form-required /* The part of the label that indicates a required field */ {
  color: #c00;
}
.form-item .description /* The descriptive help text (separate from the label) */ {
  font-size: 0.85em;
}
.form-checkboxes .form-item,
.form-radios .form-item /* Pack groups of checkboxes and radio buttons closer together */ {
  margin: 0; /* Drupal core uses "0.4em 0" */
}
/* Typography and backgrounds for all form buttons */
button, input[type="reset"], input[type="submit"], input[type="button"] {
  background: none repeat scroll 0 0 #eb4735;
  border: none;
  color: #fffefe;
  text-transform: uppercase;
  padding: 1em 1.5em;
  margin: 2px;
  border-radius: 0;
  text-shadow: none;
}
input.form-submit:hover {
  background-color: #930000;
}
button#edit-preview {
  display: none;
}
.container-inline div,
.container-inline label /* Inline labels and form divs */ {
  display: inline;
}
.tips /* Tips for Drupal's input formats */ {
  }
/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}
/*
 * Search (search-block-form.tpl.php)
 */
#block-search-form /* Wrapper for the search form */ {
}
.search-advanced {
  margin-top: 20px;
}
#search-form .form-type-textfield label {
  margin-right: 10px;
}
#search-form input[id="edit-keys"] {
  height: 42px;
  margin-top: 3px;
}
#search-form a#edit-help-link {
  display: none;
}
.path-search .region-content ol {
  margin: 0;
}
/*
 * Drupal's default login form block
 */
#user-login-form {
  text-align: left; /* LTR */
}
/*
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
#user-login-form ul /* OpenID creates a new ul above the login form's links. */ {
  margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
}
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link /* The "Log in using OpenID" link. */ {
  margin-top: 1.5em;
  margin-left: -20px; /* LTR */ /* Un-do some of the padding on the ul list. */
}
#user-login-form li.user-link /* The "Cancel OpenID login" link. */ {
  margin-top: 1.5em;
}
#user-login ul {
  margin: 1.5em 0;
}
/*
 * Drupal admin tables
 *
 * We overrode these styles in html-reset.css, but restore them for the admin
 * section of the site.
 */
form th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}
form tbody {
  border-top: 1px solid #ccc;
}
form tr.even {
  background-color: #fff;
}
form table .item-list ul {
  margin: 0;
}
/*------------------------------------*\
  TABS CSS
\*------------------------------------*/
div.tabs {
  margin: 0 0 0;
}
ul.primary {
  margin: 0;
  padding: 0 0 0 10px; /* LTR */
  border-width: 0;
  list-style: none;
  white-space: nowrap;
  line-height: normal;
}
ul.primary li {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}
ul.primary li a {
  display: block;
  line-height: 24px;
  margin: 0;
  padding: 0 15px; /* width of tab-left.png */
  border-width: 0;
  font-weight: bold;
  text-decoration: none;
  color: #777;
  background-color: transparent;
}
ul.primary li a .tab {
  display: block;
  height: 20px; /* 24px (parent) - 4px (padding) */
  margin: 0;
  padding: 4px 13px 0 6px;
  border-width: 0;
  line-height: 20px;
}
ul.primary li a:hover,
ul.primary li a:focus {
  border-width: 0;
  background-color: transparent;
}
ul.primary li a:hover .tab,
ul.primary li a:focus .tab {
}
ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  border-width: 0;
  color: #fff;
  background-color: #eb4735;
}
ul.primary li.active a .tab,
ul.primary li.active a:hover .tab,
ul.primary li.active a:focus .tab {
}
ul.secondary {
  margin: 0;
  padding: 0 0 0 5px; /* LTR */
  border-bottom: 1px solid #c0c0c0;
  list-style: none;
  white-space: nowrap;
}
ul.secondary li {
  float: left; /* LTR */
  margin: 0 5px 0 0;
  padding: 5px 0;
  border-right: none; /* LTR */
}
ul.secondary a {
  display: block;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 1px solid #c0c0c0;
  text-decoration: none;
  color: #777;
}
ul.secondary a .tab {
  display: block;
  height: 18px; /* 24px (parent) - 6px (padding) */
  margin: 0;
  padding: 3px 8px;
  line-height: 18px;
}
ul.secondary a:hover,
ul.secondary a:focus {
}
ul.secondary a.active,
ul.secondary a.active:hover,
ul.secondary a.active:focus {
}
/* Block Tabs */
.block-tabs {
  padding: 0;
  border: none;
  font-family: 'Roboto', Arial,Helvetica,Verdana,sans-serif;
  line-height: 1.714;
  font-size: 100%;
  color: #666;
}
.ui-tabs .ui-tabs-nav {
  background: #fcfcfc;
  border: 1px solid #e8e8e8;
  border-bottom: none;
  padding: 0;
  color: #777;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ui-tabs .ui-tabs-nav li {
  top: 0;
  background: #fcfcfc;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ui-tabs .ui-tabs-nav li:hover {
  background: #fff;
}
.ui-tabs .ui-tabs-nav li.ui-state-active {
  border: 1px solid #e8e8e8;
  border-bottom: none;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
  padding-right: 1px;
  padding-top: 1px;
  background: #fff;
  color: #000;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a {
  color: #000;
}
.ui-tabs .ui-tabs-nav li a {
  padding: 15px 20px;
  text-transform: uppercase;
  color: #777;
  font-weight: 600;
}
.ui-tabs .ui-tabs-panel {
  background: #fff;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-bottom: 0;
  padding-top: 20px;
  color: #777;
  font-size: 100%;
  font-family: 'Roboto', Arial,Helvetica,Verdana,sans-serif;
}
/* Horizontal Tabs */
/* Vertical Tab */
  .block-tabs-vertical.ui-tabs .ui-tabs-nav {
  float: left;
  width: 20%;
  border-bottom: 1px solid #e8e8e8;
  margin-right: -1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  }
  .block-tabs-vertical.ui-tabs .ui-tabs-panel {
  float: left;
  width: 75%;
  padding-left: 2%;
  padding-right: 2%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  }
  .block-tabs-vertical.ui-tabs .ui-tabs-nav li {
  margin: 0;
  padding: 0;
  float: none;
  line-height: 40px;
  }
  .block-tabs-vertical.ui-tabs .ui-tabs-nav li.ui-state-active {
  border: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8 !important;
  border-right: none;
  margin: -1px -1px 0 -1px;
  padding: 1px 1px 0px 1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  }
  .block-tabs-vertical.ui-tabs .ui-tabs-nav li a {
  float: none;
  display: block;
  padding: 10px 20px;
  }
  /* Block accordion */
  .ui-accordion {
  font-size: 100%;
  }
  .ui-accordion ul.menu {
  margin-bottom: 20px;
  }
  .ui-accordion ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  }
  .ui-accordion ul.menu ul {
  margin-left: 20px;
  }
  .ui-accordion ul.menu li span.nolink,
  .ui-accordion ul.menu li a {
  background: url(../images/bullet.png) 0 center no-repeat;
  padding-left: 20px;
  color: #999;
  }
  .ui-accordion .ui-accordion-header a.accordion-link,
  .ui-accordion .ui-accordion-header span.accordion-link {
  }
  .field-group-accordion {
  float: left;
  width: auto;
  }
  .ui-accordion .ui-accordion-header {
  color: #666;
  text-transform: uppercase;
  font-weight: 600;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 15px 20px 15px 35px;
  margin-bottom: 2px;
  font-family: 'Roboto Condensed', Arial,Helvetica,Verdana,sans-serif;
  font-size: 110%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  }
  .ui-accordion h3.ui-state-active,
  .ui-accordion-header.ui-state-active {
  background: #fff;
  color: #222;
  border-color: #e2e2e2;
  margin-bottom: 0;
  border-bottom: none;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
  .ui-accordion h3:hover {
  background: #fcfcfc;
  color: #888;
  }
  .ui-accordion .ui-accordion-header .ui-icon {
  background: url(../images/accordion-bullet.png) 0 0 no-repeat;
  left: 10px;
  margin-top: -4px;
  }
  .ui-accordion-header.ui-state-active span.ui-icon {
  background: url(../images/accordion-bullet-active.png) center 4px no-repeat;
  }
  .ui-accordion .ui-accordion-content {
  padding: 15px 40px 0;
  margin-top: -1px;
  border: 1px solid #e2e2e2;
  border-top: none;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: 'Roboto', Arial,Helvetica,Verdana,sans-serif;
  line-height: 1.714;
  color: #333;
  background: #fff;
  }
  /* Toggle */
  .toggle_area .toggle_item {
  margin-bottom: 2px;
  }
  .toggle_area .toggle_item .toggle_label {
  border: 1px solid #e8e8e8;
  background: #fff url(../images/accordion-bullet.png) 10px center no-repeat;
  padding: 13px 13px 13px 40px;
  color: #666;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto Condensed', Arial,Helvetica,Verdana,sans-serif;
  font-size: 110%;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  }
  .toggle_area .toggle_item .toggle_label.active {
  background: #fff url(../images/accordion-bullet-active.png) 10px center no-repeat;
  border-color: #e2e2e2;
  color: #333;
  border-bottom: none;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
  .toggle_area .toggle_item .toggle_content {
  border: 1px solid #e2e2e2;
  border-top: none;
  padding: 20px 40px 0;
  margin-top: 0;
  background: #fff;
  color: #333;
  overflow: hidden;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  }
  /* Juicebox popup */
  #jb-glry-dlg { z-index: 99; }

#block-customblockcopyright {
  margin-bottom: 20px;
}
#block-customblocksocialicons {
  margin-bottom: 0;
  margin-top: 4px;
}
#block-customblocksocialicons ul.social-list {
  margin: 0;
}
#block-customblocksocialicons ul.social-list li {
  padding: 0;
}
#block-customblocksocialicons ul.social-list a {
  color: #fff;
  border-bottom: 2px solid #0d1117;
  border-right: 1px solid #222;
  padding: 13px 20px;
  display: inline-block;
}
#block-customblocksocialicons ul.social-list li:first-child a {
  border-left: 1px solid #222;
}
#block-customblocksocialicons ul.social-list a:hover {
  color: #eb4735;
  border-bottom: 2px solid #eb4735;
}
@media only screen  and (max-width: 768px) {  
  /*------------------------------------*\
  ARTICLE CSS
  \*------------------------------------*/
  /* Block home featured top */  
  #block-views-block-home-slideshow-block-1 {
    display: block;
  }
  #block-views-block-home-featured-top-block-1 {
    display: none;
  }
  .comment-author-picture {
    display: none;
  }
  #block-symnews-footer {
    float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
  }
  #block-customblockcopyright,
  #block-customblocksocialicons {
    float: left;
    width: 100%;
    text-align: center;
  }
}
@media only screen  and (min-width: 768px) and (max-width: 991px) {
  /* This file will hold styles that are loaded using the same media query as the narrow grid. */
  /*------------------------------------*\
  NAVIGATIONS CSS
  \*------------------------------------*/  
  /* User menu */
  .block-system-user-menu {
  width: auto;
  margin-top: 30px;
  float: right;
  }
  /* Footer menu */
  #block-symnews-footer {
  width: 100%;
  text-align: right;
  float: left;
  }
  #block-symnews-footer ul.menu {
  float: left;
  width: 100%;
  text-align: left;
  }
  #block-symnews-footer ul.menu li a {
  padding: 0px 10px;
  }
  /*------------------------------------*\
  PAGE CSS
  \*------------------------------------*/
  /* Header */
  .branding-data {
  width: 200px;
  text-align: left;
  padding-top: 20px;
  }
  h1.title {
  font-size: 160%;
  }
  .zone-content-wrapper h2.block-title {
  font-size: 140%;
  }
   
  
  /*------------------------------------*\
  ARTICLE CSS
  \*------------------------------------*/
  /* Block home featured top */  
  #block-views-block-home-slideshow-block-1 {
    display: block;
  }
  #block-views-block-home-featured-top-block-1 {
    display: none;
  }
  
  /*------------------------------------*\
  PHOTO CSS
  \*------------------------------------*/
  /* List Photos */
  .view-list-photos .views-row {
  width: 47.5%;
  clear: none;
  margin: 10px 2.5%;
  }
  .view-list-photos .views-row:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
  }
  .view-list-photos .views-row:nth-child(2n) {
  margin-right: 0;
  }
  /*------------------------------------*\
  VIDEO CSS
  \*------------------------------------*/
  /* List VIDEO */
  .view-list-videos .views-row {
  width: 47.5%;
  clear: none;
  margin: 10px 2.5%;
  }
  .view-list-videos .views-row:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
  }
  .view-list-videos .views-row:nth-child(2n) {
  margin-right: 0;
  }
  /* Video node */
  article.node--type-video .field-name-field-media iframe {
  height: 300px;
  }
  /*------------------------------------*\
  BLOCK CSS
  \*------------------------------------*/
  /* Block search */
  .block-search {
  float: right;
  margin-top: 23px;
  width: 200px;
  }
  /* Block login */
  .block-login input.form-text {
  width: 138px;
  }
  .block-login .item-list ul li {
  margin-left: 0;
  list-style: none;
  }
  /* Footer block */	
  #block-customblocksocialicons {
  text-align: right;
  clear: right;
  float: right;
  width: auto;
  border: none;
  padding: 0;
  }
  /* Contact form */
  .contact-form .form-item label {
  font-size: 110%;
  font-weight: bold;
  }
  .contact-form .form-actions {
  margin-left: 10px;
  }
  /*------------------------------------*\
  OTHER STYLE CSS
  \*------------------------------------*/
  .one-half, .one-third, .two-third, .three-fourth, .one-fourth {
  float: left;
  margin-bottom: 20px;
  padding: 0;
  margin-right: 4%;
  position: relative;
  }
  .one-half.last, .one-third.last, .two-third.last, .three-fourth.last, .one-fourth.last {
  margin-right: 0;
  }
  .one-half {
  width: 48%;
  }
  .one-third {
  width: 30.6666%;
  }
  .two-third {
  width: 65.3332%;
  }
  .one-fourth {
  width: 22%;
  }
  .three-fourth {
  width: 74%;
  }
  }
  @media only screen  and (min-width: 992px) and (max-width: 1199px) {
  /* This file will hold styles that are loaded using the same media query as the normal grid. */
  .region-header-second-inner,
  .region-sidebar-second-inner {
  padding-left: 5px;
  padding-right: 10px;
  }
  .main-container {
    overflow: hidden;
	margin-bottom: 50px;
  }
  .region-sidebar-first {
    border-right: 1px dotted #dfdfdf;
	padding-right: 30px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
  }
  body.path-taxonomy .region-sidebar-first,
  .region-sidebar-second {
    border-left: 1px dotted #dfdfdf;
	padding-left: 30px;
	border-right: none;
	padding-right: 0;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
  }
  /*------------------------------------*\
  NAVIGATIONS CSS
  \*------------------------------------*/
  .zone-menu .block-nice-menus {
  width: 100%;
  float: left;
  margin-bottom: 0;
  }
  ul#main-menu,
  #block-symnews-main-menu ul.menu,
  .zone-menu ul.menu,
  .zone-submenu ul.menu {
  text-align: left;
  }
  /* User menu */
  .block-system-user-menu {
  width: auto;
  margin-top: 30px;
  }
  /* Footer menu */
  #block-symnews-footer {
  width: auto;
  float: left;
  width: 100%;
  }
  #block-symnews-footer ul.menu {
  float: left;
  }
  #block-symnews-footer ul.menu li a {
  padding: 0px 10px;
  }
  /* Header */
  .branding-data {
  width: 180px;
  text-align: left;
  padding: 40px 0;
  }
  h1.title {
  font-size: 180%;
  }
  .zone-content-wrapper h2.block-title {
  font-size: 150%;
  }	
  .site-branding {
  width: auto;
  text-align: left;
  }
  /*------------------------------------*\
  NEWS CSS
  \*------------------------------------*/
  /* Block Home featured top */
  .view-home-featured-top .view-content {
    width: 40%;
  }
  .view-home-featured-top .attachment {
    width: 60%;
  }
  .view-home-featured-top .attachment .views-element-container:nth-child(1) {
    width: 47%;
  }
  .view-home-featured-top .attachment .views-element-container:nth-child(2),
  .view-home-featured-top .attachment .views-element-container:nth-child(3) {
    width: 53%;
  }
  .view-home-featured-top .attachment .views-element-container .view-content {
    width: 100%;
  }
  .view-home-featured-top .attachment .views-element-container .view-content .views-row {
    padding-left: 1px;
  }
  .view-home-featured-top .attachment .views-element-container:nth-child(2) .view-content .views-row {
    width: 50%;
    float: left;
  }
  #block-views-block-home-slideshow-block-1 {
    display: none;
  }
  #block-views-block-home-featured-top-block-1 {
    display: block;
  }
  /* Block breaking news */
  block-breaking-news {
    padding: 0;
  }
  .block-breaking-news h2.block-title {
    float: left;
    border: none;
    width: auto;
    margin: 10px 10px 10px 0;
    font-size: 120%;
  }
  .block-breaking-news .content {
    float: left;
    width: 600px;
  }
  .block-breaking-news .content .views-field-title a {
    padding-top: 10px;
  }
  .home-slideshow .views-row:nth-child(2n+1),
  .view-author-s-articles .views-row:nth-child(3n+1) {
    clear: left;
  } 
  /*------------------------------------*\
  PHOTO CSS
  \*------------------------------------*/
  /* List Photos */
  .view-list-photos .views-row {
  width: 31%;
  clear: none;
  margin: 10px 1.67%;
  }
  .view-list-photos .views-row:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
  }	
  .view-list-photos .views-row:nth-child(3n) {
  margin-right: 0;
  }
  /*------------------------------------*\
  VIDEO CSS
  \*------------------------------------*/
  /* List VIDEO */
  .view-list-videos .views-row {
  width: 31%;
  clear: none;
  margin: 10px 1.67%;
  }
  .view-list-videos .views-row:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
  }	
  .view-list-videos .views-row:nth-child(3n) {
  margin-right: 0;
  }
  /* Video node */
  article.node--type-video .field-name-field-media iframe {
  height: 450px;
  }
  /*------------------------------------*\
  BLOCK CSS
  \*------------------------------------*/
  /* Block header ad */
  .block-adv-header {
  margin-top: 30px;
  width: 70%;
  }
  /* Block login */
  .block-login input.form-text {
  width: 198px;
  }
  /* Block search */
  .block-search {
  float: right;
  width: 220px;
  margin-top: 23px;
  margin-right: 50px;
  }
  .views-field-service-links ul.links {
  float: right;
  }
  .views-field-service-links ul.links li {
  float: right;
  }
  /* Contact form */
  .contact-form .form-item label {
  float: left;
  width: 180px;
  font-size: 110%;
  font-weight: bold;
  }
  .contact-form .form-item.form-type-checkbox label {
  float: none;
  font-size: 100%;
  font-weight: normal;
  }
  .contact-form .form-item .form-textarea-wrapper {
  float: left;
  width: 100%;
  }
  .contact-form .form-item.form-type-checkbox,
  .contact-form .form-actions {
  margin-left: 0px;
  width: auto;
  clear: left;
  float: left;
  }
  .contact-form .form-actions {
  margin-left: 10px;
  }
  /* Footer block */
  .block-copyright {
  float: left;
  width: auto;
  text-align: left;
  }
  #block-symnews-footer {
  width: auto;
  float: left;
  width: 100%;
  }
  #block-symnews-footer ul.menu {
  float: left;
  }
  #block-symnews-footer ul.menu li {
  padding-right: 20px;
  }
  	
  #block-customblocksocialicons {
  text-align: right;
  clear: right;
  float: right;
  width: auto;
  border: none;
  padding: 0;
  }
  /*------------------------------------*\
  OTHER STYLE CSS
  \*------------------------------------*/
  .one-half, .one-third, .two-third, .three-fourth, .one-fourth {
  float: left;
  margin-bottom: 25px;
  padding: 0;
  margin-right: 4%;
  position: relative;
  }
  .one-half {
  margin-right: 3%;
  }
  .one-fourth {
  margin-right: 2%;
  }
  .one-half.last, .one-third.last, .two-third.last, .three-fourth.last, .one-fourth.last {
  margin-right: 0;
  }
  .one-half {
  width: 48.5%;
  }
  .one-third {
  width: 30.6666%;
  }
  .two-third {
  width: 65.3332%;
  }
  .one-fourth {
  width: 23.5%;
  }
  .three-fourth {
  width: 74%;
  }
}
@media only screen  and (min-width: 1200px) {
  /* This file will hold styles that are loaded using the same media query as the wide grid. */
  /* Header */
  h1.title {
  font-size: 200%;
  }
  .site-branding {
  width: auto;
  text-align: left;
  }
  .main-container {
    overflow: hidden;
	margin-bottom: 50px;
  }
  .region-sidebar-first {
    border-right: 1px dotted #dfdfdf;
	padding-right: 30px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
  }
  body.path-taxonomy .region-sidebar-first,
  .region-sidebar-second {
    border-left: 1px dotted #dfdfdf;
	padding-left: 30px;
	border-right: none;
	padding-right: 0;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
  }
  /*------------------------------------*\
  NEWS CSS
  \*------------------------------------*/
  
  /* Block Home featured top */
  .view-home-featured-top .view-content {
    width: 40%;
  }
  .view-home-featured-top .attachment {
    width: 60%;
  }
  .view-home-featured-top .attachment .views-element-container:nth-child(1) {
    width: 47%;
  }
  .view-home-featured-top .attachment .views-element-container:nth-child(2),
  .view-home-featured-top .attachment .views-element-container:nth-child(3) {
    width: 53%;
  }
  .view-home-featured-top .attachment .views-element-container .view-content {
    width: 100%;
  }
  .view-home-featured-top .attachment .views-element-container .view-content .views-row {
    padding-left: 1px;
  }
  .view-home-featured-top .attachment .views-element-container:nth-child(2) .view-content .views-row {
    width: 50%;
    float: left;
  } 
  
  #block-views-block-home-slideshow-block-1 {
    display: none;
  }
  #block-views-block-home-featured-top-block-1 {
    display: block;
  }
  .home-slideshow .views-row:nth-child(2n+1),  
  .view-author-s-articles .views-row:nth-child(3n+1) {
    clear: left;
  } 
  
  /*------------------------------------*\
  PHOTO CSS
  \*------------------------------------*/
  /* List Photos */
  .view-list-photos .views-row {
  width: 31%;
  clear: none;
  margin: 10px 1.67%;
  }
  .view-list-photos .views-row:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
  }	
  .view-list-photos .views-row:nth-child(3n) {
  margin-right: 0;
  }
  /*------------------------------------*\
  VIDEO CSS
  \*------------------------------------*/
  /* List VIDEO */
  .view-list-videos .views-row {
  width: 31%;
  clear: none;
  margin: 10px 1.67%;
  }
  .view-list-videos .views-row:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
  }	
  .view-list-videos .views-row:nth-child(3n) {
  margin-right: 0;
  }
  /* Video node */
  article.node--type-video .field-name-field-media iframe {
  height: 500px;
  }
  /*------------------------------------*\
  BLOCK CSS
  \*------------------------------------*/
  /* Block header ad */
  .block-adv-header {
  margin-top: 30px;
  width: auto;
  }
  /* Block login */
  .block-login input.form-text {
  width: 255px;
  }
  /* Block search */
  .block-search {
  width: 100%;
  }
  	
  #block-customblocksocialicons {
  text-align: right;
  clear: right;
  float: right;
  width: auto;
  border: none;
  padding: 0;
  }
  /* Contact form */
  .contact-form .form-item label {
  float: left;
  width: 200px;
  font-size: 110%;
  font-weight: bold;
  }
  .contact-form .form-item.form-type-checkbox label {
  float: none;
  font-size: 100%;
  font-weight: normal;
  }
  .contact-form .form-item .form-text,
  .contact-form .form-item .form-email,
  .contact-form .form-item .form-textarea-wrapper {
  float: left;

  }
  .contact-form .form-item.form-type-checkbox,
  .contact-form .form-actions {
  width: auto;
  clear: left;
  float: left;
  }
/* Sitemap */
.sitemap a.feed-link {
  position: relative;
  top: 7px;
  float: left;
  padding-right: 10px;
}
  
/*------------------------------------*\
  OTHER STYLE CSS
\*------------------------------------*/
.one-half, .one-third, .two-third, .three-fourth, .one-fourth {
  float: left;
  margin-bottom: 25px;
  padding: 0;
  margin-right: 4%;
  position: relative;
}
.one-half {
  margin-right: 4%;
}
.one-fourth {
  margin-right: 2%;
}
.one-half.last, .one-third.last, .two-third.last, .three-fourth.last, .one-fourth.last {
  margin-right: 0;
}
.one-half {
  width: 48%;
}
.one-third {
  width: 30.6666%;
}
.two-third {
  width: 65.3332%;
}
.one-fourth {
  width: 23.5%;
}
.three-fourth {
  width: 74%;
}
.color-facebook {
  color: #3b5998;
}
.color-twitter {
  color: #55acee;
}
.color-google-plus {
  color: #dd4b39;
}
.color-youtube {
  color: #ff0000;
}
.color-linkedin {
  color: #007bb5;
}
.color-instagram {
  color: #e95950;
}
.color-instagram {
  color: #e95950;
}
.color-whatsapp {
  color: #4dc247;
}
.color-pinterest {
  color: #cb2027;
}
.color-snapchat {
  color: #fffc00;
}
.color-foursquare {
  color: #0072b1;
}
.color-rss {
  color: #ff6600;
}
.block-views-blockhome-featured-top-block-1 {
  margin-bottom: 50px;
}
.field--name-field-tags {
  overflow: hidden;
}
.field--name-field-tags .field--items .field--item {
  display: inline;
  margin-right: 5px;
}
