/*==================== IMPORT CSS ====================*/
@import url("reset.css");
@import url("prettyPhoto.css");
@import url("color.css");



/*==================== BASIC-STYLE ====================*/
html, body{
    width: 100%;
    height: 100%;
}
body{
    font-size:11px;
    line-height: 20px;
    min-width: 980px;
    min-height: 520px;
}


/*========================= BACKGROUND ========================================*/
#bg{
    position: fixed;
    top:0;
    left:0;
    z-index: -1;
}
.bgwidth{width:100%;}
.bgheight{height:100%;}



/*========================= CLEAR & LAST ========================================*/
.last{
	margin-right: 0 !important;
	margin-bottom: 0 !important; 
}

.clearfix:after{
	content:  ".";
	display:  block;
	height:  0;
	clear:  both; 
	visibility:  hidden;
}
.clearfix{display:  inline-block;}
.clearfix{display:  block;} 
.clear{clear:both;}
.alignleft{float: left;}
.alignright{float: right;}


/*==================== TYPOGRAPHY ====================*/

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: normal;
}

h1{
	line-height: 28px;
	margin-bottom: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h2{
    line-height: 18px;
	margin-bottom:16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h3{
	line-height: 16px;
	margin-top:15px;
	margin-bottom:8px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h4{
    line-height: 14px;
	margin-bottom:10px;
	letter-spacing: 1px;
}
h5{
    line-height: 12px;
	margin-bottom:8px;
	float: right;
}
h6{
	line-height: 10px;
	margin-bottom:15px;
	float: right;
}



/*==================== LINKS ====================*/
a{
    text-decoration: none;
    font-size: 11px;
   	transition: color 0.1s linear;
	-moz-transition: color 0.1s linear; 
	-webkit-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
}


/*==================== LIST ====================*/
p, ul, ol {
	margin-bottom:10px;
}
ul, ol {
	list-style-position:inside;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}
li ol,
li ul
{
	margin-bottom:0;
	margin-top:0;
	font-size: 12px;
}
li ol {list-style:decimal;}


/*----------------------------
	v.-- lists
	-----------------------------*/	
	
	ul.list li{padding-left: 20px;margin-bottom:5px;}

/* list colors
		-----------------------------*/	
		
		ul.list li.theme{
	background: url("../images/list_icons_gray.png") no-repeat;
	color: #6a747c;
}
		ul.list li.gray{
	background: url("../images/list_icons_gray.png") no-repeat;
}
		
		
		
		/* list style
		-----------------------------*/	
		
		ul.list li.arrow{
	background-position: -25px -18px;
}
		ul.list li.arrow2{background-position: -40px -40px;}
		ul.list li.plus{background-position: -60px -60px;}
		ul.list li.minus{background-position: -80px -80px;}
		ul.list li.check{background-position: -100px -100px;}
		
	
	/*----------------------------
	vii.-- content lists
	-----------------------------*/
		
	ul.content-list li{border-bottom:1px dotted #555;}
	
		ul.content-list li:last-child{border:none;}
		ul.content-list li .media_holder{border:3px solid #111;}
		ul.content-list li h6 {}
		ul.content-list li .function span{font-size:12px; font-style:italic; color:#858585;}



/*==================== FORM =====================*/
textarea, input[type="text"]{
    color:#717171;
    font-size:11px;
}


/*==================== WRRAPER =====================*/
#wrapper{
    width: 960px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left:-480px;
    margin-top: -300px;
}
.wrapper{
    width: 800px;
    height: 600px;
    float: right;
    position: relative;
    overflow: hidden;
}
.one-fifth{
    height: 52px;
    width: 960px;
    position: absolute;
    bottom: -52px;
}

/*========================= SCROL ========================================*/
.scroll{
	width: 730px;
	height:540px;
	clear: both; 
    padding: 30px 30px 40px 30px;
}
.scroll .viewport {
	width: 730px;
	height:540px;
	overflow: hidden;
	position: relative;
}
.scroll .overview {
	width:730px; 
	list-style: none; 
	position: absolute; 
	left: 0; 
	top: 0; 
}
.scroll .scrollbar {
	position: relative; 
	float: right; 
	width: 0;
}
.scroll .track {
	height: 100%;
	width:1px; 
	position: relative; 
	margin-left:18px;
}
.scroll .thumb {
	height: 20px; 
	width: 7px; 
	cursor: pointer; 
	overflow: hidden; 
	position: absolute; 
	top: 0;
	margin-left:0;
}
.scroll .thumb .end {
}
.scroll .disable{ display: none; }	



.scroll-left{
	width:340px;
	height:540px;
	clear: both; 
    padding: 30px;
    float: left;
}
.scroll-left .viewport {
	width: 340px;
	height:540px;
	overflow: hidden;
	position: relative;
}
.scroll-left .overview {
	width:340px; 
	list-style: none; 
	position: absolute; 
	left: 0; 
	top: 0; 
}
.scroll-left .thumb .end,
.scroll-left .scrollbar {
	position: relative; 
	float: right; 
	width: 0;
}
.scroll-left .track {
	height: 100%;
	width:1px; 
	position: relative; 
	margin-left:27px;
}
.scroll-left .thumb {
	height: 20px; 
	width: 5px; 
	cursor: pointer; 
	overflow: hidden; 
	position: absolute; 
	top: 0;
	margin-left:7px;
}
.scroll-left .thumb .end {
}
.scroll-left .disable{ display: none; }



/*==================== SIDEBAR =====================*/

#sidebar{
    height: 600px;
    width:160px;
    float: left;
    padding-top: 0px;
    text-align: left;
    position: relative;
}

.home #sidebar{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

    /*LOGO*/
    #logo{
        display: block;
        line-height: 0;
        margin-bottom:20px;
    }


    /*MENU*/
    #menu > li{margin-bottom: 5px;}
    #menu li a{
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
    }
    #menu li a:hover,
    li.current-menu-item a{
        text-shadow: none !important;
    }
    #menu .sub-menu a{
	font-size: 10px;
	text-transform: none;
	font-weight: normal;
	padding-bottom: 3px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F6F6;
    }


 /*copyright*/
 
 #footer{
	height:10px;
	width: 960px;
	colour: #B5B5B5;
	position:relative;
	margin-bottom:auto;
	margin-top: 5px;
	margin-right: auto;
}


 
  #footer .copyright{
	position: relative;
	text-align: left;
	font-size: 9px;
	margin-left: 160px;
	z-index: 10000;
	float: left;
	width: 400px;
	color: #B5B5B5;
 }
   #footer .copyright a{
	  font-size: 9px;
	colour: #999999;

 }
 
    #footer .copyright a:hover{
	   font-size: 9px;
	color: #B5B5B5;

 }
 
  /*designer*/
 
  #footer .designer{
	position: relative;
	font-size: 9px;
	z-index: 10000;
	float: right;
	width: 350px;
	text-align: right;
	color: #B5B5B5;
 }
   #footer .designer a{
	  font-size: 9px;
	colour: #999999;

 }
 
    #footer .designer a:hover{
	   font-size: 9px;
	color: #CCCCCC;

 }
 
  /*copyright*/
 
 #footer2{
	height:10px;
	width: 960px;
	colour: #B9B9B9;
	position:relative;
	margin-bottom:auto;
	margin-top: 10px;
	margin-right: auto;
}


 
  #footer2 .copyright2{
	position: relative;
	text-align: left;
	font-size: 9px;
	colour: #B9B9B9;
	margin-left: 160px;
	z-index: 10000;
	float: left;
	margin-top: 13px;
	width: 400px;
 }
   #footer2 .copyright2 a{
	  font-size: 9px;
	colour: #999999;

 }
 
    #footer2 .copyright2 a:hover{
	   font-size: 9px;
	color: #B5B5B5;

 }
 
  /*designer*/
 
  #footer2 .designer2{
	position: relative;
	font-size: 9px;
	colour: #B5B5B5;
	z-index: 10000;
	float: right;
	width: 200px;
	margin-top: 13px;
	text-align: right;
 }
   #footer2 .designer2 a{
	  font-size: 9px;
	colour: #666666;

 }
 
    #footer2 .designer2 a:hover{
	   font-size: 9px;
	color: #B5B5B5;

 }


/*==================== SLIDER =====================*/
#slider{
    width:960px;
    height:600px;
    float: left;
    position: relative;
}
.home .bx-wrapper{float: left !important;}
#slider img{
    float: right;
    width: 800px;
    height:600px;
}
.slider-content{width: 960px; height:600px;}
.slider-content div{
    position: absolute;
    width: 550px;
    position: absolute;
    bottom: 0px;
    right: 25px;
}
.slider-content p{
	margin-bottom: 30px;
	line-height: 20px;
	color: #fff;
	text-align: right;
	text-shadow: 1px 1px 1px #292929;
	font-weight: 100;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.slider-content div h2{
    padding: 15px;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-align: right;
    text-shadow: 1px 1px 1px #292929;
    text-transform: uppercase;
}


    /*SLIDER NAV*/
    .bx-window{
        height: 600px !important;
        width: 960px !important;
    }
    .home .bx-next, .home .bx-prev{
        display: inline-block;
        height:45px;
        width:43px;
        position: relative;
        z-index: 100;
        text-indent: -9999px;
        position: absolute;
        top: 50%;
        margin-top: -22px;
    }
    .home .bx-prev{
        left: 190px;
        background: url("../images/arrow_left.png") no-repeat;
    }
    .home .bx-next{
        right: 30px;
        background: url("../images/arrow_right.png") no-repeat;
    }
    .home .bx-pager{
        width:500px;
        margin-top:-40px;
        position: absolute;
        text-align: center;
        z-index: 100;
    }
    .home .bx-pager a{
        display: inline-block;
        height:13px;
        width:13px;
        padding:0 5px;
        text-indent: -9999px;
        background: url("../images/slider-nav.png") no-repeat;
    }
    
    .home .bx-pager a:hover, .bx-pager a.pager-active{
        background: url("../images/slider-nav-hover.png") no-repeat;
        background-position:0 -13px;
    }

/*==================== SLIDER PAGE =====================*/
div#slider-page{
    width:381px;
    height: 600px;
    position:relative;
    float: right;
} 
ul#slider-page{
    width:381px;
    height: 600px;
    position:relative;
} 
.bx-wrapper{float: right;}
#slider-page img{
    width:381px;
    height:600px;
}
.slider-page p{
	margin-bottom: 30px;
	line-height: 20px;
	color: #fff;
	text-align: right;
	text-shadow: 1px 1px 1px #292929;
	font-weight: 100;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.text-img .bx-prev,
.text-img .bx-next{
    position: absolute;
    width:43px;
    height:45px;
    display: inline-block;
    top:50%;
    margin-top:-21px;
    text-indent: -9999px;
    z-index: 1000;
}
.text-img .bx-prev{
    background:url("../images/arrow_left.png") no-repeat;
    left:20px;
}

.text-img .bx-next{
    background: url("../images/arrow_right.png") no-repeat;
    right:20px;
}




/*==================== SERVICE ====================*/
.s-block{
    padding: 15px 15px 0 15px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.s-block-shadow{
    display: block;
    position: absolute;
    bottom: -13px;
    left: 0;
    height: 13px;
    width: 233px;
    background: url('../images/shadow-p.png') no-repeat center bottom;
}

.s-block .s-icon{
  

}
.s-block h3{
    text-transform: uppercase;
    font-size: 14px;
    width: 192px;
    margin:15px 0 15px -15px;
    padding: 10px 15px;
    background-color:#f2f2f2;
    border-top: 1px dotted #4A4A4A;
    border-bottom: 1px dotted #4A4A4A;
}
.s-block p{
    line-height: 18px;
}





/*==================== CONTACT FORM ====================*/

#contact-form input[type=text]{
	width:200px;
	height:25px;
	border: 1px solid #B5B5B5;
	border-radius:7px;
	margin-right: 15px;
	background-color:#fff;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
textarea{
	width:316px!important;
	height: 140px !important;
	border: 1px solid #B5B5B5;
	border-radius:8px;
	padding: 5px;
	overflow: hidden;
	background-color:#fff;
	overflow:auto;
}
#contact-form p{
    margin-bottom: 15px;
    position: relative;
}


label.error{
    display: none !important;    
}

#contact-form input.error,
textarea.error {border: 1px solid #ff3f3f;}

#progress{
		padding:10px;
		border:1px solid #4eaa77;
	}
	#progress p{margin-bottom:0 !important;}



/*========================= GOOGLE MAP ========================================*/
.map{
    width:381px;
    height:600px;
    float:right;
}






/*========================= SOCIAL ========================================*/
.social{
    position: absolute;
    right: -30px;
    top: 0px;
}
.social li{
    margin-bottom: 10px;
}
.social a{
    display: block;
    width: 20px;
    height: 16px;
    text-indent: -9999px;
}
.social a.facebook{background: url('../images/social/facebook_gr.png') no-repeat;}
.social a.twitter{background: url('../images/social/twitter_gr.png') no-repeat;}
.social a.youtube{background: url('../images/social/youtube.png') no-repeat;}
.social a.vimeo{background: url('../images/social/vimeo_gr.png') no-repeat;}

/*========================= SHORTCODE ========================================*/

.wp-caption, .wp-caption-text,
.sticky, .gallery-caption,
.bypostauthor{}


/* Column*/
.one-two,
.one-third,
.one-four,
.one-fifth2
{
	margin-right: 20px; 
	float: left; 
}

.one-two{width:350px;}
.one-third{width:223px;}
.one-four{width:160px;}
.one-fifth2{
	width:155px;
	color: #6a747c;
}

.one-six{
	width:85px;
	color: #6a747c;
}

.one-fifth2 a{
	width:155px;
	color: #333333;
}

.one-fifth2 a:hover{
	width:155px;
	color: #6a747c;
}



/*Blockquote*/
blockquote, q{quotes:"""";}
blockquote p{
	padding-left:20px; 
	font-size:13px; 
	color: #999999;
	font-style:italic; 
    font-family: Georgia;
	margin:20px 0;
	border-left:3px solid #6a747c;
}

/*Divider*/
.divider{
    height:5px;
    background: url("../images/divider.png") repeat-x center center;
    margin-bottom: 15px;
	margin-top: 15px;
    padding-top: 10px;
}


/* blockquotes and paragraphs */
blockquote {
	margin-bottom:20px;
}

	
blockquote {
	margin:0px 20px 25px 20px;
	padding:0px 10px 0px 50px;
	background-image:url("../images/quote.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-size:14px;
	line-height:20px;
	font-style:italic
	}
	
	
blockquote.left, blockquote.right  {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 20px 10px 60px;
	width:43%;
	background-position:0px 0px;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

blockquote p{margin-bottom:0px; font-size:14px; line-height:20px}

.customquote{
	margin:20px 0;
	border:solid 1px #e7e7e7;
	border-width:1px 0;
	padding:25px 0 25px 36px;
	font-style:normal;
	background-position:0 20px;
	color: #999999;
	font-style:italic; 
    font-family: Georgia;

}


/*Botton*/
.form-bt,
#submit{
    background: -moz-linear-gradient(center top , #F7F7F7 0px, #EBEBEB) repeat scroll 0 0 transparent;
    border-color: #E1E0E0 #CBCBCB #c4c4c4;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #777777;
    display: inline-block;
    font-size: 12px;
    padding: 3px 15px 5px;
    text-shadow: 0 1px 0 #fff;

}
.wpcf7-submit:hover, .botton:hover{ 
    background: -moz-linear-gradient(center top , #EBEBEB 0pt, #F7F7F7) repeat scroll 0 0 transparent;
    color: #777777 !important;}
.read-more{
    font-size: 10px;
    font-weight: normal;
}


/*Images*/
.image{
    padding: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 1px 0px #c5c5c5;
    -moz-box-shadow: 0px 1px 1px 0px #c5c5c5;
    box-shadow: 0px 1px 1px 0px #c5c5c5; 
}
img.alignleft{margin:0 15px 5px 2px;}
img.alignright{margin: 0 2px 5px 15px;}
img.aligncenter{
    display: table;
    margin: 0 auto 15px auto;
}


/*Accordion*/
.acc-header{
	cursor:pointer;
	position:relative;
	color:#717171;
	margin-bottom:5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #FDFDFD;
	border: 1px solid #e7e7e7;
}
.acc-box{
	margin-bottom:50px;
	padding-bottom:50px;
	border-bottom:1px solid #2a2a2a;
}
.acc-box .acc-block{
    padding-right: 50px;
	color:#717171;
}
.acc-block{
    margin-bottom: 10px;
	color:#717171;
}


/*Togle*/
.toggle{
	cursor:pointer; 
	position:relative; 
	padding:10px;
	color:#717171;
	border:1px solid #e7e7e7;
	margin-bottom:5px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.toggle span{
	position:absolute; 
	top:11px; 
	right:5px; 
	display:block; 
	width:20px; 
	height:20px; 
	background:url("http://www.eliteevents.com.au/elite/images/toggle.png") no-repeat 0 0;
}
.toggle.active span{background-position:0 -20px;}
.toggle-block{padding:0 10px 10px 10px;}


/*==================== PORTFOLIO SINGLE PHOTO =====================*/
#single-nav a{
        display: inline-block;
        height:13px;
        width:13px;
        background: url("../images/slider-nav.png") no-repeat;
    }
    
#single-nav li a:hover{
    background: url("../images/slider-nav-hover.png") no-repeat;
    background-position:0 -13px;
}

#single-nav li{
    float: left;
    margin-right:4px;
    height: 13px;
    width: 13px;
}

#single-nav{
    position:absolute;
    left:20px;
    bottom:37px;
}
    
ul#slider-portfolio{
    width:815px;
    height: 600px;
    position:relative;
} 

.single-portfolio  .bx-next, .single-portfolio .bx-prev{
    display: block;
    height:28px;
    width:28px;
    position: absolute;
    z-index: 100;
    text-indent: -9999px;
    position: absolute;
    bottom: 30px;
}
.single-portfolio .bx-prev{
    left: 40px;
    background: url("http://www.eliteevents.com.au/elite/images/portfolio-single-arrow11.png") no-repeat;
}
.single-portfolio .bx-next{
    left: 80px;
    background: url("http://www.eliteevents.com.au/elite/images/portfolio-single-arrow22.png") no-repeat;
}

.single-video iframe{
    position: relative;
    z-index: 1;
}
/*==================== PORTFOLIO INFO =====================*/
.portfolio-info{
    top:0;
    right:-274px;
    width:234px;
    height: 560px;
    padding: 20px;
    z-index: 1000;
    position:absolute;
    background-color:#fff;
}

.portfolio-meta li{font-size: 10px;}
.portfolio-meta span{font-weight: bold;}

.close-info{
    top: 50%;
    left:-37px;
    width:37px;
    height:41px;
    margin-top:-20px;
    display: inline-block;
    position:absolute;
    background: url("../images/portfolio-single-close.png") no-repeat;
}
.open-info{
    top: 50%;
    left:-37px;
    width:37px;
    height:41px;
    margin-top:-20px;
    display: inline-block;
    position:absolute;
    background: url("../images/portfolio-single-open.png") no-repeat;
}

.info-bottom{
    width: 234px;
    height:55px;
    position: absolute;
    bottom: 30px;
    background: url("../images/divider.png") repeat-x left top; 
}


.info-bottom span.info-left a,
.info-bottom span.info-right a{
    width:28px;
    height:28px;
    text-indent: -9999px;
    float: left;
    margin-top:25px;
    background: url("../images/portfolio-single-arrow1.png") no-repeat;
}

.info-bottom span.info-left a{
	float: left;
	background-image: url("../images/portfolio-single-arrow1.png");
	background-repeat: no-repeat;
}

.info-bottom span.info-right a{
	float:right;
	background-image: url("../images/portfolio-single-arrow2.png");
	background-repeat: no-repeat;
}

    /*= SPAN =*/
    .bold{
        font-weight: bold !important;
    }
    .portfolio-info .meta{
        font-weight: normal;
    }
    .uppercase{
        text-transform: uppercase;
    }


.shadow{
    position: absolute;
    display: block;
    top: 0;
    left: -8px;
    height: 307px;
    width: 8px;
    background-image: url('../images/shadow.png');
}
