@charset "UTF-8";
/* CSS Document */


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

input[type="text"],  
input[type="number"],  
input[type="tel"],
input[type="email"],
select,  
textarea {    
    font-size: 1rem !important;  
}

html {    
    box-sizing: border-box;  
}    
*, *:before, *:after {    
    box-sizing: inherit;  
}

* {     
  margin: 0;    
  padding: 0;  
}


 html {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(14px + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 991px) {
  html {
    font-size: 16px;
  }
}

body {
        scroll-behavior: smooth;
        overflow-x: hidden !important;
        line-height: 1.5; 
        text-rendering: optimizeLegibility;
        font-family: 'Raleway', sans-serif;
        background-color: #000000;
}
html {
  overflow-x: hidden !important;
  position: relative;
  min-height: 100%;
}

a[href]:not([class]) {       
    text-decoration: none;  
    transition: all ease-in-out .3s;
}

a[href] {       
    text-decoration: none;  
    transition: all ease-in-out .3s;
}


.edje{
    color: #FFFFFF;
     text-decoration: none !important;  
    transition: all ease-in-out .3s;
}
.edje:hover{
    color: #000000;
}

button:focus {outline:0;}

.abs-center-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
   
}

.row-xlarge-gutter {
  margin-left: -80px;
  margin-right: -80px;
}

.row-xlarge-gutter > * {
  padding-left: 80px;
  padding-right: 80px;
}

.row-large-gutter {
  margin-left: -40px;
  margin-right: -40px;
}

.row-large-gutter > * {
  padding-left: 40px;
  padding-right: 40px;
}

.row-small-gutter {
  margin-left: -10px;
  margin-right: -10px;
}

.row-small-gutter > * {
  padding-left: 10px;
  padding-right: 10px;
}

.line-height-0{
    line-height: 0;
}
.line-height-1{
    line-height: 1 !important;
}

.line-height-2{
    line-height: 2;
}

.letter-space-3{
    letter-spacing: 3px;
}
.font-weight-300{
    font-weight: 300;
}

.font-weight-400{
    font-weight: 400;
}

.font-weight-500{
    font-weight: 500;
}
.font-weight-900 {
    font-weight: 900;
}
.text-shadow{
	text-shadow: 3px 4px 10px rgba(0,0,0,0.60);
}
.xsmall{
	font-size: 60%;
}

.z-index-10 {
    z-index: 10;
}

.border-2{
	border-width: 2px;
}

.border-3 {
  border-style: solid;
  border-width: 3px;
}
.border-4 {
  border-style: solid;
  border-width: 4px;
}
.border-5 {
  border-style: solid;
  border-width: 5px;
}

.border-30 {
  border-style: solid;
  border-width: 30px;
}


.box-shadow {
  -webkit-box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.40);
  box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.40);
}

#invisible{
	display: none;
}

/*-------------------RESPONSIVE TABLE---------------------*/
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table th,
table td {
  padding: .625em;
  text-align: center;
}
table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    
  }

  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:9999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
/*	background-image:url(../img/status.gif);*/ /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}


/* Sticky footer styles
-------------------------------------------------- */

body {

  /* Margin bottom by footer height */
  margin-bottom: 100px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 120px;
    background-image: url(images/bg-footer.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
z-index: 0;
padding-top: 15px;
}

footer {
	position: relative;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    outline: 0;
  border: none;
  -moz-outline-style: none;
}

.container-fluid.full-width {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}

.g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}


/* ANIMATED X */
.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #B6B6B6;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}
 
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
 
.navbar-toggler .middle-bar {
  opacity: 0;
}
 
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
 
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
 
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
 
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

/*================================================================================================*/


.bg-black{
    background-color: rgba(0,0,0,1.00);    
}
.navbar-brand {
    z-index: 10;
    height: auto;
    top: 10px;
    width: 35%;
}

.navbar {
    padding: 50px 20px;
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.90);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.90);
    background-image: -webkit-linear-gradient(270deg,rgba(33,33,33,1.00) 0.26%,rgba(0,0,0,1.00) 25.46%);
    background-image: -moz-linear-gradient(270deg,rgba(33,33,33,1.00) 0.26%,rgba(0,0,0,1.00) 25.46%);
    background-image: -o-linear-gradient(270deg,rgba(33,33,33,1.00) 0.26%,rgba(0,0,0,1.00) 25.46%);
    background-image: linear-gradient(180deg,rgba(33,33,33,1.00) 0.26%,rgba(0,0,0,1.00) 25.46%);
}

.navbar-dark .nav-item .nav-link{
    font-family: 'Oswald', sans-serif;
    color: rgba(255,255,255,1.00);
    text-transform: uppercase;
}

.navbar-dark .nav-item .nav-link:hover{
    color: rgba(42,148,61,1.00);
}

#left-nav .navbar-nav, #right-nav .navbar-nav{
    width: 50% !important;
}

#carouselFade {
    margin-top: 135px;
}

.dropdown>.dropdown-menu {
opacity: 0;
transition: ease 1s;
left: 50% !important;
  transform: translateX(-50%) !important;
  top: 100% !important;
min-width: 230px;
}

.dropdown:hover>.dropdown-menu {
opacity: 1;
  display: block;
}

.dropdown-item:hover{
    background-color: rgba(255,253,253,0.08);
    color: rgba(255,255,255,1.00);
}

.dropdown-toggle::after {
    color: rgba(113,98,0,1.00);

}

.bg-dark-grey {
    background-color: rgba(23,23,23,1.00);    
}

.border-black {
    border-color: rgba(0,0,0,1.00) !important;    
}

#hero {
    position: relative;
    top: -300px;
    z-index: 30;
    margin-bottom: -500px;
}



.text-gold {
    color: rgba(113,98,0,1.00);
}
.border-green{
      border-color: rgba(42,148,61,1.00) !important;    
}

.text-green {
    color: rgba(42,148,61,1.00);
}

.bg-green{
    background-color: rgba(42,148,61,1.00);    
}

.font-script {
    font-family: 'Great Vibes', cursive;
}


.font-condensed {
    font-family: 'Oswald', sans-serif;
}

.dropdown-item{
    color: rgba(255,255,255,1.00)
}

.bg-green-pic{
    background-image: url(images/bg-green-pic.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-trans-dark-green {
    background-color: rgba(1,38,7,0.75);
}

.text-bright-gold {
    color: rgba(191,166,1,1.00)    
}

#callouts a .card .fa-circle, .link .fa-circle {
    color: rgba(113,98,0,1.00) ; 
    
}

#callouts a:hover .card .fa-circle, .link:hover .fa-circle  {
    color: rgba(220,191,2,1.00) ;    
}

#callouts a:hover .card .fa-plus, .link:hover .fa-plus  {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: ease .3s
}

#contact {
    position: relative;
    z-index: 100;

}

#contact a  .fa-circle {
    color: rgba(42,148,61,1.00) ; 
    
}
¨
#contact a:hover .fa-circle {
    color: rgba(23,220,58,1.00) ;    
}

#contact a:hover .fa-plus {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: ease .3s
}
   #callouts .card-footer .h5, .link .h5{
        margin-left: -1.2rem;
    }

#feature {
    margin-top: 140px;
}

.link{
    color: rgba(42,148,61,1.00) ; 
}


.link:hover{
    color: rgba(113,98,0,1.00) ; 
}

.nav-pills .nav-link.active{
	background-color: rgba(113,98,0,1.00);
}

.nav-pills .nav-link {
	background-color: rgba(39,39,39,1.00);
	color: rgba(39,152,62,1.00)
}

/*-------------------------------------------------GALLERY---------------------------------------------*/
#sgallery .flexbox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 50vw;
}
.flexbox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 210vw;
}


.flexbox:hover img {
  opacity: 0.28;
}
.flexbox .item {
  position: relative;
  width: 20%;
}
.flexbox .item img {
  width: 100%;
  display: block;
  transition: all .8s;
}
.flexbox .item .title {
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  padding: 0 3%;
  font-size: 1.5rem;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.42);
color: rgba(255,255,255,1.00);
text-align: center;
}
.flexbox .item:hover img {
  opacity: 1;
}

@media (max-width: 991px) {
  .flexbox {
    height: 685vw;
  }
	
  #sgallery .flexbox {
    height: 140vw;
  }
  .flexbox .item {
    width: 33.33%;
  }
}
@media (max-width: 667px) {
  .flexbox {
    height: 1450vw;
  }
	
 #sgallery .flexbox {
    height: 300vw;
  }
	
  .flexbox .item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .flexbox {
    height: 1470vw;
  }

 #sgallery .flexbox {
    height: 300vw;
  }
	
  .flexbox .item {
    width: 50%;
  }
}
@media (max-width: 425px) {
  .flexbox {
    height: auto;
  }
 #sgallery .flexbox {
    height: auto;
  }
  .flexbox .item {
    width: 100%;
  }
}

/*------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:1660px){
    #hero {
    position: relative;
    top: -250px;
    z-index: 30;
    margin-bottom: -450px;
}
	.navbar-brand {
    z-index: 10;
    height: auto;
    top: 10px;
    width: 25%;
}
	#left-nav .navbar-nav, #right-nav .navbar-nav{
    width: 65% !important;
	margin-top: 2rem;
}
}

@media screen and (max-width:1520px){
    #hero {
    position: relative;
    top: -250px;
    z-index: 30;
    margin-bottom: -400px;
}


.navbar {
padding: 25px 20px;
}
}

@media screen and (max-width:1440px){
    #hero {
    position: relative;
    top: -200px;
    z-index: 30;
    margin-bottom: -400px;
}
    #content h1.display-4 {
        font-size: 3rem;
    }
    #callouts .card-footer .h5, .link .h5{
        margin-left: 0;
		font-size: 1.1rem;
    }
}

@media screen and (max-width:1300px){
    #hero {
    position: relative;
    top: -200px;
    z-index: 30;
    margin-bottom: -350px;
}
    #content h1.display-4 {
        font-size: 3rem;
    }
    
    #carouselFade {
    margin-top: 85px;
}
}
@media screen and (max-width:1199px){
    .row-xlarge-gutter {
  margin-left: -15px;
  margin-right: -15px;
}

.row-xlarge-gutter > * {
  padding-left: 15px;
  padding-right: 15px;
}
    
    #callouts .card-footer .h5{
        font-size: 1rem;
    }
			.navbar-brand {
    z-index: 10;
    height: auto;
    top: 10px;
    width: 20%;
}
		#left-nav .navbar-nav, #right-nav .navbar-nav{
    width: 68% !important;
	margin-top: 1rem;
}	
	    #hero {
    position: relative;
    top: -290px;
    z-index: 30;
    margin-bottom: -320px;
}
    
}

@media screen and (max-width:1100px){
    
        #hero {
    position: relative;
    top: -220px;
    z-index: 30;
    margin-bottom: -250px;
}
    
    .border-30{
        border-width: 15px;
    }
       #callouts .card-footer .h5{
        margin-left: -.9rem;
    }

.navbar-dark .nav-item .nav-link{
    font-size: .9rem;
}
}

@media screen and (max-width:991px){
#hero {
    position: relative;
    top: -150px;
    z-index: 30;
    margin-bottom: -150px;
}
    
#left-nav .navbar-nav, #right-nav .navbar-nav{
    width: 100% !important;
}
	.navbar-dark .nav-item .nav-link{
    font-size: 1.1rem;
}
    

.dropdown>.dropdown-menu {
opacity: 1;
transition: ease 1s;
left: 0 !important;
  transform: translateX(0) !important;
  top: 0 !important;
min-width: 0px;
    display: block;
margin-bottom: 70px;
position: relative;
}

.dropdown:hover>.dropdown-menu {
opacity: 1;
  display: block;
}

.dropdown-item:hover{
    background-color: rgba(255,253,253,0.08);
    color: rgba(255,255,255,1.00);
}

.dropdown-toggle::after {
    color: rgba(113,98,0,1.00);

}    
	.navbar-brand {
    z-index: 10;
    height: auto;
    top: 10px;
    width: 45%;
}
}

@media screen and (max-width:768px){
    
#hero {
    position: relative;
    top: -100px;
    z-index: 30;
    margin-bottom: -100px;
}
        #content h1.display-4 {
        font-size: 2.5rem;
    }

       #callouts .card-footer .h5{
        margin-left: -1rem;
    }
}

@media screen and (max-width:767px){
    body {

  /* Margin bottom by footer height */
  margin-bottom: 0px;
}
.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: auto;
    background-image: url(images/bg-footer.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
z-index: 0;
}
    .dropdown>.dropdown-menu {
opacity: 1;
transition: ease 1s;
left: 0 !important;
  transform: translateX(0) !important;
  top: 0 !important;
min-width: 0px;
    display: block;
margin-bottom: 60px;
position: relative;
}
	.fixed-top {
		position: relative !important;
	}
	#feature, #carouselFade {
    margin-top: 0px;
}
}

@media screen and (max-width:575px){
    #hero {
    position: relative;
    top: -60px;
    z-index: 30;
    margin-bottom: -60px;
}
    
    #content span.display-3.font-script {
        font-size: 4rem;
    }
        .dropdown>.dropdown-menu {
opacity: 1;
transition: ease 1s;
left: 0 !important;
  transform: translateX(0) !important;
  top: 0 !important;
min-width: 0px;
    display: block;
margin-bottom: 40px;
position: relative;
}
}

@media screen and (max-width:425px){
        .navbar-brand {
    z-index: 10;
    height: auto;
    top: 10px;
    width: 55%;
}
        .border-30{
        border-width: 10px;
    }
       #callouts .card-footer .h5{
        margin-left: -.5rem;
    }
            .dropdown>.dropdown-menu {
opacity: 1;
transition: ease 1s;
left: 0 !important;
  transform: translateX(0) !important;
  top: 0 !important;
min-width: 0px;
    display: block;
margin-bottom: 25px;
position: relative;
}
}

@media screen and (max-width:320px){
.dropdown>.dropdown-menu {
opacity: 1;
transition: ease 1s;
left: 0 !important;
  transform: translateX(0) !important;
  top: 0 !important;
min-width: 0px;
    display: block;
margin-bottom: 10px;
position: relative;
}
        #hero {
    position: relative;
    top: -20px;
    z-index: 30;
    margin-bottom: -30px;
}
    #contact .h5 {
        font-size: 1rem;
    }
    #contact h2{
        font-size: 1.5rem;
    }
       #callouts .card-footer .fa-stack{
        margin-left: -1rem;
        margin-right: 1rem;
        width: 8rem;
    }
       #callouts .card-footer {
        margin-left: 0rem;
    }
}
