@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow|Volkhov:400italic,700);


/* General Demo Style */





.slidewrapper {
	position: relative;
	max-width: 500px;
	width: 100%;
	padding: 0 2px;
	margin: 0 auto;
}

/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	font-family: Cambria, Georgia, serif;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.6);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}
.nav-arrows {
	display: none;
}

.nav-arrows a {
	width: 42px;
	height: 42px;
	background: #cbbfae url(../images/nav.png) no-repeat top left;
	position: absolute;
	top: 50%;
	left: 2px;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	opacity: 0.9;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(255,255,255,0.8);
}

.nav-arrows a:first-child{
	left: auto;
	right: 2px;
	background-position: top right;
}

.nav-arrows a:hover {
	opacity: 1;
}

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: -5px;
	height: 30px;
	width: 100%;
	left: 0;
	display: none;
}

.nav-dots span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #cbbfae;
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.nav-dots span.nav-dot-current {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1), 
		inset 0 0 0 3px #cbbfae,
		inset 0 0 0 8px #fff;
}

.nav-options {
	width: 70px;
	height: 30px;
	position: absolute;
	right: 70px;
	bottom: 0px;
	display: none;
}

.nav-options span {
	width: 30px;
	height: 30px;
	background: #cbbfae url(../images/options.png) no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.7;
	display: inline-block;
	border-radius: 50%;
}

.nav-options span:first-child{
	background-position: -30px 0px;
	margin-right: 3px;
}

.nav-options span:hover {
	opacity: 1;
}
.shadow {
	width: 100%;
	height: 168px;
	position: relative;
	margin-top: -110px;
	background: transparent url(../images/shadow.png) no-repeat bottom center;
	background-size: 100% 100%; /* stretches it */
	z-index: -1;
	display: none;
}
#slide{
    height: 230px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
   padding-top: 50px;
   
}
/* More examples buttons */

#contact_form {
    border-radius: 7px 7px 7px 7px;
    float: left;
    margin: 0;
    padding-left: 25px;
    padding-top: 0px;
    width: 420px;
}
.success {
    background-color: #EDEDED;
    border-color: #CACACA #FFFFFF #FFFFFF #CACACA;
    border-radius: 7px 7px 7px 7px;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    margin-top: 25px;
    padding: 20px;
}
.error {
    color: #FF0000;
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 0;
}
#contact_form ul {
    margin: 0;
}
#contact_form li {
    float: left;
    height: 55px;
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
}
#contact_form label {
    display: block;
    height: 20px;
    width: 420px;
}
#contact_form li.textarea {
    height: 130px;
}
#contact_form li.button {
    float: left;
    height: 35px;
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
}
#contact_form input, textarea {
    background-color: #EDEDED;
    border-color: #CACACA #FFFFFF #FFFFFF #CACACA;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    margin-bottom: 15px;
    padding: 8px;
    width: 400px;
}
#contact_form textarea {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 82px;
    margin-bottom: 15px;
    padding: 8px;
    width: 400px;
}
#contact_form input:focus, textarea:focus {
    background-color: #DBDBDB;
    border-color: #BCBCBC #FFFFFF #FFFFFF #BCBCBC;
    border-style: solid;
    border-width: 1px;
    color: #333333;
}
#contact_form input.submit {
    background-color: #426C7F;
    border-style: none;
    color: #FFFFFF;
    cursor: pointer;
    padding-bottom: 6px;
    padding-top: 5px;
    text-shadow: 0 -1px 1px #222222;
    width: 110px;
}
#contact_form .required {
    color: #CCCCCC;
    font-size: 0.9em;
}
.contact-information {
    margin: 0;
    padding: 0 0 15px;
}
