	.material-icons {
	font-family: 'Material Icons' !important;
	font-weight: normal;
	font-style: normal;
	font-size: 24px !important; /* Preferred icon size */
	display: inline-block;
	line-height: 19px !important;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
}

body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;/* background-image:url(img/bg_body.jpg); */
	background-image: url('https://food.rsonline.ro/images/food.jpg')!important;
        background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% top;
    background-attachment: fixed;
    position: relative;
}
.content{
 border: 0px solid black;
 border-radius: 3px;
 padding: 5px;
 margin: 0 auto;
 width: 50%;
}
.cs:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.post{
 border-bottom: 1px solid black;
 padding: 10px;
 margin-top: 10px;
 margin-bottom: 10px;
}

.post:last-child{
 border: 0;
}

.post h1{
 font-weight: normal;
 font-size: 30px;
}

.post a.link{
 text-decoration: none;
 color: black;
}

.post-text{
 letter-spacing: 1px;
 font-size: 15px;
 font-family: serif;
 color: gray;
 text-align: justify;
}
.post-action{
 margin-top: 15px;
 margin-bottom: 15px;
}

.like,.unlike{
 border: 0;
 background: none;
 letter-spacing: 1px;
 color: lightseagreen;
}

.like,.unlike:hover{
 cursor: pointer;
}
/* Hide the browser's default checkbox */
.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #d9d9d9;
    border: 3px groove #145252;
    
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
    background-color:#a6a6a6;
    
}

/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark {
    background-color: #29a3a3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container1 .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    border-height: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 1280px) {  .zisapt {font-size:16px !important;} }

@media only screen and (min-width: 1165px) {
	body {
	font-family: Verdana, Arial, Helvetica, sans-serif;/* background-image:url(img/bg_body.jpg); */
	background-image: url('https://food.rsonline.ro/images/food.jpg')!important;
    background-repeat: repeat-y!important;
    background-position: center; 
	background-size: cover;
    position: relative;
}
  
.tabcontent {width:100% !important;}

.cs { max-width: 18% !important; }
.col-md-5, .col-lg-5,.cs:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

}

@media only screen and (max-width: 1440px) { 
body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: url('http://food.rsonline.ro/images/food.jpg')!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% top;
    background-attachment: fixed;
    position: relative;
}}

@media only screen and (max-width: 600px) {
	.headline {text-align: left !important; margin:5px !important; }
.headline {text-align: center; margin:20px;}
.col-xs-12,
.col-sm-12
{
    position: center;
    min-height: 1px;
	margin-top:20px !important;
	width: 100% !important;
    padding: 10px !important;

	
}

.cs {   width: 100% !important;  margin: 0px -12px 0px !important; margin-bottom: 30px !important;}

 body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: url('http://food.rsonline.ro/images/food.jpg')!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% top;
    background-attachment: fixed;
    position: relative;
}
.tablink{    padding: 10px 6px !important;
	width: 33.33% !important;

	text-align: center;
}
.logo {
	display: block;
    margin-right: 65px !important;
    width: 60%;
margin: 30px;
	position: relative;
}

.inputxs{width:50% !important;}

  .hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 3px;
    color: #004d00;
} 
.container {
width: 100%;
margin: auto !important;
text-align: center;
height:100%;
}

.line{position: relative !important;
text-align: center;
width: 100% !important;

}

}