html, body {
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
}
html{background:#202020;}
body{
font-size:16px;

background: url(../images/gtbg7.jpg)no-repeat center bottom;
  font-family:verdana,arial;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.b5B{margin-bottom:5px;}
.footer{
font-size:10px; color:#A0A0A0;
text-align:center;
position:absolute; bottom:10px;
width:100%;
margin:auto;
}
.footer a{color:#A0A0A0;}
.main{
background: rgba(000,000,000, .80);
    margin:auto;
	position:relative;
    padding:0px;


    min-height: 100%;
    width: 100%;
	box-shadow:none;
	}
.fInfo{
  padding-left:20px;
  margin-left:0px;
  font-size:14px;
}
.cards{width:30%;}
.header{
 width:94vw;
 margin-top:10px;
 min-width: 250px;
    }
.innerDiv{
    margin:0px;
	color:#EEEEEE;
	text-align:left;
	position:relative;
    //background: rgba(000,000,000, .40);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding:0px;
    overflow:hidden;

	}
.hdl{
	display:inline-block;
	float:left;
    padding:0px;
}
.StyleSwitch{
	position:absolute;
    right:10px;
    top:10px;
}
.menu{
	display:inline-block;
	background: rgba(000,000,000, .60);
	padding:5px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
    width:70px;
    height:30px;
    text-align:center;
    vertical-align:top;
    text-decoration:none;
	color:#FFE6D9;
    font-size:24px;
   font-family: "Zain", sans-serif;
	}
.menuT{
    display:block;
    text-decoration:none;
	color:#FFE6D9;
    font-size:24px;
   font-family: "Zain", sans-serif;
}
.menuTdiv{

    width:100%;
    padding:5px;
	}

.menuTdiv:hover a{
  background-color: #ddd;
  color: black;
  cursor:pointer;
  width:100%;
}

.menuH{
	display:inline-block;
	background: rgba(000,000,000, .40);
	padding:8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
	}
.menuM{
z-index:20000;
	display:inline-block;
    background: rgba(000,000,000, .60);
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
	}
.menuM :hover{
  background-color: #ddd;
  color: black;
}
.menuC{cursor:pointer;}
.menuD{cursor:pointer;}
.menuContainer{
	text-align:right;
    vertical-align:middle;
    margin-top:20px;
	}
.menuMobileT{margin-bottom:10px; margin-left:-10px; margin-top:20px}

.menuMobile{
z-index:1000;
	display:block;
    position:absolute;
	top:0px;
	right:10px;
    }

	#navbar a:hover {
	  background-color: #ddd;
     color: black;
     cursor:pointer;
}

#navbar a.active {
  background-color: #4CAF50;
  color: white;
  cursor:pointer;
}
.mImage{
width:14px;
cursor:pointer;
opacity: 0.8;
}
form{
padding:0px; margin:0px;display:inline-block;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.menuInner{display:none;}
.slideMenu{
	height:100%;
    width:100%;
    background: rgba(000,000,000, .60);
    padding:10px;
    position:fixed;
    overflow-x: hidden; /* Disable horizontal scroll */
    top:0px; right:0px;}
.slideMenuInner{
	height:100%;
    position:fixed;
    overflow-x: hidden; /* Disable horizontal scroll */
    top:0px; right:0px;
	width:180px;
    background:#000;
    padding:10px;
    }
h1{
    margin-top:0px;
    margin-left:10px;
    color:#FFAE5E;
    font-weight:400;
    font-size:100%;
    font-family: "Zain", sans-serif;
}
h2{
    margin-top:0px;
    margin-left:10px;
    color:#FFFFE1;
    font-weight:400;
    font-size:30px;
    font-family: "Zain", sans-serif;
    }
h3{
    margin-top:0px;
    margin-bottom:5px;
    font-family: "Zain", sans-serif;
    font-weight:400;
    color:#E0B01F;
    font-size:26px;

    }
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background: rgba(000,000,000, .60);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
    font-family: "Zain", sans-serif;
    color:#E0B01F;
    font-size:26px;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #000;
  color:#B59146;
}

.Sections{position:relative;}
.accMargin{
margin-bottom:5px;
}
.itemContent{
  padding: 3px;
  background: rgba(255,255,255, .90);
  overflow: hidden;
  color:#000;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-khtml-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
    margin:0px 10px 0px 10px;

}
.item{margin-bottom:5px;}
.itemHeading{
    color:#760A0A;
	font-size:18px;
	}
.itemHeadingSub{
	color:#7D0000;
	font-size:16px;
    }
.key{
	background: rgba(000,000,000, .60);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
    font-family: "Zain", sans-serif;
    color:#FFEEE6;
    font-size:24px;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;

}
.keyBlock{
	display:block;
    min-height:200px;
    background:#fff;
	vertical-align:top;
    margin-right:10px;
    margin-bottom:10px;
    border:1px solid #000;
    padding:3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.viewCat{float:right; padding:0px;}
.content{
	margin-top:10px;
    color:#B2B2B2;
    text-align:left;
	}

.divT{
	display: table;
	width: 99%;
    padding:0px;

}
.divTRow {
	display: table-row;

}
.divTRow:nth-child(odd){
     background-color: #E0E0E0;
}
.lastLine{color:#000; font-style:italic; font-size:14px;}
.divTCell {

	display: table-cell;
	padding: 5px 10px;
        vertical-align: top;
}


.divTable{
border-spacing: 0px 0px;
}
.divTableRow {
	display: block;
}
.divTableCell {
    //border:1px solid #555555;
    width:97%;
	display: block;
	padding: 5px 10px;
    vertical-align: top;

	background: rgba(000,000,000, .60);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
    margin-bottom:20px;
    overflow:hidden;
    position:relative;
}
.divTableBody {
	display: table-row-group;
}

.emf_1{ /* Outer */
text-align:left;
border:1px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
}
.emf_2{ /* Row */
margin:10px;
}
.emf_3{ /* blocks*/
display:inline-block; vertical-align:top; margin-right:10px;
}
.emf_4{ /* textarea*/
width:100%;
min-height:100px;
}
.emf_5{ /* button*/
border:0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
    width:100%;
    font-size:18px;
}
.emf_captcha{
text-align:center;
}
.emf_errs{padding:10px; display:none;}
.contentBlock{
	background: rgba(000,000,000, .60);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding:10px;

}
.contentBlockTaway{
margin-top:10px;
	background: rgba(000,000,000, .40);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding:5px;

}
.phone{
	font-size:20px;
	font-style:italic;
	margin-bottom:5px;
    display:flex; align-items:center;
    color:#B59146;
    }

a.mobileTel:link 	{
	text-decoration:  none ;
	font-weight: normal;
    color:#B59146;
	}
a.mobileTel:active {
	text-decoration:  none ;
	font-weight: normal;
    color:#B59146;
	}
a.mobileTel:visited {
	text-decoration:   none ;
	font-weight: normal;
    color:#B59146;
	}
.hdl{
display:inline-block;
float:left;
}
#navbar a:hover {
  background-color: #ddd;
  color: black;
  cursor:pointer;
}

#navbar a.active {
  background-color: #4CAF50;
  color: white;
cursor:pointer;
}
.headContainer{display:block;}

.keyBlockD{
	display:block;
    min-height:200px;
    background:#fff;
	vertical-align:top;
    margin-right:10px;
    margin-bottom:10px;
    border:1px solid #000;
    padding:3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;

}

@media only screen and (min-width : 530px) {
.main{
 width: 95vw;
}
.innerDiv{
	padding:10px;
h2{
    margin-top:0px;
    margin-left:10px;
    color:#FFFFE1;
    font-weight:400;
     font-size:30px;
   font-family: "Zain", sans-serif;
    }
   }
@media only screen and (min-width : 714px) {
.keyBlock{display:inline-block;}
.keyBlockD{display:inline-block; width:300px;}

}
@media only screen and (min-width : 685px) {
     .menuInner{display:inline-block;}
     .menuMobile{display:none;}
     .emf_1{width:400px;}
}
@media only screen and (min-width : 880px) {
.slideMenu{display:none;}
.innerDiv{
    margin:0px 20px 0px 20px;
    }
.dtcTop{min-height:90px;}
.dtcBottom{width:100%; text-align:center;border:0px solid #fff;};
.headContainer{margin-top:150px;}
	.header{
    
	 width:78vw;
     max-width:800px;
	 margin-top:10px;
	 margin-left:10px;
	 margin-right:10px;
	    }
	.menuContainer{
		text-align:right;
	    vertical-align:middle;
		}

	 .main{
	    min-height: 100%;
	    width: 80vw;
	 }
	 .divTable{
	    display: table;
		width: 100%;
		padding:0px;
		margin-bottom:10px;
		border-spacing: 10px 0px;
	 }
	 .divTableRow {
	 display:table-row;
	 }
	.divTableCell {
	    width:50%;
		display: table-cell;
		padding: 5px 10px;
	    vertical-align: top;
		background: rgba(000,000,000, .60);
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;
	}
	.contentBlock{
		margin-left:10px;
	    margin-right:10px;
	}

	h2{
	    margin-top:0px;
	    margin-left:10px;
        font-size:30px;

	    }
	h3{
	    margin-top:0px;
	    margin-bottom:5px;

	    }
}
