body{margin:0 auto !important;font-family:saira !important;background-color:#111 !important;}
img {max-width:100%;}
#main {padding:0;}
.nav a, a:hover {text-decoration:none;}

.mid-content,.left-content {padding:0;}
.header .navbar {
    border-radius: 0;
    border-color: transparent;
    margin-bottom: 0;
    min-height: 10px;	
}
.menu1,.menu3{padding:0;}
.menu3{margin-bottom:2px;}
.menu1 > .nav{display:contents;}
.navbar-collapse-right > ul > li > h2,.navbar-collapse-right > ul > li > h3{margin: 0 0 5px 0;}
.navbar-collapse-right ul li{
    -webkit-transition-property: transform,background-image;
    -webkit-transition-duration: 0.5s;
    transition-property: transform, background-color, border-radius, margin, box-shadow;
    transition-duration: 0.5s;
	padding-top: 5px;
    margin-right: 2px;
    background-color: cadetblue;
}
.menu3.navbar-collapse-right ul li{padding-top:0;padding-bottom:5px;}
.navbar-collapse-right ul li:hover{background-color: black;}
.menu1.navbar-collapse-right > ul > li > h2 > a {font-size: 12px;display:block;text-transform:uppercase;}
.navbar-collapse-right > ul > li > h2 > a {color: #fff;font-size: 15px;padding: 10px !important;background-color: transparent;}
.slider-top .carousel .item {height:400px;}
.slider-top .carousel img {width:100%;position:absolute;top:0;bottom:0;margin:auto !important;}
.slider-row{text-align:center;overflow:hidden;}
.eve-price{
	color:#111;font-weight:bold;display:block;border:1px solid #ddd;display:inline-block;
	background: #005D9D; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f5f5f7 0%, #ffffff 60%, #b9babb 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f5f5f7 0%, #ffffff 60%, #b9babb 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f5f5f7 0%, #ffffff 60%, #b9babb 100%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f5f5f7 0%, #ffffff 60%, #b9babb 100%);
    padding: 5px 10px;
    border-radius: 15px;
}
a.eve-price, a.eve-price:focus{color:#dea845;}
a.eve-button, a.eve-button:focus{color:#ddd;}
a.eve-button:hover{color:#fff;}
.eve-button{
    margin-top:4px;
    display: inline-block !important;
    padding:5px 20px;border-radius:5px;
    background: #005D9D; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#0179C1,#084C83); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0179C1,#084C83); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0179C1,#084C83); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0179C1,#084C83);
    color:#fafafa;
    border:1px solid #ddd;
}

.slider-row > div{max-height:331px;padding:0 5px;}
.slider-row > div > div:first-of-type{padding:0;margin-bottom:10px;background-color:#ffffff;border:1px solid #fff;border-right:1px solid;}
.slider-row > div > div > form > div{padding:0;}
.slider-row .eve-img{
    height:auto;
    padding:0;
    background-color: #000;
    overflow:hidden;
}
.slider-row .eve-img img{
    position: absolute;
    margin: auto;border-right:1px solid #fff;
    left: 0;top: 0;right: 0;bottom: 0;
}
.slider-row .eve-title{padding:0;font-size:12px;}
.slider-row .eve-title .info{background-color:#000;font-size:10px;padding-left:4px;}
.slider-row .eve-title > div{background-color: brown;}
.slider-row .eve-title > div span{color:burlywood;}
.slider-row .eve-title a{padding:6px;background-color:#000;color:#ddd;height:43px;overflow:hidden;}
.slider-row.new-item .eve-title a{height:50px;}
.rating > div{width:80px;display:inline-block;color:#999;}
.sm-rating > div{width:40px;display:inline-block;color:#999;padding-top:5px;}

@media (max-width: 505px){
	.slider-top .carousel .item{height:200px;}
}
/* Animates change send button >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
@keyframes chan_send_button {
    from {margin:0;width:auto;height:auto;}
    to {margin-top: -250px;margin-left: 250px;width: 80px;height: 80px;}
}
@-webkit-keyframes chan_send_button {
    from {margin:0;width:auto;height:auto;}
    to {margin-top: -250px;margin-left: 250px;width: 80px;height: 80px;}
}
@-moz-keyframes chan_send_button {
    from {margin:0;width:auto;height:auto;}
    to {margin-top: -250px;margin-left: 250px;width: 80px;height: 80px;}
}