@charset "utf-8";
body
{
	background-color:#fff;
	color:#000;
}

#wrapper{}
#wrapper .main{width:100%;margin:auto;}

#menubar .navbar{
	margin-bottom:0;
	background:white;
}

#menubar .menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	font-size:18px;
	position: relative;
    top: 10px;
}

#menubar .menu li {
//	display: block;
	float:left;
}

#menubar .navbar-toggle li {
	display: block;
	//float:left;
}

li:last-child {
   border-right: none;
}

#menubar .menu li a
{
	display:block;
	color:#666;
    text-align:center;
	padding:14px 16px;
	text-decoration:none;
}

li a.active
{
	background-color: #4CAF50;
    color: white;
}

#menubar .menu li a:hover:not(.active)
{
	background-color:green;
	color:white;
}

#adtop .main{
	height:60px;
	background:url(../images/a64.png) repeat-x left top;
}

#body1 
{
	background:#EBEBEB;
}

#body2 
{
	background:white;
}

#bottom .footer
{
	width:100%;
	margin:auto;
	height:155px;
	background:#999999;
}

.pagination ul 
{
    display: inline!important;
}
.pagination li 
{
    display: inline!important;
}

.carousel-control.left {

background-image:none;

background-repeat: repeat-x;

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);

}

.carousel-control.right {

left: auto; right: 0;

background-image:none;

background-repeat: repeat-x;

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);

} 

#ProCarousel .carousel-control .glyphicon-chevron-left
{
    left: -10%;
	color:greenyellow;
}
#ProCarousel .carousel-control .glyphicon-chevron-right
{
	right:-10%;
	color:greenyellow;
}

#ProCarousel .carousel-indicators .active
{
	background-color: greenyellow;
}

#ProCarousel .carousel-indicators li
{
	background-color: grey;
}

#ProCarousel .carousel-indicators 
{
    bottom: -30px;
}

#ProCarousel .carousel-control
{
	width:1%;
}

#ProCarousel .btn:hover
{
	opacity:1;
	transition:0.3s;
	background-color:green;
	color:white;
	transform: scale(1.3);
}

#ProCarousel .changetext:hover
{
	color:#333399;
	transform: scale(1.3);
}

#wrapper .thumbnail img
{
	color:white;
	transition:0.5s;
}

#wrapper .thumbnail img:hover
{
	opacity:0.9;
	transform:translateY(10px);
}

#body1 .thumbnail img
{
	transition:1s;
}

#body1 .thumbnail img:hover
{
	opacity:0.8;
	transform:scale(1.3);
}

#body1 .caption .btn:hover
{
	opacity:1;
	transition:0.3s;
	background-color:green;
	color:white;
	transform:scale(1.3);
}

#body1 .changetext2:hover
{
	color:#333399;
	transform:scale(1.3);
}

#body2 .aboutmove:hover
{
	opacity: 1;
	font-size: 20px;
}

#productmenu .btn-danger
{
	background-color:#F40;
}

#productmenu .btn-danger:hover
{
	transition:0.3s;
	background-color:red;
	transform:scale(1.1);
}

#productmenu .btn-info:hover
{
	transition:0.3s;
	transform:scale(1.1);
}

#productmenu .producttext:hover
{
	color:#333399;
}

#productmenu .thumbnail img
{
	transition:0.5s;
}

#productmenu .thumbnail img:hover
{
	transform:scale(1.1);
}

#contactmenu .btn-info:hover
{
	transition:0.3s;
	transform:scale(1.1);
}

.joomla .btn:hover
{
	background-color:#F40;
	transition:1s;
	transform:translateX(-50px);
}
