@charset "utf-8";
/* CSS Document */

@font-face
{
	font-family: 'optimaFont';
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/OPTIMA.woff) format('woff');
}

@font-face
{
	font-family: 'optimaFont_bold';
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/OPTIMA_B.woff) format('woff');
}

@font-face
{
	font-family: 'optimaFont_medium';
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/Optima_Medium.woff) format('woff');
}

@font-face
{
	font-family: 'Burford_Pro_Base';
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/BurfordPro-Base.woff) format('woff');
}

*
{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

html, body
{
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bgTexture.png);
	background-size: 100%;
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #ffffff;
	font-family: 'optimaFont';
	font-size: 100%;
	color: #474747;
}

a
{
	color: #474747;
	text-decoration: underline;
}

a:hover
{
	color: rgba(127,14,36,1.00);
	text-decoration: none;
}

h1
{
	font-family: 'Burford_Pro_Base';
	color: rgba(127,14,36,1.00);
	font-size: 3em;
	font-weight: 500;
	line-height: 0.75em;
	text-align: center;
	letter-spacing: -3px;
	margin: 20px 0px;
}

h2
{
	font-family: 'Burford_Pro_Base';
	color: #7F7F7F;
	font-size: 2.6em;
	font-weight: 500;
	line-height: 0.85em;
	text-align: center;
	letter-spacing: -2px;
	margin: 24px 0px 0px;
}

h3
{
	font-size: 1.5em;
	margin: 36px 0px 0px;
}

h4
{
	font-size: 1.17em;
	margin: 36px 0px 0px;
}

p
{
	margin: 24px 0px;
}

.alignCenter
{
	text-align: center;
}

.alignLeft
{
	text-align: left;
}

.alignRight
{
	text-align: right;
}

.boldText
{
	font-weight: bold;
}

.bottomLine
{
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #7F7F7F;
}

.bottomLine h2
{
	position: relative;
	bottom: -42px;
	margin: 0px;
}

.clearRightPadding
{
	padding-right: 0px !important;
}

.clearTopMargin
{
	margin-top: 0px !important;
}

.clearTopPadding
{
	padding-top: 0px !important;
}

.col-sm-1
{
	width: 12.5%;
}

.col-sm-2
{
	width: 25%;
}

.col-sm-3
{
	width: 37.5%;
}

.col-sm-4
{
	width: 50%;
}

.col-sm-5
{
	width: 62.5%;
}

.col-sm-6
{
	width: 75%;
}

.col-sm-7
{
	width: 87.5%;
}

.col-sm-8
{
	width: 100%;
}

.col-sm_offset_1
{
	margin-left: 12.5%;
}

.col-sm_offset_2
{
	margin-left: 25%;
}

.col-sm_offset_3
{
	margin-left: 37.5%;
}

.col-sm_offset_4
{
	margin-left: 50%;
}

[class*="col-"], [class*="col-sm-"]
{
	float: left;
	padding: 20px;
}

.col-sm_noOffset
{
	margin-left: 0%;
}

.colorText
{
	color: rgba(127,14,36,1.00);
}

.contentCol
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	min-height: 90vh;
	padding: 30px 20px;
	margin: 50px 0px 0px 0px;
}

.contentCol .videoContainer
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 10px;
	height: 0;
	overflow: hidden;
}

.contentCol .videoContainer iframe, .contentCol .videoContainer object, .contentCol .videoContainer embed
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contentCol_noPadMarg
{
	padding: 0px;
	margin: 60px 0px 0px;
}

.contentCol .backBtn
{
	position: absolute;
	font-size: 2.4em;
	color: rgba(127,14,36,1.00);
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}

.contentCol .backBtn:hover
{
	color: #7f0e24;
	margin: 0px 0px 0px -3px;
}

.contentCol .bgColor_LR
{
	background-image: url(../images/redBG.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 70%;
	padding: 0px 10px 10px 0px;
}

.contentCol .bgColor_LR img, .contentCol .bgColor_TR img
{
	border: 0;
	width: 100%;
	height: auto;
}

.contentCol .bgColor_TR
{
	background-image: url(../images/redBG.svg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 70%;
	padding: 10px 10px 0px 0px;
}

.contentCol .blog
{
	margin: 0px !important;
	padding: 0px !important;
}

.contentCol .blogList
{
	background-color: rgba(127,14,36,1.00);
	font-family: 'Burford_Pro_Base';
	color: #FFEEEE;
	font-size: 6em;
	font-weight: 100;
	line-height: 1em;
	padding: 5px 0px;
	overflow: hidden;
}

.contentCol .blogListTitle
{
	font-family: 'Burford_Pro_Base';
	font-size: 2em;
	font-weight: 100;
	line-height: 1em;
	letter-spacing: -2px;
	padding: 0px;
	margin: 0px;
}

.contentCol .blogMenu
{	
	height: 30vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;	
	cursor: pointer;
}

.contentCol .blogMenu:nth-child(1)
{
	background-image: url(../images/blogImgs_01_1.jpg);
}

.contentCol .blogMenu:nth-child(2)
{
	background-image: url(../images/blogImgs_01_2.jpg);
}

.contentCol .blogMenu:nth-child(3)
{
	background-image: url(../images/blogImgs_01_3.jpg);
}

.contentCol .blogMenu:nth-child(4)
{
	background-image: url(../images/blogImgs_01_4.jpg);
}

.contentCol .blogMenu:hover > .area
{	
	/*visibility: visible;*/
	background-color: rgba(127,14,36,1.00);
	opacity: 1;
}

.contentCol .blogMenu .area
{
	display: flex;	
	align-items: center;
	justify-content: center;
	background-color: rgba(127,14,36,0.50);
	width: 100%;
	height: 100%;
	padding: 0px 20px;
	/*visibility: hidden;*/
	opacity: 1;
	
	-webkit-transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
	transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
}

.contentCol .blogMenu .area:hover
{
	visibility: visible;
}

.contentCol .blogMenu .area .title
{
	font-family: 'Burford_Pro_Base';
	color: #ffffff;
	font-size: 1.5em;
	font-weight: 100;
	line-height: 1em;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
	padding: 10px 0px;
}

.contentCol .blogMenu_inSection
{	
	position: relative;
	height: 34.5vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;
}

.contentCol .blogMenu_inSection:nth-child(1)
{
	background-image: url(../images/blogImgs_04_1.jpg);
}

.contentCol .blogMenu_inSection:nth-child(2)
{
	background-image: url(../images/blogImgs_04_2.jpg);
}

.contentCol .blogMenu_inSection:nth-child(3)
{
	background-image: url(../images/blogImgs_04_3.jpg);
}

.contentCol .blogMenu_inSection:nth-child(4)
{
	background-image: url(../images/blogImgs_04_4.jpg);
}

.contentCol .blogMenu_inSection:hover > .area
{	
	/*visibility: visible;*/
	opacity: 1;
}

.contentCol .blogMenu_inSection .area
{
	position: absolute;
	display: flex;	
	align-items: center;
	background-color: rgba(127,14,36,0.50);
	width: 100%;
	height: 100%;
	padding: 0px 15px;
	z-index: 50; 
	opacity: 1;
	
	-webkit-transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
	transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
}

.contentCol .blogMenu_inSection .area:hover
{
	visibility: visible;
	background-color: rgba(127,14,36,1.00);
}

.contentCol .blogMenu_inSection .area .info
{
	width: 90%;
	height: auto;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 20px 15px;
}

.contentCol .blogMenu_inSection .area .title
{
	font-family: 'Burford_Pro_Base';
	color: #ffffff;
	font-size: 2.8em;
	font-weight: 100;
	line-height: 0.75em;	
	padding: 15px 0px 0px;
}

.contentCol .blogMenu_inSection .area p
{
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}

.contentCol .blogMenu_inSection .meatType
{
	position: absolute;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0.1) 100%);
	width: 100%;
	height: 45%;
	padding: 0px;
	z-index: 40;
	bottom: 0;
	display: none;
}

.contentCol .blogMenu_inSection .meatType p
{
	font-family: 'Burford_Pro_Base';
	color: #ffffff;
	font-size: 2.8em;
	line-height: 1em;
	padding: 30px 0px 0px;
}

.contentCol .blogTip
{
    border-style: solid;
    border-color: rgba(127,14,36,1.00);
    border-width: 1px;
    padding: 25px 40px 5px !important;
}

.contentCol .blogTip ul
{
    list-style-type: circle;
    padding: 0px 0px 0px 30px;
    line-height: 1.5em;
}

.contentCol .mapIframe
{
    width: 100%;
    height: 70vh;
    background-color: #E8E8E8;
}

.contentCol .orderBtn
{
	color: #ffffff;
	background-color: #6FAD38;
	font-family: 'Burford_Pro_Base';
	font-size: 2.6em;
	line-height: 0.85em;
	letter-spacing: -2px;
	text-align: center;
	border: 0;
	padding: 9px 20px 6px;
	border-radius: 8px;
	margin: 40px 0px;
    text-decoration: none;
}

.contentCol .orderBtn:hover
{
	background-color: #579E18;
}

.contentCol .orderBtn img
{
	width: 32px;
	height: auto;
	margin-right: 18px;
}

.contentCol .slideshow-container
{    
    max-width: 1000px;
    position: relative;
    margin: auto;
    padding: 0px !important;
}

.contentCol .slideshow-container .mySlides
{
    display: none;
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
}

.contentCol .slideshow-container .mySlides img
{
    width: 660px;
    height: auto;
    margin-left: -150px;
}

.contentCol .slideshow-container .mySlides .content
{
    width: 100%;
    height: auto;
    padding: 30px 45px;
    background-color: rgba(0,0,0,0.60);
    position: absolute;
    bottom: 3px;
    font-size: 0.9em;
}

.contentCol .slideshow-container .mySlides .content h2
{    
    color: #ffffff !important;
    text-align: left;
    padding: 0;
    margin: 0;
}

.contentCol .slideshow-container .mySlides .content p
{    
    color: #ffffff !important;
    padding: 0;
    margin: 0;
}

.contentCol .slideshow-container .prev, .contentCol .slideshow-container .next
{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 10px;
    color: rgba(255,255,255,1.00);
    font-weight: bold;
    font-size: 1.4em;
    transition: 0.3s ease;
    border-radius: 4px 0 0 4px;
    user-select: none;
    text-decoration: none;
    background-color: rgba(0,0,0,0.40)
}

.contentCol .slideshow-container .next
{
    right: 0;
    border-radius: 0 4px 4px 0;
}

.contentCol .slideshow-container .prev:hover, .contentCol .slideshow-container .next:hover
{
    color: rgba(255,255,255,1.00);
    background-color: rgba(0,0,0,0.80);
}

.contentCol .slideshow-container .fade
{
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade
{
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade
{
    from {opacity: .4}
    to {opacity: 1}
}

.contentOverlay
{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 300;
	background-color: rgba(0,0,0,0.50);
	visibility: hidden;
	bottom: 0;
}

.extraMargin_bottom
{
	margin-bottom: 60px;
}

.fixedBanners
{
	position: fixed;
	right: 0px;
}

.fullContainer
{
	position: relative;
	width: 100%;
	height: 100vh;
}

.lineBehind
{
	background-color: #ffffff;
	padding: 0px 6px;
}

.mainMenu
{
	width: 100%;
	height: auto;
	min-height: 100vh;
	z-index: 200;
	position: relative;
	background-color: rgba(0,0,0,0.8);
	color: rgba(255,255,255,0.70);
	font-size: 1.2em;
	padding: 40px 30px;
	margin-left: auto;
	margin-right: auto;
}

.mainMenu .imgLogo
{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	padding-top: 0px;
}

.mainMenu .imgLogo img
{
	max-width: 110px;
	height: auto;
}

.mainMenu ul, .mainMenu_section ul
{
	list-style: none;
}

.mainMenu .menu, .mainMenu_section .menu
{
	line-height: 40px;
}

.mainMenu .menu .menuItem
{
	background-color: rgba(255,255,255,0);
}

.mainMenu .menu li
{
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: rgba(255,255,255,0.20);
	
	-webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	-ms-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.mainMenu .menu li:last-child
{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: rgba(255,255,255,0.20);
}

.mainMenu .menu a, .mainMenu .menu a:visited
{
	color: rgba(255,255,255,0.90);
	text-decoration: none;
}

.mainMenu .menu li a:hover
{
	color: rgba(0,0,0,1.0);
}

.mainMenu .menu li:hover
{	
	color: rgba(0,0,0,1);
	background-color: rgba(255,255,255,0.90);
}

.mainMenu .orderBtn, .mainMenu_section .orderBtn
{
	margin: 50px 0px;
}

.mainMenu .orderBtn a
{
	text-decoration: none;
	color: rgba(127,14,36,1.00);	
}

.mainMenu .orderBtn a:hover
{
	color: #ffffff;
	background-color: rgba(127,14,36,1);
}

.mainMenu .orderBtn .orderTxt, .mainMenu_section .orderBtn .orderTxt
{
	padding: 4px 14px 2px;
	font-family: 'Burford_Pro_Base';
	font-weight: 100;
	font-size: 1.2em;
	letter-spacing: -1px;
}
	
.mainMenu .orderBtn .orderTxt
{
	background-color: rgba(255,255,255,0.90);
	
	-webkit-transition: background-color 0.2s ease-out, color 0.5s ease-out;
	-moz-transition: background-color 0.2s ease-out, color 0.5s ease-out;
	-o-transition: background-color 0.2s ease-out, color 0.5s ease-out;
	-ms-transition: background-color 0.2s ease-out, color 0.5s ease-out;
	transition: background-color 0.2s ease-out, color 0.5s ease-out;
}

.mainMenu .siteLang, .mainMenu_section .siteLang
{
    font-size: 0.75em;    
}

.mainMenu .siteLang ul li, .mainMenu_section .siteLang ul li
{
	display: inline-block;
	margin: 0px 8px;
}

.mainMenu .siteLang ul li a
{
    color: rgba(255,255,255,0.35);
    text-decoration: underline;
}

.mainMenu .siteLang ul li a:hover
{
    color: #ffffff;
    font-weight: bold;
}

.mainMenu .social, .mainMenu_section .social
{
	margin: 0px 0px 30px;
}

.mainMenu .social ul li, .mainMenu_section .social ul li
{
	display: inline-block;
	opacity: 0.7;
	margin: 0px 8px;
}

.mainMenu .social ul li:hover, .mainMenu_section .social ul li:hover
{
	opacity: 1;
}

.mainMenu .social ul li img, .mainMenu_section .social ul li img
{
	width: 20px;	
}

.mainMenu_section
{
	display: none;
	float: left;
	width: 30%;
	height: 0px !important;
	min-height: 100vh;
	z-index: 200;
	position: relative;
	background-color: rgba(255,255,255,0);
	color: rgba(255,255,255,0.70);
	font-size: 1.2em;
	padding: 40px 60px;
	margin-left: 0;
	margin-right: 0;
}

.mainMenu_section .imgLogo
{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
	padding-top: 20px;
}

.mainMenu_section .imgLogo img
{
	max-width: 150px;
	height: auto;
}

.mainMenu_section .menu .menuItem
{	
	background-color: rgba(128,41,52,0.00);
}

.mainMenu_section .menu li
{	
	-webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	-ms-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.mainMenu_section .menu a, .mainMenu_section .menu a:visited
{
	color: rgba(128,41,52,1.00);
	text-decoration: none;
}

.mainMenu_section .menu li a:hover
{
	color: rgba(255,255,255,1.00);	
}

.mainMenu_section .menu li:hover
{	
	color: rgba(0,0,0,1);
	background-color: rgba(128,41,52,1.00);
}

.mainMenu_section .menu .currentSection
{
	font-family: 'optimaFont_bold';
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: rgba(128,41,52,1);
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: rgba(128,41,52,1);
	color: rgba(128,41,52,1) !important;
}

.mainMenu_section .menu .currentSection:hover
{
	color: #ffffff !important;
}

.mainMenu_section .orderBtn a
{
	text-decoration: none;
	color: #ffffff;	
}

.mainMenu_section .orderBtn a:hover
{
	background-color: rgba(81,25,33,1.00);
}

.mainMenu_section .orderBtn .orderTxt
{
	background-color: rgba(127,14,36,1.00);
	
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}

.mainMenu_section .siteLang
{
    color: rgba(128,41,52,1.00);
}

.mainMenu_section .siteLang ul li a
{
    color: #474747;
    text-decoration: underline;
}

.mainMenu_section .siteLang ul li a:hover
{
    color: rgba(128,41,52,1.00);
    font-weight: bold;
}

.mainMenu_section .social ul li
{
	filter: brightness(30%);
}

.mainMenu_section .vertLine
{
	position: absolute;
	right: 0;
	top: 30px;
	width: 1px;
	height: 91%;
	background-color: #474747;
	z-index: 250;
}

.row
{
	width: 100%;
	position: relative;
}

.row::after
{
	content: "";
	clear: both;
	display: table;
}

.thirdBanner
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	height: 31vh;
	display: flex;
	align-items: center;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.thirdBanner-1
{
	background-image: url(../images/foodProcImg_01.jpg);
}

.thirdBanner-2
{
	background-image: url(../images/foodProcImg_02.jpg);
}

.thirdBanner-3
{
	background-image: url(../images/foodProcImg_03.jpg);
}

.thirdBanner .overlay
{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.00);
	visibility: visible;
	z-index: 100;
	left: 0;
	top: 0;
	-webkit-transition: background 0.2s ease-out;
	-moz-transition: background 0.2s ease-out;
	-o-transition: background 0.2s ease-out;
	-ms-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
}

.thirdBanner:hover > .overlay
{
	background-color: rgba(0,0,0,0.30);
}

.thirdBanner:hover > .title
{
	font-size: 2.7em;
}

.thirdBanner .title
{
	font-family: 'Burford_Pro_Base';
	color: #ffffff;
	font-size: 2.6em;
	line-height: 0.85em;
	width: 100%;
	z-index: 150;
	-webkit-transition: font-size 0.1s ease;
	-moz-transition: font-size 0.1s ease;
	-o-transition: font-size 0.1s ease;
	-ms-transition: font-size 0.1s ease;
	transition: font-size 0.1s ease;
}

.topbar
{
	background-color: #ffffff;
	width: 100%;
	/*height: 520px; extended*/
	height: 60px;
	overflow: hidden;
	position: absolute;
	z-index: 400;
	text-align: center;
	padding: 9px 0px;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: rgba(128,41,52,1.00);
	color: rgba(255,255,255,0.70);
	font-size: 1.1em;
	top: 0px;
}

.topbar ul
{
	list-style: none;
}

.topbar .btns
{
	font-size: 1.3em;
	color: #ffffff;
	overflow: hidden;
}

.topbar .closeBtn
{
	float: right;
	visibility: hidden;
}

.topbar .logo
{
	width: 42px;
	height: auto;
}

.topbar .menu
{
	line-height: 40px;
	margin: 10px 0px 40px;
}

.topbar .menu li:last-child
{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: rgba(128,41,52,0.50);
}


.topbar .menu a, .topbar .menu a:visited
{
	color: rgba(128,41,52,1.00);
	text-decoration: none;
}

.topbar .menu li a:hover
{
	color: rgba(255,255,255,1.00);	
}

.topbar .menu li:hover
{	
	color: rgba(0,0,0,1);
	background-color: rgba(128,41,52,1.00);
}

.topbar .menu .menuItem
{
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: rgba(128,41,52,0.50);
}

.topbar .menu .currentSection
{
	font-family: 'optimaFont_bold';
	color: rgba(128,41,52,1.00) !important;
}

.topbar .menu .currentSection:hover
{
	color: #ffffff !important;
}

.topbar .menuBtn, .topbar .closeBtn
{
	width: 36px;
	height: 26px;
	position: relative;
	text-align: center;
	background-color: rgba(127,14,36,1.00);
	border-radius: 5px;
	cursor: pointer;
	margin: 6px 10px 0px;
	padding: 2px 0px 0px 0px;
}

.topbar .menuBtn
{
	float: left;
	visibility: visible;
}

.topbar .menuBtn:hover, .topbar .closeBtn:hover
{
	background-color: rgba(81,25,33,1.00);
}

.topbar .orderBtn a
{
	text-decoration: none;
	color: #ffffff;	
}

.topbar .orderBtn a:hover
{
	background-color: rgba(81,25,33,1.00);
}

.topbar .orderBtn .orderTxt
{
	padding: 4px 14px 2px;
	background-color: rgba(127,14,36,1.00);
	font-family: 'Burford_Pro_Base';
	font-weight: 500;
	font-size: 1.2em;
	letter-spacing: -1px;
	
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}

.topbar .siteLang ul li
{   
    color: rgba(128,41,52,1.00);
}
    
.topbar .siteLang ul li
{    
	display: inline-block;
	margin: 0px 8px;
    font-size: 0.75em;
}

.topbar .siteLang ul li a
{
    color: #474747;
    text-decoration: underline;
}

.topbar .siteLang ul li a:hover
{
    color: rgba(128,41,52,1.00);
    font-weight: bold;
}


.topbar .social
{
	margin: 40px 0px 25px;
}

.topbar .social ul li
{
	display: inline-block;
	opacity: 0.7;
	margin: 0px 16px;
}

.topbar .social ul li:hover
{
	opacity: 1;
}

.topbar .social ul li img
{
	width: 26px;	
}

.topbar .social ul li
{
	filter: brightness(30%);
}

.topLine
{
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: #7F7F7F;
}

.topLine h2
{
	position: relative;
	top: -40px;
	margin: 0px;
}




@media screen and (min-width: 576px)
{
	h1
	{
		font-size: 3.6em;
		line-height: 0.85em;
	}
	
	.mainMenu
	{
		padding: 40px 80px;
	}
	
	.col-1
	{
		width: 12.5%;
	}

	.col-2
	{
		width: 25%;
	}

	.col-3
	{
		width: 37.5%;
	}

	.col-4
	{
		width: 50%;
	}

	.col-5
	{
		width: 62.5%;
	}

	.col-6
	{
		width: 75%;
	}

	.col-7
	{
		width: 87.5%;
	}

	.col-8
	{
		width: 100%;
	}
	
	.col_noOffset
	{
		margin-left: 0%;
	}

	.col_offset_1
	{
		margin-left: 12.5%;
	}

	.col_offset_2
	{
		margin-left: 25%;
	}

	.col_offset_3
	{
		margin-left: 37.5%;
	}

	.col_offset_4
	{
		margin-left: 50%;
	}
    
    .contentCol .slideshow-container
    { 
        
    }

    .contentCol .slideshow-container .mySlides
    {
        width: 89%;
        height: auto;
    }

    .contentCol .slideshow-container .mySlides img
    {
        width: 100%;
        margin-left: auto;
    }

    .contentCol .slideshow-container .mySlides .content
    {
        font-size: 0.9em;
        padding: 30px;
    }
    
    .contentCol .slideshow-container .prev, .contentCol .slideshow-container .next
    {
        top: 50%;
        margin-top: -22px;
        padding: 16px;
        color: rgba(127,14,36,1.00);
        font-size: 1.6em;
        background-color: rgba(127,14,36,0.00);
    }
    
    .contentCol .slideshow-container .prev:hover, .contentCol .slideshow-container .next:hover
    {
        color: rgba(255,255,255,1.00);
        background-color: rgba(127,14,36,0.85);
    }
	
}

@media screen and (min-width: 768px)	
{	
	.contentCol
	{
		width: 65%;
		margin: 0px 0px 0px 0px;
		padding: 30px 40px;
	}
	
	.contentCol_noPadMarg
	{
		padding: 0px !important;
		margin: 0px 0px 0px !important;
	}
	
	.contentCol .blogMenu:hover > .area
	{	
		background-color: rgba(127,14,36,1.00);
	}

	.contentCol .blogMenu .area
	{
		background-color: rgba(127,14,36,0.00);
		opacity: 0;
	}
	
	.contentCol .blogMenu_inSection .area
	{		
		background-color: rgba(127,14,36,1.00);
		opacity: 0;
	}

	.contentCol .blogMenu_inSection .area:hover
	{
		opacity: 1;
	}
	
	.contentCol .blogMenu_inSection .meatType
	{
		display: block;
	}
	
	.contentOverlay
	{
		visibility: hidden !important;
	}
	
	.mainMenu
	{
		width: 35%;
		font-size: 1em;
		background-color: rgba(0,0,0,0);
		padding: 40px 34px;
		margin-left: 0;
		margin-right: 0;
	}
	
	.mainMenu .imgLogo
	{
		padding-bottom: 60px;
		padding-top: 20px;
	}
	
	.mainMenu .imgLogo img
	{
		max-width: 150px;
	}
	
	.mainMenu_section
	{
		width: 35%;
		height: auto;
		display: block;
		font-size: 1em;
		padding: 40px 34px;
	}
	
	.thirdBanner
	{
		height: 33.3vh;
	}
	
	.topbar
	{
		/*
		display: none;
		top: -100px;
		left: 100%;
		*/
		height: 0px !important;
		width: 0px !important;
		
	}
}

@media screen and (min-width: 992px)
{
	.contentCol
	{
		width: 70%;
	}
	
	.contentCol .blogList
	{		
		font-size: 10em;
	}
	
	.mainMenu, .mainMenu_section
	{
		width: 30%;
		padding: 40px 45px;
	}
}

@media screen and (min-width: 1200px)
{
	.contentCol
	{
		width: 65%;
		padding: 30px 6%;
	}
	
	.mainMenu, .mainMenu_section
	{
		width: 35%;
		font-size: 1.2em;
		padding: 40px 60px;
	}
}

@media screen and (min-width:576px) and (max-width:1440px)
{
    .contentCol .mapIframe
    {
        width: 88%;
    }        
}



@-webkit-keyframes showMenu
{
    from
    {
        height: 60px;
    }
    to
	{
        height: 570px;
    }
}

@keyframes showMenu
{
    from
    {
        height: 60px;
    }
    to
	{
        height: 570px;
    }
}

@-webkit-keyframes hideMenu
{
    from
    {
        height: 570px;
    }
    to
	{
        height: 60px;
    }
}

@keyframes hideMenu
{
    from
    {
        height: 570px;
    }
    to
	{
        height: 60px;
    }
}
