/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face { 
	font-family: BebasNeue; 
	src: url('BebasNeue.otf');
	} 

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #fff;
    font-weight: 300;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
}

/*Pull-Out Menu*/

.clr {
	clear:both;
	}

.content{
	position:absolute;
	left:0px;
	width:40%;
	min-width:600px;
	z-index:100;
	display:none;
	}

.inner {
	padding:5px;
	}

.inner p {
    font-size: 8pt;
    line-height: 30pt;
    margin-left: 5px;
    color: #3d6088;
    font-weight: 700;
}

.content .inner {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	border-bottom: 1px solid #3d6088;
	border-right: 1px solid #3d6088;
}

.content .inner a.pageheading {
	line-height: 40px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	padding: 0px 5px;
	letter-spacing: 3px;
	color: #3d6088;
	display: inline-block;
}

.content .inner .navigation a {
    text-transform: none;
    font-size: 9pt;
    display: inline-block;
    margin: 5px;
    color: #333;
    font-weight: 700;
    line-height: 20px;
    border-bottom: 2px solid transparent;
}

.content .inner a:hover {
	color: #3d6088;
	border-color: #3d6088;
}

.content .inner a.current-page,
.content .inner a.current-page:hover {
	color: #666;
	border-color: #666;
}

.panel {
	position:absolute;
	z-index: 3000;
	height:86px;
	width:20px;
	right:0px;
	top:10px;
	cursor:pointer;
	}

.hide {
	background:transparent url(../images/hide.png) no-repeat center center;
	}

.show {
	background:transparent url(../images/show.png) no-repeat center center;
	}


/* Demo Buttons Style */

.portfolio .sl-slider-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* Custom navigation arrows */

.nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 8px solid #3d6088;
	border: 8px solid #3d6088;
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-arrows span:hover {
	border-color: #6c8fbb;
}

.nav-arrows span.nav-arrow-prev {
	left: 5%;
	border-right: none;
	border-top: none;
	width: 40px;
	height: 40px;
}

.nav-arrows span.nav-arrow-next {
	right: 5%;
	border-left: none;
	border-bottom: none;
}

/* Custom navigation dots */

.nav-dots {
	margin-top: 15px;
	margin-left: 5px;
	height: 15px;
	margin-bottom: 0px;
}

.nav-dots span {
	display: inline-block;
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 3px;
	background: #3d6088;
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}

/* Content elements */

.portfolio .sl-slide .photo {
	margin-top: 10%;
	text-align: center;
}

.portfolio .sl-slide .photo img {
	border: 20px solid #fff;
	-moz-box-shadow: 4px 4px 4px #444;
	-webkit-box-shadow: 4px 4px 4px #444;
	box-shadow: 4px 4px 4px #444;
}

.portfolio .sl-slide h2 {
	color: #444;
	padding: 20px;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 13px;
	text-transform: uppercase;
	left: 10%;
	text-align: center;
	line-height: 50px;
}


.portfolio .sl-slide .description {
	width: 100%;
	text-align: center;
	left: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	height: 70px;
	color: #333;
	//z-index: 2;
	//margin: 0 0 -200px 0;
	padding: 0;
}

.portfolio .sl-slide .location {
	margin: 0 auto;
	width: 60%;
	max-width: 400px;
	position: relative;
}

.portfolio .sl-slide .date {
	font-size: 10px;
	padding-top: 10px;
	display: inline-block;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
}


/* Custom background colors for slides */

/* First Slide */
.portfolio .bg-1 .sl-slide-inner,
.portfolio .bg-1 .sl-content-slice {
	background: #eee;
}

/* Second Slide */
.portfolio .bg-2 .sl-slide-inner,
.portfolio .bg-2 .sl-content-slice {
	background: #ccc;
}

.photo .bg2 img {
	border: 20px solid #fff;
	-moz-box-shadow: 4px 4px 4px #777;
	-webkit-box-shadow: 4px 4px 4px #777;
	box-shadow: 4px 4px 4px #777;
}

.portfolio .bg-2 h2 {
	color: #777;
}

.portfolio .bg-2 .description {
	color: #666;
}



/* Third Slide */
.portfolio .bg-3 .sl-slide-inner,
.portfolio .bg-3 .sl-content-slice {
	background: #aaa;
}

.photo .bg3 img {
	border: 20px solid #fff;
	-moz-box-shadow: 4px 4px 4px #666;
	-webkit-box-shadow: 4px 4px 4px #666;
	box-shadow: 4px 4px 4px #666;
}

.portfolio .bg-3 h2 {
	color: #666;
}

.portfolio .bg-3 .description {
	color: #444;
}

/* Fourth Slide */
.portfolio .bg-4 .sl-slide-inner,
.portfolio .bg-4 .sl-content-slice {
	background: #888;
}

.photo .bg4 img {
	border: 20px solid #fff;
	-moz-box-shadow: 4px 4px 4px #333;
	-webkit-box-shadow: 4px 4px 4px #333;
	box-shadow: 4px 4px 4px #333;
}

.portfolio .bg-4 h2 {
	color: #333;
}

.portfolio .bg-4 .description {
	color: #222;
}

/* Fifth Slide */
.portfolio .bg-5 .sl-slide-inner,
.portfolio .bg-5 .sl-content-slice {
	background: #444;
}

.photo .bg5 img {
	border: 20px solid #fff;
	-moz-box-shadow: 4px 4px 4px #bbb;
	-webkit-box-shadow: 4px 4px 4px #bbb;
	box-shadow: 4px 4px 4px #bbb;
}

.portfolio .bg-5 h2 {
	color: #bbb;
}

.portfolio .bg-5 .description {
	color: #aaa;
}

/* Sixth Slide */
.portfolio .bg-6 .sl-slide-inner,
.portfolio .bg-6 .sl-content-slice {
	background: #000;
}

.photo .bg6 img {
	border: 20px solid #fff;
	-moz-box-shadow: 4px 4px 4px #ddd;
	-webkit-box-shadow: 4px 4px 4px #ddd;
	box-shadow: 4px 4px 4px #ddd;
}

.portfolio .bg-6 h2 {
	color: #ddd;
}

.portfolio .bg-6 .description {
	color: #aaa;
}

/* Animations for content elements */

.sl-trans-elems .photo {
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems h2 {
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems div.description {
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .photo {
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems h2 {
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems p {
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}
@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes scaleDown{
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.5);}
}
@-moz-keyframes scaleDown{
	0% {-moz-transform: scale(1);}
	100% {-moz-transform: scale(0.5);}
}
@-o-keyframes scaleDown{
	0% {-o-transform: scale(1);}
	100% {-o-transform: scale(0.5);}
}
@-ms-keyframes scaleDown{
	0% {-ms-transform: scale(1);}
	100% {-ms-transform: scale(0.5);}
}
@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}
@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}


/* Media Queries for custom slider */

@media screen and (max-width: 660px) {
	.portfolio .photo {
		width: 130px;
		height: 130px;
		margin-left: -65px;
		margin-bottom: 50px;
	}

	.portfolio .sl-slide .description {
		margin-bottom: -120px;
	}

	.portfolio .sl-slide h2 {
		line-height: 22px;
		font-size: 18px;
		margin-bottom: -40px;
		letter-spacing: 8px;
	}

}