/* @imports
--------------*/
/*(@import url('http://cdn.myld.com.au/1/js/plugins/smartCaptcha/smartCaptcha-v1.0.min.css');

/* @font-faces
--------------*/

/* @general styles
-----------------*/
body {
    background: rgb(48,43,29);
    background: radial-gradient(circle, rgba(48,43,29,1) 0%, rgba(0,0,0,1) 100%);    
    background-color: black;
    font-family: '', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: white;
    line-height: 20px;
    overflow-x: hidden;
    text-align: center;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #ffd000;
    text-decoration: none;
}

p {
    margin: 0;
    padding: 10px 0
}

strong,
label,
dt {
    font-weight: 700;
}

dd {
    margin-bottom: 15px
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 20px 0;
    font-weight: 700;
}

h1 { font-size: 30px }
h2 { font-size: 25px }
h3 { font-size: 22px }
h4 { font-size: 17px }
h5 { font-size: 16px }

header,
main,
footer,
section,
.wrap {
    width: 100%;
    margin:  0;
    padding: 0;
}

.no-gutter {
    margin: 0;
    padding: 0
}

ul.no-gutter {
    list-style: none
}

ul.no-left-gutter,
ol.no-left-gutter {
    padding-left: 17px
}

.ease {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn {
    background-color: blue;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid white;
    text-transform: uppercase;
    color: white
}

.btn:hover {
    color: white
}

.btn-mini {
    font-size: 9px;    
}

.spacer10 {
    height: 10px
}

.spacer20 {
    height: 20px
}

.spacer30 {
    height: 30px
}

.spacer40 {
    height: 40px
}

.spacer50 {
    height: 50px
}

.spacer100 {
    height: 100px
}

#schema {
    display: none
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.align-left {
    float: left
}

.align-right {
    float: right
}

.align-center,
.divider {
    margin: 0 auto
}

.thumb {
    width: 100%
}

.hide {
    filter: alpha(opacity=0);
    opacity: 0;
}

.l-icon {
    padding-left: 40px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: left top 4px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.overlay .content {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 100%
}

.helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;    
}




/* -- HEADER -- */

.logo {
    padding: 30px;
    display: inline-block;
    clear: both;
    max-width: 100%;
}

.logo.type {
    padding-left: 60px;
}

.about > li {
    display: inline-block;
    padding: 10px 10px 10px 30px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 24px 24px;    
}

.about > li.address {
    background-image: url(../images/icon-address.png);
}

.about > li.phone {
    background-image: url(../images/icon-phone.png);
}

.about > li.fb {
    background-image: url(../images/icon-fb.png);
}

header {
    background: #115272;
    height: 400px
}








/* -- CONTENT -- */

video {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
    object-fit: cover;
}

main {
    position: relative;
    display: flex;
    height: 100vh;
    min-height: 550px;
    align-items: center;
    justify-content: center;
    z-index: 1
}

main:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
}

main > .container {
    position: relative;
    background-image: url(../images/bg-warning-signs.png);
    background-repeat: no-repeat;
    background-position: center top 20px;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 1
}




/* -- FOOTER -- */




/* @media queries
-----------------*/
@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/
}

@media (max-width: 767px) {
    main {
        min-height: 450px;

    }
    .logo {
        padding: 10px
    }
    .logo.icon {
        width: 200px
    }
    .logo.type {
        padding-left: 20px;
        padding-bottom: 30px
    }
}

@media (max-width: 480px) {
    .about > li {
        font-size: 12px
    }
}
