@import url("themes/default/default.css");
@import url("themes/light/light.css");
@import url("themes/dark/dark.css");
@import url("themes/bar/bar.css");
@import url("js/nivo-slider.css");

#slider {
    position:relative;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

.theme-default .nivoSlider {
	box-shadow: 0 0 0 0 #4a4a4a !important;
	margin-bottom: 0 !important;
}

.nivo-controlNav {
	display: none;
}

.nivo-caption h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-top: 0px;
}
.nivo-caption h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.nivo-caption {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 60px;
	left: 0;
	position: absolute;
    color: #ffffff;
    font-size: 1.875em;
    text-shadow: 2px 2px 0 #000000;
    width: 100%;
	height: auto;
    margin-left: 16%;
    opacity: 0.8;
    overflow: hidden;
    padding: 10px 10px;
    z-index: 8;
}


.sliderbutton  {
	font-weight: 700;
	background-color: #fee400;
	border: medium none;
	color: #000000 !important;
	padding: 15px 50px;
	text-shadow: 1px 1px 0 #ffffff;
	text-decoration: none;
	margin-top: 20px;
	display: inline-block;
	border-radius: 15px;
}
.sliderbutton:hover {
    background-color: #03cb8f;
    border: medium none;
    border-radius: 15px;
    color: #000000 !important;
    padding: 15px 50px;
    text-shadow: 1px 1px 0 #ffffff;
	text-decoration: none;
}


@media(max-width:1000px){
	.nivo-caption h1 {
		font-size: 48px;
	}
	.nivo-caption h4 {
		font-size: 20px;
	}

	.nivo-caption {
		bottom: 30px;
	}
	.sliderbutton  {
		font-size: 24px;
	}
}

@media(max-width:600px){
	.nivo-caption h1 {
		font-size: 30px;
	}
	.nivo-caption h4 {
		font-size: 16px;
	}

	.nivo-caption {
		bottom: 10px;
		margin-left: 6%;
	}
	.sliderbutton  {
		font-size: 16px;
		font-weight: 300;
	}
}
