@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Source+Sans+Pro:400,700|Montserrat:400,500,600,700,900&display=swap");


.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
a {
    color: #f4000b;
}
a.reverse {
	color: #8a0000;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	display: block;
}
a.reverse:hover {
	color: #FFF;
	text-decoration: none;
}

#nav a:hover, #nav .nav-item.active > a {
    color: #232f61;
}


.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?lh3c5t") format("truetype"), url("../fonts/icomoon.woff?lh3c5t") format("woff"), url("../fonts/icomoon.svg?lh3c5t#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-phone:before {
	content: "";
}

@font-face {
	font-family: "Steelfish";
	src: url("../fonts/37D0C5_0_0.woff") format("woff"), url("../fonts/37D0C5_0_0.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Steelfish";
	src: url("../fonts/37D0C5_1_0.woff") format("woff"), url("../fonts/37D0C5_1_0.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Steelfish";
	src: url("../fonts/37D0C5_2_0.woff") format("woff"), url("../fonts/37D0C5_2_0.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Steelfish";
	src: url("../fonts/37D0C5_3_0.woff") format("woff"), url("../fonts/37D0C5_3_0.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

body {
	-webkit-transition: font-size .3s linear;
	transition: font-size .3s linear;
	min-width: 320px;
	font-size: .8485714286rem;
	/*letter-spacing: .05rem;*/
	overflow-x: hidden;
}

a {
	-webkit-transition: color .3s linear, background .3s linear, border-color .3s linear;
	transition: color .3s linear, background .3s linear, border-color .3s linear;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4 {
	-webkit-transition: font-size .3s linear;
	transition: font-size .3s linear;
}

h1 {
	line-height: 1;
	font-size: 2.5439586207rem;
}

h2 {
	line-height: 1;
	font-size: 2.8374923077rem;
}

h3 {
	line-height: 1;
	font-size: 1.4438769231rem;
}

.h4,
h4 {
	line-height: 1;
	font-size: 1.4rem;
}

.btn-holder {
	padding: 17px 0 6px;
}

.btns {
	padding: 5px 0 13px;
}

.btns .btn {
	margin: 9px 11px 5px 0;
}

.btn {
	/*text-transform: uppercase;*/
	/*font-family: "Steelfish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .03125rem;
	padding-bottom: 6px;
	white-space: normal !important;
	margin-bottom: 1rem;
	border-radius: 5px;
	padding: 11px 15px;
}

.btn.btn-dark:hover {
	background: #fff;
	color: #000;
}

.btn-light {
    color: #ed1c24;
    background-color: #fff;
    border: none;
}

.btn.btn-light:hover {
	background: #e8e8e8;
    color: #ed1c24;
	border: none;
}

#wrapper {
	overflow: hidden;
}

.container-fluid {
	max-width: 1200px;
}

.socials {
	margin: 0 -5px 0 0;
}

.socials li {
	margin: 0 5px 5px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.copyright-info .socials li a {
	border: 2px solid #fff;
	color: #fff;    
}

.socials li a {
	width: 40px;
	height: 40px;
	border: 2px solid #f40009;
	color: #f40009;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.0625rem;
	border-radius:5px;
}

.socials li a:hover {
	text-decoration: none;
	color: #bf090d;
	border-color: #bf090d;
}

.socials li a.btn-link {
	color: #f40009;
	background: #FFF;
	text-transform: uppercase;
	/*font-family: "Steelfish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
	font-family: 'Exo', sans-serif;
	padding: 0 9px 2px;
	width: auto;
	font-size: 1.6875rem;
	letter-spacing: .05rem;
	line-height: 1;
}

.socials li a.btn-link:hover {
	background: #5ba11c;
}

.img-holder {
	padding: 20px 0 0;
}

.img-holder img {
	vertical-align: top;
	width: 100%;
}

.box {
	color: #000;
	text-align: center;
	font-size: .625rem;
	line-height: 1.28;
	padding: 10px 4px;
	width: 100%;
	margin-bottom: 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.box h3 {
	line-height: 1;
	margin: 0 0 3px;
}

.box h3 .percent {
	font-family: "Economica", Arial, Helvetica, sans-serif;
}

.box > span {
	display: block;
	width: 100%;
}

a.link-box {
	color: #000;
	padding: 8px;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
	border: 2px solid #fff;
}

a.link-box > * {
	width: 100%;
}

a.link-box .h4 {
	line-height: 1;
	font-weight: bold;
	margin: 0;
}

a.link-box:hover {
	color: #000;
	background: #fff !important;
	border-color: #000;
}

.bg-holder {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-attachment: fixed;
	background-position: 50% 0;
}

.bg-holder img {
	display: block;
	height: 100%;
}

.bg-holder:before {
	pointer-events: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	/*background: rgba(255, 255, 255, .8);*/
	/*background: rgba(175, 175, 175, 0.46);*/
	z-index: 2;
}

#header {
	background: #FFF;
	padding: 16px 0 11px;
	position: relative;
	z-index: 100;
}

#header .navbar {
	position: static;
	padding: 0;
	/*background: #000 !important;*/
}

#header .navbar-brand {
	margin: 0 0 9px;
	vertical-align: top;
}

#header .navbar-brand img {
	/*width: 291px;*/
	width: auto;
	height: 110px;
}

#header .navbar-toggler {
	position: absolute;
	right: 15px;
	bottom: 11px;
	background: #a8a9ac;
	padding: .25rem .5625rem;
	border: none;
	border-radius:5px;
}

#header .navbar-toggler:focus {
	outline: none;
}

#header .navbar-toggler-icon {
	width: 24px;
}

#header .navbar-collapse {
	background: #000;
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	text-align: center;
	height: 190px;
}

.phone {
	color: #082f6f;
	font: 1.5rem "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	display: block;
}

.phone:hover {
	color: #2088e6 !important;
}

.phone .icon-phone {
	font-size: .9375rem;
	display: inline-block;
	vertical-align: middle;
	padding: 0 4px 5px 0;
}

.header-bar {
	width: 100%;
}

#nav {
	/*font-family: "Steelfish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
	font-family: 'Montserrat', sans-serif;
	/*text-transform: uppercase;*/
	font-size: 1.125rem;
	padding: 11px 20px;
}

#nav li {
	border-bottom: 1px solid #6f6f6f;
}
#nav li:last-child {
    border-bottom: none;
}

#nav a {
    display: block;
    padding: 3px 0;
    font-weight: 500;
    /*letter-spacing: .5px;*/
    color: #959595;
}

#nav .dropdown-item {
	white-space: normal;
}

#nav .dropdown-menu {
	border-radius: 0;
	background: none;
	text-transform: none;
	font: .8333333333rem "Montserrat", Arial, sans-serif;
	padding: 0 8px 8px;
	background: none;
	box-shadow: none;
	border: none;
}

#nav .dropdown-menu .active a {
	color: #fff;
	background: #000;
}

#nav .dropdown-menu a {
	text-align: center;
	color: #FFF;
}

#nav .dropdown-menu a:hover {
	color: #fff;
	background: #000;
}

#nav .phone {
	padding: 0;
	letter-spacing: .0625rem;
	margin: 7px 0 0;
}

.visual {
	-webkit-transition: min-height .3s linear;
	transition: min-height .3s linear;
	padding: 15px 0;
	min-height: 136px;
	background-size: cover;
	background-position: 50% 0;
	position: relative;
	z-index: 1;
}

.visual .bg-holder:before {
	display: none;
}

.gallery {
	position: relative;
	z-index: 1;
}

.gallery .slideset {
	-webkit-transition: height .3s linear;
	transition: height .3s linear;
	position: relative;
	/*height: 206px;*/
	height: 50vh;
}

.gallery .slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	font-weight: 500;
	padding-top: 130px;
	padding-bottom: 15px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.gallery .slide.active {
	z-index: 5;
}

.gallery .slide:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 40px;
/*	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%); */
	content: "";
	z-index: -1;
}

.content-section {
	padding: 24px 0;
}

.content-section.bg-dark {
	background-position: 50% 13px;
}

.boxes > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.boxes > *:nth-child(even) .box.bg-success {
	background: #ff0000 !important;
}

.intfo-section {
	background-size: cover;
	background-position: 50% 0;
	position: relative;
	z-index: 1;
	padding: 22px 0;
}

.banner {
	text-transform: uppercase;
	position: relative;
	height: 250px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	z-index: 1;
	background-size: cover;
	background-position: 50% 50%;
	border: 1px solid #FFF;
}

.banner:before {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	/*background: #696969;*/
	background: #151515;
	z-index: -1;
	opacity: .25;
}

.banner:nth-child(even):before {
	/*background: #8a0000;*/
}

.banner > * {
	width: 100%;
}

.banner h3 {
	margin: 0;
	font-size: 2.5rem;
	font-weight: normal;
}

.banner:hover {
	color: #fff;
	text-shadow: 0 0 5px #000;
	
}

.banner:hover:before {
	opacity: 0;
}

.footer-bar {
    background: url(/assets/uploads/bg-footer.jpg);
    background-size: cover;
	padding: 22px 0;
	font-size: .9375rem;
	text-align: center;
}

.footer-bar .title {
	display: block;
	font: 1.5rem "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	/*text-transform: uppercase;*/
	color: #fff;
	margin: 0 0 4px;
	font-weight: 600;
}

.footer-bar .phone {
	font-size: 1.5rem;
    margin: 20px 0 20px;
    color: #082f6f;
    font-weight: 700;
}

.footer-bar address {
	margin-bottom: 0px;
}

.footer-bar .socials {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-logo {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 10px;


}

.contact-info {
	text-align: center;
}

.links li {
	padding-bottom: 4px;
}

.links a {
	color: #000;
}

.links a:hover, .links .active a {
	color: #082f6f;
}

.footer-bar .links a {
	color: #fff;
	font-size: 1.15em;
}

.footer-bar .links a:hover, .links .active a {
	color: #e0e0e0;
}

.logo {
	display: block;
	vertical-align: top;
	margin: 4px auto 20px;
	max-width: 250px;
}

.logo img {
	width: 100%;
	/*height: 114px;*/
}

.copyright-info {
	letter-spacing: 0;
	text-transform: uppercase;
	font-size: .9375rem;
	color: #fff;
	background: #a7a9ac;
	padding: 16px 0;
	font-family: "Montserrat", Helvetica, sans-serif;
}

.copyright-info span + span:before {
	content: "|";
	margin: 0 10px 0 5px;
}

.parallax {
    background-attachment: fixed; 
    background-size: contain; 
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden; 
    position: relative;
}
.tall {
    min-height: 600px !important;
}
.short {
    min-height: 200px !important;
}


.video-header {
  position: relative;
  background-color: black;
  /*height: 75vh;*/
  height: 100%;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-header .container {
  position: relative;
  z-index: 2;
}

.video-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

td p {
    margin-bottom: 0;
    white-space: nowrap;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

.heading {
    padding: 0 0 .75em 0;
    margin: 0;
    font-weight: 600;
    /*text-transform: uppercase;*/
    color:#f40009;
}
.text-shadow {
    text-shadow: 5px 5px 10px #000;
}
table.table {
    background-color: #FFF;
}

.three-columns {
    column-count: 3;
    padding-bottom: 30px;
}


.two-columns {
    column-count: 2;
    padding-bottom: 30px;
}
input[name=confirmemail] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.parallax > div:before {
    content: " ";
    position: absolute;
    background: #00000078;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.parallax .text-shadow {
    position: relative;
}


.card a img {
    border-bottom: 1px solid #ececec;
    box-shadow: 0 0 65px #000;
}

.card {
    overflow: hidden;
}

#header.shrink {
    position: fixed !important;
    /*background: #000 !important;*/
    width: 100%;
}
#header.shrink .navbar-brand img {
    width: auto;
    /*height: 50px;*/
}


/*
        @keyframes FadeIn {
            0% {
                opacity: 0;
                -webkit-transition-duration: 0.8s;
                transition-duration: 0.8s;
                -webkit-transform: translateY(-10px);
                -ms-transform: translateY(-10px);
                transform: translateY(-10px);
            }


            100% {
                opacity: 1;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
                pointer-events: auto;
                transition: cubic-bezier(0.4, 0, 0.2, 1);
            }
        }

        .navbar-nav li {
            animation: FadeIn 1s cubic-bezier(0.65, 0.05, 0.36, 1);
            animation-fill-mode: both;
        }

        .navbar-nav li:nth-child(1) {
            animation-delay: .3s;
        }

        .navbar-nav li:nth-child(2) {
            animation-delay: .6s;
        }

        .navbar-nav li:nth-child(3) {
            animation-delay: .9s;
        }

        .navbar-nav li:nth-child(4) {
            animation-delay: 1.2s;
        }

        .navbar-nav li:nth-child(5) {
            animation-delay: 1.5s;
        }


        @keyframes fadeInUp {
            from {
                transform: translate3d(0, 40px, 0)
            }

            to {
                transform: translate3d(0, 0, 0);
                opacity: 1
            }
        }

        @-webkit-keyframes fadeInUp {
            from {
                transform: translate3d(0, 40px, 0)
            }

            to {
                transform: translate3d(0, 0, 0);
                opacity: 1
            }
        }

        .animated {
            animation-duration: 1s;
            animation-fill-mode: both;
            -webkit-animation-duration: 1s;
            -webkit-animation-fill-mode: both
        }

        .animatedFadeInUp {
            opacity: 0
        }

        .fadeInUp {
            opacity: 0;
            animation-name: fadeInUp;
            -webkit-animation-name: fadeInUp;
        }
*/


        
/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: -45px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #ec1b23;}
.cycle-pager > * { cursor: pointer;}

.cycle-slide h3 {
    margin-bottom:1.5rem;
}

cite {
    clear: both;
    display: block;
    border-top: 1px solid #efefef;
    padding-top: .5em;
    margin-top: .5em;
}


.btn-red-white {
	border: 2px solid #f40009;
	background: #f40009;
	color: #FFF;
}
.btn-red-white:hover {
	border: 2px solid #bf090d;
	background: #bf090d;
	color: #FFF;
}


.btn-blue-white {
	border: 2px solid #082f6f;
	background: #082f6f;
	color: #FFF;
}
.btn-blue-white:hover {
	border: 2px solid #355a96;
	background: #355a96;
	color: #FFF;
}


.btn-grey-white {
	border: 2px solid #959595;
	background: #959595;
	color: #FFF;
}
.btn-grey-white:hover {
	border: 2px solid #565656;
	background: #565656;
	color: #FFF;
}

.btn-white-blue {
	border: 2px solid #fff;
	background: #fff;
	color: #082f6f;
}
.btn-white-blue:hover {
	border: 2px solid #7fa6e6;
	background: #7fa6e6;
	color: #082f6f !important;
}

.btn-white {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #fff;
}
.btn-white:hover {
    color: #ffffff;
    background-color: rgb(0 0 0 / 28%);
    border: 1px solid #fff;
}

.btn-black-white {
	border: 2px solid #000;
	background: #FFF;
	color: #000;
}
.btn-black-white:hover {
	border: 2px solid #FFF;
	background: #000;
	color: #FFF !important;
}



.text-color1 {
	color: #f40009;
}
.text-color2 {
	color: #082f6f;
}
.text-color3 {
	color: #959595;
}

.jsmaps-wrapper {
    height: auto !important;
    display: inline-block;
}

        
        .jarallax {
            position: relative;
            z-index: 0;
        }
        .jarallax > .jarallax-img {
            position: absolute;
            object-fit: cover;
            /* support for plugin https://github.com/bfred-it/object-fit-images */
            font-family: 'object-fit: cover;';
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
        }

        .bg-grey {
            background: #959595;
        }
        
        .bg-red {
            background: #ec1c24;
        }
        
        .bg-slider {
            background: #ec1c24;
        }
        
@media (pointer: coarse) and (hover: none) {
  .video-header {
    /*background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;*/
  }
  .video-header video {
    /*display: none;*/
  }
}


@media (max-width: 768px) {
    
    .slider-h3 {
        font-size: 2rem
    }
    
    #header .navbar-brand {
        margin: 0 auto 9px;
    }

	.parallax {
	    background-size: cover;
        background-attachment: scroll; 
	}
    .tall {
        min-height: 300px;
    }
    .short {
        min-height: 300px;
    }
    
    .three-columns, .two-columns {
        column-count: 1;
    }
    #header.shrink {
        position: relative !important;
    }
    .video-header {
        padding: 10px 0 10px 0 !important;
        /*height: auto;*/
        min-height: auto;
    }
    .slide h1 {
        font-size: 1.75rem;
    }
    
    	
	.nav-btn {
        padding: 5px 11px 5px 11px;
        height: 40px;
        margin-left: 5px;
        font-size: 1.05rem;
        text-transform: none;
        border-radius:5px;
}

}
@media (min-width: 768px) {
    
    .navbar .nav-btn {
        padding: 10px 15px;
        height: auto;
        font-size: 1.35rem;
    }
    
    .slider-h3 {
        font-size: 3.5rem !important
    }

	body {
		font-size: .99rem;
	}

	h1 {
		font-size: 4.3396941176rem;
	}

	h2 {
		font-size: 4.610925rem;
	}

	h3 {
		font-size: 2.0856rem;
	}

	.btn {
		font-size: 1.8125rem;
	}

	.socials {
		margin: 0 -3px 0 0;
	}

	.socials li {
		margin: 0 3px 3px 0;
	}

	.socials li a {
		width: 26px;
		height: 26px;
		font-size: .625rem;
	}

	.socials li a.btn-link {
		font-size: .9375rem;
		padding: 0 5px 1px;
	}

	.box {
		font-size: .75rem;
		min-width: 102px;
	}

	a.link-box {
		min-height: 81px;
	}

	#header {
		padding: 10px 16px 10px;
	}

	#header .navbar {
		position: relative;
	}

	#header .navbar-brand {
		margin: 0;
	}

	#header .navbar-brand img {
		/*width: 224px;*/
		height: 90px;
	}

/*	#header .navbar-collapse {
		background: none;
		position: static;
	} */

	#header {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		background: #FFF;
		border-bottom: 2px solid rgba(0, 0, 0, 0.3);
	}

	.home-page #header {
		background: #FFF;
		position: relative;
		width: 100%;
	}

	.phone {
		font-size: 1.125rem;
		margin: 0.3rem .75rem 0 0;
	}

	.phone .icon-phone {
		font-size: .8125rem;
	}

	.header-bar {
		width: auto;
		position: absolute;
		right: 0;
		top: 2px;
		z-index: 3;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

/*	#nav {
		font-size: 1rem;
		padding: 0;
		letter-spacing: .0625rem;
		margin: 26px 0 0;
	}

	#nav li {
		border: none;
		margin-left: 20px;
	} 

	#nav li:last-child .dropdown-menu {
		left: auto;
		right: 0;
	}

	#nav .dropdown-toggle:after {
		display: none;
	}

	#nav .dropdown-menu {
		padding: 0;
		margin: 0;
		width: 10rem;
	}

	#nav .dropdown-menu .active a {
		color: #fff;
		background: #2b2b2b;
	}

	#nav .dropdown-menu a {
		text-align: left;
		background: rgba(0, 0, 0, .7);
		background: #2b2b2b;
		color: #fff;
		padding: 5px 10px;
	} 

	#nav .dropdown-menu a:hover {
		color: #fff;
		background: rgba(0, 0, 0, 1);
	} */

    	
	.nav-btn {
    padding: 0 11px 0 11px;
    height: 26px;
    margin-left: .75rem;
    font-size: .9rem;
    border-radius:5px;
    text-transform: none;
}

	.visual {
		padding: 31px 16px;
		min-height: 200px;
	}

	.visual h1 {
		letter-spacing: 2px;
	}

	.gallery .slideset {
		/*height: 400px;*/
		height: 50vh;
	}

	.gallery .slide {
		padding: 130px 16px 30px;
	}

	.gallery .slide:before {
		height: 243px;
	}

	.content-section {
		padding: 33px 16px;
	}

	.intfo-section {
		padding: 25px 16px;
	}

	.banner {
		height: 320px;
	}

	.footer-bar {
		padding: 22px 16px;
		text-align: left;
	}

	.logo {
		margin-left: 0;
	}
    
}

@media (min-width: 992px) {

    #header .navbar-collapse {
    background: none;
    position: static;
    height: auto;

    }
    
	#nav {
		font-size: 1.35rem;
		padding: 0;
		letter-spacing: .0625rem;
		/*margin: 26px 0 0;*/
	}

	#nav li {
		border: none;
		margin-left: 15px;
	} 

	#nav li:last-child .dropdown-menu {
		left: auto;
		right: 0;
	}

	#nav .dropdown-toggle:after {
		display: none;
	}

	#nav .dropdown-menu {
		padding: 0;
		margin: 0;
		width: 10rem;
	}

	#nav .dropdown-menu .active a {
		color: #fff;
		/*background: rgba(0, 252, 135, .7);*/
		background: #2b2b2b;
	}

	#nav .dropdown-menu a {
		text-align: left;
		background: rgba(0, 0, 0, 0.7);
		color: #fff;
		padding: 5px 10px;
	} 

	#nav .dropdown-menu a:hover, #nav .dropdown-menu a.active {
		color: #fff;
		background: #f40009;
	}
	
	body {
		font-size: 1.188rem;
	}

	h1 {
		/*font-size: 7.37748rem;*/
		font-size: 6.37748rem;
	}

	h2 {
		/*font-size: 7.37748rem;*/
		font-size: 4.37748rem;
		margin-bottom: 1.1875rem;
	}

	h3,.h3 {
		font-size: 2.0rem;
	}

	.h4,
	h4 {
		font-size: 1.5rem;
	}

    .nav-item.dropdown:hover .dropdown-menu {
    	display: block;
    }

	.socials {
		margin: 0 -5px 0 0;
	}

	.socials li {
		margin: 0 5px 5px 0;
	}

	.socials li a {
		width: 35px;
		height: 35px;
		font-size: 0.8625rem;
	}

	.socials li a.btn-link {
		font-size: 1.8125rem;
		padding: 0 8px 1px;
	}

	.img-holder {
		padding: 18px 0 15px;
	}

	.box {
		font-size: .875rem;
	}

	.box > span {
		margin: 0 0 10px;
	}

	.box .value {
		font-size: 5rem;
		margin: -3px 0 -5px;
	}

	.box .value + span {
		margin: 0 0 2px;
	}

	a.link-box {
		min-height: 127px;
		padding: 8px 25px;
	}

	#header {
		padding: 14px 16px 15px;
	}

	.phone {
		font-size: 1.3125rem;
		/*letter-spacing: 1px;*/
	}

	.phone .icon-phone {
		font-size: .9375rem;
		position: relative;
		top: 1px;
	}

	.header-bar {
		top: 8px;
	}

	#nav {
		/*font-size: 1.1rem;
		margin: 48px 0 0;
	    margin: 68px 0 0;*/
		letter-spacing: 0;
	}

	#nav .dropdown-menu {
		font-size: .9rem;
		width: 12.75rem;
	}

	#nav .dropdown-menu a {
		padding: 12px 15px;
	}
	
	.nav-btn {
    padding: 1px 11px 0 11px;
    height: 35px;
    margin-left: .75rem;
    font-size: 1.188rem !important;
    border-radius:5px;
    text-transform: none;
}

.navbar .nav-btn {
    font-size: 1.5rem !important;
    height: auto;
    padding: 4px 15px;
}

	.visual {
		min-height: 200px;
		padding: 49px 16px 30px;
	}

	.gallery .slideset {
		/*min-height: 687px;*/
		height: 50vh;
		/*height: 100vh;*/
		font-size: 1.625rem;
	}

	.gallery .slide {
		padding-bottom: 57px;
	}

	.gallery .slide h1 {
		/*font-size: 8.0625rem;*/
		font-size: 6.0625rem;
		margin-bottom: 0;
	}

	.content-section {
		padding: 56px 16px 58px;
	}

	.boxes {
		padding: 12px 0 26px;
	}

	.boxes + .btn-holder {
		padding: 0 0 1px;
		margin: -11px 0 0;
	}

	.intfo-section {
		/*padding: 58px 16px 52px;*/
		padding: 0 16px;
		position: relative;
	}

	.banner {
		height: 425px;
	}

	.banner h3 {
		/*font-size: 4.375rem;*/
		font-size: 2.375rem;
	}

	.footer-bar {
		font-size: 12px;
        font-weight: 500;
		padding: 50px 16px 51px;
	}

	.footer-bar .title {
		font-size: 1.4rem;
	}

	.footer-bar .phone {
		font-size: 1.2rem;
	}

	.footer-bar .phone .icon-phone {
		font-size: 1.375rem;
		margin-right: .25rem;
	}

	.footer-bar .socials {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.contact-info {
		text-align: left;
	}

	.copyright-info {
		padding: 32px 0 28px;
	}
}

@media (min-width: 1200px) {
    
    #nav {
		font-size: 1.5rem;

	}
	
	h3 {
		font-size: 2rem;
	}

	.h4,
	h4 {
		font-size: 1.8rem;
	}

	.box {
		font-size: 1.125rem;
	}

	#header .navbar-brand img {
		/*width: 370px;*/
		/*height: 107px;*/
	}

	#nav li {
		margin-left: 22px;
		/*margin: 0 23px;*/
	}

	.footer-bar address span {
		padding-bottom: 4px;
		display: block;
	}

	.logo {
		max-width: 321px;
	}

	.logo img {
		/*height: 147px;*/
	}

    .footer-bar .phone {
        font-size: 1.4rem;
    }
    
    
}

@-webkit-keyframes jump {
	0% {
		opacity: 0;
		visibility: hidden;
	}

	100% {
		visibility: visible;
		opacity: 1;
	}
}

@keyframes jump {
	0% {
		opacity: 0;
		visibility: hidden;
	}

	100% {
		visibility: visible;
		opacity: 1;
	}
}

/* profile */

.profile-photo {
        border: 13px solid #f4000b;
        margin-top: -12rem;
}

.profile-gallery {
        border: 13px solid #f4000b;
}
