/* Custom Stylesheet */

li:before {
    content: "• ";
    color: #2585bc;
}

html {
    font-family: "Open sans", sans-serif;
  }
  
h5 { 
	color: #2c0e78;
	font-weight: bold;
	font-style: italic;
	margin-top: 1em;
	 margin-bottom: 0.6em;
	}
h6 { 
	color: #2c0e78;
	font-weight: bold;
	margin-bottom: 0.5em;
	}	
	
p {
  line-height: 1.5rem;
  margin-top: 0em;
  margin-bottom: 0.5em;
  text-align: justify;
}

#header {
    position: fixed;
   
    width: 100%;
    z-index: 100;
}

div.fixed {
    position: fixed;
    bottom: 335;	
    z-index: 100;
}

.row.fej {
	margin-top: 0px;
	margin-bottom: 0px;}

.box
{
  height: 62px;
  /*width: 180px;*/
  background-color: transparent;
}

@media only screen and (max-width : 601px) {
.box{
	 height: 25px;}	
}
	
@media only screen and (min-width : 300px) {
  .container {
     width: 95%;}  			
		}

@media only screen and (min-width : 601px) {
  .container {	
    width: 92%;	} 
	.row.fej {
		margin-top: 25px;
		margin-bottom: 25px;}	 
	}
@media only screen and (min-width : 800px) {
  .container {
    width: 80%; } }
	
@media only screen and (min-width : 992px) {
  .container {
    width: 70%; } }

@media only screen and (min-width : 1300px) {
  .container {
    width: 60%; } }	
	
@media only screen and (min-width : 1600px) {
  .container {
    width: 50%; } }		

footer.page-footer {
  margin: 0;
}

a {
    color: #2585bc;
}
a:hover {
    color: #ffd600;
}
a.selected {
    color: #2c0e78;
}
a.selected:hover {
    color: #ffd600;
}
a.iroda:hover {
    color: #ffd600;
}
.iroda {
color: #cf6565;}

.card-panel {
  border-radius: 5px;
  }

.card {
  border-radius: 5px;   
  }
 
.card .card-title {
    color: #cf6565;
    font-size: 16px;
	font-weight: 700; }
	
.card .card-image img {
    border-radius: 5px 5px 0 0;
}
.card .card-content {
    padding: 10px;
}
 	
.card .card-content .card-title {
      line-height: 15px; 

	  /**/
	  display: block;
	margin-bottom: 4px;	  }
	  
.card .card-reveal {
    padding: 18px;
}
.card .card-reveal .card-title {
	  margin-bottom:8px;
}
	  
.slider .slides li img {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center; }
		




		