.cbp-fwslider {
	position: center;
	margin: 0 0 10px;
    padding-bottom: 5%;
	overflow: visible;
    height: 850px;
	
}

.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
}

.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 20;
}

.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
	display: block;
	outline: none;
}

.cbp-fwslider ul li > a img,
.cbp-fwslider ul li > a object{
	
	border: none;
	display: block;
	margin: auto;
	max-width: 75%;
	
}

.cbp-fwslider nav span {
	-webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */

	position: absolute;
	top: 60%;
	width: 2em;
	height: 2em;
	background: rgba(181, 218, 240, 0.8);
	color: #fff;
	font-size: 50px;
	text-align: center;
	margin-top: -50px;
    margin-left: 100px;
    margin-right: 100px;
	line-height: 100px;
	cursor: pointer;
	font-weight: bold;
    border-radius: 50%;
}

.cbp-fwslider nav span:hover {
	background: rgba(71, 163, 218, 0.8);
}

.cbp-fwslider nav span.cbp-fwnext {
	right: 0px;
}

.cbp-fwslider nav span.cbp-fwprev {
	left: 0px;
}
.cbp-fwslider nav span {
  font-size: 70px;        /* make the arrow icon bigger */
  line-height: 95px;      /* vertically center it */
  width: 100px;            /* make the circular button larger */
  height: 100px;           /* same height as width */
  text-align: center;     /* center horizontally */
  border-radius: 50%;     /* keep it circular */
  display: inline-block;
  vertical-align: middle;
}

.cbp-fwprev, .cbp-fwnext {
  color: #fff;            /* arrow color */
  background: rgba(0,0,0,0.5); /* translucent dark circle background */
  transition: all 0.3s ease;
}

.cbp-fwprev:hover, .cbp-fwnext:hover {
  background: rgba(0,0,0,0.8); /* darker on hover */
  transform: scale(1.1);       /* slightly enlarge on hover */
}


.cbp-fwdots {
	position: absolute;
	bottom: 0px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}

.cbp-fwdots span {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #ddd;
	margin: 20px;
	border-radius: 50%;
	cursor: pointer;
    margin-left: 0.6%;
    margin-right: 0.6%;
}

.cbp-fwdots span:hover {
	background: #999;
}

.cbp-fwdots span.cbp-fwcurrent {
	background: rgba(71, 163, 218, 0.5);
	box-shadow: 0 0 0 2px rgba(71, 163, 218, 0.9);
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #258ecd;
	padding: 1em;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 180px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width:100%;
}

.cbp-spmenu-horizontal a {
    display: inline;
    font-size: 1em;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -180px;
}

.cbp-spmenu-bottom {
	bottom: -180px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*closebtn*/
#showbtn-wrapper{
    text-align: center;
    margin-top: 5%;
    padding-bottom: 10%;
}
#closebtn, #showBotton{
	cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    font-weight: 700;
    font-size: 1em;
    color: #0d77b6;
}

#showBotton{
    width: 20%;
}
#closebtn{
    height: 50px;
    font-size: 3.75em;
    padding-bottom: 0.5em;
    color: rgba(255, 255, 255, 0.2);
    text-align: center;
    transition: all 0.3s;
    transform: rotate(-180deg);
}
#closebtn:hover{
    background-color: rgba(13, 119, 182, 0.8);
    color: rgba(255, 255, 255, 0.8);;
}
#closebtn:active{
    background-color: rgba(13, 119, 182, 1);
    color: rgba(255, 255, 255, 1);
}


