/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


.tm-bottom-b .uk-panel {
	background: none;
}
#langs ul {
	list-style: none;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
#langs ul li {
	width: 44%;
    float: left;
    margin: 2% 2%;
    padding: 60px 1% 0px 1%;
    background: rgba(255,255,255,.8);
    height: 200px;
    position: relative;
    text-align: center;
    font-weight: 400;
}
#langs ul li:after {
	content: "";
    display: block;
    position: absolute;
    width: 81px;
    height: 54px;
    top: 0px;
    right: 0px;
    background-size: contain;
}
#langs ul li:before {
    display: block;
    position: absolute;
    top: 0px;
    margin: 10px;
    left: 0px;
    padding: 14px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
#langs ul li:nth-child(1):after {
	background: url('/images/polska.png') top left no-repeat;
	background-size: contain;
}
#langs ul li:nth-child(2):after {
	background: url('/images/eng.png') top left no-repeat;
	background-size: contain;
}
#langs ul li:nth-child(3):after {
	background: url('/images/rus.png') top left no-repeat;
	background-size: contain;
}
#langs ul li:nth-child(4):after {
	background: url('/images/china.png') top left no-repeat;
	background-size: contain;
}
#langs ul li:nth-child(1):before {
	content: "PL";
}
#langs ul li:nth-child(2):before {
	content: "EN";
}
#langs ul li:nth-child(3):before {
	content: "RU";
}
#langs ul li:nth-child(4):before {
	content: "ZH";
}


@media screen and (max-width: 1260px) {
	
	.tm-bottom-b .uk-panel {
		margin: 0px !important;
	}
	
}
@media screen and (max-width: 1220px) {
	
	.tm-block-bottom-b .uk-container {
		max-width: 100%;
	}
	
}
@media screen and (max-width: 768px) {
	
	#langs ul li {
		width: 100%;
		margin: 2% 0%;
	}
	#langs {
		margin-top: 110px;
    	margin-bottom: 100px;
	}
	
}
































