.wk-slideshow-screen>div{
	background: #999;
}
.wk-slideshow img{
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.wk-slideshow ul li{
    background-image: none !important;
}
.sideright{
	float:right;
	margin: 0 0 10px 10px;
}
.sideleft{
	float:left;
	margin: 0 10px 10px 0px;
}

h1, .h1 {
    font-size: 30px !important;
    line-height: 1.3 !important;
}

@media (max-width: 767px){
	.side-right, .side-left {
	    margin: 0 0 0 -50px;
	}
}


/* Floating Icons Desktop CSS */
@media only screen and (min-width: 601px) {
	
	.floating-d-btn {
		padding: 6px 25px 8px;
		position: fixed;
		text-transform: uppercase;
		font-size: 16px;
		z-index: 9999;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	
	.floating-d-btn.one {
		background: #00629f;
		top: 150px;
		right: -70px;
	}
	
	.floating-d-btn.two {
		background: #F4712B;
		top: 330px;
		right: -74px;
	}
	
	.floating-d-btn.three {
		background: #00629f;
		top: 511px;
		right: -71px;
	}
	
	.floating-d-btn a,
	.floating-d-btn a:link,
	.floating-d-btn a:hover,
	.floating-d-btn a:visited {
		color: #fff;
		text-decoration: none;
	}
}

@media only screen and (max-width: 600px) {
	.floating-desktop {
		display: none;
	}
}


@media only screen and (min-width: 601px) {
	.floaty {
		display: none !important;
		}
}


@media only screen and (max-width: 600px) {

	.floaty {
	  position: fixed;
	    bottom: 4px;
	    right: 4px;
	    padding: 0 2rem;
	    border-radius: 2px;
	    z-index: 9999 !important;
	}
	
	.floaty:hover {
	    background: rgba(6, 6, 6, 0.28);
	}
	
	.floaty-list {
	  margin: 0 0 20px;
	  padding: 0 0 0 6px;
	  list-style: none;
	  opacity: 0;
	  transition: opacity .2s ease-out;
	}
	.floaty:hover .floaty-list {
	  opacity: 1;
	}
	.floaty-list-item {
	  position: relative;
	  width: 40px;
	  height: 40px;
	  margin: 15px 0;
	  cursor: pointer;
	}
	
	
	.floaty-list-item-label-text {
	  padding: 0.5rem 1rem;
	    font-size: 1.4rem;
	    color: #fff;
	    background-color: orangered;
	    border-radius: 2px;
	    white-space: nowrap;
	    transition: opacity .2s ease-out;
	    position: absolute;
	    top: 7px;
	}
	
	.floaty-list-item-label-text a,
	.floaty-list-item-label-text a:hover,
	.floaty-list-item-label-text a:focus {
		text-decoration: none;
		color: #ffffff;
	}
	
	.floaty-list-item:hover > .floaty-list-item-label {
	  opacity: 1;
	}
	.floaty-btn {
	  	position: relative;
		float: right;
		cursor: pointer;
		background-color: orangered;
		padding: 1rem 2rem;
		border-radius: 2px;
		font-size: 2rem;
		color: #fff;
	}
	
}
