
#footer {
	height: 452px;
}

#footer-padding {
	width: 100%;
	margin-top: 2px;
}

#search input {
	width: 180px;
}

#enable-speaking-div{
	margin: 1em;
	color: #000;
	font-size: 1.2em;
	background: #fffc94;
	padding: 0.5em;
	order: 4;
}

#layout #enable-speaking{
	margin-right:0.5em ;
}


@media screen and (min-width: 1100px) {

	#header {
    	height: 115px;
	}

	#title a {
		color: #dcdcdc;
		text-decoration: none;
		font-size: 24px;
		margin-left: 20px;
	}

	#page-padding{
		border-radius: 0;
	}

	.boxHead{
		border-radius: 0;
	}

	#mod_submenu li.active>a{
		border-radius: 0;
	}

	#posts-slider{
		width:1100px;
		margin-left:auto;
		margin-right:auto;
		background: #333333;
		background: rgba(51, 51, 51, 0.78);
		height: 390px;
	}

	.left-side{
		display: inline-block;
    	width: 39%;
		vertical-align: top;
		padding: 15px 45px;
		box-sizing: border-box;
		color: #b7b7b7;
	}

	.right-side{
		display: inline-block;
    	width: 60%;
	}

	.right-side-img{
		height: 330px;
		width: 100%;
		background: #f7a56d;
		padding: 1.5em;
	}

	.right-side img{
		width: 100%;
		height: 100%;
		margin-left: -2.5em;
	}

	.posts-slide{

	}

	.left-side div, .left-side a{
		margin-left:-415px;
		width:100%;
	}

	.posts-slide-name{
		margin-top:4em;
		margin-bottom: 2em;
	}

	.posts-slide-name h3{
		font-size: 2em;
		color: #b7b7b7;
		font-weight: bold;
	}

	.posts-slide-perex{
		font-size:1.6em;
		height:150px;
		line-height:1.4em;
	}

	a.posts-slide-button{
		background: #6c9cce;
		display: inline;
		padding: 0.8em 1.5em;
		color: #fff;
		text-decoration:none;
		font-size: 1.3em;
	}

	.posts-slider-dots{
		width:1100px;
		margin-left:auto;
		margin-right:auto;
	}

	.posts-slider-dots-inner{
		position: absolute;
    	width: 320px;
    	height: 20px;
    	margin-top: -100px;
	}

	.slick-dots {
    left: 55px;
	}

	.slick-dots li.slick-active button:before{
		color:#fff;
	}

	.slick-dots li button:before{
		color:#fff;
		font-size: 8px;
	}

	.slick-dots li{
		margin:0px;
		width:15px;
	}

	.slick-prev:before, .slick-next:before{
		font-size: 70px;
	}

	.slick-prev, .slick-next{
		top: 44%;
	}

	.slick-prev{
		left: -72px;
	}

	#navigation-padding{
		padding:0;
	}

	#navigation .sf-menu>li>a{
		transform: skewX(-15deg);
		border-radius:0px;
	}

	#navigation .sf-menu>li>a .menu-name, #navigation .sf-menu>li>a svg{
		transform: skewX(15deg);
	}

	#navigation ul li>ul.submenu{
		margin-left: -6px;
	}

}


@media (max-width: 1099px) {

	#title a {
		color: #dcdcdc;
		text-decoration: none;
	}


	#navigation{
		position:absolute;
		top:56px;
	}

	#posts-slider{
		width: 100%;
    	background: #333333;
    	color: #eeeeee;
		padding: 3em;
	}

	.slick-initialized .slick-slide.posts-slide{
		display:flex;
		flex-direction:column;
	}

	.left-side{
		order:2;
	}

	.right-side{
		order:1;
		background: #508deb;
		padding: 1em;
	}

	.right-side-img img{
		width:100%;
	}

	.posts-slide-perex{
		display:none;
	}

	.posts-slide-name h3{
		font-size:1.3em;
		color:#eeeeee;
		margin-top:5px;
	}

	a.posts-slide-button{
		background: #508deb;
		display: inline;
		padding: 0.5em 2em;
		color: #d5d5d5;
		float: right;
		text-decoration:none;
	}

	.posts-slider-dots-top{
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}

	.posts-slider-dots-top-inner{
		position: absolute;
		width: 100%;
		height: 20px;
		margin-top: -16px;
		z-index: 1;
	}

	.slick-dots li.slick-active button:before{
		color:#fff;
	}

	.slick-dots li button:before{
		color:#fff;
		font-size: 8px;
	}

	.slick-dots li{
		margin:0px;
		width:15px;
	}

	.posts-slide{
		display:flex !important;
		flex-direction:column;
	}

}
