/* Palette 
http://coolors.co/app/f46036-ffffff-414170-ffffff-ffffff
*/
body{
  font-family:  "Ubuntu", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body{
color: #fcfcfc;
background-color: black;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Arvo', Georgia, Times, serif;
  color:#595959;
  text-align:center;
}

h1 {
  color:#db0000;
  text-align:left;
}

.container{
background-color:#060606;
padding-bottom:24px;
}


/* Navbar */
.navbar{
  background-color: #7F0030;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  border-bottom: #CB5B13 2px solid;
}
.navbar-header, .navbar-nav > li > a{
height:70px;
}
.navbar-nav > li > a{
padding-left:10px;
padding-right:10px;
}
.navbar-inverse .navbar-nav > li > a:hover{
  color: #e61d30;
}
/* Navbar */
.navbar-brand{
  font-family: "Open Sans", sans-serif;
}
.section_header{
  color: #789dc3;
}
.location_page_location{
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #e61d30;
  #color: #999;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #e61d30;
}
.navbar-inverse .navbar-toggle {
    float:left; 
	margin-left:13px;
    background-color: #231f20;
}
.navbar-mini {
  font-size:24px;
  padding:0px;
  padding-top:12px;
  width:36px;
  text-align:center;
  margin-right:8px;
}
.jumbotron{
  color: #fff;
}
.btn-primary {
    color: #FFF;
    background-color: #999;
    border-color: #777;
} 
.btn-primary:hover{
    background-color: #789DC3;
    border-color: #2E6DA4;
}

form .btn-primary {
    color: #FFF;
    background-color: #789DC3;
    border-color: #777;
} 
form  .btn-primary:hover{
    background-color: #46709C;
    border-color: #686868;
}
.footer_text{
padding-top: 12px;
}
.footer a,.footer a:visited,.footer a:hover,.footer{
  font-family: "Open Sans", sans-serif;
  color:#822b2b;
}
.profile_name{
  color: #c96555;
}
.preview-img {
padding-top:24px;
padding-left:12px;
padding-right:12px;
}



.required_input{
  color: #E61D30;
  font-weight: bold;
}

@media only screen and (min-width : 768px) {
/* --------------------------------------------------------------------------------------
+
+ FORMS
+
-------------------------------------------------------------------------------------- */
input[type="text"], textarea {
  vertical-align: middle;
  border: 2px solid #f1f1f5;
  color: #585864;
  background-color: #fff;
  padding: 0 22px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: none;
  width: 100%;
}
input[type="text"]:hover, input[type="text"]:focus, textarea:hover, textarea:focus {
  background-color: #f1f1f5;
  border: 2px solid #00a2e3;
}
input[type="text"]:invalid, textarea:invalid {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* fixes mozilla red outline (shadow) */
}
input[type="text"].error, textarea.error {
  background-color: #f1f1f5;
  border: 2px solid #00a2e3;
  color: #585864;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  padding: 5px 10px;
  line-height: 1.5;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #f1f1f5;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

.veterinary input[type="text"]:hover, .veterinary input[type="text"].error, .veterinary textarea.error, .veterinary input[type="text"]:focus, .veterinary textarea:hover, .veterinary textarea:focus {
  border: 2px solid #3fb094;
}

.dental input[type="text"]:hover, .dental input[type="text"].error, .dental textarea.error, .dental input[type="text"]:focus, .dental textarea:hover, .dental textarea:focus {
  border: 2px solid #4460a7;
}

.pharm input[type="text"]:hover, .pharm input[type="text"].error, .pharm textarea.error,.pharm input[type="text"]:focus, .pharm textarea:hover, .pharm textarea:focus {
  border: 2px solid #00a1b2;
}
}
.phone-small-location{
  margin-top:16px;
  margin-bottom:32px;
}
.phone-small-location-info{
  padding-left: 15px;
  margin-right: 15px;
  margin-top: 4px;
}
.phone-small-address{
  margin-top:1px;
  font-size:16px;
  line-height:19px;
}

.phone-small-call-now a{
 text-decoration: none !important;
}
.phone-small-call-now a:hover{
 text-decoration: none !important;
 background-color:#789DC3;
 color:#fff;
 border-color:#789DC3;
}
.phone-small-location-header{
  margin-top:5px;
  margin-bottom:5px;
  font-weight: bold;
}

.phone-small-map-link{
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-style: solid;
border-left-width: 1px;
border-right-style: solid;
border-right-width: 1px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-top-style: solid;
border-top-width: 1px;
box-sizing: border-box;
cursor: auto;
display: inline;
font-family: 'Helvetica Neue', Helvetica-, Arial, sans-serif;
font-size: 16px;
height: auto;
line-height: 19.999979019165px;
margin-top: 10px;
padding-bottom: 5px;
padding-left: 12px;
padding-right: 12px;
padding-top: 5px;
text-decoration: none;
width: auto;


}

.phone-small-get-directions{
 margin-top:16px;
 text-decoration: none !important;
}
.phone-small-get-directions a{
 text-decoration: none !important;
}
.phone-small-get-directions a:hover{
 text-decoration: none !important;
 background-color:#789DC3;
 color:#fff;
 border-color:#789DC3;
}
.phone-small-phone-container{
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-style: solid;
border-left-width: 1px;
border-right-style: solid;
border-right-width: 1px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-top-style: solid;
border-top-width: 1px;
cursor: auto;
float: left;
font-family: 'Helvetica Neue', Helvetica-, Arial, sans-serif;
font-size: 30px;
height: 59px;
line-height: 42.8570976257324px;
padding-bottom: 5px;
padding-left: 0px;
padding-right: 0px;
padding-top: 10px;
text-align: center;
text-decoration: none;
width: 60px;
margin-right: 14px;
margin-top: 4px;
}
.phone-small-location-buttons{
 margin-top:0px;
}

.phone-small-phone-info{

padding:0px;
}


.feature
{
	border-top: 4px solid #4e4f5b;
}


.feature span
{
	width: 440px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

.feature h1
{
	color: #FFBE00;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	font-size: 1.3em;
}

.feature img
{
	float: right;
	display: inline;
}

.right-freature img
{
	float: left;
}

.right-freature span
{
	float: right; 
}
.wrapper{
margin: 0px auto;
}
.content
{
	width: 100%;
	font-size: 1.2em;
	color: #757890;
	line-height: 1.6em;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #141521;
	float: left;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);

	background-image: url("../images/lv-pattern-bg-web.png");
    background-repeat: repeat-both;
    text-shadow: 1px 1px 2px #000000;

}


.center-image{
max-width: 100%;
margin: 0 auto;
}
.section-hero{
padding:24px;
}

.section-hero-xs{
padding:12px;
padding-top:24px;
padding-bottom:24px;
}

.section-one{
background-color: #15002A;
font-size: 28px;
line-height: 34px;
color: #fff;
text-align:center;
}
.section-one p{

margin:0px;
}
.cutting-edge-gunship{
font-size: 34px;
line-height: 41px;
color: #FEAC00;
}

a, a:focus, a:hover {
  color: #db0000;
}

a:visited{
  color: #822b2b;
}
.btn-default{
  background-color:#3b3b3b;
  border-color:#3b3b3b;
  color:#fcfcfc;
}
.btn-default:hover{
  background-color:#822b2b;
  border-color:#822b2b;
  color:#dcdcdc;
}