.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after{
    clear: both;
}

.show-on-mobile {
	display: none;
}


@media(max-width: 480px) {

.show-on-mobile {
	display: block;
	margin: 15px 0 !important;
}

.hide-on-mobile {
	display: none;
}

.swipe {
	width: 100%;
	position: relative;
	margin: auto;
	overflow: hidden;
}

.swipe .slide-nav {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

.swipe .slide-nav a {
	margin: 0 3px;
	width: 5px;
	height: 5px;
	display: inline-block;
	border: 2px solid #999;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.swipe .slide-nav a:hover,
.swipe .slide-nav a.active {
	background-color: #3377b9;
	border-color: #3377b9;
}

.swipe .swipe-item {
	float: left;
	width: 100%;
}

.swipe .swipe-item {
	display: inline-block;
	position: relative;
	left: -100%;
	overflow: hidden;
	vertical-align: top;
	height: auto;
	bottom: 0;
	margin-left: 0;
	margin-right: -100%;
	-webkit-transition-property:left,height;
	-moz-transition-property:left,height;
	-ms-transition-property:left,height;
	-o-transition-property:left,height;
	transition-property:left,height;
	-webkit-transition-duration:333ms;
	-moz-transition-duration:333ms;
	-ms-transition-duration:333ms;
	-o-transition-duration:333ms;
	transition-duration:333ms;
	-webkit-transition-timing-function:cubic-bezier(0.1,0.7,0.7,1);
	-moz-transition-timing-function:cubic-bezier(0.1,0.7,0.7,1);
	-ms-transition-timing-function:cubic-bezier(0.1,0.7,0.7,1);
	-o-transition-timing-function:cubic-bezier(0.1,0.7,0.7,1);
	transition-timing-function:cubic-bezier(0.1,0.7,0.7,1);
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	background-color: #FFF;
}

.swipe > .swipe-item.active ~ .swipe-item {
	left: 100%;
}

.swipe > .swipe-item.active {
	left: 0;
}

.notransition,
.notransition .swipe-item {
	-webkit-transition-duration: 0 !important;
	-moz-transition-duration: 0 !important;
	-ms-transition-duration: 0 !important;
	transition-duration: 0 !important;

	-webkit-transition-delay: 0 !important;
	-moz-transition-delay: 0 !important;
	-ms-transition-delay: 0 !important;
	transition-delay: 0 !important;
}
}

