ol, ul {
	list-style: none;
	-webkit-padding-start: 10px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

html,body {
	font-family:"Lato", sans-serif;
	color: grey;
}

.gb{
	background: url(../images/gb.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}

h1,h2,h3{
	color: black;
}

a{
	text-decoration: none;
}

b{
	font-weight: bold;
	text-transform: uppercase;
}

.la{
	margin-left: -6px!important;
}

.grid2 img{
    width: 100%;
    height: 100%;
    min-width: 200px;
    min-height: 300px;
}

.grid5 img{
	width: 100%;
	height: auto;
}

.button{
	border-radius: 5px;
	padding:16px 32px;
	border:1px solid cyan;
	color: black;
	font-weight: bold;
}

.button:hover{
	background: #2196F3;
	color: white;
	transition: 0.5s;
}



.button-2{
	background: #2196F3;
	border-radius: 5px;
	padding:16px 32px;
	border:1px solid cyan;
	color: white;
	font-weight: bold;
}

.button-2:hover{
	background: white;
	color: black;
	transition: 0.5s;
}

.back-review{
	background: url(http://ecobox.az/photo/0101img.jpg);
	width: 100%;
	height: auto;
}

.window{
	border-radius: 15px;
}

/* Short-story
===========================================*/
.short-image img{
	width: 100%;
	height: 220px;
}

.short-button{
	
}

.short-button:hover{
	transition: 0.5s;
}

/* full-story
===========================================*/
.fullstory{
	padding: 20px;
}

.full-image img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.full-cat{
	margin-top: -140px;
	margin-left: 20px;
	position: absolute;
	text-transform: uppercase;
}

.related:hover{
	color: orange;
}

.related img{
    width: 130px;
    height: 90px;
    clear: both;
    float: left;
    margin-right: 10px;
}

.w3-tag:hover{
	background: orange;
}

.full-info img{
    width: 24%;
    height: auto;
    float: left;
    margin-left: 10px;
    border-radius: 5px;
}

/*Custom
========================================*/
.news2-title a{
	color: black;
}

.news2-title a:hover{
	color: #2196F3;
}

/*Feedback
========================================*/
.fb-header{
    background: url(http://ecobox.az/photo/cont.jpg);
    background-size: 120%;
    background-repeat: no-repeat;
    width: 100%;
    /*height: 340px;*/
    float: left;
}

.fb-text{
	font-size: 99px!important;
    font-weight: bold;
    text-shadow: 0px 1px black;
}

.buttone{
    background: cornflowerblue;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 400;
    color: white;
}