@charset "utf-8";
/* CSS Document */

#header-inner {
	width: 100%;
	height: auto;
	font-family: 'Catamaran', sans-serif;
}
.gamlogo{
	float: left;
	margin-top: 5px;
}
.hometop{
	float:right;
	margin-top:10px;
}
.hometopmenu{
	font-family: 'Catamaran', sans-serif;
	background:#c3ac45;
	color:#fff;
	text-decoration:none;
	padding:5px 30px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	margin-right:5px;
	float:right;
	-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.hometopmenu:hover{
	background:#c30d23;
}
.hometopmenucall{
	font-family: 'Roboto Condensed', sans-serif;
	color:#FFFFFF !important;
	text-decoration:none;
	padding:0px 0px;
	text-transform:uppercase;
	font-size:24px;
	font-weight:100;
	margin-right:15px;
	float:right;
	margin-left:20px;
	margin-top:3px;
}
a[href^=tel].hometopmenucall{
	color:  #fff !important;
}
.contact-social{
  float: right;
	border-left: 1px solid #e0dfdf;
	padding-left: 5px;
	height: 30px;
	padding-top: 3px;
}
.contact-social img{
	margin-left: 8px;
    transition: all 0.3s ease;
   	 -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}
.contact-social img:hover {
	transform: rotatey(360deg);
     -webkit-transform: rotatey(360deg);
     -moz-transform: rotatey(360deg);
     -o-transform: rotatey(360deg);
     -ms-transform: rotatey(360deg);
     transition: 0.5s all ease;
     -webkit-transition: 0.9s all ease;
     -moz-transition: 0.9s all ease;
     -o-transition: 0.9s all ease;
     -ms-transition: 0.9s all ease;
}

.icon{
	position: absolute;
	top: -35px;
	margin: auto;
	left: 0px;
	right: 0px;
	z-index: 4;

}
.homebannermenu-bg{
	width:375px;
	position:absolute;
	bottom:30px;
	right:0px;
	z-index:99999;
}

ul.menu-list {
	list-style-type: none;
	margin:0px auto;
	padding: 0;
	text-align: center;
	width:100%;
}
ul.menu-list li {
	display: inline-block;
	float:left;
}

.menuwrapper{
	float:left;
	width:100%;
}
.bannermenubox{
	width:120px;
	height:110px;
	float:right;
	background-color:rgba(195,173,69,0.8);
	font-family: 'Catamaran', sans-serif;
	font-weight:600;
	font-size:18px;
	line-height:16px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	margin-bottom:5px;
	margin-right:5px;
	transition: all 0.3s ease;
	 -webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
}
.bannermenuboxhidden{
	width:120px;
	height:110px;
	float:left;
	margin-bottom:5px;
	margin-right:5px;
}
.bannermenubox:hover{
	background-color:rgba(195,13,35,0.8);
}
.bannermenubox img{
	margin-top:20px;
	margin-bottom:6px;
}
.bannermenubox:hover img{
	transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}



.menu-social{
  float: left;
	margin-top: 10px;
	display: none;
}
.menu-social img{
	margin-right: 8px;
    transition: all 0.3s ease;
   	 -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}
.menu-social img:hover {
	transform: rotatey(360deg);
     -webkit-transform: rotatey(360deg);
     -moz-transform: rotatey(360deg);
     -o-transform: rotatey(360deg);
     -ms-transform: rotatey(360deg);
     transition: 0.5s all ease;
     -webkit-transition: 0.9s all ease;
     -moz-transition: 0.9s all ease;
     -o-transition: 0.9s all ease;
     -ms-transition: 0.9s all ease;
}













#footer-wrapper {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin: 0px;
  background:#fff url(../images/footerbg.png) no-repeat center bottom ;
  background-size: 100%;
	border-top: 2px solid #f0f7f9;
}
#footer-inner {
	width: 1200px;
	height: auto;
	min-height: 100px;
	padding:0px 0px;
	margin: 0px auto;
	font-family: 'Catamaran', sans-serif;
}
.contact-div{
  width: 100%;
  float: left;
  padding: 20px 0px;
  text-align: center;
  margin-bottom: 15px;
}
.contact-div ul{
  color: #aeb0b2;
  list-style: none;
  text-align: center;
  float: left;
  width: 100%;
  font-family: 'Catamaran', sans-serif;
}
.contact-div ul li{
  display:inline-flex;
  text-align: left;
  color: #515151;
  font-size: 16px;
  line-height: 25px;
}
.contact-div  li:nth-child(1) {
	float:left;
}
.contact-div  li:nth-child(3) {
	float:right;
  padding-top: 10px;
}
.contact-div  li:nth-child(2) {
  padding-top: 10px;
}

#footer-inner h4 {
  float: left;
  width: 100%;
  color: #636363;
  font-size: 18px;
  font-weight: 500;
  margin-bottom:5px;
	font-family: 'Catamaran', sans-serif;
}

#footer-inner p {
  float: left;
  width: 100%;
  border-top: 1px solid #eeeeee;
  color: #8b8989;
  font-size: 16px;
  line-height: 18px;
  padding: 15px 0px;
  text-align: center;
	font-family: 'Catamaran', sans-serif;
}

/* -------------------------------  Media Query  ------------------------------- */

@media screen and (max-width: 1280px) {
	.homebannermenu-bg{
		bottom:15px;}
  #footer-inner {
  	width: 96%;}
}
@media screen and (max-width: 1200px) {
	.bannermenubox{
		height:90px;}
	.bannermenuboxhidden{
		height:90px;}
	.bannermenubox img{
		margin-top:10px;
		margin-bottom:6px;}
}
 @media screen and (max-width: 1100px) {
}
@media screen and (max-width: 1070px) {

}
 @media screen and (max-width: 1024px) {

}
 @media screen and (max-width: 1000px) {
	 .bannermenuboxhidden{
	 		display: none;}
	 .hometopmenu{
			display: none;}
}
 @media screen and (max-width: 900px) {

}
@media screen and (max-width: 860px) {
}
 @media screen and (max-width: 850px) {
}
@media screen and (max-width: 800px) {
	.homebannermenu-bg{
		display: none;}
	.contact-social{
		border-left: 1px solid #e0dfdf;
		border-right: 1px solid #e0dfdf;
		padding-left: 5px;
		padding-right: 15px;
		margin-right: 80PX;
	}

}
 @media screen and (max-width: 768px) {

}
 @media screen and (max-width: 700px) {
	 .gamlogo{
	 	width: 120px;
	 }


}
 @media screen and (max-width: 640px) {

}
 @media screen and (max-width: 603px) {
		 .contact-social{
		 display: none; }
		 .menu-social{
		 display: block;}

		 .hometopmenucall{
			 margin-right: 60px;
		 }

   .contact-div ul li{
     display:inline-block; }
   .contact-div  li:nth-child(1) {
   	float:left;
    width: 100%;
    text-align: center !important;   }
   .contact-div  li:nth-child(3) {
     width: 50%;  }
   .contact-div  li:nth-child(2) {
      width: 50%; }
}
 @media screen and (max-width: 568px) {

}


 @media screen and (max-width: 500px) {

  }


 @media screen and (max-width: 420px) {
	 .hometopmenucall{
	 	display: none;
	 }

}
 @media screen and (max-width: 360px) {
   .contact-div  li:nth-child(3) {
     text-align: center;
     width: 100%;  }
   .contact-div  li:nth-child(2) {
     text-align: center;
    width: 100%;}

}
 @media screen and (max-width: 320px) {
}
 @media screen and (max-width: 300px) {
}
@media screen and (max-width: 240px) {
}
