
/*

	*****************************************
	
	
	- Header
	- Main Section
	- Sidebar & widgets
	- Pagination
	- Footer
	
*/




/*  Fonts  */
@font-face {
    font-family: 'Roboto Condensed', sans-serif;
    src: url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital@1&display=swap');
  
  
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Baloo Tammudu 2', cursive;
    src: url('https://fonts.googleapis.com/css2?family=Baloo+Tammudu+2:wght@500&display=swap');

    font-weight: normal;
    font-style: normal;

}







/*  Header  */
header{
	width: 100%;
	height: auto;  /*  126px */
	background-color: #292929; 
	border-bottom: 4px #1e1e1e solid;
}

header img.h_logo{
	display: block;
	float: left;
	margin-top: 49px;
  
  width: 100px;
  height: auto;
}

header nav{
  
  width: 100px;
  height: auto;
  
	float: right;
}

ul.main_nav{	
	font-family: 'Roboto Condensed', 'Baloo Tammudu 2', arial;
	margin-right: -1px;
	font-weight: bold;
}

ul.main_nav li{
	float: left;
	letter-spacing: 2px;
	font-size: 16px;
	padding: 0;
	margin: 0;
}

ul.main_nav li a{
	display: block;
	width: 130px;
	height: 71px;
	padding-top: 55px;
	border-right: 1px #1e1e1e solid;
	vertical-align: middle;
	text-decoration: none;
	text-shadow: 0px 1px 0 #1e1e1e;
	text-align: center;
}

ul.main_nav li:first-child a{
	border-left: 1px #1e1e1e solid; 
}

ul.main_nav li.current a{
	color: #58c93a;
	box-shadow: 0 4px 0 #58c93a; 
}

ul.main_nav li a:hover{
	background: #242424;
}


ul.main_nav li.about a:hover{
	color: #58c93a;
	box-shadow: 0 4px 0 #58c93a; 
}

ul.main_nav li.youtube a:hover{
	color: #58c93a;
	box-shadow: 0 4px 0 #58c93a; 
}

ul.main_nav li.telegram a:hover{
	color: #58c93a;
	box-shadow: 0 4px 0 #58c93a; 
}





/*  Main section  */
.main{
	position: relative;
	border-left: 1px #e1e0e0 solid;   /*  #e1e0e0 */
	border-right: 1px #e1e0e0 solid;    /*  #e1e0e0 */
	height: auto;
	overflow: hidden;
}

.main article{
	margin: 80px 0;
	overflow: hidden;
}


.main .article_image,
.main .post{
	float: left; 
  
  width: 100px;
  height: auto;
}

.main .article_image{
	width: 100%;
    height: auto;
	margin-right: 40px;
}


.main .post{
	width: 100%;
  height: auto;
	float: left;
}

.main .post h1.title,
.main2 .post h1.title{
	font-family: 'Baloo Tammudu 2', 'Roboto Condensed', arial;
	font-weight: bold;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 50px;
  
  width: 100%;
  height: auto;
}

.main .title a,
.main2 .title a{
	text-decoration: none;
	color: #4f4e4e;
  
  width: 100%;
  height: auto;
}

.main .title a:hover,
.main2 .title a:hover{
	color: #58c93a;
}

.main .post p,	
.main2 .post p{	
	font-family: 'Roboto Condensed', 'Baloo Tammudu 2', arial;
	font-size: 16px;
	color: #BEBEBE;   /* #606060 */
	line-height: 20px;
	margin-bottom: 20px;
  
  width: 100%;
  height: auto;
}

.main a.read_more,
.main2 a.read_more{
	font-family: 'Baloo Tammudu 2', 'Roboto Condensed', arial;
	display: inline-block;
	padding: 10px 30px 13px 30px;
	background: #3B3C36;  /*   #ffffff  */
	border: 2px #c2c2c2 solid;
	color: #c2c2c2;
	text-decoration: none;
	margin-top: 14px;

	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	-ms-border-radius: 100px;
}

.main a.read_more:hover,
.main2 a.read_more:hover{
	border: 2px #58c93a solid;
	color: #58c93a;
}

.main a.read_more i.read_more_arrow,
.main2 a.read_more i.read_more_arrow{
	width: 15px;
	height: 7px;
	background: url('../img/read_more_arrow.png') no-repeat;
	display: inline-block;
	opacity: 0;
	margin-left: -5px;
}

.main a.read_more:hover i.read_more_arrow,
.main2 a.read_more:hover i.read_more_arrow{
	opacity: 1;
	margin-left: 5px;
}

.main2{
	padding-top: 80px;
	position: relative;
	border-left: 1px #e1e0e0 solid;
	border-right: 1px #e1e0e0 solid;
	height: auto;
	overflow: hidden;
}

.main2 .content{
	width: 620px;
  
  height: auto;
  
	float: left;
}

.main2 .post{
	width: 580px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 80px;
}



/*  Sidebar & widgets  */
aside{
	width: 280px;
	height: 1000px;
	float: right;
}

aside .widget{
	margin-bottom: 80px;
}

aside h3.widget-title{
	width: 240px;
	padding: 17px 20px;
	border-left: 3px #58c93a solid;
	background: #f8f8f8;
	margin-bottom: 20px;
	font-family: 'Roboto Condensed', 'Baloo Tammudu 2', arial;
	font-weight: bold;
	font-size: 16px;
	color: #6c6969;  /*   #6c6969 */
	text-transform: uppercase;
	letter-spacing: 1px;
}

aside .textwidget p{
	width: 240px;
	padding: 0 20px;
	font-family: 'Baloo Tammudu 2', 'Roboto Condensed', arial;
	font-size: 16px;
	color: #B8B8B8;  /* #737373 */
	margin-bottom: 10px;
	line-height: 20px;
}

.search_widget .search-field{
	width: 240px;
	height: 50px;
	padding: 0 20px;
	color: #828282;
	font-family: 'Roboto Condensed', 'Baloo Tammudu 2', arial;
	font-size: 12px;
	letter-spacing: .5px;
	outline: none;
	border: 1px #e1e0e0 solid;
}


.search_widget .search-field:focus{
	border: 1px #b9b9b9 solid;
}



::-webkit-input-placeholder {
   color: #b9b9b9;
}

:-moz-placeholder { /* Firefox 18- */
   color: #b9b9b9;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #b9b9b9;  
}

:-ms-input-placeholder {  
   color: #b9b9b9;  
}

/*  pagination  */
.pagination{
	display: block;
	width: 100%;
	padding: 30px 0;
	border-top: 1px #e1e0e0 solid;
	border-bottom: 1px #e1e0e0 solid;
	overflow: hidden;
}

.pagination a{
	color: #818181;
}

.previous,
.next{
	text-decoration: none;
	margin: 0 30px;
	font-family: 'Baloo Tammudu 2', 'Roboto Condensed', arial;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

.previous{
	float: left;
}

.next{
	float: right;
}

.previous i,
.next i{
	width: 15px;
	height: 7px;
	display: inline-block;
	margin-bottom: 3px;
	background: url('../img/pagination.png') no-repeat;
}

.previous i{
	background-position: 0 0;
	margin-right: 10px;
}

.next i{
	background-position: -16px 0;
	margin-left: 10px;
}

.previous:hover,
.next:hover{
	color: #58c93a;
}
.previous:hover i,
.next:hover i{
	background: url('../img/pagination_hover.png') no-repeat; 
}

.previous:hover i{
	background-position: 0px 0;
}

.next:hover i{
	background-position: -16px 0;
}


/*  footer  */
footer{
	width: 100%;
	/* height: auto; */
	height: 70px;
	background: #141414;  /* #f8f8f8 */
	border-top: 1px #e1e0e0 solid;
	margin-top: -1px;
	padding: 20px 0;  /* 80px 0;  */
	text-align: center;
}

footer .logo_footer,
footer p.rights{
	margin-bottom: 30px;
}

footer p.rights{
	font-family: 'Roboto Condensed', 'Baloo Tammudu 2', arial;
	color: white;  /*  #a6a6a6 */
	font-size: 13px;
}


footer p.rights a{
	font-family: 'Baloo Tammudu 2', 'Roboto Condensed', arial;
	font-weight: bold;
	color: #009367;    /* #939292 */
	text-decoration: none;
}



footer ul.social_profiles{
	width: 100%;
	text-align: center;
}

footer ul.social_profiles li{
	display: inline-block;
}

footer ul.social_profiles li a{
	width: 40px;
	height: 40px;
	margin-right: 16px; 
	display: inline-block;
	background: url('../img/sp.png') no-repeat;
}

footer ul.social_profiles li a:hover{
	background: url('../img/sp_hover.png') no-repeat;
}

footer ul.social_profiles .f a{
	background-position: 0 0;
}
	
footer ul.social_profiles .t a{
	background-position: -41px 0;
}
	
footer ul.social_profiles .be a{
	background-position: -82px 0;
}
	
footer ul.social_profiles .d a{
	background-position: -123px 0;
}


footer ul.social_profiles .f a:hover{
	background-position: 0 0;
}
	
footer ul.social_profiles .t a:hover{
	background-position: -41px 0;
}
	
footer ul.social_profiles .be a:hover{
	background-position: -82px 0;
}
	
footer ul.social_profiles .d a:hover{
	background-position: -123px 0;
}


/*  General CSS*/
.wrapper{
	width: 978px;  /*   978px */
	height: auto;
	margin: 0 auto;
}

ul.main_nav li a,
.main .title a,
.main2 .title a,
.main a.read_more,
.main2 a.read_more,
.main a.read_more i.read_more_arrow,
.main2 a.read_more i.read_more_arrow,
.previous,
.next,
.previous i,
.next i,
footer ul.social_profiles li a,
.search_widget .search-field{
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
}







/*  -----------------------------      Кнопка ВВЕРХ    --------------------------------- */


#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}


/*          --------------------- скрывает "историю" (для роботов гугла и еще чего-то) chatBro */

#chatbroHistory {
  visibility: hidden;
}


/*  ---------------           */


@media (max-width: 768px) {
  .wrapper {
    padding: 40 0 30px;
  }
  
}



@media (max-width: 230px) {
  .wrapper {
    padding: 20 0 30px;
  }
  header {
    padding 20 0 30px;
  } 
  nav {
    padding 10 0 30px;
  }
}


a {
  color: #F0FFFF;
}




.meta {
  color: #259127;
}

.pubdate {
  background: url('https://is.gd/jUlBQt');   /* pubdate */
}


/* characteristics styles for vegas pro 15.0 */
.characteristics {
	font-size: 18px;
	color: #f6f6f6;
	list-style: square;
	padding-left: 30px;
}


