/*HEADER*/


@media (max-width: 1820px) {

	section.content .content-inner, section.content .product-item {
		margin: 0 auto;
		width: 900px;
		margin-bottom: 30px;
		padding-bottom: 15px;
	}
	section.content h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	#left_side_boxes{
		width: 170px;
	}
	.currency, .dictionary, .last-mod, .my-documents, .downloads{
		width: 187px;
		padding: 15px 10px;
	}

		section.content_mic .products, section.content_mic .contacts-front{
		padding: 0px 180px 80px 180px;
	}


}

@media (min-width: 1621px) {
	.carousel-content p {
		font-size: 100px;
	}
	header #nav-extend a img {
		width: 34px;
		height: 34px;
	}
	.search-btn-ext {
		display: none;
	}
	.search-btn img {
		width: 34px;
		height: 34px;
	}
	.mobile-nav-extend {
		display: none;
	}
	header #nav-extend a img.login-btn {
		margin: 0 30px 0 60px;
	}



}

@media (min-width: 1350px) and (max-width: 1620px) {

	nav ul li {
		font-size: 22px;
	}
	.search-btn-ext {
		display: none;
	}
	header #nav-extend a img.login-btn {
		margin: 0 15px 0 15px;
	}
	.carousel-content p {
		font-size: 60px;
	}
	.mobile-nav-extend {
		display: none;
	}
	#search .search-input {

	}

	#left_side_boxes{
		width: 140px;
	}
	.currency, .dictionary, .last-mod, .my-documents, .downloads{
		width: 140px;
	}

	.last-mod h4, .currency h4, .dictionary a, .my-documents a, .downloads a{
		font-size: 0.8em;
	}

	.last-mod-inner, .currency-inner{
		font-size: 0.8em;
	}
}

@media (max-width: 1583px) {

	nav ul li::after {
		font-size: 28px;
		padding: 0 10px;
		font-weight: 300;
	}
	section.content .content-inner, section.content .product-item {
		margin: 0 auto;
		width: 600px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	#left_side_boxes{
		width: 120px;
	}
	.currency, .dictionary, .last-mod, .my-documents, .downloads{
		width: 120px;
	}

	.last-mod h4, .currency h4, .dictionary a, .my-documents a, .downloads a{
		font-size: 0.7em;
	}
	.currency-inner, .last-mod-inner{
		font-size: 0.65em;
	}

}

@media (max-width: 1500px) {
	body{
		margin-top: 220px;
	}

	.carousel{
		margin-top: -110px;
	}


	#left_side_boxes{
		width: auto;
		display: flex;
		align-content: center;
		justify-content: center;
		position: absolute;
		left: 10px;
	}
	#left_side_boxes > div{
		display: flex;
	}
	#left_side_boxes.shrink{
		top: 140px;
		left:10px;
	}

	#left_side_boxes span, #left_side_boxes p{

	}

	.exchange-rate, .last-modified{
		width: auto;
		display: flex;
		flex-direction: row;
		margin: 0;
	}

	 .currency, .dictionary, .last-mod, .my-documents, .downloads{
		margin: 0 5px;
		width: 180px;
		height: 100%;

	}

	.last-mod h4, .currency h4, .dictionary a, .my-documents a, .downloads a{
		font-size: 0.8em;
	}

	.last-mod-inner, .currency-inner{
		font-size: 0.8em;

	}
	section.content_mic .products, section.content_mic .contacts-front{
		padding: 0px 50px 80px 50px;
	}

}


/*------------ 992 - 1350 -------------*/
@media (min-width: 1060px) and (max-width: 1350px) {

	nav ul li {
		font-size: 18px;
	}
	nav ul li::after {
		font-size: 28px;
		padding: 0 5px;
		font-weight: 300;
	}

	header #nav-extend img {
		color: #fff;
		margin: 0 3px;
		width: 30px;
		height: 30px;
	}
	header #nav-extend a span {
		color: #fff !important;
		font-size: 32px;
	}
	#login:before {
		right: 10px;
	}
	.mobile-nav-extend {
		display: none;
	}
	#mobile_search.shrink-mobile{
		top: 70px;
	}
	.carousel-content p {
		font-size: 42px;
	}

	section.content_mic .content-inner, section.content_mic .product-item {
		width: 980px;
	}

	section.content .products div span {
		font-size: 40px;
	}
	section.content .products div p {
		font-size: 16px;
	}
	footer #footer-inner {
		padding: 0 10px;
	}

}



/*------------ 768 - 1060 -------------*/
@media (min-width: 768px) and (max-width: 1060px) {

	header #nav-extend a img.hamburger-btn {
		display: inline-block;
	}

	nav {
		display: none;
	}
	header #nav-extend img {
		margin-right: 25px;
	}

	section.content_mic .content-inner, section.content_mic .product-item {
		width: 740px;
	}


	.mobile-nav-extend {
		display: block;
	}
	#mobile_search.shrink-mobile{
		top: 70px;
	}
	#mobile_nav.shrink-mobile{
		top: 70px;
	}

	.desktop-nav-extend {
		display: none;
	}
	.carousel-content p {
		font-size: 36px;
	}
	#login:before {
		right: 95px;
	}
	section.content .products div span {
		font-size: 40px;
	}
	section.content .products div p {
		font-size: 16px;
	}
	footer #footer-inner {
		width: 100%;
		padding: 0 15px;
	}


}


/*------------ 0 - 768-------------*/
@media (max-width: 768px) {

	header #nav-extend img {
		margin-right: 25px;
	}

	header #nav-extend a span.icon-login {
		color: #2089bf;
		margin: 0;
	}

	header #nav-extend a span.icon-hamburger {
		display: inline-block;
	}

	nav {
		display: none;
	}

	#login:before {
		right: 115px;
	}

	section.content .products div span {
		font-size: 32px;
	}

	section.content .products div p {
		font-size: 14px;
	}

	.carousel-content p {
		font-size: 28px;
	}

	.partners {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: space-between;
		text-align: center;
	}

	section.content_mic .gallery div, section.content_mic .sub-gallery div {
	    flex: 1 1 50%;
	}
	#mobile_search.shrink-mobile{
		top: 70px;
	}

	.contacts-front img.cont-image{
		padding: 10px 10px;
		width: 80%;
	}

	.seminars{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.seminars h3{
		padding-top: 20px;
		padding-bottom: 5px
	}

	.seminars div div{
		font-size: 1.2em;
	}


}



@media (max-width: 510px) {

	header div#logo {
		padding: 15px 10px 15px 10px;
	}

	#nav-extend span {
		font-size: 22px !important;
	}

	header #nav-extend img {
		width: 24px;
		height: 24px;
		padding: 0 !important;
		margin-right: 10px;
	}

	header.shrink #nav-extend img{
		width: 20px;
		height: 20px;
	}

	#logo img{
		width: 70%;
		height: auto;
	}

	#mobile_nav, #mobile_search {
		top: 87px;
	}

	input.search-input {
		width: 200px;
	}
	.carousel-content p {
		font-size: 16px;
	}

	#login {
		top: 105px;
	}
	#login:before {
		right: 60px;
	}

}

/*------------ UNIQUE-------------*/
@media (min-width: 1350px) {
	footer #footer-inner {
		width: 1208px;
		margin: 0 auto;
	}
}

@media (max-width: 1350px) {
	#search {
		display: none;
	}
	header #nav-extend a span.icon-search {
		display: inline-block;
	}
	section.content_mic .gallery div.gallery-box .img-box img{
		min-height: 150px;
		max-height: 150px;
	}


}
@media (max-width: 1050px){
	section.content_mic .gallery div.gallery-box .img-box img {
	    min-height: 120px;
	    max-height: 120px;
	}
	section.content_mic .gallery div.gallery-box .desc-box a span{
		font-size: 15px;
	}
}

@media (max-width: 768px){
	section.content_mic .gallery{
		flex-direction: column;
	}
	section.content_mic .gallery div.gallery-box{
		width: 100%;
	}
	section.content_mic .gallery div.gallery-box .img-box img {
	    width: 100%;
	    max-height: 200px;
	    min-height: 200px;

		/*max-height: initial;
	    min-height: inherit;
	    height: auto;*/
	}
}
@media (max-width: 510px){
	section.content_mic .gallery div.gallery-box .img-box img {
	    width: 100%;
	    max-height: 120px;
	    min-height: 120px;

		/*max-height: initial;
	    min-height: inherit;
	    height: auto;*/
	}
	section.content_mic .gallery div.gallery-box .desc-box a span{
		font-size: 12px;
	}
}



@media (max-width: 991px) {
	.desktop-nav-extend {
		display: none;
	}


}


@media (min-width: 991px) and (max-width: 1250px) {
	section.content_mic .products div p {
		font-size: 14px;
	}
	section.content_mic .products div img.product-image {
		width: 55px;
		height: 55px;
	}
}


@media (min-width: 769px) and (max-width: 990px) {
	section.content_mic .products div p {
		font-size: 12px;
	}
	section.content_mic .products div img.product-image {
		width: 45px;
		height: 45px;
	}
}
@media (min-width: 769px) and (max-width: 850px) {
	section.content_mic .products div p {
		font-size: 11px;
	}
}


@media (min-width: 510px) and (max-width: 768px) {

	header #nav-extend {
		padding-right: 30px;
	}

	section.content_mic h1 {
		font-size: 42px;
		padding-bottom: 15px;
	}

	section.content_mic h2 {
		font-size: 28px;
		padding-bottom: 15px;
	}

	.news-image {
		text-align: center;
		margin-bottom: 15px;
	}

	.news {
		display: block;
	}

	.news-text h3 {
		font-size: 26px;
	}

	section.content_mic .products div,  section.content_mic .contacts-front div{
		flex: 1 1 25%;
	}
	section.content_mic .products div{
		flex: none;
		/* width: 30%; */
		width: 25%;
	}
	section.content_mic .products div img.product-image{
		width: 35%;
		height: auto;
	}
	section.content_mic .products div p{
		padding-top: 10px;
	}

	section.content_mic .content-inner, section.content_mic .product-item {
		width: 480px;
	}
	section.content_mic .products div p {
		font-size: 14px;
	}


	.career img {
		width: 450px;
	}

	img.cont-image{
		width: 80%;
	}
}

@media (min-width: 300px) and (max-width: 510px) {

	header #nav-extend {
		padding-right: 15px;
	}

	section.content_mic h1 {
		font-size: 42px;
		padding-bottom: 15px;
	}

	section.content_mic h2 {
		font-size: 30px;
		padding-bottom: 15px;
	}

	/*section.content_mic .products div, section.content_mic .contacts-front div {
		flex: 1 1 25%;
	}*/

		section.content_mic .products{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	section.content_mic .products div{
		width: 50%;
		justify-content: space-between;
	}


	.news-text h3 {
		font-size: 22px;
	}

	.news {
		display: block;
	}

	.news-text {
		padding-left: 0;
	}

	.news-image {
		text-align: center;
		margin-bottom: 15px;
	}

	.contact-form {
		width: 100%;
		padding: 0 10px;
	}

	section.content_mic .content-inner, section.content_mic .product-item {
		width: 320px;
	}
	section.content_mic .products div p {
		font-size: 14px;
	}
	.career img {
		width: 100%;
	}
}


@media (max-width: 991px) {
	#left_side_boxes{
		width: auto;
		top: 140px;
		left: 10;
	}
	.currency, .dictionary, .last-mod, .my-documents, .downloads{
		width: 140px;
		text-align: center;
	}
	.footer-segment{
		width: auto;
	}
	.last-mod h4, .currency h4, .dictionary a, .my-documents a, .downloads a{
		font-size: 0.9em;
	}
	.last-mod-inner{
		font-size: 0.8em;
	}
	.currency-inner{
		font-size: 0.8em;
	}
	.dictionary div:last-child {
		margin-left: 0px;
		padding-top: 0px;
	}
	footer {
		width: 100%;
		padding: 60px 0;
		margin-top: 20px;
		background-color: #114c82;
	}
	footer #footer-inner {
		width: 100%;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: space-between;
	}
	footer #footer-inner .footer-segment:first-child, footer #footer-inner .footer-segment:last-child {
		width: 100%;
	}
	footer #footer-inner .footer-segment:first-child div {
		display: flex;
		flex-direction: column;
	}
	footer #footer-inner .footer-segment {
		text-align: center;
	}
	footer #footer-inner .footer-separator {
		width: 70%;
		height: 1px;
		margin: 15px auto;
		background-color: #2089bf;
		background-repeat: repeat-x;
	}
}


@media (max-width: 991px) and (min-width: 351px){
	#mobile_nav.shrink-mobile{
		top: 70px;
	}
}




@media (max-width: 800px) and (min-width: 650px){

	#left_side_boxes{
		width: auto;
		top: 140px;
		left: 10px;
	}

	#left_side_boxes.shrink{
		top: 110px;
		left: 10px;
	}
	.currency, .dictionary, .last-mod, .my-documents, .downloads{
		width: 100px;
		text-align: center;
	}
	.last-mod h4, .currency h4, .dictionary a, .my-documents a, .downloads a{
		font-size: 0.6em;
	}
	.last-mod-inner{
		font-size: 0.6em;
	}
	.currency-inner{
		font-size: 0.5em;
	}
	.dictionary div:last-child {
		margin-left: 0px;
		padding-top: 0px;
	}

}


@media (max-width: 650px) and (min-width: 511px){

	body{
		margin-top: 190px;
	}

	.carousel{
		margin-top: -100px;
	}
		#left_side_boxes{
		width: auto;
		top: 140px;
		left: 10px;
	}
	#left_side_boxes.shrink{
		top: 110px;
		left: 10px;
	}
	.currency, .dictionary, .last-mod, .my-documents, .downloads{
		width: 90px;
		text-align: center;
		padding: 15px 5px;
		margin: 0 2px;
	}
	.currency span, .last-mod span, .dictionary a span, .my-documents a span, .downloads a span{
		display: none;
	}
	.last-mod h4, .currency h4, .dictionary a, .my-documents a, .downloads a{
		font-size: 0.8em;
	}
	.dictionary, .my-documents, .downloads{
		display: block;
	}
	.last-mod-inner{
		font-size: 0.6em;
	}
}

@media (max-width: 520px){

	.currency-inner{
		padding: 0;
		font-size: 0.5em;
		text-align: left;
	}
	body{
		margin-top: 180px;
	}
	.carousel{
		margin-top: -110px;
	}
}

@media (max-width: 510px){

	#left_side_boxes{
		width: auto;
		top: 110px;
		left: 10px;
	}
	#left_side_boxes.shrink{
		top: 110px;
		left: 10px;
	}
	.currency, .dictionary, .last-mod, .my-documents, .downloads{
		width: 60px;
		text-align: center;
		padding: 15px 5px;
		margin: 0 2px;
	}
	.currency span, .last-mod span, .dictionary a span, .my-documents a span, .downloads a span{
		display: none;
	}
	.last-mod h4, .currency h4, .dictionary a, .my-documents a, .downloads a{
		font-size: 0.8em;
	}
	.dictionary, .my-documents, .downloads{
		display: block;
	}
	.last-mod-inner{
		font-size: 0.6em;
	}
	.currency:before{
		left: 30px;
	}
}

@media (max-width: 351px) and (min-width: 320px){

	#mobile_nav{
		top: 70px;
	}
	#mobile_nav.shrink-mobile{
		top: 60px;
	}
	.content-inner{
		padding: 0 10px;
	}
	#left_side_boxes{
		top: 90px;
	}
	#left_side_boxes.shrink{
		top: 100px;

	}
	.currency, .dictionary, .last-mod, .my-documents, .downloads{
		width: 50px;
	}
	.last-mod h4, .currency h4, .dictionary a, .my-documents a, .downloads a{
		font-size: 0.8em;
	}
	.last-mod-inner{
		font-size: 0.5em;
	}
	.currency:before{
		left:25px;
	}
}

@media (max-width: 320px){

	#mobile_nav{
		top: 60px;
	}
	#mobile_nav.shrink-mobile{
		top: 50px;
	}
	#mobile_search{
		top:60px;
	}
	#mobile_search.shrink-mobile{
		top: 55px;
	}
	.content-inner{
		padding: 0 10px;
	}
		#mobile_nav{
		top: 70px;
	}
	#mobile_nav.shrink-mobile{
		top: 60px;
	}
	.content-inner{
		padding: 0 10px;
	}
	#left_side_boxes{
		top: 90px;
	}
	#left_side_boxes.shrink{
		top: 100px;

	}
	.currency, .dictionary, .last-mod, .my-documents, .downloads{
		width: 50px;
	}
	.last-mod h4, .currency h4, .dictionary a, .my-documents a, .downloads a{
		font-size: 0.8em;
	}
	.last-mod-inner{
		font-size: 0.5em;
	}
	.currency:before{
		left:25px;
	}
}

@media (max-width: 315px){
	header #nav-extend img {
		width: 16px;
		height: 16px;
		padding: 0 !important;
		margin-right: 5px;
	}

	#logo img{
		width: 40%;
		height: auto;
	}

	header.shrink #nav-extend img {
		width: 14px;
		height: 14px;
	}

	header.shrink #logo img{
		width: 30%;
		height: auto;
	}

	#mobile_search.shrink-mobile{
		top: 60px;
	}

}

@media (max-width: 351px){
	header #nav-extend img {
		width: 20px;
		height: 20px;
		padding: 0 !important;
		margin-right: 5px;
	}

	#logo img{
		width: 50%;
		height: auto;
	}

	header.shrink #nav-extend img {
		width: 16px;
		height: 16px;
	}

	header.shrink #logo img{
		width: 40%;
		height: auto;
	}
	#mobile_search{
		top: 70px;
	}
	#mobile_search.shrink-mobile{
		top: 60px;
	}
}

@media (max-width: 1350px){
		#grawe-details, #aegon-details, #eub-details, #union-details, #alli-details{
		position: static;
		text-align: center;
		padding: 0 20px
	}
}

@media (max-width: 550px){
	section.content_mic .contacts-front{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;

	}
	section.content_mic .contacts-front button{
		display: block;
		margin: 0 auto;
	}

	section.content_mic .contacts-front div{
		max-width: 100%;
	}
	section.content_mic .contacts-front div p{
		margin-bottom: 10px;
	}

	.contacts-front img.cont-image{
		width: 220px;
		height: auto;
	}
}

@media (max-width: 550px){
	section.content_mic .products{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		padding: 10px;
	}
	section.content_mic .products div{
		width: 50%;
		justify-content: space-between;
		margin: 0;
		flex: none;
	}
	section.content_mic .products div img{
		width: 40%;
		height: auto;
	}
	section.content_mic .products div p{
		padding-top: 10px;
	}
}
