@charset "UTF-8";

@media (min-width: 992px) {
	.nav > .about_us .nav-menu{
		color: rgba(235, 63, 49, 1);
	    font-weight: bold;
	}
}
.license_container{
	padding-top: 3rem;
	background: #FFF;
}

.license_container > .container{
	padding: 0;
}

.license_container .big_license_img{
	background: rgba(0, 0, 0, 0.5);
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 2rem;
}

.license_container .big_license_img .license_img{
	height: 75vw;
    margin: 0 auto;
    display: block;
}

.license_container .license_box{
	max-width: 20rem;
	padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.license_container .license_box .license{
	height: 27rem;
	width: 18rem;
	cursor: pointer;
}

.license_container .license_box .license .license_img_div{
	height: 100%;
    width: 100%;
    display: block;
    transition: margin .15s ease-in-out , width 0.15s ease-in-out , height .15s ease-in-out;
    -webkit-transition: margin .15s ease-in-out , width 0.15s ease-in-out , height .15s ease-in-out;
    -moz-transition: margin .15s ease-in-out , width 0.15s ease-in-out , height .15s ease-in-out;
    -o-transition: margin .15s ease-in-out , width 0.15s ease-in-out , height .15s ease-in-out;
}

.license_container .license_box .license .license_img_div:hover{
	height: 110%;
    width: 110%;
	margin: -5%;
    position: relative;
}

.license_container .license_box .license .license_img{
	height: 75%;
    width: 75%;
    margin: 13% 0 0 13%;
    display: block;
}

.license_container .license_box .license .license_title{
	font-weight: bold;
    font-size: 20px;
    text-align: right;
    margin: 10px 13% 0 0;
}


@media (min-width: 576px){
	.license_container .license_box {
	    max-width: 32rem;
	}
	
	.license_container .license_box .license{
    	height: 22.5rem;
	    width: 15rem;
	}
}

@media (min-width: 768px){
	.license_container .license_box {
	    max-width: 47rem;
	}
	
	.license_container .license_box .license{
    	height: 31.5rem;
    	width: 21rem;
	}
}

@media (min-width: 992px){
	.license_container .license_box {
	    max-width: 56rem;
	}
	
	.license_container .license_box .license{
    	height: 27rem;
	    width: 18rem;
	}
}

@media (min-width: 1200px){
	.license_container .license_box {
	    max-width: 74rem;
	}
	
	.license_container .license_box .license{
		height: 27rem;
    	width: 18rem;
	}
}