@font-face {
    font-family:'HelveticaNeue';
    src: url('../fonts/helveticaneue.eot');
    src: url('../fonts/helveticaneue.eot') format('embedded-opentype'),
         url('../fonts/helveticaneue.woff') format('woff'),
         url('../fonts/helveticaneue.ttf') format('truetype'),
         url('../fonts/helveticaneue.svg#HelveticaNeueRegular') format('svg');
	font-weight:400;
	font-style:normal;
}
@font-face {
    font-family:'HelveticaNeue';
    src: url('../fonts/helveticaneuebold.eot');
    src: url('../fonts/helveticaneuebold.eot') format('embedded-opentype'),
         url('../fonts/helveticaneuebold.woff') format('woff'),
         url('../fonts/helveticaneuebold.ttf') format('truetype'),
         url('../fonts/helveticaneuebold.svg#HelveticaNeueBold') format('svg');
	font-weight:700;
	font-style:normal;
}
/*Slick Slider Css Start*/
.slick-slider{position:relative;display:block; -webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y; touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative; display:block; overflow:hidden; margin:0; padding:0;}
.slick-list.dragging{cursor: pointer;}
.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.slick-track {position:relative; top:0; left: 0;display: block;}
.slick-track:before, .slick-track:after {display:table; content:"";}
.slick-track:after {clear:both;}
.slick-loading .slick-track {visibility:hidden;}
.slick-slide {display:none; float:left; height:100%; min-height:1px;}
.slick-initialized .slick-slide{ display: block; list-style:none;}
.slick-loading .slick-slide{ visibility: hidden;}
.slick-vertical .slick-slide{display: block; height: auto; border:1px solid transparent;}
.slick-arrow {display:block; position:absolute; top:50%; margin-top:-12px; z-index:2; padding:0; width:24px; height:24px; text-align:center; font-size:0; background:none; border:none;cursor:pointer; opacity:0.5;}
.slick-arrow.slick-prev {left:20px;}
.slick-arrow.slick-next {right:20px;}
.slick-arrow:after {display:block;font-family:'LineAwesome';font-size:34px;color:#000;line-height:24px; position:absolute; left:0; right:0; top:0; bottom:0;}
.slick-arrow.slick-prev:after {content:"\f111";}
.slick-arrow.slick-next:after {content:"\f112";}
.slick-arrow:hover:after {color:#045c34;}
.slick-arrow:hover {opacity:1;}
.slick-dots {display:block; position:absolute; left:0; right:0; margin:0 auto; padding:0; bottom:20px; text-align:center;}
.slick-dots li {margin:0 5px; padding:0; list-style:none; display:inline-block; vertical-align:top;}
.slick-dots li button {display:block; width:16px; height:16px; color: #045c34; font-size:0; padding:0; background:none; border:0; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; cursor:pointer; -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;}
.slick-dots li button:before {display: block; content: "\f18a"; font-family:'LineAwesome'; font-size:20px; line-height:16px; -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;}
.slick-dots li.slick-active button:before {content: "\f1bc";}
.slick-dots li button:hover {color: #045c34;}
/*Slick Slider Css End*/
/* ================================ Mobile Menu STYLE Start ================================ */
body.mobile-menu-open {overflow:hidden;}
.menu-open-overlay{ position:fixed; top:0; left:0; width:100%; bottom:0; background:#000; display:none; z-index:12; opacity:0.7;}
.mobile-menu-open .menu-open-overlay{display:block; }
.mobile-menu-block {background:#fff; bottom:0; color: #333333; position: fixed; left:-350px; top:0; padding:0px; transition:left 0.2s ease 0s; width: 300px; z-index:20; font-size:13px; -webkit-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1); -moz-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1); box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1); overflow:auto;}
.mobile-menu-open .mobile-menu-block{left:0;}
.mobile-menu-inner{ height: 100%; overflow: auto; }
.mobile-nav {padding-bottom:60px;}
.mobile-menu-block ul{ margin: 0; list-style: none; }
.mobile-menu-block li {color:#000; font-weight:700; font-size:14px; line-height:normal; text-transform:none; border-bottom:1px solid rgba(0,0,0,0.05); position:relative;}
.mobile-menu-block ul li a {display:block; color:#000; font-weight:400; font-family:'HelveticaNeue', Arial; font-size:15px; line-height:normal; text-transform:uppercase; letter-spacing:0.05em; padding:12px 15px;}
.mobile-menu-block ul li a:hover,
.mobile-menu-block ul li a:focus,
.mobile-menu-block ul li.current-menu-item > a {color:#045c34;}
.mobi-logo {border-bottom:1px solid rgba(0,0,0,0.05); padding:10px;}
.mobi-logo img {display:block; max-width:140px;}
.mobile-menu-block li li {border:none;}
.mobile-menu-block li li a {text-transform:none; padding:10px 15px 10px 20px;}
.mobile-menu-block li li li a {padding-left:30px;}
.mobile-menu-block ul.sub-menu {margin:0 0 10px;}
.hitarea {display:block; width:40px; height:38px; text-align:center; position:absolute; right:0; top:0;}
.hitarea:before {display:block; content:"\f110"; font-family:'LineAwesome'; width:40px; text-align: center; position:absolute; right:0; top:50%; margin:0 auto; -webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);transform:translate(0,-50%);}
.collapsable-hitarea.hitarea:before {content:"\f113";}
.mobile-menu-block .collapsable-hitarea + a {color:#045c34;}
.top-links {display:none;}
.mobi-search-block .header-search {display:block; width:100%; border-bottom:1px solid rgba(0,0,0,0.05);}
.mobi-search-block .header-search .search-input {height:50px;}
.mobi-search-block .header-search .search-btn {height:50px;line-height:50px;}
.mobi-search-btn {background:none; border:0; width:32px; height:32px; line-height: 32px; font-size:15px; color: #000;}
.top-links .hitarea {width: 100%; text-align: right;}
/* ================================ Mobile Menu STYLE End================================ */
/*Mobile Menu Css Start*/
.mobi-iconbox {display:none; width:40px; height:40px; background:none; border:1px solid #d4d5d6; position:fixed;right:20px;top:40px; z-index:40; transition:all 0.4s ease;}
.header-fixed .mobi-iconbox {top:16px;}
.menuicon {display:block; width:24px; cursor:pointer; position:relative; position:absolute; left:0; right:0; margin:0 auto; top:50%; -webkit-transform:translate(0,-50%); -moz-transform:translate(0,-50%); transform:translate(0,-50%); -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;}
.menuicon .icon-bar {display:block; width:100%; height:2px; background:#045c34; -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;}
.menuicon .icon-bar + .icon-bar {margin-top:4px;}
.opened .icon-bar {background:#fff;}
.opened .top-icon-bar {transform-origin:0 50% 0; transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.opened .middle-icon-bar {opacity:0;}
.opened .bottom-icon-bar {transform-origin:0 50% 0; transform:rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}
.opened .menuicon {width:22px; padding-left:5px;}
/*Mobile Menu Css End*/

/* ===== RESET ================================================== */
abbr, acronym, address, applet, article, aside, audio,b, blockquote,big, body, button, center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt, embed,fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html,i, iframe, img, ins,kbd, keygen,label, legend, li, meter,nav,object, ol, output,p, pre, progress,q, s, samp, section, small, source, strike, sub, sup,table, tbody, tfoot, thead, th, tr, tdvideo, tt,u, ul, var{background:transparent; border:0 none; margin:0; padding:0; line-height:16px; vertical-align:baseline; outline:none; font-size:100%; font-family:inherit; font-weight:normal; font-style:normal;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;} blockquote,q{quotes:none;} blockquote:before,q:before{content:'';content:none;} blockquote:after,q:after{content:'';content:none;} ins {text-decoration:none;} abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;} table {border-collapse:collapse; border-spacing:0;} hr {display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;} input, select {vertical-align:middle; margin:0;} ol, ul, li {list-style:none;}
html{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} *, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-tap-highlight-color:rgba(255,255,255,0);}
/* ===== GLOBAL ================================================== */
body{margin:0; padding:154.34px 0 0; background:#fff; font-family:'HelveticaNeue',Arial, sans-serif; font-size:18px; color:#333; line-height:24px; font-weight:400; -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;}
body.page-template-Homepage{padding: 124px 0 0;}
:focus{outline:none;}
a{text-decoration:none; color:#045c34; -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;}
a:hover{ text-decoration:none; color:#045c34;}

::-webkit-input-placeholder{color:#a7a9ac; opacity:1;}
:-moz-placeholder{color:#a7a9ac; opacity:1;} /* Firefox 18- */
::-moz-placeholder{color:#a7a9ac; opacity:1;} /* Firefox 19+ */
:-ms-input-placeholder{color:#a7a9ac; opacity:1;}

.clearfix:before, .clearfix:after {content:""; display:table;}
.clearfix:after {clear:both;}
img {max-width:100%; height:auto; border:none; outline:none;}
b, strong {font-weight:700;}

/* Ul Li & Ol Li CSS */
ul, ol {margin:0; padding:0;}
ul ul, ol ol, ul ol, ol ul{margin-top:15px;}
ul li, ol li {margin:0; padding:0; font-size:15px; color:#262d33; font-weight:400; line-height:22px;}

.entry-content ul, .entry-content ol {display:inline-block; padding:0 0 0 10px; margin:0 0 15px;}
.entry-content ul li {position:relative; padding:0 0 0 20px; margin:0 0 8px;}
.entry-content ul li:before{content:"\f10e"; font-family:'LineAwesome'; position:absolute; left:0;top:0;}
.entry-content ul li li {list-style:disc;}
.entry-content ul li li {list-style:disc;}
.entry-content ol li {list-style-type:decimal; list-style-image:none; line-height:24px; margin:0 0 5px; list-style-position:inside;}

/* Heading CSS */
h1, h2, h3, h4, h5, h6 {color:#000; line-height:normal; font-weight:700; font-family:'HelveticaNeue',Arial; letter-spacing:0.1em; margin:0 0 15px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#000;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color:#045c34;}
h1, h2 {font-size:22px; line-height:32px; margin:0 0 20px;}
h3, h4, h5 {font-size:18px; line-height:24px;}
h6 {font-size:16px; line-height:22px;}

/* Paragraph CSS */
p {font-size:18px; line-height:24px; color:#000; font-weight:400; letter-spacing:0.05em; word-wrap:break-word; margin:0 0 20px; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none;}
hr {border:none; margin:40px 0; background:#ddd; height:1px; width:100%; clear:both;}
blockquote:after, li:after {content:""; display:block; clear:both;}
blockquote {border-left:5px solid #eee;font-size:14px; margin:0 0 20px; padding:10px 20px;}

/*table structure*/
table, .entry-content table  {border-right:1px solid #eee; border-top:1px solid #eee;}
table th, table td, .entry-content th, .entry-content table th, .entry-content td, .entry-content table td {background:#fff; border-left:1px solid #eee; border-bottom: 1px solid #eee; text-align:left; font-size:15px; color:#333; font-weight:400; padding:12px 20px; vertical-align:middle;}
table th {color:#eee; font-weight:700; background:#d4d5d6;}
table th a {color:#eee;}
table th a:hover {color:#fff;}
.table-striped th, .table-striped td {position:relative;}
.table-striped tbody tr:nth-of-type(even) td {background:#d4d5d6;}

/*Form Input Field*/
input, textarea, select {background:#fff; border:1px solid #d4d5d6; width:100%; min-width: 100%; padding:4px 12px; margin:0; font-size:14px; color:#045c34; font-weight:400;line-height:normal;letter-spacing:0.1em;font-family:'HelveticaNeue', Arial; height:40px; outline:none; -webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
input[type="button"], input[type="submit"] {cursor:pointer; width:auto; height:auto;}
input[type="checkbox"], input[type="radio"] {border:none; width:auto; height:auto;}
textarea {height:auto; padding:10px 12px;}
.select-box {display:block; width:100%; height:40px; background:#fff; border:1px solid #d4d5d6; line-height:38px; position:relative; cursor:pointer; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.select-box:after {position:absolute; content:"\f110"; font-size:13px; font-weight:700; right:12px; font-family:'LineAwesome'; line-height:40px; top:50%; z-index:1; -webkit-transform:translate(0,-50%); -moz-transform:translate(0,-50%); transform:translate(0,-50%);}
.select-box select {display:block; width:100%; height:100%; font-size:14px; color:#045c34; font-weight:400;line-height:normal; font-family:'HelveticaNeue', Arial; line-height:normal; letter-spacing:0.025em; padding:0 30px 0 12px; background:transparent; border:none; -webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none; position:relative; z-index:2; cursor:pointer;}
.select-box select option {display:block; background:#f5f7f8; color:#000; padding:10px 20px;}
input[type="button"], input[type="submit"], input[type="image"], input[type="file"], input[type="search"] {-webkit-appearance:none;}
input#addressSubmit {-webkit-appearance:none !important ; }
input[type="radio"], input[type="checkbox"] {-webkit-appearance:normal;}

/*Radio Css*/
.checkbox, .radiobox {display:inline-block; position:relative; padding-left:24px; text-align:left;}
.checkbox input, .radiobox input {position:absolute; opacity:0; left:0; top:0;}
.radiobox .checkmark {position:absolute;top:-1px;left:0;height:16px;width:16px;background-color:#fff; border:1px solid #333; border-radius:50%;}
.radiobox:hover input ~ .checkmark {background-color:#fff;}
.radiobox input:checked ~ .checkmark {background:#fff; border:5px solid #045c34;}
.radiobox input:checked ~ .checkmark:after {display:block;}
/*Checkbox Css*/
.checkbox {font-size:15px; color:#000; line-height:24px; cursor:pointer;}
.checkbox.check {padding:0; width:18px; height:18px;}
.checkbox .checkmark {position:absolute;top:3px;left:0;height:16px;width:16px;background:#fff; border:1px solid #ddd; -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.checkbox input:checked ~ .checkmark {background:#045c34; border-color:#045c34;}
.checkbox .checkmark:after {display:block; content:"\f17b"; font-family:'LineAwesome'; position:absolute; left:0; right:0; top:0; text-align:center; font-size:12px; color:#fff; line-height:14px; padding-left:2px; opacity:0;}
.checkbox input:checked ~ .checkmark:after {opacity:1;}

/* Button styling */
.button, .btn {display:inline-block; padding:0 32px; background:#fff; border:2px solid #045c34; color:#045c34; font-size:16px; font-weight:400; font-family:'HelveticaNeue'; text-transform:uppercase; cursor:pointer; letter-spacing:0.15em; text-align:center; position:relative; min-width:140px; height:50px;line-height:46px; -moz-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s; -webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.button:before, .btn:before {display:block; content:""; background:#000; position:absolute; width:0; height:0; left:50%; top:50%; opacity:0.05; -moz-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s; -webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;}
.button:hover:before, .button:focus:before, .btn:hover:before, .btn:focus:before {width:100%; height:100%; left:0; top:0;}
.button:hover, .button.alt:hover, .btn:hover,
.button:focus, .button.alt:focus, .btn:focus {background:#045c34; border-color:#045c34; color:#fff; box-shadow:0 15px 30px rgba(0,0,0,0.05);}
.button i, .btn i {margin:0 4px 0 0;}
.btn.btn-bg {background:#045c34; border-color:#045c34;}
.btn.blackRoundBtn {background: #272727; color: #fff; text-transform: capitalize; letter-spacing: 0; border-radius: 50px; padding: 15px; line-height: 13px; min-width: 120px; height: 42px; border: none;}

.container {margin:0 auto; width:1280px;}
.max-container {width:100%; max-width:1900px; margin:0 auto;}
.container:after, header:after, section:after, footer:after, nav:after {clear:both; content:""; display:block;}
.pull-left {float:left;}
.pull-right {float:right;}
.center {text-align:center;}
.col-2 {float:left; width:50%;}
.col-3 {float:left; width:33.3%;}
.col-4 {float:left; width:25%;}
.col-5 {float:left; width:20%;}
.text22 {font-size:22px; line-height:28px;}
.text18 {font-size:18px; line-height:24px;}
.hide {display:none;}
.grayBG {background: #989696; min-height: 191px; display: flex; margin-bottom: 54px; background-size: cover; background-repeat: no-repeat; background-position: center center;}
.grayBG span {background: rgb(225, 225, 225, 0.6); padding: 7px 10px; display: inline-block; vertical-align: middle; min-width: 344px}
.grayBG h1{margin-bottom: 0; height: 100%;}
div.wpcf7{float: left; width: 100%;}
div.wpcf7-validation-errors {display: none !important;}
div.wpcf7-mail-sent-ok {float: left; width: 100%; padding: 5px; background: #3b9c11; color: #fff; font-size: 16px; line-height: 18px;}
.commonForm {float: left; width: 100%; margin-top: 25px;}
.commonForm .form-row {margin: 0 -10px;}
.commonForm .form-field {padding: 0 10px; width: 100%; float: left; margin-bottom: 30px;}
.commonForm .form-field.half-row {width: 50%;}
.commonForm .form-label {font-weight: 600; margin-bottom: 10px; display: block;}
.commonForm input, .commonForm textarea {border: 1px solid #cfcfcf; border-radius: 3px; background: #fafafa;}
.commonForm textarea{margin-bottom: 14px;}
.no-margin {margin: 0 !important;}

/* video container */
.videoContainer{
	position:relative;
	overflow:hidden;
    color:#ccc;
	height: 100%;
	max-height: 580px;
}

/*** VIDEO CONTROLS CSS ***/
/* control holder */
.control{
	background:#333;
	color:#ccc;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:5;
	display:none !important;
}
/* control top part */
.topControl{
	height:11px;
	border-bottom:1px solid #404040;
	padding:1px 5px;
	background:#1F1F1F; /* fallback */
	background:-moz-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background:-webkit-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background:-o-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
}
/* control bottom part */
.btmControl{
	clear:both;
	background: #1F1F1F; /* fallback */
	background:-moz-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background:-webkit-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background:-o-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
}
.control div.btn {
	float:left;
	width:34px;
	height:30px;
	padding:0 5px;
	border-right:1px solid #404040;
	cursor:pointer;
	min-width: auto;
}
.control div.text{
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	font-family:verdana;
	width:20px;
	border:none;
	color:#777;
}
.control div.btnPlay{
	background:url(../images/control.png) no-repeat -6px -2px;
	border-left:1px solid #404040;
	display: none !important;
}
.control div.paused{
	background:url(../images/control.png) no-repeat -6px -31px;
	display: none !important;
}
.control div.btnStop{
	background:url(../images/control.png) no-repeat -6px -62px;
	display: none !important;
}
.control div.spdText{
	border:none;
	font-size:14px;
	line-height:30px;
	font-style:italic;
}
.control div.selected{
	font-size:15px;
	color:#ccc;
}
.control div.sound{
	background:url(../images/control.png) no-repeat -88px -30px;
	border:none;
	float:right;
}
.control div.sound2{
	background:url(../images/control.png) no-repeat -88px -60px !important;
}
.control div.muted{
	background:url(../images/control.png) no-repeat -88px 0 !important;
}
.control div.btnFS{
	background:url(../images/control.png) no-repeat -44px 0;
	float:right;
}
.control div.btnLight{
	background:url(../images/control.png) no-repeat -44px -60px;
	border-left:1px solid #404040;
	float:right;
}
.control div.lighton{
	background:url(../images/control.png) no-repeat -44px -30px !important;
}

/* PROGRESS BAR CSS */
/* Progress bar */
.progress {
	width:85%;
	height:10px;
	position:relative;
	float:left;
	cursor:pointer;
	background: #444; /* fallback */
	background:-moz-linear-gradient(top,#666,#333);
	background:-webkit-linear-gradient(top,#666,#333);
	background:-o-linear-gradient(top,#666,#333);
	box-shadow:0 2px 3px #333 inset;
	-moz-box-shadow:0 2px 3px #333 inset;
	-webkit-box-shadow:0 2px 3px #333 inset;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.progress span {
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.timeBar{
	z-index:10;
	width:0;
	background: #3FB7FC; /* fallback */
	background:-moz-linear-gradient(top,#A0DCFF 50%,#3FB7FC 50%,#16A9FF 100%);
	background:-webkit-linear-gradient(top,#A0DCFF 50%,#3FB7FC 50%,#16A9FF 100%);
	background:-o-linear-gradient(top,#A0DCFF 50%,#3FB7FC 50%,#16A9FF 100%);
	box-shadow:0 0 1px #fff;
	-moz-box-shadow:0 0 1px #fff;
	-webkit-box-shadow:0 0 1px #fff;
}
.bufferBar{
	z-index:5;
	width:0;
	background: #777;
	background:-moz-linear-gradient(top,#999,#666);
	background:-webkit-linear-gradient(top,#999,#666);
	background:-o-linear-gradient(top,#999,#666);
	box-shadow:2px 0 5px #333;
	-moz-box-shadow:2px 0 5px #333;
	-webkit-box-shadow:2px 0 5px #333;
}
/* time and duration */
.time{
	width:15%;
	float:right;
	text-align:center;
	font-size:11px;
	line-height:12px;
}

/* VOLUME BAR CSS */
/* volume bar */
.volume{
	position:relative;
	cursor:pointer;
	width:70px;
	height:10px;
	float:right;
	margin-top:10px;
	margin-right:10px;
}
.volumeBar{
	display:block;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#eee;
	z-index:10;
}

/* OTHERS CSS */
/* video screen cover */
.loading, #init{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/loading.gif) no-repeat 50% 50%;
	z-index:2;
	display:none !important;
}
#init{
	background:url(../images/bigplay.png) no-repeat 50% 50% !important;
	cursor:pointer;
}

/* ============= GLOBAL CSS END ================ */