
	body {font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:14px; font-weight:400; background:#f0f8f4; color:#202020;  -webkit-font-smoothing: antialiased;}


	h1, h2, h3, h4, h5, h6{font-family: 'Open Sans', Helvetica, Arial, sans-serif; color:#0d723b; font-weight:300; }
	
	a{color:#0d723b;}
	a:focus{outline:none;}

	blockquote{font-family: 'Times New Roman', serif; border:0; font-style:italic; color:#0d723b;}
	p a:not(.btn){text-decoration:underline;}
	
	.left-align {float:left;}

	.right-align {float:right;}
	
	.clear{clear:both;}

	.clear-space{clear:both;height:10px;}

	/* Fonts -> Large */
	@media (min-width:768px) {
		h1{font-size: 40px;}
		h2{font-size: 30px; line-height: 34px;}
		h3{font-size: 18px; line-height: 22px;}
		h4{font-size: 16px; line-height: 22px;}
		h5{font-size: 20px; line-height: 25px;}
		h6{font-size: 16px; line-height: 20px;}
		blockquote{font-size: 28px;line-height: 42px;}
	}

	/* Fonts -> Medium */
	@media (min-width: 480px) and (max-width: 767px) {
		h1{font-size: 40px;}
		h2{font-size: 24px; line-height: 28px;}
		h3{font-size: 16px; line-height: 20px;}
		h4{font-size: 16px; line-height: 20px;}
		h5{font-size: 20px; line-height: 25px;}
		h6{font-size: 16px; line-height: 20px;}
		blockquote{font-size: 20px;line-height: 30px;}
	}

	/* Fonts -> Small */
	@media (max-width: 479px) {
		h1{font-size: 30px;}
		h2{font-size: 20px; line-height: 26px;}
		h3{font-size: 16px; line-height: 20px;}
		h4{font-size: 16px; line-height: 20px;}
		h5{font-size: 20px; line-height: 25px;}
		h6{font-size: 16px; line-height: 20px;}
		blockquote{font-size: 20px;line-height: 30px;}
	}



/* Misc */
html,body {width: 100%; height: 100%; }
img{max-width:100%; height:auto;}
.img-responsive{width:100%;}
.no-padding {padding: 0;}
.no-gutter > [class*=col-] {padding-right: 0;padding-left: 0;}
.no-br{white-space:nowrap;}
.form-control, .input-group-addon, .nav-tabs>li>a, .btn, .well, .thumbnail, .alert, .pagination, .pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span, .panel, .nav-pills>li>a{
	border-radius:0 !important;
}

hr {border-color: #aec4b8;}
.fa-ggn{color:#0d723b;font-size:15px; margin:0 3px;}
.placeholder-box{background:#fff;padding:20px;text-align:center;border:1px #eee solid;}


/* Buttons */

.btn {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

p .btn{ margin:0 5px 5px 0; display:inline-block;}
	
	.btn-default:hover,
	.btn-default:focus,
	.btn-default.focus,
	.btn-default:active,
	.btn-default.active {
		border-color: #eee;
		color: #202020;
		background-color: #eee;
	}
	

	/* Fonts -> .btn-primary */
	.btn-primary {
		border-color: #0d723b;
		color: #fff;
		background-color: #0d723b;
	}
	.btn-primary:hover,
	.btn-primary:focus,
	.btn-primary.focus,
	.btn-primary:active,
	.btn-primary.active {
		border-color: #065b2d;
		color: #fff;
		background-color: #065b2d;
	}
	



/* Forms */

.form-control:focus{
	border:1px #003057 solid;
	box-shadow: none;
}

.mandatory {
    color: #9cdab8;
    font-size: 30px;
	line-height:10px;
	vertical-align:bottom;
	top:-5px;
    font-family: Arial,Helvetica,sans-serif;
}

.mandatory .mandatory-text{
	font-size: 18px;
	line-height: 18px;
}

label{font-weight:normal;}

.form-carselect .checkbox-inline{
	font-size:16px;
	text-align:center;
	font-weight:bold;
	padding-left:0;
	width: 100%;
}

form .btn{text-transform:uppercase;}

.bg-dark label{color:#fff;}



.glyphicon.glyphicon-one-fine-dot:before {
    content: "\25cf";
    font-size: 1.5em;
}


		/* Forms -> Checkbox/Radiobuttons */

		.checkbox-list, .radio-list{
			margin-left:0;
		}
		.checkbox-list .checkbox, .checkbox-list .checkbox label, 
		.radio-list .radio, .radio-list .radio label{
			margin-top:0;
			padding-left:0;
		}

		.checkbox label:after, 
		.radio label:after {
			content: '';
			display: table;
			clear: both;
		}

		.checkbox .cr,
		.radio .cr {
			position: relative;
			display: inline-block;
			border: 1px solid #a9a9a9;
			border-radius: 0;
			width: 1.5em;
			height: 1.5em;
			float: left;
			margin-right: .5em;
			margin-top:-.1em;
			background:#fff;
		}

		.radio .cr {
			border-radius: 50%;
		}

		.checkbox .cr .cr-icon,
		.radio .cr .cr-icon {
			position: absolute;
			font-size: .8em;
			line-height: 0;
			top: 50%;
			left: 20%;
			color:#87b0cc;
		}

		.radio .cr .cr-icon {
			top: 30%;
			margin-left: 0.04em;
		}

		.checkbox label input[type="checkbox"],
		.radio label input[type="radio"] {
			display: none;
		}

		.checkbox label input[type="checkbox"] + .cr > .cr-icon,
		.radio label input[type="radio"] + .cr > .cr-icon {
			opacity: 0;
		}

		.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
		.radio label input[type="radio"]:checked + .cr > .cr-icon {
			opacity: 1;
		}

		.checkbox label input[type="checkbox"]:disabled + .cr,
		.radio label input[type="radio"]:disabled + .cr {
			opacity: .5;
		}

		@media(max-width:767px) {
			.checkbox-list .checkbox-inline, .radio-list .radio-inline{
				display:block;
				margin-left:0 !important;
			}
			.checkbox-list .checkbox-inline:after, .radio-list .radio-inline:after{
				content:'';
				height:10px;
				display:block;
			}
		}

		
		
/* Wells */

.well{background:#e4f1eb;border:0;}

/* Panels */

.panel-primary{
	border:1px #0d723b solid;
	border-radius:0;
}
.panel-primary>.panel-heading {
	border-radius:0;
	background-color: #0d723b;
	border-color: #0d723b;
	padding:20px;
}




/* Tabs */
.tab-pane .well{
	background:#fff;
	border-top:0;
	box-shadow: none;
}
.tab-pane .tabpanel-content{
	background:transparent;
	padding:20px 0;
}
.tab-pane .tabpanel-content h2, .tab-pane .tabpanel-content h3, .tab-pane .tabpanel-content h4{
	margin-top:0;
}
.nav-tabs {
    border-bottom: 1px solid #fff;
}
.nav-tabs>li>a {
    padding:7px 5px;
}

.nav-tabs>li>a, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
    border-color: transparent;
	background:#cce4d9;
	border-bottom-color: #fff;
	color:#0d723b;
}
.nav-tabs>li>a:hover {
	background:#b7dbca;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 1px solid #fff;
	background:transparent;
    border-bottom-color: #e4f1eb;
}


	/* Tabs -> Collapse */

	.nav-tabs-collapse .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
		border:0;
	}

	.nav-tabs-collapse .navbar-collapse ul.nav-tabs.nav-stacked{
		border: 1px solid #ddd;
		border-top:0;
	}
	.nav-tabs-collapse .navbar-collapse ul.nav-tabs.nav-stacked li{
		margin-bottom: 0;
		margin-top: 0;
	}
	.nav-tabs-collapse .navbar-collapse ul.nav-tabs.nav-stacked li a{
		border:0;
		margin-right:0;
		background:transparent !important;
	}
	.nav-tabs-collapse .collapsing {
		-webkit-transition: none;
		transition: none;
	}
	.nav-tabs-collapse .navbar-header {
		background:#cce4d9;
	}
	.nav-tabs-collapse .navbar-header .icon-bar {
		background:#003057;
	}
	.nav-tabs-collapse .navbar-title {
		padding:16px;
		display:none;
	}
	@media(max-width:767px) {
		.nav-tabs-collapse .navbar-title {
			display:block;
		}
	}

	

/* Pills */
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background-color: #0d723b;
}




/* Sections */

.bg-primary {background-color: #0d723b;}
.bg-light {background-color: #f0f8f4;color:#202020;}
.bg-white {background-color: #ffffff;color:#003057;}
.bg-dark {background-color: #075229;color:#FFFFFF;}

.bg-primary h1, .bg-dark h1,
.bg-primary h2, .bg-dark h2,
.bg-primary h3, .bg-dark h3,
.bg-primary h4, .bg-dark h4,
.bg-primary h5, .bg-dark h5,
.bg-primary h6, .bg-dark h6 {
	color:#fff;
}

section {margin: 20px 0;}
section.first-section{
	margin-top:146px;
}
@media(max-width:767px) {
	section.first-section{
		margin-top:0;
		padding-top:0;
	}
}



section.bg-slider{
	margin-top:147px;
	position:relative;
	z-index:1;
}
@media(min-width:1200px) {
	section.bg-slider{
		margin-top:147px;
	}
}
@media(max-width:767px) {
	section.bg-slider{
		margin-top:0;
		padding-top:0;
	}
}



aside, footer {padding: 50px 0;}



/* Navbar */

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
}

.navbar-default .navbar-header{
	max-height:100px;
}
.navbar-default .navbar-header .navbar-brand img{
	max-height:90px;
}
.navbar-default .navbar-header.affix{
	position:static;
}	
@media(min-width:767px) {
	.navbar-default .navbar-header.affix{
		position:static;
		max-height:0;
		border-color:transparent;
	}	
	.navbar-default .navbar-header.affix .navbar-brand{
		margin:0;
		padding:0;		
	}	
	.navbar-default .navbar-header.affix .navbar-brand img{
		max-height:0 !important;
		margin:0;
		padding:0;	
	}
}


.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a {
  font-size: 16px;
  color: #fff;
	padding-left:0;
	padding-right:0;
	margin-left:15px;
	margin-right:15px;
	text-transform:uppercase;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #fff;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #0d723b !important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}


.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #0960a8;
    background-color: #fff;
}

@media(min-width:768px) {

	.navbar-default .navbar-header{
		text-align:center;
		display:inline-block;
		width:auto;
		height:45px;
		float:left;
        background: transparent;	
	}

	.navbar-default .navbar-brand {float:left; position:relative; z-index:10; padding: 10px 0 0 0;}
	.navbar-default .navbar-brand>img {
		margin:0;
		display: inline;
	}


	.navbar-default .navbar {
		border-radius: 0;
	}

	.navbar-default .navbar-right{
		padding-right:20px;
	}
	
	
	.navbar-primary{
        background-color: #f0f8f4;
		background:rgba(240,248,244,.8);		
		text-align:center;
		border-bottom:1px #0d723b solid !important;	
		position:relative;
		left:0;
		top:0;		
	}	
	
	
	.navbar-primary ul.navbar-nav{
		float:right !important;
		width:100%;
		display:block;
		position:relative;
		left:0;
		top:0;
		text-align:right;		
	}
	.navbar-primary ul.navbar-nav li{
		display:inline-block;
		float:none;		
	}	
	.navbar-primary ul.navbar-nav li ul li{
		display:block;
	}		
	.navbar-primary ul.navbar-nav li.dropdown.dropdown-mega{
		display:inline-block;
		position:static;
	}	
	ul.navbar-nav li.dropdown.dropdown-mega:hover .dropdown-menu, ul.navbar-nav li.dropdown.dropdown-mega.open .dropdown-menu{
		position:absolute;
		left:0;
		width:100%;
		color:#222;
		padding:20px 30px;
	}
	ul.navbar-nav li.dropdown.dropdown-mega:hover .dropdown-menu a{
		color:#222;
	}

	ul.navbar-nav li.dropdown.dropdown-mega .dropdown-menu h2{
		color:#6a8275;
		font-size: 14px;
		font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
		text-transform: uppercase;
		line-height: 1.5em;
		letter-spacing: 1px;
		padding-bottom:3px;
		border-bottom:1px #0d723b solid;
		font-weight:400;
	}
	ul.navbar-nav li.dropdown.dropdown-mega .dropdown-menu ul{
		list-style:none;
		margin:0;
		padding:10px 0;
	}
	ul.navbar-nav li.dropdown.dropdown-mega .dropdown-menu ul li a{
		padding: 5px 0;
		border-bottom: none;
		display: block;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 18px;
		line-height: 1.2;
		color: #0d723b !important;
		letter-spacing: 0;
		font-weight:400;
	}
	ul.navbar-nav li.dropdown.dropdown-mega .dropdown-menu ul li a:hover{
		color: #074d27 !important;
		text-decoration:none;
	}
	

	

	.navbar-nav>li>a {
		padding-top: 24px;
		padding-bottom: 24px;
	}

    .navbar-default {
		border:0;
		background:transparent;
    }

    .navbar-default .navbar-header .navbar-brand {

    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #202020;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #202020;
    }

    .navbar-default .nav > li>a:hover, .navbar-default .nav > li.active>a,
    .navbar-default .nav>li>a:focus:hover {
        color: #202020;
    }


	.subnav-padding{
		height:70px;
		display:none;
	}


	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
		background-color: transparent;
	}

	.dropdown-menu {
		border-radius: 0;
		background:rgba(255,255,255,.95);
	}

	.navbar-nav>li>.dropdown-menu {
		margin-top: 0;
		border-radius: 0;
	}




	.dropdown-submenu {
		position: relative;
	}

	.dropdown-submenu>.dropdown-menu {
		top: 0;
		left: 100%;
		min-width:220px;
		margin-top: -6px;
		margin-left: -1px;
		border-radius: 0;
	}

	.dropdown-submenu:hover>.dropdown-menu {
		display: block;
	}

	.dropdown-submenu>a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #ccc;
		margin-top: 5px;
	}

	.dropdown-submenu:hover>a:after {
		border-left-color: #fff;
	}

	.dropdown-submenu.pull-left {
		float: none;
	}

	.dropdown-submenu.pull-left>.dropdown-menu {
		left: -100%;
		margin-left: 10px;
		border-radius: 0;
	}

}


@media only screen and (min-width: 768px) and (max-width: 1200px) {


	.navbar-default .navbar-nav>li>a {
		font-size:14px;
		margin-left: 10px;
		margin-right: 10px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.navbar-default .navbar-nav li a {
		font-size:13px;
		margin-left: 3px;
		margin-right: 3px;
	}

}


@media only screen and (max-width: 767px) {
    
	.navbar-default .navbar-header .navbar-brand {
		padding: 12px 15px;
	}
	
	.navbar-default .navbar-nav a {
		color:#202020 !important;
	}
	.navbar-default .navbar-nav a:hover {
		color: #084e28 !important;
	}
	
	
	.navbar-default .navbar-toggle {
		margin-top: 12px;
		margin-bottom: 12px;
		border-color:#0d723b;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color:#0d723b;
	}			
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #0d723b;
		border-color:#fff;
	}	
	.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar{
		background-color:#fff;
	}		
	

	.navbar-default .navbar-header .navbar-brand img{
		max-height:35px;
    }

    .navbar-default {
        background-color: #f0f8f4;
		background:rgba(240,248,244,.9);
		color: #202020;
		border-bottom:1px #0d723b solid !important;	
    }

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #202020;
	}

	.navbar-fixed-top{
		position:relative;
	}


	ul.navbar-nav li.dropdown.dropdown-mega .dropdown-menu .row{
		margin: 0 !important;
	}
	ul.navbar-nav li.dropdown.dropdown-mega .dropdown-menu h2{
		color:#8b8b8b;
		font-size: 14px;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		text-transform: uppercase;
		line-height: 1.5em;
		letter-spacing: 1px;
		padding-bottom:3px;
		border-bottom:1px #8b8b8b solid;
		font-weight:400;
		margin:5px 15px;
	}
	.nav-hotspot h2{
		margin:5px 0;
	}

	ul.navbar-nav li.dropdown.dropdown-mega .dropdown-menu ul{
		list-style:none;
		margin:0 25px;
		padding:5px 0;
	}
	ul.navbar-nav li.dropdown.dropdown-mega .dropdown-menu ul li a:hover{
		color: #084e28 !important;
		text-decoration:none;
	}

	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav a:focus{
		background:transparent;
		color:#0d723b !important;
	}

	
	.navbar-secondary{
		
		display:none;
		
		background:#e4f1eb;
		margin:0 -15px !important;
		border-bottom:0;
		text-align:center;
	}	
	
	.navbar-secondary .navbar-nav ul, .navbar-secondary .navbar-nav li, .navbar-secondary .navbar-nav li a, .navbar-secondary .dropdown-menu {
		display:inline-block;
		float:none;
		background:transparent;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		border:0;
		position:relative;
		top:0;
		left:0;
		margin:0 !important;
		padding:0 !important;
	}	
	.navbar-secondary .navbar-nav li a {
		padding:1px 5px !important;
	}	
	.navbar-secondary .navbar-nav .dropdown-toggle .caret {
		display:none;
	}	
	

	
	
}

	/* Navbar -> Navbar secondary */

	.navbar-secondary{
		background:#e4f1eb;
		border-bottom:1px #0d723b solid !important;	
	}

	.navbar-secondary .navbar-nav>li>a {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		margin:6px 10px;
		font-size:14px;
		color:#202020;
		text-transform:none;
	}

	.cflag{
		margin:-2px 3px 0 0;
	}


	@media(max-width:1200px) {
		
		.navbar-primary .navbar-nav>li:first-child {
			margin-left:5px !important;
		}
	}

	@media(max-width:992px) {
		
		.navbar-primary .navbar-nav>li:first-child {
			margin-left:10px !important;
		}

	}

	@media(max-width:767px) {
		
		.navbar-primary .navbar-nav>li:first-child {
			margin-left:0 !important;
		}

	}


/* Footer */
.footer{
	font-size:13px;
	padding:30px 0;
	background:#3d3d3d;
}


.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	color:#fff;
}

.footer p, .footer ul, .footer ol{
	font-size:14px;
	line-height:22px;
}
.footer a, .footer ul {
    color: #fff;
}

.footer ul {
    padding:0 0 15px 0;
}
.footer ul ul{
    padding:0 0 15px 17px;
}
.footer ul li {
    list-style:none;
}
.footer ul li ul li {
    list-style:circle;
}

.footer .section-heading{
	margin-bottom:30px;
	font-size:25px;
}
.footer ul.navlist{
	margin-top:-10px;
}
.footer ul.navlist a{
	display:block;
	padding:10px 0;
	border-bottom:1px #4b4b4b solid;
}

ul.pdflist{
	list-style:none;
	line-height:160%;
	padding:0 0 5px 0;
}
ul.pdflist li{
	background:url(/img/icons/acrobaticon.gif) no-repeat;
	padding:1px 0 10px 20px;
	display:block;
	line-height:16px;
}
ul.pdflist li a{
	display:block;
}
ul.pdflist li span{
	color:#8d8d8d;
}
ul.pdflist ul{
	padding:0;
	padding-top:10px;
}


.footer-bottom{
	font-size:13px;
	padding:15px 0;
	background:#232323;
	text-align:center;
}

.footer-copyright, .footer-copyright a{
	color:#c0c0c0;
}
.footer-copyright a:hover{
	color:#fff;
}

.navbar-footer{
	list-style:none;
	margin:0;
	padding:0;
}

.navbar-footer li{
	display:inline-block;
	padding:5px 20px;
}
.navbar-footer li a{
	color:#fff;
	font-size:15px;
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	font-weight:bold;
}
.navbar-footer li a:hover{
	color:#ccc;
	text-decoration:none;
}


.navbar-footer.navbar-copyright li{
	padding:5px 10px;
}
.navbar-footer.navbar-copyright li a{
	font-weight:normal;
	font-family: Helvetica,Arial,sans-serif;
}


.footer-box{
	background:#343434;
	padding:20px;
}
.footer-box.white-box{
	background:#fff;
	padding:20px;
}

.footer-box .form-control{
	background:#515151;
	border-color:#515151;
	color:#eee;
}
.footer-box .form-control:focus{
	color:#fff;
	border-color:#fff;
}




/* Notes */
.note {
  margin: 0 0 20px 0;
  padding: 25px 30px 25px 25px;
  border-left: 7px solid #eee;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.note h1, .note h2, .note h3, .note h4, .note h5, .note h6 {
  margin-top: 0;
}
.note p:last-child {
  margin-bottom: 0;
}
.note.note-default {
  background-color: #e4f1eb;
  border-color: #ffffff;
  color: #333333, 80%;
}
.note.note-primary {
  background-color: #e4f1eb;
  border-color: #0d723b;
  color: #D8E3F2, 80%;
}
.note.note-success {
  background-color: #e4f1eb;
  border-color: #5cb85c;
  color: #3c763d, 80%;
}
.note.note-info {
  background-color: #e4f1eb;
  border-color: #5bc0de;
  color: #31708f, 80%;
}
.note.note-danger {
  background-color: #e4f1eb;
  border-color: #d9534f;
  color: #8a6d3b, 80%;
}
.note.note-warning {
  background-color: #e4f1eb;
  border-color: #f0ad4e;
  color: #a94442, 80%;
}


/* Pagination */

.pagination>li>a, .pagination>li>span {
	color: #0d723b;
}	


/* Search result */

.search-result .thumbnail { border-radius: 0 !important; padding:0; }
.search-result:first-child { margin-top: 0 !important; }
.search-result { margin-top: 20px; }
.search-result .col-md-2 { border-right: 1px dotted #ccc; min-height: 140px; }
.search-result ul { padding-left: 0 !important; list-style: none;  }
.search-result ul li { font: 400 normal .85em Arial,Helvetica,sans-serif;  line-height: 30px; }
.search-result ul li i { padding-right: 5px; }
.search-result .col-md-7 { position: relative; }
.search-result h3 { font: 500 normal 1.375em Arial,Helvetica,sans-serif; margin-top: 0 !important; margin-bottom: 10px !important; }
.search-result h3 > a, .search-result i { color: #003057 !important; }
.search-result p { font: normal normal 1.125em "Roboto",Arial,Verdana,sans-serif; } 

.search-result span.plus a { background-color: #003057; padding: 5px 5px 3px 5px; }
.search-result span.plus a:hover { background-color: #414141; }
.search-result span.plus a i { color: #fff !important; }
.search-result span.border { display: block; width: 97%; margin: 0 15px; border-bottom: 1px solid #eee; }
.search-result .meta-search {font-size:20px;}
.search-result .price {font-weight:bold;}


	/* Search result > Filter tabs */

	.filter-tabs li{
		display:inline-block;
		float:none;
	}

	.filter-dropdown{
		width:750px;padding:20px 20px;
	}
	.filter-dropdown .nav-tabs li{
		margin:0 2px 4px 0 !important;
	}
	.filter-dropdown .nav-tabs a{
		padding: 5px 8px;
		font-size: 14px !important;
	}
	.filter-btn{
		border:0 !important;
		margin-left:0 !important;
		margin-right:1px !important;
	}
	.filter-btn:focus{
		outline:0 !important;
	}

	/* Search result > More info */

	.more-info .nav-tab-buttons.nav-tabs>li {
		margin: 0;
	}
	.more-info .nav-tab-buttons.nav-tabs>li>a {
		font-size: 14px;
	}
	.more-info .car-details-table {
		width:100%;
	}
	.more-info .car-details-table th {
		width: 45%;
		border-right: 1px #e7e8e9 solid;
	}
	.more-info .car-details-table tr td, .more-info .car-details-table tr th {
		padding:5px;
	}
	.more-info .car-details-table tr:nth-child(odd) td, .car-details-table tr:nth-child(odd) th, .default-table tr:nth-child(odd) td {
		background-color: #fff;
	}


	
.slider-headline{
	text-shadow:#ffffff 2px 2px 5px;
}


.title-area {
	position:relative;
	display:block;
}
.title-area img{
	position:relative;
	z-index:0;
}
.title-area span{
	position:absolute;
	bottom:15px;
	left:0;
	width:100%;
	z-index:1;
	display:block;
	text-align:center;
	color:#fff;
	font-size:20px;
	text-shadow:#000000 2px 2px 5px;
}
.title-area.zoome img {
        -webkit-transition: all 0.3s ease;
        -moz-transition:    all 0.3s ease;
        -o-transition:      all 0.3s ease;
        -ms-transition:     all 0.3s ease;
        transition:         all 0.3s ease;	
}

.title-area.zoome img:hover {
		 -moz-transform: scale(1.05);
		 -webkit-transform: scale(1.05);
		 transform: scale(1.05);
}


.toggleview{
	position:absolute;
	bottom:-15px;
	left:50%;
	margin-left:-80px;
}

.watermark{
	background-image:url(/img/watermark.png);
	background-position:95% 95%;
	background-repeat:no-repeat;
}

@media(max-width:767px) {
	.eq-height .well{
		min-height:0 !important;
	}
}



.cnt-table{
	width:100% !important;
	border:1px #cce4d9 solid;
}


.cnt-table th, .cnt-table td{
	padding:5px;
}

.cnt-table th{
	text-align:left;
	background:#cce4d9;
}

.cnt-table th.head{
	padding:10px;
	text-align:center;
}


.cnt-table tr.footer{
	font-weight:bold;
	background:#fff;
	border-top:2px #cce4d9 solid;
}


.cnt-table2{
	width:100% !important;
	border:1px #cce4d9 solid;
}
.cnt-table2 th, .cnt-table2 td{
	padding:5px;
}

.cnt-table2 th{
	text-align:center;
	background:#cce4d9;
}
.cnt-table2 th h3{
	padding:0;
	text-shadow:none;
}

.toggle td, .cnt-table2 tr:nth-child(odd) td{
	background:#fff !important;
}

.t-img{

	margin:0 15px 40px 0;

}

