/**
 * Place your custom styles here.
 */
/*-------------------------------------------------------*/
  /* General */
/*-------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto');

html,body, .btn {
	font-family: 'Roboto', sans-serif ,serif;
	font-size: 16px;
	line-height: 1.58;
	letter-spacing: -.003em;
}
a {color: #a94442;}
a:hover, a:focus {
  color: #CC0000;
  text-decoration: underline;
}
a{
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
img {
	max-width: 100%;
}

p{
	margin: 0.3em 0 0.9em 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.58;
    color: inherit;
}
h1, .h1 { font-size: 1.8em; }
h2, .h2 { font-size: 1.5em; }
h3, .h3 { font-size: 1.3em; }
h4, .h4 { font-size: 1em; }
h5, .h5 { font-size: 1em; }
h6, .h6 { font-size: 1em; }
h2 { font-weight: 800; }
h2 a{color: #111;}
h2 a:hover, h2 a:focus {color: #CC0000;}
.form-control{
	border-bottom: 1px solid #a2a2a2;
	color: #000;
	font-size: 1em;
	line-height: 1.58;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0.6em;
    margin-bottom: 0.2em;
}
textarea.form-control {
    border: 2px solid #a2a2a2;
    padding: 6px;
}

.btn-default {
    color: #000;
    background-color: #fff;
    border-color: #eee;
}
.btn-default:hover {
    color: #000;
    background-color: #eee;
    border-color: #ccc;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}
.header-wrapper {
	/*background-image: linear-gradient(to bottom, #000000, #080808, #0f0f0f, #151515, #191919);*/
        background: url(../img/img-blck.jpg) 0 0 repeat #191919;
	padding-bottom: 1em;
}
.main-wrapper {
	    /*background: url(../img/bg-subpage--blog.jpg) 50% 0 no-repeat #f5f5f5;*/
	    background: url(../img/body-bg-light-1.jpg) 0 0 repeat;
            padding: 1em 0 0 0;
}
.footer-wrapper {
	/* background-image: linear-gradient(to bottom, #111111, #101010, #0e0e0e, #0d0d0d, #0b0b0b, #090909, #080808, #060606, #050504, #030303, #020201, #000000);*/
        background: url(../img/img-blck.jpg) 0 0 repeat #191919;
}
/*-------------------------------------------------------*/
  /* Header */
/*-------------------------------------------------------*/
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 1em;
    line-height: 20px;
    font-weight: 800;
}
.navbar-default .navbar-brand {
    color: #CC0000;
}
.navbar.container, .navbar.container-fluid {
    margin-top: 0;
}
#navbar h1{
    margin-top: 0;
    margin-bottom: 0;
}

.header .navbar-nav > li > a:focus, .header .navbar-nav > li > a:hover {
    background: none;
}
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
	font-weight: 600;
}
.navbar-default .navbar-nav > li > a:hover{
	color: #CC0000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #CC0000;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #CC0000;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: 600;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}
.header .dropdown-menu > .active > a, .header .dropdown-menu > .active > a:hover, .header .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #CC0000;
    outline: 0;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #CC0000;
    outline: 0;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #cc0000;
}
.navbar-default .navbar-toggle {
    border-color: #080808;
}
.navbar-toggle{background-color: #CC0000;}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar:hover, navbar-default .navbar-toggle .icon-bar:focus {
    background-color: #000;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #CC0000;
}
.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;
}
/*-------------------------------------------------------*/
  /* primary */
/*-------------------------------------------------------*/

.region-sidebar-first .block, .content-wraper, .region-header, .region-bottom, .page-comment-reply #block-system-main{
	padding: 1em;
        background: #fff none repeat scroll 0 0;
        box-shadow: 0 1px 0 0 rgba(238, 238, 238, 0.6);
	margin-bottom: 1em;
	border-radius: 0.3em;
}

#navbar {
	padding: 1em;
        background: #fff none repeat scroll 0 0;
        box-shadow: 0 1px 0 0 rgba(238, 238, 238, 0.6);
	margin-bottom: 0;
	border-radius: 0 0 0.3em 0.3em;
}
 .region-sidebar-first .block h4.block-title {
     position: relative;
     text-align: center;
     z-index: 2;
}
 .region-sidebar-first .block h4.block-title::after {
    border-bottom: 1px solid #191919;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
}
 .region-sidebar-first .block h4.block-title span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #191919;
    border-radius: 33px;
    display: inline-block;
    line-height: 32px;
    padding: 0 30px;
}
.region-sidebar-first .block a {
    text-decoration: none;
    color: #000;
}
.region-sidebar-first .view-latest-news a {
    font-weight: 600;
}
.region-sidebar-first .block a:hover, .region-sidebar-first .block a:focus { color: #cc0000; }

.region-sidebar-first .view-latest-news .views-row {
    margin-bottom: 1em;
}
.region-sidebar-first .view-latest-news .views-row:last-child{padding-bottom: 0;margin-bottom: 0;}
.region-sidebar-first .view-latest-news .views-row .views-field-field-article-image, 
.region-sidebar-first .view-latest-news .views-row .views-field-field-story-image {
    float: left;
    margin-right: 0.3em;
    width: 33%;
}

/*-------------------------------------------------------*/
  /* Taxonomy + Frontpage */
/*-------------------------------------------------------*/
.view-frontpage .views-row, .view-taxonomy-term .views-row{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 0 0 rgba(238, 238, 238, 0.6);
    border-radius: 0.3em;
    overflow: hidden;
    float: left;
    margin-bottom: 1em;
    min-height: 520px;
}
.view-frontpage .views-row-odd {margin-right: 3.90%;}
.view-taxonomy-term .views-row-odd {margin-right: 3.90%;}
.view-frontpage .views-row .views-field-title, .view-frontpage .views-row .views-field-body, 
.view-taxonomy-term .views-row .views-field-title, .view-taxonomy-term .views-row .views-field-body {
    padding: 0 1em 0 1em;
}
.views-field-title h2 {font-size: 1.3em}
.views-field-taxonomy-vocabulary-1 a {color: #767676;}
.views-field-taxonomy-vocabulary-2 a {color: #767676;}
.views-field-taxonomy-vocabulary-2-1 a {color: #767676;}
.views-field-taxonomy-vocabulary-1, .views-field-created, .views-field-taxonomy-vocabulary-2, .views-field-taxonomy-vocabulary-2-1 {
    display: inline-block;
    color: #767676;
}
.views-field-taxonomy-vocabulary-1 h3, .views-field-created, .views-field-taxonomy-vocabulary-2 h3 {
   margin: 0 0 0 2em;
   font-size: 0.8em;
   text-transform: lowercase;
   position: relative;
}
.views-field-taxonomy-vocabulary-2-1 h3 {
   margin: 0 1em 0 1em;
   font-size: 0.8em;
   text-transform: lowercase;
   position: relative;
}
.views-field-taxonomy-vocabulary-1 h3:before, .views-field-taxonomy-vocabulary-2 h3:before, .views-field-created:before {
    content: ">";
    position: absolute;
    top: -2px;
    left: -10px;
}
.views-field-path{
  background: #eeeeee none repeat scroll 0 0;
  border-radius: 2em;
  border:0;
  color: #191919;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 400;
  margin: 1em 0 1em 1em;
  padding: 5px 28px;
  text-align: center;
  text-transform: lowercase;
  vertical-align: middle;
}
.views-field-path:hover, .views-field-path:focus, .views-field-path a:hover, .views-field-path a:focus, .views-field-path:hover a{
    background:#cc0000;
    color:#fff;
    outline: 0;
}
h1.page-header {
    text-align: center; 
}
/*-------------------------------------------------------*/
  /* Pagination */
/*-------------------------------------------------------*/
.pagination > li > a, .pagination > li > span {
	color: #CC0000;
	padding: 5px 8px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #CC0000;
    border-color: #CC0000;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #000;
    background-color: #f6f6f6;
    border-color: #ddd;
}

/*-------------------------------------------------------*/
  /* Footer */
/*-------------------------------------------------------*/
.footer {
	color: #999;
	border-top: 0px solid transparent;
	text-align: center;
    margin-top: 0;
    padding-top: 2em;
    padding-bottom: 2em;
}
/*-------------------------------------------------------*/
  /* Node */
/*-------------------------------------------------------*/
.story-wrapper-top, .article-wrapper-top {
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 0 0 rgba(238, 238, 238, 0.6);
    border-radius: 0.3em 0.3em 0 0;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}
.story-wrapper, .article-wrapper {
    display: block;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 0 0 rgba(238, 238, 238, 0.6);
    border-radius: 0 0 0.3em 0.3em;
    padding: 1em;
    margin-bottom: 1em;
}
.article-wrapper-body {padding: 1em; padding: 1em; margin: 0 auto;  background-color: #fff;}
.story-wrapper-image, .article-wrapper-image {
    text-align: center; margin: 0 auto; background-color: #fff; display: block;
}
.story-wrapper-image img, .article-wrapper-image img { text-align: center; margin: 0 auto; background-color: #fff;display: block; /*width: 100%;*/}
.field-name-taxonomy-vocabulary-2 .field-item{
	float: left;
    margin-right: 5px;
    display: inline;
}
.field-name-taxonomy-vocabulary-2 .field-item:after {
    content: ",";
}
.field-name-taxonomy-vocabulary-2 .field-item:last-child:after {
    content: "";
}


.indented {margin-left: 2em;}

.submitted {
    margin-bottom: 0;
    font-style: italic;
    font-weight: 400;
    text-align: right;
}
.view-Similar-Entries .views-row a > img {
    float: left;
	margin-right: 1em;
        margin-bottom: 0.45em;
}
.view-topbanner .views-field-field-fpimage{
        float: left;
	margin-right: 0;
        margin-bottom: 0;
        width: 24.99%;
}
.node-page , #contact-site-form{
    display: block;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 0 0 rgba(238, 238, 238, 0.6);
    border-radius: 0.3em;
    padding: 1em;
    margin-bottom: 1em;
}

@media (min-width: 992px){
	.navbar-nav {
    float: right;
    margin: 0;
}
	.navbar-nav > li > a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

}

@media (max-width: 991px){
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #CC0000;
    font-weight: 600;
}

}

@media (max-width: 767px){
.navbar-toggle .icon-bar {
    background: #fff;
}

}

@media (max-width: 600px){

.view-frontpage .views-row, .view-taxonomy-term .views-row{
    width: 100%;
}
.view-frontpage .views-row img, .view-taxonomy-term .views-row img{
    width: 100%;
}
}

.older_and_newer {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    margin: 1em 0;
    padding: 1em 0;
}

.btn-success {
    color: #fff;
    background-color: #222322;
    border-color: #272927;
}

.btn-success:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}