/* CSS Document */
/* Navigation Styles    */
/* Headers */
/**/
/* Body */
/* Buttons */
/* Slider */
/* LINKS */
/*----FONTS----*/
/*@import url('/css/Fonts/Myriad-Pro.css');

@import url('/css/Fonts/Brandon-Grotesque.css');

@import url('/css/Fonts/Libre-Baskerville.css');

@import url('https://fonts.googleapis.com/css?family=Vast+Shadow');*/
/*@import url('/css/Fonts/Nexa.css');

@import url('/css/Fonts/Proxima-Nova.css');*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300i,300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300i,300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i");
@import url("/plugins/font-awesome5-pro/web-fonts-with-css/css/fontawesome-all.min.css");
@import url("/plugins/pushMenu/css/jPushMenu.css");
@font-face {
  font-family: Bebas;
  font-weight: 700;
  src: url("/Fonts/Bebas/BebasNeue-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Lulo";
  src: url("/Fonts/Lulo/lulo.woff2") format("woff2");
}

@font-face {
  font-family: "Avenir";
  src: url("/Fonts/Avenir/avenir.woff2") format("woff2");
}

/*@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');

/*@import url('https://fonts.googleapis.com/css?family=Proxima+Nova:400,600,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700,900');

@import url('https://fonts.googleapis.com/css?family=Oswald');
*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800');

@import url('https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic');

@import url('https://fonts.googleapis.com/css?family=Rubik');

@import url('https://fonts.googleapis.com/css?family=Economica:400,700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Lora:400,400i');

@import url('https://fonts.googleapis.com/css?family=Bitter:400,700');*/
/*-------------*/
/* Navigational CSS */
#notifyNav ul a {
  padding: 12px 12px 12px;
}

.z-depth-nav {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
}

nav {
  position: relative;
  box-shadow: none;
}

nav.nav-center ul li {
  display: inline;
  float: none;
}

nav.nav-center ul li a {
  display: inline-block;
}

.dropdown-toggle::after {
  border: 0 !important;
}

.nav-menu-item {
  letter-spacing: 1px;
  font-weight: 700;
  color: #222;
}

nav ul a {
  font-family: "Lulo";
  letter-spacing: 1px;
  font-weight: 400;
  /*text-transform: uppercase;*/
  color: #fff;
  padding: 12px 12px 12px;
}

.dropdown ul a {
  padding: 8px 20px;
  color: #222;
  text-transform: none;
}

a > i.icon {
  font-weight: 400;
  font-size: 1.2rem !important;
  color: #fff;
}

nav a > i {
  color: #bbb;
  font-size: 1.3rem;
}

nav a > i:hover {
  color: #000;
}

nav ul a:hover, nav ul a:focus {
  color: #000;
}

nav ul > li > a:hover {
  /*background-color:#330000;*/
  color: #fff;
}

.nav-menu-item:hover {
  color: #000;
  transition: background .2s ease-in-out, color .15s ease-in-out;
}

nav ul > li:hover > a {
  /*background-color: #dddddd;*/
  color: #fff;
  transition: background .2s ease-in-out, color .15s ease-in-out;
}

nav ul.right > li:hover > a {
  /*border-bottom: 5px solid #CFAF7A;*/
}

nav ul.right > li > a {
  /*border-bottom: 5px solid rgba(255,255,255,0);*/
}

.dropdown-menu > li:hover > a {
  color: #000;
  /*background-color: #2068b3;*/
}

nav .button-collapse {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px !important;
  margin: 0 18px;
}

@media (min-width: 0px) {
  nav {
    z-index: none;
  }
  .slider-fixed-item {
    position: absolute;
    visibility: hidden;
    width: 0;
  }
  #navbar {
    position: relative;
  }
}

@media (min-width: 992px) {
  nav {
    z-index: 999;
  }
  nav ul a {
    font-size: 1.3rem;
  }
  #navbar {
    position: fixed;
  }
}

@media (min-width: 1200px) {
  .slider-fixed-item {
    position: relative;
    visibility: visible;
    width: 75%;
  }
  nav ul a {
    font-size: 1rem;
  }
}

.nav-tabs > li > a {
  border: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: transparent;
  border: 0;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:visited, .nav-tabs > li > a:focus {
  background-color: transparent;
  border: 0 !important;
  padding: 10px 15px;
}

.nav-tabs > li > a:hover > h1 {
  color: #232c55;
  -webkit-transition: all 0.25s ease-in-out;
}

.nav-tabs > li > a > h1 {
  color: #efc44d;
  -webkit-transition: all 0.25s ease-in-out;
}

.nav-tabs > li.active > a > h1 {
  color: #232c55;
}

.navbar {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
}

.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*text-transform: lowercase;*/
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: black;
}

.navbar-custom .navbar-toggle {
  color: white;
  /*background-color: rgba(255, 255, 255, 0.2);*/
  font-size: 12px;
}

.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}

.navbar-custom .navbar-brand {
  font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
  outline: none;
}

.navbar-custom a {
  color: white !important;
}

.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  padding-top: 28px;
  padding-bottom: 28px;
  font-family: 'Montserrat';
  font-weight: 300;
  padding-left: 20px;
  padding-right: 20px;
  /*text-transform:uppercase;*/
  font-size: 22px;
}

.navbar-custom .nav li a:hover {
  /*color: rgba(255, 255, 255, 0.8);*/
  outline: none;
  background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}

.navbar-custom .nav li.active {
  outline: none;
}

.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}

.navbar-custom .nav li.active a:hover {
  color: white;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
}

.nav > li {
  padding-right: 0px;
}

@media (min-width: 0px) {
  .navbar-custom .nav li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .logo-img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-custom .nav li a {
    text-align: center;
  }
  .navbar-collapse {
    /*background-color: rgba(0, 0, 0, 0.85);*/
    text-align: right;
  }
  .nav > li > a:hover {
    color: #e9a839 !important;
    border-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-custom {
    padding: 10px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    /*background: black;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .navbar-collapse {
    background-color: transparent;
  }
  .navbar-custom .nav li a {
    text-align: left;
  }
  .navbar-custom .nav li a {
    padding-top: 35px;
    padding-bottom: 15px;
  }
  .logo-img {
    width: 75%;
  }
  .nav > li > a:hover {
    /*color:#efc44d!important;
		border-bottom: 8px solid #f0e76b;*/
  }
}

@media (min-width: 992px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
  .nav-tabs > li.active:before {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #ffffff;
    border-radius: 4px;
    transform: translateX(-50%);
    position: absolute;
    z-index: 0;
    content: '';
    top: -2px;
    left: -5%;
    height: 0;
    width: 0;
  }
}

.nav-top {
  height: 75px !important;
  background-image: url(/Graphics/SouthernCattle_HeaderTop.jpg);
  background-size: cover;
}

nav ul.nav-list {
  text-align: center;
}

nav ul.nav-list li {
  display: inline;
  float: none;
}

nav ul.nav-list li a {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.side-nav .dropdown-menu {
  background-color: #fff !important;
}

.side-nav ul.dropdown-menu > li {
  margin-left: 10px;
}

.side-nav li > a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  /* line-height: 35px; */
  padding: 0 32px;
  font-family: 'Open Sans';
}

.side-nav .dropdown ul {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  float: none;
  text-align: left;
  height: 0;
  padding: 0;
}

.side-nav .open ul {
  display: block;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
}

ul.side-nav .collapsible-header.dropdown:after {
  font-family: 'Material Icons';
  content: "keyboard_arrow_right";
  color: #9e9e9e;
  font-size: 18px;
  position: absolute;
  right: 16px;
}

.open ul {
  display: block;
  visibility: visible !important;
  opacity: 1 !important;
}

.dropdown-menu > li {
  display: block !important;
  line-height: 1.8;
  /*border-bottom: 1px solid #dddddd;*/
  width: 100%;
  white-space: nowrap;
}

.dropdown-menu > li:last-child {
  border-bottom: 0px;
}

.dropdown ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  background-color: #fff !important;
  /* bottom: 0; */
  margin-top: 0px;
  padding: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density  
	box-shadow: inset 0 30px 30px -20px rgba(0,0,0,0.3); */
  border-top: 0;
  border: 0;
  min-width: 250px;
}

@media (min-width: 992px) {
  .dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: 200ms ease;
    -moz-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
  }
}

.dropdown-menu {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1000;
  display: block;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  /* border: 1px solid rgba(0,0,0,.15); */
  border-radius: 0;
  /* bottom: 0px; */
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}

@media (min-width: 992px) {
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}

.pin-top .on-pin, .pinned .off-pin {
  position: absolute;
  visibility: hidden;
  /*left:999px;*/
  overflow: hidden;
}

/*--------Header---------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 5px 0 5px;
  /*text-transform: uppercase;*/
  font-family: "Lulo";
  letter-spacing: 0px;
  font-weight: 600;
  color: #111;
  text-shadow: none;
}

.h1, h1 {
  font-size: 2rem;
  font-family: "Lulo";
  /*transform: scaleY(1.5);*/
  font-weight: 600;
}

.h2, h2 {
  font-size: 2rem;
  font-family: "Lulo";
}

h6 {
  color: #111;
  font-family: "Lulo";
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 1.5rem;
}

.parallax h2 {
  font-size: 35px !important;
}

@media (min-width: 998px) {
  .parallax h2 {
    font-size: 50px !important;
  }
  .hero-tag {
    font-size: 35px;
  }
  .h1, h1 {
    font-size: 3rem;
  }
  .h2, h2 {
    font-size: 2.5rem;
  }
}

body {
  position: relative;
  z-index: -1;
}

body > * {
  position: relative;
  z-index: -2;
}

body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

body {
  width: 100%;
  height: 100%;
  font-family: "Open Sans";
  color: #444444;
  background-color: #fff;
}

text {
  font-size: 8px !important;
  pointer-events: none;
  color: #fff;
}

html {
  width: 100%;
  height: 100%;
}

input.custom {
  box-shadow: none !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  background: #f7f7f7 !important;
  padding: 0px 10px !important;
  height: 57px !important;
}

p {
  margin: 0 0 5px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: "Avenir";
  font-weight: 400;
  text-shadow: none;
  color: #333;
}

p.footer-links a {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: 'PlayFair Display';
  color: #1C5C85 !important;
  padding: 0px 15px;
}

@media (min-width: 768px) {
  p {
    margin: 0 0 5px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.no-gutter > [class*='col-'] {
  padding-right: 0px;
  padding-left: 0px;
}

/*-------------------*/
hr {
  margin-top: 1rem;
  margin-bottom: 1.8rem;
  border: 0;
  border-top: 1px solid #ddd;
  display: inline-block;
  width: 100%;
}

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v29/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format("woff2");
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.menu-index {
  position: relative;
  z-index: initial;
}

.index {
  z-index: 5;
  position: relative;
}

label {
  font-size: 0.8rem;
  color: #9e9e9e;
  font-family: 'Montserrat';
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  .tap-target, .tap-target-wrapper {
    width: 600px;
    height: 600px;
  }
}

.parallax-container {
  height: 70%;
}

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
  z-index: -2;
}

.subpage {
  height: 30%;
  width: 100%;
  min-height: 200px;
}

#wrapper {
  height: auto;
}

.jumbotron {
  position: relative;
  z-index: -101;
}

#video-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  width: 100%;
}

.back-to-top {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  line-height: 1.85;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: #fff !important;
  background: transparent !important;
  border: 1px solid #fff !important;
  text-align: center;
  font-size: 24px;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.item {
  margin-bottom: 15px;
}

.caption {
  padding-bottom: 9px;
  padding-top: 9px;
}

.collapsible-map .collapsible-header {
  background-color: #fff;
  border-bottom: 0px solid #ddd;
  -webkit-box-shadow: inset 0 20px 20px -10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 20px 20px -10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 20px 20px -10px rgba(0, 0, 0, 0.05);
}

.collapsible-body {
  background-color: #fff;
  border-bottom: 0px solid #bcbabb;
}

footer p {
  font-size: 14px;
  text-align: left;
}

footer {
  padding: 50px 0;
}

footer p {
  margin: 0;
}

.footer-col > h4 {
  text-align: left;
}

.footer-col p {
  color: #fff;
  font-size: 2rem;
}

.footer-nav {
  color: #fff;
  font-size: 2rem;
}

.footer-nav:hover {
  color: #fff;
  font-size: 2rem;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

/* Floating Buttons */
.btn-floating, .btn-floating:hover {
  background-color: #db4749;
}

/* ----------------- */
@media (max-width: 1260px) {
  .btn-group {
    margin-left: 23% !important;
  }
}

/*---------BUTTONS----------*/
.btn:focus, .btn-large:focus, .btn-floating:focus {
  background-color: rgba(46, 139, 217, 0.8);
  color: #fff;
}

.btn-large {
  height: auto;
}

a.btn-large, input.btn-large {
  color: #fff;
  padding: 0.25rem 3rem;
}

.btn-large {
  font-family: "Avenir";
  text-transform: uppercase;
  font-weight: 400;
  /*letter-spacing: 2px;*/
  padding: 0.25rem 3rem;
  background-color: rgba(46, 139, 217, 0.8);
  font-size: 1rem;
  display: inline-table;
  border-radius: 0px;
}

.btn-alt {
  background: transparent !important;
  border: 1px solid #fff;
}

.btn-alt:hover {
  color: #000 !important;
  background: white !important;
  border: 1px solid #000;
}

.btn-large:hover {
  background-color: rgba(46, 139, 217, 0.8);
  color: #fff;
}

.center-btn-slider {
  background-color: transparent;
  color: #fff;
  border: 3px solid #fff;
}

.center-btn-slider:hover {
  background-color: #fff;
  color: #000 !important;
  border: 3px solid #fff;
}

.btn-opt2 {
  background-color: #b32025;
}

.btn-opt2:hover {
  background-color: #bf2125;
  color: #fff;
}

.btn-hero {
  background-color: white;
  color: #133b6c;
  margin-bottom: 0px;
}

@media (min-width: 998px) {
  .btn-hero {
    background-color: white;
    color: #133b6c;
    margin-bottom: -50px;
  }
}

.btn-hero:hover {
  background-color: #133b6c;
  color: white;
}

/*-------------------*/
/* Circle Button */
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

/*---------------*/
.btn-social-icon {
  height: 40px;
  width: auto;
  line-height: 1.3;
  border-radius: 4px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.btn-social-icon > i {
  height: auto !important;
  line-height: 0 !important;
}

.btn {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}

.btn-default {
  color: #fff;
  background-color: #1fc3f0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  border: 1px solid #1fc3f0;
}

.btn-default:hover,
.btn-default:focus, .btn-default:active {
  border: 1px solid #20caf9;
  outline: none;
  color: #fff;
  background-color: #20caf9;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  border: 1px solid #20caf9 !important;
  outline: none;
  color: #fff;
  background-color: #20caf9 !important;
}

.btn-subscribe {
  color: #fff;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 1px solid #fff;
}

.btn-subscribe:hover,
.btn-subscribe:focus, .btn-subscribe:active {
  border: 1px solid #fff;
  outline: none;
  color: #fff;
  background-color: transparent;
}

.btn-subscribe.active.focus, .btn-subscribe.active:focus, .btn-subscribe.active:hover, .btn-subscribe:active.focus, .btn-subscribe:active:focus, .btn-subscribe:active:hover, .open > .dropdown-toggle.btn-subscribe.focus, .open > .dropdown-toggle.btn-subscribe:focus, .open > .dropdown-toggle.btn-subscribe:hover {
  border: 1px solid #fff !important;
  outline: none;
  color: #fff;
  background-color: transparent;
}

.btn-subscribe {
  color: #fff !important;
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: none;
}

.btn-default {
  color: #fff !important;
  width: 100%;
  height: auto;
  border-radius: 2px;
  box-shadow: none;
  background-color: #1fc3f0;
  text-transform: none;
}

.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  /* border: 2px solid white; */
  border-radius: 1px;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  margin-bottom: 10px;
}

.btn-submit, .btn-submit:visited {
  font-family: 'Roboto Condensed';
  font-weight: 300;
  background-color: #232c55;
  border: 0;
  border-radius: 0px;
  text-transform: none;
  color: #ffffff;
}

.btn-submit:hover, .btn-submit:active, .btn-submit:focus {
  background-color: #efc44d;
  color: #ffffff;
}

.blog-btn {
  background-color: #1792a3;
  border: 0;
  text-transform: lowercase;
  font-weight: normal;
  font-family: 'Open Sans';
  border-radius: 4px;
  padding: 15px;
}

.blog-btn:hover, .blog-btn:active, .blog-btn:focus {
  background-color: #3d3a50;
}

.btn-1 {
  background-color: transparent;
  color: white;
  border: 1px solid #fff;
}

.btn-1:hover {
  background-color: #F4C034;
  border-color: #F4C034;
}

/* CSS Document */
/* ----Custom ----*/
.demo-section {
  margin: 0 auto 4.5em;
  padding: 15px;
  /*border: 1px solid rgba(20,53,80,0.07);*/
  margin-bottom: 20px;
  box-shadow: none;
  /*min-height: 420px;*/
  border-radius: 4px;
  transition: all .2s ease-in-out;
}

.demo-section.item.featured {
  min-height: 340px;
}

.demo-section:hover {
  /*box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);

	background-color: #eeefef;

	transition: all .2s ease-in-out;*/
}

.demo-section.calendar {
  margin: 0 auto 4.5em;
  padding: 15px;
  /*border: 1px solid rgba(20,53,80,0.07);*/
  margin-bottom: 20px;
  box-shadow: none;
  border-radius: 4px;
}

.demo-section.calendar:hover {
  box-shadow: none;
  background-color: transparent;
}

.k-subscribe::placeholder {
  color: #bbbbbb;
}

.km-widget.km-scroll-wrapper {
  background: transparent;
}

textarea.k-textbox::placeholder {
  color: #bbbbbb;
}

.k-block, .k-button, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-toolbar, .k-treemap-tile, html .km-pane-wrapper .k-header {
  background-color: #1fc3f0;
}

.k-calendar td.k-state-focused, .k-calendar td.k-state-selected.k-state-focused {
  -webkit-box-shadow: inset 0 0 0 1px grey;
  box-shadow: none;
}

.k-calendar .k-today {
  background-color: #1fc3f0;
}

.k-calendar .k-footer .k-nav-today {
  color: #1fc3f0;
}

.k-calendar td.k-state-selected {
  background-color: #1cafd8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-calendar .k-header .k-state-hover {
  background-color: #1cafd8;
}

.k-calendar .k-today.k-state-hover {
  background-color: #1cafd8;
}

.k-calendar .k-header .k-link {
  color: #fff;
  font-family: 'Montserrat';
}

.dropdown-header {
  border-width: 0 0 1px 0;
  text-transform: uppercase;
}

.dropdown-header > span {
  display: inline-block;
  padding: 10px;
}

.dropdown-header > span:first-child {
  width: 50px;
}

.k-list-container > .k-footer {
  padding: 10px;
}

#customers-list .k-item {
  line-height: 1em;
  min-width: 300px;
}

/* Material Theme padding adjustment*/
.k-material #customers-list .k-item,
.k-material #customers-list .k-item.k-state-hover,
.k-materialblack #customers-list .k-item,
.k-materialblack #customers-list .k-item.k-state-hover {
  padding-left: 5px;
  border-left: 0;
}

#customers-list .k-item > span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin: 20px 10px 10px 5px;
}

#customers-list .k-item > span:first-child {
  -moz-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
  margin: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

#customers-list h3 {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0 0 1px 0;
  padding: 0;
}

#customers-list p {
  margin: 0;
  padding: 0;
  font-size: .8em;
}

/*-----------------*/
#customers {
  height: 53px;
  border-radius: 6px;
  border-bottom: 0;
  margin: 0;
  box-shadow: none;
}

#customers2 {
  height: 53px;
  border-radius: 6px;
  border-bottom: 0;
  margin: 0;
  box-shadow: none;
}

#calendar {
  width: 75%;
}

.k-calendar .k-content .k-link {
  display: block;
  overflow: hidden;
  min-height: 1.8333em;
  line-height: 1.8333em;
  padding: 0 .55em 0 .1em;
}

.k-button {
  height: 60px;
  border: 0;
  background: none;
}

.k-input {
  height: 60px;
}

.k-overflow-container .k-primary, .k-primary {
  font-size: 16px;
  font-family: 'Montserrat';
}

.k-button {
  font-size: 16px;
  font-family: 'Montserrat';
  border-radius: 6px;
  text-transform: none;
}

.k-autocomplete {
  font-size: 16px;
  font-family: 'Montserrat';
  border-radius: 6px;
}

.k-primary {
  background-color: #dddddd;
  color: #999999;
  border: 0;
}

/*----- Search Button -----*/
.k-search {
  background-color: #ef8c16;
  color: #fff;
}

.k-search:hover, .k-search:active, .k-search:focus {
  background: none;
  background-color: #fb9318;
  color: #fff;
}

.k-search.k-state-active:hover, .k-search:active:hover {
  background: none;
  background-color: #fb9318;
  color: #fff;
  border: 0;
}

/*--------------------------------*/
/*----- Inactive Button -----*/
.k-inactive-button {
  background-color: #dddddd;
  color: #999999;
}

.k-inactive-button:hover, .k-inactive-button:active, .k-inactive-button:focus {
  background: none;
  background-color: #e6e6e6;
  color: #999999;
}

.k-inactive-button.k-state-active:hover, .k-inactive-button:active:hover {
  background: none;
  background-color: #e6e6e6;
  color: #999999;
  border: 0;
}

/*--------------------------------*/
/*----- Active Button -----*/
.k-active-button {
  background-color: #3cb878;
  color: #fff;
}

.k-active-button:hover, .k-active-button:active, .k-active-button:focus {
  background: none;
  background-color: #3cb878;
  color: #fff;
}

.k-active-button.k-state-active:hover, .k-active-button:active:hover {
  background: none;
  background-color: #3cb878;
  color: #fff;
  border: 0;
}

/*--------------------------------*/
.k-button:focus:not(.k-state-disabled):not([disabled]) {
  box-shadow: none;
}

.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
  box-shadow: none;
}

.footer-social-list li > a {
  padding: 13px 15px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 0;
}

/*FLOATS*/
.f-right {
  float: right;
}

@media (max-width: 992px) {
  .f-right {
    float: left;
  }
}

/*---------*/
/*Section Clearfix*/
section.clearfix {
  height: 60px;
}

@media (min-width: 992px) {
  section.clearfix {
    height: 130px;
  }
}

@media (min-width: 1200px) {
  section.clearfix {
    height: 135px;
  }
}

@media (max-width: 1200px) {
  .show-on-xlarge {
    display: none;
  }
}

/*-----------------*/
/* Depths */
.z-depth-mod {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.05), 0 6px 30px 5px rgba(0, 0, 0, 0.09), 0 8px 10px -5px rgba(0, 0, 0, 0.1);
}

/*-------*/
/* Columns */
.social-list {
  margin-bottom: 0;
}

.social-list li {
  float: left;
  padding: 0px 12px;
}

.pad-col {
  padding-bottom: 60px;
}

.pad-col-sm {
  padding-bottom: 30px;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .pad-col-sm {
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .pad-col {
    padding-bottom: 0;
  }
  .no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .no-padding-on-large {
    padding: 0px;
  }
}

/* HIDING */
.show-on-large-and-down {
  display: none !important;
}

@media only screen and (max-width: 1200px) {
  .btn-group, .btn-group span, .left-wave-fix, .right-wave-fix {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  .hide-on-large-and-down {
    display: none !important;
  }
  .show-on-large-and-down {
    display: block !important;
  }
}

/* ----------------*/
/* Responsive Squares */
.square-responsive {
  position: relative;
  width: 75%;
  border-radius: 4px;
  display: none;
}

.square-responsive:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.content {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.9rem;
  display: none;
}

@media (min-width: 992px) {
  .square-responsive {
    position: relative;
    width: 75%;
    border-radius: 4px;
    display: block;
  }
  .content {
    font-size: 2.7rem;
    display: block;
  }
}

@media (min-width: 1200px) {
  .content {
    font-size: 3.2rem;
    display: block;
    line-height: 1.7;
  }
}

/*-------------------*/
/* Vertical Menu */
.vertical-menu {
  width: 100%;
  /* Set a width if you like */
}

.vertical-menu a {
  /*background-color: #eee;*/
  /* Grey background color */
  color: black;
  /* Black text color */
  display: block;
  /* Make the links appear below each other */
  padding: 12px 0px;
  /* Add some padding */
  text-decoration: none;
  /* Remove underline from links */
  padding: 10px 10px;
  transition: all .35s ease-in-out;
}

.vertical-menu a > h6 {
  padding-bottom: 5px;
}

.vertical-menu a > p {
  color: #666666;
}

.vertical-menu a > span {
  color: #00b0aa;
}

.vertical-menu a:hover {
  background-color: #eeeeee;
  /* Dark grey background on mouse-over */
}

/* ----------------------- */
/* Center Image */
.img-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* ------------------ */
/* Center Button */
.btn-center {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

/* ------------- */
/* Aligner */
.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 85%;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

.Aligner-item {
  /*max-width: 50%;*/
}

.Aligner-item--top {
  align-self: flex-start;
}

.Aligner-item--bottom {
  align-self: flex-end;
}

/* --------------- */
/* a tags & buttons */
a, a.link {
  color: rgba(46, 139, 217, 0.8);
  font-family: "Avenir";
  font-weight: 400;
}

a:hover, a:focus {
  text-decoration: none;
  color: rgba(46, 139, 217, 0.8);
}

a:not([href]):not([tabindex]) {
  /*color: inherit;*/
  text-decoration: none;
}

a.link:hover, a.link:focus {
  text-decoration: none;
  color: rgba(46, 139, 217, 0.8);
}

a.link:not([href]):not([tabindex]) {
  color: rgba(46, 139, 217, 0.8);
  text-decoration: none;
}

/*a[href^="tel:"] {
  color: #fff;
  text-decoration: none;
}
a[href^="mail:"] {
  color: #fff;
  text-decoration: none;
}*/
/* ------------------ */
/* Slider */
.caption-container {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

@media (min-width: 992px) {
  .caption-container {
    position: relative;
    z-index: 3;
    width: 50%;
    margin-left: auto;
    margin-right: 0;
    height: 100%;
    top: 25%;
  }
}

/* Material CSS */
.row {
  margin-bottom: 0;
}

.card {
  position: relative;
  margin: .5rem 0 1rem 0;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  border-radius: 2px;
}

.gradient {
  /* IE10+ */
  background-image: -ms-linear-gradient(top, #FFFFFF 40%, #B5B5B5 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #FFFFFF 40%, #B5B5B5 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #FFFFFF 40%, #B5B5B5 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40, #FFFFFF), color-stop(100, #B5B5B5));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #B5B5B5 100%);
  /* W3C Markup */
  background-image: linear-gradient(to bottom, #FFFFFF 40%, #B5B5B5 100%);
}

.img-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider3 {
  height: 300px !important;
}

.slider1 {
  height: 80% !important;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 450px;
}

.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #c9c9bc;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}

.slider .slides li .caption p {
  color: #111;
}

@media (min-width: 992px) {
  .slider1 {
    min-height: 550px;
  }
}

.slider ul.slides {
  height: 100% !important;
}

.slider .slides li .caption {
  top: 30%;
  left: 0%;
  text-align: left;
  width: 100%;
}

@media (min-width: 768px) {
  .slider .slides li .caption {
    top: 0%;
  }
}

@media (min-width: 992px) {
  .slider .slides li .caption {
    top: 25%;
  }
}

@media (min-width: 1200px) {
  .slider .slides li .caption {
    top: 25%;
  }
}

.slider .slides li:first-child img {
  /*background-position: left;*/
}

.slider .slides li img {
  background-position: center;
}

@media (min-width: 992px) {
  .slider .slides li img {
    background-position: inherit;
  }
}

.slider.slider2 .slides li .caption {
  width: 100%;
  left: 0;
  top: 0;
}

.header-slider {
  height: 60% !important;
}

@media (min-width: 992px) {
  .header-slider {
    height: 80% !important;
  }
}

.slider-h-text {
  font-size: 3rem;
  line-height: .9;
  text-align: left;
}

@media (min-width: 992px) {
  .slider-h-text {
    font-size: 4rem;
    line-height: 1.2;
  }
}

.slider3 .slides li .caption {
  top: 10% !important;
}

.slider.slider2 {
  height: 200px !important;
}

/*@media(min-width:998px)
{
	.slider.slider1
	{
		height:540px!important;
	}
	.slider.slider2
	{
		height:300px!important;
	}
}*/
@media (min-width: 1200px) {
  .slider.slider2 {
    height: 300px !important;
  }
}

.slider .indicators {
  bottom: 30px;
  z-index: 5;
  display: none;
}

.slider .indicators .indicator-item.active {
  background-color: #3388a5;
}

.hero-content {
  top: 20%;
}

@media (min-width: 998px) {
  .hero-content {
    top: 30%;
  }
}

.caption > h3 {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 3%;
}

.caption > p {
  font-size: 1.3rem;
}

.slide-testimonials {
  color: #444444 !important;
  font-weight: 400;
  text-align: left;
}

@media (min-width: 1500px) {
  .slide-testimonials {
    font-size: 1.2rem !important;
    line-height: 1.9;
  }
}

.box-link .box-cta {
  background-color: transparent;
  transition: all .3s ease-in-out;
}

.box-link:hover .box-cta {
  background-color: white;
}

.box-link .box-cta h4 {
  color: white;
  transition: all .3s ease-in-out;
}

.box-link:hover .box-cta h4 {
  color: #c23f33;
}

.img-gallery {
  max-height: 340px;
  border-radius: 3px;
  width: 100%;
}

/* Portfolio Testing */
.imgteaser {
  overflow: hidden;
  /*max-height: 107px;*/
  margin: 1%;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
  border: 1px solid #dddddd;
  /*box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.08) !important;*/
}

.imgteaser a {
  text-decoration: none;
  float: left;
  width: 100%;
}

.imgteaser a img {
  /*max-height: 107px;*/
  width: 100%;
}

.imgteaser a:hover {
  cursor: pointer;
}

/*.imgteaser a img {

    float: left;

    margin: 0;

    border: none;

    padding: 10px;

    background: #fff;

    border: 1px solid #ddd;

}*/
h4.services {
  letter-spacing: 0px;
  color: #2d95c8;
  font-size: 2rem;
  line-height: 1;
}

.altText {
  position: absolute;
  top: 20%;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
  font-family: 'Roboto';
}

.altText i {
  font-size: 3.5rem;
  line-height: 1.8;
}

.square {
  border-radius: 70px;
  width: 93px;
  height: 93px;
  background-color: #2d95c8;
  margin-left: auto;
  margin-right: auto;
}

.imgteaser a .more {
  position: absolute;
  /* positioning of the learn more text */
  /*right: 20px;*/
  bottom: 0px;
  color: #fff;
  background: rgba(255, 255, 255, 0.85);
  padding: 5px 10px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  /* size of the learn more text */
  font-weight: bold;
  height: 100%;
  max-height: 100%;
  transition: all 0.25s ease-in-out;
  padding: 1%;
  text-transform: uppercase;
  opacity: 1;
  left: 0;
}

.imgteaser a .more > .more2 {
  /*bottom:45%;*/
  position: absolute;
  width: 100%;
  right: 0%;
  margin-bottom: -10px;
  /* will fill the whole image */
  /*border-top: 1px solid #999;*/
}

.imgteaser a:hover .more > .more2 {
  /*bottom:45%;*/
  position: absolute;
  width: 100%;
  right: 0%;
  margin-bottom: -10px;
  /* will fill the whole image */
  /*border-top: 1px solid #999;*/
}

.imgteaser a:hover .more {
  max-height: 100%;
  opacity: 1;
  background: rgba(191, 33, 37, 0.75);
  /* will fill the whole image */
  /*border-top: 1px solid #999;*/
}

.imgteaser a:hover .square {
  background: #fff;
}

.imgteaser a:hover .square i {
  color: #bf2125;
}

.imgteaser a:hover h4.services {
  color: #fff;
}

.imgteaser a:hover .desc h3 {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2em;
}

.imgteaser a .desc {
  display: none;
}

/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.no-padding {
  padding: 0;
}

.section-heading {
  margin-top: 0;
}

.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}

@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}

.service-box p {
  margin-bottom: 0;
}

.portfolio-box {
  position: relative;
  display: block;
  /*max-width: 700px;*/
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 1;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Titillium Web';
  padding: 0 15px;
  font-weight: bold;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  /*opacity: 0;*/
  background-color: rgba(0, 0, 0, 0);
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 45px;
  }
}

.call-to-action h2 {
  margin: 0 auto 20px;
}

.text-primary {
  color: #F05F40;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-primary .badge {
  color: #F05F40;
  background-color: white;
}

.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 5px;
  font-weight: normal;
  /*text-transform: uppercase;*/
}

.btn-xl {
  padding: 15px 30px;
}

body {
  webkit-tap-highlight-color: #222222;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

/*-----PUSH MENU----*/
/*-------------------*/
.parallax h2 {
  text-shadow: 0px 2px 20px #000;
}

.portfolio-box .portfolio-box-caption {
  /*background: transparent!important;*/
}

/*a.portfolio-box:hover .portfolio-box-caption
{
	background: rgba(255,255,255,.8);
    width: 90%;
    margin: auto auto;
    display: block;
    height: 90%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	transition: all 0s;
}
a.portfolio-box:hover .portfolio-box-caption > div
{
    width: 95%;
    margin: auto auto;
    display: block;
    height: 95%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	transition: all 0s;
	position: absolute
}
a.portfolio-box:hover .portfolio-box-caption > div > div
{
    width: 90%;
    margin: auto auto;
    display: block;
    height: 90%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	border: 1px solid #000;
	transition: all 0s;
	position: absolute
}
a.portfolio-box:hover h2
{
	color:#333!important;
}
a.portfolio-box .portfolio-box-caption
{

	transition: all 0s;
}*/
.facebook:hover {
  background-color: #4267b2;
  border-color: #4267b2 !important;
}

.twitter:hover {
  background-color: #1DA1F2;
  border-color: #1DA1F2 !important;
}

.instagram:hover {
  background-color: #b900b4;
  border-color: #b900b4 !important;
}

.google:hover {
  background-color: #F4B400;
  border-color: #F4B400 !important;
}

.yelp:hover {
  background-color: #d32323;
  border-color: #d32323 !important;
}

img.img-section1 {
  max-width: 100%;
}

@media (min-width: 992px) {
  img.img-section1 {
    max-width: 850px;
  }
}

.dropdown-content li > a, .dropdown-content li > span {
  color: #333;
}

nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
  /* height: 64px; */
  height: auto;
  min-height: unset !important;
  line-height: 30px;
}

@media (max-width: 768px) {
  .slider .indicators {
    bottom: 10px;
    z-index: 5;
  }
  .card.z-depth-mod-hover {
    min-height: 100px;
    padding: 0 15px;
  }
}

.pulse {
  overflow: hidden;
}

.pulse.active {
  overflow: initial;
}

.z-depth-mod-hover:hover {
  background-color: #1e3c5e;
  transition: all .25s ease-in-out;
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.05), 0 6px 30px 5px rgba(0, 0, 0, 0.09), 0 8px 10px -5px rgba(0, 0, 0, 0.1);
}

.z-depth-mod-hover:hover .card-content {
  background-color: #1e3c5e;
  transition: all .25s ease-in-out;
}

.z-depth-mod-hover:hover h4, .z-depth-mod-hover:hover h3 {
  color: #fff !important;
  transition: all .25s ease-in-out;
}

.z-depth-mod-hover:hover a.btn-large {
  background-color: #3388a5 !important;
  transition: all .25s ease-in-out;
}

.z-depth-mod-hover p.details {
  color: #666 !important;
  transition: all .25s ease-in-out;
}

.z-depth-mod-hover:hover p.details {
  color: #ccc !important;
  transition: all .25s ease-in-out;
}

.collapsible-header i {
  color: #203569;
}

.parallax .col-md-12 {
  padding: 0;
}

@media (max-width: 992px) {
  .card-mod {
    margin: 10px 0px;
    padding: 20px 10px;
    position: relative;
    /* margin: .5rem 0 1rem 0; */
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.05), 0 6px 30px 5px rgba(0, 0, 0, 0.09), 0 8px 10px -5px rgba(0, 0, 0, 0.1);
    height: 90%;
  }
}

@media (max-width: 992px) {
  #eufaula, #westgate, #enterprise, #ozark {
    display: none;
  }
  .links {
    padding: 60px 0px !important;
  }
  .bg-01 {
    background-position: right !important;
    padding: 60px 0px !important;
    background-image: none !important;
    background-color: #1e62a9;
  }
}

@media (max-width: 992px) {
  .map {
    margin: 0 !important;
  }
}

@media (max-width: 992px) {
  .caption h1 {
    font-size: 2rem !important;
  }
  .caption p {
    font-size: 1rem !important;
  }
  .caption a {
    font-size: 0.9rem !important;
    padding: .25rem 1rem;
    height: 1rem;
    line-height: 3rem;
  }
  .btn-large {
    font-size: 0.9rem !important;
    padding: .25rem 1rem;
  }
}

.module {
  overflow: hidden;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.nav.footer {
  font-weight: bold;
  text-transform: uppercase;
  padding: .7rem 1rem;
  border-bottom: 1px solid #dedddc;
  font-size: 1.1rem;
}

.nav.footer a:hover {
  color: #ee362d;
}

/*
*  position: relative gives a new position context
*/
.wrapper {
  position: relative;
}

/* 
*  The .navi properties are for styling only
*  These properties can be changed or removed
*/
.navi {
  background-color: #eaeaea;
  height: 40px;
}

/*
*  Position the #infoi element in the top-right
*  of the .wrapper element
*/
#infoi {
  position: absolute;
  top: 0;
  right: 0;
  /*
  *  Styling only, the below can be changed or removed
  *  depending on your use case
  */
  height: 20px;
  padding: 10px 10px;
}

.img-wave {
  width: 100%;
  min-width: 1000px;
}

.caption-container.wave {
  top: -35%;
}

@media (min-width: 992px) {
  .img-wave {
    width: 100%;
    min-width: 1700px;
  }
  .caption-container.wave {
    top: -53%;
  }
}

.pediatric-info i {
  text-align: center;
  font-size: 4rem;
  color: #bbbbbb;
}

@media (min-width: 992px) {
  .pediatric-info {
    text-align: center;
    padding: 20px 0;
    border-radius: 4px;
  }
  .service-info:hover > span.wrapper {
    background-color: #1e3c5e;
    transition: all .175s ease-in-out;
  }
  .pediatric-info:hover > a > i {
    color: #fff;
    transition: all .175s ease-in-out;
  }
  .pediatric-info:hover > a > h3 {
    color: #fff77f;
    transition: all .175s ease-in-out;
  }
  .pediatric-info:hover > a > p {
    color: #fff;
    transition: all .175s ease-in-out;
  }
  .pediatric-info:hover > a.read-more > h6, .pediatric-info:hover > a.read-more i {
    color: #fff;
    transition: all .175s ease-in-out;
  }
}

.read-more > h6, .read-more i {
  font-size: .8rem;
  color: #ee362d;
  font-weight: bold;
}

p.hero-text {
  font-size: 2.2rem;
}

.hero-background {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
}

.date {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 5px;
  border-radius: 12px;
  background-color: #1fc3f0;
  color: #fff;
  font-size: 10pt;
  font-weight: 500;
}

.date.featured {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 5px;
  border-radius: 12px;
  background-color: #1fc3f0;
  color: #fff;
  font-size: 10pt;
  font-weight: 500;
  position: absolute;
  top: 8%;
  left: 8%;
  font-family: 'Open Sans';
}

.date.blog {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 5px;
  border-radius: 12px;
  background-color: #1fc3f0;
  color: #fff;
  font-size: 10pt;
  font-weight: 500;
  position: absolute;
  top: 6%;
  left: 2%;
  font-family: 'Open Sans';
  z-index: 2;
}

.thumbnail .caption {
  padding-left: 30px;
  padding-right: 30px;
}

.thumbnail {
  border-radius: 0px;
}

@font-face {
  font-family: Nexa;
  font-weight: 700;
  src: url("/Fonts/Nexa/Nexa.otf") format("opentype");
}

a[href^="tel:"] {
  color: #fff;
  text-decoration: none;
}
