@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700,900);


/* RESET STYLES
====================== */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* NORMALIZE STYLES
====================== */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: "Lato",sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  /* font-family: monospace, monospace; */
  font-family: "Lato",sans-serif;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Missalanious
====================== */

body {
    font-family: "Lato",sans-serif;
    font-size: 15px;
    color: #30322E;
    /*background-image: url('../images/magiccorn-fullbg-large.jpg');
    background-position: 0px 0px;
	background-repeat: repeat-x;
	background-color:#A2D579;*/
	background-color:#ffffff;
	background-image:url(../images/bg_top.png),url(../images/bg_btm.png);
	background-position:left top, left bottom;
	background-repeat:repeat-x , no-repeat;
	animation: animatedBackground 40s linear infinite;
	
	}
@keyframes animatedBackground {
	from { background-position: 0 0 , left bottom; }
	to { background-position: 1400px 0 , left bottom; }
}
h1{
	font-size:24px;
	color:#01b7b4;
	text-transform:uppercase;
	font-weight:900;
	}
p{
	line-height:24px;
	}	

.clearfix{
	clear:both;
	}
a{
	color:#ff2626;
	text-decoration:none;
	font-weight: 900;
	}	

/* Home
====================== */
.navbar-default
{
	background-color:transparent;
	border-color:transparent;
	
}
.navbar-default .navbar-toggle
{
	z-index:999;
}
#wrapper{
	width:1000px;
	margin:0 auto; 
	/* overflow:hidden; */
	}
#header{
	float: left;
	margin-top: 75px;
	position: relative;
	width:100%;
	}
#header ul {
	background-image:url(../images/nav-ul-bg.png);
	background-repeat:repeat-x;
z-index: 1;
	}
#header ul li {
	display: inline;
	line-height: 43px;
	padding: 0px 6px;
	}	
	

#header ul li a{
	text-transform: uppercase;
	font-weight: 900;
	color: #02A84A;
	font-size: 13px;
	text-decoration:none;
	}	
#header ul li a:hover{
	color:#ffcc33;
	}
#header .nav-active{
	color:#ffcc33;
	}	
.navL{
	float:left;
	}	
#header .navL li:last-child
	{
	padding-right: 29px;
	}
.navR{
	float: right;
	position: absolute;
	right: 0px;
	}		
.logo
{
	position: absolute;
	top: -40px;
	left: 295px;
	left: -webkit-calc(50% - 204.5px);
	left: -moz-calc(50% - 204.5px);
	left: calc(50% - 204.5px);
z-index:2;
pointer-events:none;
}
	.navbar-collapse
	{
		padding:0;
	}

/* BANNER
=============== */

#banner, #inner-banner{
	float:left;
	width: 100%;
	margin-top:30px;
	}

#latest-news{
	border-bottom:1px solid #d8d8d8;
	line-height:18px;
	float:left;
	}
	
/* Page 
===========*/
#page{
	background-color: rgba(255, 255, 255, 0.50);
	overflow: hidden;
	float: left;
	width: 100%;
	}
	
	
#latest-news strong{
	font-size: 20px;
	color: #F00;
	padding-top: 20px;
	float: left;
	z-index: 99;
	border-right: 1px solid rgba(221, 221, 221, 1);
	padding: 20px 20px 20px 10px;
	}
	
.scroll-area{
	width: 775px;
	overflow: hidden;
	float: right;
	}	
#latest-news marquee{
	color:#666666;
	font-size:21px;
	padding:20px 0;
	line-height:1;
	}

/* Content Area 
===================*/

#content-area{
	float:left;
	max-width:100%;
	}
.hme-video-block{
	margin-top: 20px;
	padding-right:0;
	float: left;
	max-width:100%;
	
	}
	.hme-video-block  .video-block-rside{padding: 0;
padding-right: 25px;}
	.hme-video-block .video-block-rside iframe{width:100% !important;height: 260px}
.video-block-header{
	
	/*background-image: url('../images/heder-line.png');
	background-repeat: repeat-x;
	margin-bottom: 10px;
	background-position: center;*/
	margin-top:10px;
	max-width: 100%;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.video-block-header span{
	color:#02a84a;
	font-weight:900;
	font-size:24px;
	text-transform:uppercase;
	}
	
.welcome-content {
    padding-left:0;
	
	background-repeat:no-repeat;
	margin-top: 20px;
	position:relative;
	background-position: 10px 30px;
	
	}
	.h_lined
	{
		position:absolute;
		left:0;
		top: 12px;
		bottom:0;
		width:1px;
		border-left:1px solid #d8d8d8;
	}
.welcome-head {
    float: right;
   /* background-image: url('../images/heder-line.png');
    background-repeat: repeat-x;
    background-position: center center;*/
    width:100%;
	margin-top:0;
	}
.welcome-head span{
	float:right;
	/*background-color:#fff;*/
	max-width:100%;
	}
	.welcome-content p
	{
		padding-left:25px;
	}
h1 span{
	
	/* background-color:#FFF; */
	}	
.readmore-btn{
	color: #30322E;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	float: right;
	background-image:url(../images/readmore-bullete.png);
	background-repeat:no-repeat;
	background-position:left center;
	line-height: 20px;
	padding-left: 25px;
	margin:10px 0;
	max-width:100%;
	}
.experience-block{
	float: left;
	width:100%;
	border-top: 1px solid #D8D8D8;
	max-width:100%;
	padding: 20px 0 !important;
	}	
	
.experience-block p{
	text-align:center;
	font-weight:200;
	font-size:26px;
	line-height:36px;
	max-width:100%;
	}	
	
/* Footer
=================== */
#footer-float{
	width:100%;
	background-color:#f6f6f6;
	overflow: hidden;
	}
#footer{
	width:1000px;
	margin:0 auto;
	}	
	
#footer-logo-block{
	
	border-right:1px dotted #b0b0b0;
	margin-top:30px;
	}	
#footer-address {
    border-right: 1px dotted #B0B0B0;
    line-height: 22px;
    padding-left: 25px;
    margin-top: 30px;
}

#footer-contactnumber{
   
	text-align:center;
    line-height: 28px;
   
    margin-top: 30px;
	}	
#footer-contactnumber strong{
	font-size:30px;
	font-weight:900;
	line-height:34px;
	color:#565656;
	background-image:url(../images/footer-phone-icon.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:70px;
	}	
#footer-contactnumber p{
	line-height: 27px;
	margin-top: 15px;
font-size:15px;
font-weight:400;
color: #30322E;
	}
.footer-social{
	margin-top:20px;
	}	
.footer-social img{
	margin-right:5px;
	}	
	
#copyright-float {
	width:100%;
	border-top: 1px dotted rgba(113, 103, 103, 1);
	padding:10px 0;
	background-color:#f6f6f6;
	overflow: hidden;
}

#copyright p{
	color:#565656;
	}
#copyright img{
	margin: 0 5px;
	}
#copyright a{
	font-size:15px;
	color:#333;
	font-weight:normal;
	}
#copyright a:hover{
	color:#F00;
	}	
	
/* Inside Page
========================================================================= */

/* The Company
====================== */
.no_pad_right
{
	padding-right:0;
}
.no_pad_left
{
	padding-left:0;
}
#line_parent
{
	position:relative;
	
}
.block
{
}
.line_div
{
	border-top:1px solid #d8d8d8;
	height:1px;
	display:block;
	float:left;
	margin:0 !important;
	padding:0 !important;
	position:absolute;
	right:0;
	top:50%;
	
}
.right_line .line_div
{
	left:0;
}
#line_content
{
	float:left;
	margin:0 !important;
	max-width:90%;
	padding:0 !important;
}
.right_line #line_content
{
	float:right;
}
.inner-main-head span {
    color: #02A84A;
    font-weight: 900;
    font-size: 24px;
    background-color: #FFF;
    text-transform: uppercase;
	
}

#left{
	width:595px;
	float:left;
	}
.the-comp-block, .the-franch-block{
	background-image:url(../images/left-border.png);
	background-repeat: no-repeat;
	background-position: right 27px;
	padding:0 15px;
	padding-right:0;
	min-height: 800px;
	}	
.the-comp-block h4{
	color:#02a84a;
	font-size:24px;
	font-weight:900;
	text-transform:uppercase;
	}
.comp-main-head{
	
float: left;
width: 100%;
	}
.comp-main-head span{
	color: #02A84A;
    font-weight: 900;
    font-size: 24px;
    /* background-color: #D5EEFF; */
    text-transform: uppercase;
	}
	.the-comp-block p
	{
		padding-right: 15px;
	}

.why-head, .ware-house-head, .joinus-head{
	
	float:left;
	width: 100%;
	margin: 14px 0;
	}
.why-head img, .ware-house-head img, .joinus-head img{
	float:left;
	}
.why-head span, .ware-house-head span, .joinus-head span{
	
	padding-top: 15px;
	float: left;
	margin-left: 5px;
}

.inside-bottom{
	background-color: rgba(255, 255, 255, 0.56);
	border-top: 1px solid #D8D8D8;
	
	}
	.the-comp-block p:last-child
	{
		margin-bottom:20px;
	}
/* Right Block 
======================*/
#right{
	float:right;
	}
.right-block-head{
	color: #01B7B4;
	font-size: 24px;
	margin: 28px 0px;
	text-align: right;
	font-weight: 900;
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin-bottom:10px;
}



.franch-block{
	float:left;
	width: 100%;
	padding-left:40px;
	}
.franch-block ul{
	width:100%;
	}
.franch-block .row{
	padding: 10px 0px 0px 0;
	font-weight: 100;
	line-height: 22px;
	
	}
	
	
.franch-block .row strong{
	font-size:18px;
	font-weight:900;
	color:#30322e;
	}
.video-block-rside{
	float: left;
/*	margin: 10px 0 0 40px;*/
margin: 0px 0 0 0px;
width: 100%;
padding: 10px 0px 0px 40px;
	}
	.video-block-rside iframe,.video-block-rside video{width:100% !important;height:auto;height: 202px;}
.video-block-rside video{height: 256px;}
.the-franch-block big{
	color:#30322e;
	font-size:18px;
	text-transform:uppercase;
	font-weight:900;
	float: left;
	padding: 5px 0;
	width: 100%;
	margin-top: 10px;
	}
.the-franch-block b{
	float:left;
	width:100%;
	padding:5px 0;
	}
.the-franch-block small{
	font-size: 15px;
	font-weight: bold;
	}	
.the-franch-block em{
	color: #02A84A;
	font-weight: 700;
	margin: 5px 0;
	float: left;
	width: 100%;
	line-height: 26px;
	}	
.the-franch-block img{
	float:left;
	margin-bottom:10px;
	margin-top:10px;
	}		
.the-franch-block ul{
	float:left;
	width:100%;
	margin-bottom: 20px;
	}
.the-franch-block ul li{
	float:left;
	width:100%;
	background-image:url(../images/bullete-inside.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-position: 1px 15px;
	padding: 15px 0 0 24px !important;
	}
.Product-magiccorn {
	/*border-bottom:1px solid #d8d8d8;*/
	}
	.Product-magiccorn .h_lined
	{
		left: -1px;
top: 46px;
	}
.Product-magiccorn img{
	float: left;
	margin:10px 0;
	padding-left:20px;
	width:100%;
	}
	
.Product-magiccorn p{
	width:100%;
	float:left;
	text-align:justify;
	text-align-last:left;
	padding-left: 20px;
	}

.Product-magiccorn a{
	font-weight:700;
	}

.subheader{
	color: #02a84a;
	font-size: 15px;
	width: 100%;
float: left;
	margin: 14px 0px;
	margin-bottom:10px;
	line-height:1;
	font-weight: 900;
	text-transform: uppercase;
	}

#map
{
	height:285px !important;
	width:100%;
}

/* Contact
========================== */

.contact-block{
	padding: 35px 0 0 20px;
	background-image: url('../images/left-border.png');
	background-repeat: no-repeat;
	background-position: right 63px;
	}

.Contact-desc{
	font-size:18px;
	font-weight:300;
	color:#30322e;
	text-align: justify;
	padding-right: 30px;
	text-align-last:left;
	}

.contact-form-header{
	font-size:24px;
	font-weight:300;
	color:#30322e;
	margin:20px 0;
	margin-left:10px;
	}

.contact-block ul{
	width: 100%;
	float: left;
	font-size:14px;
	color:#6b6c6c;
	font-weight: 300;
	padding-left:10px;
	}
.contact-block ul li{
	float: left;
	
	}
.contact-block ul li span{
	color:#F00;
	}
.textB{
	border: 1px solid #D1D5D5;
	padding: 0px 10px;
	width:100%;
	height:34px;
	margin: 15px 0 15px 0;
	}

.textA{
	border: 1px solid #D1D5D5;
	padding: 5px 0px 5px 10px;
	width:100%;
	padding:10px;
	margin: 15px 0px;
	min-height: 165px;
	}

.contact-btn{
	float: right !important;
	margin-right: 15px;
	margin-bottom:25px;
	}

.contact-icons{
	color: #30322e;
	font-size: 24px;
	/*background-image: url('../images/heder-line.png');
	background-repeat: no-repeat;
	background-position: -1239px 15px;*/
	margin: 14px 0px;
	/*width: 370px;*/
	text-align: right;
	font-weight: 900;
	float: left;
width: 100%;
	text-transform: uppercase;
	}

.contact-icons #line_content span{
	vertical-align:bottom;
	margin-top: 15px;
	display: inline-block;
	margin-left:15px;
	}
.contact-icons .line_div
{
	top:auto;
	bottom:0;
}
.iconsmain_incontact{
	float: left;
	/*margin: -10px 0px 0px 270px;*/
	}

.visit-right{
	line-height: 26px;
	font-size:15px;
	padding-left: 20px;
	font-weight: 300;
	}
.visit-right strong{
	font-size:18px;
	}
	.visit-right a
	{
		color:#30322e;
	}
.contact-block + div  > .right-block-head
{
	margin-top:64px;
}
/* Gallery
========================= */
.gallery-block{
	background-image: url('../images/left-border.png');
	background-repeat: no-repeat;
	background-position: right 28px;
	padding: 0px 15px;
	padding-right: 0;
}

/* franchise */
h3.around
{
	font-size:18px;
	font-weight:900;
	text-transform:uppercase;
}
h3.around + .franch-block
{
	padding-left:0;
}
/* Lightbox
======================== */

.lb-album{
	/* width: 900px; */
	clear:both;
	font-family: "Lato",sans-serif;
	margin-right:0;
	
}
.lb-album li{
	
	position: relative;
}
.lb-album li > a,
.lb-album li > a img{
	display: block;
	width:100%;
}
.lb-album li > a{
	
	position: relative;
	margin-bottom:20px;
	
}
.lb-album li > a .overlay
{
	position: absolute;
	top: 0px;
	bottom:0;
	left: 0px;
	right:0;
	opacity: 0;
	transition: opacity 0.3s linear 0s;
	background-color: rgba(255, 204, 51, 0.7);
}
.lb-album li > a .overlay p.head{
	
	text-align: center;
	line-height: 1;
	color: rgba(27, 54, 81, 0.8);
	margin-bottom:10px;
	font-size: 24px;
	margin-top: 39px;
	display: inherit;
	color: #F00;
}

.lb-album li > a .overlay p{
	
	text-align: center;
	line-height: 20px;
	color: #30322E;
	font-size: 15px;
	font-weight: normal;
}

.lb-album li > a:hover .overlay{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	/* background: rgb(241,210,194);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(241,210,194,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%); */
	
	background-color: rgba(0, 0, 0, 0.72);
}
.lb-overlay > div{
	position: relative;
	color: rgba(27,54,81,0.8);
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	width: 550px;
	margin: 10px auto 0px auto;
	/* text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	-webkit-transition: opacity 0.3s linear 1.3s;
	-moz-transition: opacity 0.3s linear 1.3s;
	-o-transition: opacity 0.3s linear 1.3s;
	-ms-transition: opacity 0.3s linear 1.3s; */
	transition: opacity 0.3s linear 1.3s;
}
.lb-overlay div h3,
.lb-overlay div p{
	padding: 0px 20px;
	width: 200px;
	height: 60px;
	color:#fff;
}
.lb-overlay div h3{
	font-size: 36px;
	float: left;
	text-align: right;
	border-right: 1px solid rgba(27,54,81,0.4);
}
.lb-overlay div h3 span,
.lb-overlay div p{
	font-size: 16px;
	font-family: "Lato",sans-serif;
	font-style: italic;
}
.lb-overlay div h3 span{
	display: block;
	line-height: 6px;
}
.lb-overlay div p{
	text-align: left;
	float: left;
	width: 260px;
}
.lb-overlay a.lb-close{
	    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.8);
    z-index: 1001;
    position: absolute;
    top: 43px;
   
    left: 50%;
   
    font-size: 15px;
    line-height: 26px;
    width: 75px;
  /*  height: 23px;*/
    overflow: hidden;
    opacity: 0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s linear 1.2s;
   /* padding: 1px 6px 5px;*/
    text-align: center;
    color: rgba(0, 0, 0, 1);
    border-radius: 3px;

}
.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100%;
	position: relative;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 0px 0px 0px;
}
.lb-overlay:target img {
	-webkit-animation: fadeInScale 1.2s ease-in-out;
	-moz-animation: fadeInScale 1.2s ease-in-out;
	-o-animation: fadeInScale 1.2s ease-in-out;
	-ms-animation: fadeInScale 1.2s ease-in-out;
	animation: fadeInScale 1.2s ease-in-out;
}
.lb-overlay:target a.lb-close,
.lb-overlay:target > div{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
@-webkit-keyframes fadeInScale {
  0% { -webkit-transform: scale(0.6); opacity: 0; }
  100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes fadeInScale {
  0% { -moz-transform: scale(0.6); opacity: 0; }
  100% { -moz-transform: scale(1); opacity: 1; }
}
@-o-keyframes fadeInScale {
  0% { -o-transform: scale(0.6); opacity: 0; }
  100% { -o-transform: scale(1); opacity: 1; }
}
@-ms-keyframes fadeInScale {
  0% { -ms-transform: scale(0.6); opacity: 0; }
  100% { -ms-transform: scale(1); opacity: 1; }
}
@keyframes fadeInScale {
  0% { transform: scale(0.6); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}


.complete_range
{
	width:67%;
	line-height: 35px;
}


.contact-block .alert-danger{width:90%;float:left;padding:10px 5px !important;}
.contact-block .ajcms_error{width:100%;float:left;}
.contact-block .ajcms_error li{float:none;margin-bottom:5px;}

.news_event{float:left;width:auto;}
.news_event li{
		float:left;
		/*list-style:inside circle;*/
		margin-left:52px;
		list-style-image: url('news_icon3.gif');
}

.franchise_ul
{
padding-left:15px;
}

.franchise_ul li a
{
font-weight: 700;
color: #30322e;
font-size: 16px;
line-height: 23px;
}
.franchise_ul li a img {
    max-width: 33px;
    display: inline-block;
    float: none;
    vertical-align: middle;
    padding: 0;
    margin: 0 5px 4px 0;
}
.franchise_ul li a:hover
{
text-decoration: none;
}

.fren-block_cntnt ul li
{
font-size:16px;
line-height:22px;
list-style:inside;
}
.btn-productinfo
{
background: #CCA329;
color: rgb(255, 255, 255);
font-size: 19px;
float: none;
margin: 24px auto;
width: 81%;
display:inline-block;
font-weight: 700;
letter-spacing: 0.5px;
}

/* media query */
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) 
{
	* {
	  -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			  box-sizing: border-box;
	}
	*:before,
	*:after {
	  -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			  box-sizing: border-box;
	}
	img,table
	{
	 border:none;
	 max-width:100%;
	}
	.hidden-xs,.visible-sm,.visible-md,.visible-lg
	{
		display:none;
	}
	.visible-xs
	{
		display:block;
	}
	#header 
	{
		margin-top:15px;
	}
	.navR 
	{
		position:relative;
		
	}
	.mobile_logo
	{
		max-width:73%;
		float: left;
	}
	.logo 
	{
		width:100%;
		position:relative;
		top:0;
		left:0;
	}
	.navbar-toggle 
	{
		margin-top: 11px;
		margin-right:0;
	}
	#header ul 
	{
		background-repeat:repeat;
		width:100%;
	}
	#header ul li
	{
		width:100%;
		display:block;
	}
	
	#latest-news strong 
	{
		padding: 15px 20px 3px 10px;
		width: 100%;
		border:none;
	}
	.scroll-area
	{
		width:100%;
		
	}
	#latest-news marquee 
	{
		padding: 9px 0px;
		line-height: 1;
	}
	.hme-video-block
	{
		margin-top:0;
		padding-right:15px;	
	}
	.video-block-header,.welcome-head
	{
		background-image:none;
	}
	.video-block-header span,.welcome-head span
	{
		background:none;
	}
	.welcome-content
	{
		padding-left:15px;
		margin-top: 20px;
		clear:both;
	}
	.h_lined
	{
		display:none;
	}
	.welcome-content p
	{
		padding:0;
	}
	#footer-logo-block,#footer-address,#footer-contactnumber
	{
		border:none;
	}
	#copyright p
	{
		float:none !important;
		text-align: left;
		font-size: 14px;
	}
	.comp-main-head span
	{
		font-size:20px;
	}
	.line_div
	{
		display:none;
	}
	#line_content
	{
		max-width:100%;
	}
	.the-comp-block, .the-franch-block
	{
		background:none;
	}
	#line_content img + span
	{
		max-width:75%;
		font-size:21px;
	}
	.right-block-head
	{
		padding-left:15px;
		text-align:left;
	}
	.franch-block
	{
		padding:0 15px;
		
	}
	.readmore-btn
	{
		float:left;
	}
	.right_line #line_content
	{
		float:left;
		
	}
	.subheader
	{
		padding-left:20px;
		line-height:1;
	}
	.video-block-rside
	{
		margin:10px 0 0 0;
		width:100%;
		padding-left:15px;
	}
	#footer-contactnumber
	{
		text-align:left;
	}
	#footer-contactnumber strong
	{
		font-size: 26px;
	}
	#copyright a 
	{
	    font-size: 13px;
	}
	.complete_range
	{
		width:auto;
		line-height:1.5;
		font-size: 20px;
	}
	.contact-block
	{
		background:none;
	}
	.Contact-desc
	{
		padding-right:0;
	}
	.contact-icons
	{
		padding-left:15px;
	}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) 
{
	* {
	  -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			  box-sizing: border-box;
	}
	*:before,
	*:after {
	  -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			  box-sizing: border-box;
	}
	img,table
	{
	 border:none;
	 max-width:100%;
	}
	.hidden-sm,.visible-xs,.visible-md,.visible-lg
	{
		display:none;
	}
	.visible-sm
	{
		display:block;
	}
	#header 
	{
       margin-top: 114px;
	}
	.logo 
	{
    	position: absolute;
	    top: -104px;
    	left: calc(50% - 205.5px);
	}
	#header ul li 
	{
		padding: 0px 13px;
	}
	.scroll-area 
	{
    	width: 493px;
	}
	.hme-video-block img
	{
		max-width:90%;
	}
	.right-block-head,.the-comp-block h4
	{
		font-size:21px;
	}
	.welcome-head span
	{
		font-size: 21px;
	}
	.complete_range
	{
		width:auto;
	
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) 
{
	* {
	  -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			  box-sizing: border-box;
	}
	*:before,
	*:after {
	  -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			  box-sizing: border-box;
	}
	img,table
	{
	 border:none;
	 max-width:100%;
	}
	.hidden-md,.visible-xs,.visible-sm,.visible-lg
	{
		display:none;
	}
	.visible-md
	{
		display:block;
	}
	#wrapper
	{
		width:970px;
		padding:0 15px;
	}
	#header,.experience-block
	{
		width:100%;
	}
	.logo 
	{		
		top: -31px;
		left: 294px;
		width: 346px;
		left:-moz-calc(50% - 173px);
		left:-webkit-calc(50% - 173px);
		left:calc(50% - 173px);
	}
	.scroll-area 
	{
    	width: 715px;
	}
	#header ul.navR li{padding: 0px 10px;}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) 
{
	img,table
	{
	 border:none;
	 max-width:100%;
	}
	#header ul.navR li{padding: 0px 10px;}
	.hme-video-block .video-block-rside iframe{width:438px !important;height:266px;}
}

