/*
Theme Name: Devwest Group
Description: Devwest Group Web Site
Author: Twofold
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

.gform_wrapper .gform_ajax_spinner,
.gform_wrapper .validation_error {
	display: none;
}

.gform_wrapper .validation_message {
	color: #d36320;
	margin-top: -10px;
}

.gform_wrapper .gform_footer {
	overflow: hidden;
}

.gform_wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gform_wrapper label {
	font-size: 11px;
	text-transform: uppercase;
	display: block !important;
}

.gform_wrapper input[type=text] {
	display: block;
	width: 100%;
	padding: 15px 30px;
	color: #555555;
	background-color: #f1f1f1;
	border: 1px solid transparent;
	border-radius: 30px;
	height: 45.5px;
	font-size: 14px;
	line-height: 2.2em;
	margin-bottom: 15px;
}

.gform_wrapper .gfield_radio label {
	display: inline !important;
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
}

.gform_wrapper .gfield_radio {
	padding-top: 10px;
}

.gform_wrapper input[type=radio] {
	margin-right: 10px;
	margin-bottom: 10px;
}

.gform_wrapper input[type="checkbox"] {
	float: left;
	margin-right: 15px;
}

.gform_wrapper input[type=submit] {
	float: right;
	display: inline-block;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 15px 30px;
	line-height: 1.8;
	-webkit-user-select: none;
	color: #7f7f7f;
	border-color: #2c8859;
	transition: all 0.1s cubic-bezier(0.835, 0, 0.19, 1);
	font-size: 11px;
	text-transform: uppercase;
	border-width: 2px;
	border-radius: 50px;
	background: transparent;
}

.content-main form ul li {
	list-style-type: none;
}

.content-main form ul li:before {
	content:'';
}

.content-main > img, .content-main p img {
	float: right;
	margin: 0 0 30px 30px;
	border: 3px solid #f1f1f1;
	max-width: 100px;
	height: auto;	
}

.content-main hr {
	margin: 40px 0;
}

.wrapper-map {
	position: relative;
}
#zoomin, #zoomout {
	position: absolute;
	top: 0;
	z-index: 2000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#zoomin {
	top: 30px;
	left: 30px;
}
#zoomout {
	top: 30px;
	left: 90px;
}

.navbar-nav > li > a.active {
	color: #ffffff;	
}
.navbar-nav > li > .dropdown-menu a.active {
	color: #444444;
}
.content-sidebar a.active small {
	color: #444444;
}

.well {
	margin-bottom: 40px;
}

small, #filters, .dropdown-menu > li > a, .btn, .tooltip, .gform_wrapper input[type=submit] {
	font-weight: bold;
}
.wrapper-ribbon .ribbon-wrapper-green .ribbon-green.ribbon-alt {
	background-color: #d36320 !important;
}


@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic);

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Libre Baskerville', serif;
}

#article_p article div {
    width: 25% !important;
}