/* Stylesheet */


/* Imports */

@import url(animate.css);

/* Selections */

::selection {
 	color: #fff;
 	text-shadow: none;
 	background: #444;
}

::-moz-selection {
 	color: #fff;
 	text-shadow: none;
 	background: #444;
}

/* Basics */

#container {
	width:340px;
	height:350px;
	-webkit-animation-name: bounceIn;
	-webkit-animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: bounceIn;
	-moz-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: linear;
	animation-name: bounceIn;
	animation-fill-mode: both;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}

form {
	margin: 0 auto;
}

.lab {
	color: #555;
	display: inline-block;
	margin-left: 18px;
	padding-top: 10px;
	font-size: 14px;
}

p a {
	font-size: 11px;
	color: #aaa;
	float: right;
	margin-top: -13px;
	margin-right: 20px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

p a:hover {
	color: #555;
}

input {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	outline: none;
}

.inputs {
	
	color: #777;
	padding-left: 10px;
	margin: 10px;
	margin-top: 12px;
	margin-left: 18px;
	width: 290px;
	height: 35px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}


.inputs:hover {
	border: 1px solid #b6bfc0;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}
.inputs:focus {
	border: 1px solid #a8c9e4;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
}

#lower {
	background: #F6D48C;
	width: 338px;
	height: 80px;
	margin-top: 20px;
	box-shadow: inset 0 1px 1px #fff;
	border-top: 1px solid #CCC;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding-left:20px
}

input[type=checkbox] {
	margin-left: 20px;
	margin-top: 30px;
}

.check {
	margin-left: 3px;
	font-size: 11px;
	color: #444;
	text-shadow: 0 1px 0 #fff;
}

.submit {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	width: 80px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#E46D43), to(#eca918));
	background-image: -moz-linear-gradient(top left 90deg, #E46D43 0%, #eca918 100%);*/
	background-color: #896242;
	border-radius: 30px;
	border: 1px solid #F6D48C;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
	cursor: pointer;
}

.submit:hover {
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#eca918), to(#dd4814));
	background-image: -moz-linear-gradient(top left 90deg, #eca918 0%, #dd4814 100%);*/
	background-color:#6e3e16;
}

@media(max-width : 1500px) {
#bs-example-navbar-collapse-1 li a {
    position: relative;
    display: block;
    padding: 10px 6px !important;
}
}

@media(min-width : 1700px) {
#bs-example-navbar-collapse-1 li a {
    position: relative;
    display: block;
    padding: 10px 25px !important;
}
}
