@media only screen and (max-device-width: 480px) and (min-device-width: 320px) {

	/*------------Header------------*/

	header {
		padding: 25px 0px;
	}

	.absoluteHeader {
		position: relative;
		background: transparent;
	}

	header .logo {
		text-align: center;
	}

	.absoluteHeader .logo img {
		filter: brightness(1) invert(0);
	}

	header .mobile .langSelector {
		margin-top: 20px;
		text-align: center;
	}

	header .mobile .langSelector a {
		color: #6c6c6c;
	}

	/*------------Header------------*/

	/*------------Intro------------*/

	#intro .item {
		background-position-x: 75%!important;
	}

	#intro .spot {
		bottom: 110px;
	}

	#intro .spot .description {
		width: 100%;
	}

	#intro .enterWebSiteArrow {
		left: calc( 54% - 30px );
	}

	#intro .spot .logo img {
		max-width: 50%;
	}

	/*------------Intro------------*/

	/*------------Slider-------------*/

	#slider:after {
		display: none;
	}

	#slider .item .spot {
		/*top: 15%;*/
		top: 30%;
	}

	#slider .item .spot .slideRow {
		/*width: 70%;*/
		width: 51%;
	}

	#slider .item .spot .title {
		/*font-size: 10px;*/
		font-size: 7px;
	}

	#slider .item .spot .excerpt {
		/*font-size: 8px;*/
		font-size: 11px;
	}

	#slider .item .spot .more a {
		font-size: 7px;
		padding: 3px;
	}

	#slider .owl-nav {
		top: calc(50% - 15px);
		height: 20px;
	}

	#slider .owl-nav i {
		font-size: 20px;
	}

	#slider .owl-next {
		width: 20px;
		height: 25px;
	}

	#slider .owl-prev {
		width: 20px;
		height: 25px;
	}

	/*------------Slider-------------*/

	/*------------Services-------------*/

	#services {
		margin-top: 30px;
	}

	#services ul {
		text-align: left;
	}

	#services ul li {
		/*width: 44%;
		margin-right: 15px;
		margin-bottom: 15px;*/
		width: 45%;
		margin-right: 25px;
		margin-bottom: 15px;
	}

	#services ul li:nth-child(even){
		margin-left: 0px;
		margin-right: 0px;
	}

	#services ul li .content .title {
		padding: 15px 0px;
	}

	#services ul li .content {
		min-height: 85px;
	}

	#services ul li .content .excerpt {
		padding-bottom: 0px;
	}

	/*------------Services-------------*/

	/*------------Slogan-------------*/

	#slogan .text .title {
		text-align: center;
	}

	#slogan .text .excerpt {
		text-align: center;
	}

	/*------------Slogan-------------*/

	.iconHeader {
		display: none;
	}

	.sidebar {
		margin-bottom: 30px;
	}

	.sidebar:after {
		top: inherit;
		width: 100%;
		height: 1px;
		bottom: 0px;
	}

	.sidebar  ul li:last-child {
		margin-bottom: 30px;
	}

	#productListPage .list .title {
		text-align: center;
	}

	#productListPage .list .item .productTitle {
		margin-top: 15px;
		text-align: center;
	}

	#productListPage .list .item .productTitle:after {
		width: 100%;
	}

	#productListPage .list .item .productBrandLogo {
		text-align: center;
		margin-top: 5px;
	}

	.bannerArea {
		height: 100px;
	}

	.contentWrapper {
		margin: 35px 0px;
	}

	#productListPage .list .title .brandLogo {
		width: 100%;
		float: left;
		text-align: center;
		margin-top: 30px;
	}

	.contactPage .form {
		margin-top: 15px;
	}

	.contactPage .information ul li {
		font-size: 13px;
	}

	/*------------Footer------------*/

	footer {
		text-align: center;
		padding-bottom: 0px;
	}

	footer .item {
		margin-bottom: 30px;
	}

	footer .item .title {
		margin-bottom: 15px;
	}

	footer .interca .copyright {
		margin-top: 10px;
	}

	footer .item ul li a i {
		height: auto;
		float: inherit;
	}

	footer .item ul li:first-child a i {
		height: auto;
	}

	/*------------Footer------------*/

}

@media only screen and (min-device-width : 481px) and (max-device-width : 767px) {

	/*------------Header------------*/

	header {
		padding: 20px 0px;
	}

	header .logo {
		text-align: center;
	}

	header .mobile .langSelector {
		margin-top: 20px;
		text-align: center;
	}

	header .mobile .langSelector a {
		color: #6c6c6c;
	}

	.mobileMenu .information {
		position: relative;
		width: 100%;
		left: 0px;
	}

	/*------------Header------------*/

	/*------------Intro------------*/

	#intro .spot {
		bottom: 40px;
	}

	#intro .spot .description {
		width: 100%;
	}

	#intro .enterWebSiteArrow {
		left: 90%;
		line-height: 0px;
	}

	/*------------Intro------------*/

	.iconHeader {
		display: none;
	}

	@keyframes enterButton {
		0%   {  bottom: 0px; }
		50%  {  bottom: 20px; }
		100% {  bottom: 0px; }
	}
	@-webkit-keyframes enterButton {
		0%   {  bottom: 0px; }
		50%  {  bottom: 20px; }
		100% {  bottom: 0px; }
	}

	@-moz-keyframes enterButton {
		0%   {  bottom: 0px; }
		50%  {  bottom: 20px; }
		100% {  bottom: 0px; }
	}

	@-o-keyframes enterButton {
		0%   {  bottom: 0px; }
		50%  {  bottom: 20px; }
		100% {  bottom: 0px; }
	}

	#intro .spot .logo img {
		max-width: 30%;
	}

	.absoluteHeader {
		position: relative;
		background: transparent;
	}

	.absoluteHeader .logo img {
		filter: brightness(1) invert(0);
	}

	/*------------Slider-------------*/

	#slider:after {
		display: none;
	}

	#slider .item .spot {
		/*top: 18%;*/
		top: 36%;
	}

	#slider .item .spot .slideRow {
		/*width: 70%;*/
		width: 55%;
	}

	#slider .item .spot .title {
		/*font-size: 15px;*/
		font-size: 12px;
	}

	#slider .item .spot .excerpt {
		/*font-size: 13px;*/
		font-size: 17px;
	}

	#slider .item .spot .more a {
		font-size: 10px;
		padding: 5px;
	}

	#slider .owl-nav {
		top: calc(50% - 15px);
	}

	/*------------Slider-------------*/

	/*------------Services-------------*/

	#services {
		margin-top: 30px;
	}

	#services ul {
		text-align: left;
	}

	#services ul li {
		/*width: 29.9%;*/
		margin-bottom: 15px;
		width: 47%;
		margin-right: 14px;
	}

	#services ul li:last-child {
		margin-left: 0px;
	}

	#services ul li .content {
		min-height: 90px;
	}

	#services ul li .content .title {
		padding: 15px 0px;
	}

	#services ul li .content .excerpt {
		padding-bottom: 0px;
	}

	/*------------Services-------------*/

	/*------------Slogan-------------*/

	#slogan .text .title {
		text-align: center;
	}

	#slogan .text .excerpt {
		text-align: center;
	}

	#slogan .sloganContent {
		text-align: center;
	}

	/*------------Slogan-------------*/

	.bannerArea {
		height: 60px;
	}

	.contentWrapper {
		margin: 35px 0px;
	}

	.sidebar {
		margin-bottom: 30px;
	}

	.sidebar:after {
		top: inherit;
		width: 100%;
		height: 1px;
		bottom: 0px;
	}

	.sidebar ul li:last-child {
		margin-bottom: 30px;
	}

	#productListPage .list .title {
		text-align: center;
	}

	#productListPage .list .item .img {
		text-align: center;
	}

	#productListPage .list .item .productTitle {
		margin-top: 15px;
		text-align: center;
	}

	#productListPage .list .item .productTitle:after {
		width: 100%;
		display: none;
	}

	#productListPage .list .item .productBrandLogo {
		margin-top: 5px;
		text-align: center;
		border-bottom: 2px solid #e6e6e6;
		padding-bottom: 30px;
	}

	#productListPage .list .item .productBrandLogo img {
		max-width: 100px;
	}

	#productListPage .list .title .brandLogo {
		width: 100%;
		float: left;
		text-align: center;
		margin-top: 10px;
	}

	#productListPage .list .title .brandLogo img {
		max-width: 120px;
	}

	/*------------Footer------------*/

	footer {
		text-align: center;
		padding-bottom: 0px;
	}

	footer .item {
		margin-bottom: 30px;
	}

	footer .item .title {
		margin-bottom: 15px;
	}

	footer .interca .copyright {
		margin-top: 10px;
	}

	footer .item ul li a i {
		height: auto;
		float: inherit;
	}

	/*------------Footer------------*/

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

	/*------------Intro------------*/

	#intro .item {
		background-position-x: 90%!important;
	}

	#intro .spot .logo img {
		max-width: 30%;
	}

	/*------------Intro------------*/

	/*------------Header------------*/

	header .menu ul {
		text-align: center;
	}

	header .menu ul li {
		padding-right: 3px;
		font-size: 12px;
	}

	header .menu ul li a {
		font-size: 13px;
	}

	.absoluteHeader {
		padding: 35px 0px 0px 0px;
	}

	.absoluteHeader .langSelector {
		margin-top: -25px;
	}

	/*------------Header------------*/

	/*------------Slider-------------*/

	#slider .item .spot {
		/*top: 28%;*/
		top: 35%;
	}

	#slider .item .spot .slideRow {
		width: 50%;
	}

	#slider .item .spot .title {
		/*font-size: 22px;*/
		font-size: 14px;
	}

	#slider .item .spot .excerpt {
		font-size: 24px;
	}

	#slider .item .spot .more a {
		padding: 5px 12px;
		font-size: 13px;
	}

	#slider .owl-nav {
		top: calc(62% - 39px);
	}

	/*------------Slider-------------*/

	/*------------Services-------------*/

	#services {
		margin-top: -90px;
	}

	#services ul li {
		width: 13%;
		margin-right: 30px;
	}

	#services ul li .icon {
		padding: 10px 0px;
	}

	#services ul li .content {
		min-height: 80px;
	}

	#services ul li .content .title {
		padding: 10px 0px;
		min-height: 65px;
	}

	#services ul li .content .excerpt {
		padding-bottom: 0px;
	}

	/*------------Services-------------*/

	.iconHeader {
		display: none;
	}

	.bannerArea {
		height: 85px;
	}

	.sidebar {
		padding: 0px 5px 0px 0px;
	}

	.sidebar ul li {
		margin-bottom: 20px;
	}

	#productListPage .list .item .productTitle {
		font-size: 18px;
	}

	#productListPage .list .item .productBrandLogo {
		margin-top: 5px;
	}

	#productListPage .list .item .productBrandLogo img {
		max-width: 80px;
	}

	#productListPage .list .title .brandLogo img {
		max-width: 80px;
	}

	#productListPage .list .title {
		font-size: 19px;
	}

	#productListPage .list .gallery .img {
		height: 113px;
	}

}