/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local(''),
         url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/open-sans-v34-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-regular - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-600 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local(''),
         url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-700 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local(''),
         url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-300italic - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local(''),
         url('../fonts/open-sans-v34-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/open-sans-v34-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-italic - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local(''),
         url('../fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/open-sans-v34-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-600italic - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local(''),
         url('../fonts/open-sans-v34-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/open-sans-v34-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-700italic - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local(''),
         url('../fonts/open-sans-v34-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/open-sans-v34-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;

	font-family: 'Open Sans', sans-serif;

}
body {
	line-height: 1.3;
	font:inherit;
    color:#fff;
    text-shadow:1px 1px 0 #000;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height:100.1%;
}
body, html {
 height: 100%;
 padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	background:#fff;
	font-size:62.5%;
}
a {
	outline:none;
}
a:link, a:visited, #footer a {
    color: #dc911b;
    text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

input, select, button {
	cursor: pointer;
}
input.btn:hover {
    background: #960;
    color: #000;
}
input:focus {
    background: rgba(0, 0, 0, 1);
}
input.btn {
    color: #fff;
}
input {
    padding: 5px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: 1px solid #fff;
}

h1, h2, h3, h4, h5, h6 {
    color: #cc8800;

    font-weight: bold;
    text-transform: uppercase;
}
h1 {
font-size:2em;
line-height:1;
margin-bottom:0.5em;
}
h2 {
font-size:18px;
margin-bottom:0.75em;
}
h3 {
font-size:17px;
line-height:1;
margin-bottom:1em;
}
h4 {
font-size:1.2em;
line-height:1.25;
margin-bottom:1.25em;
}
h5 {
font-size:1em;
font-weight:bold;
margin-bottom:1.5em;
}
h6 {
font-size:1em;
font-weight:bold;
}
p {
	margin: 0.8em 0;
	font-size:16px;
}
#footer p {
	margin:0;
}

hr {
    color: #fff!important;
    border: 1px solid #fff;
}
#incontent ul {
	padding-left:15px;
	list-style-type:disc;
}

#slider {
    position: fixed;
    width: 100%;
}
.slideshowck {
    height: 1080px!important;
}


#slider {
    position: fixed !important;
    width: 100%;
    height: 100vh;
    top: 0;
}

#all {
	position: relative;
    z-index: 1;
	text-align: left;
	font-size:1.35em;
}
#header {
	padding:0 10px;
}
#logo {
	margin-top:14px;
    text-align: center;
}

#container {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
}

#content {
	background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 0;
    order: 2;
}

#incontent {
	padding: 40px 20px 30px;
}


#sidebar2 {
    order: 1;
}

.menu_toggle {
    background: #dc911b none repeat scroll 0 0 !important;
    border: 0 solid #222;
    border-radius: 0;
    color: #fafafa;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 15px;
    display: block;
    width: 100%;
}

#insidebar2.hide {
    display: none;
}
#insidebar2 {
    max-height: 100vh;
    overflow-y: scroll;
}

#mfooter {
    order: 3;
    background: #000;
    height: 20px;
    padding: 2px;
    text-align: center;
}
#footer {
    display: none;
}
#sidebar2 {
    position: sticky;
    top: 0;
    background-color: #000;
}
#sidebar2 li {
    text-align: center;
    }

    #sidebar2 li a {
        background-color: rgba(0, 0, 0, 0.7);
        color: #ddd;
        display: inline-block;
        margin: 5px 0;
        padding: 10px;
        font-size: 17px;
    }
    #sidebar2 .active a {
        background-color: #960;
        color: #fff;
        text-decoration: none;
    }
    #sidebar2 li a:hover {
        background-color: #000;
        color: #fff;
        text-decoration: none;
    }

@media screen and (min-width: 768px) {
    .menu_toggle {
        display: none;
    }
    #container {
        grid-template-columns: 1fr 1fr;
    }
    #content {
        border-right: 1px solid #960;
        order: 1;
    }
    #mfooter {
        display: none;
    }
    #footer {
        display: block;
        padding: 10px;
        margin-top:30px;
    }
    #sidebar2 {
        display: flex;
        align-items: end;
        justify-content: end;
        height: 100vh;
        text-align: right;
        background-color: transparent;
    }
#sidebar2 li {
    text-align: right;
    }
    

    #insidebar2 {
        position: fixed;
        padding: 10px 10px 50px;
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        scrollbar-width: none;
    }
    #insidebar2.hide {
        display: block;
    }
}

.camera_wrap img {
    object-fit: cover;
}
.visform > fieldset > .row:not(.form-group) {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}

.visform .captchacode {
    display: block;
    margin-bottom: 10px;
}
.visform .captchacode + img {
    margin-left: 10em;;
}

.visform input[type="submit"] {
    margin: 1rem auto;
    display: block;
    font-size: 1.5rem;
}

.visform textarea {
    max-width: 100%;
    width: 100%;
}

#form2messagelbl {
    width: 100%;
}
.vis_mandatory {
    margin: 10px 0;
}

@media screen and (min-width: 1310px) {

    .visform > fieldset > .row:not(.form-group) {
        grid-template-columns: repeat(2, 1fr);

    }

    .visform .col-12:not(.w-50) {
        grid-column: span 2 / span 2;
    }
}