/*
  Theme Name: Higher Images - Von Der Spitze
  Author: J.J. Lynn
  Description: Custom WP theme; built using Bootstrap.
  Version: 1.0
  License: GNU General Public License
  License URI: license.txt
  Text Domain: hi-bootstrap
  Domain Path: /languages/
  Tags:

*/

.gform_legacy_markup_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper .ginput_complex select {
    width: 100%;
    color: black !important;
}
blockquote.carousel{
	position: relative;
	float:right;
	top: 400px;
	width:45%;	
	color: white;
	margin-right: 50px;
}
.color-white a{
	
	color:yellow !important;
}

.color-white a:hover{
	
	color:black!important;
}

.footer-nav.nav-pills li a{
	padding: 9px 7px !important;	
}
.footer-nav .nav > li > a {
    display: block;
    padding: 5px 5px !important;
    position: relative;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: lighter;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: .2s ease all;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  padding: 6px 24px;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: rgba(26, 26, 26, 0);
  border-color: #ffffff;
}
.btn-default:hover {
  color: #fff;
  background-color: rgba(26, 26, 26, 0);
  border-color: #ffffff;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: rgba(26, 26, 26, 0);
  border-color: #ffffff;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: rgba(43, 43, 43, 0);
  border-color: #ffffff;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: transparent;
  border-color: #fff;
}
.btn-default .badge {
  color: transparent;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #972222;
  border-color: transparent;
  padding: 6px 24px;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #c12b2b;
  border-color: rgba(64, 64, 64, 0);
}
.btn-primary:hover {
  color: #fff;
  background-color: #c12b2b;
  border-color: rgba(31, 31, 31, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #c12b2b;
  border-color: rgba(31, 31, 31, 0);
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #d33c3c;
  border-color: rgba(64, 64, 64, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #972222;
  border-color: transparent;
}
.btn-primary .badge {
  color: #972222;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #80c780;
  border-color: #a3d7a3;
}
.btn-success:hover {
  color: #fff;
  background-color: #80c780;
  border-color: #75c375;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #80c780;
  border-color: #75c375;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #98d298;
  border-color: #a3d7a3;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #85d0e7;
  border-color: #b0e1ef;
}
.btn-info:hover {
  color: #fff;
  background-color: #85d0e7;
  border-color: #79cbe4;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #85d0e7;
  border-color: #79cbe4;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #a3dced;
  border-color: #b0e1ef;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #f4c37d;
  border-color: #f8d9ac;
}
.btn-warning:hover {
  color: #fff;
  background-color: #f4c37d;
  border-color: #f3bc6f;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #f4c37d;
  border-color: #f3bc6f;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #f7d29e;
  border-color: #f8d9ac;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #e27c79;
  border-color: #eba5a3;
}
.btn-danger:hover {
  color: #fff;
  background-color: #e27c79;
  border-color: #df706c;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #e27c79;
  border-color: #df706c;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #e89996;
  border-color: #eba5a3;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #972222;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #591414;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 32px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* This is a small security for too long strings titles */
body {
  word-wrap: break-word;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/* Images and wp-captions should always fit and be responsive */
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wp-caption {
  margin-bottom: 10px;
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 10px;
}
.wp-caption.aligncenter {
  margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px;
}
/* WP Gallery */
.gallery {
  margin-bottom: 1.5em;
}
.gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.gallery dd {
  margin: 0;
}
.gallery-caption {
  display: block;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
/* Content */
.main-content-inner {
  padding-bottom: 1.5em;
}
.hentry {
  margin: 0 0 1.5em;
}
.sticky {
  display: block;
}
.bypostauthor {
  display: block;
}
/* Clearing */
.clear {
  clear: both;
}
/* Navigation */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:active > .dropdown-menu,
.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: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:active > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget {
  margin-bottom: 2em;
}
.widget_nav_menu ul.sub-menu li,
.widget_pages ul.children li {
  padding-left: 15px;
}
/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] {
  display: none;
}
/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}
/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children {
  margin-left: 1.5em;
}
/**
* Some WP Theme Repository requirements
*/
.entry-meta {
  clear: both;
}
.btn {
  border-radius: 0;
  font-weight: bold;
}
/*====================*/
/* Gravity Forms      */
/*====================*/
#gform_fields_1 {
  list-style: none;
  padding-left: 0;
}
.gr_bs_form {
  margin: 0 auto;
  padding-top: 15px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .gr_bs_form {
    width: 80%;
  }
}
.gr_bs_form .gfield_label {
  font-size: 14px;
  font-weight: bold;
}
.gr_bs_form .ginput_container input,
.gr_bs_form .ginput_container select,
.gr_bs_form .ginput_container textarea {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.gr_bs_form .ginput_container textarea {
  height: auto;
  overflow: auto;
}
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 100%;
  /* Override the Gravity form style for 47.5% width on medium inputs */
}
.gform_button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: lighter;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: .2s ease all;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  padding: 6px 24px;
  padding: 10px 32px;
}
.gform_button:focus,
.gform_button:active:focus,
.gform_button.active:focus,
.gform_button.focus,
.gform_button:active.focus,
.gform_button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gform_button:hover,
.gform_button:focus,
.gform_button.focus {
  color: #fff;
  text-decoration: none;
}
.gform_button:active,
.gform_button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.gform_button.disabled,
fieldset[disabled] a.gform_button {
  pointer-events: none;
}
.gform_button:focus,
.gform_button.focus {
  color: #fff;
  background-color: rgba(26, 26, 26, 0);
  border-color: #ffffff;
}
.gform_button:hover {
  color: #fff;
  background-color: rgba(26, 26, 26, 0);
  border-color: #ffffff;
}
.gform_button:active,
.gform_button.active,
.open > .dropdown-toggle.gform_button {
  color: #fff;
  background-color: rgba(26, 26, 26, 0);
  border-color: #ffffff;
}
.gform_button:active:hover,
.gform_button.active:hover,
.open > .dropdown-toggle.gform_button:hover,
.gform_button:active:focus,
.gform_button.active:focus,
.open > .dropdown-toggle.gform_button:focus,
.gform_button:active.focus,
.gform_button.active.focus,
.open > .dropdown-toggle.gform_button.focus {
  color: #fff;
  background-color: rgba(43, 43, 43, 0);
  border-color: #ffffff;
}
.gform_button:active,
.gform_button.active,
.open > .dropdown-toggle.gform_button {
  background-image: none;
}
.gform_button.disabled:hover,
.gform_button[disabled]:hover,
fieldset[disabled] .gform_button:hover,
.gform_button.disabled:focus,
.gform_button[disabled]:focus,
fieldset[disabled] .gform_button:focus,
.gform_button.disabled.focus,
.gform_button[disabled].focus,
fieldset[disabled] .gform_button.focus {
  background-color: transparent;
  border-color: #fff;
}
.gform_button .badge {
  color: transparent;
  background-color: #fff;
}
/*====================*/
/* Typography         */
/*====================*/
body {
  font-family: 'Lato', sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Exo', sans-serif;
  font-weight: bold;
  margin-top: 0;
}
/*====================*/
/* Header             */
/*====================*/
header#header {
  background-color: #000;
}
header#header .tel {
  color: #FFF;
  font-size: 18px;
  font-family: 'Exo', sans-serif;
  margin-top: 30px;
  text-align: right;
}
header#header .tel a {
  color: #FFF;
}
.title-bar {
  background-color: #972222;
  color: #FFF;
  text-align: center;
}
.title-bar h1 {
  font-size: 18px;
  font-weight: normal;
  margin: 30px;
  text-transform: uppercase;
}
.title-bar h1.tagline {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .title-bar h1 {
    font-size: 30px;
  }
}
/*====================*/
/* Navbar             */
/*====================*/
.navbar {
  border: 0;
  font-family: "Exo", sans-serif;
  margin: 0;
}
.navbar {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-transform: none;
}

.navbar-brand {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-transform: none;
	
}
@media only screen and (min-width: 992px) {
  .navbar .navbar-brand {
    font-size: 50px;
	margin-bottom:25px;
  }
}
.navbar .navbar-nav a {
  transition: .2s ease all;
}
.navbar .dropdown-menu {
  background-color: #000;
  border: 0;
}
.navbar .dropdown-menu > li > a {
  display: block;
  padding: 7.5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #FFF;
  white-space: nowrap;
}
.navbar .dropdown-menu > li > a:hover {
  background-color: #222;
}
@media only screen and (min-width: 768px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
}
/*====================*/
/* Carousel           */
/*====================*/
#fpCarousel {
  display: none;
  overflow: hidden;
}
#fpCarousel .carousel-inner .item {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
#fpCarousel .carousel-inner .item img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #fpCarousel {
    display: block;
    height: 600px;
  }
}
/*====================*/
/* Content            */
/*====================*/
#main {
  margin: 60px 0;
}
section {
  padding-bottom: 30px;
}
section.dark {
  background-color: #000;
  color: #FFF;
}
section.accent {
  background-color: #972222;
  color: #FFF;
}
section header {
  padding: 45px 30px 30px;
  text-align: center;
}
section header h1 {
  font-weight: normal;
  text-transform: uppercase;
}
section .service-page-row {
  padding: 30px 0;
}
section .row.grey {
  background-color: #eeeeee;
}
/*====================*/
/* Blog               */
/*====================*/
article.blog-entry {
  border: 1px solid #eee;
  border-top: 4px solid #972222;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
}
article.blog-entry .entry-meta {
  color: #777777;
  font-style: italic;
}
article.blog-entry .entry-title {
  font-size: 18px;
  margin: 15px;
}
article.blog-entry .entry-title a {
  color: #000;
}
article.blog-entry .entry-content {
  margin: 0 auto 30px;
}
.post .entry-content {
  margin: 30px 0;
}
.nav-links {
  text-align: center;
}
.nav-links .nav-previous,
.nav-links .nav-next {
  display: inline-block;
  margin: 0 15px;
}
/*====================*/
/* Services           */
/*====================*/
.service-item {
  padding-bottom: 30px;
  text-align: center;
}
.service-item h1 {
  font-size: 24px;
  font-weight: normal;
  padding-top: 15px;
  text-transform: uppercase;
}
.service-item p {
  margin-bottom: 15px;
  text-align: justify;
}
/*====================*/
/* Footer             */
/*====================*/
footer#footer {
  background-color: #000;
  color: #fff;
}
footer#footer p {
  font-size: 14px;
  margin: 30px 0;
}
footer#footer .site-info {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  footer#footer {
    text-align: center;
  }
  footer#footer .site-info {
    text-align: center;
  }
}
