@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&family=Poppins:wght@100;300&family=Roboto:wght@100;300&family=Lato:wght@300;700&family=Open+Sans:wght@300;700;800&family=Source+Sans+Pro:wght@300&display=swap');



:root{
  --body-bg-color: #081e3c;
  --site-background-color: #f5f5f5;
  --site-panel-color-dark: #131313; 
  --site-text-color-default: #000000;
  --site-padding: 1rem;  
  --color-black: #000000;
  --accented-color-1: #fd3190;
  --accented-color-2: #27538c;
  --accented-color-3: #CDE6F5;  
  --accented-color-3: #87919E;
  --accented-color-4: #707078;
}
.competition-section {
    width: 98%;
    margin: 0px auto 45px auto;
    max-width: 1650px;
}
.separator {
    position: relative;
    width: 100%;
    height: 60px;
    background: linear-gradient(28deg, #f8be22 30%, #ff4500 70%);
    transform: rotate(0deg);
    margin-top: -60px;
    margin-bottom: -50px;
    z-index: -1;
}
.slanted_strip {
    background-color: var(--accented-color-2);
    height: 40px;
    transform: skew(0deg,-5deg);
    -ms-transform: skew(0deg,-10deg);
    -webkit-transform: skew(0deg,-1deg);
    position: relative;
    margin-top: -20px;
    z-index: -1;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px; /* Adjust for desktop */
    color: #FF4500; /* A contrasting color for attention */
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* Subtle shadow for depth */
}

@media (max-width: 768px) {
    h1 {
        font-size: 34px; /* Adjust for mobile */
    }
}

#loginBox {
    color: #fff;
}
.topLoginForm{
    color: #fff;
}

.cartBar{
    background-color: #0b1404;;
    padding: var(--site-padding);
}
.cartBar a{
    color: #fff;
}
.loginBox,
.regBox{
    min-height: 250px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 25px;
}

.question{
    font-size: 1.5em;
}
.answers{
    clear: both;
}
.btn-answer:hover{
    background-color: green;
}
.btn-answer{
    background-color: #39adff;
    color: #fff;
    width: 130px;
    height: 31px;
    border: 2px solid #359ee8;
    margin: 3px;
    text-align: center;
    padding-top: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.btn-answer.selected{
    background-color: yellow;
    border-color: yellow;
    color: #000;
}


a.toplink {
    text-decoration: none;
    margin-right: 1rem;
    font-size: .8rem;
}
@media(max-width:768px){

    a.toplink {
        position: relative;
        left: 0;
        
    }   
}

.sm-image a img{
    max-width: 204px;
    margin: 10px 5px;
    padding: 0;
    max-height: 101px;
}
 

.sb-sm{
    max-width: 80% !important;
    text-align: center;
}
.expired{
    padding: var(--site-padding);
    background-color: red;
}

.timerOutput{
    font-size: 2rem;
    text-align: center;
    float: left;
    padding:15px;
    background-color: #f8bf22; 
    min-width: 25%;
    border-radius: 10px;
}
.timerOutput .text-sm{
    font-size: 14px;
}
.step {
    font-size: 1em;
    font-weight: 800;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 18px;
    padding: var(--site-padding);
    clear: both;
}

#ticket_numbers{
    height: 175px;
    overflow-x: overlay; 
}
.comptetition-item {
    padding: 2rem;
    margin-bottom: 3rem;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #ddd;
}
.comptetition-item:hover {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 40px 0px rgba(255,255,255,1);
}
.price-holder {
    position: relative;
    background: #fff;
    color: #000;
    padding: 10px;
    font-weight: 800;
    line-height: 1em;
    font-size: 1.2em;
}
.price-holder small {
    font-size: .9em;
    font-weight: 300;
}

.grid-heading a {
    color: #000;
    font-weight: 800;
    text-decoration: none;
    font-size: 1.3rem;
}
.grid-heading {
    min-height: 50px;
    text-align: center;
    margin-top: 12px;
}

.ticket.selected{
    background-color: green;
    border: 2px solid green;    
}
.ticket:focus{
    background-color: red;
}
.ticket.reserved{
    background-color: #f1ecaf;
    border: 3px solid #f5f5f5;
    font-size: .8em;
    padding-top: 4px;
    cursor: not-allowed;
    color: #000;
}
.ticket.sold{
    background-color: #e6e6e6;
    border: 3px solid #fff;
    font-size: .8em;
    padding-top: 7px;
    cursor: not-allowed;
}
.ticket.reserved:hover,
.ticket.sold:hover{
    background-color: red;
    cursor: not-allowed;
}
.ticket{
    background-color: #39adff;
    color: #fff;
    float: left;
    width: 47px;
    height: 29px;
    border: 0px solid #359ee8;
    margin: 3px;
    text-align: center;
    padding-top: 4px;
    border-radius: 5px;
    cursor: pointer;
}
.ticket:hover{
    background-color: green;
    color: #fff;
}

picture{
    width: -webkit-fill-available;
    border: 1px solid #f5f5f5;
    padding: var(--site-padding);
    height: -webkit-fill-available;
}
#progress-value {
    padding-top: 15px;
}
progress[value] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    border: none;
    margin-bottom: 5px;
}
progress[value]::-webkit-progress-bar {
  background-color: red;
  border-radius: 2px;
}
progress[value]::-webkit-progress-value {
    background-color:#8bcf69;   
    border-radius: 2px; 
}


.comp-text{
    clear: both;
    padding-top: 40px;
    padding-bottom: 40px;    

}

.price{
    font-size: 20px;
    padding-top: 5px;
}
.grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Create 3 equal columns that sits next to each other */
.grid-item {
    flex: 33%;
    max-width: 33%;
    padding: 0px 15px;
    min-height: 400px;
    border: 1px solid #ddd;
    position: relative;
    padding-bottom: 15px;
}

.grid-item div {
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media only screen and (max-device-width: 991px) {
  .grid-item {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media only screen and (max-device-width: 660px) {
  .grid-item {
    flex: 100%;
    max-width: 100%;
  }
}


.product_detail {
    background: #566057;
    padding: 20px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 150px;
}
.prod_price,
.prod_era,
.prod_dim,
.prod_postage{

}
.prod_price{
    font-weight: 800;
    font-size: 20px;
}
.prod_era{
    font-weight: 300;
}

.tagline {
    text-align: right;
    font-size: 23px;
    margin-top: 13px;
}

.onTop{
    z-index: 9999;
}
body {
    background-color: var(--body-bg-color);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background: linear-gradient(45deg, #03283e, #0a021e);
}
#sideOpen{
    display: none;
}
.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 368px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;

}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

.smallHeader{
    padding: var(--site-padding);
    background-color: #fff;
    border-bottom: 3px solid #ccc;
    display: none;

}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}
.opac{
	opacity: 0.4;
}

ul.menu-items {
    list-style: none;
    list-style-type: none;
}
a.menu-item{
    text-decoration: none;
    display: block;
    white-space: nowrap;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1;
    border-bottom: 1px solid #eee;
    padding: 12px;
    color: #111;
    padding-right: 60px;

}
a.menu-item:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ec1a46; /* pink */
}
ul.subCat {
    padding-left: 0;
}
ul.subCat li {
    list-style: none;
    list-style-type: none;
}
ul.subCat li a.menu-item {
    font-size: 14px;
    padding-left: 30px;
}
ul.subCat li a.menu-item:hover {
	text-decoration: none;
	color: #fff;
    background-color: #ea2d32;	
}



#sideOpenSM{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;
    background-color: transparent;
}
#sideCloseSM {
    cursor: pointer;
    padding-top: 10px;
    float: right;
    padding-right: 20px;
}

#sideOpen {
    position: absolute;
    z-index: 99;
    background-color: transparent;
    display: none;
    color: #fff;
    font-weight: 800;
}
#sideClose{
    cursor: pointer;
    padding: 75%;
    padding-bottom: 20px;
    padding-top: 30px;
}
  .openNav #page {
    left: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    -moz-transform: translate3d(30%, 0, 0);
    -ms-transform: translate3d(30%, 0, 0);
    -o-transform: translate3d(30%, 0, 0);

    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
  }
  
  #page {
    left: 0;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
  }

.sidebar{
    height: 100vh;
    background: #0d1127;
    border-right: 7px solid #ffcb05;
    color: #fff;
    overflow-x: hidden;
}


.text_position_center {
    text-align: center;
}
.text_position_left {
	padding-right: 50%;
    text-align: center;
}
.text_position_right {
	padding-left: 50%;	
    text-align: center;
}
.section{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}



.linkHolder{
	padding-top: 15px;
}

a.topNavLinkLg {
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    letter-spacing: -1px;
    text-decoration: none;
}

a.topNavLinkLg:hover{
	color: #ea2e31;
}




.findUs {
    color: #fff;
    position: absolute;
    left: 240px;
    top: 15px;
}
p{ margin-bottom: 15px;}
.lead.whiteText {
    color: #fff;
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.container.whiteText{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;

}

.top-align{
	vertical-align: top;
	position: relative;
}



.footTitle{
	font-size: 20px;
	font-weight: 600;
	margin-top: 15px;
}
.footText{
	font-weight: 300;
}


.uparrow-black{
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 35px solid #2c2c2c;
    z-index: 100;
    position: absolute;
    top: -20px;
    left: 50%;
}
.uparrow-footer{
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 35px solid #ea2d32;
    z-index: 100;
    position: absolute;
    top: -20px;
    left: 50%;
}
.footer
h3,.section h3 {
    font-weight: 200;
    margin: 14px 0;
    font-size: 25px;

}
.footer-inner {
    padding-top: 40px;
}
.scroll{ 
    transform: translateY(10px);
    transition: all 0.5s ease-in; 
    opacity:1;
      }
.fade-scroller{ 
	transform: translateY(0);opacity:1;
}


.container{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}


@media (min-width: 1440px){
    .container {
        max-width: 1750px;
    }
}
.container h1,.container h2{
    word-wrap: break-word;
    clear: both;
}
.container h1,.container h2{
    word-wrap: break-word;
    clear: both;

}


.container > div > h1.s_heading_small {
    font-size: 5rem;
    word-wrap: break-word;
    font-weight: 400;
    text-transform: none;
    color: #fff;
}

.container > div > h1.s_heading_large {
    font-size: 6rem;
    word-wrap: break-word;
    font-weight: 800;
    text-transform: none;
}

	.list-group-item-heading{
	    font-size: 15px;
	    margin-top: 15px;
	}
	.list-group-item.active, 
	.list-group-item.active:hover, 
	.list-group-item.active:focus {
	    z-index: 2;
	    background-color: transparent;
        border-color: #ddd;
        color: #000;
	}
	.textLg{
	    font-family: 'Anton',sans-serif;
	    font-size: 35px;
	    text-transform: uppercase;
	}

    .btn-pos{
        position: absolute;
        bottom: 10px;
        right: 10px;

    }
	.btn-custom{
        background-color: #1bb320;
        border-color: transparent;
        color: #ffffff;
        width: 100%;
        border-radius: 30px;
        padding: 10px 0 10px 0px;
	}
    .btn-custom:hover, .btn-custom:focus {
        background-color: #ff4500;
        border-color: transparent;
        color: #000;
    }
	.btn-custom-2{
	    background-color: #ea2d32;
	    color: #fff;
	    text-transform: uppercase;
	}	
		.btn-custom-2:hover{
			background-color: #ea2d32;
			border-color: #ea2d32;
			color: #fff;
		}

	.btn-customer{
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 15px;
        font-size: 13px;
        color: #ffcb03;	
	}
		.btn-customer:hover{
			background-color: #ea2d32;
			border-color: #ea2d32;
		}


	.fa-2{ font-size: 2rem; }
	.fa-3{ font-size: 3rem; }
    .fa-5{ font-size: 5rem; }   
     
	#contactFrm{
		display: none;
	    background-color: #ea2d31;
	    text-align: center;
	    color: #fff;
	    margin-bottom: 0px;
	    padding-bottom: 40px;
	    border-bottom: 5px solid #fff;
	}
	#contactFrm .contactTitle{
	    font-family: 'Anton',sans-serif;
	    font-size: 35px;
	}
	#contactFrm .contactTitle-sm{
	    font-family: 'Anton',sans-serif;
	    font-size: 25px;
	}	
	#contactFrm .contactTitle > span{
		font-family: 'Roboto',sans-serif;
		font-size: 17px;
		padding-left: 20px;
	}


	.fpad{
		padding: 10px;
	}
	#hideContactFrmBtn{
		cursor: pointer;
	}

.padded{
	padding: var(--site-padding);
	text-align: center;
}
.fa2{ font-size: 2rem;}
.fa3{ font-size: 3rem;}
.fa4{ font-size: 4rem;}
.fa5{ font-size: 5rem;}
.d01s{
	-webkit-animation-delay: .1s; 
    animation-delay: .1s;
}
.d02s{
	-webkit-animation-delay: .2s; 
    animation-delay: .2s;
}
.d03s{
	-webkit-animation-delay: .3s; 
    animation-delay: .3s;
}
.d04s{
	-webkit-animation-delay: .4s; 
    animation-delay: .4s;
}
.d05s{
	-webkit-animation-delay: .5s; 
    animation-delay: .5s;
}
.d06s{
	-webkit-animation-delay: .6s; 
    animation-delay: .6s;
}
.d08s{
	-webkit-animation-delay: .8s; 
    animation-delay: .8s;
}
.d1s{
	-webkit-animation-delay: 1s; 
    animation-delay: 1s;
}



.centeredText{
	text-align: center;
}

.fixedPos{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    border-bottom: 4px solid #fff;
    padding: 0px 0 2px 0;
}
.overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 400px;
    top: 400px;
    margin-top: -400px;
}

.topSocial {
    padding-top: 7px;
    text-align: right;
}
ul.social_icons {margin:0; padding:0; list-style-type:none; display:inline-block;}
ul.social_icons li {display:inline-block; margin:0 5px;}
.resize{
	padding:10px;
}
.text-muted{
	color: #eee;
}
.text-muted > a{
	color: #fff;
	font-size: 0.8rem;
}




	.right_holder {
	    padding: 20px 0px;
	}



.article-teaser{
    margin-bottom: 30px;
    padding-top: 1px;
    padding-bottom: 0;
    border-radius: 15px;
    min-height: 500px;
}

.article-teaser > h3{
    font-size: 22px;   
}
.article-teaser > h3 > a {
    color: #000;
    font-weight: 400;
}

.article-image {
    max-height: 250px;
    width: 100%;
    height: 300px;
    margin: 8px 0px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    border-radius: 10px;
}
.article-image-view {
    max-height: 620px;
    width: 100%;
    height: 800px;
    margin: 8px 0px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
}
.article-text{
    color: #000;
    max-height: 200px;
    overflow: hidden;
    font-size: .9em;
    line-height: 1.4em;
}
.article-text > a {
    color: #000;
    font-weight: 400;
}
.article-teaser > h3 > a:hover,
.article-text > a:hover {
    color: #000;
    text-decoration: none;
}

.navbar {
    margin-bottom: 0;
    padding-top: 12px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.topNavSection{
    background: #4e632b;
    color: #fff;
    padding: 0;
}
.topNavSection > a{
	color: #fff;
}
#cookieNotification{
	display: none;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    border-top: 10px solid #ddd;
    position: absolute;
    top: 0px;
    text-align: center;
    padding: 25px;
}
.cookie-inner{
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden;
    padding-left: 5%;
}
.socialIcons{

}
    img.socialicon {
        max-width: 22px;
        margin-left: -15px;
    }
.socialIcons-sm{

}
.social_link{
    min-width: 50px;
}
    img.socialicon-sm {
        max-width: 20px;
    }


.section {
	min-height: 50px;
	position: relative;	
    margin-bottom: 10px;    
}

#map-canvas {
	width: 100%;
	margin-top: 0px;
	height: 400px;
}
.topNavBar {

}
.topNavBar a{
    color: #fff;
}
.mainHeader {

  min-height: 150px;
}

.lead{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	font-family: "Roboto", sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;	
}
a{
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}


.panel-default>.panel-heading {
	color: #333;
	background-color: transparent;
	border-color: transparent;
}
.panel-heading {
	padding: 10px 15px 0;
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
}
.panel-heading a,.panel-heading a:hover{
    color: #000;
    text-decoration: none;
    font-weight: 800;
    font-size: 2.5rem;
}

.page-outer{
    
    padding: 80px 0;
    color: #fff;
    
}
.card{
    color: #000;
}
.page-detail{
    padding: 80px 0px;
    line-height: 1.5em;
    font-weight: 300;
    font-size: 17px;
}
.page-detail > h1 {
    font-size: 36px;
    letter-spacing: 0;
    text-transform: none;
}

.page-detail > div > li {
	margin-left: 15px;
	margin-bottom: 10px;
}

#toTop {
    background: url(site-img/top.png) center top no-repeat;
    background-color: #f8be22;
    border: none;
    bottom: 4% !important;
    right: 4%;
    color: transparent;
    height: 40px;
    width: 40px;
    overflow: hidden;
    position: fixed;
    z-index: 20;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    display: none;
    /* will-change: transform; */
}


#mainImg{
	text-align: center;
}

img,
img.mainimage{
	max-width: 100%;
}


#thumbs{
	text-align: center;
	display: table;
	margin-bottom: 20px;
}


#thumbs > .sm-image {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
#thumbs > .sm-image > a > img{
    max-width: 120px;
    max-height: 120px;
    -webkit-column-span: all;
    column-span: all;
    margin-top: 4px;
    padding-right: 5px;
}


.thImage{
	max-width: 100%;
}



.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.sm-image:hover .fancybox {
  opacity: 0.3;
}

.sm-image:hover .middle {
  opacity: 1;
}

.text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

nav {
    background-color: transparent;
}


a.topNavLink:first-child {
    color: #fff;
    font-size: 24px;
    padding-left: 0;
    font-weight: 800;
    padding-right: 30px;
    text-decoration: none;
}
a.topNavLink {
    color: #fff;
    font-size: 24px;
    padding-left: 0;
    font-weight: 800;
    padding-right: 30px;
    text-decoration: none;
}
.navbar-toggle {
    float: left;
    margin-right: 0;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-brand {
	cursor: pointer;
	color: #fff;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
  background-color:transparent; 
}
.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a.active {
    background-color: transparent;
    text-decoration: none;
}

.navbar-default .navbar-nav>li>a.active {
  background-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}


	/* carousel section */

        #carousel {
           
        }
		#carouselOuter{
			margin-bottom: 0px;
		}

		.carousel-caption{
		    background-color: rgba(98, 109, 99,0.6);
            padding-bottom: 30px;
            margin-bottom: 40px;
		}
		.carousel-caption > .heading {
		    font-size:  45px;
            text-transform: uppercase;
            padding: 25px;
            line-height: initial;
		}

		.carousel-caption > p.c_text{
		    width: 100%;
		    font-size: 17px;
		    color: #fff;
		    line-height: 1.1rem;
		    padding-left: 25%;
		    padding-right: 25%;
		}		
		.carousel .item {
			height: 650px;
			background-repeat: no-repeat;
			background-size: cover;
  		}
		.carousel-inner > .item > img {
		  position: absolute;
		  top: 0;
		  left: 0;
		  min-width: 100%;
		}

		.carousel-caption > .hi_desc{
		    overflow: hidden;
		    font-family: 'Anton',sans-serif;
		    font-size: 20px;
		    padding-left: 10%;
		    padding-right: 10%;
		}
		.carousel-indicators li {
			display: none;
		}
		.carousel-control.left,
		.carousel-control.right {
			background:none;
		}

		.headline{
			background-color: #9dcfca;
			padding: 20px;
		}
		.headline > .container > h1{
			color: #704826;
			text-transform: none;
			letter-spacing: -1px;
			font-size: 34px;
		}




.responsive-image{
	max-width:100%;
}


.logo-sm{
	padding: 5px;
}


html {
    line-height: 100%;
    position: relative;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

body {
  /* margin the page bottom by footer height */
  margin-bottom: 335px;
  background-color: var(--body-bg-color);
}

#cont1 {
   margin-top: 20px;

}
.mainPanel{
	/*background-color: #fff;
    padding: 0 40px 0 0px;*/
}
.contentPanel{
   /* float: left;*/
    /*margin-top: 40px;*/
    padding: 10px;
}

.footer-social {
    width: 100%;
    position: relative;
    height: 50px;
}
.footer-social-inner {
    position: absolute;
    top: 0;
    left: 40%;
    margin-top: 7px;
}


#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 50px;
    margin-top: 40px;
    background-color: var(--color-black);
}
#footer a{
    color: #fff;
}
#footer a:hover, 
#footer a:focus {
    color: #ffcb05;
    text-decoration: none;
}
#footer .sectHeader {
    font-size: 17px;
    margin-bottom: 6px;
}
.copyright{
    text-align: center;
    clear: both;
    width: 100%;
    padding: 0;
    color: #fff;
}
.copyright a{
	color: #fff;
}



#footer .comp_address{
    margin-top: 35px;
    margin-bottom: 35px;
    
}

.comp_email a {
    color: #fff;
}

ul#double{
    /*
    -webkit-column-count: 2; 
    -moz-column-count: 2; 
    column-count: 2;
    */
}

ul.footer-link {
    padding-left: 0;
}
ul.footer-link li{

}
ul.footer-link li a {
	color: #fff;
}
ul.footer-link li a:hover {
    text-decoration: none;
    color: #ea2d32;
}


.breadcrumb {
	margin-bottom: 0px;
}
ol.breadcrumb  {
 background-color: transparent;
}
ol.breadcrumb li a {
    color: #ccc;
    margin-left: 13px;
}
.centeredImage{
    text-align: center;
    position: absolute;
    bottom: -13px;
    left: 15%;
    right: 15%;
 }

.item.active {
  background-position: 0 100%;
}

.topContact {
    font-size: 20px;
    letter-spacing: 2px;
    padding-top: 50px;
    width: 100%;
    text-align: right;
    font-weight: 800;
    text-transform: uppercase;
}

.phoneNumber {
    font-size: 38px;
    margin: -9px -4px -11px 0;
    padding: 0;
}
.emailAddress {
    font-size: 67%;
    margin-top: 5px;
}

.vmid{
    padding-top: 35px;
}


.testimonial {
    padding: 5px;
    margin-bottom: 20px;
    width: 100%;
}
.test-heading {
    background-color: #33cc33;
    padding: 10px 15px;
    color: #fff;
    font-size: 22px;
    font-family: 'Cinzel', sans-serif;
    clear: both;
}
.test-title{
    font-size: 16px;
    padding: 10px 15px; 
    font-weight: 700;
    color: #03774d;
    text-align: center;
}
.test-text{
    position: relative;
    font-size: 17px;
    padding: 20px;
    margin-left: 15px;
    font-style: italic;
}

.test-name{
    font-size: 12px;
    margin-left: 34px;
}

.quote-start,
.quote-end{
    font-family: 'Source Sans Pro';
    position: absolute;    
    color: #03774d;
    font-weight: 800;
    font-size: 5em;    
}
.quote-start {
    top: -10px;
    left: -40px;
}
.quote-start:before {
    content: "“";
}
.quote-end {
    bottom: -40px;
    right: -5px;
}
.quote-end:after {
    content: "”";
}

.is-countdown {
    font-weight: 800;
    font-size: 26px;
    color: #ff4500;
    background-color: #06162f;
    border-radius: 8px;
    padding: 25px;
}









.w-10, .w-xs-10 { width: 10% !important; }
.w-15, .w-xs-15 { width: 15% !important; }
.w-20, .w-xs-20 { width: 20% !important; }

/* BREAKPOINTS */

/* SM breakpoint */
@media (min-width: 576px) {
    .w-sm-10 { width: 10% !important; }
    .w-sm-15 { width: 15% !important; }
    .w-sm-20 { width: 20% !important; }
}

/* MD breakpoint*/
@media (min-width: 768px) {
    .w-md-10 { width: 10% !important; }
    .w-md-15 { width: 15% !important; }
    .w-md-20 { width: 20% !important; }
}

/* LG breakpoint */
@media (min-width: 992px) {
    .w-lg-10 { width: 10% !important; }
    .w-lg-15 { width: 15% !important; }
    .w-lg-20 { width: 20% !important; }
    .w-lg-40 { width: 40% !important; }    
}