﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

@media (min-width: 768px) {
    .container {
        width: 100%;
    }

}
@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (max-width:768px) {
        .navbar {
        display:none;
    }
}

/*### FIX HEIGHT ISSUE BOOTSTRAP ROW ###*/
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/*### Media_embed ###*/
.media_embed {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.media_embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*### GALLERY ###*/
.album_image_div{
	margin-bottom: 20px;
}

.album_image_div img{
	width:100%;
}

.gallery_image_div{
	margin-bottom: 20px;
}

.gallery_image_div img{
	width:100%;
	cursor: pointer;
}

/*### SEARCH ###*/
.searchBox{
	margin-top: 9px !important;
}

.searchBox .input-group-btn{
	float:left;
}

.searchBox .form-control{
	width: 200px !important;
}

#slider{
    width: 901px;
    height: 329px;
}

#logotype img {
    padding-bottom:10px;
    padding-left:40px;
    padding-right:40px;
    padding-top:40px;
}


/*### SubSub Fix ###*/
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


.navbar {
font-family:'Open sans';
text-transform:uppercase;
font-size:20px;
position:relative;
float:right;
}

h1, h2, h3, h4 {
font-family: 'Open sans';
text-transform:uppercase;
margin-top:0px;
}

.navbar-default .navbar-nav>li>a {
    color:black;
}

 .navbar-default .navbar-nav > li > a:hover {
        background-color:#efefef;
    }

#content_left_start {
    padding:0px;
}

#content {
    padding-top:30px;
padding-bottom:50px;

}

#footer {
    background-color:#ccc;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    height:100px;
}

#footer a {
    color:black;
}

#footer a:hover {
    color:white;
}

.footerrow {
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}

#content_leftf {
    padding-top: 30px;
    text-align:center;

}

#content_middlef {
    padding-top: 30px;
}


#content_rightf {
    padding-top: 30px;

}

body {
    overflow-x:hidden;
    font-family:'Open Sans';
    font-size:14px;
    position:relative;
    min-height:100%;
    background-color:#efefef;
}

.container {
    padding:0px;
    background-color:white;
}

#editor2_wp_col2 {
    padding:20px;
}

#editor1_wp_content {
    padding:20px;
}

a {
    color:grey;
}

a:hover {
    color:black;
    text-decoration:none;
}

#logotype {
    position:relative;
}

.juicer-feed h1.referral a {
    display: none!important;
}
.juicer-feed h1.referral {
    display: none!important;
}
.juicer-feed.user li.feed-item.juicer {
    display: none!important;
}
.juicer-feed .j-paginate {
    display: none!important;
}
li.feed-item.juicer.image-post {
    display: none!important;
}
.juicer-feed.classic li.feed-item .j-text {
    margin: 0 300px 0 100px!important;
    min-height: 300px!important;
}
.juicer-feed.classic li.feed-item img,
.juicer-feed.classic li.feed-item .j-meta {
    width: 300px!important;
}
.juicer-feed.classic li.feed-item .j-meta {
    width: 100px!important;
    height: 110px!important;
}
.juicer-feed .j-meta ul {
    padding-top: 10px!important;
}
.juicer-feed.classic li.feed-item .info {
    font-size: 13px!important;
}
.juicer-feed.classic li.feed-item .j-text {
    font-family: 'Open Sans', Georgia, serif!important;
    font-size: 18px!important;
    margin: 0 100px;
    padding: 10px 25px;
    min-height: 100px;
}

.juicer-feed ul.j-filters li {

    text-align: center!important;
    width: 100%!important;
}

#cookieMessageWrapper {
    text-align: center;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 5000;
    width: 100%;
    background-color:white;
}
#cookieMessage {
    width: 100%;
    /* this needs to be set to the width of the centre container */
    
    padding: 1px 0 0 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
#cookieMessage:after {
    content: ".";
    /*display: block;*/
    
    height: 0;
    clear: both;
    visibility: hidden;
}
#cookieMessage p {
    margin-bottom: -10px !important;
    padding: 8px 8px 0px 8px !important;
}
#cookieClose {
    /*float: right;
	display: block;*/
    
    padding: 1px 5px;
    text-decoration: none;
    text-shadow: none;
    background: #d1d1d1;
    border-radius: 5px;
    color: #000;
    font-size: 100%;
    margin-top: 6px;
    font-weight: bold;
}