@media only screen and (min-width: 1366px) and (max-width: 1500px)
{
	#myVideo {	position: absolute;	right: 0;	min-width: 100%;	top: 0;}
}

@media only screen and (min-width: 1231px) and (max-width: 1366px)
{
	#myVideo {	position: absolute;	right: 0;	min-width: 100%;	top: 0;}
	.home {
	display: table;
	width: 100%;
	padding: 10% 3%;
}
}
@media only screen and (min-width: 1004px) and (max-width: 1230px)
{
	#myVideo {	position: absolute;	right: 0;	min-width: 100%;	top: 0;}
	.home {
	display: table;
	width: 100%;
	padding: 10% 3%;
}
}


@media only screen and (min-width: 760px) and (max-width: 1000px)
{

}


@media only screen and (min-width: 580px) and (max-width: 767px)
{
#myVideo {display: none;}
.mobile_image_slider{display: block; background-image: url(../images/mobile-bg.jpg); background-repeat: no-repeat; background-size: 100%;}	
.welcome_section {text-align: center;padding: 0 15px;}	
.full-menu .full-inner nav ul li a {font-size: 18px;line-height: 34px;}
.home-content {	vertical-align: middle;}	
.langauge ul {padding: 0;width: 100%;float: left;margin-top: 15px; text-align: center;}	
.langauge {float: left;padding-right: 0;width: 100%;}
#particles-js{display: none}
.titlebar {height: auto !important;}
.titlebar .page-title {	padding-top: 25%;}
.filter-img img{width: 100%;}
.product_box1 img {	width: 100%;}	
}

@media only screen and (min-width: 480px) and (max-width: 580px)
{
#myVideo {display: none;}
.mobile_image_slider{display: block; background-image: url(../images/mobile-bg.jpg); background-repeat: no-repeat; background-size: 100%;}	
.welcome_section {text-align: center;padding: 0 15px;}	
.full-menu .full-inner nav ul li a {font-size: 18px;line-height: 34px;}
.home-content {	vertical-align: middle;}	
.langauge ul {padding: 0;width: 100%;float: left;margin-top: 15px; text-align: center;}
.langauge {float: left;padding-right: 0;width: 100%;}
#particles-js{display: none}
.titlebar {height: auto !important;}	
.titlebar .page-title {	padding-top: 25%;}	
.filter-img img{width: 100%;}
.product_box1 img {	width: 100%;}	
#bootstrap-touch-slider{display: none;}	
.mobile_image_slider{	display: block; margin-bottom: 25px;}	
.mobile_image_slider img{width: 100%;}		
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 479px) {
#myVideo {display: none;}
.mobile_image_slider{display: block; background-image: url(../images/mobile-bg.jpg); background-repeat: no-repeat; background-size: 100%;}	
.welcome_section {text-align: center;padding: 0 15px;}	
.full-menu .full-inner nav ul li a {font-size: 18px;line-height: 34px;}	
.home-content {	vertical-align: middle;}	
.langauge ul {padding: 0;width: 100%;float: left;margin-top: 15px; text-align: center;}	
.langauge {float: left;padding-right: 0;width: 100%;}	
#particles-js{display: none}	
.titlebar {height: auto !important;}
.titlebar .page-title {	padding-top: 25%;}	
.filter-img img{width: 100%;}
.product_box1 img {	width: 100%;}	
	
footer .social {text-align: center; margin: 0 auto; padding-top: 0px; }	
.share{padding-bottom: 65px; text-align: center;}	
	
#bootstrap-touch-slider{display: none;}	
.mobile_image_slider{	display: block; margin-bottom: 25px;}	
.mobile_image_slider img{width: 100%;}	
}