 ul{list-style-type: none;}
#mainmenu ul li a{
	line-height: inherit;
	padding: 12px 25px;
}
#mainmenu ul li > ul{margin-left:25px;}


.rightImage{
    position: absolute;
    top: 50%;
	right:0;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.rightImage image{margin-left: 15px;}

.leftImage{
    position: absolute;
    top: 50%;
	left:0;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	left:175px;
}

#nav-arrows, #portfolio-close{display: none;}

.widget ul li a, .filter-dropdown ul li a{display:block;}
.widget.widget-files ul li a{position: relative; overflow: hidden;}
.widget.widget-files ul li a:after {
    content: "\f01a";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
	right: 0;
	top:50%;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio-full .portfolio-description > *:last-child {
    margin-bottom: 30px;
}
.portfolio-description .widget.widget-files{padding:0;}
#mainmenu ul li a.disable{opacity: .4;}


footer .images{text-align: center;margin-bottom: 10px;}
footer .images img{
	width:21%;
	height:auto;
	margin-bottom: 10px;
}

#mainmenu ul li a.user{
	background: #f7f7f7;
}


.messageBox{
	position: fixed;
	bottom:0;
	width:100%;
	z-index: 999999;
	display: none;
}
.messageBox i.fa{font-size: 1em; padding-right: 5px;}
.messageBox .message{border:none;}
 
.slide-detail {
    width: 100%;
    padding: 0 40px;
    text-align: center;
    position: absolute;
    color: #ffffff;
    z-index: 1;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 1.5s linear;
    transition: opacity 1.5s linear;
    opacity: 0;
}
.swiper-slide-active .slide-detail {opacity: 1;}

.slide-detail h2{
    font-size: 42px;
    line-height: 76px;
	font-weight: bold;
}.slide-detail h3{
	 font-size: 30px;
    line-height: 40px;
}
.slide-wrapper{width:100%; height:100%; position: relative;}
.slide-wrapper .slide-image{height:100%; background-color: #FFFFFF; background-size: contain; background-position: center center; background-repeat: no-repeat;}
.slide-wrapper .slide-text{height:100%; background-color: #f7f7f7;}
.slide-detail.left{text-align: left;}
.slide-detail.center h2, .slide-detail.center h3{color:#FFF;}
.slide-detail.center a{
		background: #fff;
		padding: 5px 5px;
		border-radius: 3px;
		font-size: 14px;
		line-height: inherit;
}
.slide-detail a.url2{}


.overlay-dark-30:after {background-color: rgba(0, 0, 0, 0.3);}


.inner.orderSummary .row > div > *{margin-bottom: 0;}
.inner.orderSummary .buttons{margin-top: 30px;}

.swiper-slide.cover .slide-wrapper .slide-image{background-size: cover;}
.swiper-slide.contain .slide-wrapper .slide-image{background-size: contain;}


@media screen and (max-width: 1023px) {
  .rightImage {display:none;}
  .leftImage {display:none;}
}

@media screen and (max-width: 991px) {
	body{line-height: 140%;}
	.inner{padding: 20px;}
	.container-fluid{padding: 20px;}
	h3 { font-size: 22px; }
	article div.detail *{ margin:auto !important; padding : auto !important; }
	article div.detail img{width:auto !important; height:auto !important;}
	footer .images img{
		width:10%;
		margin:3px 5px;
	}
	header h1{font-size: 30px;}
  .slide-detail h2{font-size: 20px; line-height: inherit;}
  .slide-detail h3{
	font-size: 16px;
	line-height: inherit;
  }
}


@media (max-width: 767px) {
  	.slide-detail h2, .slide-detail h3{color:#FFF;}
	article .detail{font-size: 80%;}

	.slide-wrapper .slide-text{background-color: none; background-color: transparent; position: absolute;}
	.slide-wrapper .slide-text a{
		background: #fff;
		padding: 5px 5px;
		border-radius: 3px;
		font-size: 14px;
		line-height: inherit;
	}
	.slide-wrapper .slide-image{opacity: .7;}
	.slide-wrapper .slide-text .slide-detail{text-align: left;}
	.swiper-slide.cover:after,  .swiper-slide.contain:after{
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		z-index: 0;
		background-color: rgba(0, 0, 0, 0.6);
	}
}

@media screen and (max-width: 600px) {
	footer .images img{
		width: 23%;
	}
}


@media screen and (max-width: 420px) {
  #logo img{width:100px;}
}
