/* colors

Orange #FFA12D  
Orange tint #FFD096
Blue #0068B3
Blue Tint #7FB3D9
Grey #7E7E7E
Green #CFE8D8
Yellow #FFFABF
Light blue #B8E2FF
Violet #BFB1CC


*/
html{
overflow-x:hidden;
}
html, body{
    text-align: center;
    margin:0px;
    padding: 0px;
	width:100%;
	
    background-image: linear-gradient(120deg, #ffffff 0%, #ffffff 0%);
    font-family: Arial, Helvetica, sans-serif;
}

/* navigation */

h2.selected a{
  color:red;
}

.dropdown {
  position: relative;
  display: inline-block;
    
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  width: 79%;
  margin-left:-6%;
  margin-top: 10px;
  padding: 0px 16px;
  z-index: 1; 
}
.dropdown-content p{
  border-top: 1px solid #f6f6f6;
    padding: 10px 0px;
}
.dropdown:hover .dropdown-content {
  display: block;
}

input{
    border: 0px;
    margin: 0px;
    outline: none;
}
.rightpanel input{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    border: 0px;
    padding: 3px;
    padding-top: 0px;
    color: black;
    border-bottom: 1px solid  #FFA12D; 
    margin: 0px;
    margin-top: 5px;
}

input.btn-search:focus{
	    background-color:rgb(12, 105, 220) !important;
        outline: none;
    
    }
input:focus, textarea:focus, select:focus{
	    background-color:white !important;
        outline: none;
    
    }	
.fas, .fab, .fa{
    color: #FFA12D;
    font-size: 15px !important;
}
.fas:hover, .fab:hover, .fa:hover{
    color: #0068B3;
}
.fa {
  float: right;
    margin-right: 0px;
}
#icon{
    font-size: 14px !important;
    width:6%;
    border:0px;
    padding: 0px; 
    margin: 0px;
    float: right;
}
#icon2{
    font-size: 14px !important;
    width:6%;
    border:0px;
    padding: 0px; 
    margin: 0px;
    float: left;
}
.fa-search{
	padding-left:8px;
}

.search{
	background-color:white;
  width:0;
  visibility: hidden; /* display property wasn't working with transition */
  transition: width 1s;
  float: right;
  
}
.search:focus{
	background-color:white !important;
}
.searchicon:hover~.search, .search:hover, .search:focus{
  visibility: visible;
  width:150px;
}

.issue {
	font-size: 11px; 
    text-align: left;
	color: black;
}

/*headers */
h1{
    width:50%;
    float:right;
    text-align: center;
    margin-top:50px;
    margin-right: 25%;
    margin-bottom: 0px;  
}
h2{
    color:#FFA12D;
}
h3{
    color: black;
    font-size: 12px;
    text-align: left;
	padding:0px;
	margin-left:0px;
	line-height:1.5;
}
.sectiontitle{
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px; 
    text-align: left;
    width: 100%;
    padding: 10px 0px;
    color: #0068B3;
    border-bottom: 1px solid #FFA12D;
	text-transform: uppercase;
}
.sectiontitle2{
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px; 
    text-align: left;
    width: 100%;
    padding: 10px 0px;
    color: #0068B3;
    border-bottom: 1px solid #FFA12D;
}
.sectiontitle3{
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px; 
    text-align: left;
    width: 96%;
    padding: 10px 0px;
    padding-left: 4%;
    background-color: #FFECD5;
    color: #0068B3;
    border-left: 4px solid #FFA12D;
}
.TitlesBackground {
    padding-left: 3%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-size: auto!important;
	background-position: right;
	background-repeat: no-repeat;
}


.loginbutton{
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px!important; 
    text-align: left;
    width: 2.3% !important;
    padding: 10px 0px;
    padding-left: 4%;
    background-color: #FFA12D !important;
    color:white !important; 
    border-left: 4px solid #ffffff !important;
	border-right: 4px solid #ffffff !important;
	margin-left: 0%!important;
	border-radius: 50px;
}
.signupbutton{
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px!important; 
    text-align: left;
    width: 2.3% !important;
    padding: 10px 0px;
    padding-left: 4%;
    background-color: #FFD096 !important;
    color:white !important; 
    border-left: 4px solid #ffffff !important;
	border-right: 4px solid #ffffff !important;
	border-radius: 50px;
}
.warningtitle{
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px; 
    text-align: left;
    width: 96%;
    padding: 10px 0px;
    padding-left: 4%;
    background-color: #FFA12D !important;
    color:white !important; 
    border-left: 4px solid #0c69dc;
}
.akceso_title{
    margin-top:0px;
    width:100%;
    padding:0px;
    text-align:center;
    line-height:2;
    
}
img.akceso_title {
    padding-bottom: 10px;
    border-bottom:1px dashed #FFA12D;
    margin: 0px auto;
    height: auto !important;
    width:50% !important;
    
}

/* footer */
footer{
    font-family: Poppins, Helvetica, Arial, sans-serif;
    display: inline-block;
	color: #fff;
	/*background-color: #F97C00;*/
	padding: 0px;
    width: 100%;
    margin:0px;
    font-size: 14px;
    line-height: 1.5;
    
}

.catalyst{
    display: block;
    width:64%;
    margin: 0px 18%;
    text-align: center; 
    color: rgba(255,255,255,0.6);
}
.catalyst {
    display: none;
}
.copyright{
    color:white;  
    text-align: center;
    margin:0px;
    margin-left: 1%;
    width:19%;
    text-align: center;   
}
.socialmedia{
    display: inline-block;
    width:100%;
    margin: 0px auto;
    text-align: center;   
    background-color:#7E7E7E;
    
}
.socialmedia a{
    margin: 0px;
    padding: 0px; 
    float: right;
    height: 44px;
}
.socialmedia img{
    margin:0px 10px;
    padding: 0px;
    border-radius: 30px;
    height: 70%;
    margin-top: 15%;    
}
.socialmedia p{
    padding: 6px 0px;
    
}
.contactlogo{
    display: none;
    float:left;
}
.socialmedia h3{
    color: white;
    width:50% !important;
    margin: 0px 25%;
    margin-right: 0px !important;
}
text.copyright{
    float: none !important;
    color: white);
    font-size: 10px !important;
    text-align: center;
    margin-top:15px;
}
h3.title{
    display: inline-block;
	color: white;
	margin-bottom: 7px;
	text-align: center;
    margin-top: 20px;
}
.contactinfo{
    width:60%;
    margin:0px;
    margin-left:20%;
    float: left;
	font-size: 12px;
}
.disclaimer{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin: auto;
	background-color: #7E7E7E;
    font-family: 'Raleway', sans-serif;
	/*background: linear-gradient(360deg, #F97C00 10%, rgba(253, 227, 167, 1) 180%, #FEBC56 360%);*/
}
.disclaimer hr{
    display: none;
    width: 70%;
    margin-left:15%;
    margin-top: -20px;
    color: grey;
}
.disclaimer h4{
    text-transform: uppercase;
    color: white;
    font-size: 14px;
}
.disclaimer .sep{
    width:40%;
    margin-left: 30%;
    border-bottom: 1px solid white;
}
.disclaimer .quote{
	text-align: center;
	width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 12px;
    font-weight: 100;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
    color: white;
    
}



/*divider */


/* 
<a href="something" class="button1 bouncy">Facebark</a>
<a href="something" class="button1 bouncy" style="animation-delay:0.07s">SJWHub</a>
<a href="something" class="button1 bouncy" style="animation-delay:0.14s">Plebbit</a>
<a href="something" class="button1 bouncy" style="animation-delay:0.21s">4chin</a> 

*/




/* top story */
.panel{
    float: right;
    height: auto;
    background-color: white;
    margin: 30px 1%;
    padding: 1%;
   }
.panel img{
    width: 100%;
    margin: 0px;
}
.leftpanel{
    padding: 0px;
    margin-right: 5%;
    width:26%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.leftpanel h3, .categories{
    margin-left: 5px;
    padding-bottom: 10px;
    border-bottom:0px solid #0068B3;
	/*font-weight: 100;*/
}
.leftpanel h2, .subtitle{
    margin-left: 5px;
	padding-bottom: 10px;
    border-bottom:0px solid #0068B3;
	border-top:0px solid #0068B3;
	text-align: center;
	color: #7E7E7E !important; 
	font-size: 16px !important;
	}
.leftpanel h3:hover{
    cursor: pointer;
	color: #FFA12D;
}
.newrightpanel{
    margin-right: 5%;
    width:26%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.newrightpanel h3, .categories{
    margin-left: 5px;
    padding-bottom: 0px;
	/*padding-left: 10%;*/
    border-bottom:0px solid #E5E5E5;
}
.newrightpanel h2, .subtitle{
    padding-bottom: 10px;
   	border-top:0px solid #0068B3;
	font-size: 16px;
	
	}

.newrightpanel h3:hover{
    cursor: pointer;
    color: #FFA12D;
}
.middlepanel{
    margin-left: 5%;
    width:58%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.rightpanel{
    margin: 0px;
    z-index: 99;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    width:100%;
    position: sticky;
}

.leftside{
    display: none;
    width:10%;
}
.story{
    margin-top: 5%;
	float: left;
    margin-left:8%;
    padding-bottom: 1.5%;
    min-height: 51.2vh;
    
    width:50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.morestories{
    margin-top: 5%;
	float: left;
    margin-right:8%;
    height: 51.2vh;
    padding: 1%;
    padding-top: 1.5%;
    
    width:26%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.story p{
    text-align: justify;
	line-height: 1.5;
	
}
.story h2{
    text-align: left;
    font-size:16px;
    color: #0068B3;
}

.story h4, h5 {
    text-align: left;
    color: gray;
    font-size: 10px;
    margin: 5px;
}
.story h4{
    text-align: right;
}
.story a{
    text-decoration: none;
}
.story .sectiontitle{
    margin-top:0px;
}
.story h1{
    margin: 0px;
    margin-bottom: 20px;
    float: none;
    text-align: left;
    width:100%;
    border-left-color: orange;
	/*padding-top: 3%;
    padding-bottom: 3%;*/
	text-transform: uppercase;
}

.morestories 2{
    margin-top: 10px;
}
.morestories h5{
    display: none;
    /* border-top: 1px solid orange; */
    color: orange;
    margin-top: 50px;
    text-align: center;
}
.morestories h3{
    padding-left: 5px;
}
.morestories h3:hover{
    color: orange;
	cursor: pointer;
}
.morestories img{
    margin-top: 33px;
    width:150px;
    padding-bottom: 10px;
    
}
.fa-angle-left{
    margin-top: 30px;
    float: left;
    font-size: 40px !important;
    color: #0068B3;
}
.fa-angle-left:hover{
    color:#FFA12D;
    cursor: pointer;
}
.story_suggestions h3{
    margin: 20px auto;
}
.middlepanel h3:hover{
    cursor: pointer;
    color: #FFA12D;
}
.middlepanel a{
    text-decoration: none;
    border:0px;
}
.thumbnailtext .categories {
  border:0px !important;
}

.bigtext .categories {
  border:0px !important;
}
.halfthumbnail .categories {
  border:0px !important;
}

.rightpanel h2{
    background-color: white;
    font-size: 10px !important;
    width:5.3%;
    float: left;
    padding-left: 5px;
    text-align: center;
    margin: 0px;
    border: 0px;
    border-right: 1px solid #0068B3;
    padding: 10px;
    margin: 0px;
    /*
    background-color: #0068B3;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    color: white;
    
    */
}

.rightpanel a{
    text-decoration: none;
    color: black;
}
.rightpanel a:hover{
    color: #0068B3;
}
a.active , p.active, span.active{
    color: orange;
}

.rightpanel a{
    margin: 0px;
    padding: 0px;
    
}
.rightpanel p{
    color: black;
}
.rightpaneltext{
    color: black;
	/*width: 80%!important;
	padding-left: 10%;
	padding-right: 10%; 
	font-size: 12px;*/
	font-size: 14px;
	text-align:justify;
}


.rightpanel p:hover{
    color: grey;
    cursor: pointer;
}
.rightpanel h2:hover{
    cursor: pointer;
    color: #0068B3;
    font-weight: 600;

    
}
.opinionpic{
    display: block;
    width: 50%;
    float: left;
    overflow: hidden;
    
}
.opinionpic p{
    padding: 0px 10px;
    margin-top: 20px;
    text-align: justify;
    overflow: hidden;
}
.opinionpic2{
    display: block;
    width: 48%;
    float: left;
    overflow: hidden;
    
}
.opinionpic2 p{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 1%;
    margin-top: 0px;
    text-align: justify;
    overflow: hidden;
}
.opinionpic2 h3{
    padding-top: 20px;
	padding-left: 1%;
	padding-bottom: 20px;
    margin-top: 0px;
    font-size: 14px;
    width: 100%;
    float: left;
    border-bottom: 0px solid #0068B3;
    text-align: left;
    margin-bottom: 0px;
}
.readmoreopinion{
    height: 20px;
    color: #0068B3;
    cursor: pointer;
}
.readmoreopinion:hover{
    cursor: pointer;
    color: orange;
}
.thumbnail{
    display: block;
    position: relative;
    height: 170px;
    overflow: hidden;
    text-align: justify;
    color: white;
    float: left;
    width:30%;
    margin-right: 5%;
    margin-bottom: 5%;
    /*background: #0068B3;
    background-color: #0068B3;
    background-image: linear-gradient(0deg, #003459 30%, #FFFFFF 60%);*/
}
.thumbnail2{
    display: block;
    position: relative;
    overflow: hidden;
    text-align: justify;
    color: white;
    float: left;
    width:100%;
	height: 1px;
    margin-right: 0.2%;
    margin-bottom: 0.2%;
    }

.leftimg h3{
    border:0px;
}
.thumbnail img{
    width: 100%;
    height: 170px;
    opacity: 0.3; 
}
.leftimg{
    width:100%;
    
    margin: 60px 0px;
    height: auto !important;
}
.leftimg img{
    height: auto !important;
    
    
}

.leftimg2 h3{
    border:0px;
}
.leftimg2 {
    width:100%;
}
.leftimg2 img{
    height: auto !important;
    
    
}
.thumbnail img:hover{
     transform: scale(1.3); 
}
.thumbnailtext{
    position: absolute;
    bottom: 4px;
    left: 0px;
}
.thumbnailtext h3{
    margin: 5px;
    padding: 0px;
    color: #0068BE;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
}
.thumbnailtext h3:hover{
    cursor: pointer;
    color: #FFA12D; 
}
.bigthumbnail{
    display: block;
    position: relative;
    float: left;
    width:66%;
    margin-right: 1%;
    height: 280px;
    
}
.bigthumbnail img{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.bigtext h3{
    display: block;
    font-size: 16px;
    color: black;
    margin-top: -5px;
    padding: 5px;
    height: 65px;
}

.smallthumbnail{
    display: block;
    float: left;
    width:30%;
}
.smallthumbnail h3{
    font-size: 14px;
    border-top: 1px solid #FFA12D;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 900;
}
.smallthumbnail h3:hover, .bigtext h3:hover, .halfthumbnail h3:hover{
    color: #FFA12D;
}
.atitle2{
    display: block;
    float: left;
    width:100%;

}
.atitle2 h3{
    font-size: 14px;
    border-top: 1px solid #FFA12D;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 900;
}
.atitle2 h3:hover, .bigtext h3:hover, .halfthumbnail h3:hover{
    color: #FFA12D;
}
.atitle{
    display: block;
    float: left;
    width:48.8%;
}
.atitle h3{
    font-size: 14px;
    border-top: 1px solid #FFA12D;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 900;
}
.atitle h3:hover, .bigtext h3:hover, .halfthumbnail h3:hover{
    color: #FFA12D;
}

.endthumbnail{
    position: relative;
    display: inline-block;
    color:gainsboro;
    border-bottom: 1px solid white;
    margin-top: 60px !important;
    width: 100%;
    background-color: #FFA12D;
    height: 0px;
}
.halfthumbnail{
    display: block;
    width:48%;
    float: left;
    margin: 3% 1%;
	min-height:13vh;
}

.halfthumbnail img{
    margin-top: 5px;
    height: 50px;
    float: left;
    width:15%;
}
.halfthumbnail h3{
    padding-top: 0px;
    margin-top: 0px;
    font-size: 14px;
    width:100%;
    margin-left: 1%;
    float: left;
	
}
.halfthumbnail2{
    display: block;
    width:24.8%;
    float: left;
    margin-top: 0%;
    margin-right: 0.2%;
    margin-bottom: 0%;
    margin-left: 0%;
	min-height:27vh;
	
}

.halfthumbnail2 img{
    margin-top: 0.2%;
    float: left;
    width:100%;
}
/* This verion was used for top stories with pictures
.halfthumbnail2 h3{
    padding-top: 0px;
    margin-top: 0px;
    font-size: 14px;
    width:100%;
    margin-left: 0%;
    float: left;
	border-bottom: 0px solid #0068B3;
	text-align: left;
	margin-bottom: 0px;
	font-weight: 100;
} 
*/

.halfthumbnail2 h3{
    padding-top: 0px;
	padding-left: 14%;
    margin-top: 0px;
    font-size: 14px;
    width:100%;
    margin-left: 0%;
    float: left;
	border-bottom: 0px solid #0068B3;
	text-align: left;
	margin-bottom: 0px;
	font-weight: 600;
}
.halfthumbnail_double{
    display: block;
    width:49.8%;
    float: left;
    margin-top: 0%;
    margin-right: 0.2%;
    margin-bottom: 0%;
    margin-left: 0%;
	min-height:24vh;
	
}
.halfthumbnail_double img{
    margin-top: 0.2%;
    float: left;
    width:100%;
}

.halfthumbnail_double h3{
    padding-top: 0px;
    margin-top: 0px;
    font-size: 14px;
    width:100%;
    margin-left: 0%;
    float: left;
	border-bottom: 0px solid #0068B3;
	text-align: left;
	margin-bottom: 0px;
	font-weight: 100;
}
h2.title_date{
    position: absolute !important;
    color:rgba(5, 41, 24, 0.1) !important;
    border: 0px;
    margin: 0px;
    
    padding: 0px;
    padding-left: 10px;
    left:30px;
    
}
h2.title_date:hover{
    cursor:context-menu;
}
/*
h2.title_date{
    
    text-transform: uppercase;
    line-height:1.5;
    font-weight: 900;
    color: rgba(255, 202, 159, 0.38) !important;
    cursor:default;
    padding: 5px;
    padding-top: 0px;
    margin-top: 0px;
    border: 0px;
    
}
*/
/*
.title_date_cont {
  width: 0px;
  height: 5px;
  position:relative;
  background-color:white;
}

.title_date {
  width: 0; 
	height: 0; 
	border-top: 90px solid transparent;
	border-bottom: 90px solid transparent;
	border-right: 90px solid transparent;
}

.title_date span {
    background-color: #0068B3;
    position:absolute;
    top: 0px;
    font-weight: 600;
    width: 70px;
    left: 0px;
    text-align: center;
    font-size: 12px;
    color:black;    
    font-family: arial;
    transform: rotate(-90deg);
    display:block;
    padding: 5px 0px;
}
*/

/* archive */
.archivepanel{
    float: left;
    padding: 1%;
    margin-left: 5%;
    width:24%;
    
}
section.archivestory{
    float: left;
    padding: 1%;
    margin-right: 5%;
    margin-left: 1%;
    width:60%;
    height: auto !important;
}
.resultpanel{
    padding: 1%;
    width:86%; 
    margin: 30px 7%;
    height:auto !important;
}
 .sortbutton{
		 padding: 3px;
        font-size: 11px;
        border: 1px solid whitesmoke;
        font-weight: 600;
        
        background-color: #fbfbfb;
        margin-right: 1px; 
        color: black;
        border-radius: 30px;
		float:right;
		background-color:transparent;
		height:20px;
		margin:3px 4px;
		display:inline-block;
	}  
p.sortbutton{
	padding-top:0px;
	margin-top:0px;
}
button.sortbutton:hover{
        cursor: pointer;
        border: 1px solid #0c69dc;
        background-color: #0c69dc !important;
        color: white;
    }
img.close{
	width:10px;
	padding:1px;
}	
	#myBtn {
	  display: none;
	  position: fixed;
	  bottom: 20px;
	  left: 30px;
	  z-index: 99;
	  font-size: 18px;
	  border: none;
	  outline: none;
	  background-color: orange;
	  color: black;
	  cursor: pointer;
	  padding: 15px;
	  border-radius: 4px;
}
	#myBtn:hover{
		background-color:#0068B3;
	}
	
.sectionsearch{
	width:15%;
	padding-top:5px;
}	
@media only screen and (max-width: 1090px) {
  .sectionsearch input{
    max-width:100px;
  }
}	

.simpleheader{
    margin: 0px;
    z-index: 99;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    width:100%;
    position: sticky;
}


.simpleheader h2{
    background-color: white;
    font-size: 10px !important;
    width:5.3%;
    padding-left: 5px;
    text-align: center;
    margin: 0px;
    border: 0px;
    border-right: 1px solid #0068B3;
    padding: 10px;
    margin: 0px;
 
}

.simpleheader a{
    text-decoration: none;
    color: black;
}
.simpleheader a:hover{
    color: #0068B3;
}
a.active , p.active, span.active{
    color: orange;
}

.simpleheader a{
    margin: 0px;
    padding: 0px;
    
}
.simpleheader p{
    color: black;
}
.simpleheadertext{
    color: black;
	width: 80%!important;
	padding-left: 10%;
	padding-right: 10%;
	font-size: 12px;
	text-align:justify;
}


.simpleheader p:hover{
    color: grey;
    cursor: pointer;
}
.simpleheader h2:hover{
    cursor: pointer;
    color: #0068B3;
    font-weight: 600;

    
}