ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/*** 
=============================================
    Choosing area style
=============================================
***/
.red{
	color:#F00;
	}
.viewer-title {
	color: #f0f0f0;
	font-size: 16px;
}
.docs-galley .docs-pictures li {
	padding: 5px;
}
.docs-galley li img {
	width: 100%;
	border: solid 1px #f0f0f0;
}
.docs-galley li strong {
	display: block;
	padding: 5px 0 10px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
}
.contact-form h3 {
	margin-top: 0;
	color: #2b8e4f;
}
.inquiry .jumbotron {
	background-image: url(../images/ib-project.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 80px 0;
}
.inquiry .jumbotron p {
	font-size: 14px;
	color: #CCC;
}
.distab .nav-pills {
	margin-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: none;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background-color: #eee;
	color: #2b8e4f;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #eee;
	color: #2b8e4f;
}
.distab .nav-pills a {
	color: #2b8e4f;
}
.choosing-area {
}
.choosing-area .content {
}
.choosing-area .content ul li {
	padding-left: 45px;
	position: relative;
	margin-bottom: 40px;
}
.choosing-area .content ul li:last-child {
	margin-bottom: 0;
}
.choosing-area .content ul li .icon-holder {
	left: 0;
	position: absolute;
	top: 18px;
}
.choosing-area .content ul li .icon-holder span::before {
	color: #292929;
	font-size: 45px;
}
.choosing-area .content ul li .text-holder {
	padding-left: 25px;
}
.choosing-area .content ul li .text-holder h3 {
	margin-bottom: 4px;
}
.choosing-area .content ul li .text-holder span {
	color: #2b8e4f;
}
.choosing-area .content ul li .text-holder p {
	margin: 15px 0 0;
}
.choosing-area .img-box {
	margin-top: 30px;
}
.choosing-area form {
	border: 7px solid #f7f7f7;
	margin-top: 10px;
	padding: 33px 23px;
}
 select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
color: #999;
}
.choosing-area form select {
	border: 1px solid #eaeaea;
	color: #333;
	font-size: 14px;
	height: 45px;
	margin-bottom: 20px;
	padding: 0 15px;
	width: 100%;
	transition: all 500ms ease;
	box-sizing: border-box;
}
.choosing-area form input[type="text"], .choosing-area form textarea {
	border: 1px solid #eaeaea;
	color: #333;
	font-size: 14px;
	height: 45px;
	margin-bottom: 20px;
	padding: 0 15px;
	width: 100%;
	transition: all 500ms ease;
	box-sizing: border-box;
}
.choosing-area form textarea {
	height: 120px;
	margin-bottom: 30px;
	padding: 10px 15px;
}
.choosing-area form .ui-state-default {
	height: 45px;
	margin-bottom: 12px;
}
.choosing-area form .ui-selectmenu-button span.ui-selectmenu-text {
	line-height: 22px;
}
.choosing-area form .ui-selectmenu-button span.ui-icon::before {
	top: 10px;
}
.choosing-area form button {
	padding: 6px 11px;
}
.choosing-area form input[type="text"]:focus {
	border: 1px solid #2b8e4f;
}
.choosing-area form textarea:focus {
	border: 1px solid #2b8e4f;
}
.yellow-bg {
	background: #2b8e4f;
}
.thm-btn {
	border: 2px solid #2b8e4f;
	color: #ffffff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	outline: medium none;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.thm-btn:hover {
	background: #292929;
	color: #fff;
	border: 2px solid #2b8e4f;
}
@media (max-width: 680px) { 
.inquiry .jumbotron {
	padding: 30px 0;
}
.distab{    padding: 10px;}
 }
