@import "reset.css";
@import "fancybox.css";

body{
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	min-height: 800px;
	background: #D4D4D4 url("../images/background.png");
	color: #7C1A89;
    font-size:large;
    font-family:sans-serif;
	<!-- text-transform: uppercase; -->
<!-- font:bold 15px arial,sans-serif; -->
    font-weight: bold;
}
#wrapper{
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#spinner{
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background:#D4D4D4 url("../images/webSiteLoader.gif") center no-repeat;
}
/*-------------header------------*/
header{
	position: absolute;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 114px;
	background: url("../images/line-1.png") bottom left repeat-x;
}
header>div{
	margin: 0 auto;
	width: 1000px;
	height: 114px;
}
/*-------------logo------------*/
h1 > a{
	float: left;
	overflow: hidden;
	margin: 43px 0 0 30px;
	width: 191px;
	height: 69px;
	background:url("../images/logo_jansi.jpg") no-repeat;
	text-indent: 100%;
	white-space: nowrap;
}
/*-------------Menu------------*/
header>div>nav{
    float: right;
    margin: 69px 18px 0 0;
}
header > div > nav > ul > li{
	float: left;
}
header > div > nav > ul > li > a{
	position: relative;
	display: block;
	overflow: hidden;
	padding: 13px 12px 15px 17px;
	height: 15px;
	background:url("../images/line-2.png") top left repeat-y;
	color: #A10707;
	text-decoration: none;
	text-shadow: 1px 1px 1px #1;
	filter: dropshadow(color=#1C1C1C, offx=1, offy=1);
}
.overText{
    position: absolute;
    top: 13px;
    color: #7C1A89;
}
.outText{
    position: relative;
}
.subMenuArr{
	position: relative;
	margin: 4px auto 0;
	width: 5px;
	height: 4px;
	background:url("../images/arr-1.png") top left no-repeat;
}
.area{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
header > div > nav > ul ul{
    margin: 0px -2px 0 0;
    text-align: center;
}
header > div > nav > ul ul > li > a{
	display: block;
	margin-top: 1px;
	padding: 10px 7px 11px;
	background: #bdbdbd;
	color: #1a1a1a;
	text-decoration: none;
	font-size: 11px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
header > div > nav > ul ul > li > a:hover{
	background: #7C1A89;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*-------------Gallery------------*/
#splashGallery{
	position: absolute;
	bottom: 50%;	
	overflow: hidden;
	margin-bottom: -278px;
	width: 100%;
}
#splashGallery>dt{
    margin-bottom: 1px;
    height: 55px;
    background: url("../images/button-background-1.png");
    cursor: pointer;
}
#splashGallery>dd{
	overflow: hidden;
}
.titleBG{
	background: url("../images/button-background-2.png")!important;
}
.galleryTitlePart{
	margin:0 auto;
	padding: 19px 35px;
	width:1000px;
}
.galleryTitle{
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding-right: 11px;
	background: url("../images/arr-2.png") right 5px no-repeat;
}
#splashGallery ul{
	position: relative;
	margin-top: 12px;
	white-space: nowrap;
}
#splashGallery ul>li{
    display: inline-block;
    margin-left: -3px;
}
#splashGallery ul>li>a{
    position: relative;
    display: inline-block;
}
.scrollbar{
	margin: 13px auto;
	width: 944px;
	height: 11px;
	background: #dcdcdc;
}
.thumb{
	position: relative;
	width: 314px;
	height: 11px;
	background: #1a1a1a;
	cursor: pointer;
}
.zoomOverImg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000 url("../images/magnify.png") center no-repeat;
}
/*-----------Content-----------*/
section{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 8;
	overflow: hidden;
	margin: -235px -470px;
	width: 940px;
	height: 499px;
	background:#eefaff;
}
section> ul>li{
	position: absolute;
	padding: 60px 50px 0 51px;
	width: 840px;
	height: 440px;
}
.box{
	float: left;
	width: 260px;	
}
.box_1{
	float: left;
	width: 528px;
}
.box_2{
	float: left;
	width: 312px;
}
.box_3{
	margin-left: -2px;
	width: 690px;
}
.box_3 h3{
    padding-bottom: 18px;	
}
.box_3 p{
    padding-bottom: 19px;
}
h2{
	padding-bottom: 20px;
	color: #1d1c1c;
	letter-spacing: -2px;
	font: 60px "Arial", sans-serif;
	line-height: 53px;
}
h3{
	padding-bottom: 21px;
	color: #000;
	letter-spacing: -1px;
	font: 28px "Arial", sans-serif;
	font-weight: 600;
}
h4{
	padding-bottom: 13px;
	color: #660303;
	font: 20px "Arial", sans-serif;
	line-height: 24px;
	font-weight: bold;
}
h5{
	padding-bottom: 13px;
	color: #000;
	font: 15px "Arial", sans-serif;
	line-height: 24px;

}
h6{
	
    padding-left: 150px;
    padding-bottom: 13px;
	color: #660303;
	font: 20px "Arial", sans-serif;
	line-height: 24px;
	font-weight: bold;
}
h7{
	padding-left: 100px;
	color: #000;
	font: 15px "Arial", sans-serif;
	line-height: 24px;

}
p {
	padding-bottom: 35px;
	color: #420303;
	font: 11px "Arial", sans-serif;
	line-height: 21px;	
}
p>a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-msie-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
p>a:hover{
	color: #787878;
	text-decoration: underline;
	-webkit-transition: all 0.5s ease;
	-msie-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
.floatL{
    float: left;
    margin: -60px 20px 0 -51px;
}
.scrollV{
	float: right;
	margin: 0;
	width: 11px;
	background: #dcdcdc;
}
.thumbV{
	width: 11px;
	background: #4c4c4c;
}
.viewV{
	float: left;
	overflow: hidden;
	width: 560px;
	height: 380px;
}
.viewV2{
	float: left;
	overflow: hidden;
	width: 800px;
	height: 350px;
}
.overview{
	position: relative;
}
.more{
	padding: 7px 12px;
	height: 16px;
	background: url(../images/more-part.png);
	color: #eefaff;
	text-decoration: none;
	line-height: 16px;
}
.paddingNone{
	padding: 0;
}
.marginNone{
	margin: 0 !important;
	background: none !important;
}
/*---------About Page--------*/
#about ul>li>div{
	float: left;
	margin: 2px 11px 0 -1px;
	padding: 18px 0 0 0;
	width: 37px;
	height: 60px;
	background: url(../images/page-1-img-2.png) 0 0 no-repeat;
	text-align: center;
	font-size: 11px;
	line-height: 21px;
}
#about ul{
	margin-top: -2px;
}
#about ul>li{
	display: inline-block;
	margin-right: 54px;
	width: 241px;
}
/*---------Services Page--------*/
#services >.viewport{
	margin: 2px 0 0 -2px;
	width: 531px;
	height: 400px;
}
#services ul{
    margin: 1px 0 0 0px;
}
#services ul>li{
    display: inline-block;
    margin: 0 40px 59px 0;
    width: 531px;
    height: 190px;
}
#services ul>li>img{
    float: left;
    padding: 0 50px 0px 0;
}
#services h4{
	display: inline-block;
	margin-top: -6px;
}
#services p{
	padding-bottom: 17px;
}
/*--------Events Page--------*/
#events ul>li{
	margin-bottom: 16px;
	width: 277px;
	height: 105px;
	background:url("../images/line-1.png") left bottom repeat-x;
}
#events ul>li>a{
	text-decoration: none;
}
#events ul>li>a>h4{
   	color: #7C1A89;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
#events ul>li>a:hover >h4{
	color: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
#events ul>li>a>p{
   	color: #787878;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
#events ul>li>a:hover >p{
   	color: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
#events ul>li>a>img{
    float: left;
    margin: 6px 20px 0 0;
}
#events ul>li>a>h4{
    margin-top: -6px;
}
#events .viewport{
	margin: 3px 0 0 -3px;
	width: 303px;
	height: 327px;
}
.playerWrapper{
	margin: 3px 0 0 -2px;
	width: 454px;
	height: 311px;	
	background: black;
}
.youtube-player{
	width: 454px;
	height: 311px;
}
/*--------Contacts Page--------*/
#contacts h4{
	margin-top: -3px;
}
.google_map{
	float: left;
	margin: -60px 21px 0 -51px;
	width: 350px;
	height: 499px;
	border: 0;
	border-radius:0px;
	background: #d4d4d4;
}
.col{
	float: left;
	display: inline-block;
	width: 76px;
}
#form1 {
    margin: 2px 0 0 0px;
    width: 100%;
}
#form1 > .success{
	color: #838383;
	font: 11px "Arial",sans-serif;
	line-height: 18px;
}
#form1 label >span{
	display: inline-block;
	padding-bottom: 7px;
}
#form1 input {
	padding: 9px 10px 9px 10px;
	width: 240px;
	height: 13px;
	outline: none;
	border: 0;
	background: #fff;
	box-shadow: none;
	color: #6a6a6a;
	text-transform: uppercase;
	font: 11px "Arial", sans-serif;
	line-height: 1.2307em;
}
#form1 textarea {
	overflow:auto;
	padding: 10px 10px 10px 10px;
	width: 240px;
	height: 172px;
	outline:none;
	border: 0;
	background: #fff;
	color: #6A6A6A;
	text-transform: uppercase;
	font: 11px "Arial", sans-serif;
	line-height:1.2307em;
	resize: none;
}
#form1 label {
	position: relative;
	float: left;
	display: block;
	margin: 0 0px 10px 0;
	width: 260px;
}
#form1 .error, #form1 .empty {
	display:none;
	margin: 0 0 -7px 0;
	color: #838383;
	font: 11px "Arial", sans-serif;
}
.btns {
    float: right;
    margin: -6px 0;
}
.btns>a{
	margin-left: -1px;
}
/*----------Footer---------*/
footer{
	position: absolute;
	bottom: 0px;
	z-index: 10;
	width: 100%;
	height: 87px;
	background:url("../images/line-1.png") top left repeat-x;
}
footer a{
	color: #b2b1b1;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
footer a:hover{
	color: #1d1c1c;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
footer>div{
	margin: 0 auto;
	width: 1000px;
	height: 87px;
	text-align: center;
}
footer>div>span{
    float: left;
    display: inline-block;
    margin: 32px 0 0 30px;
}
footer>div>div{
    display: inline-block;
    margin: 21px 0 0 -10px;
    width: 120px;
}
footer>div>div>a{
    position: relative;
    float: left;
    padding: 12px 0;
   	width: 58px;
    height: 15px;
    line-height: 16px;
}
footer>div>ul{
	float: right;
	display: inline-block;
	margin: 27px 30px 0 0;
}
footer>div>ul>li{
	float: left;
	margin-left: 3px;
	width: 29px;
	height: 30px;
}
footer>div>ul>li>a{
	display: block;
}
footer>div>ul>li>a>img{
	position: relative;
}
.buttonTxt{
	margin-left: -3px;
	color: #fff;
}
footer>div>div>a:first-child .buttonTxt{
	margin-left: 7px;
}