@font-face {
    font-family: 'entypo';
    src:url('../fonts/controls/entypo.eot');
    src:url('../fonts/controls/entypo.eot?#iefix') format('embedded-opentype'),
    url('../fonts/controls/entypo.woff') format('woff'),
    url('../fonts/controls/entypo.ttf') format('truetype'),
    url('../fonts/controls/entypo.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Navigation bar */
.topnav {
    background-color: #333;
    overflow: hidden;
    position: fixed;
    top: 0;
    width:100%;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 15px;
}

.topnav a.icon {display:none} 

/* Change the color of links on hover */
.topnav a:hover {
    color: #ddd;
}

.active {
    color: #add8e6;
}

@media screen and (max-width: 600px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}

/* For the Index page */
.topnavind {
    background-color: #000000;
    overflow: hidden;
    position: fixed;
    top: 0;
    width:100%;
}

/* Style the links inside the navigation bar */
.topnavind a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 15px;
}

.topnavind a.icon {display:none} 

/* Change the color of links on hover */
.topnavind a:hover {
    color: #ddd;
}

.active {
    color: #add8e6;
}


/* Index page slide show */
.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
}


.cbp-bislideshow li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

/* If background-size supported we'll add the images to the background of the li */

.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
	display: none;
}

.cbp-bislideshow li img {
	display: block;
	width: 100%;
}

.slidetext {
    color:white;
    background-color: rgba(0, 0, 0, 0.9);
    width:101%;
    float: right;
    display: block;
    text-align: right;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 1em;
    position: fixed;
    bottom: 0;

}

.cbp-bicontrols {
	position: fixed;
	width: 150px;
	height: 100px;
	margin: -50px 0 0 -150px; 
	top: 90%;
	left: 98%;
}

.cbp-bicontrols span {
	float: left;
	width: 50px;
	height: 50px;
	position: relative;
	cursor: pointer;
}

.cbp-bicontrols span:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
    font-family: 'entypo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 100px;
	font-size: 50px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	opacity: 0.85;
}

.cbp-bicontrols span:hover:before {
	opacity: 1;
}

.cbp-bicontrols span:active:before {
	top: 2px;
}

span.cbp-biplay:before {
	content: "\e002";
}

span.cbp-bipause:before {
	content: "\e003";
}

span.cbp-binext:before {
	content: "\e000";
}

span.cbp-biprev:before {
	content: "\e001";
}

.cbp-bicontrols span.cbp-binext {
	float: right;
}

/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}




@media screen and (max-width: 25em) {
    .topnavind a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 12px;
    }

    .cbp-bicontrols {
	position: fixed;
	width: 90px;
	height: 50px;
	margin: -80px 0 0 -150px; 
	top: 90%;
	left: 98%;
    display:none;
}

    .cbp-bicontrols span {
	float: left;
	width: 30px;
	height: 20px;
	position: relative;
	cursor: pointer;
    }
    .slidetext {
    color:white;
    background-color: rgba(0, 0, 0, 0.9);
    width:101%;
    float: right;
    display: block;
    text-align: right;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 0.87em;
    position: fixed;
    bottom: 0;

}
}

