/*Bootstrap v4.3.1 (https://getbootstrap.com/)*/
:root {
--blue: #007bff;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*, *::before, *::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
figcaption, figure, footer, main, nav {
display: block;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.4;
color: #212529;
text-align: left;
background-color: #F3F3F3;
}
[tabindex="-1"]:focus {
outline: 0 !important;
} 
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
margin:0 0 1rem;
border:0;
border-top:1px solid rgba(0,0,0,0.1)
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
ul {
margin-top: 0;
margin-bottom: 1rem;
}
ul ul {
margin-bottom: 0;
}
b, strong {
font-weight: 600
}
small {
font-size: 65%;
color: #777
}
a {
color: #212529;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #EC5000;
text-decoration: none;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
button {
border-radius: 0;
}
button:focus {
outline: none;
}
input, button {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button, input {
overflow: visible;
}
button {
text-transform: none;
}
button, [type="submit"] {
-webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
cursor: pointer;
}
button::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.75rem;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1rem;
}
.lead {
font-size: 1.25rem;
font-weight: 400;
}
.coll {
font-size: 1.25rem;
font-weight: 400
}
.head {
font-size: 32px;
font-weight: 400;
color: #333;
line-height: 1.3;
padding: 2rem 0 1rem
}
.brand {
background: #C1C1C1;
}
.page-head {
background-color: gray;
height: 200px;
position:relative
}
.cover {
object-fit: cover;
height: 100%;
width: 100%;
}
.gallery, .gall {
background-color: #E6E6E6;
padding-bottom: 25px
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin: 0.3rem;
}
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail{
padding: 2px;
background-color: #fff;
border: 1px solid #C1C1C1;
border-radius: 0.25rem;
max-width: 100%;
height: auto;
}
.img-brand{
border: 2px solid #fff;
border-radius: 0.25rem;
max-width: 100%;
height: auto
}
.img-brand:hover {
border-color: #757575;
transition: 0.15s ease-in-out;
}
.img-thumbnail:hover, .img-thumbnail:focus {
background-color: #ff6600;
transition: 0.2s ease-in-out;
}
.img:hover {
opacity: 0.9;
}
.gallery a{
 display: block;
 position: relative;
 height: 0;
 padding-bottom: 100%
}
.fig-caption {
line-height: 1.25;
font-size: 14px;
}
.head-caption {
position: absolute;
text-align: center;
font-size: 45px;
font-weight:400;
text-shadow: 3px -3px 5px #747474;
color: #E6E6E6;
bottom: 20px;
width: 100%
}
.container {
width: 100%;
padding-right: 5px;
padding-left: 5px;
margin-right: auto;
margin-left: auto;
}
@font-face {
font-family: 'Glyphicons Halflings';
font-display: swap;
src: local('Glyphicons Halflings'),
url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff');
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-menu-right:before {
content: "\e258";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon {
font-family: "Glyphicons Halflings";
font-size: 20px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #FF5800;
text-decoration: blink;
margin-right: 20px;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
.head {
font-size: 45px;
font-weight: 300;
}
.page-head {
height: 250px
}
.coll {
font-size: 1.75rem;
}
.fig-caption {
font-size: 16px;
}
.head-caption {
font-size: 75px;
font-weight: 300
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
.head-caption {
font-size: 85px
}
.head {
font-size: 54px;
}
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.col-4, .col-6, .col-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-md-2, .col-md-3, .col-md-4, .col-lg-24, .col-lg-6, .col-xl-4 {
position: relative;
width: 100%;
padding: 0
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-ms-flex-order: -1;
order: -1;
}
@media (min-width: 576px) {
.col-sm-2, .col-sm-4 {
padding: 0 15px;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
}
@media (min-width: 768px) {
.col-md {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-md-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-md-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-md-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-md-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-md-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
}
@media (min-width: 992px) {
.col-lg-24 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.order-lg-first {
-ms-flex-order: -1;
order: -1;
}
.brand .col-lg-24{
	padding: 0 14px
}
}
@media (min-width: 1200px) {
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
}
.form-control {
display: block;
width: 85%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #FF7025;
outline: 0;
box-shadow: 0 0 0 0.1rem rgba(255,88,0,0.50);
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}

.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled {
background-color: #e9ecef;
opacity: 1;
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #28a745;
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #dc3545;
}
.form-inline {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
}
@media (min-width: 576px) {
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
}
.btn {
display: inline-block;
font-weight: 500;
color: #212529;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #F3F3F3;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;

}
@media (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover {
  animation: opacity 0.15s both;
color: #212529;
text-decoration: none;
}
.btn:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(255,88,0,1.00);
}
.btn:disabled {
opacity: 0.65;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #D55500;
border-color: #FF5800;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
box-shadow: 0 0 0 0.2rem rgba(255,88,0,0.50);
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #545b62;
border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #117a8b;
border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus {
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {
color: #212529;
background-color: #d39e00;
border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus {
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus {
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus {
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);

}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #1d2124;
border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
color: #333;
border-color: #FF5800;
}
.btn-outline-primary:hover {
  will-change: transform;
color: #fff;
background-color: #FF5800;
border-color: #FF5800;
}
.btn-outline-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(108,117,125,0.5);
}
.btn-outline-primary:disabled {
color: #FF5800;
background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #D55500;
border-color: #FF5800;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
box-shadow: 0 0 0 0.2rem rgba(255,88,0,0.50);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-block {
display: block;
width: 100%;
}
.collapse:not(.show) {
display: none;
}
.dropdown {
position: relative;
}
.dropdown-toggle {
white-space: nowrap;
}
.dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 8rem;
padding: 0.5rem 0;
font-size: 1.1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef;
}
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
color: #FF5800;
text-decoration: none;
background-color: #f8f9fa;
}
.dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #FF5800;
}
.dropdown-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: transparent;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
color: #fff;
background-color: #b3d7ff;
border-color: #b3d7ff;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
text-decoration: none;
}
.navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.4rem 1rem;
border-top-style: solid;
border-top-color: #FF5800;
}
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.1rem;
line-height: inherit;
white-space: nowrap;
background: url(../images/blank.gif)
}
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none;
}
.navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-nav li:hover>.dropdown-menu {
display: block;
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center;
}
.navbar-toggler {
padding: 0.1rem 0.4rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
text-decoration: none;
}
@media (max-width: 991.98px) {
.navbar-brand {
font-size: 1.3rem;
margin: 0 auto;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-lg .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
.navbar-light .navbar-brand {
color: #FF5800;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
color: #7F7F7F;
}
.navbar-light .navbar-nav .nav-link {
color: #333333;
font-size: 1rem;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: #FF5800;
}
.navbar-light .navbar-toggler {
color: rgba(255,88,0,1.00);
border-color: rgba(255,88,0,0.50);
}
.card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 2px solid rgba(0, 0, 0, 0.125);
margin: 7px;
border-radius: 0.3rem;
}
.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem 0.5rem;
}
.card-title {
margin-bottom: 0.75rem;
font-size:1.5rem;
}
.ora {
color: #FF5800
}
.card-header {
padding: 0.5rem 0;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.new .card-text {
min-height: 98px;
text-align: left;
margin-left: 0.25rem;
font-size: 1rem;
}
.footer {
background: #C1C1C1;
font-size: 1.1rem;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
opacity: .75;
}
.bg-light {
background-color: #F7F7F7 !important;
}
.d-none {
display: none !important;
}
.d-flex {
display: -ms-flexbox !important;
display: flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
}
@media (min-width: 576px) {
.float-sm-right {
float: right !important;
}
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
}
.m-0 {
margin: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.mt-1 {
margin-top: 0.25rem !important;
}
.mb-1, .my-1 {
margin-bottom: 0.25rem !important;
}
.mt-2, .my-2 {
margin-top: 0.5rem !important;
}
.mb-2, .my-2 {
margin-bottom: 0.5rem !important;
}
.mt-3 {
margin-top: 1rem !important;
}
.p-0 {
 padding: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.pb-0 {
 padding-bottom: 0 !important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}
.pr-0 {
padding-right: 0 !important;
}
.pt-0, .py-0 {
  padding-top: 0 !important;
}
.pt-2 {
padding-top: 0.5rem !important;
}
.px-4 {
padding-right: 1.5rem !important;
}
.pb-2 {
padding-bottom: 0.5rem !important;
}
.px-4 {
padding-left: 1.5rem !important;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}
.mr-auto {
margin-right: auto !important;
}
@media (min-width: 576px) {
.my-sm-0 {
margin-top: 0 !important;
}
.my-sm-0 {
margin-bottom: 0 !important;
}
.mr-sm-1 {
margin-right: 0.25rem !important;
}
.p-sm-0 {
padding: 0 !important;
}
.pl-sm-4 {
padding-left: 2rem !important;
}
}
@media (min-width: 992px) {
.my-lg-0 {
margin-top: 0 !important;
}
.my-lg-0 {
margin-bottom: 0 !important;
}
.ml-lg-0 {
margin-left: 0 !important;
}
.ml-lg-1 {
margin-left: 0.25rem !important;
}
.mt-lg-3 {
margin-top: 1rem !important;
}
}
.text-left {
text-align: left !important;
}
.text-center {
text-align: center !important;
}
@media (min-width: 576px) {
.text-sm-left {
text-align: left !important;
}
}
@media (min-width: 768px) {
.text-md-center {
text-align: center !important;
}
}
.font-weight-light {
font-weight: 300 !important;
}
.font-weight-normal {
font-weight: 400 !important;
}
.font-weight-5 {
font-weight: 500 !important;
}
.font-weight-bold {
font-weight: 600 !important;
}
@media print {
*, *::before, *::after {
text-shadow: none !important;
box-shadow: none !important;
}
a:not(.btn) {
text-decoration: underline;
}
img {
page-break-inside: avoid;
}
p, h2, h3 {
orphans: 3;
widows: 3;
}
h2, h3 {
page-break-after: avoid;
}
@page {
size: a3;
}
body {
min-width: 992px !important;
}
.container {
min-width: 992px !important;
}
.navbar {
display: none;
}
}
.social-slide {
height: 32px;
width: 32px;
float: left;
}
@keyframes opacity {
  0% {opacity: 0;}
  50% {opacity: 0.2;}
  100% {opacity: 1;}
}
.social-slide:hover {
animation: opacity 0.2s both;
background-position: 0 -32px;
box-shadow: 0 0 4px 1px rgba(0,0,0,.8);
}
.facebook {
background: url(../images/social/Facebook.png) 
}
.twitter {
background: url(../images/social/Twitter.png)
}
.google {
background: url(../images/social/Google.png)
}
.youtube {
background: url(../images/social/Youtube.png)
}
.instagram {
background: url(../images/social/Instagram.png)
}
.pinterest {
background: url(../images/social/Pinterest.png)
}
.houzz {
background: url(../images/social/houzz.png)
}
#hamburger {
width: 42px;
padding: 2px 8px;
margin: 0;
box-sizing: border-box
}
#hamburger span {
display: block;
height: 3px;
margin: 5px 0;
position: relative;
transform: rotate(0);
top: 0;
left: 0;
opacity: 1;
transition: .5s .5s ease;
transition-property: transform, top, left, opacity;
background: #FF5800
}
.mm-wrapper_opened #hamburger .top-bar {
transform: rotate(45deg);
top: 8px
}
.mm-wrapper_opened #hamburger .middle-bar {
opacity: 0;
left: -40px
}
.mm-wrapper_opened #hamburger .bottom-bar {
transform: rotate(-45deg);
top: -8px
}
#myBtn {
display: none;/* Hidden by default */
position: fixed;/* Fixed/sticky position */
right: 5px;/* Place the button 30px from the right */
bottom: 5px;
z-index: 99;/* Make sure it does not overlap */
border: 1px solid;
outline: none;/* Remove outline */
background-color: rgba(193,193,193,0.5);
color: white;/* Text color */
cursor: pointer;/* Add a mouse pointer on hover */
padding: 5px;/* Some padding */
border-radius: 10px;
width: 34px;
height: 34px;
font-weight: bold;
font-size: x-large;
line-height: 0;
}
#myBtn:hover {
background-color: gray
}
#more #collapse1.collapse:not(.show) {
display: block;
height: 3rem;
overflow: hidden
}
#more #collapse1.collapsing {
height: 3rem
}
#more link.collapsed:after {
content: '+ Show More'
}
#more link:not(.collapsed):after {
content: '- Show Less'
}