@charset "utf-8";
/* CSS Document */
/* Created By S.Lourdoss */
/* Image Infotainment Ltd */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic|Roboto+Slab:400,700|Courgette);

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
	border:0;
	margin:0;
	padding:0;
	font-weight:normal;
}
a {
	text-decoration:none;
}
a img {
	border:0;
}
ul, p, h1, h2, li {
	margin:0px;
	padding:0px;
	list-style:none;
}
body {
	background:#f0f0f0;
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	position:relative;
}
#container {
	width:auto;
	height:auto;
	padding:0px;
	position:relative;
	behavior: url("style/csshover.htc");
}
.inner-cont {
	width:100%;
	max-width:1000px;
    _width:expression(this.scrollWidth > 1000 ? "1000px" : "auto"); /* sets max-width for IE6 */
	height:auto;
	margin:0px auto;
}

/*defaults
------------------------------------------------------------------------------------------------*/
.f_left {
	float:left;
}
.f_right {
	float:right !important;
}
.clear {
	clear:both;
	height:0px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
.mrg-rt {
	margin-right:10px !important;
}
.mrg-btm {
	margin-bottom:10px !important;
}
.mrg-btm-2 {
	margin-bottom:5px !important;
}
.mrg-tp {
	margin-top:10px !important;
}
.padd-tp {
	padding-top:10px !important;
}
.padd-left {
	padding-left:10px !important;
}
.padd-rt {
	padding-right:10px !important;
}
.padd-btm {
	padding-bottom:10px !important;
}
.no-mrg {
	margin:0px !important;
}
.no-mrg-top {
	margin-top:0px !important;
}
.no-mrg-rt {
	margin-right:0px !important;
}
.no-mrg-btm {
	margin-bottom:0px !important;
}
.no-mrg-lt {
	margin-left:0px !important;
}
.no-padd {
	padding:0px !important;
}
.no-padd-tp {
	padding-top:0px !important;
}
.no-padd-rt {
	padding-right:0px !important;
}
.no-padd-btm {
	padding-bottom:0px !important;
}
.no-padd-lt {
	padding-left:0px !important;
}
.no-bdr {
	border:0px !important;
}
.no-bdr-rt {
	border-right:0px !important;
}
.no-bdr-btm {
	border-bottom:0px !important;
}
.bdr-btm {
	border-bottom:1px dashed #666666;
}

/*Header
------------------------------------------------------------------------------------------------*/
.header {
	background: #51bdd7; /* Old browsers */
	background: -moz-linear-gradient(top, #25aecc 0%, #51bdd7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25aecc), color-stop(100%,#51bdd7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #25aecc 0%,#51bdd7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #25aecc 0%,#51bdd7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #25aecc 0%,#51bdd7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #25aecc 0%,#51bdd7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25aecc', endColorstr='#51bdd7',GradientType=0 ); /* IE6-9 */
	position:relative;
	padding:93px 0px 0px 0px;
}
.header2 {
	background: #77cddf; /* Old browsers */
	background: -moz-linear-gradient(top, #25aecc 0%, #77cddf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25aecc), color-stop(100%,#77cddf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #25aecc 0%,#77cddf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #25aecc 0%,#77cddf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #25aecc 0%,#77cddf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #25aecc 0%,#77cddf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25aecc', endColorstr='#77cddf',GradientType=0 ); /* IE6-9 */
	position:relative;
	padding:93px 0px 0px 0px;
}
.header .inner-cont, .header2 .inner-cont{
	position:relative;
}
.logo {
	width:186px;
	height:186px;
	position:absolute;
	top:-65px;
	left:65px;
	z-index:1;
}
.logo a{
	display:inline-block;
	text-decoration:none;
}
.navi-out {
	background:url(../images/navi-bg-1.png) no-repeat left top;
}
.navi-in {
	background:url(../images/navi-bg-2.png) no-repeat right top;
}
.navi {
	background:url(../images/navi-bg.png) repeat-x;
	margin:0px 65px;
	display:block;
	height:59px;
	padding:0px 0px 10px 0px;
	text-align:center;
}
.navi ul {
	display:inline-block;
	margin-left:186px;
	float:right;
}
.navi ul li{
	float:left;
}
.navi ul li a{
	font-size:14px;
	color:#FFFFFF;
	padding:0px 10px;
	line-height:35px;
	margin:10px 0px;
	text-align:center;
	display:inline-block;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.navi ul li.navi-space{
	width:24.5%;
}
.navi ul li.navi-space a{
	pointer-events: none;
}
.navi ul li a:hover, .navi ul li a.active, .form-page .navi ul li a.form-active, .video-page .navi ul li a.video-active, .faq-page .navi ul li a.faq-active, .contact-page .navi ul li a.contact-active{
	background:#975a04;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.45);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.45);
}
.navi2 {
	display:none;
}

/*Banner
------------------------------------------------------------------------------------------------*/
.banner{
	width:100%;
	height:auto;
	text-align:center;
	background:url(../images/banner-bg.jpg) repeat-x;
	position:relative;
}
.banner img{
	width:100%;
	max-width:1264px;
    _width:expression(this.scrollWidth > 1264 ? "1264px" : "auto"); /* sets max-width for IE6 */
	height:auto;
}
.banner-btn {
	width:18%;
	height:8.3%;
	position:absolute;
	bottom:4.3%;
	left:50%;
	margin:0px 0px 0px -9%;
}
.banner-btn a{
	width:100%;
	height:100%;
	display:block;
}
.banner2{
	width:100%;
	height:auto;
	text-align:center;
	background:url(../images/banner-bg2.jpg) repeat-x;
}
.banner2 img{
	width:100%;
	max-width:1000px;
    _width:expression(this.scrollWidth > 1000? "1000px" : "auto"); /* sets max-width for IE6 */
	height:auto;
}

/*Content
------------------------------------------------------------------------------------------------*/
.white-cont {
	background:#FFFFFF;
}
.padd-cont {
	padding:20px;
}
.slider-cont{
  position: relative;
  padding: 0em 0em 1.7em;
}
.slider-cont:before, .slider-cont:after {
  z-index: 0; 
  position: absolute; 
  content: "";
  bottom: 41px;
  left: 10px;
  width: 50%; 
  top: 80%;
  max-width:300px;
  background: #FFFFFF; 
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);   
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);    
  -moz-transform: rotate(-3deg);   
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.slider-cont:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}	
.vid-tab-cont {
	width:68%;
	float:left;
	position:relative;
	z-index:1;
	background:#ffffff;
}
.vid-list-cont {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top:25px;
	height: 0;
	display:none;
}
.vid-list-cont iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tab-head-cont {
	width:32%;
	float:right;
	background:#222222;
	height:100%;
	overflow-y:scroll;
	max-height:392px;
    _height:expression(this.scrollHeight > 392 ? "392px" : "auto"); /* sets max-width for IE6 */
	z-index:1;
}
.tab-head-cont ul {
	margin:0px 10px 0px 0px;
}
.tab-head-cont ul li {
	border-bottom:1px solid #4e4e4e;
}
.tab-head-cont ul li a{
	cursor:pointer;
	padding:15px 0px 15px 15px;
	display:block;
	font-size:13px;
	color:#bbbbbb;
}
.tab-head-cont ul li.selected a {
	background:#ffa600;
	color:#FFFFFF;
}
.slide-head-img {
	width:33%;
	float:left;
}
.slide-head-img img {
	width:100%;
	height:100%;
}
.slide-desc {
	width:63%;
	float:right;
}
.slide-desc h4{
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:400;
	color:#ffa600;
}
.slide-desc p {
	display:none;
}
.tab-head-cont ul li.selected a .slide-desc h4{
	color:#FFFFFF;
}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
	right:10px;
}
.vscrollerbase {
	width: 2px;
	background-color: #181818;
	left:auto !important;
	right:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.vscrollerbar {
	width: 4px;
	background-color: #c3c1ba;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	margin-left:-1px
}
.hscrollerbase {
	height: 8px;
	background-color: #181818;
}
.hscrollerbar {
	height: 8px;
	background-color: #c3c1ba;
}
.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: gray;
}

.cont-box ul li, .art-box ul li {
	float:left;
	width:31.9%;
	height:auto;
	margin:0px 20px 0px 0px;
	position: relative;
    padding: 0em 0em 1.5em;
	display:inline-block;
}
.cont-box ul li a, .art-box ul li a{
	position:relative;
	display:inline-block;
	z-index:1;
	padding:3px;
}
.cont-box ul li a:hover{
	border:3px solid #ffa600;
	padding:0px;
}
.cont-box ul li.slide-2 a:hover{ border:3px solid #3498db; }
.cont-box ul li.slide-3 a:hover{ border:3px solid #ed205e; }
.cont-box ul li.slide-4 a:hover{ border:3px solid #68b525; }
.cont-box ul li.slide-5 a:hover{ border:3px solid #814ba9; }
.cont-box ul li.slide-6 a:hover{ border:3px solid #00b588; }
.cont-box ul li a img{
	width:100%;
	height:100%;
}
.cont-box ul li a div.cont-desc {
	position:absolute;
	bottom:30px;
	left:3px;
	background:#ffa600;
	width:75%;
	font-family: 'Courgette', cursive;
	font-size:18px;
	color:#FFFFFF;
	padding:8px 15px;
}
.cont-box ul li a:hover div.cont-desc {
	left:0px;
}
.cont-box ul li.slide-2 a div.cont-desc { background:#3498db; }
.cont-box ul li.slide-3 a div.cont-desc { background:#ed205e; }
.cont-box ul li.slide-4 a div.cont-desc { background:#68b525; }
.cont-box ul li.slide-5 a div.cont-desc { background:#814ba9; }
.cont-box ul li.slide-6 a div.cont-desc { background:#00b588; }
.cont-box ul li.slide-3, .cont-box ul li.slide-6, .art-box ul li.slide-3 {
	margin:0px 0px 0px 0px;
}
.cont-box ul li:before, .cont-box ul li:after {
  z-index: 0; 
  position: absolute; 
  content: "";
  bottom: 41px;
  left: 10px;
  width: 50%; 
  top: 80%;
  max-width:300px;
  background: #FFFFFF; 
  -webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.7);   
  -moz-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.7); 
  box-shadow: 0 10px 9px rgba(0, 0, 0, 0.7); 
  -webkit-transform: rotate(-3deg);    
  -moz-transform: rotate(-3deg);   
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cont-box ul li:after{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}	

/*Footer
------------------------------------------------------------------------------------------------*/
.footer {
	line-height:24px;
	font-size:13px;
	color:#999999;
	padding:13px 0px;
	background:#232425;
	text-align:center; 
}
.footer a{
	color:#999999;
}


/*form Page
------------------------------------------------------------------------------------------------*/
.form-cont {
	background:#FFF;
	width:100%;
	max-width:500px;
    _width:expression(this.scrollWidth > 500? "500px" : "auto"); /* sets max-width for IE6 */
	margin:0px auto;
}
.cont-title {
	font-weight: 300;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	font-size: 21px;
	padding: 7px 0px;
	line-height:32px;
}
.form-cont ul li {
	margin:0px 0px 10px 0px;
	text-align:center;
	font-size:13px;
	color:#333333;
	line-height:22px;
}
.form-cont ul li.width-1{
	float:left;
	width:48%;
	font-size:13px;
	color:#333333;
	line-height:22px;
	padding:5px 0px;
	text-align:right;
}
.form-cont ul li.width-2{
	float:right;
	width:50%;
	text-align:left;
}
.form-cont ul li.terms {
	padding:5px 0px;
}
.form-cont ul li.terms a{
	color:#3399ff;
}
.form-cont span.required {
	color:red;
}
.input-txt, .txtarea-box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #C2C2C2;
	box-shadow: 1px 1px 4px #EBEBEB;
	-moz-box-shadow: 1px 1px 4px #EBEBEB;
	-webkit-box-shadow: 1px 1px 4px #EBEBEB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0px 5px;
	outline: none;
	width:100%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}
.input-txt, .sele-box {
	height:32px;
}
.txtarea-box {
	height:100px;
}
.input-txt:focus, .txtarea-box:focus, .sele-box:focus {
	border: 1px solid #0C0;
}

.submit-btn {
	border: none;
	padding: 8px 15px 8px 15px;
	background: #FF8500;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #fff;
	box-shadow: 1px 1px 4px #DADADA;
	-moz-box-shadow: 1px 1px 4px #DADADA;
	-webkit-box-shadow: 1px 1px 4px #DADADA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}
.submit-btn:hover {
	background: #EA7B00;
	color: #fff;
}
div.selector {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-font-smoothing:antialiased;
	width:100%;
	display:-moz-inline-box;
	display:inline-block;
    *display:inline;
	zoom:1;
	vertical-align:middle;
	line-height:32px;
	height:32px;
	position:relative;
	overflow:hidden;
	border: 1px solid #C2C2C2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 1px 1px 4px #EBEBEB;
	-moz-box-shadow: 1px 1px 4px #EBEBEB;
	-webkit-box-shadow: 1px 1px 4px #EBEBEB;
}
div.selector span {
	background:url(../images/down-arrow-icon.png) no-repeat right center #ffffff;
	width:auto;
	display:block;
	padding:0px 31px 0px 5px;
	text-align:left;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	height:32px;
	line-height:32px;
	cursor:pointer;
	color:#666;
	font-size:14px;
	color:#333333;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
div.selector:focus {
	outline:0
}
div.selector select {
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	border:none;
	position:absolute;
	height:26px;
	top:1px;
	left:0px;
	width:99%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}
#pop-subscribe-cont {
	background:url(../images/popup-bg.png) repeat;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:1000;
	display:block;
}

.pop-subscribe-cont {
	display:block;
	width:99%;
	max-width: 400px;
	_width:expression(this.scrollWidth > 400 ? "400px" : "auto"); /* sets max-width for IE6 */
	height:auto;
	margin:0px auto;
	margin-top:200px;
	position:relative;
	background:#ffffff;
	-webkit-box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.5);
	font-size:13px;
	color:#333333;
	text-align:center;
	padding:5px 0.5%;
}
.pop-inner-cont {
	padding:13px;
	border:1px solid #d1d1d1;
	display:block;
}
.close-icon {
	background:url(../images/close-icon.png) no-repeat center;
	width:25px;
	height:25px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position:absolute;
	top:-12px;
	right:-12px;
	display:block;
	border:0px;
	cursor:pointer;
}
.pop-subscribe-title {
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	font-size: 15px;
	padding: 3px 0px;
	line-height:30px;
}
.pop-inner-cont .label {
    line-height: 31px;
    margin: 0 auto;
    max-width: 300px;
}
.pop-subscribe-title2 {
	font-size:13px;
	color:#000000;
	line-height:24px;
	padding-bottom:10px;
}
.pop-inner-cont .inn-cont{
	border:1px solid #d1d1d1;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	margin-top:5px;
	padding:10px;
}
.pop-inner-cont .label div {
    display: inline-block;
}
.pop-inner-cont a {
	color:#379ddd;
	font-size:13px;
	cursor:pointer;
	font-weight:bold;
}
.pop-inner-cont .input-txt {
	width: 93%;
	max-width:150px;
	_width:expression(this.scrollWidth > 150 ? "150px" : "auto"); /* sets max-width for IE6 */
	margin:0px;
}
.pop-inner-cont .submit-btn {
	margin-top:10px;
}
.pop-form ul li {
	float:left;
}
.pop-form-wt-1 {
	width:70%;
	text-align:right;
}
.pop-form-wt-2 {
	width:30%;
	padding-top:5px;
}
#mobile-no a, #mobile-no-change a {
	font-size:11px;
	cursor:pointer;
}
#mobile-no-change {
	height:32px;
}
#mobile-no-input input {
	width:88%;
	max-width:105px;
	_width:expression(this.scrollWidth > 105 ? "105px" : "auto"); /* sets max-width for IE6 */
}

.pop-msg {
	line-height:18px;
}
.codesent {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5bb101;
	font-weight:bold;
}
.error {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#d71921;
	font-weight:bold;
}
.faq-section {
	font-size:14px;
	border-bottom:1px solid #ddd;
}
.faq-section.selected {
	height:auto;
}
.faq-section.odd {
	background:#f1f1f1;
}
.faq-title {
	line-height:35px;
	padding:10px 35px 10px 10px;
	height:35px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	color:#333333;
}
.faq-title .arrow{
	position:absolute;
	background:url(../images/arrow.png) no-repeat top center;
	width:12px;
	height:12px;
	top:23px;
	right:10px;
	opacity:0.4;
	filter:alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
	zoom:1;
}
.faq-section.selected .faq-title {
	line-height:25px;
	overflow:inherit;
	height:auto;
	padding:15px 35px 15px 10px;
	font-weight:600;
}
.faq-section.selected .faq-title .arrow{
	-webkit-transform: rotate(180deg); 
	-moz-transform: rotate(180deg); 
	transform: rotate(180deg);
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
.faq-cont {
	padding:0px 25px 10px 50px;
	line-height:24px;
	color:#333333;
	text-align:justify;
}
p {
	margin-bottom:10px;
}
.a-link {
	color:#379ddd;
	font-size:13px;
}
.a-link:hover {
	text-decoration:underline;
}
.list-cont {
	margin:0px 0px 10px 0px;
}
.list-cont li{
	color: #333333;
    font-size: 14px;
    line-height: 28px;
	list-style-image:url(../images/checkmark.png);
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 20px;
}
.list-cont li a{
	font-size:14px;
}
.contact-list {
	width:31.9%;
	float:left;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	padding:0px 0px 10px 0px;
	margin:0px 20px 5px 0px;
	border-bottom:1px dashed #ddd;
	color:#333333;
}
.cont-title2 {
	font-weight: 300;
	font-size: 16px;
	padding:5px 0px;
	line-height:25px;
	color:#379ddd;
	text-transform:uppercase;
}
.phone-icon, .phone-icon2 {
	background:url(../images/phone.png) no-repeat left center;
	padding:0px 0px 0px 30px;
}
.phone-icon, .phone-icon2, .phone-icon2 a{
	color:#3399FF;
}
.phone-icon2, .contact-icon2 {
	display:none;
}
.cl-3 {
	margin:0px 0px 5px 0px;
}
.cl-4 {
	border-bottom:0px;
}
.cont-txt {
	font-size:14px;
	font-weight:400;
	color:#333333;
	border-top:1px dashed #ddd;
	line-height:28px;
}
.cont-txt a, .cont-txt span{
	color:#3399FF;
}
.vid-list ul li {
	width:48%;
	float:left;
	margin:0px 0px 20px 0px;
}
.vid-list ul li.vid-1 {
	margin:0px 20px 20px 0px;
}
.vid-cont {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top:25px;
	height: 0;
}
.vid-cont iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.cboxIframe {
	width:100%;
	height:100%;
}
#cboxOverlay {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background:url(../images/popup-bg.png) repeat;
	position:fixed;
	_position:absolute;
	top:0px;
	_bottom: 0;
	_left: 0;
	_right: 0;
	z-index:30000;
}
#colorbox {
	background:#fff;
	z-index:30000;
}
#cboxTopCenter {
	background:#fff;
	height:30px;
}
#cboxMiddleLeft, #cboxMiddleRight {
	background:#fff;
	width:10px;
}
#cboxBottomCenter {
	background:#fff;
	height:30px;
}
#cboxTitle {
	position:absolute;
	top:5px;
	left:10px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
}
#cboxCurrent {
	position:absolute;
	bottom:5px;
	left:10px;
	font-size:14px;
	color:#333333;
	display:none !important;
}
#cboxPrevious {
	right:40px !important;
	background:url(../images/left-arrow.png) no-repeat center !important;
}
#cboxPrevious, #cboxNext {
	position:absolute;
	bottom:3px;
	right:10px;
	width:24px;
	height:24px;
	font-size:0px;
	background:url(../images/right-arrow.png) no-repeat center;
	border:0px;
	cursor:pointer;
	opacity:0.4;
	filter:alpha(opacity=40);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
	zoom:1;
}
#cboxClose {
	background:url(../images/close-icon2.png) no-repeat center;
	width:24px;
	height:24px;
	position:absolute;
	top:3px;
	right:3px;
	font-size:0px;
	border:0px;
	cursor:pointer;
	opacity:0.4;
	filter:alpha(opacity=40);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
	zoom:1;
}
#cboxPrevious:hover, #cboxNext:hover, #cboxClose:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	display:none !important;
}


.thanks-txt {
	padding:100px 0px;
	width:100%;
	max-width:600px;
    _width:expression(this.scrollWidth > 600 ? "600px" : "auto"); /* sets max-width for IE6 */
	font-family: 'Courgette', cursive;
	font-size:18px;
	color:#333333;
	margin:0px auto;
	text-align:center;
	line-height:24px;
}
.para-cont {
	font-size:14px;
	color:#333333;
	line-height:28px;
	margin-bottom:10px;
	text-align:justify;
}
.art-box ul li {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	padding:0px;
}
.art-box ul li a {
	text-align:center;
	color:#333333;
	padding:0px;
	border:1px solid #d1d1d1;
}
.art-box ul li a:hover {
	border-width:1px;
	padding:0px;
}
.art-box ul li a div img{
	width:100%;
}
.art-box ul li a h4 {
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:28px;
	margin-bottom:10px;
	padding:10px 15px 0px 15px;
}
.art-box ul li a p {
	font-size:13px;
	line-height:24px;
	margin:0px;
	padding:0px;
	text-align:justify;
	padding:0px 15px 10px 15px;
}
.art-box ul li a:hover h4 {	color:#ffa600; }
.art-box ul li.slide-2 a:hover h4 {	color:#3498db; }
.art-box ul li.slide-3 a:hover h4 {	color:#ed205e; }
.cont-title3 {
	border-bottom: 1px dashed #ddd;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 10px;
    padding: 4px 0;
	display:inline-block;
}
.cont-img img{
	width:100%;
	max-width:550px;
    _width:expression(this.scrollWidth > 550 ? "550px" : "auto"); /* sets max-width for IE6 */
	height:auto;
	margin:0px auto;
	border:1px solid #d1d1d1;
}


/*Responsive
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 980px) {
.cont-box ul li {
	width:31%;
	padding: 0 0 1.3em;
}
.header, .header2 {
	padding:76px 0px 0px 0px;
}
.logo {
	width:150px;
	height:150px;
	z-index:10000;
	top:-48px;
}
.logo a img{
	width:100%;
	height:100%;
}
.navi ul {
	display:inline-block;
	margin-left:150px;
}
.contact-list {
	width:31%;
}
}
@media screen and (max-width: 940px) {
.logo {
	left:20px;
}
.navi-out, .navi-in {
	background:transparent;
}
.navi {
	padding:0px 20px 10px 0px;
	margin:0px 0px 0px 150px;
}
.navi ul {
	margin:0px;
}
}
@media screen and (max-width: 850px) {
.navi-out {
	
	display:none;
}
.navi {
	display:none;
	padding:0px 0px 10px 170px;
	text-align:center;
}
.navi2 {
	display:block;
	margin-left:150px;
	background:url(../images/navi-bg.png) repeat-x;
	height:55px;
}
.navi2 ul li {
	float:right;
	position:relative;
}
.navi2 ul li a.navi-icon{
	width:55px;
	height:55px;
	display:block;
	margin:0px;
	position:relative;
	background:url(../images/navi-icon.png) no-repeat top center;
	font-size:0px;
}
.navi2 ul li a.navi-icon.active{
	background:url(../images/navi-icon.png) no-repeat bottom center;
}
.navi2 ul li .sub-menu {
	position:absolute !important;
	padding:0px 0px;
	top:55px;
	right:0px;
	z-index:9999;
	background:#fff;
	border:1px solid #adadad;
	border-top:0px;
	padding:0px 15px 15px 15px;
	text-align:left !important;
	display:none;
	height:auto;
	width:400px;
}
.navi2 ul li .sub-menu ul {
	position:relative;
	width:auto;
	height:100%;
	margin:0px;
	padding:0px;
	background:transparent;
}
.navi2 ul li .sub-menu ul li {
	float:none;
	width:400px;
	position:relative;
}
.navi2 ul li:hover .sub-menu a, .navi2 ul li .sub-menu a {
	background:#fff;
	color:#333;
	line-height:45px;
	display:block;
	padding:0px 0px 0px 0px;
	border-bottom:1px dashed #CCCCCC;
	font-size:14px;
	font-weight:400;
	color:#333333;
}
.navi2 ul li .sub-menu a:hover {
	color:#ffa303;
}
}
@media screen and (max-width: 830px) {

}
@media screen and (max-width: 768px) {
.phone-icon, .contact-icon{
	display:none;
}
.phone-icon2, .contact-icon2 {
	display:block;
}
.contact-list {
	width:48%;
}
.cl-3 {
	margin:0px 20px 5px 0px;
}
.cl-2, .cl-4 {
	margin:0px 0px 5px 0px;
}
.cl-3, .cl-4 {
	border-bottom:0px;
}
.cont-txt a {
	display:inline-block;
}
}
@media screen and (max-width: 700px) {
.cont-box ul li {
	width:48%;
}
.cont-box ul li.slide-3 {
	margin:0px 20px 0px 0px;
}
.cont-box ul li.slide-2,.cont-box ul li.slide-4, .cont-box ul li.slide-6 {
	margin:0px 0px 0px 0px;
}
}
@media screen and (max-width: 640px) {
.header, .header2 {
	padding:52px 0px 20px 0px; 
}
.logo {
	width:120px;
	height:120px;
	z-index:10000;
	top:-33px;
}
.navi2 {
	margin-left:120px;
}
.navi2 ul li .sub-menu {
	width:270px;
}
.navi2 ul li .sub-menu ul li {
	width:100%;
	max-width:270px;
    _width:expression(this.scrollWidth > 270 ? "270px" : "auto"); /* sets max-width for IE6 */
}
.vid-tab-cont {
	width:78%;
}
.tab-head-cont {
	width:22%;
}
.tab-head-cont ul li.selected a, .tab-head-cont ul li a {
	padding:10px;
}
.slide-head-img {
	width:100%;
}
.slide-desc {
	display:none;
}
.form-cont, .form-cont ul {
	max-width:280px;
    _width:expression(this.scrollWidth > 280 ? "280px" : "auto"); /* sets max-width for IE6 */
}
.form-cont ul li, .form-cont ul li.width-1, .form-cont ul li.width-2 {
	width:auto;
	margin:0px;
	float:none;
	text-align:left;
}
.form-cont ul li.width-2 {
	margin:0px 0px 10px 0px;
}
.form-cont ul li, .form-cont ul li.width-1 {
	padding:0px;
}
.form-cont ul li.width-3 {
	text-align:center;
}
div.selector, div.selector span, .input-txt {
	height:40px;
	line-height:40px;
}
div.selector select {
	height:38px;
}
.contact-list {
	width:100%;
	margin:0px 0px 5px 0px;
}
.cl-3 {
	border-bottom:1px dashed #ddd;
}
.cl-4 {
	border-bottom:0px;
}
.vid-list ul li, .vid-list ul li.vid-1 {
	width:100%;
	max-width:560px;
    _width:expression(this.scrollWidth > 560 ? "560px" : "auto"); /* sets max-width for IE6 */
	float:none;
	margin:0px auto;
	margin-bottom:20px;
}
.thanks-txt {
	padding:100px 40px;
	width:auto;
}
}
@media screen and (max-width: 600px) {
.cont-box ul li {
	width:47%;
}
}
@media screen and (max-width: 480px) {
.cont-box ul li, .cont-box ul li.slide-2, .cont-box ul li.slide-3, .cont-box ul li.slide-4, .cont-box ul li.slide-6 {
	width:100%;
	max-width:307px;
    _width:expression(this.scrollWidth > 307 ? "307px" : "auto"); /* sets max-width for IE6 */
	margin:0px auto;
	float:none;
	padding: 0 0 1.5em;
}
.cont-box ul {
	text-align:center;
}
}
@media screen and (max-width: 420px) {
.header, .header2 {
	padding:0px;
}
.logo {
	position:inherit;
	width:150px;
	height:60px;
	margin:0px auto;
	padding:5px 0px;
	text-align:center;
	overflow:hidden;
	top:0px;
	left:0px;
}
.logo a {
	display:inline-block;
	height:70px;
}
.logo a img{
	width:150px;
	height:150px;
	margin-top:-45px;
}
.navi2 {
	margin-left:0px;
	position:relative;
}
.navi2 ul li {
	position:inherit;
}
.navi2 ul li .sub-menu {
	left:10px;
	width:auto;
}
.navi2 ul li .sub-menu ul li {
	max-width:none;
    _width:expression(this.scrollWidth > 270 ? "none" : "auto"); /* sets max-width for IE6 */
}
.vid-tab-cont, .tab-head-cont {
	width:100%;
	float:none;
}
.tab-head-cont ul {
	float:left;
}
.tab-head-cont ul li {
	width:25%;
	display:inline-block;
	float:left;
}
}
@media screen and (max-width: 360px) {
.tab-head-cont ul li {
	width:33%;
}
}
@media screen and (max-width: 320px) {
.cont-box ul li, .cont-box ul li.slide-2, .cont-box ul li.slide-3, .cont-box ul li.slide-4, .cont-box ul li.slide-6 {
	padding:0px 0px 1.2em;
}
}