					body {
							//font-family: 'Helvetica', Arial, sans-serif;
							font-family:"Lato",sans-serif !important;
							font: 1em / 1.5 "Lato", sans-serif;
							font-size: 16px;
							line-height: 20px;
							color: #444;
							
						}
						
					a   {
						font-size:16px !important;
						 
					}
					
					input {
						margin-top:4px;
					}
					
					input::placeholder {
					  color: #444 !important;
					  opacity: 0.8;
					}
										
					.alert a {
						color: #12326e;
						-webkit-transition: color .3s;
						-o-transition: color .3s;
						transition: color .3s;
						font-weight:700;
					}
					
					.alert  a:hover, a:focus, a:active {
						color: #0071b9;
					}
					
					.panel-body a {
						color: #12326e;
						-webkit-transition: color .3s;
						-o-transition: color .3s;
						transition: color .3s;
						font-weight:700;
					}
					
					.panel-body  a:hover, a:focus, a:active {
						color: #0071b9;
					}
					
					.wellFilterBreadcrumb a {
						color: #12326e;
						-webkit-transition: color .3s;
						-o-transition: color .3s;
						transition: color .3s;
						font-weight:700;
					}
					
					.wellFilterBreadcrumb  a:hover, a:focus, a:active {
						color: #0071b9;
					}
					
					li a[href] {
						font-weight:500;
					}
					
					li a[href]:hover, a[href]:active {
						/*color:#4b4a4a;*/
						color:#0071b9;
					}
					
					.list_item a {
						color: #4b4a4a; 
					}
										
					.cotnent {
						margin: 120px 0px 0px 0px;
					}
						
						
					/****nav****/
					
					.navbar-nav {
					 	padding-top:6px !important;
					 }
					 
					 .navcont {
						margin:bottom:50px;
					}
					
					.navbar-header {
						margin-right: 6px;
					}
					

					.navbar-default .nav > li > a, .nav > li > a {
						border: 1px solid transparent;
					}
					
					
					

					.navbar-default .nav > li > a:hover, .nav > li > a:focus, .nav > li > a:target {	 
						color: white;
						border:1px solid white;
						background-color:black;
					}
					

					.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
						color: white;
						border:1px solid white;
						background-color:black;
						
					}
					
					
					.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
						color: white;
						background-color: black;
					}
					 
					 
					 /****mobile****/
						

						@media screen and (max-width: 759px) {
							.mobile-hidden {
								display:none
							}
							.mlogo {
								display:none;
							}
					
						}

						@media screen and (min-width: 760px) {
							.desktop-hidden {
								display:none
							}
						}

						@media screen and (min-width: 600px) {
							.tablet-hidden {
								display:none
							}
						}

                   
					
					/****footer****/
					
					#socials li
					{
					  display: inline;
					  list-style-type: none;
					  padding-right: 0px !important;
					  float: right;
					}
					footer {
						margin: 0px 0px 40px 0px;
						position: fixed;
						}
						
					#socials li
					{
					  display: inline;
					  list-style-type: none;
					  padding-right: 70px;
					  padding-top:20px;
					  float: right;
					}
					
				
						
										

					/****alerts****/
					
					.alert {
						border-radius: 0 !important;
						margin-bottom: 20px;
						/*border: 1px solid transparent;*/
						line-height: 20px;
						background: transparent;
						/*padding: 40px;*/
						color: #000;
						/*border-left: 6px solid #222022;*/
						border: 1px solid #afb6bd;
					}
					
					.alert-info {
							/*border-left: 6px solid #0089C6 !important;*/
							color: #25303B;
							background-color: #e3e6e5;
							    
						}
						
						.alert-success::before, .icon-alert-success {
							background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20d%3D%22M24%2C5a19%2C19%2C0%2C1%2C0%2C.1%2C0H24Zm0%2C35.87a17%2C17%2C0%2C1%2C1%2C17-17A17%2C17%2C0%2C0%2C1%2C24%2C40.87Zm-2.85-8.5a1%2C1%2C0%2C0%2C1-.71-0.29l-7-7a1%2C1%2C0%2C0%2C1%2C1.41-1.41l6.3%2C6.3%2C12-12a1%2C1%2C0%2C0%2C1%2C1.41%2C1.41L21.85%2C32.07A1%2C1%2C0%2C0%2C1%2C21.15%2C32.37Z%22%20fill%3D%22%231d1d1b%22%2F%3E%3C%2Fsvg%3E');
							background-repeat: no-repeat;
						}
						
						.alert-success {
							background-color: #d9faca;
							border-color: #9fcf8a;
						}
						
					.alert {
							position: relative;
							/*padding: .75rem 1.25rem;*/
							margin-bottom: 1rem;
							/*border: 1px solid transparent;*/
							border-radius: .25rem;
						}
						
						.alert::before {
							background-size: contain;
							display: block;
							float: none;
							height: 3.375rem;
							left: .75rem;
							margin: 1rem 0;
							position: absolute;
							top: -2px;
							width: 3.375rem;
						}
					
					.btn-primary{
					    /*background-color: #e22a1b;*/
						background-color: A92014;
						border-color: #e22a1b;
						color: #fff;
						font-family:"Lato",sans-serif !important;
					}
					
					.btn-primary:hover{
						background-color: #fff;
						border-color: #b90e00;
						color: #b90e00;
						-webkit-transition: color .3s;
						-o-transition: color .3s;
						transition: color .3s;
					}
					
					
					A.btn-primary:hover, A.btn-primary:focus, A.btn-primary:active {
						background-color: #fff;
						border-color: #b90e00;
						color: #b90e00;
						-webkit-transition: color .3s;
						-o-transition: color .3s;
						transition: color .3s;
					}
					
					.btn-info{
					    background-color: #eaeaea;
						border: 1px solid #25303b;
						color: #25303b !important;
						font-family:"Lato",sans-serif !important;
					}
					
					.btn-info:hover{
					    background-color: #fff;
						border: 1px solid #12326e;
						color: #25303b !important;
						font-family:"Lato",sans-serif !important;
					}
					
					.btn-warning{
					    background-color: #eaeaea;
						border: 1px solid #25303b;
						color: #25303b !important;
						font-family:"Lato",sans-serif !important;
					}
					
					.btn-warning:hover{
					    background-color: #fff;
						border: 1px solid #12326e;
						color: #25303b !important;
						font-family:"Lato",sans-serif !important;
					}
					
					.btn {
						margin-right: 3px;
						margin-bottom: 3px;
					}
					
					.wellFilterBreadcrumb {
						background-color: #fff;
						border: 1px solid #12326e;
						color: #25303b !important;
					}