﻿@charset "utf-8";




#slider {
	width: 100vw;
	min-height:calc(100dvh - 140px);
	text-align: center;
	padding: 90px 0 0;
}

.sliderImg{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.sliderImg img {
	width: 100%;
	height: 370px;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-top: 90px;
}

.wideslider a:hover img {opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background: #fff;}	


.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #000 url(../../../Downloads/jQueryFullWideSlider/img/prev.jpg) no-repeat right center;}
.slider_next {background: #000 url(../../../Downloads/jQueryFullWideSlider/img/next.jpg) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}






#main  {width: 100%;
        height: 620px;
        margin: 0;
		background-color: #000;}
		
		
#main_area { width: 990px;
             height: 500px;
             margin: 0 auto;
			 padding-top: 25px;
			}
			 
			 
.x-kart  { width: 660px;
           height: 395px;
           margin: 0;
		   float: left;
		   position: relative;
		   border: 1px solid #fff;
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.5);
  -moz-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
  box-shadow: 1px 1px 4px rgba(0,0,0,.5);}
		   

.x-kart a:hover img {opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background: #fff;}	



.facebook_area { width: 300px;
                 float: right;
				 height: 400px;
				 padding: 0;
				 margin-left: 20px;
				 background-color: #fff;}





#infomation { width: 990px;
              margin-top: 30px;
			  margin-bottom: 30px;
			  margin: 0 auto;}

#infomation img { margin-top: 20px;}			  
			  
#infomation a:hover img {opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background: #fff;}	




















