/** STYLES IN THIS CSS FOR
ECOM ETC
 **/

/** BREAK POINTS 
@media only screen and (max-width : 1600px
@media only screen and (max-width : 1365px (START MOBILE STYLES)
**/


/************************ CORE WEBSITE STYLES ****************************/

	
body {
	text-align: left;
        height:100%;
		margin: 0px;

} 
html {
  scroll-behavior: smooth;
}

p {
   max-height: 999999px;
}
	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.h1,
	.h2,
	.h3,
	.h4 {
	font-family: 'Roboto Condensed', sans-serif;
	  font-weight: 300;
	  line-height: 1.5em;
	}

	h1,
	h2,
	h3,
	.h1,
	.h2,
	.h3 {
	  margin-top: 20px;
	  margin-bottom: 10px;
	}

	h4,
	h5,
	h6,
	.h4,
	.h5,
	.h6 {
	  margin-top: 10px;
	  margin-bottom: 10px;
	}

	html * {
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}

	h1,
	.h1 {
	  font-size: 3.5rem;
	  line-height: 1.2em;

	}

	h2,
	.h2 {
	  font-size: 2.5rem;
	  line-height: 1.6em;
	}

	h3,
	.h3 {
	  font-size: 1.8rem;
	  line-height: 1.5em;
	}

	h4,
	.h4 {
	  font-size: 1.4rem;
	  line-height: 1.6em;
	}

	h5,
	.h5 {
	  font-size: 1.1rem;
	  line-height: 1.6em;
	  margin-bottom: 15px;
	}

	h6,
	.h6 {
	  font-size: 0.85rem;
	  text-transform: uppercase;
	  font-weight: 500;
	}

	p {
	  font-size: 1.0rem;
	  margin: 0 0 10px;
	}
	/************************ COLOURED TEXT ****************************/
	.white_text {color:#fff;}
	.blue_light_text {color:#0099CC;}
	.blue_dark_text {color:#3b5998;}
	.red_text {color:#cc2127;}
	.purple_text {color:#9c27b0;}
	.green_text {color:#4caf50;}
	.yellow_text {color:#FFDF14;}
	.orange_text {color:#FF5414;}
	.grey_light_text {color:#ccc;}
	.grey_dark_text {color:#333;}
	
	/************************ OTHER TEXT STYLES ****************************/
	.smaller_h1_text {font-size: 2.4em}
	.larger_h6_text {font-size: 1.em}
	
.blockquote {
  padding: 10px 20px;
  margin: 0 5% 20px;
  border-left: 0px solid #eee;
}

.blockquote p {
  font-size: 1.2rem;
  font-style: italic;
    line-height: 1.42857143;
}

.blockquote small {
  display: block;
  font-size: 100%;
  line-height: 1.42857143;
  color: #777;
}
	img {
  width: 100%;
  height: auto;
}


   html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    @-ms-viewport{
    width: device-width;
}
    .botTrackField {
        position: absolute;
        left: -10000px;
    }
	
a:link {color: #0099CC;text-decoration: none;}
a:visited {color: #0099CC; text-decoration: none;}
a:hover {color: #333333; text-decoration: none;}
a:active {color: #0099CC; text-decoration: none;}
a:focus, active {outline: none;}
.secondary_link:link {color: #fff;text-decoration: none;}
.secondary_link:visited {color: #fff; text-decoration: none;}
.secondary_link:hover {color: #0099CC; text-decoration: none;}
.secondary_link:active {color: #fff; text-decoration: none;}
.secondary_link:focus, active {outline: none;}
.tertiary_link:link {color: #fff;text-decoration: none;}
.tertiary_link:visited {color: #fff; text-decoration: none;}
.tertiary_link:hover {color: #fff; text-decoration: none;}
.tertiary_link:active {color: #fff; text-decoration: none;}
.tertiary_link:focus, active {outline: none;}
.star_link:link {color: #FFDF00;text-decoration: underline;}
.star_link:visited {color: #FFDF00; text-decoration: underline;}
.star_link:hover {color: #0099CC; text-decoration: underline;}
.star_link:active {color: #FFDF00; text-decoration: underline;}
.star_link:focus, active {outline: none;}
.nochange_link:link {color: #fff;text-decoration: none;}
.nochange_link:visited {color: #fff; text-decoration: none;}
.nochange_link:hover {color: #fff; text-decoration: none;}
.nochange_link:active {color: #fff; text-decoration: none;}
.nochange_link:focus, active {outline: none;}
.nochange_link2:link {color: #222;text-decoration: none;}
.nochange_link2:visited {color: #222; text-decoration: none;}
.nochange_link2:hover {color: #222; text-decoration: none;}
.nochange_link2:active {color: #222; text-decoration: none;}
.nochange_link2:focus, active {outline: none;}


/************************ ALERTS ****************************/
                .you_are_logged_in_text {
                    position: absolute;
                	top:0px;
                	left:0px;
                	text-align:center;
                	width:100%;
                	height:100%;
                	padding: 0px 0px 0px 0px;
                	background-color: rgba(0,0,0,0.7);
                	z-index: 1000;
					display:none;

                }
                .you_are_logged_in_text_inner {
				    position: relative;
                	color:#fff;
                	letter-spacing: 2px;
                	word-spacing: 2px;
                    font-family: 'Roboto Condensed', sans-serif;
                	font-size: 24px;
                	font-weight: 100;
                	text-transform: none;
					z-index: 1000;
					width:100%;
                }
.checkmark_circle_success {
  stroke-dasharray: 216; /* ORIGINALLY 166px */
  stroke-dashoffset: 216; /* ORIGINALLY 166px */
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark_circle_error {
  stroke-dasharray: 216; /* ORIGINALLY 166px */
  stroke-dashoffset: 216; /* ORIGINALLY 166px */
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: red;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}


.checkmark {
  width: 106px; /* ORIGINALLY 56px */
  height: 106px; /* ORIGINALLY 56px */
  border-radius: 50%;
  display: block;
  stroke-width: 4;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 3% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.checkmark_error {
  width: 106px; /* ORIGINALLY 56px */
  height: 106px; /* ORIGINALLY 56px */
  border-radius: 50%;
  display: block;
  stroke-width: 4;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 3% auto;
  box-shadow: inset 0px 0px 0px red;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark_check {
  transform-origin: 50% 50%;
  stroke-dasharray: 98; /* ORIGINALLY 48px */
  stroke-dashoffset: 98; /* ORIGINALLY 48px*/
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.checkmark_check_error {
  transform-origin: 50% 50%;
  stroke-dasharray: 98; /* ORIGINALLY 48px */
  stroke-dashoffset: 98; /* ORIGINALLY 48px*/
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.progress {
  transform: rotate(-90deg);  
  stroke: black;
}

.progress circle {
  stroke-dasharray: 130;
  stroke-dashoffset: 130;
  animation: dash 1.5s infinite;  
}

@keyframes dash {
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -130;
  }  
}


.progress {
  position: absolute;
  top: 5%;
  left: 5%;
  
  &.progress--thin {
    left: auto;
    right: 5%;
  }
  
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 80px rgba (0,0.0,0);
  }
}

@keyframes fill checkmark_check_error {
  100% {
    box-shadow: inset 0px 0px 0px 80px red;
  }
}




/************************ VIDEO CONTAINERS ****************************/

    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
	
/************************ CORE PAGE ITEMS ****************************/
.select-style {
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("img/icon-select.png") no-repeat 90% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}

	.page_background {
		position: fixed;
		width:100vw;
		height:100vh;
		max-height:100%;
		background-size: cover;
		background-image: url();
		background-attachment: absolute;
		background-position: 50% 0;
		background-repeat: no-repeat;
	}
		
	.logo {
		position: relative;
		width: 100%;
		max-width:250px;
		min-width:200px;
		height: auto;
		top: 46px;
		margin: 0 auto;
		padding: 0px 5px 0px 5px;
		transition: 0.25s;
		-webkit-transition: 0.25s;
		-moz-transition: 0.25s;
		z-index:1;
		text-align: center;
		background-color:  rgba(50, 50, 50, 1.0);

	}
	.logo.small {
		width: 10%;
		max-width:250px;
		min-width:180px;
		left: 5vw;
		top: 20px;
		margin-top:-6px;
		display:none;
		transition: 0.25s;
		-webkit-transition: 0.25s;
		-moz-transition: 0.25s;
				z-index:100;
						background-color:  rgba(50, 50, 50, 0.0);
}
	.logo2 {
		position: absolute;
		width: 20%;
		max-width:250px;
		min-width:200px;
		height: auto;
		left: 5vw;
		top: 20px;
		display:none;
		transition: 0.25s;
		-webkit-transition: 0.25s;
		-moz-transition: 0.25s;
				z-index:100;
	}
	.logo2.small {
		width: 10%;
		max-width:250px;
		min-width:180px;
		left: 5vw;
		top: 20px;
		margin-top:-7px;
		display:inline;
		transition: 0.25s;
		-webkit-transition: 0.25s;
		-moz-transition: 0.25s;
				z-index:100;
}
	.logo_menu_container_background {
		position: relative;
		width: 100%;
		height: 130px; /* SHOULD MATCH HEIGHT OF logo_menu_container below */
		z-index:0;
		display:block;
		text-align:center;
		margin: 0 auto;
		background-color:  rgba(50, 50, 50, 1.0);
	}
	.logo_menu_container {
		position: fixed;
		width: 90%;
		height: 90px;
		left: 5vw;
		top: 10px;
		background-color:  rgba(50, 50, 50, 0.0);
		box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.0), 0 6px 30px 5px rgba(0, 0, 0, 0.0), 0 8px 10px -5px rgba(0, 0, 0, 0.0);
		 transition: 0.25s;
		-webkit-transition: 0.25s;
		-moz-transition: 0.25s;
		z-index:1;
		display:block;
		border-bottom: 1px solid #fff;
	}
	
	.logo_menu_container.small {
		position: fixed;
		transition: 0.0s;
		-webkit-transition: 0.0s;
		-moz-transition: 0.0s;
		width: 100%;
		height: 73px;
		left: 0vw;
		top: 0px;
		background-color: rgba(50, 50, 50, 1.0);
		box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
		z-index:100;
}

	.menu_desktop {
	position: relative;
	width: auto;
	min-width: 100%;
	height: auto;
	top: 26px;
	font-size:14px;
	color: #ccc;
	transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
	display:inline;
	text-align:center;
	margin: 0 auto;
	}
	
	.menu_desktop.small {
	position: relative;
	width: auto;
	height: auto;
	float:right;
	right: 5vw;
	top: -2px;
	font-size:14px;
	color: #ccc;
	transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
	display:inline;
	}

/************************ MENU ICONS ****************************/

.menuicon {position: relative; top:1px; margin-left: 4px; margin-right:8px; font-size: 16px; min-height: 0px; min-width: 20px;}

/************************ HEADER TOP - LINK AREA ABOVE LOGO AND MENU ****************************/

	.header_top { 
    position: relative;
	display:block;
	width: 100%;
	height: 40px;
	color:#ccc;
	z-index:0;
			background-color: rgba(60,60,60,1.0);
			border-bottom: 1px solid rgba(90,90,90,1.0);
	}
	
	.header_top_inner {
	position: absolute;
	color:#fff;
	left: 0%;
font-size: 13px;
top:10px;	
letter-spacing:2px;
width:100%;
text-align:center;
z-index:100;
	}
	
	.header_top_inner_sub {
	position: absolute;
	color:#fff;
	right: 5%;
font-size: 13px;
top:2px;	
letter-spacing:2px;
display:none;
	}

/************************ HEADER MAIN - FOR CAROUSEL OR HEADER IMAGES WITH TEXT - TALLER ****************************/

	.header_main {
	position: relative;
	display:block;
	width: 100%;
	height:auto;
	margin: 0%;
	margin-top:00px; /* -120px (Designs that requires header at the top of page) -0px (Designs that require header below navigation)*/
	z-index:0;
	  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
	}
	

/************************ HEADER SUB - AREA BELOW MAIN HEADER FOR CODE OR HTML COLLECTIONS ****************************/

	.header_sub {
	position: relative;
	display:block;
	width: 100%;
	height:auto;
	margin: 0%;	
	}
	
/************************ CRUMB TRAIL ****************************/

	.breadcrumb {
	  display: flex;
	  flex-wrap: wrap;
	  padding: 0.0rem 0.2rem;
	  margin-bottom: 0.6rem;
	  list-style: none;
	  background-color: rgba(0,0,0,0.0);
	  border-radius: 0.25rem;
	  font-size: 0.9em;
	  display:none;
	}

	.breadcrumb-item+.breadcrumb-item::before {
	  display: inline-block;
	  padding-right: 0.5rem;
	  padding-left: 0.5rem;
	  color: #6c757d;
	  content: "/";
	}

	.breadcrumb-item+.breadcrumb-item:hover::before {
	  text-decoration: underline;
	}

	.breadcrumb-item+.breadcrumb-item:hover::before {
	  text-decoration: none;
	}

	.breadcrumb-item.active {
	  color: #6c757d;
	}
	
/************************ PAGE ITEMS ****************************/
	.main_content_outer {
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%; /* top margin set to 120px*/
    position: relative;
	display:block;
	text-align: center;
}
	.main_content_outer_rows {
	width: 100%;
	height:auto;
	margin: 120px 0% 10px 0%; /* top margin set to 120px*/
    position: relative;
	display:block;
	text-align: center;
}
	.main_content_outer_rows_header {
	width: 100%;
	height:auto;
	margin: -10px 0% 10px 0%; /* top margin set to 120px*/
    position: relative;
	display:block;
	text-align: center;
}
	.main_content_outer_header {
	width: 100%;
	height:auto;
	margin: 0px 0% 10px 0%; /* top margin set to 0px*/
    position: relative;
	display:block;
	text-align: center;
}
	.main_content_inner {
	width: 100%;
	border-radius: 0px;
	min-height: 100px;
	position: relative;
	background: rgba(256,256,256,1.0);
	padding: 40px 5% 60px 5%;
		display:inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	text-align:left;
}

	.main_content_inner_rows {
	width: 100%;
	border-radius: 0px;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.0), 0 6px 30px 5px rgba(0, 0, 0, 0.0), 0 8px 10px -5px rgba(0, 0, 0, 0.0);
	min-height: 0px;
	position: relative;
	background: rgba(256,256,256,0.0);
	padding: 0px 0%;
		display:inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	text-align:left;
}

/************************ PAGE FOOTERS ****************************/
.footer_main {
	position: relative; 
	display:block;
	width: 100%;
	padding: 30px 5%;
	background: rgba(50,50,50,1.0);
	margin: 0px 0 0 0;
	color:#fff;
}
.footer_main_inner {
	position: relative; 
	display:block;
	width: 100%;
	height:auto;
	line-height: 180%;
	padding: 20px 0% 10px 0%;
}
.footer_main_inner_footer {
	position: relative; 
	display:block;
	width: 100%;
	height:auto;
	border-top: solid 1px rgba(0, 0, 0, 0.2);
	line-height: 180%;
	padding: 20px 0%;
	font-weight: 100;
	text-transform: none;
	font-size: 0.8em;
}
/************************ PAGE PRE-FOOTERS FOR ADDITIONAL CONTENT (MAPS, SOCIAL MEDIA ETC) ****************************/
.pre_footer_a {
	position: relative; 
	width: 100%;
	height:auto;
	padding: 0px 0% 0px 0%;
	margin: 0px 0px -20px 0px;
	display: block;
	background: rgba(0,0,0,0.0);
	align-items: center;
	justify-content: center;
	text-align:center;
}
.pre_footer_a_holder {
	width:auto;
	height:auto;
	padding: 0px 0%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
}
.pre_footer_b {
	position: relative; 
	width: 100%;
	height:auto;
	padding: 7px 5% 15px 5%;
	margin: 0px 0px 0px 0px;
	display: block;
	align-items: center;
	justify-content: center;
	text-align:center;
	background-color: rgba(240,240,240,1.0);
}
.back_to_top_holder {
	position: absolute; 
	right: 5%;
	z-index:1;
	margin: 15px 5px 5px 5px;
	display:block;
}

/************************ FLEX BOXES - COLUMNS ****************************/
.flex-container-columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin: 0px -1.5% 0px -1.5%;
}
.nested-container { 
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;}

.flex-item-100-percent-column {
width:100%;
padding: 10px 1.5% 10px 1.5%;
}
.flex-item-75-percent-column {
width: 75%;
padding: 10px 1.5% 10px 1.5%;
}
.flex-item-66-percent-column {
width: 66.66666%;
padding: 10px 1.5% 10px 1.5%;
}
.flex-item-50-percent-column {
width: 50%;
padding: 10px 1.5% 10px 1.5%;
}
.flex-item-50-percent-column-divider {
width: 50%;
padding: 10px 1.5% 10px 1.5%;
border-right: solid 1px #ccc;
}
.flex-item-33-percent-column {
width: 33.33333%;
padding: 10px 1.5% 10px 1.5%;
}
.flex-item-25-percent-column {
width: 25%;
padding: 10px 1.5% 10px 1.5%;
}
.flex-item-16-percent-column {
width: 16.666%;
padding: 10px 1.5% 10px 1.5%;
}
.flex-item-auto-percent-column {
width: auto;
padding: 10px 4px;
}


/************************ FLEX BOXES - PADDING RIGHT ****************************/
.flex-container-columns-stretch {
  display: flex;
  flex-flow: row wrap;
align-items: stretch;
  margin: 0px 0% 0px 0%;
}
.nested-container-stretch { 
display: flex;
flex-flow: row wrap;
align-items: stretch;
  margin: 0px 0% 0px 0%;
  }
.flex-item-100-percent-column-stretch {
width:100%;
padding: 10px 1% 10px 0%;
}
.flex-item-75-percent-column-stretch {
width: 75%;
padding: 10px 1% 10px 0%;
}
.flex-item-66-percent-column-stretch {
width: 66.66666%;
padding: 10px 1% 10px 0%;
}
.flex-item-50-percent-column-stretch {
width: 50%;
padding: 10px 1% 10px 0%;
}
.flex-item-33-percent-column-stretch {
width: 33.33333%;
padding: 10px 1% 10px 0%;
}
.flex-item-25-percent-column-stretch {
width: 25%;
padding: 10px 1% 10px 0%;
}
.flex-item-16-percent-column-stretch {
width: 16.666%;
padding: 10px 1% 10px 0%;
}
.flex-item-auto-percent-column-stretch {
width: auto;
padding: 10px 4px;
}

/************************ FLEX BOXES - ROWS ****************************/
.flex-container-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin: 0 0%;
}
.flex-item-row-100-percent-1 {
width:100%;
padding: 40px 5% 60px 5%;
background: rgba(0,0,0,0.8);
}
.flex-item-row-100-percent-2 {
width:100%;
padding: 60px 5% 80px 5%;
background: rgba(0,0,0,0.1);
}
.flex-item-row-100-percent-3 {
width:100%;
padding: 0%;
background: rgba(256,256,256,0.0);
}
.flex-item-row-100-percent-4 {
width:100%;
padding: 0%;
background: rgba(256,256,256,0.0);
}
/************************ FORM ELEMENTS ****************************/
      
    input[type=text], textarea {
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
			font-size: 1.0rem;
		font-family: 'Roboto condensed', sans-serif; 
		color: #333; width: 100%; box-sizing: border-box; font-weight:100; padding: 15px 15px 15px 36px; border: 1px solid rgba(0,0,0,0.2); outline: none; min-height:54px; margin-left:3px;
		  -webkit-appearance: none;
		  -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;	
background-color: #fff;	
    }

    input[type=text]:focus, textarea:focus {
        box-shadow: 0 0 5px rgba(0, 153, 204, 0.8);
        border: 1px solid rgba(0, 153, 204, 0.8);
			font-size: 1.0rem;
			margin-left:3px;

    }
	

    input[type=select], select {
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
			font-size: 1.0rem;
		font-family: 'Roboto condensed', sans-serif; 
		color: #333; width: 100%; box-sizing: border-box; font-weight:100; padding: 15px 15px 15px 36px; border: 1px solid rgba(0,0,0,0.2); outline: none; height:54px;	margin-left:3px;
		background-color: #fff;
		  -webkit-appearance: none;
		  -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('chevron-down.png');
    background-position: 96% center;
    background-repeat: no-repeat;
	background-size: 10px;
    }
    input[type=select]:focus, select:focus {
        box-shadow: 0 0 5px rgba(0, 153, 204, 0.8);
        border: 1px solid rgba(0, 153, 204, 0.8);
			font-size: 1.0rem;
			margin-left:3px;

    }
	select::-ms-expand {
    display: none;
}

    input[type=password], password {
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
			font-size: 1.0rem;
		font-family: 'Roboto condensed', sans-serif; 
		color: #333; width: 100%; box-sizing: border-box; font-weight:100; padding: 15px 15px 15px 36px; border: 1px solid rgba(0,0,0,0.2); outline: none; height:54px;
		margin-left:3px;
		  -webkit-appearance: none;
		  -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
	background-color: #fff;
    }

    input[type=password]:focus, password:focus {
        box-shadow: 0 0 5px rgba(0, 153, 204, 0.8);
        border: 1px solid rgba(0, 153, 204, 0.8);
			font-size: 1.0rem;
			margin-left:3px;

    }
	
	    input[type=search], search {
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
			font-size: 1.0rem;
		font-family: 'Roboto condensed', sans-serif; 
		color: #333; width: 90%; box-sizing: border-box; font-weight:100; padding: 18px; border: 1px solid rgba(0,0,0,0.2); outline: none; height0:45px; margin-top:-2px;	
		margin-left:3px;
		  -webkit-appearance: none;
		  -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
	background-color: #fff;
    }
	    input[type=search]:focus, search:focus {
        box-shadow: 0 0 5px rgba(0, 153, 204, 0.8);
        border: 1px solid rgba(0, 153, 204, 0.8);
			font-size: 1.0rem;
			margin-left:3px;

    }
	.small_select {width: auto; padding:15px 40px 15px 15px; margin-bottom: 0.5rem; 		background-color: #fff;
		  -webkit-appearance: none;
		  -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('chevron-down.png');
    background-position: 80% center;
    background-repeat: no-repeat;
	background-size: 10px;}
	
/************************ INPUT STATES ****************************/

input:disabled {
  background: #eee;
  color: #666;
  cursor: not-allowed;
}
textbox:disabled {
  background: #eee;
  color: #666;
  cursor: not-allowed;
}
listbox:disabled {
  background: #eee;
  color: #666;
  cursor: not-allowed;
}
	
/************************ PLACEHOLDERS ****************************/
	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
:-moz-placeholder { /* Firefox 18- */
  color: #333;
}
    
/************************ FORM ELEMENTS - ICONS ****************************/

	 .input-icons i { 
            position: absolute; 
        } 
          
        .input-icons { 
            width: 100%; 
            margin-bottom: 0px; 
        } 
          
        .icon { 
            padding: 18px 17px 11px 15px; 
            min-width: 40px;
			color:#222;
        } 
		
		.icon_warning { 
        padding: 18px 17px 11px 13px; 
        min-width: 40px;
		color:#DA4B38;
        } 
		
     /************************ CHECK BOXES AND RADIO BUTTONS ****************************/
    select[disabled] {
        background-color: #dddddd;
        color: #999999;
    }

    input[type="radio"] {
        display: none;
    }

    input[type="radio"] + label span {
        display: inline-block;
        width: 23px;
        height: 35px;
        margin: 0px 8px 0 0;
        vertical-align: middle;
        background: url(../Layout_images/radio_sheet_original_blue.png) left top no-repeat;
        background-size: 50px 26px;
        cursor: pointer;
		font-size: 1.0rem;
    }

    input[type="radio"]:checked + label span {
        background: url(../Layout_images/radio_sheet_original_blue.png) -25px top no-repeat;
        background-size: 50px 26px;
		font-size: 1.0rem;
    }

    input[type="checkbox"] {
        display: none;
    }

    input[type="checkbox"] + label span {
        display: inline-block;
        width: 23px;
        height: 35px;
        margin: 0px 8px 0 0;
        vertical-align: middle;
        background: url(../Layout_images/check_radio_sheet_original_blue.png) left top no-repeat;
        background-size: 50px 26px;
        cursor: pointer;
	font-size: 1.0rem;
    }

    input[type="checkbox"]:checked + label span {
        background: url(../Layout_images/check_radio_sheet_original_blue.png) -23px top no-repeat;
        background-size: 50px 26px;
		font-size: 1.0rem;
    } 
	

 /************************ BUTTON ****************************/
.Button {
        color: #fff;
		background-color: #666;
		border-color: #666;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        cursor: pointer;
		padding: 0px 30px 0px 30px;
		height: 54px;
		margin: 0rem 1px 0.5rem 1px;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 1.0rem;
		font-weight: 100;
		text-transform: uppercase;
		cursor: pointer;
		border: 0;
		border-radius: 0.2rem;
		outline: 0;
		transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
				  -webkit-appearance: none;
		  -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    }
.Button:hover, .btn-secondary:focus {
		border-color: #701c7e;
		box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
    }
 /************************ BUTTON COLOURS ****************************/
.Button_light_blue {
		background-color: #0099CC;
		border-color: #0099CC;
}
.Button_dark_blue {
		background-color: #3b5998;
		border-color: #3b5998;
}
.Button_red {
		background-color: #cc2127;
		border-color: #cc2127;
    }	
.Button_purple {
		background-color: #9c27b0;
		border-color: #9c27b0;
    }
.Button_green {
		background-color: #4caf50;
		border-color: #4caf50;
    }
.Button_yellow {
		background-color: #FFDF14;
		border-color: #FFDF14;
    }
.Button_orange {
		background-color: #FF5414;
		border-color: #FF5414;
    }
.Button_black {
		background-color: #000;
		border-color: #000;
    }
.Button_white {
		background-color: #fff;
		border-color: #fff;
		color: #222;
    }
.Button_light_grey {
		background-color: #ccc;
		border-color: #ccc;
		color: #222;
    }
/************************ BUTTON - SHAPE CHANGES ****************************/
.Button_small_padding {
		padding: 0px 18px 0px 18px;
		height: 54px;
        min-width: 56px;
    }
.Button_round {
	border-radius: 50%;
	padding: 0px 20px 0px 20px;
}
/************************ BUTTON - NO BACKGROUND ****************************/
.Button_no_background {
        color: #fff;
		background-color: rgba(0, 0, 0, 0.0);
		border-color: #fff;
		border: solid 1px #fff;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0), 0 3px 1px -2px rgba(0, 0, 0, 0.0), 0 1px 5px 0 rgba(0, 0, 0, 0.0);
        cursor: pointer;
		padding: 0px 30px 0px 30px;
		height: 54px;
		margin: 0rem 1px 0.5rem 1px;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 1.0rem;
		font-weight: 100;
		text-transform: uppercase;
		cursor: pointer;
		border-radius: 0.0rem;
		outline: 0;
		transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
				  -webkit-appearance: none;
		  -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.2) 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    margin-left:10px;
    transition:all 0.5s ease;
}
.Button_no_background:hover, .btn-secondary:focus {
		background-color: rgba(0, 0, 0, 0.3);
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0), 0 3px 1px -2px rgba(0, 0, 0, 0.0), 0 1px 5px 0 rgba(0, 0, 0, 0.0);
		color:#fff;
		border: solid 1px #fff;
		background-position:left bottom;
}
.Button_no_background_light_blue {color: #0099CC; }
.Button_no_background_dark_blue {color: #3b5998;}
.Button_no_background_red {color: #cc2127;}
.Button_no_background_purple {color: #9c27b0;}
.Button_no_background_green {color: #4caf50;}
.Button_no_background_yellow {color: #FFDF14;}
.Button_no_background_orange {color: #FF5414;}
.Button_no_background_black {color: #000;}
.Button_no_background_white {color: #fff;}
.Button_no_background_light_grey {color: #ccc;}


/************************ IMAGE GALLERY ****************************/


.image_gallery_holder {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.image_gallery_item {
  width: 24.8%; 
  background-size: cover;
   background-repeat: no-repeat;
  background-attachment: absolute;
  background-position: center; 
  height: 240px;
  margin:0.3%;
  flex-grow: 1;
  min-width:160px;
}
.image_span {width: 100%; height: 240px; display:block;}






/************************ TABLE (RESPONSIVE) ****************************/
.table_responsive {
  border: 1px solid rgba(0,0,0,0.2);
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.table_responsive tr {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.2);
  padding: 15px;
}

.table_responsive th,
.table_responsive td {
  padding: 15px;
  text-align: center;
  font-size: .95em;
}

.table_responsive th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/************************ DATATABLE.JS (RESPONSIVE) ****************************/
.datatablesjs_table_wrapper {font-size: 0.9em; margin-top:30px;}

/************************ CALENDAR ****************************/
.calendar_container {
  box-sizing: border-box;
  background: rgba(0,0,0,0.05);
  border: solid 0.05em rgba(0,0,0,0.1);
  padding: 0.1em 0.1em 0.1em 0.1em;
  position: relative;
}
.month {
  min-width: 99.9%;
  height: auto;
  border-top: 1px solid #666;
}
.month_title {
  width: 99.9%;
  height: auto;
  padding: 10px 0;
  text-align:center;
  font-weight: 100;
  font-size: 24px;
  background: rgba(0,0,0,0.1);
  margin-bottom: 0.1em;
}

.week {
  display: flex;
}
.week_headers {
  display: flex;
}

.day {
  background-color: rgba(256,256,256,0.5);
  color: #333;
  margin: 1px;
  flex: 1 1 0;
    display: flex;
  flex-flow: row wrap;
    align-items: left;
  justify-content: left;
}
.day_pre_next_month {
  background-color: rgba(256,256,256,0.2);
  color: #333;
  margin: 1px;
  flex: 1 1 0;
    display: flex;
  flex-flow: row wrap;
    align-items: left;
  justify-content: left;
}
.day_headers {
  background-color: rgba(0,0,0,0.2);
  color: #fff;
  padding: 0px 0px 0px 0px;
  margin: 1px;
  flex: 1 1 0;
  text-align:center;
}

.calendar_link_span {
	  display:block;
	  width: 100%;
	  height:100%;
	  margin: 5px 0px 5px 10px;
}
.week:first-of-type .day:first-of-type {
  margin-left: 42.85714%;
}

.week:last-of-type .day:last-of-type {
  margin-right: 14.285%;
}
.calendar_day {
width:auto;
padding: 0em 0.2em 0.0em 0em;
color: #333;
}
.calendar_event_holder {
  position:relative;
  margin: 0.0em 0.1em 0.0em 0.0em;
  height:90px;
  overflow:hidden;
  margin-top:-24px;
}
.calendar_event_holder_item {
 display:inline-block;
 width:90%;
  text-indent: 1.5em;
font-size:14px;
}

   /************************ TOOLTIP ****************************/
 .tooltip {
    position: relative;
    display: inline;
    border-bottom: 0px dotted black; /* If you want dots under the hoverable text */
	color: #0099CC;
	cursor: pointer;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 30vw;
	min-width: 280px;
    background-color: black;
    text-align: center;
    padding:1.8em;
    border-radius:  0.0em;
	-moz-border-radius: 0.0em; 
    position: absolute;
    z-index: 1;
	top: 100%;
    left: 50%; 
	font-size:1.0em;
	line-height: 160%;
	background-color: #ffffff;
	margin-top:10px;
outline: 0;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.34);
box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.34);
	color:#222;

}
.tooltip:hover .tooltiptext {
    visibility: visible;
}



/************************ PAGINATION ****************************/
.pagination {  
display:block;
margin: 0 0%;
border-top: 0.05em solid rgba(0,0,0,0.2);
border-bottom: 0.05em solid rgba(0,0,0,0.2);
}
.pagination_container {  
display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
}
.pagination_left {
width: 25%;
padding: 10px 1% 10px 0%;
border-right: 0.05em solid rgba(0,0,0,0.2);
color:#ccc;
}
.pagination_middle {
width: 50%;
padding: 10px 1% 10px 0%;
}
.pagination_right {
width: 25%;
padding: 10px 1% 10px 0%;
border-left: 0.05em solid rgba(0,0,0,0.2);
}
.pagination_dropdown {
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
		font-size: 16px;
		font-family: 'Roboto condensed', sans-serif; 
		color: #333; width: auto; box-sizing: border-box; font-weight:100; padding: 15px 15px 15px 15px; border: 1px solid rgba(0,0,0,0.2); outline: none; height:54px;	
}

/************************ CAROUSEL TEXT OVERLAY ****************************/
.inner-cell {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 560px;
  display: block;
  left: 0;
  top: 0;  
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-cell2 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  left: 0;
  top: 0;  
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 20px 0px;
}

.carousel_text_ovelay_left {
	position: absolute;
	width: 80%;
	height: auto;
	left: 10%;
	text-align:left;
			top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carousel_text_ovelay_center {
	position: absolute;
	width: 80%;
	margin:0% 10%;
	height: auto;
	text-align:center;
		top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carousel_text_ovelay_right {
	position: absolute;
	width: 80%;
	height: auto;
	right: 10%;
	text-align:right;
			top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/************************ PARALLAX ****************************/
.paroller {
  position: relative;
  min-height: 600px;
}


/************************ GOOGLE MAP - LOCATION FINDER AND EVENTS ****************************/

.map_holder {
position: relative;	
display:block;
width: 100%;
height: auto;
overflow:hidden;
}
.map_overlay {
position: relative;	
display:block;
width: 100%;
height: auto;
min-height:80px;
top: 0px;
left: 0px;
padding:0.5% 1% 0.0% 1%;
background: rgba(250,250,250,1.0);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
z-index:1;
}
.map_holder_inner {
position: relative;	
display:block;
width: 100%;
height: 80vh;	
top: 0px;
left: 0px;
z-index:0;
}
#toggle_button {
display:block;
padding: 16px 16px;
margin:0px -16px;
}
#toggle_panel {
  display: none;
  position:relative;
  padding: 0 0 3% 0;
}
.arrow-down {
  width: 155px;
  height: auto;
  position: relative;
  height: 54px;
  top:-16px;
  padding-top:16px;
  margin-left:-12px;
}
.arrow-down:before {
font-family: "Font Awesome 5 Pro", 'Roboto condensed', sans-serif; 
  font-style: normal;
  content: "\f078";
  display: block;
  position: absolute;
  transition: transform .5s;
}

.arrow-down:before {
  right: 0px;
  transform: rotate(0deg);
}

.arrow-down:after {
  right: 10px;
  transform: rotate(-180deg);
}

.arrow-down.active:before {
  transform: rotate(-180deg);
}

.arrow-down.active:after {
  transform: rotate(-180deg);
}



/************************ CARDS ****************************/

.card_holder {  display: flex;
  margin: 0 -10px;   flex-flow: row wrap; align-items: stretch;
  }

.card {width: 31%; height: auto; padding: 0%; position:relative; background:#fff; border-radius:6px; margin: 10px 1%; text-align: center; -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21);
overflow:hidden; 
}


.card_image {width: 100%; border-radius:6px 6px 0px 0px;  position: relative;
  background-attachment: relative;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  display:block;
}

.card_content {width: auto; height: auto; position:relative; padding: 6% 9% 9% 9%;  }


/************************ FLOATING CONTACT BUTTONS ****************************/

.fl-fl {
  background: rgba(50,50,50,0.8);
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -148px;
  z-index: 99;
  font: normal normal 12px 'Roboto Condensed', sans-serif;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
border-top: 1px dashed #fff;
border-left: 1px dashed #fff;
border-bottom: 1px dashed #fff;
}

.contact_icon {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 43px;
  vertical-align: top;
}

.contact_float1 {
  top: 180px;
}

.contact_float2{
  top: 235px;
}

.contact_float3 {
  top: 290px;
}

.contact_float4 {
  top: 346px;
}

.contact_float5 {
  top: 402px;
}
/* Floating Social Media Bar Style Ends Here */

/************************ ORDERING ADDON ****************************/

.image_gallery_item_basket {
  width: 24.8%; 
  background-size: cover;
   background-repeat: no-repeat;
  background-attachment: absolute;
  background-position: center; 
  height: 120px;
  margin:0.3%;
  flex-grow: 1;
  min-width:160px;
}
.image_span_basket {width: 100%; height: 120px; display:block;}

  
  
 /************************ CUSTOM FOR THIS SITE ****************************/ 
 
/****** HOME PAGE SERVICE BOXES ******/ 
  

 .home_page_box_holder {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width:100%;
}
.home_page_boxes {
  width: 50%; 
  background-size: cover;
   background-repeat: no-repeat;
  background-attachment: absolute;
  background-position: center; 
  height: 400px;
  margin:0.0%;
  flex-grow: 1;
}
.home_page_boxes_title  {width:auto; position: relative; top: 0px; padding:0px 20px; text-align:left;}
.home_page_boxes_button  {width:auto; position: relative; top: 160px; padding:0px 20px; text-align:left;}
  
	
@media only screen and (max-width : 1365px) {
/************************ CORE PAGE ITEMS ****************************/

	.logo_menu_container {
		position: fixed;
		width: 90%;
		height: 43px;
		left: 5vw;
		top: 44px;
		background-color:  rgba(50, 50, 50, 1.0);
		box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.0), 0 6px 30px 5px rgba(0, 0, 0, 0.0), 0 8px 10px -5px rgba(0, 0, 0, 0.0);
		 transition: 0.25s;
		-webkit-transition: 0.25s;
		-moz-transition: 0.25s;
		z-index:1;
		display:block;
		border-bottom: 1px solid #fff;
	}
		.logo {
		position: relative;
		width: 100%;
		max-width:240px;
		min-width:200px;
		height: auto;
		top: 10px;
		margin: 0 auto;
		padding: 0px 5px 0px 5px;
		transition: 0.25s;
		-webkit-transition: 0.25s;
		-moz-transition: 0.25s;
		z-index:0;
		text-align: center;
		background-color:  rgba(50, 50, 50, 1.0);

	}
		.logo_menu_container_background {
		position: relative;
		width: 100%;
		height: 90px; /* SHOULD MATCH HEIGHT OF logo_menu_container below */
		z-index:0;
		display:block;
		text-align:center;
		margin: 0 auto;
		background-color:  rgba(50, 50, 50, 1.0);
	}
	
	.logo2.small {
		width: 10%;
		max-width:200px;
		min-width:160px;
		left: 5vw;
		top: 13px;
		margin-top:-4px;
		display:inline;
}	
	.logo_menu_container.small {
		position: fixed;
		width: 100%;
		height: 60px;
		left: 0vw;
		top: 0px;
		background-color: rgba(50, 50, 50, 1.0);
		box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
		z-index:100;
}
  *[data-paroller-factor] {
    /*for all elements with background parallax effect*/
    background-position: center !important; 

    /*for all elements with foreground parallax effect*/
    transform: none !important;
  }

@media only screen and (max-width : 1000px) {
	
/************************ PAGE ITEMS ****************************/
	.main_content_inner {
	padding: 20px 5%;
}
/************************ FLEX BOXES - COLUMNS ****************************/
.flex-container-columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin: 0px 0%;
}
.flex-item-100-percent-column {
width:100%;
padding: 10px 0% 10px 0%;
}
.flex-item-75-percent-column {
width:100%;
padding: 10px 0% 10px 0%;
}
.flex-item-66-percent-column {
width:100%;
padding: 10px 0% 10px 0%;
}
.flex-item-50-percent-column {
width:100%;
padding: 10px 0% 10px 0%;
}
.flex-item-50-percent-column-divider {
width: 100%;
padding: 10px 0% 10px 0%;
border-right: solid 0px #ccc;
}
.flex-item-33-percent-column {
width:100%;
padding: 10px 0% 10px 0%;
}
.flex-item-25-percent-column {
width: 50%;
padding: 10px 0% 10px 0%;
}
.flex-item-16-percent-column {
width: 33.332%;
padding: 10px 3% 10px 0%;
}

/************************ FLEX BOXES - PADDING RIGHT ****************************/
.flex-container-columns-stretch {
  display: flex;
  flex-flow: row wrap;
align-items: stretch;
  margin: 0px 0%;
}
.flex-item-100-percent-column-stretch {
width:100%;
padding: 10px 1% 10px 0%;
}
.flex-item-75-percent-column-stretch {
width: 100%;
padding: 10px 1% 10px 0%;
}
.flex-item-66-percent-column-stretch {
width: 100%;
padding: 10px 1% 10px 0%;
}
.flex-item-50-percent-column-stretch {
width: 100%;
padding: 10px 1% 10px 0%;
}
.flex-item-33-percent-column-stretch {
width: 100%;
padding: 10px 1% 10px 0%;
}
.flex-item-25-percent-column-stretch {
width: 100%;
padding: 10px 1% 10px 0%;
}
.flex-item-16-percent-column-stretch {
width: 33.332%;
padding: 10px 1% 10px 0%;
min-width:170px;
}


/************************ FLEX BOXES - PADDING RIGHT ****************************/
.flex-item-100-percent-column-stretch {
width:100%;
}
.flex-item-50-percent-column-stretch {
width: 100%;
}
.flex-item-33-percent-column-stretch {
width: 100%;
}
.flex-item-25-percent-column-stretch {
width: 50%;
}
.flex-item-66-percent-column-stretch {
width: 100%;
}
	
/************************ TABLE (RESPONSIVE) ****************************/
.table_responsive {
    border: 0;
  }
  
.table_responsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
.table_responsive tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
.table_responsive td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .95em;
    text-align: right;
  }
  
.table_responsive 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;
	 font-size: .95em;
  }
  
.table_responsive td:last-child {
    border-bottom: 0;
  }
  
  
  
/************************ CARDS ****************************/
  .card {width: 48%;  margin: 10px 1%; 
}
  /************************ CALENDAR ****************************/
.month {
  min-width: 99.7%;
  height: auto;
  border-top: 1px solid #666;
  margin-left:-0.1em;
}
.week {
   display: inline;
}
.week_headers {
  display: inline;
}
.day {
  background-color: rgba(256,256,256,0.5);
  color: #333;
  padding: 5px;
  margin: 0.1em;
  display:block;
  width:100%;
  flex: 0;
}
.day_headers {
  display:none;
}
.day_pre_next_month {
  display:none;
}
.calendar_link_span {
	  display:block;
	  width: 100%;
	  height:auto;
	  margin: 5px 0px 6px 10px;
}
.calendar_event_holder {
  position:relative;
  display: flex;
  flex-flow: row wrap;
    align-items: left;
  justify-content: left;
  margin-top: -23px;
  height:26px;
  overflow:hidden;
}
.calendar_event_holder_item {
width:auto;
padding: 0em 0.5em 0.0em 0em;
font-size:14px;
}
}


@media only screen and (max-width : 600px) {
	

/************************ FONTS ****************************/

body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.h1,
	.h2,
	.h3,
	.h4 {
	font-family: 'Roboto Condensed', sans-serif;
	  font-weight: 300;
	  line-height: 1.5em;
	}

	h1,
	h2,
	h3,
	.h1,
	.h2,
	.h3 {
	  margin-top: 15px;
	  margin-bottom: 5px;
	}

	h4,
	h5,
	h6,
	.h4,
	.h5,
	.h6 {
	  margin-top: 5px;
	  margin-bottom: 5px;
	}

	html * {
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}

	h1,
	.h1 {
	  font-size: 3.0rem;
	  line-height: 1.2em;
	}

	h2,
	.h2 {
	  font-size: 2.0rem;
	  line-height: 1.6em;
	}

	h3,
	.h3 {
	  font-size: 1.4rem;
	  line-height: 1.5em;
	}

	h4,
	.h4 {
	  font-size: 1.1rem;
	  line-height: 1.6em;
	}

	h5,
	.h5 {
	  font-size: 1.0rem;
	  line-height: 1.6em;
	  margin-bottom: 15px;
	}

	h6,
	.h6 {
	  font-size: 0.75rem;
	  text-transform: uppercase;
	  font-weight: 500;
	}

	p {
	  font-size: 1.0rem;
	  margin: 0 0 10px;
	}
.blockquote {
  padding: 10px 20px;
  margin: 0 5% 20px;
  border-left: 0px solid #eee;
}

.blockquote p {
  font-size: 1.2rem;
  font-style: italic;
    line-height: 1.42857143;
}

.blockquote small {
  display: block;
  font-size: 90%;
  line-height: 1.42857143;
  color: #777;
}
	img {
  width: 100%;
  height: auto;
}
/************************ FLEX BOXES - COLUMNS ****************************/
.flex-item-16-percent-column {
width: 47%;
padding: 10px 3% 10px 0%;
}

/************************ FLEX BOXES - PADDING RIGHT ****************************/

.flex-item-16-percent-column-stretch {
width: 47%;
padding: 10px 1% 10px 0%;
min-width:170px;
}


}

@media only screen and (max-width : 500px) {
	/************************ CARDS ****************************/
  .card {width: 96%;  margin: 10px 0% 10px 2%; 
}

    /************************ ORDERING ****************************/
 .card_ordering { text-align: left;  width: 96%;  margin: 10px 0% 10px 2%; 
}

	.main_content_inner {
	width: 100%;
	border-radius: 0px;
		padding: 20px 5%;
}
/************************ BUTTON - SHAPE CHANGES ****************************/
.Button_small_padding {
		padding: 0px 10px 0px 10px;
		height: 54px;
		min-width: 40px;
    }
	
			.header_top_inner {
	position: absolute;
	color:#fff;
	left: 0%;
font-size: 11px;
top:8px;	
letter-spacing:0.05em;
width:100%;
text-align:center;
	}