/* --- forms -------------------------------*/

form {
	width : auto!important;
}
textarea {
	width: 400px;
	max-width: 90%!important;
	height: 180px;
	margin: 5px 0 15px 0;
	padding : 8px 10px;
	border : 1px solid #DADADA;
	position : relative;
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
}
input[type="text"] {
	width: 240px!important;
	max-width : 90%!important;
	margin-bottom: 15px;
	padding : 8px 10px!important;
	border : 1px solid #DADADA;
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
}
select {
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
	border : 1px solid #DADADA;
}
input[type="text"]:focus, textarea:focus {
	border: 1px solid #A6A6A6;
}
input[type="submit"] {
	padding: 9px 12px!important;
	display: inline-block;
	border: 0px;
	font-weight: bold;
	cursor: pointer;
	width: auto;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
	background-color : #e7402f;
	color : White;
	text-decoration : none;
	font-size : 16px;
}
.captcha {
	position : relative;
}
form a {
	background-color : #CECECE;
	color : White;
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
}
.captcha a {
	padding: 9px 12px!important;
	display : inline;
	position : absolute;
	top : 30px;
	left : 250px;
}
.captcha label {
	cursor : default;
}
input[type="submit"]:hover {
	background-color : #aaa;
	color : White;
}

/*-- sidebar -------------------------------------------*/

#sidebar p {
	margin-bottom : 0px;
}
#sidebar h3 {
  	font-size : 22px;
  	line-height : 32px;
}
#sidebar .widget {
	margin-bottom : 20px;
}

/*-- footer ----------------------------------------------*/

#footer {
	background-color : #2B9B7E;
	padding : 0px 0px;
	color : #D7D7D4;
}
#footer p {
	margin-bottom : 0px;
}
#footer p+p {
	margin-bottom : 0px;
	margin-top : 20px;
}
#footer [class*="col-"] {
	margin-bottom:0;
}
#footer li+li {
	margin-top : 10px;
	border-top : 1px dashed #5B5B5B;
	padding-top:10px;
}
#footer li a {
	display : block;
	padding-left : 5px;
}
#footer li a:before {
	font-family:'FontAwesome';
	content : ;
	position : relative;
	left : -10px;
}
#footer a {
	color : #D7D7D4;
}
#footer a:hover {
	text-decoration : none;
	color : White;
}
#footer .vfi {
	border : 1px solid #2B9B7E;
	padding : 5px;
}
#footer .mapWrapper {
  padding-bottom:5%;
}

/* -- copy --------------------------------------*/

#copy {
	padding : 20px 0px 5px;
	background-color : #383838;
	color : #D7D7D4;
}
#copy [class*="col-"] {
	margin-bottom:0;
}
#copy a {
	color : #D7D7D4;
}
#copy a:hover {
	color : White;
	text-decoration : underline;
}
#copy img {
	opacity:0.5;
	margin :0;
	padding : 0;
	position : relative;
	top : -5px;
}
#copy img:hover {
	opacity:0.9;
}
#cms {
	margin-left : 10px;
	margin-right : auto;
	width : 31px;
	height : 31px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	position : relative;
	display : inline-block;
	top:-5px;
	right : 0px;
	background-color : #272727;
}
#cms a {
	display : block;
	width : 20px;
	text-transform : uppercase;
	height : 20px;
	line-height : 20px;
	text-align : center;
	font-size : 9px;
	position : absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	text-decoration : none;
	color : #CCCCCC;
}
#cms .gs {
	left : -1px;
	top : -1px;
	background-color : #171717;
}
#cms .ru {
	bottom :-1px;
	right : -1px;
	background-color : #363636;
}
#cms a:hover {
	color : #242424;
	background-color : #EFEFEF;
	text-decoration : none;
}

/* --- go to top ------------------------------- */

#gotoTop {
    display: none;
    position: fixed;
    z-index: 150;
    top: 80%;
    right: 1%;
    width: 32px;
    height: 32px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;    
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    text-align : center;
    line-height : 30px;
    font-size : 28px;
	color : #404040;
	background : #D2D7D7;
}
#gotoTop:hover {
	background : #C62020;
	color : White;
}


.button {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;    
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
	text-decoration : none!important;
}
.button.medium {
	padding:14px 25px;
	margin-right:10px;
	font-size : 16px;
}
.button.small {
	padding:10px 15px;
	margin-right:30px;
	font-size : 14px;
}
.button.normal {
	background:#f1f1f1;
	color:#5a5c5d;
}
.button.color {
	color:#fff;
	background:red;
}

.button.green {
	color:#fff;
	background:#0a5a3d;
}
.button:hover {
	background-color : #272727;
	background:rgba(0, 0, 0, 0.5);
}

