@charset "utf-8";
/* CSS Document */
.clr {
	clear: both;
}
/*a:link,a:active,a:visited{-webkit-transition:all 1.5s ease; -moz-transition:all 1.5s ease; transition:all 1.5s ease;}
a:hover{-webkit-transition:all 1.5s ease; -moz-transition:all 1.5s ease; transition:all 1.5s ease;}*/

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
  margin-right:25px;
  background: #cfcfcf; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #19aae6; 
  border-radius: 10px;
  transition: all 1s ease;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0c5f81; 
  cursor:pointer;
  transition: all 1s ease;
}



body {
	margin: 0px;
	padding: 0px;
	font-family: 'OpenSansRegular';
}
.bodybg-main{
	background:url(../images/bg-tex.jpg) repeat-y;
	background-size:auto;
}
.bodybg-inr{
	background:#ffffff;
}
.topNavPanel {
	width: 100%;
	height:50px;
	color: #000;
	margin: 0px auto;
	background: #1988d0;
}
.topNavPanelInr {
	width: 100%;
	height: 75px;
	background: #000;
	color: #fff;
	max-width: 1200px;
	margin: 0px auto;
}
.cartSection {
	width: auto;
	height: auto;
	overflow: auto;
	float: right;
	border-left: solid 1px #fff;
	padding: 0px 0px 0px 10px;
}
section{
	width:100%;
	height:auto;
	overflow:auto;
	padding:0px;
	display:block;
}
.headerbg{
	background:#f7f7f7;
}
.cartIcon {
	width: 16px;
	height: auto;
	overflow: auto;
	margin: 2px 0px 3px 0px;
	float: left;
	sbackground: #f30;
	padding: 3px 2px 0px 2px;
}
.cartIcon img {
	width: 100%;
	height: auto;
	overflow: auto;
	border: 0px;
}
.cartInfo {
	font-size: 12px;
	color: #fff;
	float: left;
	font-size: 11px;
	margin: 7px 10px 5px 10px;
	text-align: center;
}
.cartInfo2 {
	font-size: 12px;
	color: #fff;
	float: left;
	font-size: 11px;
	margin: 7px 10px 5px 0px;
	text-align: center;
}
.logo {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: flex;
    padding: 15px 15px 5px 0px;
	margin:50px 0px 0px 50px;
}
.logo img {
	width: 100%;
	height: auto;
	overflow: auto;
	border: 0px;
}
.topMenus {
	width: auto;
	height: auto;
	float: right;
	margin: 9px 5px 0px 0px;
}
.topMenus ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.topMenus li ul {
	display: none !important;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
.topMenus li {
	margin: 0px;
	padding: 7px 10px;
	font-size: 12px;
	float: left;
	color: #fff;
    text-transform: uppercase;
	transition:all 1s ease;
}
.topMenus li a:link, .topMenus li a:active, .topMenus li a:visited {
	color: #fff;
	text-decoration: none;
	padding: 7px 10px;
	text-transform: uppercase;
	transition:all 1s ease;
}
.topMenus li a:hover, .topMenus li:hover {
	color: #fff;
	background: #de3333;
	cursor:pointer;
	transition:all 1s ease;
}
.topMenus li:hover ul {
	display: block !important;
	position: absolute;
	width: 320px;
	height: auto;
	overflow: auto;
	background: #de3333;
	margin: 7px 0px 0px -10px;
	z-index: 21;
	transition:all 1s ease;
}
.topMenus li ul li {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 41px;
	font-size: 12px;
	float: none;
	color: #fdb900;
	border-bottom: solid 1px rgba(255,255,255,0.45);
	border-left: none !important;
}
.topMenus li ul li a:link, .topMenus li ul li a:active, .topMenus li ul li a:visited {
	color: #fff;
	text-decoration: none;
	padding: 12px 5%;
	text-transform: uppercase;
	width: 90%;
	float: left;
	font-stretch: extra-expanded;
}
.topMenus li ul li a:hover {
	color: #000;
	background: rgba(0,0,0,0.15);
}
.location {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}
.rightaligncontainer{
	float:right;
	max-width:1024px !important;
	margin:0px 0px 0px 0px !important;
	padding:50px 30px !important;
	min-height:650px !important;
}
.rightaligncontainer .sitedivisions{
	margin-top:0px !important;
}
.rightaligncontainer .enqHdr{
	line-height:72px !important;	
}
.rightaligncontainer .enqHdr, .rightaligncontainer .feadTitle4b{
	text-align:left !important;
	color:#fff;
	max-width:none !important;
    margin: 0px;
	padding:0px;
}

.location li {
	float: left;
!important;
	border-left: none;
	padding-left: 10px;
	padding-right: 10px;
}
.location li:last-child {
	margin-right: 8px;
}
.inr-menu-container{
	width:100%;
	height:auto;
	overflow:auto;
}
.inr-menu-container ul{
	margin:0px;
	padding:20px 0px;
	list-style:none;
}
.inr-menu-container li ul{
	margin:0px 0px 20px 0px;
	padding:0px 0px 20px 0px;
    border-bottom: dashed 1px #ececec;
}
.inr-menu-container li{
	margin:0px 0px 3px 0px;
	padding:0px;
	display:block;
	width:auto;
	height:auto;
	font-size:14px;
	text-transform:capitalize;
}
.inr-menu-container li li{
	margin:0px 0px 1px 0px;
	padding:0px;
	font-size:12px;
	text-transform:capitalize;
}
.inr-menu-container li a{
	padding:6px 10px;
	color:#000;
	text-decoration:none;
	transition:all 1s ease;	
	display: -webkit-box;
}
.inr-menu-container li li a{
	color:#666;
	transition:all 1s ease;	
}
.inr-menu-container li a:hover{
	background:#f9f9f9;
	transition:all 1s ease;	
}
.currentMenuItem {
	color: #fff !important;
	background: #de3333 !important;
}
.footerPnl {
	width:-webkit-fill-available;
	display:block;
	background: #000;
	smin-height: 100px;
	height: auto;
	overflow: auto;
	margin: 0px auto;
	color: #fff;
	text-align: left;
	font-size: 11px !important;
	padding:15px 25px;
	line-height: 20px;
	position: absolute;
    bottom: 0px;
}
.featured {
	width: 100%;
	background: #33c8cd;
	min-height: 400px;
	height: auto;
	overflow: auto;
	margin: 0px auto;
	color: #fff;
	padding: 75px 0px 0px 0px;
}
.shop {
	width: 100%;
	background: #f3f3f3;
	min-height: 400px;
	height: auto;
	overflow: auto;
	margin: 0px auto;
	color: #fff;
	padding: 0px 0px 0px 0px;
}
.crafts {
	width: 100%;
	background: #000;
	min-height: 400px;
	height: auto;
	overflow: auto;
	margin: 0px auto;
	color: #fff;
	padding: 75px 0px 0px 0px;
}
.loginCont {
	width: 100%;
	margin: 0px auto;
	padding: 45px 0px;
	height: auto;
	overflow: auto;
}
.defaultBg {
	background: #f30;
}
.forgot {
	background: #f0f0f0;
	padding: 25px 0px !important;
}
.btmPnl {
	width: 100%;
	background: #121212;
	height: auto;
	overflow: auto;
	margin: 0px auto;
	color: #fff;
	padding: 20px 0px;
}
.brand {
	width: 100%;
	background: url(../images/brand.jpg) no-repeat center;
	background-size: cover;
	min-height: 550px;
	height: auto;
	overflow: auto;
	margin: 0px auto;
	color: #fff;
	padding: 75px 0px 75px 0px;
}
.events {
	width: 100%;
	max-width:450px;
	height: auto;
	overflow: auto;
	margin: 0px auto;
	color: #000;
	padding: 0px;
	position:absolute;
	right:100px;
	top:120px;
}
.innerevent{
	position:static !important;
}
.feadContainer {
	width: calc(100% - 40px);
	max-width: 1366px;
	height: auto;
	overflow: auto;
	display:block;
	margin: 20px auto;
}
.shopContainer {
	width: calc(100% - 40px);
	max-width:1366px;
	height: auto;
	overflow: auto;
	display:block;
	margin: 20px auto;
}
.feadTitle {
	width: 100%;
	height: auto;
	overflow: auto;
	margin: 0px 0px 50px 0px;
	font-size: 68px;
	font-family: 'OpenSansLight';
	color: #fff;
	text-shadow: rgba(0,0,0,0.85) 0px 0px 4px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -3px;
}
.feadTitle2 {
	width: 100%;
	height: auto;
	overflow: auto;
	margin: 0px 0px 50px 0px;
	font-size: 135px;
	font-family: 'OpenSansBold';
	color: #fff;
	text-shadow: rgba(0,0,0,0.85) 0px 0px 4px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -3px;
}
.feadTitle3 {
	width: 100%;
	height: auto;
	overflow: auto;
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	font-family: 'OpenSansLight';
	color: #fff;
	text-shadow: rgba(0,0,0,0.85) 0px 0px 4px;
	text-align: left;
	text-transform: uppercase;
}
.feadTitle4 {
	width: 100%;
	height: auto;
	overflow: auto;
	margin: -5px 0px 10px 0px;
	font-size: 36px;
	font-family: 'OpenSansLight';
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}
.feadTitle4a {
	width: auto;
	height: auto;
	overflow: auto;
	padding: 0px 0px 20px 0px;
	font-size: 14px;
	font-family: 'OpenSansRegular';
	color: #5a5a5a;
	text-align: left;
	margin: 0px 0px 0px 0px;
	border-bottom: dashed 1px #f1c317
}
.feadTitle4b {
	width: auto;
	height: auto;
	overflow: auto;
	max-width:1200px;
	padding: 10px 0px 10px 0px;
	font-size: 15px;
    line-height: 24px;
	color: #000;
	text-align: center;
	margin:10px auto;
}
.feadTitle4c {
	width: auto;
	height: auto;
	overflow: auto;
	margin: 0px 0px 0px 0px;
	font-size: 72px;
	font-family: 'OpenSansLight';
	color: #56bcec;
	text-align: center;
	xtext-transform: uppercase;
	padding: 0px 15px 0px 15px;
}
.feadTitle4c-events {
	width: auto;
    height: auto;
    overflow: auto;
    margin: 0px 0px 0px 0px;
    font-size: 20px;
    font-family: 'plantagenet_cherokeeregular';
    color: #fff;
    text-align: left;
    padding: 15px 0px 0px 0px;
}
.innerevent .feadTitle4c-events {
	font-family: 'OpenSansRegular';
    color: #373737;
    font-size: 13px;
	margin-bottom:10px;
    padding: 0px 0px 0px 0px;
}
.sitedivisions{
	width:100%;
	height:auto;
	overflow:auto;
	margin:0px auto;
	margin-top:30px;
}
.sitedivisions ul, .smart, .testi{
	margin:0px;
	padding:0px;
	list-style:none;
}
.sitedivisions li{
	width:calc(25% - 30px);
	height:auto;
	overflow:auto;
	float:left;
	margin:0px 15px;
}
.smart li{
	/* width:calc(25% - 5px); */
	width:100px;
	height:100px;
	float:left;
	background:rgba(0,0,0,0.35);
	margin:0px 5px 5px 0px;
    text-transform: capitalize;
    overflow: hidden;
	color:#fff;
}
.testimonials .enqHdr{
	margin-bottom:75px;
}

.smart li .hdr{
    display: block;
    font-family: 'plantagenet_cherokeeregular';
    font-size: 44px;
    width: 75%;
    height: auto;
    overflow: auto;
    padding: 20px;
    line-height: 36px;
    margin-top: 198px;
}
.smart li .lbl{
	white-space: nowrap;
    width: 50%;
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
    display: block;
    background: rgba(0,0,0,0.45);
    padding: 2px 5px;
    border-radius: 0px 3px 0px 0px;
}
.testi li{
	/* width:calc(25% - 5px); */
	width:calc(25% - 46px);
	height:auto;
	overflow:auto;
	float:left;
	margin:0px 8px 15px 8px;
	padding:15px;
	background:#fff;
	box-shadow:0px 0px 10px 3px rgba(0,0,0,0.035);
    border-radius: 6px;
}
.testi li .thumbnail{
	width:100px;
	height:100px;
    background-size: cover !important;
    border-radius:50%;
    border: solid 10px #ececec;
    position: absolute;
    margin: -4.85em 0px 0px 3.5%;
}
.testi li .tagline01,.testi li .tagline02,.testi li .tagline03{
	display:block;
	text-align:center;
}
.testi li .tagline01{
	margin:60px 0px 0px 0px;
    font-family: 'plantagenet_cherokeeregular';
	font-size:20px;
	text-transform:capitalize;
    padding: 10px 10px 0px 10px;
}
.testi li .tagline02{
	font-size:12px;
	font-style:italic;
	margin:0px 0px 15px 0px;
	color:#333333;
	text-transform:capitalize;
	padding:5px;
}
.testi li .tagline03{
    font-family: 'OpenSansLight';
	font-size:13px;
	padding:0px 20px;
	margin-bottom:15px;
}

.level01-height{
	width:310px !important;
	height:310px !important;
}
.secthumbnail{
	width:100%;
	height:auto;
	overflow:auto;
}
.secname{
    width: 100%;
    height: auto;
    overflow: auto;
    font-size: 18px;
    display: block;
    margin: 10px 0px;
    text-align: center;
}
.secthumbnail img{
	width:100%;
	height:auto;
	overflow:auto;
	border:0px;
}
.feadTitle4d {
	width: auto;
	height: auto;
	overflow: auto;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	font-family: 'OpenSansLight';
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	padding: 0px 15px;
}
.feadTitle4e {
	width: auto;
	height: auto;
	overflow: auto;
	margin: 0px 10px;
	font-size: 18px;
	font-family: 'OpenSansRegular';
	color: #373737;
	text-align: left;
	text-transform: uppercase;
	padding: 0px 0px 15px 0px;
	border-bottom: dashed 1px #ececec;
}
.feadTitle4f {
	width: auto;
	height: auto;
	overflow: auto;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	font-family: 'OpenSansRegular';
	color: #373737;
	text-align: left;
	text-transform: uppercase;
	padding: 0px;
	line-height: 23px;
}
.feadTitle4g {
	width: auto;
	height: auto;
	overflow: auto;
	margin: 0px 10px 10px 0px;
	font-size: 13px;
	font-family: 'OpenSansRegular';
	color: #373737;
	text-align: left;
	padding: 0px 20px 0px 0px;
}
.feadTitle5 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	font-size: 116px;
	font-family: 'sketch_rockwellregular';
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -7px;
	line-height: 87px;
	border-bottom: solid 1px rgba(255,255,255,0.25);
	padding-bottom: 35px;
}
.feadTitle6 {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 55px 0px 30px 0px;
	font-size: 116px;
	font-family: 'sketch_rockwellregular';
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -7px;
	line-height: 87px;
}
.feadTitle5Content {
	width: auto;
	max-width:1200px;
	height: auto;
	overflow: auto;
	display:inline-block;
	margin: 5px 0px 5px 0px;
	font-size: 21px;
	font-family: 'OpenSansLight';
	color: #000;
	text-align: center;
	padding: 0px 3% 15px 3%;
	line-height: 36px;
}
.feadTitle5Content2 {
	width: 97%;
	height: auto;
	overflow: auto;
	margin: 5px 0px 5px 0px;
	font-size: 14px;
	font-family: 'OpenSansLight';
	color: #fff;
	text-align: left;
	padding: 15px 3% 15px 0%;
	line-height: 25px;
}
.blogContent {
	width: auto;
	height: auto;
	overflow: auto;
	margin: 0px 0px 10px 0px;
	font-size: 13px;
	font-family: 'OpenSansLight';
	color: #fff;
	text-align: justify;
	padding: 15px;
	background: #000;
	word-wrap: break-word;
}
.feadProCont {
	width: 100%;
	height: auto;
	overflow: auto;
}
.feadProContInr {
	width: 98%;
	height: auto;
	overflow: auto;
	amin-height: 270px;
	abackground: #f30;
	margin: 0px 1% 5px 1%;
}
.shProContnr {
	width: auto;
	height: auto;
	overflow: auto;
	amin-height: 270px;
	background: #fff;
	margin: 0px 2.5px 5px 2.5px;
	padding: 0px;
	border: solid 1px rgba(0,0,0,0.1);
}
.feadProContInr2 {
	width: auto;
	height: auto;
	overflow: auto;
	margin: 0px 0px 0px 0px;
	background:#ffffff;
}
.feadProContInr3 {
	width: auto;
	height: auto;
	overflow: auto;
	margin: 0px;
}
.feadProthump {
	width: 100%;
	amin-height: 250px;
	height: auto;
	overflow: auto;
	margin: 0px auto;
	sbackground: #fff;
}
.feadProthump img {
	width: 100%;
	height: auto;
	overflow: auto;
	border: 0px;
}
.feadProthump span {
	position: absolute;
	z-index: 10;
	padding: 10px 0px;
	font-size: 12px;
}
.feadProDetails {
	width: 92%;
	min-height: 250px;
	height: auto;
	overflow: auto;
	margin: 15px 4%;
	xbackground: #ccc;
}
.colGrids {
	width: 100%;
	max-width: 250px;
	height: auto;
	overflow: auto;
}
.colGrids ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.colGrids li {
	margin: 0px 1% 5px 1%;
	padding: 0px;
	width: 31.33%;
	height: auto;
	overflow: auto;
	min-height: 80px;
	background: #f30;
	float: left;
}
.colGrids li img {
	width: 100%;
	height: auto;
	overflow: auto;
	border: 0px;
}
.thmupbg a:link, .thmupbg a:active, .thmupbg a:visited {
	color: #fff;
	text-decoration: none;
	padding: 10px 10px 10px 40px;
	background: #f30 url(../images/cart.png) no-repeat 12px 8px;
}
.thmupbg a:hover {
	color: #fff;
	background: rgba(0,0,0,0.65) url(../images/cart.png) no-repeat 12px 8px;
}
.feadProDesp {
	width: auto;
	height: auto;
	overflow: auto;
	margin: 0px auto;
	font-family: 'OpenSansLight';
	background: #fff;
	min-height: 70px;
	padding: 10px;
}
.fdDesl1 {
	color: #f30;
	font-size: 21px;
	margin-bottom: 5px;
	text-align: center;
}
.fdDesl1big {
	color: #fff;
	font-size: 35px !important;
	margin: 37px 0px 0px 0px;
	text-align: left;
	font-family: 'OpenSansLight';
	background: rgba(0,0,0,0.75);
	padding: 10px 20px !important;
	smax-width: 350px;
	position: absolute;
	z-index: 10;
	padding: 10px 0px;
	min-height: 170px;
	height: auto;
	overflow: auto;
}
.fdDesl1big2 {
	color: #fff;
	font-size: 35px !important;
	margin: 220px 0px 0px 0px;
	text-align: left;
	font-family: 'OpenSansLight';
	background: rgba(0,0,0,0.75);
	padding: 10px 20px !important;
	smax-width: 350px;
	position: absolute;
	z-index: 10;
	padding: 10px 0px;
	min-height: 170px;
	height: auto;
	overflow: auto;
}
.fdDesl1small {
	color: #fff;
	font-size: 18px !important;
}
.fdDesl1amount {
	color: #fff;
	font-size: 70px !important;
	xmargin-top: 30px;
}
.fdDesl1Rs {
	font-size: 27px !important;
	margin: 6px 0px 0px 0px !important;
}
.fdDesl2 {
	font-family: 'OpenSansRegular';
	color: #535353;
	font-size: 12px;
	text-align: center;
}
.fdDesl3 {
	font-family: 'OpenSansLight';
	color: #33c8cd;
	font-size: 28px;
	margin: 10px 0px 10px 0px;
	text-align: center;
}
.fdDesl3a {
	font-family: 'OpenSansLight';
	color: #33c8cd;
	font-size: 28px;
	margin: 20px 15px 15px 0px;
	text-align: left;
	padding: 7px 15px 10px 60px;
	border: solid 1px #33c8cd;
	background: url(../images/rupee.jpg) no-repeat left center;
}
.fdDesl4 {
	width: 110px;
	height: 38px;
	font-family: 'OpenSansRegular';
	color: #fff;
	font-size: 12px;
	margin: 10px 0px 10px 15px;
	text-align: center;
	text-transform: uppercase;
	background: #fdb000;
}
.fdDesl4 a:link, .fdDesl4 a:active, .fdDesl4 a:visited {
	color: #000;
	text-decoration: none;
	float: left;
	width: 100%;
	font-stretch: extra-expanded;
	padding: 11px 0px 10px 0px;
}
.fdDesl4 a:hover {
	color: #fff;
	background: #000;
}
.fdDesl4a {
	width: 120px;
	height: 38px;
	font-family: 'OpenSansRegular';
	color: #fff;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
	background: #fdb000;
	transition:all 1s ease;
}
.fdDesl4a a:link, .fdDesl4a a:active, .fdDesl4a a:visited {
	color: #000;
	text-decoration: none;
	float: left;
	width: 100%;
	font-stretch: extra-expanded;
	padding: 11px 0px 10px 0px;
	transition:all 1s ease;
}
.fdDesl4a a:hover {
	color: #fff;
	cursor:pointer;
	background:rgba(0,0,0,0.15);
	transition:all 1s ease;
}
.fdDesl4aa {
    width: auto;
    height: auto;
    font-family: 'OpenSansRegular';
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 0px;
    text-align: center;
	transition: all 1s ease;
}
.fdDesl4aa a:link, .fdDesl4aa a:active, .fdDesl4aa a:visited {
    color: #1988d0;
    text-decoration: none;
    float: left;
    width: 100%;
    font-stretch: extra-expanded;
    padding: 10px 10px;
    border: solid 1px #1988d0;
    border-radius: 28px;
	transition: all 1s ease;
}
.fdDesl4aa a:hover {
	color: #fff;
	background: #1a84b8;
	border: solid 1px #1a84b8;
	transition: all 1s ease;
}
.fdDesl5 {
	width: 350px;
	height: 70px;
	font-family: 'OpenSanslight';
	color: #fff;
	font-size: 36px;
	margin: 0px auto;
	margin-top: 70px;
	margin-bottom: 0px;
	text-align: left;
	text-transform: uppercase;
	background: #000 url(../images/cart-big.png) no-repeat 5px 0px;
}
.fdDesl5 a:link, .fdDesl5 a:active, .fdDesl5 a:visited {
	color: #33c8cd;
	text-decoration: none;
	float: left;
	width: 75%;
	font-stretch: extra-expanded;
	padding: 11px 0px 10px 25%;
}
.fdDesl5 a:hover {
	color: #fff;
	background: rgba(0,0,0,0.75);
}
.fdDesl6 {
	width: 110px;
	height: 38px;
	font-family: 'OpenSansRegular';
	color: #fff;
	font-size: 12px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}
.fdDesl6 a:link, .fdDesl6 a:active, .fdDesl6 a:visited {
	color: #fff;
	text-decoration: none;
	float: left;
	width: 100%;
	font-stretch: extra-expanded;
	padding: 11px 0px 10px 0px;
	border: solid 1px rgba(255,255,255,0.15);
}
.fdDesl6 a:hover {
	color: #f30;
	background: #000;
	border: solid 1px #121212;
}
.fdDesl7 {
	font-family: 'OpenSansLight';
	color: #535353;
	font-size: 24px;
	text-align: left;
	padding: 10px 0px;
	margin: 0px;
}
.fdDesl8 {
	font-family: 'OpenSansRegular';
	color: #535353;
	font-size: 12px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
.fdDesl8a {
	font-family: 'OpenSansRegular';
	color: #535353;
	font-size: 13px;
	text-align: left;
	padding: 15px 0px;
	margin: 0px;
}
.fdDesl9 {
	font-family: 'OpenSansRegular';
	color: #535353;
	font-size: 11px;
	text-align: left;
	padding: 10px 0px;
}
.fdDesl10 {
	font-family: 'OpenSansRegular';
	color: #535353;
	width: 98%;
	height: auto;
	overflow: auto;
	margin: 0px 0px 0px 2%;
}
.fdDesl10 ul {
	margin: 0px;
	padding: 0px;
	list-style: url(../images/bullet.jpg) inside;
}
.fdDesl10 li {
	width: 100%;
	height: auto;
	overflow: auto;
	font-size: 11px;
	color: #333333;
}
.waytoshop {
	background: #121212 url(../images/cart-big.png) no-repeat 5px 0px !important;
}
.lftAlign {
	text-align: left !important;
}
.centAlign {
	text-align: center !important;
}
.dividerLine {
	width: 100%;
	height: 35px;
	border-bottom: solid 1px rgba(255,255,255,0.45);
}
.smedia {
	width: 325px;
	height: 55px;
	margin: 0px 0px 0px 0px;
}
.smedia ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.smedia li {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 55px;
	height: 60px;
	background: url(../images/sm.png) no-repeat;
	float: left;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
.smedia li img {
width::100%;
	height: auto;
	overflow: auto;
	border: 0px;
}
.smedia li:hover {
	background: url(../images/sm2.png) no-repeat;
	cursor: pointer;
	-webkit-transition: all 0.45s ease;
	-moz-transition: all 1.5s ease;
	transition: all 0.45s ease;
}
.smfacebook {
	background-position: 0px 0px !important;
}
.smtwitter {
	background-position: -55px 0px !important;
}
.smlinkedin {
	background-position: -110px 0px !important;
}
.smpinterest {
	background-position: -165px 0px !important;
}
.smgoogleplus {
	background-position: -220px 0px !important;
}
.googlemaps {
	width: 95%;
	amax-width: 400px;
	height: auto;
	overflow: auto;
	border: 0px;
	margin: 0px 5% 30px 0px;
}
.maploader{
	width:100%;
	height:275px;
	float:left;
	margin:0px 0px 0px 0px;
	}
.branchdetaillist{
	width:calc(100% - 40px);
	height:auto;
	overflow:auto;
	margin:0px 20px 0px 20px !important;
	padding:16px 0px !important;
	list-style:none;
}
.branchdetaillist li{ 
	width:100%;
	height:auto; overflow:auto;
	margin-bottom:10px !important;
}
.branchdetaillist li span{
	font-family: 'OpenSansSemiBold';
    font-size: 12px;
    color: #000;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-style: normal;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
.branchdetaillist li p{
	font-size:13px;
	color:#000;
	margin:0px 0px 10px 0px;
	font-style:normal;
}
.branchdetaillist li p a{
	color:#666;
	text-decoration:none;
}
.branchdetaillist li p a:hover{
	color:#000;
}
.branchdetaillist .fdDesl4aa{
	margin-left:0px;
}
.branchdetaillist li h3{
	font-size:19px;
	color:#000;
	margin:0px 0px 10px 0px;
	font-style:normal;	
}
.schlabel{
    display: inline-block;
    padding: 4px 16px;
    float: right;
    border: solid 3px #1988d02e;
    color: #1988d0;
    font-style: normal;
    text-transform: capitalize;
    border-radius: 20px;
    font-size: 14px;
    margin: 10px 10px 0px 0px;
}
.textlink {
	width: 100%;
	height: auto;
	overflow: auto;
	margin: 10px 0px 10px 0px;
	color: #666;
	font-size: 11px;
}
.textlink a {
	color: #666;
	text-decoration: none;
}
.textlink a:hover {
	color: #fff;
}
.navTab {
	width: 100%;
	height: auto;
	overflow: auto;
	margin: 0px auto;
}
.fntColrBlk {
	color: #3a3a3a !important;
	font-size: 13px !important;
}
.blkFont {
	color: #000 !important;
}
.fonttyp1 {
	font-size: 14px;
	text-align: center;
}
.rspCont {
	width: 100%;
	height: auto;
	overflow: auto;
	margin: 0px auto;
}
.fldAlrt {
	font-size: 12px;
	color: #FF0000;
	margin-bottom: 15px;
	display: none;
}
.codeImg01 {
	background: url(../images/code-image-01.jpg) no-repeat center bottom!important;
}
.codeImg02 {
	background: url(../images/code-image-02.jpg) no-repeat center bottom!important;
}
.codeImg03 {
	background: url(../images/code-image-03.jpg) no-repeat center bottom!important;
}
.codeImg04 {
	background: url(../images/code-image-04.jpg) no-repeat center bottom!important;
}
.codeImg05 {
	background: url(../images/code-image-05.jpg) no-repeat center bottom!important;
}
.relodBtn {
	width: 20px;
	height: 20px;
	background: rgba(0,0,0,0.45) url(../images/reload.png) no-repeat center;
	cursor: pointer;
}
.bxShdw {
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.05);
}
.bxShdw2 {
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.075);
	-moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.075);
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.075);
}
.proHvrBg {
	background: rgba(0,0,0,0.55);
	position: absolute;
	z-index: 5;
	display: none;
}
.prodVewBtn {
	width: 120px;
	height: auto;
	overflow: auto;
	background: rgba(0,0,0,0.85);
	margin: 0px auto;
	padding: 20px;
}
.prodVewBtn ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.prodVewBtn li {
	margin: 5px 5px 5px 5px;
	padding: 0px;
	width: 50px;
	height: 50px;
	float: left;
}
.cartBtn {
	background: #679e0f url(../images/cart.png) no-repeat center;
}
.cartBtn:hover {
	background: #000 url(../images/cart.png) no-repeat center;
}
.QuckVew {
	background: #f30 url(../images/view.png) no-repeat center;
}
.QuckVew:hover {
	background: #000 url(../images/view.png) no-repeat center;
}
.corRib {
	width: 50px;
	height: 50px;
	background: url(../images/corRib.png) no-repeat center;
	background-size: cover;
	position: absolute;
	z-index: 3;
}
.soldout {
	width: 50px;
	height: 50px;
	background: url(../images/soldout.png) no-repeat center;
	background-size: cover;
	position: absolute;
	z-index: 3;
}
.searchBox {
	width: auto;
	height: auto;
	overflow: auto;
	padding: 40px 15px 70px 15px;
	background: url(../images/bg-tex.jpg) no-repeat center;
	background-size: cover;
	margin: 0px 0px 3px 0px;
	text-align: center;
}
.searchContainer {
	width: 100%;
	max-width: 980px;
	height: auto;
	overflow: auto;
	min-height: 50px;
	margin: 0px auto;
}
.brectrum {
	width: 100%;
	height: auto;
	overflow: auto;
	font-size: 12px;
	padding-bottom:0px;
	margin: 20px 0px 0px 0px;
}
.brectrum ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.brectrum li {
	margin: 0px 6px 0px 0px;
    padding: 3px 10px;
    list-style: none;
    float: left;
    color: #666;
    text-transform: capitalize;
	cursor:pointer;
}
.brectrum li a:link, .brectrum li a:active, .brectrum li a:visited {
	color: #666;
	text-decoration: none;
}
.brectrum li a:hover, .brectrum li:hover a {
    color: #1988d0;
}

.sdeBlocks {
	width: 100%;
	height: auto;
	overflow: auto;
	padding: 0%;
	margin: 0px 0px 10px 0px;
}
.sdeBlocks img {
	width: 100%;
	height: auto;
	overflow: auto;
	border: 0px;
}
.productDtlsHdr {
	width: 100%;
	amin-height: 100px;
	height: auto;
	overflow: auto;
	color: #000;
	padding: 0px 0px 15px 0px;
	background: url(../images/line.jpg) no-repeat bottom left;
}
.productDtlsHdr ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.productDtlsHdr li {
	margin: 0px;
	padding: 0px;
	width: 50%;
	float: left;
	text-align: left;
	font-size: 11px;
	color: #666666;
}
.productDtlsHdr li span {
	color: #000;
}
.addtocart {
	font-family: 'OpenSansRegular';
	width: 130px;
	height: 40px;
	font-size: 15px;
	margin: 0px 5px 15px 0px;
	text-align: right;
	padding: 0px;
	float: left;
}
.addtocart a:link, .addtocart a:active, .addtocart a:visited {
	color: #fff;
	text-decoration: none;
	float: left;
	width: 80%;
	font-stretch: extra-expanded;
	padding: 10px 10% 10px 10%;
}
.addtocart a:hover {
	color: #000;
}
.addCartBtn {
	background: #33c8cd url(../images/cart.png) no-repeat 6px 10px;
}
.checkoutBtn {
	background: #87bb16;
	text-align: center !important;
	width: 100px !important;
}
.backToShopBtn {
	background: #f58710;
	text-align: center !important;
}
.textContent1 {
	width: 100%;
	height: auto;
	overflow: auto;
	margin: 5px auto;
	font-size: 12px;
	color: #999999;
	text-align: center;
}
.brderTop {
	background: url(../images/line.jpg) no-repeat left top;
}
.keywordsContent {
	padding: 0px 15px 20px 0px;
	font-family: 'OpenSansRegular';
	font-size: 11px;
	height: auto;
	overflow: auto;
	color: #333333;
}
.keywordsContent ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.keywordsContent li {
	font-style: italic;
	float: left;
	margin: 0px;
}
.keywordsContent li a:link, .keywordsContent li a:active, .keywordsContent li a:visited {
	color: #999999;
	text-decoration: none;
}
.keywordsContent li a:hover {
	color: #000;
}
.keywordsContent li a:after {
	content: ",";
	margin-right: 5px;
}
.infoTabs {
	width: 97%;
	height: auto;
	overflow: auto;
	border-bottom: solid 1px rgba(0,0,0,0.15);
	color: #000;
	margin: 0px 3% 15px 0px;
}
.infoTabs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.infoTabs li {
	margin: 0px;
	padding: 3px 1.5% 0px 1.5%;
	float: left;
	width: 30%;
	height: auto;
	overflow: auto;
	min-height: 22px;
	font-size: 12px;
	border-left: solid 1px rgba(0,0,0,0.15);
}
.testiContnr {
	width: 100%;
	height: auto;
	overflow: auto;
	min-height: 100px;
	margin: 0px 0px 10px 0px;
	border-bottom: solid 1px #e0e0e0;
}
.testPstIcn {
	width: 50px;
	height: 50px;
	float: left;
}
.testPstDesp {
	min-height: 100px;
	height: auto;
	overflow: auto;
background:#ececec float:left;
	font-family: 'OpenSansRegular';
}
.testPstDespLine1 {
	width: 98%;
	height: auto;
	overflow: auto;
	margin: 0px 0% 0px 2%;
	font-size: 11px;
	color: #333333;
	padding-bottom: 10px;
}
.testPstDespLine2 {
	width: 98%;
	height: auto;
	overflow: auto;
	margin: 0px 0% 0px 2%;
	font-size: 11px;
	font-style: italic;
	color: #9d9d9d;
	border-top: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	padding: 7px 0px;
}
.userTy01 {
	background: #ededed url(../images/user1.png) no-repeat center;
	box-shadow: inset rgba(0,0,0,0.25) 0px 0px 15px 3px
}
.userTy02 {
	background: #ededed url(../images/user2.png) no-repeat center;
	box-shadow: inset rgba(0,0,0,0.25) 0px 0px 15px 3px
}
.logContnr {
	width: 90%;
	height: auto;
	overflow: auto;
	padding: 20px 5% 14px 5%;
	background: rgba(0,0,0,0.85);
	margin: 0% auto;
}
.resultInfo {
	font-size: 11px;
	color: #fff !important;
	width: 100%;
	height: auto;
	overflow: auto;
	xbackground: #003333;
	margin: 20px 0px 0px 0px
}
.bgPage {
	width: 100%;
	min-height: 100%;
	height: auto;
	overflow: auto;
	background: rgba(0,0,0,0.65) url(../images/mesh.png);
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	display: none;
}
.popContainer {
	width: 100%;
	max-width: 800px;
	height: auto;
	overflow: auto;
	margin: 15px auto;
	padding: 10px 0px 10px 0px;
	background: #fff;
}
.gridIcon {
	width: 24%;
	height: 200px;
	float: left;
	margin: 0.5%;
	xbackground: #f30;
}
.gridIcnHover {
	width: 100%;
	height: 200px;
	background: url(../images/eye.png) center no-repeat;
}
.gridIcon:hover .gridIcnHover {
	display: none;
}
.sidePanelContainer {
	width: auto;
	height: auto;
	overflow: auto;
	margin: 10px 0px 30px 0px;
	font-size: 18px;
	font-family: 'OpenSansRegular';
	color: #373737;
	text-align: left;
	text-transform: uppercase;
	padding: 0px 0px 0px 20px;
}
.brandLogo {
	width: 100%;
	height: auto;
	overflow: auto;
	min-height: 80px;
	text-align: center;
}
.brandLogo img {
	width: 100%;
	height: auto;
	overflow: auto;
	border: 0px;
}
.menuHight {
	display: none;
}
.imgContnr {
	width: 175px;
	height: 175px;
	overflow:hidden;
	margin: 0px 5px 5px 0px;
	float:left;
	box-shadow:0px 0px 10px 3px rgba(0,0,0,0.075);
	transition:all 1s ease;
	background:#000000;
}
.imgContnr img {
	width: auto;
    height: auto;
    overflow: auto;
    border: 0px;
    position: relative;
    left: -29%;
}
.imgContnr a:hover{
	opacity:0.5;
	transition:all 1s ease;
}
.imgContnr2 {
	width: 100%;
    height: 250px;
	overflow:hidden;
	margin: 0px 5px 5px 0px;
	float:left;
	box-shadow:0px 0px 10px 3px rgba(0,0,0,0.075);
	transition:all 1s ease;
	background:#000000;
}
.imgContnr2 img {
	width: 200%;
    height: auto;
    overflow: auto;
    border: 0px;
    position: relative;
    left: -29%;
}
.imgContnr2 a:hover{
	opacity:0.5;
	transition:all 1s ease;
}
.imgContnr3 {
	width: calc(10% - 5px);
	height: 100px;
	overflow:hidden;
	margin: 0px 5px 5px 0px;
	float:left;
	box-shadow:0px 0px 10px 3px rgba(0,0,0,0.075);
	transition:all 1s ease;
	background:#000000;
}
.imgContnr3 img {
	width: 200%;
    height: auto;
    overflow: auto;
    border: 0px;
    position: relative;
    left: -29%;
}
.imgContnr3 a:hover{
	opacity:0.5;
	transition:all 1s ease;
}
.imgContnrLbl {
	width: auto;
	height: auto;
	overflow: auto;
	min-height: 35px;
	background: #fff;
	padding: 10px 15px;
	font-size: 23px;
    font-family: 'OpenSansRegular';
    color: #148ec4;
}
.imgContnrLbl span {
	font-size: 12px;
	color:#000000;
}
.othBlks {
	width: 100%;
	height: auto;
	overflow: auto;
	margin: 10px 0px 30px 0px;
}
.othBlks ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: none;
}
.othBlks li {
	width: 33.33%;
	height: 62px;
	margin: 0px 0% 10px 0px;
	padding: 0px;
	float: left;
	background: #238eb1;
	text-align: left;
}
.othBlks li:nth-child(2) {
	width: 30.33%;
	margin: 0px 1.5%;
}
.othBlks li a:link, .othBlks li a:active, .othBlks li a:visited {
	color: #fff;
	text-decoration: none;
	width: 90%;
	float: left;
	font-stretch: extra-expanded;
	padding: 10px 0px 35px 10%;
	font-size: 12px;
}
.othBlks li a:hover {
	color: #fff;
	background: #000;
}
.othBlks2 {
	width: 98%;
	height:auto;
	max-height:calc(100% - 120px);
	overflow-y:scroll;
	margin: 10px 0px 20px 0px;
}
.othBlks2 ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: none;
}
.othBlks2 li {
	width: 100%;
	height: auto;
	display:inline-block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	float: left;
	text-align: left;
	border-bottom:dashed 1px #ececec;
}
.promoContainer span{
	font-size:13px;
	font-weight:bold;
	margin:10px 0px 5px 0px;
	display:block;
}

.othBlks2 li a:link, .othBlks2 li a:active, .othBlks2 li a:visited {
	color: #fff;
	text-decoration: none;
	width: 87%;
	float: left;
	font-stretch: extra-expanded;
	padding: 15px 3% 35px 10%;
	font-size: 19px;
	text-wrap: suppress;
}
.othBlks2 li a:hover {
	color: #fff;
	background: #000;
}
.lftPanelContnr {
	width: auto;
	overflow: auto;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
.proListItem {
	width: 100%;
	height: auto;
	overflow: auto;
	border-top: solid 1px #238eb1;
	border-bottom: solid 1px #238eb1;
}
.proListItem ul {
	margin: 10px 0px;
	padding: 0px;
	list-style: none;
}
.proListItem li {
	width: 100%;
	min-height: 37px;
	height: auto;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	aborder-bottom: solid 1px rgba(0,0,0,0.25);
}
.proListItem li a:link, .proListItem li a:active, .proListItem li a:visited {
	color: #000;
	text-decoration: none;
	width: 92%;
	float: left;
	font-stretch: extra-expanded;
	padding: 8px 4%;
	font-size: 13px;
	text-wrap: suppress;
	text-transform: uppercase !important;
}
.proListItem li a:hover {
	color: #fff;
	background: #238eb1;
}
.rightsider{
	width: 350px; 
	height:calc(100% - 41px); 
	border-left:#ececec;
	background:#fff;
	position:absolute;
	top:41px;
	right:0px;
	z-index:100;
	padding:15px 0px;
	-webkit-box-shadow: 0px 0px 40px 3px rgba(0,0,0,0.065);
	-moz-box-shadow: 0px 0px 40px 3px rgba(0,0,0,0.065);
	box-shadow: 0px 0px 40px 3px rgba(0,0,0,0.065);
}
.tags{
	border:solid 1px #5cebde;
	color:#5cebde;
	padding:5px 20px;
	border-radius:30px;
	display: -webkit-inline-box;
    margin: 0px 5px 6px 0px;
	transition: all 1s ease;
	text-transform:capitalize;
}
.tags a:link, .tags a:link, .tags a:link{
	color:#5cebde;
	text-decoration:none;
}
.tags:hover{
	background:#1d4e4a;
	border:solid 1px #1d4e4a;
	transition: all 1s ease;
	cursor:pointer;
	color:#fff;
}
.youtube-video-thumb{
	width:135px;
	height:75px;
	background:url(../images/loader.gif) no-repeat;
	background-position:center;
	margin:0px 10px 0px 0px;
	float:left;
}
.youtube-video-Details{
	width: calc(100% - 160px);
    height: auto;
    margin: 0px 15px 0px 0px;
    float: left;
}
.youtube-video-Details span{
	display:block;
}
.youtube-video-Details a{
	color:#525252 !important;
	padding:0px !important;
	background:none !important;
}
.youtube-video-Details a .tag02{
	color:#a5a5a5 !important;
}
.youtube-video-Details a:hover{
	color:#1988d0 !important;
}
.youtube-video-Details .tag01{
    font-size: 13px;
}
.youtube-video-Details .tag02{
    font-size: 11px;
	margin-top: 5px;
}
.inner-banner{
	width:100%;
	height:auto;
	display:block;
}
.inner-banner img{
	width:100%;
	height:auto; 
	overflow:auto;	
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}
.topMenus span{
	display:none;
}
.padding10x{
	padding:10px;
}
.padding15x{
	padding:15px;
}
.padding20x{
	padding:20px;
}
.innerevent .padding20x{
	padding:15px 0px 20px 0px;
}
.feadProContInr2 h3{
	margin-top:0px;
}
.feadProContInr2 span{
	font-size:13px;
    display: inline-block;
    border-top: solid 1px #ececec;
    padding-top: 15px;
}
.bg01{
	background: antiquewhite;
}
.bg02{
	background:url(../images/core-team.jpg) no-repeat;
	background-size:cover;
}
.bg03{
	background:#ececec;
}

@media only screen and (max-width: 1366px) {

.topMenus {
	margin: 5px 20px 0px 0px;
}
.shopContainer {
	max-width:1024px;
	margin: 15px 50px 75px 195px;
}
.othBlks2 {
	max-height:calc(100% - 350px);
}
}
@media only screen and (max-width: 1024px) {
.feadTitle4c-events {
    left: -172px;
}
.feadProContInr2 {
	max-width: 1200px;
	margin: 0px 20px 20px 200px;
}
.shopContainer {
	max-width:510px;
}
.rightsider{
	width: 300px; 
	height:calc(100% - 41px); 
}
.othBlks2 {
	max-height:calc(100% - 615px);
}
.youtube-video-thumb{
	width:85px;
}
.youtube-video-Details{
	width: calc(100% - 115px);
}
.feadTitle4e {
	margin: 0px 10px 0px 0px;
}
.rightsider .feadTitle4e {
	margin-left:20px;
}
.imgContnr {
	width:calc(33.33% - 5px);
	height: 175px;
	margin: 0px 5px 5px 0px;

}
}
@media only screen and (max-width: 820px) {
.logo {
	max-width: 145px;
    margin: 10px auto;
    padding: 10px;
}
.othBlks2 {
	max-height:calc(100% - 142px);
}
.rightsider{
	right:-100px;
	z-index:1000;
	display:none;
}
.topNavPanel {
	min-height: 41px;
	height:auto;
	overflow:auto;
}
.topMenus{
	display:none;
	margin-left: 160px;
	float:none;
	margin-bottom:25px;
}
.topMenus li {
	margin: 0px;
	padding: 7px 0px;
	font-size: 12px;
	float: none;
	color: #fdb900;
}
.menuHight {
	display:block;
    color: #fff;
    padding:10px 20px 9px 20px;
	text-align:right;
	text-transform:uppercase;
	float:right;
	border-right: solid 1px rgba(255,255,255,0.15);
}
}
@media only screen and (max-width: 820px) 
{
	.footerPnl {
    text-align:center;
}

}

@media only screen and (max-width: 780px) {
.logo {
    left: 19.65em;
}
.imgContnr3 {
	width: calc(20% - 5px);
	height: 100px;
}
.shopContainer {
	margin: 15px 20px 75px 145px;
	max-width:555px;
}
.brectrum {
	display:none;
}
.googlemaps {
	width: 100%;
	margin: 0px 0% 30px 0px;
}

}

@media only screen and (max-width: 670px) {
	.logo {
    left: 16.65em;
}

.feadTitle4c {
	font-size: 50px;
}
.googlemaps {
	width: 100%;
	margin: 0px 0% 30px 0px;
}
}

@media only screen and (max-width: 460px) {
	.logo {
    left: 7.65em;
}

.topNavPanel {
	min-height: 66px;
}
.menuHight {
    padding:22px 20px;
}
.shopContainer {
	margin: 15px 20px 75px 20px;
	max-width:none;
}
.imgContnr {
	width:calc(50% - 5px);
}
.topMenus{
	display:none;
	margin-left: 0px;
    float: none;
    margin-bottom: 25px;
    background: rgba(0,0,0,0.065);
    margin: 0px;
    padding: 20px 0px;
}
.rightsider{
	top:66px;
	width:100%;
}
.feadTitle5Content2{
	width: 94%;
	text-align: center;
	padding: 15px 3% 15px 3%;
}

.feadTitle3 {
	text-align: center;
}
.smedia {
	margin: 0px auto;
}
.smedia li {
	margin: 0px 5px;
	width: calc(20% - 10px);
}
.events {
	width: 100%;
	background:#f5f2f2;
	min-height: none;
	padding: 15px 0px 75px 0px;
}
.feadTitle4c-events {
   transform: rotate(0deg);
   margin: 0px 0px 20px 0px;
   position:static;
   padding:20px 20px 35px 20px;
   line-height: 36px;
}
.feadProContInr2 {
	max-width: 1200px;
	margin: 0px 20px 20px 20px;
}
.imgContnr3 {
	width: calc(50% - 5px);
	height: 150px;
}
}
