 /*--------------------------------------------------------------------------------------------
||	@author:	nChip India
|	@url:		http://www.nchip.in
|	@date:		01 April 2016
|   @email      nchipindia@gmail.com
|	@license:	© 2016 All rights Reserved | Design by nChip Technologies
---------------------------------------------------------------------------------------------*/
/* reset */
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,dl,dt,dd,ol,nav ul,nav 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/

/* latin-ext */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: local('Dosis Regular'), local('Dosis-Regular'), url('../fonts/RlBXAIuiO5GvH9-0-JbBlw.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: local('Dosis Regular'), local('Dosis-Regular'), url('../fonts/4hYyXH_8WmbBLamf6WjLwg.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


@media (max-width:960px) { body{width: 1100px;} }


body{
	font-family: 'Dosis', sans-serif;
}
b{
font-size: larger;
	
}
.header{
	background:#c19a31;
	height:145px;
}
.wrap{
	width:1000px;
	margin:0 auto;
}
.logo{
	padding-top:40px;
	float:left;
}
.logo h1{
	color:white;
	font-size:40px;
}
.menu{
	float:right;
	padding-top:60px; 
}
.menu li {
	display:inline-block;
}


.menu li  a{
	color:#242422;
	padding:50px 10px;
	text-shadow: 2px 1px 4px rgba(100, 100, 100, 1);
	font-size: 20px;
	border: 1px solid #c19a31;
}	
.menu li.active a, .menu li a:hover {
	color: #fff;
	background:rgba(68, 68, 68, 0.24);
	-webkit-box-shadow: inset 3px 5px 30px -2px rgba(189, 150, 47, 0.52);
	-moz-box-shadow: inset 3px 5px 30px -2px rgba(189, 150, 47, 0.52);
	box-shadow: inset 3px 5px 30px -2px rgba(189, 150, 47, 0.52);
	border: 1px solid #EFD48D;
	transition: .3s linear;
	text-shadow: 2px 1px 4px #EFD48D;
	
}
.main{
	margin-top: -25px;
}
/* line 17, sass/screen.scss */
#page {
	width: 1000px;
	margin: 0 auto;
}
/* line 22, sass/screen.scss */
#viewport-shadow {
	position: relative;
	width: 900px;
	padding: 0 50px 70px;
}
/* line 29, sass/screen.scss */
#viewport, #box, .slide {
	width: 900px;
	height: 450px;
}
/* line 34, sass/screen.scss */
#viewport {
	overflow: hidden;
}
/* line 37, sass/screen.scss */
#controls {
	position: relative;
	top: -40px;
	float: right;
	overflow: hidden;
}
/* line 43, sass/screen.scss */
#controls li {
	display: inline;
}
/* line 46, sass/screen.scss */
.goto-slide {
	margin-left: 10px;
	width: 14px;
	height: 14px;
	display: block;
	float: left;
	border: solid 1px #000;
	background-color: #555;
	border-radius: 8px;
	-webkit-box-shadow: inset 0px 0px 8px #333;
	-moz-box-shadow: inset 0px 0px 8px #333;
	box-shadow: inset 0px 0px 8px #333;
	margin-top: 10px;
}
/* line 59, sass/screen.scss */
.goto-slide.current {
	background-color: #C19A31;
}
/* line 62, sass/screen.scss */
#next, #prev {
	position: absolute;
	top: 80px;
	width: 30px;
	height: 300px;
	background:url(../images/prev-next.png) no-repeat;
	display: block;
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	transition: background .4s;
}
/* line 73, sass/screen.scss */
#next:hover, #prev:hover {
  	background:url(../images/prev-next1.png) no-repeat;
 	border: none;
}
/* line 79, sass/screen.scss */
#prev {
  	left:0px;
}
#next {
	right:0;
}
/* line 80, sass/screen.scss */
#next, #next:hover {
  	background-position: -30px 0;
}
/* line 127, sass/screen.scss */
#time-indicator {
  	width:0px;
  	height: 3px;
  	background-color: #C19A31;
  	position: absolute;
  	top: 450px;
}
/* line 136, sass/screen.scss */
#credits {
  	margin: 20px 0 40px;
  	padding: 10px 0 0;
  	color: #555;
  	font-size: .9em;
}
/*--content--*/
.content{
	padding: 20px;
	background: #242422;
}
.content-top{
	margin-bottom: 20px;	
}
.grid {
	width:486px;
	float:left;
	margin-right: 28px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}
.grid1 {
	width:486px;
	float:left;
	margin-right:0px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}
.pic{
	float: left;
	margin: 0 20px 0 0;
}
.pic img{
	border:4px solid rgb(238, 233, 233);
}
.grid-left h2{
	color:#D7D2E4;
	font-size: 25px;
	text-transform:uppercase;
	margin-bottom: 20px;
}
.sidebar-nav{
	margin-bottom: 20px;
}
.sidebar-nav li{
	list-style-image: url(../images/icon.png);
	margin: 0 0 10px 20px;
}
.sidebar-nav li a{
	font-size: 16px;
	color:#999;
	vertical-align: top;
}
.sidebar-nav li a:hover{
	color:#555;
}
.content-bottom{
	margin-bottom: 20px;	
}
.b-grid {
	width:321px;
	float:left;
	margin-right: 18px;
}
.b-grid1 {
	width:322px;
	float:left;
	margin-right: 0px;
}
.bottom-img img	{
	border: 4px solid #EEE9E9;
}
.bottom-img p{
	font-size:16px;
	color:#999;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.text h2{
	color:#D7D2E4;
	font-size: 25px;
	text-transform:uppercase;
	margin-bottom: 20px;
}
.text h3{
	color:#bd962f;
	font-size: 18px;
	text-transform:uppercase;
	margin-bottom: 20px;
}
.text p{
	font-size:16px;
	color:#999;
	line-height: 1.8em;
	margin-bottom: 5px;
}
span.blue{
	font-size:16px;
	color:#bd962f;
	line-height: 1.8em;
}
.desc p{
	font-size:13px;
	color:#999;
	line-height: 1.8em;
	margin-bottom: 20px;
}
span.yellow {
	background: #bf9831;
	text-transform: uppercase;
    color:#fff;
	padding: 8px 15px;
	font-weight: bold;
	font-size:11px;
}
span.yellow:hover {
	background:#fff;
	color:#39376F;
}
.bottom-gallery{
	padding: 20px;
}
.bottom-image{
	float: left;
	width:225px;
	margin-right: 20px;
}
.bottom-image img{
	padding: 5px;
	background: #fff;
}
.bottom-image1{
	float: left;
	width:225px;
	margin-right: 0;
}
.bottom-image1 img{
	padding: 5px;
	background: #fff;
}
/*--footer--*/
.footer{
	background:#111;
	padding-top: 20px;
}
.sub-footer1 li a{
	color: #555;
	font-size: 16px;
	display: block;
	margin: 10px 0;
	border-bottom: 1px dashed #333;
	padding-bottom: 8px;
}
.sub-footer1 li a:hover{
	color:#888;
}
.sub-footer{
	width: 293px;
	float: right;
	margin-right: 60px;
	margin-bottom: 20px;
}
.sub-footer h2{
	font-size: 25px;
	color: #666;
	margin-bottom: 10px;
	border-bottom: 1px dashed #333;
	padding-bottom: 5px;
}
.sub-footer1{
	width: 293px;
	float: right;
	margin-right: 0px;
}
.sub-footer1 h2{
	font-size: 25px;
	color: #666;
	margin-bottom: 10px;
	border-bottom: 1px dashed #333;
	padding-bottom: 5px;
}
.sub-footer p{
	color: #555;
	font-size: 16px;
	line-height: 1.8em;
	width: 282px;
	border-bottom: 1px dashed #333;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.footer-text h4{
	color: #888;
	font-size: 18px;
	padding-bottom: 15px;
	padding-left: 30px;
	border-bottom: 1px dashed #555;
}
.footer-menu h3{
	color:#666;
	font-size: 25px;
	border-bottom: 1px dashed #333;
	padding-bottom: 5px;
}
.footer-pic{
	margin-top: 10px;
}
.footer-img{
	float: left;
	margin-top: 10px;
}
.footer-img p a{
	color: #666;
	font-size: 14px;
}
.footer-img img{
	margin-right: 10px;
	-webkit-box-shadow: inset 3px 5px 30px -2px rgba(189, 150, 47, 0.52);
	-moz-box-shadow: inset 3px 5px 30px -2px rgba(189, 150, 47, 0.52);
	box-shadow: inset 3px 5px 30px -2px rgba(189, 150, 47, 0.52);
	border: 1px solid #C19A31;
	padding: 5px;
	opacity:0.7;
}
.footer-img img:hover{
	opacity:1;
}
.footer-bottom{
	background: #242422;
	padding: 20px;
}
.copy{
	text-align: center;
}
.copy p{
	font-size:14px;
	color:#C19A31;
}
.copy a{
	color:#fff;
}
.copy a:hover{
	text-decoration: underline;
}
/*--gallery--*/
.gallery-top{
	margin-bottom: 20px;
}
.gallery-bottom{
	margin-bottom: 20px;
}
.gallery-grid {
	width: 321px;
	float: left;
	margin-right: 18px;
	border-bottom: 1px solid #111;
}
.gallery-grid1 {
	width: 322px;
	float: left;
	margin-right: 0px;
	border-bottom: 1px solid #111;
}
.paging{
	margin-bottom: 60px;
}
.paging li a {
	float: left;
	display: block;
	color: #CCC;
	text-decoration: none;
	margin-right: 5px;
	padding: 5px 10px;
	background: #494947;
	border: 1px solid #121211;
	font-size:15px;
}
.paging li a:hover{
	background: #C19A31;
	color:#fff;	
}
/*--blog--*/
.blog-left{
	width:700px;
	float:left;
	margin-right: 29px;
	border-right: 1px solid #111;
}
.blog-img{
	margin-bottom: 30px;
}
.blog-img h2 {
	color: #D7D2E4;
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.blog-img img{
	border: 4px solid #EEE9E9;
	margin-bottom: 10px;
}
.blog-img p {
	font-size: 16px;
	color: #999;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.blog-right{
	width:270px;
	float:left;
}
.sidebar-nav h3 {
	color: #D7D2E4;
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.sidebar-bottom{
	margin-bottom: 20px;
}
.sidebar-bottom h3 {
	color: #D7D2E4;
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.sidebar-bottom li{
	margin: 0 0 10px 0px;
}
.sidebar-bottom li a{
	font-size: 16px;
	color:#999;
	vertical-align: top;
}
.sidebar-bottom li a:hover{
	color:#555;
}
.sidebar-bottom p {
	font-size: 16px;
	color: #999;
	line-height: 1.8em;
	margin-bottom: 20px;
}
/*--contact--*/
.contact{
	margin-bottom: 30px;
}
.contact-left {
	width: 660px;
	float: left;
	margin-right: 29px;
}
.b-box h1 {
	color: #D7D2E4;
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
/* form */
.form{
	font-size:.8em;
}
.contact-left label{
	font-size:15px;
	position:relative;
	padding-bottom:5px;
	padding:15px 0 0 0;
}
form div:last-child{
	border-bottom:none;
}
form span{
	display:block;
	color:#aaa;
	font-size:14px;
}
.contact-left input[type="text"]{
	padding:8px 5px;
	width:625px;
	font-size:14px;
	margin:5px 0 30px 0;
	border:1px solid #C4C8CA;
	color: #555;
	background:silver;
	-webkit-border-radius:.2em;
   -moz-border-radius:.2em;
		border-radius:.2em;
	outline: none;
}
.contact-left input[type="text"]:hover{
	outline: none;
}
.contact-left form textarea {
	width: 625px;
	font-size: 15px;
	margin:10px 0;
    border:1px solid #C4C8CA;
	color:#555;
	background:silver;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	outline: none;
	margin-bottom: 25px;
	height:100px;
	padding: 7px;
	resize: none;
	font-family: 'Dosis', sans-serif;
}
.contact-left input[type=submit]{
	background: none;
	color: #777;
	padding: 10px 20px;
	border: 1px solid #C4C8CA;
	cursor: pointer;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
}
.contact-left input[type=submit]:hover{
	background:#f0f0f0;
	color:#555;
}
/* Large Buttons ------------------------------------------------- */
	.tsc_c3b_large.tsc_button1 { font-size:13px; padding:8px 19px 9px; background-image: url(../images/but.png); -webkit-appearance:none;}
	input[type="submit"].tsc_c3b_large.tsc_button1,
	.tsc_c3b_large.tsc_button.tsc_c3b_input { padding:6px 16px 6px; }
	input[type="button"].tsc_c3b_large.tsc_button1,
	button.tsc_c3b_large.tsc_button1 { padding:8px 20px; }
	.tsc_c3b_orange.tsc_button1 { background-color: #C19A31;  }
	.tsc_c3b_orange.tsc_button1:hover { background-color:#997107; }
	.tsc_c3b_orange.tsc_button1:active { background-color:#997107; }
	.tsc_button1 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
	border: 1px solid rgba(0, 0, 0, 0.25);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	overflow: visible;
	padding: 5px 15px 6px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	width: auto;
	text-align: center;
}

/*AP*/
.top_bar_imgs{
	margin: 1px;
	max-height: 87px;
	border: 3px solid #bfbfbf;

}
.css_transition_top{
	-webkit-box-shadow: inset 3px 5px 30px -2px rgba(212,223,234,1);
	-moz-box-shadow: inset 3px 5px 30px -2px rgba(212,223,234,1);
	box-shadow: inset 3px 5px 30px -2px rgba(212,223,234,1);
	transition: .3s linear;
}

.css_transition_top:hover{
	transform: scale(1.5);
	transition: .3s linear;
}

.img_gal{
	margin: 5px;
	max-height: 130px;
	-webkit-box-shadow: inset 3px 5px 10px -2px rgba(189, 150, 47, 0.52);
	-moz-box-shadow: inset 3px 5px 10px -2px rgba(189, 150, 47, 0.52);
	box-shadow: inset 3px 5px 10px -2px rgba(189, 150, 47, 0.52);
	border: 2px solid rgba(193, 154, 49, 0.50);
	padding: 10px;
	transition: .3s linear;
}

.img_gal:hover{
	transform: scale(1.1);
	transition: .3s linear;
	border: 2px solid rgba(193, 154, 49, 0.95);
}

.css_transition {
	-webkit-box-shadow: inset 3px 5px 30px -2px rgba(212,223,234,1);
	-moz-box-shadow: inset 3px 5px 30px -2px rgba(212,223,234,1);
	box-shadow: inset 3px 5px 30px -2px rgba(212,223,234,1);
	transition: .3s linear;

}

.css_transition:hover{
	transform: scale(1.1);
	transition: .3s linear;
}

.mainpage_txt{
	transition: .3s linear;
}

.mainpage_txt:hover{
	transform: scale(1.05);
	transition: .3s linear;
}

.mainpage_pic{
	-webkit-box-shadow: inset 3px 5px 30px -2px rgba(212,223,234,1);
	-moz-box-shadow: inset 3px 5px 30px -2px rgba(212,223,234,1);
	box-shadow: inset 3px 5px 30px -2px rgba(212,223,234,1);
}

h3{
	color:#D7D2E4;
	font-size: 15px;
	text-transform:uppercase;
	margin-bottom: 20px;
}

.vidbox{
	-webkit-box-shadow: inset 3px 5px 30px -2px rgba(189, 150, 47, 0.52);
	-moz-box-shadow: inset 3px 5px 30px -2px rgba(189, 150, 47, 0.52);
	box-shadow: inset 3px 5px 30px -2px rgba(189, 150, 47, 0.52);
	border: 1px solid #C19A31;
	padding: 30px;
	margin: 20px;
	transition: .3s linear;
}

.vidbox:hover{
	transform: scale(1.05);
	transition: .3s linear;
}


.vidtitle{
	font-size: 20px;
	text-transform:uppercase;
    color: #bd962f;
	margin: 0px 0px 20px 10px;
	padding: 3px;
	border-bottom: 2px solid #bd962f;
}

.page_title h2{
	color: #bd962f;
	text-shadow: 2px 1px 2px #797361;

}