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

html,body{
	width:100%;
	height:100%;
	background-color:darkorange;
}

.navigation{
	position:fixed;
	z-index:1;
	top:130px;
}

.navigation li{
	color:white;
	display:block;
	padding: 0 10px;
	line-height:30px;
	margin-bottom:2px;
	font-weight:bold;
	-webkit-transition: all .2s ease-in-out;
/*	border-bottom:1px solid black;*/
	text-align:left;
	width:53px;
	font-size:20px;
}

.navigation li:hover{
	font-size:35px;
	cursor:pointer;
	width:100px!important;
}

.navigation .active{
	font-size:30px;
}

.envatologo{
	position:fixed;
	top:50%;
	left:50%;
	width:446px;
	margin-top:-41px;
	margin-left:-223px;
	z-index:1;
}

.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
}

.wrapper{
	width:850px;
	height:200px;
	margin:0 auto;
	position:relative;
	padding:50px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;	
	color:white;
}

.imgBorder{
	border:solid;	
	border-color:#b8860b;
}

.slideno{
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:100px;
	font-weight:bold;
	color:rgba(255,255,255,0.3);
}

.buttonTop{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	top:0px;
	left:50%;
	background-color:#333333;
	background-image:url(../imgs/arrow.png);
}

.button{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	bottom:0px;
	left:50%;
	background-color:#333333;
	background-image:url(../imgs/arrow.png);
}

.button:hover{
	background-color:#494949;
	cursor:pointer;
}

td {
	padding: 10px;
}

.blackbox{
	background-color:black;	
}

/******************************
 SLIDE 1 
*******************************/
#slide1{
		background-color:#b8860b;
		font-family:"Arial Black", Gadget, sans-serif;
		font-weight:bold;			
}

/******************************
 SLIDE 2 
*******************************/
#slide2{
	background-color:black;
	color: white;
	font-size:9px;

	/*
	font-size:20px;
	background-image:url(../imgs/lion.jpg);
	background-size:100% 100%;
	background-repeat:no-repeat;	*/
}

/*
.backimg{
	position:relative;	
	DISPLAY: INLINE-BLOCK;
}
*/

#slide2 table{
	background-color:black;	
	color :white;
}

/******************************
 SLIDE 3 
*******************************/
#slide3{
	background-color:#b6c10b;	
}

/******************************
 SLIDE 4 
*******************************/

#slide4{
/*	background-image:url(../imgs/Slide4/desktop4.jpg);*/
background-color:red;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#slide5{
	background-color:green;
}

#slide6{
	background-color:darkred;
	color:white;
}
#slide7{
	background-color:#b8860b;
	color:white;
}
#slide8{
	background-color:grey;
}

#slide9{
	background-color:darkorange;
}

#slide15{
	background-color:green;
}

#slide16{
	background-color:darkred;
	color:white;
}
#slide17{
	background-color:#b8860b;
	color:white;
}
#slide18{
	background-color:grey;
}

#slide19{
	background-color:darkorange;
}

.flushLeft{
	text-align:left;	
}

hr{
}

carousel {
  height: 550px;
  margin-bottom: 10px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

.carousel-caption p {
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 1;
 }

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 550px;
  vertical-align: center;
  background-color: #b8860b;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 50;
  right: 0;
  width: 80%;
  height: 550px;
}

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}

/* Features
------------------------- */
.features-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.features-heading {
  font-weight: 100;
  line-height: 1;
  letter-spacing: -1px;
}

.banner img {
    color: #999;
    border: 2px solid #bbb;
    background-color: #f0eeed;
    opacity: 1.0;
}

.banner img:hover {
    opacity: 1.0;
    color: #666;
    border: 2px solid #ddd;
}

.poster {
    position: absolute;
    left:50px;
    right: 0;
    width: 100%;
    
    vertical-align: center;
    background-color: #b8860b;
}

.event-heading {
    padding: 5px;
    background-color: black;
    width: 113.5%;
}

.register-heading {
    padding: 5px;
    background-color: black;
    width: 100%;
}

.pdf-title {

    color: red;
    background: #000000;
    padding: 10px;
    text-align: center;
    left:20px;
    width: 160px;
    font-weight: bolder;
}

.pdf-title hover {
    color :red ;
    display : block;
    text-decoration: none;
}