/* CSS Document */



/* Large Devices, Wide Screens */
   /* @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
  /*  @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
  /*  @media only screen and (max-width : 768px) {

    }

    /* Extra Small Devices, Phones */ 
   /* @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
   /* @media only screen and (max-width : 320px) {
        
    } */
	


/* HEADERS */

header .intro-text .intro-lead-in, header .intro-text .intro-heading {}

h2, h3 {color:#555555;}

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/header-bg2.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* SECTION */

section
{
  padding-top: 120px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
}


@media(min-width:320px) {
  .logocontainer { margin:0 0 0 10px; width:225px; padding-top:10px}
	  
  .logo {
	  width:225px;
	 
  }
  .vitalsLeft{text-align:center; margin:5px 0;}
.vitalsCenter{text-align:center; margin:5px 0;}
.vitalsRight{text-align:center; margin:5px 0;}
  section
{
  padding-top: 75px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
}
}


@media(min-width:480px) {
  .logocontainer { margin:0 auto; width:300px; padding-top:5px;}
	  
  .logo {
	  width:300px;}
	  
.vitalsLeft{text-align:center; margin:5px 0;}
.vitalsCenter{text-align:center; margin:5px 0;}
.vitalsRight{text-align:center; margin:5px 0;}
{
  padding-top: 75px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
}
  
}
@media(min-width:768px) {
    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
	
	.navbar-nav {padding-top:10px;}
	
	
	.nav > li > a {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-left: 12px;
}

.logocontainer { margin:0 auto; width:300px;}
	  
  .logo {
	  width:300px;
	
}

.vitalsLeft{text-align:right;}
.vitalsCenter{text-align:center;}
.vitalsRight{text-align:left;}

section
{
  padding-top: 120px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
}


}


@media(min-width:992px) {
  .logocontainer { margin:0 auto; width:400px;}
	  
  .logo {
	  width:400px;
	 
  }

.vitalsLeft{text-align:right;}
.vitalsCenter{text-align:center;}
.vitalsRight{text-align:left;}
  
  
  section
{
  padding-top: 120px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
}

}


/* SECTION */



section h3.section-subheading
{
  margin-bottom: 25px;
  text-transform: none;
  font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}


/*  LINKS */

a {
    color: #00c0ed;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #00c0ed;
}
	

/* Line 29 */
a, a:hover, a:focus, a:active, a.active
{
  outline-width: 0px;
  outline-style: none;
}



/* Line 29 */
a, a:hover, a:focus, a:active, a.active
{
  outline-width: 0px;
  outline-style: none;
}

/* Line 29 */
a, a:hover, a:focus, a:active, a.active
{
  outline-width: 0px;
  outline-style: none;
}




/*  NAVIGATION */

.navbar-default .navbar-toggle {
    border-color: #00c0ed;
    background-color: #00c0ed;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #0b81a8;
}


/* Line 207 */
.navbar-default .nav li a
{
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff;
}

/* Line 221 */
.navbar-default .navbar-nav > .active > a
{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #ffffff;
  background-color: #00c0ed;
}

/* Line 250 */
.navbar-default .navbar-nav > .active > a
{
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}



/* Line 215 */
.navbar-default .nav li a:hover, .navbar-default .nav li a:focus
{
  outline-width: 0px;
  outline-style: none;
  color: #00c0ed;
}


.navbar-default .nav li a:hover, .navbar-default .nav li a:focus
{
  outline-width: 0px;
  outline-style: none;
  color: #ffffff;
}


/* Line 227 */
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
{
  color: #ffffff;
  background-color: #00c0ed;
}

.navbar-default .nav li a:hover {
	color: #00c0ed;}
	
	
/* BUTTON */

.btn-xl {
    padding: 20px 40px;
    border-color: #0b81a8;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #00c0ed;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #0b81a8;
    color: #fff;
    background-color: #0b81a8;
}

section h2.section-heading {color:#00c0ed}

/* FONT AWESOME */
.text-primary {
    color: #00c0ed;
}


/* SERVICES */

.service-heading {color:#555555;}




/* BUTTON */


.disabled {
 color: #ffffff;
  background-color: #00c0ed;
  border-color: #00c0ed;
  margin-right:10px;
  margin-top:10px;
 }

.disabled.active, .disabled.focus, .disabled:active, .disabled:focus, .disabled:hover, .open > .dropdown-toggle.disabled
{
  color: #ffffff;
  background-color: #00c0ed;
  border-top-color: #0b81a8;
  border-right-color-value: #0b81a8;
  border-bottom-color: #0b81a8;
  border-left-color-value: #0b81a8;
}

/* MAP */
section#contact {
    background-color: #4d4d4d;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
}

.navbar-default.navbar-shrink
{
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  background-color: #2c2c2c;
}

/* FORM */

section#contact .form-control:focus {
    border-color: #00c0ed;
    box-shadow: none;
}

/* SOCIAL */

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #00c0ed;
}

section#contact h2.section-heading

{
  color: #ffffff;
  margin-bottom:0;
}



section#contact h3.section-subheading {color:#CCC; margin-bottom:5px; margin-top:15px;}

.grayIcon{color:#CCCCCC;}

footer span.copyright
{
  text-transform: none;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 12px;
  
}

footer div.copyrightmargin
{
  margin-bottom:15px;
  
}