.navbar-toggler {
    border-color: #fff !important;
}
#custom-file-text: (
  en: "Tallózás",
  es: "Elegir"
);

th,td{
	font-size:14px;
}
.card{
	margin: 30px 0;
}
#footerUl > li {
    text-decoration: none;
    display: inline-flex;
    cursor: pointer;
	
	
}
#footerUl{
	text-align:right;
}
.navSeparator{
	padding: 0 10px;	
}
#navbarSupportedContent > ul > li> a{
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding-right: 20px;
    padding-left: 20px;
    text-transform: uppercase;
    letter-spacing: 0px;
}

#navbarSupportedContent > ul > li> a:hover {
    border-bottom: 2px solid #f26522;
    display: inline-block;
    padding-bottom: 0px;
    
    line-height: 40px;
    padding-top: 38px;
}
#navbarSupportedContent > ul > li{
    height: 100px;
    line-height: 100px;
}

#contentContainer{
	background: #fff;
    
    box-shadow: 0 0 30px black;
	padding-top:50px;
	
}
.hint-text {
    margin: 100px auto;
    text-align: center;
}
#totop {
    display: block;
    z-index: 1000;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: auto;
    left: auto;
    right: 70px;
    bottom: 80px;
    cursor: pointer;
    display: none;
	
	
}
.nav-pills{
    color: #000;
    font-weight: 600;    
    background-color: #E9ECEF;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;    
    background-color: #EE3124; 
}
.jumbotron {
    padding: 1rem;
    margin-bottom: 1rem;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #EE3124;
}
.dropdown-item{
    line-height: 20px;
}

}
#topnavrow{
    padding: 0 1rem !important;
}
#mainMenu{
    background-color: #000;
}

.navLogo{
    max-height: 80px;
}



@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,700&display=swap');

font-family: 'Merriweather', serif;

*, ::after, ::before {
    box-sizing: border-box;
}
html{
	
}

.container{
	
}
body{
    background-color: #eeeded;	
    font-family: 'Merriweather', serif !important;
	
    color: #000;
	
	
}

/*-------------------index start-----------------*/
.blockTitle{
    font-size: 30px;
    text-align: center;
    color: #000000;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 20px 0;
	
	
	
}
.block{
    border-bottom: 1px solid #EE3124;    
	
}
/*------------------block1-----------------------*/

#block1 > div{
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/*----------------------------------------------*/
/*------------------block2-----------------------*/
.block > .container{
    max-width: 1024px !important;
}
/*----------------------------------------------*/
#block2{
    padding-top: 30px;
    padding-bottom: 10px;
}
#block3{
    background-image: url("../img/blockImg.jpg");
    background-repeat: no-repeat;
    background-size: 114% 100%;
    background-position: -184px 0;
    padding-top: 30px;
}
.card-img, .card-img-top {
    border-radius: 0;
    height: 230px;
}

.flip-box {
    background-color: transparent;
    width: 300px;
    height: 300px;    
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    margin: 20px 0;
}

/* This container is needed to position the front and back side */
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side */
.flip-box-front {
    background-color: #EE3124;
    border-radius: 0;
}

/* Style the back side */
.flip-box-back {
    background-color: #EE3124;
    color: white;
    transform: rotateY(180deg);
    border-radius: 0;
	
	
}
#block3 > div > div > div> div > div.card.flip-box-front > div > span{
    font-weight: normal;
    font-size: 20px !important;
    color: #000000;
}
#block3 > div > div > div > div > div.card.flip-box-back > div > p{
    font-size: 0.75rem;
}

#block4{
	
}
#block4 > div > div > div{
	
    margin: 10px 0;
    margin-left: 100px;
}
#block4 > div > div > div{
    background-color: #EE3124;
    border-radius: 0;
    padding-top: 15px;
}
#block4 > div > div > div > div > a{
    background-color: #000;
    border: none;
}

#block5{
    padding-bottom: 10px;
    border: 0;
}
.block6Title{
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
    font-weight: 800;
    text-align: center;
}
#block6{
    padding: 20px 0 50px 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*-------------------index finish---------------*/
@media (max-width: 800px) {
	.navLogo{
		max-width: 500px;
	}
}


@media (max-width: 576px) {
	.navLogo{
		max-width: 300px;
	}
	
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	
	
}

/* Large devices (desktops, 992px and up)*/
@media (max-width: 992px) { 
	#navbarSupportedContent > ul > li {
		height: 50px;
		line-height: 3px;
	}
	#navbarSupportedContent > ul > li> a:hover {
		border-bottom: 2px solid #f26522;
		display: inline-block;
		padding-bottom: 0px;
		line-height: 40px;
		padding-top: 0px;
	}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1470px;
	}
    #carouselExampleIndicators > div > div > img {
        max-height: 450px;
	}
}
@media (min-width: 1400px) { 
	
    #carouselExampleIndicators > div > div > img {
        max-height: 600px;
	}
	}		